-- -- File generated with SQLiteStudio v3.4.4 on Thu Jan 8 11:25:01 2026 -- -- Text encoding used: UTF-8 -- PRAGMA foreign_keys = off; BEGIN TRANSACTION; -- Table: announce_character CREATE TABLE 'announce_character' ('id' INTEGER NOT NULL, 'movie_id' INTEGER NOT NULL, 'can_end_second' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (101, 30004, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (102, 30006, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (103, 30008, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (104, 30010, 11800); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (105, 30012, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (106, 30014, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (107, 30016, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (108, 30018, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (109, 30020, 17400); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (110, 30022, 8400); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (111, 30024, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (112, 30026, 16433); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (113, 30028, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (114, 30030, 7800); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (115, 30032, 18000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (116, 30034, 9200); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (117, 30036, 7400); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (118, 30038, 7100); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (119, 30040, 8300); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (120, 30042, 6000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (121, 30044, 18900); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (122, 30046, 8600); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (123, 30048, 8633); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (124, 30050, 21600); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (125, 30052, 9000); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (126, 30054, 9500); INSERT INTO announce_character (id, movie_id, can_end_second) VALUES (127, 30056, 21400); -- Table: announce_data CREATE TABLE 'announce_data' ('id' INTEGER NOT NULL, 'announce_type' INTEGER NOT NULL, 'announce_id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30004, 1, 101, 1, 1750897800, 1751493599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30005, 2, 501, 1, 1750897800, 1751493599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30006, 1, 102, 1, 1751493600, 1752184799); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30007, 2, 502, 1, 1751493600, 1752184799); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30008, 1, 103, 1, 1752184800, 1753221599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30009, 2, 503, 1, 1752184800, 1753221599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30010, 1, 104, 1, 1752703200, 1754085599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30011, 2, 504, 1, 1752703200, 1754085599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30012, 1, 105, 1, 1753653600, 1754603999); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30013, 2, 505, 1, 1753653600, 1754603999); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30014, 1, 106, 1, 1754258400, 1755122399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30015, 2, 506, 1, 1754258400, 1755122399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30016, 1, 107, 1, 1754949600, 1755899999); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30018, 1, 108, 1, 1755727200, 1756677599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30019, 2, 507, 1, 1755727200, 1756677599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30020, 1, 109, 1, 1756418400, 1757541599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30021, 2, 508, 1, 1756418400, 1757541599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30022, 1, 110, 1, 1757282400, 1758232799); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30024, 1, 111, 1, 1758146400, 1758837599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30025, 2, 509, 1, 1758146400, 1758837599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30026, 1, 112, 1, 1758492000, 1759615199); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30027, 2, 510, 1, 1758492000, 1759615199); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30028, 1, 113, 1, 1759442400, 1760133599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30029, 2, 511, 1, 1759442400, 1760133599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30030, 1, 114, 1, 1759874400, 1760651999); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30032, 1, 115, 1, 1760479200, 1761602399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30033, 2, 512, 1, 1760479200, 1761602399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30034, 1, 116, 1, 1761084000, 1761861599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30036, 1, 117, 1, 1761861600, 1762725599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30037, 2, 513, 1, 1761861600, 1762725599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30038, 1, 118, 1, 1762466400, 1763416799); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30039, 2, 514, 1, 1762466400, 1763416799); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30040, 1, 119, 1, 1762898400, 1763762399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30042, 1, 120, 1, 1763589600, 1764367199); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30043, 2, 515, 1, 1763589600, 1764367199); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30044, 1, 121, 1, 1764021600, 1765058399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30045, 2, 516, 1, 1764021600, 1765058399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30046, 1, 122, 1, 1764626400, 1765403999); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30048, 1, 123, 1, 1765231200, 1765922399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30049, 2, 517, 1, 1765231200, 1765922399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30050, 1, 124, 1, 1765749600, 1766699999); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30051, 2, 518, 1, 1765749600, 1766699999); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30052, 1, 125, 1, 1766095200, 1767045599); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30054, 1, 126, 1, 1766959200, 1767823199); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30055, 2, 519, 1, 1766959200, 1767823199); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30056, 1, 127, 1, 1767650400, 1768946399); INSERT INTO announce_data (id, announce_type, announce_id, priority, start_date, end_date) VALUES (30057, 2, 520, 1, 1767650400, 1768946399); -- Table: announce_event CREATE TABLE 'announce_event' ('id' INTEGER NOT NULL, 'cue_name' TEXT NOT NULL, 'cue_sheet_name' TEXT NOT NULL, 'voice_text_asset' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO announce_event (id, cue_name, cue_sheet_name, voice_text_asset, start_date, end_date) VALUES (1, 'snd_voi_event_090004_0112', 'snd_voi_event_090004', 1, 1756072800, 1756418399); INSERT INTO announce_event (id, cue_name, cue_sheet_name, voice_text_asset, start_date, end_date) VALUES (2, 'snd_voi_event_090002_0112', 'snd_voi_event_090002', 1, 1758146400, 1758491999); INSERT INTO announce_event (id, cue_name, cue_sheet_name, voice_text_asset, start_date, end_date) VALUES (3, 'snd_voi_event_090005_0111', 'snd_voi_event_090005', 1, 1760133600, 1760479199); INSERT INTO announce_event (id, cue_name, cue_sheet_name, voice_text_asset, start_date, end_date) VALUES (4, 'snd_voi_event_090006_0113', 'snd_voi_event_090006', 2, 1763676000, 1764021599); INSERT INTO announce_event (id, cue_name, cue_sheet_name, voice_text_asset, start_date, end_date) VALUES (5, 'snd_voi_event_090007_0114', 'snd_voi_event_090007', 3, 1765404000, 1765749599); INSERT INTO announce_event (id, cue_name, cue_sheet_name, voice_text_asset, start_date, end_date) VALUES (6, 'snd_voi_event_090008_0114', 'snd_voi_event_090008', 4, 1767304800, 1767650399); -- Table: announce_support_card CREATE TABLE 'announce_support_card' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'cuts_pattern' INTEGER NOT NULL, 'support_card_id_a' INTEGER NOT NULL, 'support_card_id_b' INTEGER NOT NULL, 'support_card_id_c' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (501, 1, 2, 30024, 20023, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (502, 1, 2, 30026, 20024, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (503, 1, 2, 30027, 20025, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (504, 3, 2, 30028, 30029, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (505, 1, 2, 30031, 20027, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (506, 1, 2, 30032, 20028, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (507, 1, 2, 30038, 20029, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (508, 1, 2, 30039, 30040, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (509, 1, 2, 30042, 20031, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (510, 1, 2, 30055, 30056, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (511, 1, 2, 30048, 20034, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (512, 1, 2, 30045, 30046, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (513, 1, 2, 30054, 20035, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (514, 1, 2, 30034, 30036, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (515, 1, 2, 30063, 20037, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (516, 1, 2, 30064, 30065, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (517, 1, 2, 30043, 20038, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (518, 1, 2, 30068, 30069, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (519, 1, 2, 30071, 20039, 0); INSERT INTO announce_support_card (id, type, cuts_pattern, support_card_id_a, support_card_id_b, support_card_id_c) VALUES (520, 1, 2, 30072, 30073, 0); -- Table: audience_data CREATE TABLE 'audience_data' ('audience_id' INTEGER NOT NULL, 'chara_face_model' INTEGER NOT NULL, 'chara_skin_color' INTEGER NOT NULL, 'chara_hair_model' INTEGER NOT NULL, 'chara_hair_color' INTEGER NOT NULL, 'prop_id_1' INTEGER NOT NULL, 'prop_attach_node_name_type_1' INTEGER NOT NULL, 'prop_id_2' INTEGER NOT NULL, 'prop_attach_node_name_type_2' INTEGER NOT NULL, 'chara_height' INTEGER NOT NULL, 'shape' INTEGER NOT NULL, 'chara_bust_size' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'dress_color_id' INTEGER NOT NULL, PRIMARY KEY('audience_id')); -- Table: audience_dress_color_set CREATE TABLE 'audience_dress_color_set' ('id' INTEGER NOT NULL, 'color_r1' TEXT NOT NULL, 'color_r2' TEXT NOT NULL, 'color_g1' TEXT NOT NULL, 'color_g2' TEXT NOT NULL, 'color_b1' TEXT NOT NULL, 'color_b2' TEXT NOT NULL, 'toon_color_r1' TEXT NOT NULL, 'toon_color_r2' TEXT NOT NULL, 'toon_color_g1' TEXT NOT NULL, 'toon_color_g2' TEXT NOT NULL, 'toon_color_b1' TEXT NOT NULL, 'toon_color_b2' TEXT NOT NULL, PRIMARY KEY('id')); -- Table: audience_hair_color_set CREATE TABLE 'audience_hair_color_set' ('id' INTEGER NOT NULL, 'hair_color_r1' TEXT NOT NULL, 'hair_color_r2' TEXT NOT NULL, 'hair_color_g1' TEXT NOT NULL, 'hair_color_g2' TEXT NOT NULL, 'hair_color_b1' TEXT NOT NULL, 'hair_color_b2' TEXT NOT NULL, 'hair_toon_color_r1' TEXT NOT NULL, 'hair_toon_color_r2' TEXT NOT NULL, 'hair_toon_color_g1' TEXT NOT NULL, 'hair_toon_color_g2' TEXT NOT NULL, 'hair_toon_color_b1' TEXT NOT NULL, 'hair_toon_color_b2' TEXT NOT NULL, 'mayu_color_r1' TEXT NOT NULL, 'mayu_color_r2' TEXT NOT NULL, 'mayu_color_g1' TEXT NOT NULL, 'mayu_color_g2' TEXT NOT NULL, 'mayu_color_b1' TEXT NOT NULL, 'mayu_color_b2' TEXT NOT NULL, 'mayu_toon_color_r1' TEXT NOT NULL, 'mayu_toon_color_r2' TEXT NOT NULL, 'mayu_toon_color_g1' TEXT NOT NULL, 'mayu_toon_color_g2' TEXT NOT NULL, 'mayu_toon_color_b1' TEXT NOT NULL, 'mayu_toon_color_b2' TEXT NOT NULL, 'eye_color_r1' TEXT NOT NULL, 'eye_color_r2' TEXT NOT NULL, 'eye_color_g1' TEXT NOT NULL, 'eye_color_g2' TEXT NOT NULL, 'eye_color_b1' TEXT NOT NULL, 'eye_color_b2' TEXT NOT NULL, PRIMARY KEY('id')); -- Table: audience_impostor CREATE TABLE 'audience_impostor' ('scene_type' INTEGER NOT NULL, 'season' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'pattern_1' INTEGER NOT NULL, 'pattern_2' INTEGER NOT NULL, 'pattern_3' INTEGER NOT NULL, 'pattern_4' INTEGER NOT NULL, 'pattern_5' INTEGER NOT NULL, 'pattern_6' INTEGER NOT NULL, 'pattern_7' INTEGER NOT NULL, 'pattern_8' INTEGER NOT NULL, 'pattern_9' INTEGER NOT NULL, 'pattern_10' INTEGER NOT NULL); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 1, 1, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 1, 2, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 1, 3, 210, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 2, 1, 100, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 2, 2, 100, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 2, 3, 200, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 3, 1, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 3, 2, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 3, 3, 210, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 4, 1, 120, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 4, 2, 120, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 4, 3, 220, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 4, 4, 220, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 5, 1, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 5, 2, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (1, 5, 3, 210, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 1, 1, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 1, 2, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 1, 3, 210, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 2, 1, 100, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 2, 2, 100, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 2, 3, 200, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 3, 1, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 3, 2, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 3, 3, 210, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 4, 1, 120, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 4, 2, 120, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 4, 3, 220, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 4, 4, 220, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 5, 1, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 5, 2, 110, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO audience_impostor (scene_type, season, weather, group_id, pattern_1, pattern_2, pattern_3, pattern_4, pattern_5, pattern_6, pattern_7, pattern_8, pattern_9, pattern_10) VALUES (2, 5, 3, 210, 4, 4, 7, 7, 0, 0, 0, 0, 0, 0); -- Table: audience_impostor_color_set CREATE TABLE 'audience_impostor_color_set' ('color_group_id' INTEGER NOT NULL, 'color' TEXT NOT NULL, 'odds' INTEGER NOT NULL); -- Table: audience_impostor_lottery CREATE TABLE 'audience_impostor_lottery' ('group_id' INTEGER NOT NULL, 'pattern' INTEGER NOT NULL, 'asset_id' INTEGER NOT NULL, 'odds' INTEGER NOT NULL); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000005, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000008, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 1, 111000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000005, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000008, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (100, 2, 121000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 111000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 112000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 111000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 112000004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 111000005, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 112000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 111000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 112000008, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 111000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 112000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 1, 111000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 122000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 121000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 122000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 121000004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 122000005, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 121000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 122000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 121000008, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 122000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 121000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (110, 2, 122000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000005, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000008, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 1, 112000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000005, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000008, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (120, 2, 122000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 1, 111000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 1, 111000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 1, 111000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 1, 111000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 2, 121000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 2, 121000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 2, 121000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 2, 121000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 3, 113000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 3, 113000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 3, 113000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 3, 113000004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 3, 114000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 3, 114000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 3, 114000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 4, 123000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 4, 123000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 4, 123000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 4, 123000004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 4, 124000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 4, 124000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (200, 4, 124000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 1, 111000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 1, 112000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 1, 111000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 1, 112000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 2, 122000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 2, 121000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 2, 122000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 2, 121000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 3, 113000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 3, 113200002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 3, 113000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 3, 113200004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 3, 114000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 3, 114000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 3, 114000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 4, 123200001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 4, 123200002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 4, 123200003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 4, 123200004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 4, 124000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 4, 124000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (210, 4, 124000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 1, 112000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 1, 112000010, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 1, 112000009, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 1, 112000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 2, 122000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 2, 122000011, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 2, 122000006, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 2, 122000007, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 3, 113200001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 3, 113200002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 3, 113200003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 3, 113200004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 3, 114000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 3, 114000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 3, 114000003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 4, 123200001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 4, 123200002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 4, 123200003, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 4, 123200004, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 4, 124000001, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 4, 124000002, 100); INSERT INTO audience_impostor_lottery (group_id, pattern, asset_id, odds) VALUES (220, 4, 124000003, 100); -- Table: audio_cuesheet CREATE TABLE 'audio_cuesheet' ('id' INTEGER NOT NULL, 'cue_sheet' TEXT NOT NULL, 'attribute' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (1, 'snd_sfx_common', 1); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (2, 'snd_sfx_home_000', 1); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (3, 'snd_sfx_common', 2); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (4, 'snd_bgm_title', 2); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (5, 'snd_voi_title', 2); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (6, 'snd_sfx_story_000', 108); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (7, 'snd_sfx_training_000', 103); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (8, 'snd_sfx_room_000', 104); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (9, 'snd_sfx_gacha_000', 105); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (10, 'snd_sfx_race_000', 106); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (11, 'snd_sfx_preinstall', 1); INSERT INTO audio_cuesheet (id, cue_sheet, attribute) VALUES (12, 'snd_sfx_atmos_common', 1); -- Table: audio_ignored_cue_on_highspeed CREATE TABLE 'audio_ignored_cue_on_highspeed' ('id' INTEGER NOT NULL, 'cue_name' TEXT NOT NULL, 'cue_sheet' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO audio_ignored_cue_on_highspeed (id, cue_name, cue_sheet) VALUES (1, 'snd_sfx_story_rijicho_cat_01', 'snd_sfx_story_rijicho_cat_01'); INSERT INTO audio_ignored_cue_on_highspeed (id, cue_name, cue_sheet) VALUES (2, 'snd_sfx_story_rijicho_cat_02', 'snd_sfx_story_rijicho_cat_02'); INSERT INTO audio_ignored_cue_on_highspeed (id, cue_name, cue_sheet) VALUES (3, 'snd_sfx_story_rijicho_cat_03', 'snd_sfx_story_rijicho_cat_03'); INSERT INTO audio_ignored_cue_on_highspeed (id, cue_name, cue_sheet) VALUES (4, 'snd_sfx_story_rijicho_cat_04', 'snd_sfx_story_rijicho_cat_04'); INSERT INTO audio_ignored_cue_on_highspeed (id, cue_name, cue_sheet) VALUES (5, 'snd_sfx_story_rijicho_cat_05', 'snd_sfx_story_rijicho_cat_05'); INSERT INTO audio_ignored_cue_on_highspeed (id, cue_name, cue_sheet) VALUES (6, 'snd_sfx_story_rijicho_cat_06', 'snd_sfx_story_rijicho_cat_06'); INSERT INTO audio_ignored_cue_on_highspeed (id, cue_name, cue_sheet) VALUES (7, 'snd_sfx_story_rijicho_cat_07', 'snd_sfx_story_rijicho_cat_07'); -- Table: audio_story_effect CREATE TABLE 'audio_story_effect' ('id' INTEGER NOT NULL, 'effect_name' TEXT NOT NULL, 'cue_name' TEXT NOT NULL, 'cue_sheet' TEXT NOT NULL, 'loop_set' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (1, 'pfb_eff_storyevent_01_001', 'snd_sfx_story_El_pikapika', 'snd_sfx_story_El_pikapika', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (2, 'pfb_eff_storyevent_01_002', 'snd_sfx_story_Arrow', 'snd_sfx_story_Arrow', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (3, 'pfb_eff_storyevent_01_003', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (4, 'pfb_eff_storyevent_01_004', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (5, 'pfb_eff_storyevent_01_005', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (6, 'pfb_eff_storyevent_01_006', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (7, 'pfb_eff_storyevent_01_007', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (8, 'pfb_eff_storyevent_01_008', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (9, 'pfb_eff_storyevent_01_009', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (10, 'pfb_eff_storyevent_01_010', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (11, 'pfb_eff_storyevent_01_011', '', '', 0); INSERT INTO audio_story_effect (id, effect_name, cue_name, cue_sheet, loop_set) VALUES (12, 'pfb_eff_storyevent_01_012', 'snd_sfx_story_Charge_Attack', 'snd_sfx_story_Charge_Attack', 0); -- Table: available_skill_set CREATE TABLE 'available_skill_set' ('id' INTEGER NOT NULL, 'available_skill_set_id' INTEGER NOT NULL, 'skill_id' INTEGER NOT NULL, 'need_rank' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (1, 100101, 200512, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (2, 100101, 201352, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (3, 100101, 200732, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (11, 100101, 200162, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (12, 100101, 201351, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (13, 100101, 200612, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (14, 100101, 200511, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (15, 100201, 200432, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (16, 100201, 200552, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (17, 100201, 200712, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (25, 100201, 200022, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (26, 100201, 200431, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (27, 100201, 200542, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (28, 100201, 200551, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (29, 100301, 200452, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (30, 100301, 201132, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (31, 100301, 201332, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (39, 100301, 200502, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (40, 100301, 201331, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (41, 100301, 201142, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (42, 100301, 201131, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (43, 100401, 200362, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (44, 100401, 201052, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (45, 100401, 200532, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (53, 100401, 201062, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (54, 100401, 201051, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (55, 100401, 200432, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (56, 100401, 201061, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (57, 100501, 200771, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (58, 100501, 201072, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (59, 100501, 200572, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (67, 100501, 201052, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (68, 100501, 201071, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (69, 100501, 201042, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (70, 100501, 200571, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (71, 100601, 200342, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (72, 100601, 201062, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (73, 100601, 201352, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (81, 100601, 200222, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (82, 100601, 201351, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (83, 100601, 200492, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (84, 100601, 200341, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (85, 100701, 201591, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (86, 100701, 201212, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (87, 100701, 201472, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (95, 100701, 201482, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (96, 100701, 201471, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (97, 100701, 200622, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (98, 100701, 201481, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (99, 100801, 200382, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (100, 100801, 200702, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (101, 100801, 200602, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (109, 100801, 200372, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (110, 100801, 200381, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (111, 100801, 201032, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (112, 100801, 200701, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (113, 100901, 200282, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (114, 100901, 200722, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (115, 100901, 200572, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (123, 100901, 200562, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (124, 100901, 200721, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (125, 100901, 200582, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (126, 100901, 200571, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (127, 101001, 200362, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (128, 101001, 201052, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (129, 101001, 201532, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (137, 101001, 200682, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (138, 101001, 201051, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (139, 101001, 201032, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (140, 101001, 200681, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (141, 101101, 200871, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (142, 101101, 201152, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (143, 101101, 200602, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (151, 101101, 200512, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (152, 101101, 201151, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (153, 101101, 200592, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (154, 101101, 200601, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (155, 101201, 200502, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (156, 101201, 200632, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (157, 101201, 200732, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (165, 101201, 201452, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (166, 101201, 200731, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (167, 101201, 201462, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (168, 101201, 200631, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (169, 101301, 200172, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (170, 101301, 200562, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (171, 101301, 201192, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (179, 101301, 201182, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (180, 101301, 201191, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (181, 101301, 201352, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (182, 101301, 200561, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (183, 101401, 200362, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (184, 101401, 201122, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (185, 101401, 201312, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (193, 101401, 200562, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (194, 101401, 201121, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (195, 101401, 200722, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (196, 101401, 200561, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (197, 101501, 200582, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (198, 101501, 200722, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (199, 101501, 200142, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (207, 101501, 200362, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (208, 101501, 200581, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (209, 101501, 200562, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (210, 101501, 200721, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (211, 101701, 200332, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (212, 101701, 201152, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (213, 101701, 200572, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (221, 101701, 200891, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (222, 101701, 201151, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (223, 101701, 201322, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (224, 101701, 200331, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (225, 101801, 200502, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (226, 101801, 200722, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (227, 101801, 201372, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (235, 101801, 200941, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (236, 101801, 201371, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (237, 101801, 200931, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (238, 101801, 200501, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (239, 102001, 200881, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (240, 102001, 201192, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (241, 102001, 200542, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (249, 102001, 201522, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (250, 102001, 201191, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (251, 102001, 201611, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (252, 102001, 200541, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (253, 102401, 200382, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (254, 102401, 201272, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (255, 102401, 200742, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (263, 102401, 200492, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (264, 102401, 200381, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (265, 102401, 200502, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (266, 102401, 200491, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (267, 102701, 200232, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (268, 102701, 200722, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (269, 102701, 200612, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (277, 102701, 200472, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (278, 102701, 200721, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (279, 102701, 201102, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (280, 102701, 200611, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (281, 103001, 200861, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (282, 103001, 201342, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (283, 103001, 200742, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (291, 103001, 201581, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (292, 103001, 201341, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (293, 103001, 201352, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (294, 103001, 200741, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (295, 103201, 200132, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (296, 103201, 201152, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (297, 103201, 200572, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (305, 103201, 201102, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (306, 103201, 201151, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (307, 103201, 201112, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (308, 103201, 200571, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (309, 103501, 200152, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (310, 103501, 200732, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (311, 103501, 201402, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (319, 103501, 200592, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (320, 103501, 201401, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (321, 103501, 201392, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (322, 103501, 200591, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (323, 104001, 200052, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (324, 104001, 200692, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (325, 104001, 200602, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (333, 104001, 201651, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (334, 104001, 200691, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (335, 104001, 201062, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (336, 104001, 200601, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (337, 104101, 200841, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (338, 104101, 201312, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (339, 104101, 200652, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (347, 104101, 200982, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (348, 104101, 200651, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (349, 104101, 200992, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (350, 104101, 200981, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (351, 104501, 200352, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (352, 104501, 200742, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (353, 104501, 201372, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (361, 104501, 200462, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (362, 104501, 201371, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (363, 104501, 200881, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (364, 104501, 200351, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (365, 105201, 200442, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (366, 105201, 200652, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (367, 105201, 201412, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (375, 105201, 200472, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (376, 105201, 200441, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (377, 105201, 200302, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (378, 105201, 200471, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (379, 105601, 201562, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (380, 105601, 201422, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (381, 105601, 201232, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (389, 105601, 201571, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (390, 105601, 201231, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (391, 105601, 200781, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (392, 105601, 201561, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (393, 106001, 200122, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (394, 106001, 201162, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (395, 106001, 201442, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (403, 106001, 200911, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (404, 106001, 201161, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (405, 106001, 201422, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (406, 106001, 201441, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (407, 106101, 200262, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (408, 106101, 200672, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (409, 106101, 201432, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (417, 106101, 201142, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (418, 106101, 200671, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (419, 106101, 201072, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (420, 106101, 201431, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (491, 102301, 200162, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (492, 102301, 200742, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (493, 102301, 200562, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (501, 102301, 200262, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (502, 102301, 200561, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (503, 102301, 200821, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (504, 102301, 200741, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (533, 104601, 200452, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (534, 104601, 201522, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (535, 104601, 201672, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (543, 104601, 200162, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (544, 104601, 200451, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (545, 104601, 200952, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (546, 104601, 201671, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (617, 105001, 201641, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (618, 105001, 200622, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (619, 105001, 201162, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (627, 105001, 200642, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (628, 105001, 200621, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (629, 105001, 201452, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (630, 105001, 200641, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (645, 102601, 200232, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (646, 102601, 200532, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (647, 102601, 200712, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (655, 102601, 201242, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (656, 102601, 200531, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (657, 102601, 201252, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (658, 102601, 200711, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (659, 100302, 200452, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (660, 100302, 201142, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (661, 100302, 200572, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (662, 100302, 200172, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (663, 100302, 200571, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (664, 100302, 200352, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (665, 100302, 201141, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (666, 101302, 200362, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (667, 101302, 200562, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (668, 101302, 200742, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (669, 101302, 200192, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (670, 101302, 200741, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (671, 101302, 200462, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (672, 101302, 200361, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (673, 103801, 200462, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (674, 103801, 201372, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (675, 103801, 201012, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (676, 103801, 201002, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (677, 103801, 201371, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (678, 103801, 200582, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (679, 103801, 201011, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (680, 101601, 200362, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (681, 101601, 201102, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (682, 101601, 200572, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (683, 101601, 200512, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (684, 101601, 200361, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (685, 101601, 201641, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (686, 101601, 200511, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (687, 102402, 200352, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (688, 102402, 201332, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (689, 102402, 201162, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (690, 102402, 200432, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (691, 102402, 201161, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (692, 102402, 200332, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (693, 102402, 200351, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (694, 101802, 200342, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (695, 101802, 201072, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (696, 101802, 201322, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (697, 101802, 201532, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (698, 101802, 201071, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (699, 101802, 200462, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (700, 101802, 200341, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (701, 101102, 200472, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (702, 101102, 200742, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (703, 101102, 201422, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (704, 101102, 200771, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (705, 101102, 200741, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (706, 101102, 201542, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (707, 101102, 201421, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (708, 101402, 200512, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (709, 101402, 200702, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (710, 101402, 200612, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (711, 101402, 201072, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (712, 101402, 200701, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (713, 101402, 201412, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (714, 101402, 200611, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (715, 100102, 200462, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (716, 100102, 200592, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (717, 100102, 201132, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (718, 100102, 200212, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (719, 100102, 200591, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (720, 100102, 201611, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (721, 100102, 200461, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (722, 100402, 200352, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (723, 100402, 200682, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (724, 100402, 201282, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (725, 100402, 201571, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (726, 100402, 201281, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (727, 100402, 201082, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (728, 100402, 200681, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (729, 105801, 200472, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (730, 105801, 201112, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (731, 105801, 200582, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (732, 105801, 200142, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (733, 105801, 200581, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (734, 105801, 200861, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (735, 105801, 200471, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (736, 103701, 200502, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (737, 103701, 201542, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (738, 103701, 201112, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (739, 103701, 200512, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (740, 103701, 200501, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (741, 103701, 200432, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (742, 103701, 200511, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (743, 105602, 200012, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (744, 105602, 200602, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (745, 105602, 201212, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (746, 105602, 200752, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (747, 105602, 201211, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (748, 105602, 200062, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (749, 105602, 200751, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (750, 102801, 200212, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (751, 102801, 201352, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (752, 102801, 201002, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (753, 102801, 201362, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (754, 102801, 201001, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (755, 102801, 201012, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (756, 102801, 201351, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (757, 101901, 201591, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (758, 101901, 201682, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (759, 101901, 201382, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (760, 101901, 200162, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (761, 101901, 201592, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (762, 101901, 201102, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (763, 101901, 201681, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (764, 103002, 200771, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (765, 103002, 201172, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (766, 103002, 200562, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (767, 103002, 200352, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (768, 103002, 200561, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (769, 103002, 200851, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (770, 103002, 200772, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (771, 104502, 200332, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (772, 104502, 201162, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (773, 104502, 201352, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (774, 104502, 201322, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (775, 104502, 200331, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (776, 104502, 201102, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (777, 104502, 201161, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (778, 103901, 200492, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (779, 103901, 201072, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (780, 103901, 200612, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (781, 103901, 201382, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (782, 103901, 200491, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (783, 103901, 200132, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (784, 103901, 200611, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (785, 102501, 200232, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (786, 102501, 201222, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (787, 102501, 201422, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (788, 102501, 201581, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (789, 102501, 201421, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (790, 102501, 201202, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (791, 102501, 201221, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (792, 101702, 200192, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (793, 101702, 200752, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (794, 101702, 200562, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (795, 101702, 201342, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (796, 101702, 200561, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (797, 101702, 201312, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (798, 101702, 200194, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (799, 104002, 200232, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (800, 104002, 201092, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (801, 104002, 201692, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (802, 104002, 201542, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (803, 104002, 201091, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (804, 104002, 201392, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (805, 104002, 201691, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (806, 104801, 200302, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (807, 104801, 200602, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (808, 104801, 201102, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (809, 104801, 200572, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (810, 104801, 200601, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (811, 104801, 201702, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (812, 104801, 200571, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (813, 105901, 200062, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (814, 105901, 201442, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (815, 105901, 201142, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (816, 105901, 201382, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (817, 105901, 201441, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (818, 105901, 200722, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (819, 105901, 200064, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (820, 100602, 201621, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (821, 100602, 200752, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (822, 100602, 201352, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (823, 100602, 201422, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (824, 100602, 201351, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (825, 100602, 201571, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (826, 100602, 200751, 5); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (827, 102302, 200512, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (828, 102302, 201202, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (829, 102302, 200572, 0); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (830, 102302, 201532, 2); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (831, 102302, 201201, 3); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (832, 102302, 201312, 4); INSERT INTO available_skill_set (id, available_skill_set_id, skill_id, need_rank) VALUES (833, 102302, 200511, 5); -- Table: background_data CREATE TABLE 'background_data' ('id' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub' INTEGER NOT NULL, 'cue_name' TEXT NOT NULL, 'sheet_name' TEXT NOT NULL, 'bus_param_set_name' TEXT NOT NULL, 'pos_x' INTEGER NOT NULL, 'pos_y' INTEGER NOT NULL, 'width' INTEGER NOT NULL, 'height' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (1, 1, 1110, 'snd_sfx_atmos_tokubetu_d', 'snd_sfx_atmos_tokubetu_d', 'Story_bg_9001_General_Indoor', 14720000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (2, 1, 9110, 'snd_sfx_atmos_tokubetu_d', 'snd_sfx_atmos_tokubetu_d', 'Story_bg_9001_General_Indoor', 14720000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (3, 1, 120, 'snd_sfx_atmos_tokubetu_e', 'snd_sfx_atmos_tokubetu_e', 'Story_bg_9001_General_Indoor', 14720000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (4, 1, 130, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', 14720000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (5, 1, 6130, 'snd_sfx_atmos_kyousitu_n', 'snd_sfx_atmos_kyousitu_n', 'Story_bg_9001_General_Indoor', 14720000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (7, 1, 210, 'snd_sfx_atmos_tokubetu_r', 'snd_sfx_atmos_tokubetu_r', 'Story_bg_9001_General_Indoor', 14720000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (8, 2, 110, 'snd_sfx_atmos_hiroba_d', 'snd_sfx_atmos_hiroba_d', 'Story_bg_9002_General_Outdoor', 800000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (9, 2, 120, 'snd_sfx_atmos_hiroba_e', 'snd_sfx_atmos_hiroba_e', 'Story_bg_9002_General_Outdoor', 800000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (10, 2, 130, 'snd_sfx_atmos_hiroba_n', 'snd_sfx_atmos_hiroba_n', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (11, 2, 410, 'snd_sfx_atmos_hiroba_c', 'snd_sfx_atmos_hiroba_c', 'Story_bg_9002_General_Outdoor', 800000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (12, 3, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 7640000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (13, 3, 8111, 'snd_sfx_atmos_seiteikoumon_d', 'snd_sfx_atmos_seiteikoumon_d', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (14, 3, 120, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 7640000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (15, 3, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', 7640000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (16, 3, 410, 'snd_sfx_atmos_namiki_c', 'snd_sfx_atmos_namiki_c', 'Story_bg_9002_General_Outdoor', 7640000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (17, 4, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 1280000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (18, 4, 120, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 1280000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (19, 4, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', 1280000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (21, 5, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', -3500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (22, 5, 120, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', -3500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (23, 5, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', -3500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (24, 5, 410, 'snd_sfx_atmos_namiki_c', 'snd_sfx_atmos_namiki_c', 'Story_bg_9002_General_Outdoor', -3500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (25, 5, 5110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', -3500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (26, 5, 3110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', -3500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (27, 6, 110, 'snd_sfx_atmos_kyousitu_d', 'snd_sfx_atmos_kyousitu_d', 'Story_bg_9001_General_Indoor', -11550000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (28, 6, 120, 'snd_sfx_atmos_kyousitu_e', 'snd_sfx_atmos_kyousitu_e', 'Story_bg_9001_General_Indoor', -11550000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (29, 6, 130, 'snd_sfx_atmos_kyousitu_n', 'snd_sfx_atmos_kyousitu_n', 'Story_bg_9001_General_Indoor', -11550000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (30, 7, 110, 'snd_sfx_atmos_rouka_d', 'snd_sfx_atmos_rouka_d', 'Story_bg_9001_General_Indoor', 6540000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (31, 7, 8111, 'snd_sfx_atmos_seiteirouka_d', 'snd_sfx_atmos_seiteirouka_d', 'Story_bg_9001_General_Indoor', 6540000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (32, 7, 120, 'snd_sfx_atmos_rouka_e', 'snd_sfx_atmos_rouka_e', 'Story_bg_9001_General_Indoor', 6540000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (33, 7, 130, 'snd_sfx_atmos_rouka_n', 'snd_sfx_atmos_rouka_n', 'Story_bg_9001_General_Indoor', 6540000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (34, 7, 210, 'snd_sfx_atmos_rouka_r', 'snd_sfx_atmos_rouka_r', 'Story_bg_9001_General_Indoor', 6540000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (35, 8, 111, 'snd_sfx_atmos_rouka_d', 'snd_sfx_atmos_rouka_d', 'Story_bg_9001_General_Indoor', -3240000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (36, 8, 120, 'snd_sfx_atmos_rouka_e', 'snd_sfx_atmos_rouka_e', 'Story_bg_9001_General_Indoor', -3240000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (37, 9, 110, 'snd_sfx_atmos_training_d', 'snd_sfx_atmos_training_d', 'Story_bg_9002_General_Outdoor', -12960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (38, 9, 120, 'snd_sfx_atmos_training_e', 'snd_sfx_atmos_training_e', 'Story_bg_9002_General_Outdoor', -12960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (39, 9, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', -12960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (40, 9, 410, 'snd_sfx_atmos_training_c', 'snd_sfx_atmos_training_c', 'Story_bg_9002_General_Outdoor', -12960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (41, 10, 111, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 1760000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (42, 10, 112, 'snd_sfx_atmos_stagemob_d', 'snd_sfx_atmos_stagemob_d', 'Story_bg_9002_General_Outdoor', 1760000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (43, 10, 130, 'snd_sfx_atmos_stage_n', 'snd_sfx_atmos_stage_n', 'Story_bg_9002_General_Outdoor', 1760000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (44, 11, 110, 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d', 'Story_bg_0011_Cafeteria', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (45, 11, 6110, 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d', 'Story_bg_0011_Cafeteria', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (46, 11, 130, 'snd_sfx_atmos_cafe_n', 'snd_sfx_atmos_cafe_n', 'Story_bg_0011_Cafeteria', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (47, 11, 6130, 'snd_sfx_atmos_cafe_n', 'snd_sfx_atmos_cafe_n', 'Story_bg_0011_Cafeteria', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (48, 12, 10, 'snd_sfx_atmos_koubai_d', 'snd_sfx_atmos_koubai_d', 'Story_bg_9001_General_Indoor', 5240000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (49, 13, 110, 'snd_sfx_atmos_pool_d', 'snd_sfx_atmos_pool_d', 'Story_bg_0013_InddorPool', -10500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (50, 13, 130, 'snd_sfx_atmos_pool_n', 'snd_sfx_atmos_pool_n', 'Story_bg_0013_InddorPool', -10500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (51, 14, 110, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_0014_DanceStudio', -3820000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (52, 14, 130, 'snd_sfx_atmos_room_n_noext', 'snd_sfx_atmos_room_n_noext', 'Story_bg_0014_DanceStudio', -3820000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (53, 15, 110, 'snd_sfx_atmos_gym', 'snd_sfx_atmos_gym', 'Story_bg_0015_Gym', -380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (54, 15, 130, 'snd_sfx_atmos_room_n_noext', 'snd_sfx_atmos_room_n_noext', 'Story_bg_0015_Gym', -380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (55, 16, 110, 'snd_sfx_atmos_roof_d', 'snd_sfx_atmos_roof_d', 'Story_bg_9002_General_Outdoor', 6000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (56, 16, 120, 'snd_sfx_atmos_roof_e', 'snd_sfx_atmos_roof_e', 'Story_bg_9002_General_Outdoor', 6000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (57, 16, 130, 'snd_sfx_atmos_roof_n', 'snd_sfx_atmos_roof_n', 'Story_bg_9002_General_Outdoor', 6000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (58, 17, 110, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', -1500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (59, 17, 130, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', -1500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (60, 18, 1, 'snd_sfx_atmos_koubai_d', 'snd_sfx_atmos_koubai_d', 'Story_bg_9001_General_Indoor', -7580000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (61, 19, 110, 'snd_sfx_atmos_tokubetu_d', 'snd_sfx_atmos_tokubetu_d', 'Story_bg_9001_General_Indoor', 3340000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (62, 19, 130, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', 3340000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (63, 20, 110, 'snd_sfx_atmos_gymnasium_d', 'snd_sfx_atmos_gymnasium_d', 'Story_bg_0020_SchoolGym', 5380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (64, 20, 111, 'snd_sfx_atmos_gymnasium_play', 'snd_sfx_atmos_gymnasium_play', 'Story_bg_0020_SchoolGym', 5380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (66, 20, 210, 'snd_sfx_atmos_gymnasium_r', 'snd_sfx_atmos_gymnasium_r', 'Story_bg_0020_SchoolGym', 5380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (67, 21, 110, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', -1150000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (68, 21, 30, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', -1150000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (69, 22, 110, 'snd_sfx_atmos_tokubetu_d', 'snd_sfx_atmos_tokubetu_d', 'Story_bg_9001_General_Indoor', -2000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (70, 23, 111, 'snd_sfx_atmos_entrance_d', 'snd_sfx_atmos_entrance_d', 'Story_bg_9002_General_Outdoor', 2290000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (71, 24, 111, 'snd_sfx_atmos_stand_d', 'snd_sfx_atmos_stand_d', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (72, 25, 110, 'snd_sfx_atmos_hikae_d', 'snd_sfx_atmos_hikae_d', 'Story_bg_9001_General_Indoor', -5160000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (73, 26, 110, 'snd_sfx_atmos_backstage_d', 'snd_sfx_atmos_backstage_d', 'Story_bg_9001_General_Indoor', -5080000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (74, 26, 120, 'snd_sfx_atmos_backstage_e', 'snd_sfx_atmos_backstage_e', 'Story_bg_9001_General_Indoor', -5080000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (75, 27, 10, 'snd_sfx_atmos_room_n_noext', 'snd_sfx_atmos_room_n_noext', 'Story_bg_9001_General_Indoor', -6000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (76, 28, 111, 'snd_sfx_atmos_station_d', 'snd_sfx_atmos_station_d', 'Story_bg_9002_General_Outdoor', 130000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (77, 28, 121, 'snd_sfx_atmos_station_e', 'snd_sfx_atmos_station_e', 'Story_bg_9002_General_Outdoor', 130000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (78, 28, 131, 'snd_sfx_atmos_station_n', 'snd_sfx_atmos_station_n', 'Story_bg_9002_General_Outdoor', 130000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (79, 28, 410, 'snd_sfx_atmos_station_c', 'snd_sfx_atmos_station_c', 'Story_bg_9002_General_Outdoor', 130000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (80, 29, 111, 'snd_sfx_atmos_street_d', 'snd_sfx_atmos_street_d', 'Story_bg_9002_General_Outdoor', -8100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (81, 29, 121, 'snd_sfx_atmos_street_e', 'snd_sfx_atmos_street_e', 'Story_bg_9002_General_Outdoor', -8100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (82, 29, 131, 'snd_sfx_atmos_street_n', 'snd_sfx_atmos_street_n', 'Story_bg_9002_General_Outdoor', -8100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (83, 29, 6111, 'snd_sfx_atmos_street_d', 'snd_sfx_atmos_street_d', 'Story_bg_9002_General_Outdoor', -8100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (84, 29, 6131, 'snd_sfx_atmos_winterstreet', 'snd_sfx_atmos_winterstreet', 'Story_bg_9002_General_Outdoor', -8100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (85, 30, 111, 'snd_sfx_atmos_syoutengai_d', 'snd_sfx_atmos_syoutengai_d', 'Story_bg_9002_General_Outdoor', -6540000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (86, 30, 121, 'snd_sfx_atmos_syoutengai_e', 'snd_sfx_atmos_syoutengai_e', 'Story_bg_9002_General_Outdoor', -6540000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (87, 30, 131, 'snd_sfx_atmos_syoutengai_n', 'snd_sfx_atmos_syoutengai_n', 'Story_bg_9002_General_Outdoor', -6540000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (88, 31, 111, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 1910000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (89, 31, 121, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 1910000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (90, 31, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', 1910000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (91, 32, 1, 'snd_sfx_atmos_shoppingmall', 'snd_sfx_atmos_shoppingmall', 'Story_bg_0032_ShoppingMall', 7640000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (92, 33, 111, 'snd_sfx_atmos_kasenjiki_d', 'snd_sfx_atmos_kasenjiki_d', 'Story_bg_9002_General_Outdoor', 4200000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (93, 33, 121, 'snd_sfx_atmos_kasenjiki_e', 'snd_sfx_atmos_kasenjiki_e', 'Story_bg_9002_General_Outdoor', 4200000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (94, 33, 130, 'snd_sfx_atmos_kasenjiki_n', 'snd_sfx_atmos_kasenjiki_n', 'Story_bg_9002_General_Outdoor', 4200000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (95, 33, 410, 'snd_sfx_atmos_kasenjiki_c', 'snd_sfx_atmos_kasenjiki_c', 'Story_bg_9002_General_Outdoor', 4200000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (96, 34, 111, 'snd_sfx_atmos_yuuenti_d', 'snd_sfx_atmos_yuuenti_d', 'Story_bg_9002_General_Outdoor', 4090000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (97, 34, 131, 'snd_sfx_atmos_yuuenti_n', 'snd_sfx_atmos_yuuenti_n', 'Story_bg_9002_General_Outdoor', 4090000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (98, 35, 1, 'snd_sfx_atmos_shoppingmall', 'snd_sfx_atmos_shoppingmall', 'Story_bg_0035_Theater', -1150000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (99, 36, 1, 'snd_sfx_atmos_gamecenter', 'snd_sfx_atmos_gamecenter', 'Story_bg_9001_General_Indoor', -4370000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (100, 37, 110, 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d', 'Story_bg_9002_General_Outdoor', 1170000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (101, 37, 120, 'snd_sfx_atmos_aozora_e', 'snd_sfx_atmos_aozora_e', 'Story_bg_9002_General_Outdoor', 5680000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (102, 37, 130, 'snd_sfx_atmos_aozora_n', 'snd_sfx_atmos_aozora_n', 'Story_bg_9002_General_Outdoor', 4645000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (103, 37, 530, 'snd_sfx_atmos_aozora_n', 'snd_sfx_atmos_aozora_n', 'Story_bg_9002_General_Outdoor', 3400000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (104, 38, 0, '', '', 'Story_bg_9001_General_Indoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (105, 39, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 10140000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (106, 39, 9111, 'snd_sfx_atmos_hatumoude_d', 'snd_sfx_atmos_hatumoude_d', 'Story_bg_9002_General_Outdoor', -2240000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (107, 39, 120, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 10140000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (108, 39, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', 10140000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (109, 40, 2110, 'snd_sfx_atmos_gassyuku_d', 'snd_sfx_atmos_gassyuku_d', 'Story_bg_9002_General_Outdoor', -11600000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (110, 40, 2130, 'snd_sfx_atmos_gassyuku_n', 'snd_sfx_atmos_gassyuku_n', 'Story_bg_9002_General_Outdoor', -11600000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (111, 41, 0, 'snd_sfx_atmos_gassyukuinside', 'snd_sfx_atmos_gassyukuinside', 'Story_bg_9001_General_Indoor', 11550000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (112, 42, 2111, 'snd_sfx_atmos_beach_d', 'snd_sfx_atmos_beach_d', 'Story_bg_9002_General_Outdoor', -9240000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (113, 42, 2121, 'snd_sfx_atmos_beach_e', 'snd_sfx_atmos_beach_e', 'Story_bg_9002_General_Outdoor', -8050000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (114, 42, 2130, 'snd_sfx_atmos_beach_n', 'snd_sfx_atmos_beach_n', 'Story_bg_9002_General_Outdoor', -9240000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (115, 43, 2131, 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n', 'Story_bg_9002_General_Outdoor', 1880000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (116, 44, 0, 'snd_sfx_atmos_karaoke', 'snd_sfx_atmos_karaoke', 'Story_bg_9001_General_Indoor', 11230000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (117, 45, 1, 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d', 'Story_bg_0045_FastFood', -480000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (118, 46, 1, 'snd_sfx_atmos_koubai_d', 'snd_sfx_atmos_koubai_d', 'Story_bg_9001_General_Indoor', -2160000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (119, 47, 1, 'snd_sfx_atmos_shoppingmall', 'snd_sfx_atmos_shoppingmall', 'Story_bg_0047_Aquarium', -2780000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (120, 48, 111, 'snd_sfx_atmos_shoppingmall', 'snd_sfx_atmos_shoppingmall', 'Story_bg_9002_General_Outdoor', 3760000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (121, 49, 1, 'snd_sfx_atmos_planetarium', 'snd_sfx_atmos_planetarium', 'Story_bg_0049_Planetarium', 9530000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (122, 50, 0, 'snd_sfx_atmos_kuukan', 'snd_sfx_atmos_kuukan', 'Story_bg_0050_UmaSpace', 6600000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (123, 51, 110, 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d', 'Story_bg_9002_General_Outdoor', -1520000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (124, 51, 130, 'snd_sfx_atmos_mori_n', 'snd_sfx_atmos_mori_n', 'Story_bg_9002_General_Outdoor', -1520000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (125, 52, 110, 'snd_sfx_atmos_kousyaura_d', 'snd_sfx_atmos_kousyaura_d', 'Story_bg_9002_General_Outdoor', -1440000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (126, 52, 120, 'snd_sfx_atmos_kousyaura_e', 'snd_sfx_atmos_kousyaura_e', 'Story_bg_9002_General_Outdoor', -1440000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (127, 53, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 8950000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (128, 53, 120, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 8950000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (129, 53, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', 8950000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (130, 54, 110, 'snd_sfx_atmos_tikabado_d', 'snd_sfx_atmos_tikabado_d', 'Story_bg_0054_Tunnel', 1920000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (131, 55, 110, 'snd_sfx_atmos_paddock_d', 'snd_sfx_atmos_paddock_d', 'Story_bg_9002_General_Outdoor', 3190000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (132, 56, 111, 'snd_sfx_atmos_stand_d_mob', 'snd_sfx_atmos_stand_d_mob', 'Story_bg_9002_General_Outdoor', 800000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (133, 57, 110, 'snd_sfx_atmos_hatake_d', 'snd_sfx_atmos_hatake_d', 'Story_bg_9002_General_Outdoor', -4080000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (134, 58, 11, 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d', 'Story_bg_9001_General_Indoor', 4490000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (135, 59, 110, 'snd_sfx_atmos_ryokan_d', 'snd_sfx_atmos_ryokan_d', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (136, 59, 130, 'snd_sfx_atmos_ryokan_n', 'snd_sfx_atmos_ryokan_n', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (137, 60, 110, 'snd_sfx_atmos_mujin_d', 'snd_sfx_atmos_mujin_d', 'Story_bg_9002_General_Outdoor', -420000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (138, 60, 120, 'snd_sfx_atmos_mujin_e', 'snd_sfx_atmos_mujin_e', 'Story_bg_9002_General_Outdoor', -420000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (139, 60, 130, 'snd_sfx_atmos_mujin_n', 'snd_sfx_atmos_mujin_n', 'Story_bg_9002_General_Outdoor', -420000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (140, 61, 110, 'snd_sfx_atmos_inaka_d', 'snd_sfx_atmos_inaka_d', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (141, 61, 130, 'snd_sfx_atmos_inaka_n', 'snd_sfx_atmos_inaka_n', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (142, 62, 110, 'snd_sfx_atmos_pasture_d', 'snd_sfx_atmos_pasture_d', 'Story_bg_9002_General_Outdoor', -10380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (143, 63, 111, 'snd_sfx_atmos_airport_d', 'snd_sfx_atmos_airport_d', 'Story_bg_0063_AirportLobby', -10380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (144, 64, 110, 'snd_sfx_atmos_bus_d', 'snd_sfx_atmos_bus_d', 'Story_bg_9001_General_Indoor', 3380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (145, 65, 111, 'snd_sfx_atmos_train_d', 'snd_sfx_atmos_train_d', 'Story_bg_9001_General_Indoor', -4120000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (146, 66, 111, 'snd_sfx_atmos_platform_d', 'snd_sfx_atmos_platform_d', 'Story_bg_9002_General_Outdoor', -4480000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (147, 67, 110, 'snd_sfx_atmos_inn_d', 'snd_sfx_atmos_inn_d', 'Story_bg_9001_General_Indoor', -480000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (148, 67, 130, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', -480000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (149, 68, 110, 'snd_sfx_atmos_opencafe_d', 'snd_sfx_atmos_opencafe_d', 'Story_bg_9002_General_Outdoor', 9510000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (150, 69, 111, 'snd_sfx_atmos_pondpark_d', 'snd_sfx_atmos_pondpark_d', 'Story_bg_9002_General_Outdoor', 12880000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (151, 37, 410, 'snd_sfx_atmos_aozora_c', 'snd_sfx_atmos_aozora_c', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (152, 70, 110, 'snd_sfx_atmos_ground_d', 'snd_sfx_atmos_ground_d', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (153, 71, 110, 'snd_sfx_atmos_ground_d', 'snd_sfx_atmos_ground_d', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (154, 72, 110, 'snd_sfx_atmos_ground_d', 'snd_sfx_atmos_ground_d', 'Story_bg_9002_General_Outdoor', -11740000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (155, 74, 110, 'snd_sfx_atmos_training_stand_d', 'snd_sfx_atmos_training_stand_d', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (156, 74, 111, 'snd_sfx_atmos_training_stand_d_mob', 'snd_sfx_atmos_training_stand_d_mob', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (157, 75, 1, 'snd_sfx_atmos_kaiken_d', 'snd_sfx_atmos_kaiken_d', 'Story_bg_0075_Press_Conference', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (158, 74, 120, 'snd_sfx_atmos_training_stand_e', 'snd_sfx_atmos_training_stand_e', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (159, 74, 121, 'snd_sfx_atmos_training_stand_e_mob', 'snd_sfx_atmos_training_stand_e_mob', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (160, 37, 210, 'snd_sfx_atmos_aozora_r', 'snd_sfx_atmos_aozora_r', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (161, 74, 410, 'snd_sfx_atmos_training_stand_c', 'snd_sfx_atmos_training_stand_c', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (162, 74, 411, 'snd_sfx_atmos_training_stand_c_mob', 'snd_sfx_atmos_training_stand_c_mob', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (163, 2, 111, 'snd_sfx_atmos_hiroba_d_mob', 'snd_sfx_atmos_hiroba_d_mob', 'Story_bg_9002_General_Outdoor', 800000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (164, 6, 111, 'snd_sfx_atmos_kyousitu_d', 'snd_sfx_atmos_kyousitu_d', 'Story_bg_9001_General_Indoor', -11550000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (165, 11, 111, 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d', 'Story_bg_0011_Cafeteria', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (166, 24, 112, 'snd_sfx_atmos_stand_d_mob', 'snd_sfx_atmos_stand_d_mob', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (167, 74, 112, 'snd_sfx_atmos_training_stand_d_mob_crowded', 'snd_sfx_atmos_training_stand_d_mob_crowded', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (168, 85, 0, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (169, 7, 410, 'snd_sfx_atmos_rouka_c', 'snd_sfx_atmos_rouka_c', 'Story_bg_9001_General_Indoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (170, 34, 121, 'snd_sfx_atmos_yuuenti_e', 'snd_sfx_atmos_yuuenti_e', 'Story_bg_9002_General_Outdoor', 4090000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (171, 74, 130, 'snd_sfx_atmos_training_stand_n', 'snd_sfx_atmos_training_stand_n', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (172, 25, 130, 'snd_sfx_atmos_hikae_d', 'snd_sfx_atmos_hikae_d', 'Story_bg_9001_General_Indoor', -5160000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (173, 77, 112, 'snd_sfx_atmos_stand_d_mob', 'snd_sfx_atmos_stand_d_mob', 'Story_bg_9002_General_Outdoor', 9190000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (174, 79, 112, 'snd_sfx_atmos_stand_d_mob', 'snd_sfx_atmos_stand_d_mob', 'Story_bg_9002_General_Outdoor', 10440000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (175, 26, 130, 'snd_sfx_atmos_backstage_n', 'snd_sfx_atmos_backstage_n', 'Story_bg_9001_General_Indoor', -5080000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (176, 34, 110, 'snd_sfx_atmos_yuuenti_d_nomob', 'snd_sfx_atmos_yuuenti_d_nomob', 'Story_bg_9002_General_Outdoor', 4090000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (177, 34, 120, 'snd_sfx_atmos_yuuenti_e_nomob', 'snd_sfx_atmos_yuuenti_e_nomob', 'Story_bg_9002_General_Outdoor', 4090000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (178, 34, 130, 'snd_sfx_atmos_yuuenti_n_nomob', 'snd_sfx_atmos_yuuenti_n_nomob', 'Story_bg_9002_General_Outdoor', 4090000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (179, 79, 132, 'snd_sfx_atmos_stand_n_mob', 'snd_sfx_atmos_stand_n_mob', 'Story_bg_9002_General_Outdoor', 10440000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (180, 79, 133, 'snd_sfx_atmos_stand_n_mob', 'snd_sfx_atmos_stand_n_mob', 'Story_bg_9002_General_Outdoor', 10440000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (181, 69, 121, 'snd_sfx_atmos_pondpark_e', 'snd_sfx_atmos_pondpark_e', 'Story_bg_9002_General_Outdoor', 12880000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (182, 69, 131, 'snd_sfx_atmos_pondpark_n', 'snd_sfx_atmos_pondpark_n', 'Story_bg_9002_General_Outdoor', 12880000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (183, 68, 111, 'snd_sfx_atmos_opencafe_d', 'snd_sfx_atmos_opencafe_d', 'Story_bg_9002_General_Outdoor', 9510000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (184, 24, 132, 'snd_sfx_atmos_stand_n_mob', 'snd_sfx_atmos_stand_n_mob', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (185, 24, 133, 'snd_sfx_atmos_stand_n_mob', 'snd_sfx_atmos_stand_n_mob', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (186, 88, 112, 'snd_sfx_atmos_stand_d_mob', 'snd_sfx_atmos_stand_d_mob', 'Story_bg_9002_General_Outdoor', 165000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (187, 5, 4110, 'snd_sfx_atmos_namiki_w', 'snd_sfx_atmos_namiki_w', 'Story_bg_9002_General_Outdoor', -3500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (188, 5, 4310, 'snd_sfx_atmos_namiki_w', 'snd_sfx_atmos_namiki_w', 'Story_bg_9002_General_Outdoor', -3500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (189, 76, 110, 'snd_sfx_atmos_race_track_d', 'snd_sfx_atmos_race_track_d', 'Story_bg_9002_General_Outdoor', -1280000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (190, 88, 111, 'snd_sfx_atmos_zawazawa_d', 'snd_sfx_atmos_zawazawa_d', 'Story_bg_9002_General_Outdoor', 165000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (191, 65, 131, 'snd_sfx_atmos_train_d', 'snd_sfx_atmos_train_d', 'Story_bg_9001_General_Indoor', -4120000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (192, 76, 120, 'snd_sfx_atmos_race_track_e', 'snd_sfx_atmos_race_track_e', 'Story_bg_9002_General_Outdoor', -1280000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (193, 65, 121, 'snd_sfx_atmos_train_d', 'snd_sfx_atmos_train_d', 'Story_bg_9001_General_Indoor', -4120000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (194, 79, 111, 'snd_sfx_atmos_zawazawa_d', 'snd_sfx_atmos_zawazawa_d', 'Story_bg_9002_General_Outdoor', 10440000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (195, 64, 130, 'snd_sfx_atmos_bus_d', 'snd_sfx_atmos_bus_d', 'Story_bg_9001_General_Indoor', 3380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (196, 22, 130, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', -2000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (197, 68, 131, 'snd_sfx_atmos_opencafe_n', 'snd_sfx_atmos_opencafe_n', 'Story_bg_9002_General_Outdoor', 9510000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (198, 37, 630, 'snd_sfx_atmos_aozora_n', 'snd_sfx_atmos_aozora_n', 'Story_bg_9002_General_Outdoor', -7780000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (199, 89, 1, 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d', 'Story_bg_0089_SchoolCafeteria', 6110000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (200, 77, 111, 'snd_sfx_atmos_zawazawa_d', 'snd_sfx_atmos_zawazawa_d', 'Story_bg_9002_General_Outdoor', 9190000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (201, 78, 111, 'snd_sfx_atmos_zawazawa_d', 'snd_sfx_atmos_zawazawa_d', 'Story_bg_9002_General_Outdoor', 11120000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (202, 28, 112, 'snd_sfx_atmos_station_d', 'snd_sfx_atmos_station_d', 'Story_bg_9002_General_Outdoor', 130000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (203, 92, 111, 'snd_sfx_atmos_beach_d', 'snd_sfx_atmos_beach_d', 'Story_bg_9002_General_Outdoor', 4645000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (204, 24, 142, 'snd_sfx_atmos_stand_mob', 'snd_sfx_atmos_stand_mob', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (205, 78, 112, 'snd_sfx_atmos_stand_d_mob', 'snd_sfx_atmos_stand_d_mob', 'Story_bg_9002_General_Outdoor', 11120000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (206, 3, 10111, 'snd_sfx_atmos_seiteikoumon_d', 'snd_sfx_atmos_seiteikoumon_d', 'Story_bg_9002_General_Outdoor', 3840000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (207, 57, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', -4080000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (208, 64, 120, 'snd_sfx_atmos_bus_d', 'snd_sfx_atmos_bus_d', 'Story_bg_9001_General_Indoor', 3380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (209, 68, 121, 'snd_sfx_atmos_opencafe_e', 'snd_sfx_atmos_opencafe_e', 'Story_bg_9002_General_Outdoor', 9510000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (210, 2, 8111, 'snd_sfx_atmos_hiroba_d_mob', 'snd_sfx_atmos_hiroba_d_mob', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (211, 92, 121, 'snd_sfx_atmos_beach_e', 'snd_sfx_atmos_beach_e', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (212, 91, 100, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', 5620000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (213, 74, 10112, 'snd_sfx_atmos_stand_d_mob', 'snd_sfx_atmos_stand_d_mob', 'Story_bg_9002_General_Outdoor', -3270000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (214, 76, 410, 'snd_sfx_atmos_race_track_c', 'snd_sfx_atmos_race_track_c', 'Story_bg_9002_General_Outdoor', -1280000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (215, 95, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 520000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (216, 96, 110, 'snd_sfx_atmos_training_d', 'snd_sfx_atmos_training_d', 'Story_bg_9002_General_Outdoor', -970000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (217, 88, 411, 'snd_sfx_atmos_zawazawa_c', 'snd_sfx_atmos_zawazawa_c', 'Story_bg_9002_General_Outdoor', 4320000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (218, 88, 412, 'snd_sfx_atmos_stand_c_mob', 'snd_sfx_atmos_stand_c_mob', 'Story_bg_9002_General_Outdoor', 4320000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (219, 79, 411, 'snd_sfx_atmos_zawazawa_c', 'snd_sfx_atmos_zawazawa_c', 'Story_bg_9002_General_Outdoor', 10400000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (220, 79, 412, 'snd_sfx_atmos_stand_c_mob', 'snd_sfx_atmos_stand_c_mob', 'Story_bg_9002_General_Outdoor', 10400000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (221, 24, 411, 'snd_sfx_atmos_stand_c', 'snd_sfx_atmos_stand_c', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (222, 24, 412, 'snd_sfx_atmos_stand_c_mob', 'snd_sfx_atmos_stand_c_mob', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (223, 55, 410, 'snd_sfx_atmos_paddock_c', 'snd_sfx_atmos_paddock_c', 'Story_bg_9002_General_Outdoor', 3200000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (224, 77, 411, 'snd_sfx_atmos_zawazawa_c', 'snd_sfx_atmos_zawazawa_c', 'Story_bg_9002_General_Outdoor', 9190000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (225, 77, 412, 'snd_sfx_atmos_stand_c_mob', 'snd_sfx_atmos_stand_c_mob', 'Story_bg_9002_General_Outdoor', 9190000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (226, 56, 411, 'snd_sfx_atmos_stand_c_mob', 'snd_sfx_atmos_stand_c_mob', 'Story_bg_9002_General_Outdoor', 810000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (227, 23, 121, 'snd_sfx_atmos_entrance_e', 'snd_sfx_atmos_entrance_e', 'Story_bg_9002_General_Outdoor', 2290000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (228, 78, 411, 'snd_sfx_atmos_zawazawa_c', 'snd_sfx_atmos_zawazawa_c', 'Story_bg_9002_General_Outdoor', 11120000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (229, 78, 412, 'snd_sfx_atmos_stand_c_mob', 'snd_sfx_atmos_stand_c_mob', 'Story_bg_9002_General_Outdoor', 11120000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (230, 57, 120, 'snd_sfx_atmos_hatake_e', 'snd_sfx_atmos_hatake_e', 'Story_bg_9002_General_Outdoor', -4080000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (231, 9, 140, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', -12960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (232, 97, 100, 'snd_sfx_atmos_canteen_nomob', 'snd_sfx_atmos_canteen_nomob', 'Story_bg_9001_General_Indoor', 10100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (233, 97, 101, 'snd_sfx_atmos_canteen_mob', 'snd_sfx_atmos_canteen_mob', 'Story_bg_9001_General_Indoor', 10100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (234, 90, 0, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', 1670000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (235, 42, 2110, 'snd_sfx_atmos_beach_nomob_d', 'snd_sfx_atmos_beach_nomob_d', 'Story_bg_9002_General_Outdoor', -8000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (236, 42, 2120, 'snd_sfx_atmos_beach_nomob_e', 'snd_sfx_atmos_beach_nomob_e', 'Story_bg_9002_General_Outdoor', -7990000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (238, 103, 111, 'snd_sfx_atmos_gymnasium_d_mob', 'snd_sfx_atmos_gymnasium_d_mob', 'Story_bg_0020_SchoolGym', 5380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (239, 104, 110, 'snd_sfx_atmos_gymnasium_d', 'snd_sfx_atmos_gymnasium_d', 'Story_bg_0020_SchoolGym', 120000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (240, 95, 1110, 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d', 'Story_bg_9002_General_Outdoor', -3990000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (241, 105, 111, 'snd_sfx_atmos_entrance_d', 'snd_sfx_atmos_entrance_d', 'Story_bg_9002_General_Outdoor', -2860000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (243, 23, 411, 'snd_sfx_atmos_entrance_c', 'snd_sfx_atmos_entrance_c', 'Story_bg_9002_General_Outdoor', 2290000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (244, 107, 10, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', 1660000, 10000, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (245, 105, 411, 'snd_sfx_atmos_entrance_d', 'snd_sfx_atmos_entrance_d', 'Story_bg_9002_General_Outdoor', -2860000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (246, 103, 11110, 'snd_sfx_atmos_rouka_n', 'snd_sfx_atmos_rouka_n', 'Story_bg_0020_SchoolGym', 5380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (247, 103, 11111, 'snd_sfx_atmos_stagemob_d', 'snd_sfx_atmos_stagemob_d', 'Story_bg_0020_SchoolGym', 5380000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (248, 107, 20, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', 1660000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (249, 107, 30, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', 1660000, 10000, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (250, 106, 0, 'snd_sfx_atmos_stage_n', 'snd_sfx_atmos_stage_n', 'Story_bg_0103_LiveStage', -3480000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (251, 29, 411, 'snd_sfx_atmos_street_d', 'snd_sfx_atmos_street_d', 'Story_bg_9002_General_Outdoor', -8080000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (252, 105, 121, 'snd_sfx_atmos_entrance_d', 'snd_sfx_atmos_entrance_d', 'Story_bg_9002_General_Outdoor', -2860000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (253, 95, 120, 'snd_sfx_atmos_aozora_e', 'snd_sfx_atmos_aozora_e', 'Story_bg_9002_General_Outdoor', 520000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (254, 17, 140, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', -1500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (255, 10, 121, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 1750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (256, 109, 111, 'snd_sfx_atmos_zawazawa_d', 'snd_sfx_atmos_zawazawa_d', 'Story_bg_9002_General_Outdoor', 9050000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (257, 108, 111, 'snd_sfx_atmos_zawazawa_d', 'snd_sfx_atmos_zawazawa_d', 'Story_bg_9002_General_Outdoor', 7960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (258, 109, 411, 'snd_sfx_atmos_zawazawa_d', 'snd_sfx_atmos_zawazawa_d', 'Story_bg_9002_General_Outdoor', 9050000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (260, 98, 0, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', -3150000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (261, 98, 1, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', -3150000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (262, 91, 120, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', 5620000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (263, 101, 0, 'snd_sfx_atmos_shoppingmall', 'snd_sfx_atmos_shoppingmall', 'Story_bg_9001_General_Indoor', -3765000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (264, 110, 110, 'snd_sfx_atmos_aozora_c', 'snd_sfx_atmos_aozora_c', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (265, 111, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 7960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (266, 111, 120, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 7960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (267, 111, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', 7965000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (268, 110, 410, 'snd_sfx_atmos_aozora_c', 'snd_sfx_atmos_aozora_c', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (269, 49, 0, 'snd_sfx_atmos_planetarium', 'snd_sfx_atmos_planetarium', 'Story_bg_0049_Planetarium', 9530000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (270, 112, 110, 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d', 'Story_bg_9002_General_Outdoor', 6180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (271, 113, 110, 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d', 'Story_bg_9002_General_Outdoor', 7400000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (272, 115, 110, 'snd_sfx_atmos_hiroba_d', 'snd_sfx_atmos_hiroba_d', 'Story_bg_9002_General_Outdoor', 1860000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (273, 115, 120, 'snd_sfx_atmos_hiroba_e', 'snd_sfx_atmos_hiroba_e', 'Story_bg_9002_General_Outdoor', 1860000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (274, 112, 410, 'snd_sfx_atmos_aozora_c', 'snd_sfx_atmos_aozora_c', 'Story_bg_9002_General_Outdoor', 6180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (275, 113, 410, 'snd_sfx_atmos_aozora_c', 'snd_sfx_atmos_aozora_c', 'Story_bg_9002_General_Outdoor', 7400000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (276, 114, 111, 'snd_sfx_atmos_zawazawa_d', 'snd_sfx_atmos_zawazawa_d', 'Story_bg_9002_General_Outdoor', 11100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (277, 114, 121, 'snd_sfx_atmos_zawazawa_e', 'snd_sfx_atmos_zawazawa_e', 'Story_bg_9002_General_Outdoor', 11100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (278, 114, 131, 'snd_sfx_atmos_aozora_cheer_n', 'snd_sfx_atmos_aozora_cheer_n', 'Story_bg_9002_General_Outdoor', 11100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (279, 118, 0, '', '', 'Story_bg_0050_UmaSpace', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (280, 114, 133, 'snd_sfx_atmos_stand_n_mob', 'snd_sfx_atmos_stand_n_mob', 'Story_bg_9002_General_Outdoor', 11100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (281, 116, 111, 'snd_sfx_atmos_entrance_d', 'snd_sfx_atmos_entrance_d', 'Story_bg_9002_General_Outdoor', 560000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (282, 117, 110, 'snd_sfx_atmos_inn_d', 'snd_sfx_atmos_inn_d', 'Story_bg_9001_General_Indoor', -2580000, 50000, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (283, 119, 110, 'snd_sfx_atmos_kasenjiki_d', 'snd_sfx_atmos_kasenjiki_d', 'Story_bg_9002_General_Outdoor', 11100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (284, 116, 121, 'snd_sfx_atmos_entrance_e', 'snd_sfx_atmos_entrance_e', 'Story_bg_9002_General_Outdoor', 560000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (285, 120, 131, 'snd_sfx_atmos_stagemob_d', 'snd_sfx_atmos_stagemob_d', 'Story_bg_0103_LiveStage', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (286, 116, 411, 'snd_sfx_atmos_entrance_c', 'snd_sfx_atmos_entrance_c', 'Story_bg_9002_General_Outdoor', 560000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (287, 121, 110, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', 6500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (288, 122, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', -1000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (289, 123, 110, 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d', 'Story_bg_9002_General_Outdoor', -720000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (290, 1, 140, 'snd_sfx_atmos_room_n', 'snd_sfx_atmos_room_n', 'Story_bg_9001_General_Indoor', 14720000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (291, 126, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 5000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (292, 125, 111, 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d', 'Story_bg_9001_General_Indoor', 6640000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (293, 127, 110, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', 150000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (294, 126, 120, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 5000000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (295, 127, 120, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', 150000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (296, 124, 2110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (297, 124, 2111, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (298, 124, 2112, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (299, 124, 4110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (300, 124, 4111, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (301, 124, 4112, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (302, 24, 130, 'snd_sfx_atmos_training_stand_n', 'snd_sfx_atmos_training_stand_n', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (303, 124, 1110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (304, 124, 1111, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (305, 124, 1112, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (306, 124, 3110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (307, 124, 3111, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (308, 124, 3112, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9001_General_Indoor', 3180000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (309, 119, 120, 'snd_sfx_atmos_kasenjiki_e', 'snd_sfx_atmos_kasenjiki_e', 'Story_bg_9002_General_Outdoor', 11100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (310, 10, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 1760000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (311, 31, 110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 1910000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (312, 33, 120, 'snd_sfx_atmos_kasenjiki_e', 'snd_sfx_atmos_kasenjiki_e', 'Story_bg_9002_General_Outdoor', 4200000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (313, 128, 110, 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d', 'Story_bg_9002_General_Outdoor', 80000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (314, 129, 110, 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d', 'Story_bg_9002_General_Outdoor', -960000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (315, 130, 0, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', -5125000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (316, 130, 1, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', -5125000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (317, 131, 111, 'snd_sfx_atmos_pool_d', 'snd_sfx_atmos_pool_d', 'Story_bg_0013_InddorPool', 1020000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (318, 134, 111, 'snd_sfx_atmos_street_d', 'snd_sfx_atmos_street_d', 'Story_bg_9002_General_Outdoor', 160000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (319, 135, 111, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', -4250000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (321, 131, 130, 'snd_sfx_atmos_pool_n', 'snd_sfx_atmos_pool_n', 'Story_bg_0013_InddorPool', 1020000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (322, 131, 131, 'snd_sfx_atmos_pool_n', 'snd_sfx_atmos_pool_n', 'Story_bg_0013_InddorPool', 1020000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (325, 24, 110, 'snd_sfx_atmos_roof_d', 'snd_sfx_atmos_roof_d', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (327, 132, 1, 'snd_sfx_atmos_zawazawa_e', 'snd_sfx_atmos_zawazawa_e', 'Story_bg_0103_LiveStage', -7445000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (328, 119, 130, 'snd_sfx_atmos_kasenjiki_n', 'snd_sfx_atmos_kasenjiki_n', 'Story_bg_9002_General_Outdoor', 11100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (330, 136, 111, 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d', 'Story_bg_9001_General_Indoor', -2400000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (332, 139, 110, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_0011_Cafeteria', -8585000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (333, 139, 111, 'snd_sfx_atmos_canteen_nomob', 'snd_sfx_atmos_canteen_nomob', 'Story_bg_0011_Cafeteria', -8585000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (334, 140, 110, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', -1040000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (335, 42, 2150, 'snd_sfx_atmos_beach_nomob_d', 'snd_sfx_atmos_beach_nomob_d', 'Story_bg_9002_General_Outdoor', -8105000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (336, 37, 150, 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d', 'Story_bg_9002_General_Outdoor', -3195000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (337, 140, 130, 'snd_sfx_atmos_room_n_noext', 'snd_sfx_atmos_room_n_noext', 'Story_bg_9001_General_Indoor', -1040000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (338, 134, 120, 'snd_sfx_atmos_namiki_e', 'snd_sfx_atmos_namiki_e', 'Story_bg_9002_General_Outdoor', 160000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (339, 134, 121, 'snd_sfx_atmos_street_e', 'snd_sfx_atmos_street_e', 'Story_bg_9002_General_Outdoor', 160000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (340, 142, 111, 'snd_sfx_atmos_koubai_d', 'snd_sfx_atmos_koubai_d', 'Story_bg_9001_General_Indoor', 4130000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (341, 79, 110, 'snd_sfx_atmos_roof_d', 'snd_sfx_atmos_roof_d', 'Story_bg_9002_General_Outdoor', 10440000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (342, 79, 134, 'snd_sfx_atmos_roof_n', 'snd_sfx_atmos_roof_n', 'Story_bg_9002_General_Outdoor', 10440000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (343, 141, 110, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', 3040000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (344, 141, 130, 'snd_sfx_atmos_room_n_noext', 'snd_sfx_atmos_room_n_noext', 'Story_bg_9001_General_Indoor', 3040000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (345, 145, 111, 'snd_sfx_atmos_koubai_d', 'snd_sfx_atmos_koubai_d', 'Story_bg_9001_General_Indoor', 200000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (347, 144, 0, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_0050_UmaSpace', 9410000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (348, 114, 411, 'snd_sfx_atmos_zawazawa_c', 'snd_sfx_atmos_zawazawa_c', 'Story_bg_9002_General_Outdoor', 11100000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (349, 4, 7110, 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 'Story_bg_9002_General_Outdoor', 1280000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (350, 4, 7111, 'snd_sfx_atmos_seiteikoumon_d', 'snd_sfx_atmos_seiteikoumon_d', 'Story_bg_9002_General_Outdoor', 1275000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (351, 78, 110, 'snd_sfx_atmos_roof_d', 'snd_sfx_atmos_roof_d', 'Story_bg_9002_General_Outdoor', 11115000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (352, 78, 130, 'snd_sfx_atmos_roof_n', 'snd_sfx_atmos_roof_n', 'Story_bg_9002_General_Outdoor', 11115000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (353, 147, 0, 'snd_sfx_atmos_room_n_noext', 'snd_sfx_atmos_room_n_noext', 'Story_bg_9001_General_Indoor', 200000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (354, 34, 7111, 'snd_sfx_atmos_yuuenti_d', 'snd_sfx_atmos_yuuenti_d', 'Story_bg_9002_General_Outdoor', 4090000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (356, 146, 130, 'snd_sfx_atmos_aozora_n', 'snd_sfx_atmos_aozora_n', 'Story_bg_9002_General_Outdoor', -8160000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (357, 34, 7131, 'snd_sfx_atmos_yuuenti_n', 'snd_sfx_atmos_yuuenti_n', 'Story_bg_9002_General_Outdoor', 4090000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (358, 153, 1, 'snd_sfx_atmos_jacuzzi_d', 'snd_sfx_atmos_jacuzzi_d', 'Story_bg_0013_InddorPool', -560000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (359, 148, 111, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', -5740000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (360, 149, 111, 'snd_sfx_atmos_koubai_d', 'snd_sfx_atmos_koubai_d', 'Story_bg_9001_General_Indoor', -3625000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (361, 150, 131, 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n', 'Story_bg_9002_General_Outdoor', 8620000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (362, 61, 150, 'snd_sfx_atmos_inaka_n', 'snd_sfx_atmos_inaka_n', 'Story_bg_9002_General_Outdoor', 0, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (363, 152, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', 9780000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (364, 151, 131, 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n', 'Story_bg_9002_General_Outdoor', 985000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (365, 37, 710, 'snd_sfx_atmos_blizzard', 'snd_sfx_atmos_blizzard', 'Story_bg_9002_General_Outdoor', -6415000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (366, 157, 6310, 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d', 'Story_bg_9002_General_Outdoor', 5580000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (367, 156, 0, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', 7475000, 0, 10009, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (368, 136, 110, 'snd_sfx_atmos_canteen_nomob', 'snd_sfx_atmos_canteen_nomob', 'Story_bg_9001_General_Indoor', -2400000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (369, 155, 6000, 'snd_sfx_atmos_room_winter_stove', 'snd_sfx_atmos_room_winter_stove', 'Story_bg_9001_General_Indoor', 6980000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (371, 154, 110, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', -7160000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (372, 51, 310, 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d', 'Story_bg_9002_General_Outdoor', -1520000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (373, 150, 130, 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n', 'Story_bg_9002_General_Outdoor', 8620000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (374, 128, 310, 'snd_sfx_atmos_winter_wind_howling', 'snd_sfx_atmos_winter_wind_howling', 'Story_bg_9002_General_Outdoor', 80000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (375, 161, 0, 'snd_sfx_atmos_room_d', 'snd_sfx_atmos_room_d', 'Story_bg_9001_General_Indoor', 6500000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (376, 24, 410, 'snd_sfx_atmos_stand_cloudy_nomob', 'snd_sfx_atmos_stand_cloudy_nomob', 'Story_bg_9002_General_Outdoor', -3750000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (385, 162, 110, 'snd_sfx_atmos_gymnasium_d', 'snd_sfx_atmos_gymnasium_d', 'Story_bg_0020_SchoolGym', 4080000, 0, 10000, 10000); INSERT INTO background_data (id, bg_id, bg_sub, cue_name, sheet_name, bus_param_set_name, pos_x, pos_y, width, height) VALUES (389, 148, 110, 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext', 'Story_bg_9001_General_Indoor', -5740000, 0, 10000, 10000); -- Table: background_offset_data CREATE TABLE 'background_offset_data' ('id' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub' INTEGER NOT NULL, 'offset_id' INTEGER NOT NULL, 'pos_x' INTEGER NOT NULL, 'pos_y' INTEGER NOT NULL, 'width' INTEGER NOT NULL, 'height' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('bg_id','bg_sub','offset_id')); -- Table: banner_data CREATE TABLE 'banner_data' ('id' INTEGER NOT NULL, 'banner_id' INTEGER NOT NULL, 'banner_image_id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'transition' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'condition_value' INTEGER NOT NULL, 'dialog_image_id' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (1, 130002, 130002, 1, 1, 30002, 10, 0, 0, '2025/06/26 00:30:00', '2025/07/02 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (2, 900001, 900001, 3, 3, 9999, 1, 0, 0, '2020/11/30 00:00:00', '2050/01/01 00:00:00'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (3, 130003, 130003, 1, 1, 30003, 9, 0, 0, '2025/06/26 00:30:00', '2025/07/02 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (4, 130004, 130004, 1, 1, 30004, 9, 0, 0, '2025/06/26 00:30:00', '2025/07/02 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (5, 130005, 130005, 1, 1, 30005, 9, 0, 0, '2025/06/26 00:30:00', '2025/07/02 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (6, 130006, 130006, 1, 1, 30006, 9, 0, 0, '2025/07/02 22:00:00', '2025/07/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (7, 130007, 130007, 1, 1, 30007, 9, 0, 0, '2025/07/02 22:00:00', '2025/07/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (8, 130008, 130008, 1, 1, 30008, 9, 0, 0, '2025/07/10 22:00:00', '2025/07/22 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (9, 130009, 130009, 1, 1, 30009, 9, 0, 0, '2025/07/10 22:00:00', '2025/07/22 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (11, 511051, 511051, 5, 5, 0, 3, 0, 0, '2025/08/21 22:00:00', '2025/08/27 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (12, 1, 1, 6, 6, 100001, 2, 0, 0, '2018/03/01 15:00:00', '2025/07/04 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (13, 500001, 500001, 6, 7, 100003, 4, 1001, 0, '2021/01/15 15:00:00', '2021/03/02 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (14, 5, 5, 6, 6, 100005, 2, 0, 0, '2025/07/04 22:00:00', '2025/07/24 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (15, 201014, 201014, 4, 4, 20002, 3, 0, 0, '2025/07/06 22:00:00', '2025/07/09 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (16, 201001, 201001, 4, 4, 20002, 3, 0, 0, '2025/07/09 15:00:00', '2025/07/12 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (17, 201017, 201017, 4, 4, 20002, 3, 0, 0, '2025/07/12 15:00:00', '2025/07/15 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (18, 510051, 510051, 5, 5, 0, 3, 0, 0, '2025/08/17 22:00:00', '2025/08/21 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (19, 130010, 130010, 1, 1, 30010, 9, 0, 0, '2025/07/16 22:00:00', '2025/08/01 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (20, 130011, 130011, 1, 1, 30011, 9, 0, 0, '2025/07/16 22:00:00', '2025/08/01 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (21, 130012, 130012, 1, 1, 30012, 9, 0, 0, '2025/07/27 22:00:00', '2025/08/07 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (22, 130013, 130013, 1, 1, 30013, 9, 0, 0, '2025/07/27 22:00:00', '2025/08/07 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (23, 500002, 500002, 6, 7, 100007, 4, 1002, 0, '2025/07/12 22:00:00', '2025/07/16 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (24, 201061, 201061, 4, 4, 20002, 3, 0, 0, '2025/07/27 22:00:00', '2025/07/30 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (25, 201010, 201010, 4, 4, 20002, 3, 0, 0, '2025/07/30 15:00:00', '2025/08/02 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (26, 201041, 201041, 4, 4, 20002, 3, 0, 0, '2025/08/02 15:00:00', '2025/08/05 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (27, 13, 13, 6, 6, 100013, 2, 0, 0, '2025/07/21 22:00:00', '2025/08/10 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (28, 500003, 500003, 6, 7, 100008, 4, 1003, 0, '2025/08/24 22:00:00', '2025/08/28 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (29, 130014, 130014, 1, 1, 30014, 9, 0, 0, '2025/08/03 22:00:00', '2025/08/13 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (30, 201038, 201038, 4, 4, 20002, 3, 0, 0, '2025/08/05 15:00:00', '2025/08/08 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (31, 130015, 130015, 1, 1, 30015, 9, 0, 0, '2025/08/03 22:00:00', '2025/08/13 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (32, 201035, 201035, 4, 4, 20002, 3, 0, 0, '2025/08/21 22:00:00', '2025/08/24 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (33, 201008, 201008, 4, 4, 20002, 3, 0, 0, '2025/08/24 15:00:00', '2025/08/27 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (34, 201003, 201003, 4, 4, 20002, 3, 0, 0, '2025/08/27 15:00:00', '2025/08/30 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (35, 130016, 130016, 1, 1, 30016, 9, 0, 0, '2025/08/11 22:00:00', '2025/08/22 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (36, 130017, 130017, 1, 1, 30017, 9, 0, 0, '2025/08/11 22:00:00', '2025/08/22 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (37, 130018, 130018, 1, 1, 30018, 9, 0, 0, '2025/08/20 22:00:00', '2025/08/31 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (38, 130019, 130019, 1, 1, 30019, 9, 0, 0, '2025/08/20 22:00:00', '2025/08/31 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (39, 11, 11, 6, 6, 100011, 2, 0, 0, '2025/08/10 22:00:00', '2025/09/14 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (42, 130020, 130020, 1, 1, 30020, 9, 0, 0, '2025/08/28 22:00:00', '2025/09/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (43, 130021, 130021, 1, 1, 30021, 9, 0, 0, '2025/08/28 22:00:00', '2025/09/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (44, 510061, 510061, 5, 5, 0, 3, 0, 0, '2025/09/07 22:00:00', '2025/09/11 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (45, 511061, 511061, 5, 5, 0, 3, 0, 0, '2025/09/11 22:00:00', '2025/09/17 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (46, 201024, 201024, 4, 4, 20002, 3, 0, 0, '2025/09/11 22:00:00', '2025/09/14 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (47, 201013, 201013, 4, 4, 20002, 3, 0, 0, '2025/09/14 15:00:00', '2025/09/17 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (48, 201015, 201015, 4, 4, 20002, 3, 0, 0, '2025/09/17 15:00:00', '2025/09/20 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (49, 201045, 201045, 4, 4, 20002, 3, 0, 0, '2025/09/20 15:00:00', '2025/09/23 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (50, 130022, 130022, 1, 1, 30022, 9, 0, 0, '2025/09/07 22:00:00', '2025/09/18 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (51, 130023, 130023, 1, 1, 30023, 9, 0, 0, '2025/09/07 22:00:00', '2025/09/18 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (52, 130024, 130024, 1, 1, 30024, 9, 0, 0, '2025/09/17 22:00:00', '2025/09/25 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (53, 130025, 130025, 1, 1, 30025, 9, 0, 0, '2025/09/17 22:00:00', '2025/09/25 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (54, 500005, 500005, 7, 7, 3, 4, 1005, 0, '2025/10/10 22:00:00', '2025/10/14 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (55, 130026, 130026, 1, 1, 30026, 9, 0, 0, '2025/09/21 22:00:00', '2025/10/04 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (56, 130027, 130027, 1, 1, 30027, 9, 0, 0, '2025/09/21 22:00:00', '2025/10/04 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (57, 500004, 500004, 6, 7, 100012, 4, 1004, 0, '2025/09/17 22:00:00', '2025/09/21 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (58, 510071, 510071, 5, 5, 0, 3, 0, 0, '2025/10/07 22:00:00', '2025/10/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (59, 511071, 511071, 5, 5, 0, 3, 0, 0, '2025/10/10 22:00:00', '2025/10/16 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (60, 130028, 130028, 1, 1, 30028, 9, 0, 0, '2025/10/02 22:00:00', '2025/10/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (61, 130029, 130029, 1, 1, 30029, 9, 0, 0, '2025/10/02 22:00:00', '2025/10/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (62, 510081, 510081, 5, 5, 0, 3, 0, 0, '2025/10/30 22:00:00', '2025/11/03 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (63, 511081, 511081, 5, 5, 0, 3, 0, 0, '2025/11/3 22:00:00', '2025/11/09 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (64, 510091, 510091, 5, 5, 0, 3, 0, 0, '2025/11/16 22:00:00', '2025/11/20 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (65, 511091, 511091, 5, 5, 0, 3, 0, 0, '2025/11/20 22:00:00', '2025/11/26 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (66, 130030, 130030, 1, 1, 30030, 9, 0, 0, '2025/10/07 22:00:00', '2025/10/16 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (67, 130031, 130031, 1, 1, 30031, 9, 0, 0, '2025/10/07 22:00:00', '2025/10/16 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (68, 130032, 130032, 1, 1, 30032, 9, 0, 0, '2025/10/14 22:00:00', '2025/10/27 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (69, 130033, 130033, 1, 1, 30033, 9, 0, 0, '2025/10/14 22:00:00', '2025/10/27 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (70, 201027, 201027, 4, 4, 20002, 3, 0, 0, '2025/10/26 22:00:00', '2025/10/29 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (71, 201002, 201002, 4, 4, 20002, 3, 0, 0, '2025/10/29 15:00:00', '2025/11/01 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (72, 201007, 201007, 4, 4, 20002, 3, 0, 0, '2025/11/01 15:00:00', '2025/11/04 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (73, 130034, 130034, 1, 1, 30034, 9, 0, 0, '2025/10/21 22:00:00', '2025/10/30 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (74, 130035, 130035, 1, 1, 30035, 9, 0, 0, '2025/10/21 22:00:00', '2025/10/30 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (75, 130036, 130036, 1, 1, 30036, 9, 0, 0, '2025/10/30 22:00:00', '2025/11/09 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (76, 130037, 130037, 1, 1, 30037, 9, 0, 0, '2025/10/30 22:00:00', '2025/11/09 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (77, 510101, 510101, 5, 5, 0, 3, 0, 0, '2025/12/08 22:00:00', '2025/12/12 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (78, 511101, 511101, 5, 5, 0, 3, 0, 0, '2025/12/12 22:00:00', '2025/12/18 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (79, 510111, 510111, 5, 5, 0, 3, 0, 0, '2025/12/28 22:00:00', '2026/1/1 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (80, 511111, 511111, 5, 5, 0, 3, 0, 0, '2026/1/1 22:00:00', '2026/1/7 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (83, 600001, 600001, 6, 6, 100014, 2, 0, 0, '2025/10/26 22:00:00', '2025/11/03 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (84, 600002, 600002, 6, 6, 100015, 2, 0, 0, '2025/11/3 22:00:00', '2025/11/06 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (85, 600003, 600003, 6, 6, 100016, 2, 0, 0, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (86, 201004, 201004, 4, 4, 20002, 3, 0, 0, '2025/11/13 22:00:00', '2025/11/16 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (87, 201005, 201005, 4, 4, 20002, 3, 0, 0, '2025/11/16 15:00:00', '2025/11/19 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (88, 201026, 201026, 4, 4, 20002, 3, 0, 0, '2025/11/19 15:00:00', '2025/11/22 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (89, 500006, 500006, 7, 7, 4, 4, 1006, 0, '2025/11/20 22:00:00', '2025/11/24 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (90, 130038, 130038, 1, 1, 30038, 9, 0, 0, '2025/11/06 22:00:00', '2025/11/17 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (91, 130039, 130039, 1, 1, 30039, 9, 0, 0, '2025/11/06 22:00:00', '2025/11/17 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (92, 130040, 130040, 1, 1, 30040, 9, 0, 0, '2025/11/11 22:00:00', '2025/11/21 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (93, 130041, 130041, 1, 1, 30041, 9, 0, 0, '2025/11/11 22:00:00', '2025/11/21 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (94, 105, 105, 6, 6, 100105, 2, 0, 0, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (95, 106, 106, 6, 6, 100106, 2, 0, 0, '2025/12/01 22:00:00', '2025/12/18 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (96, 109, 109, 6, 6, 100109, 2, 0, 0, '2025/12/18 22:00:00', '2026/1/31 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (97, 130042, 130042, 1, 1, 30042, 9, 0, 0, '2025/11/19 22:00:00', '2025/11/28 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (98, 130043, 130043, 1, 1, 30043, 9, 0, 0, '2025/11/19 22:00:00', '2025/11/28 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (99, 130044, 130044, 1, 1, 30044, 9, 0, 0, '2025/11/24 22:00:00', '2025/12/06 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (100, 130045, 130045, 1, 1, 30045, 9, 0, 0, '2025/11/24 22:00:00', '2025/12/06 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (101, 130046, 130046, 1, 1, 30046, 9, 0, 0, '2025/12/01 22:00:00', '2025/12/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (102, 130047, 130047, 1, 1, 30047, 9, 0, 0, '2025/12/01 22:00:00', '2025/12/10 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (103, 130048, 130048, 1, 1, 30048, 9, 0, 0, '2025/12/08 22:00:00', '2025/12/16 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (104, 130049, 130049, 1, 1, 30049, 9, 0, 0, '2025/12/08 22:00:00', '2025/12/16 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (105, 201056, 201056, 4, 4, 20002, 3, 0, 0, '2025/12/04 22:00:00', '2025/12/07 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (106, 201020, 201020, 4, 4, 20002, 3, 0, 0, '2025/12/07 15:00:00', '2025/12/10 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (107, 201023, 201023, 4, 4, 20002, 3, 0, 0, '2025/12/10 15:00:00', '2025/12/13 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (108, 500007, 500007, 7, 7, 5, 4, 1007, 0, '2025/12/10 22:00:00', '2025/12/14 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (109, 130050, 130050, 1, 1, 30050, 9, 0, 0, '2025/12/14 22:00:00', '2025/12/25 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (110, 130051, 130051, 1, 1, 30051, 9, 0, 0, '2025/12/14 22:00:00', '2025/12/25 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (111, 130052, 130052, 1, 1, 30052, 9, 0, 0, '2025/12/18 22:00:00', '2025/12/29 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (112, 130053, 130053, 1, 1, 30053, 9, 0, 0, '2025/12/18 22:00:00', '2025/12/29 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (113, 201018, 201018, 4, 4, 20002, 3, 0, 0, '2025/12/22 22:00:00', '2025/12/25 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (114, 201037, 201037, 4, 4, 20002, 3, 0, 0, '2025/12/25 15:00:00', '2025/12/28 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (115, 201019, 201019, 4, 4, 20002, 3, 0, 0, '2025/12/28 15:00:00', '2025/12/31 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (116, 130054, 130054, 1, 1, 30054, 9, 0, 0, '2025/12/28 22:00:00', '2026/1/7 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (117, 130055, 130055, 1, 1, 30055, 9, 0, 0, '2025/12/28 22:00:00', '2026/1/7 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (118, 500008, 500008, 7, 7, 6, 4, 1008, 0, '2026/01/01 22:00:00', '2026/01/05 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (119, 62, 62, 6, 6, 100062, 2, 0, 0, '2025/12/24 22:00:00', '2026/1/4 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (123, 130056, 130056, 1, 1, 30056, 9, 0, 0, '2026/01/05 22:00:00', '2026/01/20 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (124, 130057, 130057, 1, 1, 30057, 9, 0, 0, '2026/01/05 22:00:00', '2026/01/20 21:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (821, 534, 534, 6, 6, 100039, 3, 0, 0, '2025/10/06 12:00:00', '2025/12/29 14:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (100000, 800001, 800001, 10, 13, 0, 1, 0, 0, '2025/06/27 12:00:00', '2025/08/14 12:00:00'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (100001, 800001, 800001, 10, 13, 0, 1, 1, 0, '2025/08/14 12:00:00', '2050/09/01 00:00:00'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (100002, 800001, 800001, 10, 13, 0, 1, 2, 0, '2025/08/14 12:00:00', '2050/09/09 11:59:59'); INSERT INTO banner_data (id, banner_id, banner_image_id, type, group_id, transition, priority, condition_value, dialog_image_id, start_date, end_date) VALUES (100004, 800001, 800001, 10, 13, 0, 1, 4, 0, '2025/08/14 12:00:00', '2050/09/01 00:00:00'); -- Table: campaign_chara_story_schedule CREATE TABLE 'campaign_chara_story_schedule' ('campaign_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'story_id' INTEGER NOT NULL); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (6, 1015, 41015001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (6, 1015, 41015002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (6, 1015, 41015003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (6, 1015, 41015004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (7, 1026, 41026001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (7, 1026, 41026002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (7, 1026, 41026003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (7, 1026, 41026004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (8, 1023, 41023001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (8, 1023, 41023002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (8, 1023, 41023003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (8, 1023, 41023004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (9, 1003, 41003001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (9, 1003, 41003002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (9, 1003, 41003003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (9, 1003, 41003004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (10, 1013, 41013001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (10, 1013, 41013002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (10, 1013, 41013003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (10, 1013, 41013004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (12, 1038, 41038001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (12, 1038, 41038002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (12, 1038, 41038003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (12, 1038, 41038004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (19, 1050, 41050001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (19, 1050, 41050002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (19, 1050, 41050003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (19, 1050, 41050004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (20, 1046, 41046001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (20, 1046, 41046002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (20, 1046, 41046003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (20, 1046, 41046004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (21, 1016, 41016001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (21, 1016, 41016002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (21, 1016, 41016003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (21, 1016, 41016004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (70, 1018, 41018001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (70, 1018, 41018002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (70, 1018, 41018003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (70, 1018, 41018004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (71, 1024, 41024001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (71, 1024, 41024002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (71, 1024, 41024003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (71, 1024, 41024004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (72, 1020, 41020001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (72, 1020, 41020002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (72, 1020, 41020003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (72, 1020, 41020004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (73, 1012, 41012001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (73, 1012, 41012002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (73, 1012, 41012003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (73, 1012, 41012004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (74, 1011, 41011001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (74, 1011, 41011002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (74, 1011, 41011003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (74, 1011, 41011004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (75, 1014, 41014001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (75, 1014, 41014002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (75, 1014, 41014003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (75, 1014, 41014004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (76, 1005, 41005001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (76, 1005, 41005002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (76, 1005, 41005003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (76, 1005, 41005004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (77, 1040, 41040001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (77, 1040, 41040002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (77, 1040, 41040003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (77, 1040, 41040004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (78, 1001, 41001001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (78, 1001, 41001002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (78, 1001, 41001003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (78, 1001, 41001004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (79, 1004, 41004001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (79, 1004, 41004002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (79, 1004, 41004003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (79, 1004, 41004004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (80, 1058, 41058001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (80, 1058, 41058002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (80, 1058, 41058003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (80, 1058, 41058004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (81, 1037, 41037001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (81, 1037, 41037002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (81, 1037, 41037003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (81, 1037, 41037004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (82, 1056, 41056001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (82, 1056, 41056002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (82, 1056, 41056003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (82, 1056, 41056004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (83, 1028, 41028001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (83, 1028, 41028002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (83, 1028, 41028003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (83, 1028, 41028004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (84, 1019, 41019001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (84, 1019, 41019002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (84, 1019, 41019003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (84, 1019, 41019004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (85, 1030, 41030001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (85, 1030, 41030002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (85, 1030, 41030003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (85, 1030, 41030004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (86, 1045, 41045001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (86, 1045, 41045002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (86, 1045, 41045003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (86, 1045, 41045004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (87, 1039, 41039001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (87, 1039, 41039002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (87, 1039, 41039003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (87, 1039, 41039004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (88, 1025, 41025001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (88, 1025, 41025002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (88, 1025, 41025003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (88, 1025, 41025004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (89, 1017, 41017001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (89, 1017, 41017002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (89, 1017, 41017003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (89, 1017, 41017004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (92, 1040, 41040001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (92, 1040, 41040002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (92, 1040, 41040003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (92, 1040, 41040004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (93, 1048, 41048001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (93, 1048, 41048002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (93, 1048, 41048003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (93, 1048, 41048004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (94, 1059, 41059001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (94, 1059, 41059002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (94, 1059, 41059003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (94, 1059, 41059004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (95, 1006, 41006001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (95, 1006, 41006002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (95, 1006, 41006003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (95, 1006, 41006004); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (96, 1023, 41023001); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (96, 1023, 41023002); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (96, 1023, 41023003); INSERT INTO campaign_chara_story_schedule (campaign_id, chara_id, story_id) VALUES (96, 1023, 41023004); -- Table: campaign_data CREATE TABLE 'campaign_data' ('campaign_id' INTEGER NOT NULL, 'target_type' INTEGER NOT NULL, 'target_id' INTEGER NOT NULL, 'effect_type_1' INTEGER NOT NULL, 'effect_value_1' INTEGER NOT NULL, 'user_show' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'image_icon_id' INTEGER NOT NULL, 'transition_type' INTEGER NOT NULL, 'image_change' INTEGER NOT NULL, 'logo_type' INTEGER NOT NULL, 'start_time' INTEGER NOT NULL, 'end_time' INTEGER NOT NULL, PRIMARY KEY('campaign_id')); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (1, 1, 0, 1, 200, 1, 0, 1, 10001, 0, 0, 1614142800, 1769723999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (2, 2, 0, 2, 3, 1, 0, 2, 20003, 0, 0, 1751727600, 1752764399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (3, 4, 0, 0, 0, 0, 510, 0, 0, 0, 0, 1752444000, 1753221599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (4, 6, 0, 0, 0, 0, 500, 0, 0, 0, 1, 1614142800, 2556075599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (5, 6, 0, 0, 0, 0, 501, 0, 0, 0, 1, 1751666400, 2556075599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (6, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1750897800, 1751493599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (7, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1751493600, 1752184799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (8, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752184800, 1753221599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (9, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752703200, 1754085599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (10, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752703200, 1754085599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (11, 4, 0, 0, 0, 0, 515, 0, 0, 0, 1, 1754863200, 1755442799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (12, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1753653600, 1754603999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (13, 4, 0, 0, 0, 0, 511, 0, 0, 0, 1, 1753135200, 1753628399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (15, 2, 0, 2, 3, 1, 0, 2, 20003, 0, 0, 1753974000, 1754578799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (16, 4, 0, 0, 0, 0, 512, 0, 0, 0, 1, 1753628400, 1754233199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (17, 4, 0, 0, 0, 0, 514, 0, 0, 0, 1, 1754604000, 1755874799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (18, 4, 0, 0, 0, 0, 513, 0, 0, 0, 1, 1754233200, 1754837999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (19, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1754258400, 1755122399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (20, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1754949600, 1755899999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (21, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1755727200, 1756677599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (23, 1, 0, 5, 5, 1, 0, 7, 10001, 0, 0, 1763564400, 1764169199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (24, 2, 0, 2, 3, 1, 0, 2, 20003, 0, 0, 1757343600, 1758207599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (26, 2, 0, 2, 3, 1, 0, 2, 20003, 0, 0, 1762268400, 1763045999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (27, 2, 0, 2, 3, 1, 0, 2, 20003, 0, 0, 1763650800, 1764169199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (30, 4, 0, 0, 0, 0, 516, 0, 0, 0, 1, 1755442800, 1756047599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (35, 4, 0, 0, 0, 0, 517, 0, 0, 0, 1, 1755702000, 1756306799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (40, 4, 0, 0, 0, 0, 518, 0, 0, 0, 1, 1756306800, 1756911599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (45, 4, 0, 0, 0, 0, 519, 0, 0, 0, 1, 1756652400, 1757257199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (47, 4, 0, 0, 0, 0, 520, 0, 0, 0, 1, 1757257200, 1757861999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (49, 6, 0, 0, 0, 0, 502, 0, 0, 0, 1, 1759442400, 2539400399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (50, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1615464000, 1615525199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (61, 1, 1, 3, 1000, 1, 0, 4, 10001, 1, 0, 1754604000, 1755467999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (62, 1, 0, 3, 1001, 1, 0, 6, 10001, 1, 0, 1766613600, 1767563999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (70, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1756418400, 1757541599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (71, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1756418400, 1757541599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (72, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1757282400, 1758232799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (73, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1758146400, 1758837599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (74, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1758492000, 1759615199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (75, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1758492000, 1759615199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (76, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1759442400, 1760133599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (77, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1759874400, 1760651999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (78, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1760479200, 1761602399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (79, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1760479200, 1761602399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (80, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1761084000, 1761861599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (81, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1761861600, 1762725599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (82, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1762466400, 1763416799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1762898400, 1763762399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (84, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1763589600, 1764367199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (85, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1764021600, 1765058399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (86, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1764021600, 1765058399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (87, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1764626400, 1765403999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (88, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1765231200, 1765922399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (89, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1765749600, 1766699999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (90, 4, 0, 0, 0, 0, 600, 0, 0, 0, 1, 1759874400, 1760713199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (91, 2, 0, 2, 3, 1, 0, 2, 20003, 0, 0, 1759935600, 1760713199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (92, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1765749600, 1766699999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (93, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1766095200, 1767045599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (94, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1766959200, 1767823199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (95, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1767650400, 1768946399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (96, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1767650400, 1768946399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (97, 1, 0, 9, 1, 1, 0, 10, 10001, 0, 0, 1768316400, 1768489199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (100, 4, 0, 0, 0, 0, 700, 0, 0, 1, 1, 1761516000, 1765378799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (101, 4, 0, 0, 0, 0, 701, 0, 0, 0, 1, 1762207200, 1765378799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (102, 4, 0, 0, 0, 0, 702, 0, 0, 0, 1, 1762466400, 1765378799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (105, 4, 0, 0, 0, 0, 705, 0, 0, 0, 1, 1763589600, 1764169199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (106, 4, 0, 0, 0, 0, 706, 0, 0, 0, 1, 1764626400, 1765205999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (107, 4, 0, 0, 0, 0, 707, 0, 0, 0, 1, 1764860400, 1765465199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (108, 4, 0, 0, 0, 0, 708, 0, 0, 0, 1, 1765465200, 1766069999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (109, 4, 0, 0, 0, 0, 709, 0, 0, 0, 1, 1766095200, 1766674799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (110, 4, 0, 0, 0, 0, 710, 0, 0, 0, 1, 1766415600, 1767020399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (111, 4, 0, 0, 0, 0, 711, 0, 0, 0, 1, 1766934000, 1767538799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (112, 4, 0, 0, 0, 0, 712, 0, 0, 0, 1, 1767538800, 1768143599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (113, 4, 0, 0, 0, 0, 713, 0, 0, 0, 1, 1767884400, 1768489199); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (114, 4, 0, 0, 0, 0, 714, 0, 0, 0, 1, 1768489200, 1769093999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (115, 4, 0, 0, 0, 0, 715, 0, 0, 0, 1, 1769094000, 1769698799); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (116, 4, 0, 0, 0, 0, 716, 0, 0, 0, 1, 1769698800, 1769871599); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (117, 2, 0, 2, 3, 1, 0, 2, 20003, 0, 0, 1764860400, 1765724399); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (118, 2, 0, 2, 3, 1, 0, 2, 20003, 0, 0, 1766934000, 1767797999); INSERT INTO campaign_data (campaign_id, target_type, target_id, effect_type_1, effect_value_1, user_show, disp_order, image_icon_id, transition_type, image_change, logo_type, start_time, end_time) VALUES (120, 6, 0, 0, 0, 0, 503, 0, 0, 0, 1, 1765231200, 2539400399); -- Table: campaign_present_bonus_detail CREATE TABLE 'campaign_present_bonus_detail' ('id' INTEGER NOT NULL, 'campaign_id' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'count' INTEGER NOT NULL, 'item_category_1' INTEGER NOT NULL, 'item_id_1' INTEGER NOT NULL, 'item_num_1' INTEGER NOT NULL, 'item_category_2' INTEGER NOT NULL, 'item_id_2' INTEGER NOT NULL, 'item_num_2' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('campaign_id','card_id'), UNIQUE('item_id_1')); -- Table: campaign_single_race_add_data CREATE TABLE 'campaign_single_race_add_data' ('id' INTEGER NOT NULL, 'race_additional_id' INTEGER NOT NULL, 'race_program_id' INTEGER NOT NULL, 'race_additional_reward_id' INTEGER NOT NULL, 'reward_limit' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO campaign_single_race_add_data (id, race_additional_id, race_program_id, race_additional_reward_id, reward_limit) VALUES (1, 1, 623, 1, 1); -- Table: campaign_single_race_add_reward CREATE TABLE 'campaign_single_race_add_reward' ('id' INTEGER NOT NULL, 'race_additional_reward_id' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'reward_type' INTEGER NOT NULL, 'reward_value' INTEGER NOT NULL, 'reward_rate' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO campaign_single_race_add_reward (id, race_additional_reward_id, item_category, item_id, reward_type, reward_value, reward_rate) VALUES (1, 1, 102, 104001, 1, 5, 10000); INSERT INTO campaign_single_race_add_reward (id, race_additional_reward_id, item_category, item_id, reward_type, reward_value, reward_rate) VALUES (2, 1, 102, 104001, 2, 1, 5000); INSERT INTO campaign_single_race_add_reward (id, race_additional_reward_id, item_category, item_id, reward_type, reward_value, reward_rate) VALUES (3, 1, 102, 104001, 2, 2, 5000); -- Table: card_data CREATE TABLE 'card_data' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'default_rarity' INTEGER NOT NULL, 'limited_chara' INTEGER NOT NULL, 'available_skill_set_id' INTEGER NOT NULL, 'talent_speed' INTEGER NOT NULL, 'talent_stamina' INTEGER NOT NULL, 'talent_pow' INTEGER NOT NULL, 'talent_guts' INTEGER NOT NULL, 'talent_wiz' INTEGER NOT NULL, 'talent_group_id' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'get_piece_id' INTEGER NOT NULL, 'running_style' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100101, 1001, 3, 0, 100101, 0, 20, 0, 0, 10, 100101, 8, 100101, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100102, 1001, 3, 0, 100102, 0, 10, 10, 10, 0, 100102, 317, 100102, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100201, 1002, 3, 0, 100201, 20, 0, 0, 10, 0, 100201, 30, 100201, 1); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100301, 1003, 3, 0, 100301, 20, 10, 0, 0, 0, 100301, 21, 100301, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100302, 1003, 3, 0, 100302, 10, 10, 0, 10, 0, 100302, 132, 100302, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100401, 1004, 3, 0, 100401, 10, 0, 0, 0, 20, 100401, 12, 100401, 1); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100402, 1004, 3, 0, 100402, 15, 0, 0, 0, 15, 100402, 322, 100402, 1); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100501, 1005, 3, 0, 100501, 0, 0, 20, 0, 10, 100501, 17, 100501, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100601, 1006, 3, 0, 100601, 20, 0, 10, 0, 0, 100601, 21, 100601, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100602, 1006, 3, 0, 100602, 15, 15, 0, 0, 0, 100602, 366, 100602, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100701, 1007, 2, 0, 100701, 0, 20, 10, 0, 0, 100701, 55, 100701, 4); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100801, 1008, 2, 0, 100801, 10, 0, 20, 0, 0, 100801, 55, 100801, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (100901, 1009, 2, 0, 100901, 10, 0, 0, 20, 0, 100901, 1, 100901, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101001, 1010, 3, 0, 101001, 20, 0, 0, 0, 10, 101001, 8, 101001, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101101, 1011, 2, 0, 101101, 20, 0, 10, 0, 0, 101101, 21, 101101, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101102, 1011, 3, 0, 101102, 0, 15, 0, 0, 15, 101102, 270, 101102, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101201, 1012, 3, 0, 101201, 0, 0, 20, 10, 0, 101201, 17, 101201, 4); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101301, 1013, 3, 0, 101301, 0, 20, 0, 0, 10, 101301, 30, 101301, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101302, 1013, 3, 0, 101302, 0, 10, 10, 0, 10, 101302, 132, 101302, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101401, 1014, 2, 0, 101401, 20, 0, 0, 0, 10, 101401, 8, 101401, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101402, 1014, 3, 0, 101402, 15, 0, 0, 15, 0, 101402, 271, 101402, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101501, 1015, 3, 0, 101501, 0, 20, 0, 0, 10, 101501, 55, 101501, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101601, 1016, 3, 0, 101601, 10, 20, 0, 0, 0, 101601, 152, 101601, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101701, 1017, 3, 0, 101701, 0, 20, 0, 10, 0, 101701, 69, 101701, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101702, 1017, 3, 0, 101702, 8, 14, 0, 0, 8, 101702, 363, 101702, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101801, 1018, 2, 0, 101801, 10, 0, 20, 0, 0, 101801, 69, 101801, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101802, 1018, 3, 0, 101802, 10, 0, 10, 10, 0, 101802, 295, 101802, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (101901, 1019, 3, 0, 101901, 8, 8, 7, 0, 7, 101901, 125, 101901, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102001, 1020, 3, 0, 102001, 0, 10, 0, 0, 20, 102001, 127, 102001, 1); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102301, 1023, 3, 0, 102301, 0, 0, 0, 10, 20, 102301, 155, 102301, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102302, 1023, 3, 0, 102302, 0, 12, 12, 0, 6, 102302, 369, 102302, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102401, 1024, 2, 0, 102401, 0, 20, 0, 10, 0, 102401, 12, 102401, 1); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102402, 1024, 3, 0, 102402, 10, 10, 0, 0, 10, 102402, 291, 102402, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102501, 1025, 3, 0, 102501, 0, 30, 0, 0, 0, 102501, 125, 102501, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102601, 1026, 3, 0, 102601, 0, 20, 10, 0, 0, 102601, 53, 102601, 1); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102701, 1027, 1, 0, 102701, 0, 0, 20, 0, 10, 102701, 53, 102701, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (102801, 1028, 3, 0, 102801, 0, 0, 20, 10, 0, 102801, 44, 102801, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (103001, 1030, 3, 0, 103001, 0, 10, 0, 20, 0, 103001, 30, 103001, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (103002, 1030, 3, 0, 103002, 0, 15, 15, 0, 0, 103002, 349, 103002, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (103201, 1032, 1, 0, 103201, 20, 0, 0, 10, 0, 103201, 61, 103201, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (103501, 1035, 1, 0, 103501, 0, 10, 20, 0, 0, 103501, 8, 103501, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (103701, 1037, 3, 0, 103701, 0, 0, 10, 0, 20, 103701, 8, 103701, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (103801, 1038, 3, 0, 103801, 10, 0, 20, 0, 0, 103801, 1, 103801, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (103901, 1039, 3, 0, 103901, 0, 0, 10, 20, 0, 103901, 51, 103901, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (104001, 1040, 3, 0, 104001, 0, 0, 10, 20, 0, 104001, 12, 104001, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (104002, 1040, 3, 0, 104002, 8, 0, 8, 0, 14, 104002, 364, 104002, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (104101, 1041, 1, 0, 104101, 20, 0, 0, 0, 10, 104101, 30, 104101, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (104501, 1045, 2, 0, 104501, 0, 10, 0, 0, 20, 104501, 21, 104501, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (104502, 1045, 3, 0, 104502, 14, 8, 0, 8, 0, 104502, 357, 104502, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (104601, 1046, 3, 0, 104601, 20, 0, 10, 0, 0, 104601, 41, 104601, 1); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (104801, 1048, 3, 0, 104801, 10, 0, 10, 10, 0, 104801, 44, 104801, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (105001, 1050, 3, 0, 105001, 10, 0, 0, 20, 0, 105001, 55, 105001, 4); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (105201, 1052, 1, 0, 105201, 0, 0, 10, 20, 0, 105201, 8, 105201, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (105601, 1056, 1, 0, 105601, 0, 20, 10, 0, 0, 105601, 30, 105601, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (105602, 1056, 3, 0, 105602, 0, 10, 0, 10, 10, 105602, 105, 105602, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (105801, 1058, 3, 0, 105801, 0, 20, 0, 10, 0, 105801, 125, 105801, 2); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (105901, 1059, 3, 0, 105901, 10, 0, 0, 0, 20, 105901, 55, 105901, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (106001, 1060, 1, 0, 106001, 0, 0, 20, 0, 10, 106001, 48, 106001, 3); INSERT INTO card_data (id, chara_id, default_rarity, limited_chara, available_skill_set_id, talent_speed, talent_stamina, talent_pow, talent_guts, talent_wiz, talent_group_id, bg_id, get_piece_id, running_style) VALUES (106101, 1061, 1, 0, 106101, 0, 0, 20, 10, 0, 106101, 51, 106101, 3); -- Table: card_rarity_data CREATE TABLE 'card_rarity_data' ('id' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'skill_set' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'max_speed' INTEGER NOT NULL, 'max_stamina' INTEGER NOT NULL, 'max_pow' INTEGER NOT NULL, 'max_guts' INTEGER NOT NULL, 'max_wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'get_dress_id_1' INTEGER NOT NULL, 'get_dress_id_2' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10010103, 100101, 3, 100101, 10010103, 83, 88, 98, 90, 91, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 101, 100101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10010104, 100101, 4, 100101, 10010104, 92, 98, 109, 100, 101, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 101, 100101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10010105, 100101, 5, 100101, 10010105, 102, 108, 120, 110, 110, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 101, 100101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10010203, 100102, 3, 100130, 11010103, 77, 90, 103, 98, 82, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 101, 100130); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10010204, 100102, 4, 100130, 11010104, 86, 100, 114, 109, 91, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 101, 100130); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10010205, 100102, 5, 100130, 11010105, 94, 110, 125, 119, 102, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 101, 100130); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10020103, 100201, 3, 100201, 10020103, 101, 84, 77, 100, 88, 1200, 1200, 1200, 1200, 1200, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 101, 100201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10020104, 100201, 4, 100201, 10020104, 112, 93, 85, 111, 99, 1200, 1200, 1200, 1200, 1200, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 101, 100201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10020105, 100201, 5, 100201, 10020105, 124, 102, 94, 122, 108, 1200, 1200, 1200, 1200, 1200, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 101, 100201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10030103, 100301, 3, 100301, 10030103, 90, 89, 83, 92, 96, 1200, 1200, 1200, 1200, 1200, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 101, 100301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10030104, 100301, 4, 100301, 10030104, 99, 99, 92, 102, 108, 1200, 1200, 1200, 1200, 1200, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 101, 100301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10030105, 100301, 5, 100301, 10030105, 109, 109, 102, 112, 118, 1200, 1200, 1200, 1200, 1200, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 101, 100301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10030203, 100302, 3, 100302, 11030103, 89, 102, 80, 86, 93, 1200, 1200, 1200, 1200, 1200, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 101, 100302); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10030204, 100302, 4, 100302, 11030104, 99, 113, 89, 96, 103, 1200, 1200, 1200, 1200, 1200, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 101, 100302); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10030205, 100302, 5, 100302, 11030105, 109, 125, 98, 106, 112, 1200, 1200, 1200, 1200, 1200, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 101, 100302); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10040103, 100401, 3, 100401, 10040103, 96, 68, 86, 100, 100, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 5, 7, 3, 1, 1, 7, 4, 101, 100401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10040104, 100401, 4, 100401, 10040104, 107, 76, 96, 111, 110, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 5, 7, 3, 1, 1, 7, 4, 101, 100401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10040105, 100401, 5, 100401, 10040105, 118, 84, 105, 122, 121, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 5, 7, 3, 1, 1, 7, 4, 101, 100401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10040203, 100402, 3, 100430, 11040103, 100, 69, 93, 87, 101, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 5, 7, 3, 1, 1, 7, 4, 101, 100430); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10040204, 100402, 4, 100430, 11040104, 111, 77, 104, 97, 111, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 5, 7, 3, 1, 1, 7, 4, 101, 100430); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10040205, 100402, 5, 100430, 11040105, 122, 85, 114, 107, 122, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 5, 7, 3, 1, 1, 7, 4, 101, 100430); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10050103, 100501, 3, 100501, 10050103, 96, 88, 97, 82, 87, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 3, 5, 7, 5, 1, 7, 2, 101, 100501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10050104, 100501, 4, 100501, 10050104, 106, 98, 108, 91, 97, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 3, 5, 7, 5, 1, 7, 2, 101, 100501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10050105, 100501, 5, 100501, 10050105, 117, 107, 118, 100, 108, 1200, 1200, 1200, 1200, 1200, 6, 7, 6, 3, 5, 7, 5, 1, 7, 2, 101, 100501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10060103, 100601, 3, 100601, 10060103, 101, 66, 106, 84, 93, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 6, 2, 7, 7, 4, 7, 6, 101, 100601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10060104, 100601, 4, 100601, 10060104, 112, 74, 118, 94, 102, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 6, 2, 7, 7, 4, 7, 6, 101, 100601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10060105, 100601, 5, 100601, 10060105, 124, 81, 130, 103, 112, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 6, 2, 7, 7, 4, 7, 6, 101, 100601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10060203, 100602, 3, 100646, 11060103, 94, 91, 111, 76, 78, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 6, 2, 7, 7, 4, 7, 6, 101, 100646); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10060204, 100602, 4, 100646, 11060104, 105, 101, 124, 85, 85, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 6, 2, 7, 7, 4, 7, 6, 101, 100646); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10060205, 100602, 5, 100646, 11060105, 115, 111, 136, 93, 95, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 6, 2, 7, 7, 4, 7, 6, 101, 100646); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10070102, 100701, 2, 101, 10070102, 82, 96, 100, 77, 70, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10070103, 100701, 3, 100701, 10070103, 87, 101, 105, 81, 76, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 101, 100701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10070104, 100701, 4, 100701, 10070104, 97, 113, 117, 90, 83, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 101, 100701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10070105, 100701, 5, 100701, 10070105, 106, 124, 129, 99, 92, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 101, 100701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10080102, 100801, 2, 101, 10080102, 96, 61, 105, 75, 88, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10080103, 100801, 3, 100801, 10080103, 102, 64, 111, 79, 94, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 101, 100801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10080104, 100801, 4, 100801, 10080104, 113, 72, 124, 88, 103, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 101, 100801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10080105, 100801, 5, 100801, 10080105, 124, 79, 136, 97, 114, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 101, 100801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10090102, 100901, 2, 101, 10090102, 84, 77, 79, 95, 90, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10090103, 100901, 3, 100901, 10090103, 89, 81, 84, 100, 96, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 101, 100901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10090104, 100901, 4, 100901, 10090104, 99, 90, 93, 111, 107, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 101, 100901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10090105, 100901, 5, 100901, 10090105, 109, 99, 103, 122, 117, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 101, 100901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10100103, 101001, 3, 101001, 10100103, 96, 71, 98, 93, 92, 1200, 1200, 1200, 1200, 1200, 7, 7, 3, 1, 5, 7, 3, 1, 7, 6, 101, 101001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10100104, 101001, 4, 101001, 10100104, 107, 79, 108, 103, 103, 1200, 1200, 1200, 1200, 1200, 7, 7, 3, 1, 5, 7, 3, 1, 7, 6, 101, 101001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10100105, 101001, 5, 101001, 10100105, 118, 87, 119, 113, 113, 1200, 1200, 1200, 1200, 1200, 7, 7, 3, 1, 5, 7, 3, 1, 7, 6, 101, 101001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10110102, 101101, 2, 101, 10110102, 91, 70, 99, 74, 91, 1200, 1200, 1200, 1200, 1200, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10110103, 101101, 3, 101101, 10110103, 96, 74, 105, 79, 96, 1200, 1200, 1200, 1200, 1200, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 101, 101101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10110104, 101101, 4, 101101, 10110104, 107, 83, 117, 87, 106, 1200, 1200, 1200, 1200, 1200, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 101, 101101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10110105, 101101, 5, 101101, 10110105, 118, 91, 129, 96, 116, 1200, 1200, 1200, 1200, 1200, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 101, 101101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10110203, 101102, 3, 101116, 11110103, 91, 83, 97, 79, 100, 1200, 1200, 1200, 1200, 1200, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 101, 101116); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10110204, 101102, 4, 101116, 11110104, 101, 92, 108, 88, 111, 1200, 1200, 1200, 1200, 1200, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 101, 101116); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10110205, 101102, 5, 101116, 11110105, 111, 101, 119, 96, 123, 1200, 1200, 1200, 1200, 1200, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 101, 101116); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10120103, 101201, 3, 101201, 10120103, 93, 84, 105, 82, 86, 1200, 1200, 1200, 1200, 1200, 4, 7, 7, 6, 1, 6, 5, 7, 7, 3, 101, 101201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10120104, 101201, 4, 101201, 10120104, 103, 94, 117, 91, 95, 1200, 1200, 1200, 1200, 1200, 4, 7, 7, 6, 1, 6, 5, 7, 7, 3, 101, 101201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10120105, 101201, 5, 101201, 10120105, 113, 103, 129, 100, 105, 1200, 1200, 1200, 1200, 1200, 4, 7, 7, 6, 1, 6, 5, 7, 7, 3, 101, 101201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10130103, 101301, 3, 101301, 10130103, 71, 111, 71, 103, 94, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 101, 101301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10130104, 101301, 4, 101301, 10130104, 79, 123, 79, 114, 105, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 101, 101301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10130105, 101301, 5, 101301, 10130105, 87, 136, 87, 125, 115, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 101, 101301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10130203, 101302, 3, 101302, 11130103, 74, 110, 72, 108, 86, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 101, 101302); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10130204, 101302, 4, 101302, 11130104, 82, 122, 80, 120, 96, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 101, 101302); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10130205, 101302, 5, 101302, 11130105, 90, 134, 89, 132, 105, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 101, 101302); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10140102, 101401, 2, 101, 10140102, 85, 76, 80, 93, 91, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10140103, 101401, 3, 101401, 10140103, 90, 80, 85, 99, 96, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 101, 101401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10140104, 101401, 4, 101401, 10140104, 100, 89, 94, 110, 107, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 101, 101401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10140105, 101401, 5, 101401, 10140105, 110, 98, 103, 121, 118, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 101, 101401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10140203, 101402, 3, 101416, 11140103, 100, 75, 91, 97, 87, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 101, 101416); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10140204, 101402, 4, 101416, 11140104, 111, 83, 102, 108, 96, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 101, 101416); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10140205, 101402, 5, 101416, 11140105, 122, 91, 112, 119, 106, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 101, 101416); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10150103, 101501, 3, 101501, 10150103, 75, 108, 75, 102, 90, 1200, 1200, 1200, 1200, 1200, 1, 3, 7, 7, 5, 7, 7, 1, 7, 3, 101, 101501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10150104, 101501, 4, 101501, 10150104, 83, 120, 83, 113, 101, 1200, 1200, 1200, 1200, 1200, 1, 3, 7, 7, 5, 7, 7, 1, 7, 3, 101, 101501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10150105, 101501, 5, 101501, 10150105, 91, 132, 91, 125, 111, 1200, 1200, 1200, 1200, 1200, 1, 3, 7, 7, 5, 7, 7, 1, 7, 3, 101, 101501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10160103, 101601, 3, 101601, 10160103, 93, 89, 100, 89, 79, 1200, 1200, 1200, 1200, 1200, 2, 6, 7, 7, 1, 7, 7, 4, 7, 1, 101, 101601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10160104, 101601, 4, 101601, 10160104, 103, 99, 111, 98, 89, 1200, 1200, 1200, 1200, 1200, 2, 6, 7, 7, 1, 7, 7, 4, 7, 1, 101, 101601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10160105, 101601, 5, 101601, 10160105, 113, 109, 122, 108, 98, 1200, 1200, 1200, 1200, 1200, 2, 6, 7, 7, 1, 7, 7, 4, 7, 1, 101, 101601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10170103, 101701, 3, 101701, 10170103, 86, 91, 83, 96, 94, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 7, 5, 7, 1, 101, 101701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10170104, 101701, 4, 101701, 10170104, 96, 101, 92, 107, 104, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 7, 5, 7, 1, 101, 101701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10170105, 101701, 5, 101701, 10170105, 106, 111, 101, 118, 114, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 7, 5, 7, 1, 101, 101701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10170203, 101702, 3, 101743, 11170103, 83, 87, 90, 90, 100, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 7, 5, 7, 1, 101, 101743); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10170204, 101702, 4, 101743, 11170104, 92, 97, 100, 100, 111, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 7, 5, 7, 1, 101, 101743); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10170205, 101702, 5, 101743, 11170105, 101, 107, 110, 110, 122, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 7, 5, 7, 1, 101, 101743); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10180102, 101801, 2, 101, 10180102, 86, 81, 81, 86, 91, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10180103, 101801, 3, 101801, 10180103, 91, 86, 86, 92, 95, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 101, 101801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10180104, 101801, 4, 101801, 10180104, 101, 95, 95, 102, 107, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 101, 101801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10180105, 101801, 5, 101801, 10180105, 111, 105, 105, 112, 117, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 101, 101801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10180203, 101802, 3, 101826, 11180103, 94, 82, 91, 88, 95, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 101, 101826); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10180204, 101802, 4, 101826, 11180104, 104, 91, 101, 98, 106, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 101, 101826); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10180205, 101802, 5, 101826, 11180105, 115, 100, 111, 107, 117, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 101, 101826); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10190103, 101901, 3, 101901, 10190103, 85, 91, 83, 100, 91, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 1, 1, 7, 7, 6, 7, 7, 101, 101901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10190104, 101901, 4, 101901, 10190104, 95, 101, 92, 111, 101, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 1, 1, 7, 7, 6, 7, 7, 101, 101901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10190105, 101901, 5, 101901, 10190105, 104, 111, 101, 122, 112, 1200, 1200, 1200, 1200, 1200, 2, 7, 7, 1, 1, 7, 7, 6, 7, 7, 101, 101901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10200103, 102001, 3, 102001, 10200103, 98, 98, 88, 83, 83, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 101, 102001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10200104, 102001, 4, 102001, 10200104, 109, 109, 98, 92, 92, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 101, 102001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10200105, 102001, 5, 102001, 10200105, 120, 120, 108, 101, 101, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 101, 102001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10230103, 102301, 3, 102301, 10230103, 85, 93, 82, 93, 97, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 101, 102301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10230104, 102301, 4, 102301, 10230104, 95, 104, 91, 104, 106, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 101, 102301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10230105, 102301, 5, 102301, 10230105, 104, 114, 101, 114, 117, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 101, 102301); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10230203, 102302, 3, 102346, 11230103, 83, 99, 76, 96, 96, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 101, 102346); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10230204, 102302, 4, 102346, 11230104, 93, 110, 85, 107, 105, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 101, 102346); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10230205, 102302, 5, 102346, 11230105, 102, 121, 93, 117, 117, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 101, 102346); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10240102, 102401, 2, 101, 10240102, 73, 100, 67, 95, 90, 1200, 1200, 1200, 1200, 1200, 4, 4, 7, 7, 7, 7, 6, 6, 7, 3, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10240103, 102401, 3, 102401, 10240103, 77, 106, 71, 101, 95, 1200, 1200, 1200, 1200, 1200, 4, 4, 7, 7, 7, 7, 6, 6, 7, 3, 101, 102401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10240104, 102401, 4, 102401, 10240104, 86, 118, 79, 112, 105, 1200, 1200, 1200, 1200, 1200, 4, 4, 7, 7, 7, 7, 6, 6, 7, 3, 101, 102401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10240105, 102401, 5, 102401, 10240105, 94, 130, 86, 123, 117, 1200, 1200, 1200, 1200, 1200, 4, 4, 7, 7, 7, 7, 6, 6, 7, 3, 101, 102401); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10240203, 102402, 3, 102426, 11240103, 83, 100, 82, 90, 95, 1200, 1200, 1200, 1200, 1200, 4, 4, 7, 7, 7, 7, 6, 6, 7, 3, 101, 102426); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10240204, 102402, 4, 102426, 11240104, 92, 112, 91, 100, 105, 1200, 1200, 1200, 1200, 1200, 4, 4, 7, 7, 7, 7, 6, 6, 7, 3, 101, 102426); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10240205, 102402, 5, 102426, 11240105, 102, 123, 100, 110, 115, 1200, 1200, 1200, 1200, 1200, 4, 4, 7, 7, 7, 7, 6, 6, 7, 3, 101, 102426); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10250103, 102501, 3, 102501, 10250103, 83, 98, 94, 86, 89, 1200, 1200, 1200, 1200, 1200, 1, 2, 6, 7, 1, 5, 7, 5, 7, 1, 101, 102501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10250104, 102501, 4, 102501, 10250104, 92, 109, 105, 95, 99, 1200, 1200, 1200, 1200, 1200, 1, 2, 6, 7, 1, 5, 7, 5, 7, 1, 101, 102501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10250105, 102501, 5, 102501, 10250105, 101, 120, 115, 105, 109, 1200, 1200, 1200, 1200, 1200, 1, 2, 6, 7, 1, 5, 7, 5, 7, 1, 101, 102501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10260103, 102601, 3, 102601, 10260103, 96, 72, 92, 102, 88, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 6, 7, 3, 1, 1, 7, 1, 101, 102601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10260104, 102601, 4, 102601, 10260104, 106, 80, 102, 113, 99, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 6, 7, 3, 1, 1, 7, 1, 101, 102601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10260105, 102601, 5, 102601, 10260105, 117, 88, 112, 124, 109, 1200, 1200, 1200, 1200, 1200, 5, 6, 7, 6, 7, 3, 1, 1, 7, 1, 101, 102601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10270101, 102701, 1, 101, 10270101, 87, 66, 95, 71, 81, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10270102, 102701, 2, 101, 10270102, 93, 70, 101, 76, 85, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10270103, 102701, 3, 102701, 10270103, 98, 74, 106, 80, 92, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 101, 102701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10270104, 102701, 4, 102701, 10270104, 109, 83, 118, 89, 101, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 101, 102701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10270105, 102701, 5, 102701, 10270105, 120, 91, 130, 98, 111, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 101, 102701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10280103, 102801, 3, 102801, 10280103, 99, 60, 108, 91, 92, 1200, 1200, 1200, 1200, 1200, 7, 6, 2, 1, 6, 7, 5, 1, 7, 2, 101, 102801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10280104, 102801, 4, 102801, 10280104, 110, 67, 120, 101, 102, 1200, 1200, 1200, 1200, 1200, 7, 6, 2, 1, 6, 7, 5, 1, 7, 2, 101, 102801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10280105, 102801, 5, 102801, 10280105, 120, 74, 132, 111, 113, 1200, 1200, 1200, 1200, 1200, 7, 6, 2, 1, 6, 7, 5, 1, 7, 2, 101, 102801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10300103, 103001, 3, 103001, 10300103, 71, 117, 70, 102, 90, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 101, 103001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10300104, 103001, 4, 103001, 10300104, 79, 130, 78, 114, 99, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 101, 103001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10300105, 103001, 5, 103001, 10300105, 87, 143, 86, 125, 109, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 101, 103001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10300203, 103002, 3, 103040, 11300103, 76, 121, 67, 97, 89, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 101, 103040); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10300204, 103002, 4, 103040, 11300104, 85, 135, 75, 107, 98, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 101, 103040); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10300205, 103002, 5, 103040, 11300105, 93, 148, 82, 118, 109, 1200, 1200, 1200, 1200, 1200, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 101, 103040); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10320101, 103201, 1, 101, 10320101, 82, 76, 76, 79, 87, 1200, 1200, 1200, 1200, 1200, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10320102, 103201, 2, 101, 10320102, 87, 81, 81, 83, 93, 1200, 1200, 1200, 1200, 1200, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10320103, 103201, 3, 103201, 10320103, 92, 85, 85, 88, 100, 1200, 1200, 1200, 1200, 1200, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 101, 103201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10320104, 103201, 4, 103201, 10320104, 102, 95, 95, 98, 110, 1200, 1200, 1200, 1200, 1200, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 101, 103201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10320105, 103201, 5, 103201, 10320105, 112, 104, 104, 108, 122, 1200, 1200, 1200, 1200, 1200, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 101, 103201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10350101, 103501, 1, 101, 10350101, 87, 68, 91, 74, 80, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10350102, 103501, 2, 101, 10350102, 93, 72, 97, 78, 85, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10350103, 103501, 3, 103501, 10350103, 98, 76, 102, 83, 91, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 101, 103501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10350104, 103501, 4, 103501, 10350104, 109, 85, 114, 92, 100, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 101, 103501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10350105, 103501, 5, 103501, 10350105, 120, 93, 125, 101, 111, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 101, 103501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10370103, 103701, 3, 103701, 10370103, 100, 83, 93, 82, 92, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 1, 6, 7, 5, 7, 1, 101, 103701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10370104, 103701, 4, 103701, 10370104, 111, 92, 103, 91, 103, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 1, 6, 7, 5, 7, 1, 101, 103701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10370105, 103701, 5, 103701, 10370105, 122, 101, 113, 100, 114, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 1, 6, 7, 5, 7, 1, 101, 103701); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10380103, 103801, 3, 103801, 10380103, 97, 58, 107, 91, 97, 1200, 1200, 1200, 1200, 1200, 7, 4, 1, 1, 6, 7, 3, 1, 7, 2, 101, 103801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10380104, 103801, 4, 103801, 10380104, 108, 65, 118, 101, 108, 1200, 1200, 1200, 1200, 1200, 7, 4, 1, 1, 6, 7, 3, 1, 7, 2, 101, 103801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10380105, 103801, 5, 103801, 10380105, 119, 71, 130, 111, 119, 1200, 1200, 1200, 1200, 1200, 7, 4, 1, 1, 6, 7, 3, 1, 7, 2, 101, 103801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10390103, 103901, 3, 103901, 10390103, 100, 71, 107, 82, 90, 1200, 1200, 1200, 1200, 1200, 4, 6, 7, 2, 1, 5, 7, 4, 7, 1, 101, 103901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10390104, 103901, 4, 103901, 10390104, 111, 79, 119, 91, 100, 1200, 1200, 1200, 1200, 1200, 4, 6, 7, 2, 1, 5, 7, 4, 7, 1, 101, 103901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10390105, 103901, 5, 103901, 10390105, 122, 87, 131, 101, 109, 1200, 1200, 1200, 1200, 1200, 4, 6, 7, 2, 1, 5, 7, 4, 7, 1, 101, 103901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10400103, 104001, 3, 104001, 10400103, 89, 92, 94, 92, 83, 1200, 1200, 1200, 1200, 1200, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 101, 104001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10400104, 104001, 4, 104001, 10400104, 99, 103, 104, 102, 92, 1200, 1200, 1200, 1200, 1200, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 101, 104001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10400105, 104001, 5, 104001, 10400105, 109, 113, 114, 112, 102, 1200, 1200, 1200, 1200, 1200, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 101, 104001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10400203, 104002, 3, 104043, 11400103, 86, 98, 86, 98, 82, 1200, 1200, 1200, 1200, 1200, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 101, 104043); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10400204, 104002, 4, 104043, 11400104, 95, 109, 95, 108, 93, 1200, 1200, 1200, 1200, 1200, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 101, 104043); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10400205, 104002, 5, 104043, 11400105, 105, 120, 105, 119, 101, 1200, 1200, 1200, 1200, 1200, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 101, 104043); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10410101, 104101, 1, 101, 10410101, 87, 54, 93, 85, 81, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 7, 7, 2, 1, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10410102, 104101, 2, 101, 10410102, 93, 57, 99, 90, 86, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 7, 7, 2, 1, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10410103, 104101, 3, 104101, 10410103, 98, 60, 105, 95, 92, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 7, 7, 2, 1, 7, 1, 101, 104101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10410104, 104101, 4, 104101, 10410104, 109, 67, 116, 106, 102, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 7, 7, 2, 1, 7, 1, 101, 104101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10410105, 104101, 5, 104101, 10410105, 120, 74, 128, 116, 112, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 7, 7, 2, 1, 7, 1, 101, 104101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10450102, 104501, 2, 101, 10450102, 65, 100, 71, 100, 89, 1200, 1200, 1200, 1200, 1200, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10450103, 104501, 3, 104501, 10450103, 69, 106, 75, 106, 94, 1200, 1200, 1200, 1200, 1200, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 101, 104501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10450104, 104501, 4, 104501, 10450104, 76, 118, 84, 118, 104, 1200, 1200, 1200, 1200, 1200, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 101, 104501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10450105, 104501, 5, 104501, 10450105, 84, 129, 92, 129, 116, 1200, 1200, 1200, 1200, 1200, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 101, 104501); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10450203, 104502, 3, 104540, 11450103, 74, 106, 75, 98, 97, 1200, 1200, 1200, 1200, 1200, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 101, 104540); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10450204, 104502, 4, 104540, 11450104, 82, 118, 84, 108, 108, 1200, 1200, 1200, 1200, 1200, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 101, 104540); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10450205, 104502, 5, 104540, 11450105, 90, 129, 92, 119, 120, 1200, 1200, 1200, 1200, 1200, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 101, 104540); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10460103, 104601, 3, 104601, 10460103, 94, 85, 85, 100, 86, 1200, 1200, 1200, 1200, 1200, 6, 7, 7, 3, 7, 4, 1, 1, 3, 7, 101, 104601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10460104, 104601, 4, 104601, 10460104, 104, 95, 95, 111, 95, 1200, 1200, 1200, 1200, 1200, 6, 7, 7, 3, 7, 4, 1, 1, 3, 7, 101, 104601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10460105, 104601, 5, 104601, 10460105, 115, 104, 104, 122, 105, 1200, 1200, 1200, 1200, 1200, 6, 7, 7, 3, 7, 4, 1, 1, 3, 7, 101, 104601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10480103, 104801, 3, 104801, 10480103, 89, 98, 75, 101, 87, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 6, 5, 7, 6, 1, 7, 1, 101, 104801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10480104, 104801, 4, 104801, 10480104, 99, 109, 83, 112, 97, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 6, 5, 7, 6, 1, 7, 1, 101, 104801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10480105, 104801, 5, 104801, 10480105, 109, 120, 92, 123, 106, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 6, 5, 7, 6, 1, 7, 1, 101, 104801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10500103, 105001, 3, 105001, 10500103, 96, 82, 99, 79, 94, 1200, 1200, 1200, 1200, 1200, 2, 4, 7, 7, 1, 2, 6, 7, 7, 1, 101, 105001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10500104, 105001, 4, 105001, 10500104, 107, 91, 110, 88, 104, 1200, 1200, 1200, 1200, 1200, 2, 4, 7, 7, 1, 2, 6, 7, 7, 1, 101, 105001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10500105, 105001, 5, 105001, 10500105, 118, 100, 121, 97, 114, 1200, 1200, 1200, 1200, 1200, 2, 4, 7, 7, 1, 2, 6, 7, 7, 1, 101, 105001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10520101, 105201, 1, 101, 10520101, 83, 58, 89, 86, 84, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 1, 1, 7, 6, 1, 7, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10520102, 105201, 2, 101, 10520102, 89, 61, 95, 92, 88, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 1, 1, 7, 6, 1, 7, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10520103, 105201, 3, 105201, 10520103, 94, 65, 100, 97, 94, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 1, 1, 7, 6, 1, 7, 101, 105201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10520104, 105201, 4, 105201, 10520104, 104, 72, 112, 108, 104, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 1, 1, 7, 6, 1, 7, 101, 105201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10520105, 105201, 5, 105201, 10520105, 115, 79, 123, 119, 114, 1200, 1200, 1200, 1200, 1200, 7, 6, 1, 1, 1, 1, 7, 6, 1, 7, 101, 105201); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10560101, 105601, 1, 101, 10560101, 77, 81, 88, 81, 73, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10560102, 105601, 2, 101, 10560102, 82, 86, 93, 86, 78, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10560103, 105601, 3, 105601, 10560103, 87, 91, 99, 91, 82, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 101, 105601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10560104, 105601, 4, 105601, 10560104, 97, 101, 110, 101, 91, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 101, 105601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10560105, 105601, 5, 105601, 10560105, 106, 111, 121, 111, 101, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 101, 105601); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10562303, 105602, 3, 105623, 11560103, 87, 100, 94, 94, 75, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 101, 105623); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10562304, 105602, 4, 105623, 11560104, 96, 111, 104, 104, 85, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 101, 105623); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10562305, 105602, 5, 105623, 11560105, 106, 122, 115, 115, 92, 1200, 1200, 1200, 1200, 1200, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 101, 105623); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10580103, 105801, 3, 105801, 10580103, 93, 95, 85, 96, 81, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 2, 7, 6, 3, 7, 3, 101, 105801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10580104, 105801, 4, 105801, 10580104, 103, 105, 95, 107, 90, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 2, 7, 6, 3, 7, 3, 101, 105801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10580105, 105801, 5, 105801, 10580105, 113, 116, 104, 118, 99, 1200, 1200, 1200, 1200, 1200, 1, 2, 7, 7, 2, 7, 6, 3, 7, 3, 101, 105801); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10590103, 105901, 3, 105901, 10590103, 96, 85, 97, 75, 97, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 2, 5, 6, 7, 1, 7, 1, 101, 105901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10590104, 105901, 4, 105901, 10590104, 107, 95, 108, 83, 107, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 2, 5, 6, 7, 1, 7, 1, 101, 105901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10590105, 105901, 5, 105901, 10590105, 117, 104, 119, 92, 118, 1200, 1200, 1200, 1200, 1200, 3, 7, 7, 2, 5, 6, 7, 1, 7, 1, 101, 105901); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10600101, 106001, 1, 101, 10600101, 86, 72, 89, 69, 84, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10600102, 106001, 2, 101, 10600102, 91, 76, 95, 74, 89, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10600103, 106001, 3, 106001, 10600103, 97, 81, 100, 78, 94, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 101, 106001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10600104, 106001, 4, 106001, 10600104, 107, 90, 112, 87, 104, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 101, 106001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10600105, 106001, 5, 106001, 10600105, 118, 99, 123, 96, 114, 1200, 1200, 1200, 1200, 1200, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 101, 106001); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10610101, 106101, 1, 101, 10610101, 87, 60, 93, 73, 87, 1200, 1200, 1200, 1200, 1200, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10610102, 106101, 2, 101, 10610102, 93, 63, 98, 77, 94, 1200, 1200, 1200, 1200, 1200, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 101, 0); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10610103, 106101, 3, 106101, 10610103, 98, 67, 104, 82, 99, 1200, 1200, 1200, 1200, 1200, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 101, 106101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10610104, 106101, 4, 106101, 10610104, 109, 74, 116, 91, 110, 1200, 1200, 1200, 1200, 1200, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 101, 106101); INSERT INTO card_rarity_data (id, card_id, rarity, race_dress_id, skill_set, speed, stamina, pow, guts, wiz, max_speed, max_stamina, max_pow, max_guts, max_wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, get_dress_id_1, get_dress_id_2) VALUES (10610105, 106101, 5, 106101, 10610105, 120, 82, 127, 100, 121, 1200, 1200, 1200, 1200, 1200, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 101, 106101); -- Table: card_talent_hint_upgrade CREATE TABLE 'card_talent_hint_upgrade' ('id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'talent_level' INTEGER NOT NULL, 'item_category_1' INTEGER NOT NULL, 'item_id_1' INTEGER NOT NULL, 'item_disp_order_1' INTEGER NOT NULL, 'item_num_1' INTEGER NOT NULL, 'item_category_2' INTEGER NOT NULL, 'item_id_2' INTEGER NOT NULL, 'item_disp_order_2' INTEGER NOT NULL, 'item_num_2' INTEGER NOT NULL, 'money_num' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO card_talent_hint_upgrade (id, rarity, talent_level, item_category_1, item_id_1, item_disp_order_1, item_num_1, item_category_2, item_id_2, item_disp_order_2, item_num_2, money_num) VALUES (1001, 1, 1, 11, 160, 1, 4, 93, 44, 100, 5, 10000); INSERT INTO card_talent_hint_upgrade (id, rarity, talent_level, item_category_1, item_id_1, item_disp_order_1, item_num_1, item_category_2, item_id_2, item_disp_order_2, item_num_2, money_num) VALUES (1002, 1, 2, 11, 160, 1, 8, 93, 44, 100, 10, 20000); INSERT INTO card_talent_hint_upgrade (id, rarity, talent_level, item_category_1, item_id_1, item_disp_order_1, item_num_1, item_category_2, item_id_2, item_disp_order_2, item_num_2, money_num) VALUES (1003, 1, 3, 11, 161, 2, 6, 93, 44, 100, 15, 50000); INSERT INTO card_talent_hint_upgrade (id, rarity, talent_level, item_category_1, item_id_1, item_disp_order_1, item_num_1, item_category_2, item_id_2, item_disp_order_2, item_num_2, money_num) VALUES (2001, 2, 1, 11, 162, 11, 8, 93, 44, 100, 20, 100000); INSERT INTO card_talent_hint_upgrade (id, rarity, talent_level, item_category_1, item_id_1, item_disp_order_1, item_num_1, item_category_2, item_id_2, item_disp_order_2, item_num_2, money_num) VALUES (2002, 2, 2, 11, 162, 11, 16, 93, 44, 100, 40, 200000); INSERT INTO card_talent_hint_upgrade (id, rarity, talent_level, item_category_1, item_id_1, item_disp_order_1, item_num_1, item_category_2, item_id_2, item_disp_order_2, item_num_2, money_num) VALUES (2003, 2, 3, 11, 163, 12, 12, 93, 44, 100, 60, 500000); -- Table: card_talent_upgrade CREATE TABLE 'card_talent_upgrade' ('id' INTEGER NOT NULL, 'talent_group_id' INTEGER NOT NULL, 'talent_level' INTEGER NOT NULL, 'item_category_1' INTEGER NOT NULL, 'item_id_1' INTEGER NOT NULL, 'item_num_1' INTEGER NOT NULL, 'item_category_2' INTEGER NOT NULL, 'item_id_2' INTEGER NOT NULL, 'item_num_2' INTEGER NOT NULL, 'item_category_3' INTEGER NOT NULL, 'item_id_3' INTEGER NOT NULL, 'item_num_3' INTEGER NOT NULL, 'item_category_4' INTEGER NOT NULL, 'item_id_4' INTEGER NOT NULL, 'item_num_4' INTEGER NOT NULL, 'item_category_5' INTEGER NOT NULL, 'item_id_5' INTEGER NOT NULL, 'item_num_5' INTEGER NOT NULL, 'item_category_6' INTEGER NOT NULL, 'item_id_6' INTEGER NOT NULL, 'item_num_6' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (1, 100101, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (2, 100101, 3, 11, 10, 30, 11, 78, 5, 11, 87, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (3, 100101, 4, 11, 10, 60, 11, 74, 15, 11, 78, 15, 11, 83, 15, 11, 87, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (4, 100101, 5, 11, 10, 100, 11, 74, 30, 11, 78, 30, 11, 83, 30, 11, 87, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (5, 100201, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (6, 100201, 3, 11, 7, 30, 11, 80, 5, 11, 84, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (7, 100201, 4, 11, 7, 60, 11, 73, 15, 11, 78, 15, 11, 80, 15, 11, 84, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (8, 100201, 5, 11, 7, 100, 11, 73, 30, 11, 78, 30, 11, 80, 30, 11, 84, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (9, 100301, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (10, 100301, 3, 11, 7, 30, 11, 78, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (11, 100301, 4, 11, 7, 60, 11, 73, 15, 11, 78, 15, 11, 87, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (12, 100301, 5, 11, 7, 100, 11, 73, 30, 11, 78, 30, 11, 87, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (13, 100401, 2, 11, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (14, 100401, 3, 11, 4, 30, 11, 79, 5, 11, 90, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (15, 100401, 4, 11, 4, 60, 11, 71, 15, 11, 79, 15, 11, 84, 15, 11, 90, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (16, 100401, 5, 11, 4, 100, 11, 71, 30, 11, 79, 30, 11, 84, 30, 11, 90, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (17, 100601, 2, 11, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (18, 100601, 3, 11, 4, 30, 11, 85, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (19, 100601, 4, 11, 4, 60, 11, 75, 15, 11, 85, 15, 11, 84, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (20, 100601, 5, 11, 4, 100, 11, 75, 30, 11, 85, 30, 11, 84, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (21, 100701, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (22, 100701, 3, 11, 10, 30, 11, 74, 5, 11, 80, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (23, 100701, 4, 11, 10, 60, 11, 74, 15, 11, 80, 15, 11, 83, 15, 11, 92, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (24, 100701, 5, 11, 10, 100, 11, 74, 30, 11, 80, 30, 11, 83, 30, 11, 92, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (25, 100801, 2, 11, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (26, 100801, 3, 11, 4, 30, 11, 78, 5, 11, 79, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (27, 100801, 4, 11, 4, 60, 11, 76, 15, 11, 78, 15, 11, 79, 15, 11, 89, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (28, 100801, 5, 11, 4, 100, 11, 76, 30, 11, 78, 30, 11, 79, 30, 11, 89, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (29, 100901, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (30, 100901, 3, 11, 7, 30, 11, 72, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (31, 100901, 4, 11, 7, 60, 11, 72, 15, 11, 82, 15, 11, 86, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (32, 100901, 5, 11, 7, 100, 11, 72, 30, 11, 82, 30, 11, 86, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (33, 101001, 2, 11, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (34, 101001, 3, 11, 4, 30, 11, 81, 5, 11, 85, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (35, 101001, 4, 11, 4, 60, 11, 75, 15, 11, 79, 15, 11, 81, 15, 11, 85, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (36, 101001, 5, 11, 4, 100, 11, 75, 30, 11, 79, 30, 11, 81, 30, 11, 85, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (37, 101101, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (38, 101101, 3, 11, 7, 30, 11, 80, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (39, 101101, 4, 11, 7, 60, 11, 80, 15, 11, 87, 15, 11, 90, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (40, 101101, 5, 11, 7, 100, 11, 80, 30, 11, 87, 30, 11, 90, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (41, 101301, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (42, 101301, 3, 11, 10, 30, 11, 74, 5, 11, 80, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (43, 101301, 4, 11, 10, 60, 11, 74, 15, 11, 80, 15, 11, 83, 15, 11, 84, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (44, 101301, 5, 11, 10, 100, 11, 74, 30, 11, 80, 30, 11, 83, 30, 11, 84, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (45, 101401, 2, 11, 7, 15, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (46, 101401, 3, 11, 7, 30, 11, 75, 5, 11, 87, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (47, 101401, 4, 11, 7, 60, 11, 75, 15, 11, 78, 15, 11, 87, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (48, 101401, 5, 11, 7, 100, 11, 75, 30, 11, 78, 30, 11, 87, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (49, 101701, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (50, 101701, 3, 11, 7, 30, 11, 73, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (51, 101701, 4, 11, 7, 60, 11, 73, 15, 11, 78, 15, 11, 83, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (52, 101701, 5, 11, 7, 100, 11, 73, 30, 11, 78, 30, 11, 83, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (53, 101801, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (54, 101801, 3, 11, 7, 30, 11, 77, 5, 11, 84, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (55, 101801, 4, 11, 7, 60, 11, 77, 15, 11, 82, 15, 11, 84, 15, 11, 89, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (56, 101801, 5, 11, 7, 100, 11, 77, 30, 11, 82, 30, 11, 84, 30, 11, 89, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (57, 102401, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (58, 102401, 3, 11, 10, 30, 11, 74, 5, 11, 80, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (59, 102401, 4, 11, 10, 60, 11, 74, 15, 11, 80, 15, 11, 83, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (60, 102401, 5, 11, 10, 100, 11, 74, 30, 11, 80, 30, 11, 83, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (61, 102701, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (62, 102701, 3, 11, 7, 30, 11, 80, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (63, 102701, 4, 11, 7, 60, 11, 73, 15, 11, 80, 15, 11, 83, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (64, 102701, 5, 11, 7, 100, 11, 73, 30, 11, 80, 30, 11, 83, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (65, 103001, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (66, 103001, 3, 11, 10, 30, 11, 74, 5, 11, 83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (67, 103001, 4, 11, 10, 60, 11, 74, 15, 11, 78, 15, 11, 80, 15, 11, 83, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (68, 103001, 5, 11, 10, 100, 11, 74, 30, 11, 78, 30, 11, 80, 30, 11, 83, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (69, 103201, 2, 11, 7, 15, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (70, 103201, 3, 11, 7, 30, 11, 73, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (71, 103201, 4, 11, 7, 60, 11, 71, 15, 11, 73, 15, 11, 78, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (72, 103201, 5, 11, 7, 100, 11, 71, 30, 11, 73, 30, 11, 78, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (73, 103501, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (74, 103501, 3, 11, 7, 30, 11, 78, 5, 11, 83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (75, 103501, 4, 11, 7, 60, 11, 71, 15, 11, 78, 15, 11, 83, 15, 11, 92, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (76, 103501, 5, 11, 7, 100, 11, 71, 30, 11, 78, 30, 11, 83, 30, 11, 92, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (77, 104101, 2, 11, 1, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (78, 104101, 3, 11, 1, 30, 11, 81, 5, 11, 85, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (79, 104101, 4, 11, 1, 60, 11, 70, 15, 11, 79, 15, 11, 81, 15, 11, 85, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (80, 104101, 5, 11, 1, 100, 11, 70, 30, 11, 79, 30, 11, 81, 30, 11, 85, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (81, 104501, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (82, 104501, 3, 11, 10, 30, 11, 74, 5, 11, 83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (83, 104501, 4, 11, 10, 60, 11, 71, 15, 11, 74, 15, 11, 83, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (84, 104501, 5, 11, 10, 100, 11, 71, 30, 11, 74, 30, 11, 83, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (85, 105201, 2, 11, 13, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (86, 105201, 3, 11, 13, 30, 11, 69, 5, 11, 102, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (87, 105201, 4, 11, 13, 60, 11, 69, 15, 11, 104, 15, 11, 102, 15, 11, 88, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (88, 105201, 5, 11, 13, 100, 11, 69, 30, 11, 104, 30, 11, 102, 30, 11, 88, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (89, 105601, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (90, 105601, 3, 11, 10, 30, 11, 80, 5, 11, 83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (91, 105601, 4, 11, 10, 60, 11, 80, 15, 11, 78, 15, 11, 83, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (92, 105601, 5, 11, 10, 100, 11, 80, 30, 11, 78, 30, 11, 83, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (93, 106001, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (94, 106001, 3, 11, 7, 30, 11, 84, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (95, 106001, 4, 11, 7, 60, 11, 80, 15, 11, 83, 15, 11, 84, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (96, 106001, 5, 11, 7, 100, 11, 80, 30, 11, 83, 30, 11, 84, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (97, 106101, 2, 11, 1, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (98, 106101, 3, 11, 1, 30, 11, 70, 5, 11, 73, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (99, 106101, 4, 11, 1, 60, 11, 70, 15, 11, 73, 15, 11, 84, 15, 11, 92, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (100, 106101, 5, 11, 1, 100, 11, 70, 30, 11, 73, 30, 11, 84, 30, 11, 92, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (101, 101501, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (102, 101501, 3, 11, 10, 30, 11, 80, 5, 11, 74, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (103, 101501, 4, 11, 10, 60, 11, 80, 15, 11, 74, 15, 11, 73, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (104, 101501, 5, 11, 10, 100, 11, 80, 30, 11, 74, 30, 11, 73, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (105, 1, 2, 11, 25, 1, 11, 26, 1, 11, 27, 1, 11, 28, 1, 11, 28, 1, 11, 28, 1); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (106, 1, 3, 11, 25, 1, 11, 26, 1, 11, 27, 1, 11, 28, 1, 11, 28, 1, 11, 28, 1); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (107, 1, 4, 11, 25, 1, 11, 26, 1, 11, 27, 1, 11, 28, 1, 11, 28, 1, 11, 28, 1); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (108, 1, 5, 11, 25, 1, 11, 26, 1, 11, 27, 1, 11, 28, 1, 11, 28, 1, 11, 28, 1); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (109, 102601, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (110, 102601, 3, 11, 7, 30, 11, 90, 5, 11, 73, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (111, 102601, 4, 11, 7, 60, 11, 90, 15, 11, 73, 15, 11, 78, 15, 11, 83, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (112, 102601, 5, 11, 7, 100, 11, 90, 30, 11, 73, 30, 11, 78, 30, 11, 83, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (113, 102301, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (114, 102301, 3, 11, 7, 30, 11, 80, 5, 11, 74, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (115, 102301, 4, 11, 7, 60, 11, 80, 15, 11, 74, 15, 11, 83, 15, 11, 78, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (116, 102301, 5, 11, 7, 100, 11, 80, 30, 11, 74, 30, 11, 83, 30, 11, 78, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (117, 100302, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (118, 100302, 3, 11, 7, 30, 11, 78, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (119, 100302, 4, 11, 7, 60, 11, 78, 15, 11, 91, 15, 11, 87, 15, 11, 74, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (120, 100302, 5, 11, 7, 100, 11, 78, 30, 11, 91, 30, 11, 87, 30, 11, 74, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (121, 101302, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (122, 101302, 3, 11, 10, 30, 11, 74, 5, 11, 80, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (123, 101302, 4, 11, 10, 60, 11, 74, 15, 11, 80, 15, 11, 83, 15, 11, 71, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (124, 101302, 5, 11, 10, 100, 11, 74, 30, 11, 80, 30, 11, 83, 30, 11, 71, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (125, 103801, 2, 11, 1, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (126, 103801, 3, 11, 1, 30, 11, 81, 5, 11, 70, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (127, 103801, 4, 11, 1, 60, 11, 81, 15, 11, 70, 15, 11, 72, 15, 11, 76, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (128, 103801, 5, 11, 1, 100, 11, 81, 30, 11, 70, 30, 11, 72, 30, 11, 76, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (129, 105001, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (130, 105001, 3, 11, 7, 30, 11, 73, 5, 11, 92, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (131, 105001, 4, 11, 7, 60, 11, 73, 15, 11, 92, 15, 11, 78, 15, 11, 74, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (132, 105001, 5, 11, 7, 100, 11, 73, 30, 11, 92, 30, 11, 78, 30, 11, 74, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (133, 104601, 2, 11, 13, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (134, 104601, 3, 11, 13, 30, 11, 106, 5, 11, 103, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (135, 104601, 4, 11, 13, 60, 11, 106, 15, 11, 103, 15, 11, 105, 15, 11, 101, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (136, 104601, 5, 11, 13, 100, 11, 106, 30, 11, 103, 30, 11, 105, 30, 11, 101, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (137, 101601, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (138, 101601, 3, 11, 10, 30, 11, 83, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (139, 101601, 4, 11, 10, 60, 11, 73, 15, 11, 78, 15, 11, 83, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (140, 101601, 5, 11, 10, 100, 11, 73, 30, 11, 78, 30, 11, 83, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (141, 105602, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (142, 105602, 3, 11, 10, 30, 11, 71, 5, 11, 83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (143, 105602, 4, 11, 10, 60, 11, 71, 15, 11, 78, 15, 11, 83, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (144, 105602, 5, 11, 10, 100, 11, 71, 30, 11, 78, 30, 11, 83, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (145, 101802, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (146, 101802, 3, 11, 7, 30, 11, 77, 5, 11, 86, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (147, 101802, 4, 11, 7, 60, 11, 77, 15, 11, 86, 15, 11, 89, 15, 11, 76, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (148, 101802, 5, 11, 7, 100, 11, 77, 30, 11, 86, 30, 11, 89, 30, 11, 76, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (149, 102402, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (150, 102402, 3, 11, 10, 30, 11, 80, 5, 11, 84, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (151, 102402, 4, 11, 10, 60, 11, 80, 15, 11, 84, 15, 11, 83, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (152, 102402, 5, 11, 10, 100, 11, 80, 30, 11, 84, 30, 11, 83, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (153, 102001, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (154, 102001, 3, 11, 7, 30, 11, 73, 5, 11, 83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (155, 102001, 4, 11, 7, 60, 11, 73, 15, 11, 74, 15, 11, 78, 15, 11, 83, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (156, 102001, 5, 11, 7, 100, 11, 73, 30, 11, 74, 30, 11, 78, 30, 11, 83, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (157, 101201, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (158, 101201, 3, 11, 7, 30, 11, 87, 5, 11, 89, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (159, 101201, 4, 11, 7, 60, 11, 77, 15, 11, 87, 15, 11, 89, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (160, 101201, 5, 11, 7, 100, 11, 77, 30, 11, 87, 30, 11, 89, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (161, 101102, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (162, 101102, 3, 11, 7, 30, 11, 80, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (163, 101102, 4, 11, 7, 60, 11, 79, 15, 11, 80, 15, 11, 90, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (164, 101102, 5, 11, 7, 100, 11, 79, 30, 11, 80, 30, 11, 90, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (165, 101402, 2, 11, 7, 15, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (166, 101402, 3, 11, 7, 30, 11, 75, 5, 11, 87, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (167, 101402, 4, 11, 7, 60, 11, 75, 15, 11, 78, 15, 11, 80, 15, 11, 87, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (168, 101402, 5, 11, 7, 100, 11, 75, 30, 11, 78, 30, 11, 80, 30, 11, 87, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (169, 100501, 2, 11, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (170, 100501, 3, 11, 4, 30, 11, 73, 5, 11, 90, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (171, 100501, 4, 11, 4, 60, 11, 70, 15, 11, 73, 15, 11, 78, 15, 11, 90, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (172, 100501, 5, 11, 4, 100, 11, 70, 30, 11, 73, 30, 11, 78, 30, 11, 90, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (173, 104001, 2, 11, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (174, 104001, 3, 11, 4, 30, 11, 73, 5, 11, 89, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (175, 104001, 4, 11, 4, 60, 11, 71, 15, 11, 73, 15, 11, 83, 15, 11, 89, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (176, 104001, 5, 11, 4, 100, 11, 71, 30, 11, 73, 30, 11, 83, 30, 11, 89, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (177, 100102, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (178, 100102, 3, 11, 10, 30, 11, 78, 5, 11, 80, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (179, 100102, 4, 11, 10, 60, 11, 74, 15, 11, 78, 15, 11, 80, 15, 11, 84, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (180, 100102, 5, 11, 10, 100, 11, 74, 30, 11, 78, 30, 11, 80, 30, 11, 84, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (181, 100402, 2, 11, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (182, 100402, 3, 11, 4, 30, 11, 78, 5, 11, 79, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (183, 100402, 4, 11, 4, 60, 11, 71, 15, 11, 78, 15, 11, 79, 15, 11, 84, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (184, 100402, 5, 11, 4, 100, 11, 71, 30, 11, 78, 30, 11, 79, 30, 11, 84, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (185, 105801, 2, 11, 7, 15, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (186, 105801, 3, 11, 7, 30, 11, 80, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (187, 105801, 4, 11, 7, 60, 11, 74, 15, 11, 80, 15, 11, 87, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (188, 105801, 5, 11, 7, 100, 11, 74, 30, 11, 80, 30, 11, 87, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (189, 103701, 2, 11, 7, 15, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (190, 103701, 3, 11, 7, 30, 11, 78, 5, 11, 84, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (191, 103701, 4, 11, 7, 60, 11, 74, 15, 11, 78, 15, 11, 84, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (192, 103701, 5, 11, 7, 100, 11, 74, 30, 11, 78, 30, 11, 84, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (193, 102801, 2, 11, 1, 15, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (194, 102801, 3, 11, 1, 30, 11, 70, 5, 11, 81, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (195, 102801, 4, 11, 1, 60, 11, 70, 15, 11, 79, 15, 11, 81, 15, 11, 85, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (196, 102801, 5, 11, 1, 100, 11, 70, 30, 11, 79, 30, 11, 81, 30, 11, 85, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (197, 101901, 2, 11, 4, 15, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (198, 101901, 3, 11, 4, 30, 11, 69, 5, 11, 84, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (199, 101901, 4, 11, 4, 60, 11, 69, 15, 11, 79, 15, 11, 84, 15, 11, 85, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (200, 101901, 5, 11, 4, 100, 11, 69, 30, 11, 79, 30, 11, 84, 30, 11, 85, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (201, 103002, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (202, 103002, 3, 11, 10, 30, 11, 74, 5, 11, 83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (203, 103002, 4, 11, 10, 60, 11, 74, 15, 11, 80, 15, 11, 83, 15, 11, 84, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (204, 103002, 5, 11, 10, 100, 11, 74, 30, 11, 80, 30, 11, 83, 30, 11, 84, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (205, 104502, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (206, 104502, 3, 11, 10, 30, 11, 83, 5, 11, 84, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (207, 104502, 4, 11, 10, 60, 11, 83, 15, 11, 84, 15, 11, 87, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (208, 104502, 5, 11, 10, 100, 11, 83, 30, 11, 84, 30, 11, 87, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (209, 103901, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (210, 103901, 3, 11, 7, 30, 11, 77, 5, 11, 82, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (211, 103901, 4, 11, 7, 60, 11, 76, 15, 11, 77, 15, 11, 82, 15, 11, 86, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (212, 103901, 5, 11, 7, 100, 11, 76, 30, 11, 77, 30, 11, 82, 30, 11, 86, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (213, 102501, 2, 11, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (214, 102501, 3, 11, 10, 30, 11, 74, 5, 11, 83, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (215, 102501, 4, 11, 10, 60, 11, 74, 15, 11, 83, 15, 11, 87, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (216, 102501, 5, 11, 10, 100, 11, 74, 30, 11, 83, 30, 11, 87, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (217, 101702, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (218, 101702, 3, 11, 7, 30, 11, 83, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (219, 101702, 4, 11, 7, 60, 11, 83, 15, 11, 84, 15, 11, 87, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (220, 101702, 5, 11, 7, 100, 11, 83, 30, 11, 84, 30, 11, 87, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (221, 104002, 2, 11, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (222, 104002, 3, 11, 4, 30, 11, 83, 5, 11, 89, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (223, 104002, 4, 11, 4, 60, 11, 80, 15, 11, 83, 15, 11, 87, 15, 11, 89, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (224, 104002, 5, 11, 4, 100, 11, 80, 30, 11, 83, 30, 11, 87, 30, 11, 89, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (225, 104801, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (226, 104801, 3, 11, 7, 30, 11, 74, 5, 11, 84, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (227, 104801, 4, 11, 7, 60, 11, 71, 15, 11, 74, 15, 11, 84, 15, 11, 87, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (228, 104801, 5, 11, 7, 100, 11, 71, 30, 11, 74, 30, 11, 84, 30, 11, 87, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (229, 105901, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (230, 105901, 3, 11, 7, 30, 11, 77, 5, 11, 86, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (231, 105901, 4, 11, 7, 60, 11, 77, 15, 11, 82, 15, 11, 86, 15, 11, 89, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (232, 105901, 5, 11, 7, 100, 11, 77, 30, 11, 82, 30, 11, 86, 30, 11, 89, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (233, 100602, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (234, 100602, 3, 11, 7, 30, 11, 87, 5, 11, 90, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (235, 100602, 4, 11, 7, 60, 11, 85, 15, 11, 87, 15, 11, 90, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (236, 100602, 5, 11, 7, 100, 11, 85, 30, 11, 87, 30, 11, 90, 30, 11, 91, 30, 11, 44, 10); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (237, 102302, 2, 11, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (238, 102302, 3, 11, 7, 30, 11, 80, 5, 11, 91, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (239, 102302, 4, 11, 7, 60, 11, 80, 15, 11, 83, 15, 11, 90, 15, 11, 91, 15, 11, 44, 2); INSERT INTO card_talent_upgrade (id, talent_group_id, talent_level, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5, item_category_6, item_id_6, item_num_6) VALUES (240, 102302, 5, 11, 7, 100, 11, 80, 30, 11, 83, 30, 11, 90, 30, 11, 91, 30, 11, 44, 10); -- Table: challenge_match_boss_npc CREATE TABLE 'challenge_match_boss_npc' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'nickname_id' INTEGER NOT NULL, 'card_rarity_data_id' INTEGER NOT NULL, 'post' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: challenge_match_data CREATE TABLE 'challenge_match_data' ('challenge_match_id' INTEGER NOT NULL, 'announce_id' INTEGER NOT NULL, 'bonus_skill_id' INTEGER NOT NULL, 'bonus_factor_id' INTEGER NOT NULL, 'item_exchange_top_id' INTEGER NOT NULL, 'notice_date' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'ending_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('challenge_match_id')); -- Table: challenge_match_race CREATE TABLE 'challenge_match_race' ('id' INTEGER NOT NULL, 'challenge_match_id' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'challenge_match_bg_id' INTEGER NOT NULL, 'challenge_match_bg_sub_id' INTEGER NOT NULL, 'difficulty' INTEGER NOT NULL, 'race_type' INTEGER NOT NULL, 'race_appearance_rate' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'season' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'ground' INTEGER NOT NULL, 'challenge_match_race_boss_npc_id' INTEGER NOT NULL, 'cost_rp' INTEGER NOT NULL, 'drop_reward_odds_id' INTEGER NOT NULL, 'victory_reward_odds_id' INTEGER NOT NULL, 'first_clear_item_category_1' INTEGER NOT NULL, 'first_clear_item_id_1' INTEGER NOT NULL, 'first_clear_item_num_1' INTEGER NOT NULL, 'first_clear_item_category_2' INTEGER NOT NULL, 'first_clear_item_id_2' INTEGER NOT NULL, 'first_clear_item_num_2' INTEGER NOT NULL, 'first_clear_item_category_3' INTEGER NOT NULL, 'first_clear_item_id_3' INTEGER NOT NULL, 'first_clear_item_num_3' INTEGER NOT NULL, 'pick_up_item_category_1' INTEGER NOT NULL, 'pick_up_item_id_1' INTEGER NOT NULL, 'pick_up_item_num_1' INTEGER NOT NULL, 'pick_up_item_category_2' INTEGER NOT NULL, 'pick_up_item_id_2' INTEGER NOT NULL, 'pick_up_item_num_2' INTEGER NOT NULL, 'pick_up_item_category_3' INTEGER NOT NULL, 'pick_up_item_id_3' INTEGER NOT NULL, 'pick_up_item_num_3' INTEGER NOT NULL, 'pick_up_item_category_4' INTEGER NOT NULL, 'pick_up_item_id_4' INTEGER NOT NULL, 'pick_up_item_num_4' INTEGER NOT NULL, 'pick_up_item_category_5' INTEGER NOT NULL, 'pick_up_item_id_5' INTEGER NOT NULL, 'pick_up_item_num_5' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: challenge_match_race_npc CREATE TABLE 'challenge_match_race_npc' ('id' INTEGER NOT NULL, 'npc_group_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'mob_id' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: challenge_match_raw_point CREATE TABLE 'challenge_match_raw_point' ('id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'point' INTEGER NOT NULL, 'race_point_name_id' INTEGER NOT NULL, 'sort_order' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: challenge_match_retry_bonus CREATE TABLE 'challenge_match_retry_bonus' ('id' INTEGER NOT NULL, 'retry_min' INTEGER NOT NULL, 'retry_max' INTEGER NOT NULL, 'bonus_rate' INTEGER NOT NULL, 'resimulate_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: champions_bgm CREATE TABLE 'champions_bgm' ('id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'scene_type' INTEGER NOT NULL, 'race_number' INTEGER NOT NULL, 'cue_name' TEXT NOT NULL, 'cuesheet_name' TEXT NOT NULL, 'first_bgm_pattern' INTEGER NOT NULL, 'second_bgm_pattern' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (1, 1, 1, 1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (2, 1, 1, 2, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (3, 1, 1, 3, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (4, 1, 1, 4, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (5, 1, 1, 5, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (6, 1, 2, 1, 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (7, 1, 2, 2, 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (8, 1, 2, 3, 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (9, 1, 2, 4, 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (10, 1, 2, 5, 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (11, 1, 3, 1, '0', '0', 12, 13); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (12, 1, 3, 2, '0', '0', 12, 13); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (13, 1, 3, 3, '0', '0', 10, 11); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (14, 1, 3, 4, '0', '0', 10, 11); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (15, 1, 3, 5, '0', '0', 10, 11); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (16, 2, 1, 1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (17, 2, 1, 2, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (18, 2, 1, 3, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (19, 2, 1, 4, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (20, 2, 1, 5, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (21, 2, 2, 1, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (22, 2, 2, 2, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (23, 2, 2, 3, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (24, 2, 2, 4, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (25, 2, 2, 5, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (26, 2, 3, 1, '0', '0', 8, 9); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (27, 2, 3, 2, '0', '0', 8, 9); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (28, 2, 3, 3, '0', '0', 20, 21); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (29, 2, 3, 4, '0', '0', 20, 21); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (30, 2, 3, 5, '0', '0', 20, 21); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (31, 3, 1, 1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (32, 3, 1, 2, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (33, 3, 1, 3, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (34, 3, 1, 4, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (35, 3, 1, 5, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (36, 3, 2, 1, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (37, 3, 2, 2, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (38, 3, 2, 3, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (39, 3, 2, 4, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (40, 3, 2, 5, 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (41, 3, 3, 1, '0', '0', 8, 9); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (42, 3, 3, 2, '0', '0', 8, 9); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (43, 3, 3, 3, '0', '0', 20, 21); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (44, 3, 3, 4, '0', '0', 20, 21); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (45, 3, 3, 5, '0', '0', 20, 21); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (46, 4, 1, 1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (47, 4, 2, 1, 'snd_bgm_AM025_entrytable_01', 'snd_bgm_AM025', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (48, 4, 3, 1, '0', '0', 18, 19); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (49, 5, 1, 1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (50, 5, 2, 1, 'snd_bgm_AM025_entrytable_01', 'snd_bgm_AM025', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (51, 5, 3, 1, '0', '0', 18, 19); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (52, 0, 11, 0, 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (53, 0, 12, 0, 'snd_bgm_GM036_loop', 'snd_bgm_GM036', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (54, 0, 13, 0, 'snd_bgm_GM012_champions', 'snd_bgm_GM012', 1, 1); INSERT INTO champions_bgm (id, round_id, scene_type, race_number, cue_name, cuesheet_name, first_bgm_pattern, second_bgm_pattern) VALUES (55, 0, 14, 0, 'snd_bgm_AM049_champions', 'snd_bgm_AM049', 1, 1); -- Table: champions_entry_reward CREATE TABLE 'champions_entry_reward' ('champions_id' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('champions_id','item_id')); INSERT INTO champions_entry_reward (champions_id, item_category, item_id, item_num) VALUES (0, 20, 32, 3); INSERT INTO champions_entry_reward (champions_id, item_category, item_id, item_num) VALUES (0, 34, 95, 3); -- Table: champions_evaluation_rate CREATE TABLE 'champions_evaluation_rate' ('id' INTEGER NOT NULL, 'proper_type' INTEGER NOT NULL, 'proper_rank' INTEGER NOT NULL, 'rate' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (1, 1, 1, 3000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (2, 1, 2, 4000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (3, 1, 3, 5000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (4, 1, 4, 6000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (5, 1, 5, 7000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (6, 1, 6, 9000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (7, 1, 7, 10000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (8, 1, 8, 10200); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (9, 2, 1, 3000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (10, 2, 2, 4000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (11, 2, 3, 5000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (12, 2, 4, 6000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (13, 2, 5, 7000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (14, 2, 6, 9000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (15, 2, 7, 10000); INSERT INTO champions_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (16, 2, 8, 10200); -- Table: champions_news_chara_comment CREATE TABLE 'champions_news_chara_comment' ('id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'big_flag' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (1, 1, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (2, 1, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (3, 1, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (4, 1, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (5, 1, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (6, 1, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (7, 1, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (8, 1, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (9, 1, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (10, 1, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (11, 1, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (12, 1, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (13, 1, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (14, 1, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (15, 1, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (16, 1, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (17, 1, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (18, 1, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (19, 1, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (20, 1, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (21, 1, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (22, 1, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (23, 1, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (24, 1, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (25, 1, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (26, 1, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (27, 1, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (28, 1, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (29, 1, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (30, 1, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (31, 1, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (32, 1, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (33, 1, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (34, 1, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (35, 1, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (36, 1, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (37, 1, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (38, 1, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (39, 1, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (40, 1, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (41, 1, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (42, 1, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (43, 1, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (44, 1, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (45, 1, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (46, 1, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (47, 1, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (48, 1, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (49, 1, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (50, 1, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (51, 1, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (52, 1, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (53, 1, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (54, 1, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (55, 1, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (56, 1, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (57, 1, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (58, 1, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (59, 1, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (60, 1, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (67, 1, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (68, 1, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (69, 1, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (70, 1, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (71, 1, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (72, 1, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (73, 1, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (74, 1, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (75, 1, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (76, 1, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (77, 1, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (78, 1, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (79, 1, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (80, 1, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (81, 1, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (82, 1, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (83, 1, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (84, 1, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (88, 1, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (89, 1, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (90, 1, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (94, 1, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (95, 1, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (96, 1, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (103, 1, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (104, 1, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (105, 1, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (109, 1, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (110, 1, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (111, 1, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (112, 1, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (113, 1, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (114, 1, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (115, 1, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (116, 1, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (117, 1, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (118, 1, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (119, 1, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (120, 1, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (121, 1, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (122, 1, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (123, 1, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (133, 1, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (134, 1, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (135, 1, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (136, 1, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (137, 1, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (138, 1, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (142, 1, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (143, 1, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (144, 1, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (148, 1, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (149, 1, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (150, 1, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (154, 1, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (155, 1, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (156, 1, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (166, 1, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (167, 1, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (168, 1, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (172, 1, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (173, 1, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (174, 1, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (175, 1, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (176, 1, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (177, 1, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (178, 1, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (179, 1, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (180, 1, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (181, 1, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (182, 1, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (183, 1, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (184, 2, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (185, 2, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (186, 2, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (187, 2, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (188, 2, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (189, 2, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (190, 2, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (191, 2, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (192, 2, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (193, 2, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (194, 2, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (195, 2, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (196, 2, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (197, 2, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (198, 2, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (199, 2, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (200, 2, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (201, 2, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (202, 2, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (203, 2, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (204, 2, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (205, 2, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (206, 2, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (207, 2, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (208, 2, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (209, 2, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (210, 2, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (211, 2, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (212, 2, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (213, 2, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (214, 2, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (215, 2, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (216, 2, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (217, 2, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (218, 2, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (219, 2, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (220, 2, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (221, 2, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (222, 2, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (223, 2, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (224, 2, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (225, 2, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (226, 2, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (227, 2, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (228, 2, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (229, 2, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (230, 2, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (231, 2, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (232, 2, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (233, 2, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (234, 2, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (235, 2, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (236, 2, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (237, 2, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (238, 2, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (239, 2, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (240, 2, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (241, 2, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (242, 2, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (243, 2, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (250, 2, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (251, 2, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (252, 2, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (253, 2, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (254, 2, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (255, 2, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (256, 2, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (257, 2, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (258, 2, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (259, 2, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (260, 2, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (261, 2, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (262, 2, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (263, 2, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (264, 2, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (265, 2, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (266, 2, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (267, 2, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (271, 2, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (272, 2, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (273, 2, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (277, 2, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (278, 2, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (279, 2, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (286, 2, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (287, 2, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (288, 2, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (292, 2, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (293, 2, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (294, 2, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (295, 2, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (296, 2, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (297, 2, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (298, 2, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (299, 2, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (300, 2, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (301, 2, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (302, 2, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (303, 2, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (304, 2, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (305, 2, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (306, 2, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (316, 2, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (317, 2, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (318, 2, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (319, 2, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (320, 2, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (321, 2, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (325, 2, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (326, 2, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (327, 2, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (331, 2, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (332, 2, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (333, 2, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (337, 2, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (338, 2, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (339, 2, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (349, 2, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (350, 2, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (351, 2, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (355, 2, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (356, 2, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (357, 2, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (358, 2, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (359, 2, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (360, 2, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (361, 2, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (362, 2, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (363, 2, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (364, 2, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (365, 2, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (366, 2, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (367, 3, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (368, 3, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (369, 3, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (370, 3, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (371, 3, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (372, 3, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (373, 3, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (374, 3, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (375, 3, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (376, 3, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (377, 3, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (378, 3, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (379, 3, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (380, 3, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (381, 3, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (382, 3, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (383, 3, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (384, 3, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (385, 3, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (386, 3, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (387, 3, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (388, 3, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (389, 3, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (390, 3, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (391, 3, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (392, 3, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (393, 3, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (394, 3, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (395, 3, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (396, 3, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (397, 3, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (398, 3, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (399, 3, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (400, 3, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (401, 3, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (402, 3, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (403, 3, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (404, 3, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (405, 3, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (406, 3, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (407, 3, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (408, 3, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (409, 3, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (410, 3, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (411, 3, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (412, 3, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (413, 3, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (414, 3, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (415, 3, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (416, 3, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (417, 3, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (418, 3, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (419, 3, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (420, 3, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (421, 3, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (422, 3, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (423, 3, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (424, 3, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (425, 3, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (426, 3, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (433, 3, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (434, 3, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (435, 3, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (436, 3, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (437, 3, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (438, 3, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (439, 3, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (440, 3, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (441, 3, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (442, 3, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (443, 3, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (444, 3, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (445, 3, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (446, 3, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (447, 3, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (448, 3, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (449, 3, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (450, 3, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (454, 3, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (455, 3, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (456, 3, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (460, 3, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (461, 3, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (462, 3, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (469, 3, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (470, 3, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (471, 3, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (475, 3, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (476, 3, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (477, 3, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (478, 3, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (479, 3, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (480, 3, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (481, 3, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (482, 3, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (483, 3, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (484, 3, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (485, 3, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (486, 3, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (487, 3, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (488, 3, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (489, 3, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (499, 3, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (500, 3, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (501, 3, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (502, 3, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (503, 3, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (504, 3, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (508, 3, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (509, 3, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (510, 3, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (514, 3, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (515, 3, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (516, 3, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (520, 3, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (521, 3, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (522, 3, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (532, 3, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (533, 3, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (534, 3, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (538, 3, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (539, 3, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (540, 3, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (541, 3, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (542, 3, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (543, 3, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (544, 3, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (545, 3, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (546, 3, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (547, 3, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (548, 3, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (549, 3, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (550, 4, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (551, 4, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (552, 4, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (553, 4, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (554, 4, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (555, 4, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (556, 4, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (557, 4, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (558, 4, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (559, 4, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (560, 4, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (561, 4, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (562, 4, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (563, 4, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (564, 4, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (565, 4, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (566, 4, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (567, 4, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (568, 4, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (569, 4, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (570, 4, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (571, 4, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (572, 4, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (573, 4, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (574, 4, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (575, 4, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (576, 4, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (577, 4, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (578, 4, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (579, 4, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (580, 4, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (581, 4, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (582, 4, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (583, 4, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (584, 4, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (585, 4, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (586, 4, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (587, 4, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (588, 4, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (589, 4, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (594, 4, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (595, 4, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (596, 4, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (597, 4, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (598, 4, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (599, 4, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (600, 4, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (601, 4, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (602, 4, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (603, 4, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (604, 4, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (605, 4, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (608, 4, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (609, 4, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (612, 4, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (613, 4, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (618, 4, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (619, 4, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (622, 4, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (623, 4, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (624, 4, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (625, 4, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (626, 4, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (627, 4, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (628, 4, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (629, 4, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (630, 4, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (631, 4, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (638, 4, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (639, 4, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (640, 4, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (641, 4, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (644, 4, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (645, 4, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (648, 4, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (649, 4, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (652, 4, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (653, 4, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (660, 4, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (661, 4, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (664, 4, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (665, 4, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (666, 4, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (667, 4, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (668, 4, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (669, 4, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (670, 4, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (671, 4, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (672, 5, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (673, 5, 1001, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (674, 5, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (675, 5, 1002, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (676, 5, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (677, 5, 1003, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (678, 5, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (679, 5, 1004, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (680, 5, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (681, 5, 1005, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (682, 5, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (683, 5, 1006, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (684, 5, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (685, 5, 1007, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (686, 5, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (687, 5, 1008, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (688, 5, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (689, 5, 1009, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (690, 5, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (691, 5, 1010, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (692, 5, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (693, 5, 1011, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (694, 5, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (695, 5, 1012, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (696, 5, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (697, 5, 1013, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (698, 5, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (699, 5, 1014, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (700, 5, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (701, 5, 1015, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (702, 5, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (703, 5, 1016, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (704, 5, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (705, 5, 1017, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (706, 5, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (707, 5, 1018, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (708, 5, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (709, 5, 1019, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (710, 5, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (711, 5, 1020, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (716, 5, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (717, 5, 1023, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (718, 5, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (719, 5, 1024, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (720, 5, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (721, 5, 1025, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (722, 5, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (723, 5, 1026, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (724, 5, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (725, 5, 1027, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (726, 5, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (727, 5, 1028, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (730, 5, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (731, 5, 1030, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (734, 5, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (735, 5, 1032, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (740, 5, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (741, 5, 1035, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (744, 5, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (745, 5, 1037, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (746, 5, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (747, 5, 1038, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (748, 5, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (749, 5, 1039, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (750, 5, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (751, 5, 1040, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (752, 5, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (753, 5, 1041, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (760, 5, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (761, 5, 1045, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (762, 5, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (763, 5, 1046, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (766, 5, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (767, 5, 1048, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (770, 5, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (771, 5, 1050, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (774, 5, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (775, 5, 1052, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (782, 5, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (783, 5, 1056, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (786, 5, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (787, 5, 1058, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (788, 5, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (789, 5, 1059, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (790, 5, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (791, 5, 1060, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (792, 5, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (793, 5, 1061, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (794, 1, 0, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (795, 2, 0, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (796, 3, 0, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (797, 4, 0, 0); INSERT INTO champions_news_chara_comment (id, round_id, chara_id, big_flag) VALUES (798, 5, 0, 0); -- Table: champions_news_chara_detail CREATE TABLE 'champions_news_chara_detail' ('id' INTEGER NOT NULL, 'chara_text_group' INTEGER NOT NULL, 'text_number' INTEGER NOT NULL, 'resource_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'single_win' INTEGER NOT NULL, 'nickname_id' INTEGER NOT NULL, 'parameter_type' INTEGER NOT NULL, 'parameter_min' INTEGER NOT NULL, 'running_style' INTEGER NOT NULL, 'proper_running_style_min' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (101, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (102, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (200, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (201, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (202, 1, 2, 0, 0, 7, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (203, 1, 2, 0, 0, 0, 0, 1, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (204, 1, 2, 0, 0, 0, 0, 2, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (205, 1, 2, 0, 0, 0, 0, 3, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (206, 1, 2, 0, 0, 0, 0, 4, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (207, 1, 2, 0, 0, 0, 0, 5, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (208, 1, 2, 0, 0, 0, 0, 0, 0, 1, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (209, 1, 2, 0, 0, 0, 0, 0, 0, 2, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (210, 1, 2, 0, 0, 0, 0, 0, 0, 3, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (211, 1, 2, 0, 0, 0, 0, 0, 0, 4, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (300, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (301, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (302, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (303, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1000, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1001, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1002, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1100, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1101, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1102, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1103, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1104, 10, 2, 0, 0, 7, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1105, 10, 2, 0, 0, 0, 0, 1, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1106, 10, 2, 0, 0, 0, 0, 2, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1107, 10, 2, 0, 0, 0, 0, 3, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1108, 10, 2, 0, 0, 0, 0, 4, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1109, 10, 2, 0, 0, 0, 0, 5, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1200, 10, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1201, 10, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (1202, 10, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2000, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2001, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2002, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2100, 20, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2101, 20, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2102, 20, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2200, 20, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2201, 20, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2202, 20, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2203, 20, 3, 0, 0, 0, 0, 0, 0, 1, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2204, 20, 3, 0, 0, 0, 0, 0, 0, 2, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2205, 20, 3, 0, 0, 0, 0, 0, 0, 3, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (2206, 20, 3, 0, 0, 0, 0, 0, 0, 4, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3000, 30, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3001, 30, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3002, 30, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3100, 30, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3101, 30, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3102, 30, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3103, 30, 2, 0, 0, 0, 0, 0, 0, 1, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3104, 30, 2, 0, 0, 0, 0, 0, 0, 2, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3105, 30, 2, 0, 0, 0, 0, 0, 0, 3, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3106, 30, 2, 0, 0, 0, 0, 0, 0, 4, 7); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3200, 30, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3201, 30, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (3202, 30, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4000, 40, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4001, 40, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4002, 40, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4100, 40, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4101, 40, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4102, 40, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4200, 40, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4201, 40, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (4202, 40, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5000, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5001, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5002, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5100, 50, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5101, 50, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5102, 50, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5200, 50, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5201, 50, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (5202, 50, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6000, 60, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6001, 60, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6002, 60, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6100, 60, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6101, 60, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6102, 60, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6200, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6201, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (6202, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7000, 70, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7001, 70, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7002, 70, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7100, 70, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7101, 70, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7102, 70, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7200, 70, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7201, 70, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (7202, 70, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10000, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10001, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10002, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10100, 100, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10101, 100, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10102, 100, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10103, 100, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10200, 100, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10201, 100, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10202, 100, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (10203, 100, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11000, 110, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11001, 110, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11002, 110, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11100, 110, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11101, 110, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11102, 110, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11200, 110, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11201, 110, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11202, 110, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11203, 110, 3, 0, 0, 0, 0, 1, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11204, 110, 3, 0, 0, 0, 0, 2, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11205, 110, 3, 0, 0, 0, 0, 3, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11206, 110, 3, 0, 0, 0, 0, 4, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (11207, 110, 3, 0, 0, 0, 0, 5, 800, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12000, 120, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12001, 120, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12002, 120, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12100, 120, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12101, 120, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12102, 120, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12200, 120, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12201, 120, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (12202, 120, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13000, 130, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13001, 130, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13002, 130, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13003, 130, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13100, 130, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13101, 130, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13102, 130, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13103, 130, 2, 0, 0, 0, 0, 1, 1000, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13104, 130, 2, 0, 0, 0, 0, 2, 1000, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13105, 130, 2, 0, 0, 0, 0, 3, 1000, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13106, 130, 2, 0, 0, 0, 0, 4, 1000, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13107, 130, 2, 0, 0, 0, 0, 5, 1000, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13200, 130, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13201, 130, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (13202, 130, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14000, 140, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14001, 140, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14002, 140, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14100, 140, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14101, 140, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14102, 140, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14200, 140, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14201, 140, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (14202, 140, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15000, 150, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15001, 150, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15002, 150, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15100, 150, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15101, 150, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15102, 150, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15200, 150, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15201, 150, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (15202, 150, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100000, 1000, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100001, 1000, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100002, 1000, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100100, 1000, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100101, 1000, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100102, 1000, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100200, 1000, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100201, 1000, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (100202, 1000, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110000, 1100, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110001, 1100, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110002, 1100, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110100, 1100, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110101, 1100, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110102, 1100, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110200, 1100, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110201, 1100, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (110202, 1100, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120000, 1200, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120001, 1200, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120002, 1200, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120100, 1200, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120101, 1200, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120102, 1200, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120200, 1200, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120201, 1200, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (120202, 1200, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130000, 1300, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130001, 1300, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130002, 1300, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130100, 1300, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130101, 1300, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130102, 1300, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130200, 1300, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130201, 1300, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (130202, 1300, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140000, 1400, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140001, 1400, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140002, 1400, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140100, 1400, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140101, 1400, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140102, 1400, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140200, 1400, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140201, 1400, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (140202, 1400, 3, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500000, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500001, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500002, 1, 2, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500003, 1, 2, 0, 0, 0, 4, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500004, 1, 2, 0, 0, 0, 8, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500005, 1, 2, 0, 0, 0, 9, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500006, 1, 2, 0, 0, 0, 10, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500007, 1, 2, 0, 0, 0, 12, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500008, 1, 2, 0, 0, 0, 13, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500009, 1, 2, 0, 0, 0, 14, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500010, 1, 2, 0, 0, 0, 15, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500011, 1, 2, 0, 0, 0, 16, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500012, 1, 2, 0, 0, 0, 17, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500013, 1, 2, 0, 0, 0, 18, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500014, 1, 2, 0, 0, 0, 19, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500015, 1, 2, 0, 0, 0, 20, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500016, 1, 2, 0, 0, 0, 21, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500017, 1, 2, 0, 0, 0, 22, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500018, 1, 2, 0, 0, 0, 23, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500019, 1, 2, 0, 0, 0, 24, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500020, 1, 2, 0, 0, 0, 25, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500021, 1, 2, 0, 0, 0, 26, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500022, 1, 2, 0, 0, 0, 27, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500023, 1, 2, 0, 0, 0, 30, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500024, 1, 2, 0, 0, 0, 31, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500025, 1, 2, 0, 0, 0, 32, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500026, 1, 2, 0, 0, 0, 33, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500027, 1, 2, 0, 0, 0, 34, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500028, 1, 2, 0, 0, 0, 35, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500029, 1, 2, 0, 0, 0, 38, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500030, 1, 2, 0, 0, 0, 39, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500031, 1, 2, 0, 0, 0, 40, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500032, 1, 2, 0, 0, 0, 41, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500033, 1, 2, 0, 0, 0, 42, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500034, 1, 2, 0, 0, 0, 43, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500035, 1, 2, 0, 0, 0, 45, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500036, 1, 2, 0, 0, 0, 47, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500037, 1, 2, 0, 0, 0, 49, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500038, 1, 2, 0, 0, 0, 50, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500039, 1, 2, 0, 0, 0, 51, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500040, 1, 2, 0, 0, 0, 52, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500041, 1, 2, 0, 0, 0, 54, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500042, 1, 2, 0, 0, 0, 55, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500043, 1, 2, 0, 0, 0, 56, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500044, 1, 2, 0, 0, 0, 58, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500045, 1, 2, 0, 0, 0, 59, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500046, 1, 2, 0, 0, 0, 60, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500047, 1, 2, 0, 0, 0, 61, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500048, 1, 2, 0, 0, 0, 62, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500049, 1, 2, 0, 0, 0, 63, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500050, 1, 2, 0, 0, 0, 64, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500051, 1, 2, 0, 0, 0, 65, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500052, 1, 2, 0, 0, 0, 66, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500053, 1, 2, 0, 0, 0, 67, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500054, 1, 2, 0, 0, 0, 68, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500055, 1, 2, 0, 0, 0, 69, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500056, 1, 2, 0, 0, 0, 70, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500057, 1, 2, 0, 0, 0, 71, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500058, 1, 2, 0, 0, 0, 72, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500059, 1, 2, 0, 0, 0, 73, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500060, 1, 2, 0, 0, 0, 74, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500061, 1, 2, 0, 0, 0, 75, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500062, 1, 2, 0, 0, 0, 76, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500063, 1, 2, 0, 0, 0, 77, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500064, 1, 2, 0, 0, 0, 78, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500065, 1, 2, 0, 0, 0, 79, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500066, 1, 2, 0, 0, 0, 81, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500067, 1, 2, 0, 0, 0, 82, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500068, 1, 2, 0, 0, 0, 83, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500069, 1, 2, 0, 0, 0, 84, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500070, 1, 2, 0, 0, 0, 86, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500071, 1, 2, 0, 0, 0, 87, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500072, 1, 2, 0, 0, 0, 90, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500073, 1, 2, 0, 0, 0, 91, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500074, 1, 2, 0, 0, 0, 92, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500075, 1, 2, 0, 0, 0, 97, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500076, 1, 2, 0, 0, 0, 98, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500077, 1, 2, 0, 0, 0, 99, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500078, 1, 2, 0, 0, 0, 100, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500079, 1, 2, 0, 0, 0, 101, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500080, 1, 2, 0, 0, 0, 103, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500081, 1, 2, 0, 0, 0, 104, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500082, 1, 2, 0, 0, 0, 105, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500083, 1, 2, 0, 0, 0, 106, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500084, 1, 2, 0, 0, 0, 107, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500085, 1, 2, 0, 0, 0, 108, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500086, 1, 2, 0, 0, 0, 109, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500087, 1, 2, 0, 0, 0, 110, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500088, 1, 2, 0, 0, 0, 112, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500089, 1, 2, 0, 0, 0, 113, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500090, 1, 2, 0, 0, 0, 114, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500091, 1, 2, 0, 0, 0, 115, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500092, 1, 2, 0, 0, 0, 116, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500093, 1, 2, 0, 0, 0, 117, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500094, 1, 2, 0, 0, 0, 118, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500095, 1, 2, 0, 0, 0, 119, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500096, 1, 2, 0, 0, 0, 120, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500097, 1, 2, 0, 0, 0, 121, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500098, 1, 2, 0, 0, 0, 122, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500099, 1, 2, 0, 0, 0, 123, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500100, 1, 2, 0, 0, 0, 124, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500101, 1, 2, 0, 0, 0, 125, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500102, 1, 2, 0, 0, 0, 126, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500103, 1, 2, 0, 0, 0, 127, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500104, 1, 2, 0, 0, 0, 128, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500105, 1, 2, 0, 0, 0, 129, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500106, 1, 2, 0, 0, 0, 130, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500107, 1, 2, 0, 0, 0, 131, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500108, 1, 2, 0, 0, 0, 132, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500109, 1, 2, 0, 0, 0, 133, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500110, 1, 2, 0, 0, 0, 134, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500111, 1, 2, 0, 0, 0, 135, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500112, 1, 2, 0, 0, 0, 136, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500113, 1, 2, 0, 0, 0, 137, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500114, 1, 2, 0, 0, 0, 138, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500115, 1, 2, 0, 0, 0, 139, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500116, 1, 2, 0, 0, 0, 140, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500117, 1, 2, 0, 0, 0, 141, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500118, 1, 2, 0, 0, 0, 142, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500119, 1, 2, 0, 0, 0, 143, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500120, 1, 2, 0, 0, 0, 144, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500121, 1, 2, 0, 0, 0, 145, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500122, 1, 2, 0, 0, 0, 146, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500123, 1, 2, 0, 0, 0, 147, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500124, 1, 2, 0, 0, 0, 148, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500125, 1, 2, 0, 0, 0, 149, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500126, 1, 2, 0, 0, 0, 150, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (500127, 1, 2, 0, 0, 0, 151, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510000, 100, 2, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510001, 100, 2, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510002, 100, 2, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510003, 100, 2, 0, 0, 0, 4, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510004, 100, 2, 0, 0, 0, 8, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510005, 100, 2, 0, 0, 0, 9, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510006, 100, 2, 0, 0, 0, 10, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510007, 100, 2, 0, 0, 0, 12, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510008, 100, 2, 0, 0, 0, 13, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510009, 100, 2, 0, 0, 0, 14, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510010, 100, 2, 0, 0, 0, 15, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510011, 100, 2, 0, 0, 0, 16, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510012, 100, 2, 0, 0, 0, 17, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510013, 100, 2, 0, 0, 0, 18, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510014, 100, 2, 0, 0, 0, 19, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510015, 100, 2, 0, 0, 0, 20, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510016, 100, 2, 0, 0, 0, 21, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510017, 100, 2, 0, 0, 0, 22, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510018, 100, 2, 0, 0, 0, 23, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510019, 100, 2, 0, 0, 0, 24, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510020, 100, 2, 0, 0, 0, 25, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510021, 100, 2, 0, 0, 0, 26, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510022, 100, 2, 0, 0, 0, 27, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510023, 100, 2, 0, 0, 0, 30, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510024, 100, 2, 0, 0, 0, 31, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510025, 100, 2, 0, 0, 0, 32, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510026, 100, 2, 0, 0, 0, 33, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510027, 100, 2, 0, 0, 0, 34, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510028, 100, 2, 0, 0, 0, 35, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510029, 100, 2, 0, 0, 0, 38, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510030, 100, 2, 0, 0, 0, 39, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510031, 100, 2, 0, 0, 0, 40, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510032, 100, 2, 0, 0, 0, 41, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510033, 100, 2, 0, 0, 0, 42, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510034, 100, 2, 0, 0, 0, 43, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510035, 100, 2, 0, 0, 0, 45, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510036, 100, 2, 0, 0, 0, 47, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510037, 100, 2, 0, 0, 0, 49, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510038, 100, 2, 0, 0, 0, 50, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510039, 100, 2, 0, 0, 0, 51, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510040, 100, 2, 0, 0, 0, 52, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510041, 100, 2, 0, 0, 0, 54, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510042, 100, 2, 0, 0, 0, 55, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510043, 100, 2, 0, 0, 0, 56, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510044, 100, 2, 0, 0, 0, 58, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510045, 100, 2, 0, 0, 0, 59, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510046, 100, 2, 0, 0, 0, 60, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510047, 100, 2, 0, 0, 0, 61, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510048, 100, 2, 0, 0, 0, 62, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510049, 100, 2, 0, 0, 0, 63, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510050, 100, 2, 0, 0, 0, 64, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510051, 100, 2, 0, 0, 0, 65, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510052, 100, 2, 0, 0, 0, 66, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510053, 100, 2, 0, 0, 0, 67, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510054, 100, 2, 0, 0, 0, 68, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510055, 100, 2, 0, 0, 0, 69, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510056, 100, 2, 0, 0, 0, 70, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510057, 100, 2, 0, 0, 0, 71, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510058, 100, 2, 0, 0, 0, 72, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510059, 100, 2, 0, 0, 0, 73, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510060, 100, 2, 0, 0, 0, 74, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510061, 100, 2, 0, 0, 0, 75, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510062, 100, 2, 0, 0, 0, 76, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510063, 100, 2, 0, 0, 0, 77, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510064, 100, 2, 0, 0, 0, 78, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510065, 100, 2, 0, 0, 0, 79, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510066, 100, 2, 0, 0, 0, 81, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510067, 100, 2, 0, 0, 0, 82, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510068, 100, 2, 0, 0, 0, 83, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510069, 100, 2, 0, 0, 0, 84, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510070, 100, 2, 0, 0, 0, 86, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510071, 100, 2, 0, 0, 0, 87, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510072, 100, 2, 0, 0, 0, 90, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510073, 100, 2, 0, 0, 0, 91, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510074, 100, 2, 0, 0, 0, 92, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510075, 100, 2, 0, 0, 0, 97, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510076, 100, 2, 0, 0, 0, 98, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510077, 100, 2, 0, 0, 0, 99, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510078, 100, 2, 0, 0, 0, 100, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510079, 100, 2, 0, 0, 0, 101, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510080, 100, 2, 0, 0, 0, 103, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510081, 100, 2, 0, 0, 0, 104, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510082, 100, 2, 0, 0, 0, 105, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510083, 100, 2, 0, 0, 0, 106, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510084, 100, 2, 0, 0, 0, 107, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510085, 100, 2, 0, 0, 0, 108, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510086, 100, 2, 0, 0, 0, 109, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510087, 100, 2, 0, 0, 0, 110, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510088, 100, 2, 0, 0, 0, 112, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510089, 100, 2, 0, 0, 0, 113, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510090, 100, 2, 0, 0, 0, 114, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510091, 100, 2, 0, 0, 0, 115, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510092, 100, 2, 0, 0, 0, 116, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510093, 100, 2, 0, 0, 0, 117, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510094, 100, 2, 0, 0, 0, 118, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510095, 100, 2, 0, 0, 0, 119, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510096, 100, 2, 0, 0, 0, 120, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510097, 100, 2, 0, 0, 0, 121, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510098, 100, 2, 0, 0, 0, 122, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510099, 100, 2, 0, 0, 0, 123, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510100, 100, 2, 0, 0, 0, 124, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510101, 100, 2, 0, 0, 0, 125, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510102, 100, 2, 0, 0, 0, 126, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510103, 100, 2, 0, 0, 0, 127, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510104, 100, 2, 0, 0, 0, 128, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510105, 100, 2, 0, 0, 0, 129, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510106, 100, 2, 0, 0, 0, 130, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510107, 100, 2, 0, 0, 0, 131, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510108, 100, 2, 0, 0, 0, 132, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510109, 100, 2, 0, 0, 0, 133, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510110, 100, 2, 0, 0, 0, 134, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510111, 100, 2, 0, 0, 0, 135, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510112, 100, 2, 0, 0, 0, 136, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510113, 100, 2, 0, 0, 0, 137, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510114, 100, 2, 0, 0, 0, 138, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510115, 100, 2, 0, 0, 0, 139, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510116, 100, 2, 0, 0, 0, 140, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510117, 100, 2, 0, 0, 0, 141, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510118, 100, 2, 0, 0, 0, 142, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510119, 100, 2, 0, 0, 0, 143, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510120, 100, 2, 0, 0, 0, 144, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510121, 100, 2, 0, 0, 0, 145, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510122, 100, 2, 0, 0, 0, 146, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510123, 100, 2, 0, 0, 0, 147, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510124, 100, 2, 0, 0, 0, 148, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510125, 100, 2, 0, 0, 0, 149, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510126, 100, 2, 0, 0, 0, 150, 0, 0, 0, 0); INSERT INTO champions_news_chara_detail (id, chara_text_group, text_number, resource_id, chara_id, single_win, nickname_id, parameter_type, parameter_min, running_style, proper_running_style_min) VALUES (510127, 100, 2, 0, 0, 0, 151, 0, 0, 0, 0); -- Table: champions_news_chara_wininfo CREATE TABLE 'champions_news_chara_wininfo' ('id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'race_count_type' INTEGER NOT NULL, 'win_min' INTEGER NOT NULL, 'win_max' INTEGER NOT NULL, 'chara_text_group' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (1, 1, 1, 0, 10000, 1); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (2, 1, 2, 0, 0, 10); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (3, 1, 2, 1, 2500, 20); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (4, 1, 2, 2501, 4999, 30); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (5, 1, 2, 5000, 6599, 40); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (6, 1, 2, 6600, 7499, 50); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (7, 1, 2, 7500, 9999, 60); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (8, 1, 2, 10000, 10000, 70); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (9, 1, 3, 0, 1999, 100); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (10, 1, 3, 2000, 3999, 110); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (11, 1, 3, 4000, 5999, 120); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (12, 1, 3, 6000, 7999, 130); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (13, 1, 3, 8000, 9999, 140); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (14, 1, 3, 10000, 10000, 150); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (15, 2, 1, 0, 10000, 1); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (16, 2, 2, 0, 0, 10); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (17, 2, 2, 1, 2500, 20); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (18, 2, 2, 2501, 4999, 30); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (19, 2, 2, 5000, 6599, 40); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (20, 2, 2, 6600, 7499, 50); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (21, 2, 2, 7500, 9999, 60); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (22, 2, 2, 10000, 10000, 70); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (23, 2, 3, 0, 1999, 100); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (24, 2, 3, 2000, 3999, 110); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (25, 2, 3, 4000, 5999, 120); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (26, 2, 3, 6000, 7999, 130); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (27, 2, 3, 8000, 9999, 140); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (28, 2, 3, 10000, 10000, 150); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (29, 3, 1, 0, 10000, 1); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (30, 3, 2, 0, 0, 10); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (31, 3, 2, 1, 2500, 20); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (32, 3, 2, 2501, 4999, 30); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (33, 3, 2, 5000, 6599, 40); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (34, 3, 2, 6600, 7499, 50); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (35, 3, 2, 7500, 9999, 60); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (36, 3, 2, 10000, 10000, 70); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (37, 3, 3, 0, 1999, 100); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (38, 3, 3, 2000, 3999, 110); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (39, 3, 3, 4000, 5999, 120); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (40, 3, 3, 6000, 7999, 130); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (41, 3, 3, 8000, 9999, 140); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (42, 3, 3, 10000, 10000, 150); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (43, 4, 1, 0, 10000, 1000); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (44, 4, 4, 0, 0, 1100); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (45, 4, 4, 1, 4999, 1200); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (46, 4, 4, 5000, 9999, 1300); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (47, 4, 4, 10000, 10000, 1400); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (48, 5, 1, 0, 10000, 1000); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (49, 5, 4, 0, 0, 1100); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (50, 5, 4, 1, 4999, 1200); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (51, 5, 4, 5000, 9999, 1300); INSERT INTO champions_news_chara_wininfo (id, round_id, race_count_type, win_min, win_max, chara_text_group) VALUES (52, 5, 4, 10000, 10000, 1400); -- Table: champions_news_race CREATE TABLE 'champions_news_race' ('id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'win_percent_type' INTEGER NOT NULL, 'text_number' INTEGER NOT NULL, 'resource_id' INTEGER NOT NULL, 'race_track_id' INTEGER NOT NULL, 'ground' INTEGER NOT NULL, 'distance' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1000, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1001, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1002, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1003, 1, 1, 1, 0, 0, 1, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1004, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1005, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1006, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1007, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1008, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1009, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1010, 1, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1100, 1, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1101, 1, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1102, 1, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1103, 1, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1104, 1, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1105, 1, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1106, 1, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1200, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1201, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1202, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1203, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1204, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1205, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1206, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1207, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1208, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1209, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1210, 1, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1300, 1, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1301, 1, 2, 2, 0, 0, 0, 0, 1); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1302, 1, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1303, 1, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1304, 1, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1305, 1, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1306, 1, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1307, 1, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1308, 1, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1400, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1401, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1402, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1403, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1404, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1405, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1406, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1407, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1408, 1, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1500, 1, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1501, 1, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1502, 1, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1503, 1, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1504, 1, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (1505, 1, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2000, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2001, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2002, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2003, 2, 1, 1, 0, 0, 1, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2004, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2005, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2006, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2007, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2008, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2009, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2010, 2, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2100, 2, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2101, 2, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2102, 2, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2103, 2, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2104, 2, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2105, 2, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2106, 2, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2200, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2201, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2202, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2203, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2204, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2205, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2206, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2207, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2208, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2209, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2210, 2, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2300, 2, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2301, 2, 2, 2, 0, 0, 0, 0, 1); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2302, 2, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2303, 2, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2304, 2, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2305, 2, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2306, 2, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2307, 2, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2308, 2, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2400, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2401, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2402, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2403, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2404, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2405, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2406, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2407, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2408, 2, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2500, 2, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2501, 2, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2502, 2, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2503, 2, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2504, 2, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (2505, 2, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3000, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3001, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3002, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3003, 3, 1, 1, 0, 0, 1, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3004, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3005, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3006, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3007, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3008, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3009, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3010, 3, 1, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3100, 3, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3101, 3, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3102, 3, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3103, 3, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3104, 3, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3105, 3, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3106, 3, 2, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3200, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3201, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3202, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3203, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3204, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3205, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3206, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3207, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3208, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3209, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3210, 3, 1, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3300, 3, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3301, 3, 2, 2, 0, 0, 0, 0, 1); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3302, 3, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3303, 3, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3304, 3, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3305, 3, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3306, 3, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3307, 3, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3308, 3, 2, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3400, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3401, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3402, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3403, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3404, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3405, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3406, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3407, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3408, 3, 1, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3500, 3, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3501, 3, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3502, 3, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3503, 3, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3504, 3, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (3505, 3, 2, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4000, 4, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4001, 4, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4002, 4, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4003, 4, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4004, 4, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4100, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4101, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4102, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4103, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4104, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4105, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4106, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4107, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4108, 4, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4200, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4201, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4202, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4203, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4204, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4205, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4206, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4207, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4208, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4209, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4210, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (4211, 4, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5000, 5, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5001, 5, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5002, 5, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5003, 5, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5004, 5, 3, 1, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5100, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5101, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5102, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5103, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5104, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5105, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5106, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5107, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5108, 5, 3, 2, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5200, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5201, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5202, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5203, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5204, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5205, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5206, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5207, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5208, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5209, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5210, 5, 3, 3, 0, 0, 0, 0, 0); INSERT INTO champions_news_race (id, round_id, win_percent_type, text_number, resource_id, race_track_id, ground, distance, weather) VALUES (5211, 5, 3, 3, 0, 0, 0, 0, 0); -- Table: champions_news_title CREATE TABLE 'champions_news_title' ('id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'win_percent_type' INTEGER NOT NULL, 'resource_id' INTEGER NOT NULL, 'race_track_id' INTEGER NOT NULL, 'ground' INTEGER NOT NULL, 'distance' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'title' INTEGER NOT NULL, 'sub_title' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (1, 1, 1, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (2, 1, 1, 0, 0, 0, 0, 0, 1, 1); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (3, 1, 1, 0, 0, 0, 0, 0, 2, 2); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (4, 1, 1, 0, 0, 0, 0, 0, 3, 3); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (5, 1, 1, 0, 0, 0, 0, 0, 4, 4); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (6, 1, 1, 0, 0, 0, 0, 0, 5, 5); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (7, 1, 1, 0, 0, 0, 0, 0, 6, 6); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (10, 1, 1, 5, 0, 0, 0, 0, 7, 11); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (11, 1, 1, 6, 0, 0, 0, 0, 7, 13); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (12, 1, 1, 7, 0, 0, 0, 0, 7, 15); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (13, 1, 1, 8, 0, 0, 0, 0, 7, 17); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (14, 1, 1, 9, 0, 0, 0, 0, 7, 19); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (15, 1, 1, 10, 0, 0, 0, 0, 7, 21); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (16, 1, 1, 11, 0, 0, 0, 0, 7, 23); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (20, 1, 1, 0, 0, 0, 0, 0, 8, 6); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (21, 1, 1, 0, 0, 0, 0, 0, 9, 31); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (22, 1, 1, 0, 0, 0, 0, 0, 10, 32); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (23, 1, 1, 0, 0, 0, 0, 0, 11, 33); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (24, 1, 1, 0, 0, 0, 0, 0, 12, 34); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (25, 1, 1, 0, 0, 0, 0, 0, 13, 35); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (26, 1, 1, 0, 0, 0, 0, 0, 14, 35); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (29, 1, 1, 5, 0, 0, 0, 0, 15, 11); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (30, 1, 1, 6, 0, 0, 0, 0, 15, 13); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (31, 1, 1, 7, 0, 0, 0, 0, 15, 15); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (32, 1, 1, 8, 0, 0, 0, 0, 15, 17); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (33, 1, 1, 9, 0, 0, 0, 0, 15, 19); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (34, 1, 1, 10, 0, 0, 0, 0, 15, 21); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (35, 1, 1, 11, 0, 0, 0, 0, 15, 23); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (39, 1, 1, 0, 0, 0, 0, 0, 16, 36); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (40, 1, 1, 0, 0, 0, 0, 0, 17, 37); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (41, 1, 1, 0, 0, 0, 0, 0, 18, 38); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (42, 1, 1, 0, 0, 0, 0, 0, 19, 39); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (43, 1, 2, 0, 0, 0, 0, 0, 7, 100); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (44, 1, 2, 0, 0, 0, 0, 0, 101, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (45, 1, 2, 0, 0, 0, 0, 0, 102, 102); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (46, 1, 2, 0, 0, 0, 0, 0, 103, 103); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (47, 1, 2, 0, 0, 0, 0, 0, 104, 104); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (48, 1, 2, 0, 0, 0, 0, 0, 105, 104); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (49, 1, 2, 0, 0, 0, 0, 0, 106, 105); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (50, 1, 2, 0, 0, 0, 0, 0, 107, 106); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (51, 1, 2, 0, 10006, 0, 0, 0, 108, 107); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (52, 1, 2, 0, 0, 0, 0, 0, 109, 108); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (53, 1, 2, 0, 0, 0, 0, 0, 110, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (54, 1, 2, 0, 0, 0, 0, 0, 111, 109); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (55, 1, 2, 0, 0, 0, 0, 0, 112, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (56, 1, 2, 0, 0, 0, 0, 0, 113, 110); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (57, 1, 2, 0, 0, 0, 0, 0, 114, 111); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (58, 1, 2, 0, 0, 1, 0, 0, 115, 112); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (59, 1, 2, 0, 0, 0, 0, 0, 116, 113); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (60, 1, 2, 0, 0, 0, 0, 0, 117, 114); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (61, 1, 2, 0, 0, 0, 0, 0, 118, 115); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (62, 1, 2, 0, 0, 0, 0, 0, 119, 116); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (63, 1, 2, 0, 0, 0, 0, 0, 120, 117); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (64, 1, 2, 0, 0, 0, 0, 0, 121, 118); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (67, 1, 2, 5, 0, 0, 0, 0, 124, 119); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (68, 1, 2, 6, 0, 0, 0, 0, 125, 119); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (69, 1, 2, 7, 0, 0, 0, 0, 126, 119); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (70, 1, 2, 8, 0, 0, 0, 0, 127, 119); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (71, 1, 2, 9, 0, 0, 0, 0, 128, 119); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (72, 1, 2, 10, 0, 0, 0, 0, 129, 119); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (73, 1, 2, 11, 0, 0, 0, 0, 130, 119); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (77, 1, 2, 0, 0, 0, 0, 0, 134, 121); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (78, 1, 2, 0, 0, 0, 0, 0, 135, 122); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (79, 1, 2, 0, 0, 0, 0, 0, 136, 123); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (80, 1, 2, 0, 0, 0, 0, 0, 137, 124); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (81, 2, 1, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (82, 2, 1, 0, 0, 0, 0, 0, 1, 1); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (83, 2, 1, 0, 0, 0, 0, 0, 2, 2); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (84, 2, 1, 0, 0, 0, 0, 0, 3, 3); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (85, 2, 1, 0, 0, 0, 0, 0, 4, 4); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (86, 2, 1, 0, 0, 0, 0, 0, 5, 5); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (87, 2, 1, 0, 0, 0, 0, 0, 6, 6); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (90, 2, 1, 5, 0, 0, 0, 0, 7, 12); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (91, 2, 1, 6, 0, 0, 0, 0, 7, 14); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (92, 2, 1, 7, 0, 0, 0, 0, 7, 16); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (93, 2, 1, 8, 0, 0, 0, 0, 7, 18); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (94, 2, 1, 9, 0, 0, 0, 0, 7, 20); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (95, 2, 1, 10, 0, 0, 0, 0, 7, 22); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (96, 2, 1, 11, 0, 0, 0, 0, 7, 24); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (100, 2, 1, 0, 0, 0, 0, 0, 8, 6); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (101, 2, 1, 0, 0, 0, 0, 0, 9, 31); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (102, 2, 1, 0, 0, 0, 0, 0, 10, 32); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (103, 2, 1, 0, 0, 0, 0, 0, 11, 33); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (104, 2, 1, 0, 0, 0, 0, 0, 12, 34); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (105, 2, 1, 0, 0, 0, 0, 0, 13, 35); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (106, 2, 1, 0, 0, 0, 0, 0, 14, 35); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (109, 2, 1, 5, 0, 0, 0, 0, 15, 12); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (110, 2, 1, 6, 0, 0, 0, 0, 15, 14); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (111, 2, 1, 7, 0, 0, 0, 0, 15, 16); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (112, 2, 1, 8, 0, 0, 0, 0, 15, 18); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (113, 2, 1, 9, 0, 0, 0, 0, 15, 20); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (114, 2, 1, 10, 0, 0, 0, 0, 15, 22); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (115, 2, 1, 11, 0, 0, 0, 0, 15, 24); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (119, 2, 1, 0, 0, 0, 0, 0, 16, 36); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (120, 2, 1, 0, 0, 0, 0, 0, 17, 37); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (121, 2, 1, 0, 0, 0, 0, 0, 18, 38); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (122, 2, 1, 0, 0, 0, 0, 0, 19, 39); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (123, 2, 2, 0, 0, 0, 0, 0, 7, 100); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (124, 2, 2, 0, 0, 0, 0, 0, 101, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (125, 2, 2, 0, 0, 0, 0, 0, 102, 102); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (126, 2, 2, 0, 0, 0, 0, 0, 103, 103); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (127, 2, 2, 0, 0, 0, 0, 0, 104, 104); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (128, 2, 2, 0, 0, 0, 0, 0, 105, 104); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (129, 2, 2, 0, 0, 0, 0, 0, 106, 105); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (130, 2, 2, 0, 0, 0, 0, 0, 107, 106); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (131, 2, 2, 0, 10006, 0, 0, 0, 108, 107); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (132, 2, 2, 0, 0, 0, 0, 0, 109, 108); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (133, 2, 2, 0, 0, 0, 0, 0, 110, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (134, 2, 2, 0, 0, 0, 0, 0, 111, 109); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (135, 2, 2, 0, 0, 0, 0, 0, 112, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (136, 2, 2, 0, 0, 0, 0, 0, 113, 110); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (137, 2, 2, 0, 0, 0, 0, 0, 114, 111); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (138, 2, 2, 0, 0, 1, 0, 0, 115, 112); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (139, 2, 2, 0, 0, 0, 0, 0, 116, 113); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (140, 2, 2, 0, 0, 0, 0, 0, 117, 114); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (141, 2, 2, 0, 0, 0, 0, 0, 118, 115); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (142, 2, 2, 0, 0, 0, 0, 0, 119, 116); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (143, 2, 2, 0, 0, 0, 0, 0, 120, 117); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (144, 2, 2, 0, 0, 0, 0, 0, 121, 118); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (147, 2, 2, 5, 0, 0, 0, 0, 124, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (148, 2, 2, 6, 0, 0, 0, 0, 125, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (149, 2, 2, 7, 0, 0, 0, 0, 126, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (150, 2, 2, 8, 0, 0, 0, 0, 127, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (151, 2, 2, 9, 0, 0, 0, 0, 128, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (152, 2, 2, 10, 0, 0, 0, 0, 129, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (153, 2, 2, 11, 0, 0, 0, 0, 130, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (157, 2, 2, 0, 0, 0, 0, 0, 134, 121); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (158, 2, 2, 0, 0, 0, 0, 0, 135, 122); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (159, 2, 2, 0, 0, 0, 0, 0, 136, 123); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (160, 2, 2, 0, 0, 0, 0, 0, 137, 124); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (161, 3, 1, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (162, 3, 1, 0, 0, 0, 0, 0, 1, 1); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (163, 3, 1, 0, 0, 0, 0, 0, 2, 2); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (164, 3, 1, 0, 0, 0, 0, 0, 3, 3); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (165, 3, 1, 0, 0, 0, 0, 0, 4, 4); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (166, 3, 1, 0, 0, 0, 0, 0, 5, 5); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (167, 3, 1, 0, 0, 0, 0, 0, 6, 6); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (170, 3, 1, 5, 0, 0, 0, 0, 7, 12); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (171, 3, 1, 6, 0, 0, 0, 0, 7, 14); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (172, 3, 1, 7, 0, 0, 0, 0, 7, 16); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (173, 3, 1, 8, 0, 0, 0, 0, 7, 18); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (174, 3, 1, 9, 0, 0, 0, 0, 7, 20); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (175, 3, 1, 10, 0, 0, 0, 0, 7, 22); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (176, 3, 1, 11, 0, 0, 0, 0, 7, 24); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (180, 3, 1, 0, 0, 0, 0, 0, 8, 6); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (181, 3, 1, 0, 0, 0, 0, 0, 9, 31); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (182, 3, 1, 0, 0, 0, 0, 0, 10, 32); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (183, 3, 1, 0, 0, 0, 0, 0, 11, 33); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (184, 3, 1, 0, 0, 0, 0, 0, 12, 34); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (185, 3, 1, 0, 0, 0, 0, 0, 13, 35); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (186, 3, 1, 0, 0, 0, 0, 0, 14, 35); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (189, 3, 1, 5, 0, 0, 0, 0, 15, 12); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (190, 3, 1, 6, 0, 0, 0, 0, 15, 14); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (191, 3, 1, 7, 0, 0, 0, 0, 15, 16); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (192, 3, 1, 8, 0, 0, 0, 0, 15, 18); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (193, 3, 1, 9, 0, 0, 0, 0, 15, 20); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (194, 3, 1, 10, 0, 0, 0, 0, 15, 22); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (195, 3, 1, 11, 0, 0, 0, 0, 15, 24); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (199, 3, 1, 0, 0, 0, 0, 0, 16, 36); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (200, 3, 1, 0, 0, 0, 0, 0, 17, 37); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (201, 3, 1, 0, 0, 0, 0, 0, 18, 38); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (202, 3, 1, 0, 0, 0, 0, 0, 19, 39); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (203, 3, 2, 0, 0, 0, 0, 0, 7, 100); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (204, 3, 2, 0, 0, 0, 0, 0, 101, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (205, 3, 2, 0, 0, 0, 0, 0, 102, 102); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (206, 3, 2, 0, 0, 0, 0, 0, 103, 103); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (207, 3, 2, 0, 0, 0, 0, 0, 104, 104); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (208, 3, 2, 0, 0, 0, 0, 0, 105, 104); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (209, 3, 2, 0, 0, 0, 0, 0, 106, 105); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (210, 3, 2, 0, 0, 0, 0, 0, 107, 106); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (211, 3, 2, 0, 10006, 0, 0, 0, 108, 107); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (212, 3, 2, 0, 0, 0, 0, 0, 109, 108); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (213, 3, 2, 0, 0, 0, 0, 0, 110, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (214, 3, 2, 0, 0, 0, 0, 0, 111, 109); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (215, 3, 2, 0, 0, 0, 0, 0, 112, 101); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (216, 3, 2, 0, 0, 0, 0, 0, 113, 110); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (217, 3, 2, 0, 0, 0, 0, 0, 114, 111); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (218, 3, 2, 0, 0, 1, 0, 0, 115, 112); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (219, 3, 2, 0, 0, 0, 0, 0, 116, 113); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (220, 3, 2, 0, 0, 0, 0, 0, 117, 114); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (221, 3, 2, 0, 0, 0, 0, 0, 118, 115); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (222, 3, 2, 0, 0, 0, 0, 0, 119, 116); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (223, 3, 2, 0, 0, 0, 0, 0, 120, 117); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (224, 3, 2, 0, 0, 0, 0, 0, 121, 118); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (227, 3, 2, 5, 0, 0, 0, 0, 124, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (228, 3, 2, 6, 0, 0, 0, 0, 125, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (229, 3, 2, 7, 0, 0, 0, 0, 126, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (230, 3, 2, 8, 0, 0, 0, 0, 127, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (231, 3, 2, 9, 0, 0, 0, 0, 128, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (232, 3, 2, 10, 0, 0, 0, 0, 129, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (233, 3, 2, 11, 0, 0, 0, 0, 130, 120); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (237, 3, 2, 0, 0, 0, 0, 0, 134, 121); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (238, 3, 2, 0, 0, 0, 0, 0, 135, 122); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (239, 3, 2, 0, 0, 0, 0, 0, 136, 123); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (240, 3, 2, 0, 0, 0, 0, 0, 137, 124); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (243, 4, 3, 5, 0, 0, 0, 0, 200, 202); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (244, 4, 3, 6, 0, 0, 0, 0, 200, 203); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (245, 4, 3, 7, 0, 0, 0, 0, 200, 204); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (246, 4, 3, 8, 0, 0, 0, 0, 200, 205); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (247, 4, 3, 9, 0, 0, 0, 0, 200, 206); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (248, 4, 3, 10, 0, 0, 0, 0, 200, 207); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (249, 4, 3, 11, 0, 0, 0, 0, 200, 208); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (253, 4, 3, 0, 0, 1, 3, 0, 201, 212); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (255, 4, 3, 0, 0, 1, 2, 0, 201, 258); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (256, 4, 3, 0, 0, 1, 4, 0, 201, 259); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (260, 4, 3, 5, 0, 0, 0, 0, 202, 215); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (261, 4, 3, 6, 0, 0, 0, 0, 202, 216); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (262, 4, 3, 7, 0, 0, 0, 0, 202, 217); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (263, 4, 3, 8, 0, 0, 0, 0, 202, 218); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (264, 4, 3, 9, 0, 0, 0, 0, 202, 219); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (265, 4, 3, 10, 0, 0, 0, 0, 202, 220); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (266, 4, 3, 11, 0, 0, 0, 0, 202, 221); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (270, 4, 3, 0, 0, 0, 0, 0, 203, 225); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (271, 4, 3, 0, 0, 0, 0, 0, 204, 226); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (272, 4, 3, 0, 0, 0, 0, 0, 205, 227); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (275, 4, 3, 5, 0, 0, 0, 0, 206, 230); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (276, 4, 3, 6, 0, 0, 0, 0, 206, 231); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (277, 4, 3, 7, 0, 0, 0, 0, 206, 232); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (278, 4, 3, 8, 0, 0, 0, 0, 206, 233); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (279, 4, 3, 9, 0, 0, 0, 0, 206, 234); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (280, 4, 3, 10, 0, 0, 0, 0, 206, 235); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (281, 4, 3, 11, 0, 0, 0, 0, 206, 236); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (287, 4, 3, 5, 0, 0, 0, 0, 207, 215); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (288, 4, 3, 6, 0, 0, 0, 0, 207, 216); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (289, 4, 3, 7, 0, 0, 0, 0, 207, 217); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (290, 4, 3, 8, 0, 0, 0, 0, 207, 218); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (291, 4, 3, 9, 0, 0, 0, 0, 207, 219); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (292, 4, 3, 10, 0, 0, 0, 0, 207, 220); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (293, 4, 3, 11, 0, 0, 0, 0, 207, 221); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (297, 4, 3, 0, 0, 0, 0, 0, 208, 226); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (298, 4, 3, 0, 0, 0, 0, 0, 209, 240); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (299, 4, 3, 0, 0, 0, 0, 0, 210, 241); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (300, 4, 3, 0, 0, 0, 0, 0, 211, 242); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (301, 4, 3, 0, 0, 0, 0, 0, 212, 243); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (302, 4, 3, 0, 0, 0, 0, 0, 213, 244); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (303, 4, 3, 0, 0, 0, 0, 0, 214, 245); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (304, 4, 3, 0, 0, 0, 0, 0, 215, 246); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (305, 4, 3, 0, 0, 0, 0, 0, 216, 247); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (308, 4, 3, 5, 0, 0, 0, 0, 217, 215); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (309, 4, 3, 6, 0, 0, 0, 0, 217, 216); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (310, 4, 3, 7, 0, 0, 0, 0, 217, 217); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (311, 4, 3, 8, 0, 0, 0, 0, 217, 218); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (312, 4, 3, 9, 0, 0, 0, 0, 217, 219); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (313, 4, 3, 10, 0, 0, 0, 0, 217, 220); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (314, 4, 3, 11, 0, 0, 0, 0, 217, 221); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (318, 4, 3, 0, 0, 0, 0, 0, 218, 248); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (319, 4, 3, 0, 0, 0, 0, 0, 219, 249); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (320, 4, 3, 0, 0, 0, 0, 0, 220, 250); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (321, 4, 3, 0, 0, 0, 0, 0, 221, 251); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (322, 4, 3, 0, 0, 0, 0, 0, 222, 226); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (323, 4, 3, 0, 0, 0, 0, 0, 223, 252); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (326, 4, 3, 5, 0, 0, 0, 0, 224, 215); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (327, 4, 3, 6, 0, 0, 0, 0, 224, 216); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (328, 4, 3, 7, 0, 0, 0, 0, 224, 217); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (329, 4, 3, 8, 0, 0, 0, 0, 224, 218); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (330, 4, 3, 9, 0, 0, 0, 0, 224, 219); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (331, 4, 3, 10, 0, 0, 0, 0, 224, 220); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (332, 4, 3, 11, 0, 0, 0, 0, 224, 221); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (336, 4, 3, 0, 0, 0, 0, 0, 225, 253); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (337, 4, 3, 0, 0, 0, 0, 0, 226, 254); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (338, 4, 3, 0, 0, 0, 0, 0, 227, 255); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (339, 4, 3, 0, 0, 0, 0, 0, 228, 256); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (342, 5, 3, 5, 0, 0, 0, 0, 200, 202); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (343, 5, 3, 6, 0, 0, 0, 0, 200, 203); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (344, 5, 3, 7, 0, 0, 0, 0, 200, 204); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (345, 5, 3, 8, 0, 0, 0, 0, 200, 205); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (346, 5, 3, 9, 0, 0, 0, 0, 200, 206); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (347, 5, 3, 10, 0, 0, 0, 0, 200, 207); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (348, 5, 3, 11, 0, 0, 0, 0, 200, 208); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (352, 5, 3, 0, 0, 1, 3, 0, 201, 212); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (354, 5, 3, 0, 0, 1, 2, 0, 201, 258); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (355, 5, 3, 0, 0, 1, 4, 0, 201, 259); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (359, 5, 3, 5, 0, 0, 0, 0, 202, 215); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (360, 5, 3, 6, 0, 0, 0, 0, 202, 216); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (361, 5, 3, 7, 0, 0, 0, 0, 202, 217); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (362, 5, 3, 8, 0, 0, 0, 0, 202, 218); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (363, 5, 3, 9, 0, 0, 0, 0, 202, 219); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (364, 5, 3, 10, 0, 0, 0, 0, 202, 220); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (365, 5, 3, 11, 0, 0, 0, 0, 202, 221); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (369, 5, 3, 0, 0, 0, 0, 0, 203, 225); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (370, 5, 3, 0, 0, 0, 0, 0, 204, 226); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (371, 5, 3, 0, 0, 0, 0, 0, 205, 227); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (374, 5, 3, 5, 0, 0, 0, 0, 206, 230); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (375, 5, 3, 6, 0, 0, 0, 0, 206, 231); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (376, 5, 3, 7, 0, 0, 0, 0, 206, 232); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (377, 5, 3, 8, 0, 0, 0, 0, 206, 233); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (378, 5, 3, 9, 0, 0, 0, 0, 206, 234); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (379, 5, 3, 10, 0, 0, 0, 0, 206, 235); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (380, 5, 3, 11, 0, 0, 0, 0, 206, 236); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (386, 5, 3, 5, 0, 0, 0, 0, 207, 215); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (387, 5, 3, 6, 0, 0, 0, 0, 207, 216); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (388, 5, 3, 7, 0, 0, 0, 0, 207, 217); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (389, 5, 3, 8, 0, 0, 0, 0, 207, 218); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (390, 5, 3, 9, 0, 0, 0, 0, 207, 219); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (391, 5, 3, 10, 0, 0, 0, 0, 207, 220); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (392, 5, 3, 11, 0, 0, 0, 0, 207, 221); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (396, 5, 3, 0, 0, 0, 0, 0, 208, 226); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (397, 5, 3, 0, 0, 0, 0, 0, 209, 240); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (398, 5, 3, 0, 0, 0, 0, 0, 210, 241); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (399, 5, 3, 0, 0, 0, 0, 0, 211, 242); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (400, 5, 3, 0, 0, 0, 0, 0, 212, 243); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (401, 5, 3, 0, 0, 0, 0, 0, 213, 244); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (402, 5, 3, 0, 0, 0, 0, 0, 214, 245); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (403, 5, 3, 0, 0, 0, 0, 0, 215, 246); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (404, 5, 3, 0, 0, 0, 0, 0, 216, 247); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (407, 5, 3, 5, 0, 0, 0, 0, 217, 215); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (408, 5, 3, 6, 0, 0, 0, 0, 217, 216); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (409, 5, 3, 7, 0, 0, 0, 0, 217, 217); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (410, 5, 3, 8, 0, 0, 0, 0, 217, 218); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (411, 5, 3, 9, 0, 0, 0, 0, 217, 219); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (412, 5, 3, 10, 0, 0, 0, 0, 217, 220); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (413, 5, 3, 11, 0, 0, 0, 0, 217, 221); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (417, 5, 3, 0, 0, 0, 0, 0, 218, 248); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (418, 5, 3, 0, 0, 0, 0, 0, 219, 249); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (419, 5, 3, 0, 0, 0, 0, 0, 220, 250); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (420, 5, 3, 0, 0, 0, 0, 0, 221, 251); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (421, 5, 3, 0, 0, 0, 0, 0, 222, 226); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (422, 5, 3, 0, 0, 0, 0, 0, 223, 252); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (425, 5, 3, 5, 0, 0, 0, 0, 224, 215); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (426, 5, 3, 6, 0, 0, 0, 0, 224, 216); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (427, 5, 3, 7, 0, 0, 0, 0, 224, 217); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (428, 5, 3, 8, 0, 0, 0, 0, 224, 218); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (429, 5, 3, 9, 0, 0, 0, 0, 224, 219); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (430, 5, 3, 10, 0, 0, 0, 0, 224, 220); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (431, 5, 3, 11, 0, 0, 0, 0, 224, 221); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (435, 5, 3, 0, 0, 0, 0, 0, 225, 253); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (436, 5, 3, 0, 0, 0, 0, 0, 226, 254); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (437, 5, 3, 0, 0, 0, 0, 0, 227, 255); INSERT INTO champions_news_title (id, round_id, win_percent_type, resource_id, race_track_id, ground, distance, weather, title, sub_title) VALUES (438, 5, 3, 0, 0, 0, 0, 0, 228, 256); -- Table: champions_news_trainer_detail CREATE TABLE 'champions_news_trainer_detail' ('id' INTEGER NOT NULL, 'trainer_text_group' INTEGER NOT NULL, 'text_number' INTEGER NOT NULL, 'resource_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (100, 1, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (101, 1, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (200, 1, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (201, 1, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (300, 1, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (301, 1, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (302, 1, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (1000, 10, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (1001, 10, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (1100, 10, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (1101, 10, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (1102, 10, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (1103, 10, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (1200, 10, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (1201, 10, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (2000, 20, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (2001, 20, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (2100, 20, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (2101, 20, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (2200, 20, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (2201, 20, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (2202, 20, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (3000, 30, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (3001, 30, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (3100, 30, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (3101, 30, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (3200, 30, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (3201, 30, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (4000, 40, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (4001, 40, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (4100, 40, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (4101, 40, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (4200, 40, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (4201, 40, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (5000, 50, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (5001, 50, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (5100, 50, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (5101, 50, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (5200, 50, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (5201, 50, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (5202, 50, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (6000, 60, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (6001, 60, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (6100, 60, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (6101, 60, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (6200, 60, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (6201, 60, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7000, 70, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7001, 70, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7002, 70, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7100, 70, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7101, 70, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7102, 70, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7200, 70, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7201, 70, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (7202, 70, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10000, 100, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10001, 100, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10002, 100, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10003, 100, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10100, 100, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10101, 100, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10102, 100, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10103, 100, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10200, 100, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10201, 100, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10202, 100, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10203, 100, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (10204, 100, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11000, 110, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11001, 110, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11002, 110, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11100, 110, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11101, 110, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11102, 110, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11200, 110, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11201, 110, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (11202, 110, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12000, 120, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12001, 120, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12002, 120, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12100, 120, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12101, 120, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12102, 120, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12200, 120, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12201, 120, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (12202, 120, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13000, 130, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13001, 130, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13002, 130, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13100, 130, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13101, 130, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13102, 130, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13200, 130, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13201, 130, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (13202, 130, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14000, 140, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14001, 140, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14002, 140, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14100, 140, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14101, 140, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14102, 140, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14200, 140, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14201, 140, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (14202, 140, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15000, 150, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15001, 150, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15002, 150, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15100, 150, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15101, 150, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15102, 150, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15200, 150, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15201, 150, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (15202, 150, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (100000, 1000, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (100001, 1000, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (100100, 1000, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (100101, 1000, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (100200, 1000, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (100201, 1000, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (110000, 1100, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (110001, 1100, 1, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (110100, 1100, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (110101, 1100, 2, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (110200, 1100, 3, 0); INSERT INTO champions_news_trainer_detail (id, trainer_text_group, text_number, resource_id) VALUES (110201, 1100, 3, 0); -- Table: champions_news_trainer_wininfo CREATE TABLE 'champions_news_trainer_wininfo' ('id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'race_count_type' INTEGER NOT NULL, 'win_min' INTEGER NOT NULL, 'win_max' INTEGER NOT NULL, 'trainer_text_group' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (1, 1, 1, 0, 10000, 1); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (2, 1, 2, 0, 0, 10); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (3, 1, 2, 1, 2500, 20); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (4, 1, 2, 2501, 4999, 30); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (5, 1, 2, 5000, 6599, 40); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (6, 1, 2, 6600, 7499, 50); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (7, 1, 2, 7500, 9999, 60); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (8, 1, 2, 10000, 10000, 70); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (9, 1, 3, 0, 1999, 100); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (10, 1, 3, 2000, 3999, 110); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (11, 1, 3, 4000, 5999, 120); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (12, 1, 3, 6000, 7999, 130); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (13, 1, 3, 8000, 9999, 140); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (14, 1, 3, 10000, 10000, 150); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (15, 2, 1, 0, 10000, 1); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (16, 2, 2, 0, 0, 10); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (17, 2, 2, 1, 2500, 20); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (18, 2, 2, 2501, 4999, 30); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (19, 2, 2, 5000, 6599, 40); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (20, 2, 2, 6600, 7499, 50); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (21, 2, 2, 7500, 9999, 60); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (22, 2, 2, 10000, 10000, 70); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (23, 2, 3, 0, 1999, 100); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (24, 2, 3, 2000, 3999, 110); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (25, 2, 3, 4000, 5999, 120); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (26, 2, 3, 6000, 7999, 130); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (27, 2, 3, 8000, 9999, 140); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (28, 2, 3, 10000, 10000, 150); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (29, 3, 2, 0, 0, 10); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (30, 3, 2, 1, 2500, 20); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (31, 3, 2, 2501, 4999, 30); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (32, 3, 2, 5000, 6599, 40); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (33, 3, 2, 6600, 7499, 50); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (34, 3, 2, 7500, 9999, 60); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (35, 3, 2, 10000, 10000, 70); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (38, 3, 3, 0, 1999, 100); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (39, 3, 3, 2000, 3999, 110); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (40, 3, 3, 4000, 5999, 120); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (41, 3, 3, 6000, 7999, 130); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (42, 3, 3, 8000, 9999, 140); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (43, 3, 3, 10000, 10000, 150); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (44, 4, 4, 0, 4999, 1000); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (45, 4, 4, 5000, 10000, 1100); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (46, 5, 4, 0, 4999, 1000); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (47, 5, 4, 5000, 10000, 1100); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (48, 3, 1, 0, 10000, 1); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (49, 4, 1, 0, 10000, 1); INSERT INTO champions_news_trainer_wininfo (id, round_id, race_count_type, win_min, win_max, trainer_text_group) VALUES (50, 5, 1, 0, 10000, 1); -- Table: champions_news_win_comment CREATE TABLE 'champions_news_win_comment' ('id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'big_flag' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (1, 1, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (2, 1, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (3, 1, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (4, 1, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (5, 1, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (6, 1, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (7, 1, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (8, 1, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (9, 1, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (10, 1, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (11, 1, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (12, 1, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (13, 1, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (14, 1, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (15, 1, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (16, 1, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (17, 1, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (18, 1, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (19, 1, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (20, 1, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (21, 1, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (22, 1, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (23, 1, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (24, 1, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (25, 1, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (26, 1, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (27, 1, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (28, 1, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (29, 1, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (30, 1, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (31, 1, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (32, 1, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (33, 1, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (34, 1, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (35, 1, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (36, 1, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (37, 1, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (38, 1, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (39, 1, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (40, 1, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (41, 1, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (42, 1, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (43, 1, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (44, 1, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (45, 1, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (46, 1, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (47, 1, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (48, 1, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (49, 1, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (50, 1, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (51, 1, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (52, 1, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (53, 1, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (54, 1, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (55, 1, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (56, 1, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (59, 1, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (60, 1, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (63, 1, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (64, 1, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (65, 1, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (66, 1, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (69, 1, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (70, 1, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (73, 1, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (74, 1, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (75, 1, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (76, 1, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (77, 1, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (78, 1, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (79, 1, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (80, 1, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (81, 1, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (82, 1, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (89, 1, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (90, 1, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (91, 1, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (92, 1, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (95, 1, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (96, 1, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (99, 1, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (100, 1, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (103, 1, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (104, 1, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (111, 1, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (112, 1, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (115, 1, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (116, 1, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (117, 1, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (118, 1, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (119, 1, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (120, 1, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (121, 1, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (122, 1, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (123, 1, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (124, 1, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (133, 1, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (134, 1, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (135, 1, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (136, 1, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (137, 1, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (138, 1, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (141, 1, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (142, 1, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (147, 1, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (148, 1, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (153, 2, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (154, 2, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (155, 2, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (156, 2, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (157, 2, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (158, 2, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (159, 2, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (160, 2, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (161, 2, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (162, 2, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (163, 2, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (164, 2, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (165, 2, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (166, 2, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (167, 2, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (168, 2, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (169, 2, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (170, 2, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (171, 2, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (172, 2, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (173, 2, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (174, 2, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (175, 2, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (176, 2, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (177, 2, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (178, 2, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (179, 2, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (180, 2, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (181, 2, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (182, 2, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (183, 2, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (184, 2, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (185, 2, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (186, 2, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (187, 2, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (188, 2, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (189, 2, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (190, 2, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (191, 2, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (192, 2, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (193, 2, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (194, 2, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (195, 2, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (196, 2, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (197, 2, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (198, 2, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (199, 2, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (200, 2, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (201, 2, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (202, 2, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (203, 2, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (204, 2, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (205, 2, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (206, 2, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (207, 2, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (208, 2, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (209, 2, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (210, 2, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (211, 2, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (212, 2, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (213, 2, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (214, 2, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (215, 2, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (216, 2, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (217, 2, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (218, 2, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (219, 2, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (220, 2, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (221, 2, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (222, 2, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (223, 2, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (224, 2, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (225, 2, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (226, 2, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (227, 2, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (228, 2, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (229, 2, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (230, 2, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (231, 2, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (232, 2, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (233, 2, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (234, 2, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (235, 2, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (236, 2, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (240, 2, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (241, 2, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (242, 2, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (246, 2, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (247, 2, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (248, 2, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (249, 2, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (250, 2, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (251, 2, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (255, 2, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (256, 2, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (257, 2, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (261, 2, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (262, 2, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (263, 2, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (264, 2, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (265, 2, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (266, 2, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (267, 2, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (268, 2, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (269, 2, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (270, 2, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (271, 2, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (272, 2, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (273, 2, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (274, 2, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (275, 2, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (285, 2, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (286, 2, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (287, 2, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (288, 2, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (289, 2, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (290, 2, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (294, 2, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (295, 2, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (296, 2, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (300, 2, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (301, 2, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (302, 2, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (306, 2, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (307, 2, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (308, 2, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (318, 2, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (319, 2, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (320, 2, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (324, 2, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (325, 2, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (326, 2, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (327, 2, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (328, 2, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (329, 2, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (330, 2, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (331, 2, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (332, 2, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (333, 2, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (334, 2, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (335, 2, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (336, 2, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (337, 2, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (338, 2, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (351, 2, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (352, 2, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (353, 2, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (354, 2, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (355, 2, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (356, 2, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (357, 2, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (358, 2, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (359, 2, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (363, 2, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (364, 2, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (365, 2, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (372, 2, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (373, 2, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (374, 2, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (381, 3, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (382, 3, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (383, 3, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (384, 3, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (385, 3, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (386, 3, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (387, 3, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (388, 3, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (389, 3, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (390, 3, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (391, 3, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (392, 3, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (393, 3, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (394, 3, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (395, 3, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (396, 3, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (397, 3, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (398, 3, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (399, 3, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (400, 3, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (401, 3, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (402, 3, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (403, 3, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (404, 3, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (405, 3, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (406, 3, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (407, 3, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (408, 3, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (409, 3, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (410, 3, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (411, 3, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (412, 3, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (413, 3, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (414, 3, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (415, 3, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (416, 3, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (417, 3, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (418, 3, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (419, 3, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (420, 3, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (421, 3, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (422, 3, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (423, 3, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (424, 3, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (425, 3, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (426, 3, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (427, 3, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (428, 3, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (429, 3, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (430, 3, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (431, 3, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (432, 3, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (433, 3, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (434, 3, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (435, 3, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (436, 3, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (437, 3, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (438, 3, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (439, 3, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (440, 3, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (441, 3, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (442, 3, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (443, 3, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (444, 3, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (445, 3, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (446, 3, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (447, 3, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (448, 3, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (449, 3, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (450, 3, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (451, 3, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (452, 3, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (453, 3, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (454, 3, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (455, 3, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (456, 3, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (457, 3, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (458, 3, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (459, 3, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (460, 3, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (461, 3, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (462, 3, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (463, 3, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (464, 3, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (468, 3, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (469, 3, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (470, 3, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (474, 3, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (475, 3, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (476, 3, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (477, 3, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (478, 3, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (479, 3, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (483, 3, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (484, 3, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (485, 3, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (489, 3, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (490, 3, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (491, 3, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (492, 3, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (493, 3, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (494, 3, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (495, 3, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (496, 3, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (497, 3, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (498, 3, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (499, 3, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (500, 3, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (501, 3, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (502, 3, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (503, 3, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (513, 3, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (514, 3, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (515, 3, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (516, 3, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (517, 3, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (518, 3, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (522, 3, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (523, 3, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (524, 3, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (528, 3, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (529, 3, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (530, 3, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (534, 3, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (535, 3, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (536, 3, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (546, 3, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (547, 3, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (548, 3, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (552, 3, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (553, 3, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (554, 3, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (555, 3, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (556, 3, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (557, 3, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (558, 3, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (559, 3, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (560, 3, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (561, 3, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (562, 3, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (563, 3, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (564, 3, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (565, 3, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (566, 3, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (579, 3, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (580, 3, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (581, 3, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (582, 3, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (583, 3, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (584, 3, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (585, 3, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (586, 3, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (587, 3, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (591, 3, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (592, 3, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (593, 3, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (600, 3, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (601, 3, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (602, 3, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (609, 4, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (610, 4, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (611, 4, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (612, 4, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (613, 4, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (614, 4, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (615, 4, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (616, 4, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (617, 4, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (618, 4, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (619, 4, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (620, 4, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (621, 4, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (622, 4, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (623, 4, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (624, 4, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (625, 4, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (626, 4, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (627, 4, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (628, 4, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (629, 4, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (630, 4, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (631, 4, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (632, 4, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (633, 4, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (634, 4, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (635, 4, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (636, 4, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (637, 4, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (638, 4, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (639, 4, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (640, 4, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (641, 4, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (642, 4, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (643, 4, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (644, 4, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (645, 4, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (646, 4, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (647, 4, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (648, 4, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (649, 4, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (650, 4, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (651, 4, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (652, 4, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (653, 4, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (654, 4, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (655, 4, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (656, 4, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (657, 4, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (658, 4, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (659, 4, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (660, 4, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (661, 4, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (662, 4, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (663, 4, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (664, 4, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (667, 4, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (668, 4, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (671, 4, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (672, 4, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (673, 4, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (674, 4, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (677, 4, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (678, 4, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (681, 4, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (682, 4, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (683, 4, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (684, 4, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (685, 4, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (686, 4, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (687, 4, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (688, 4, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (689, 4, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (690, 4, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (697, 4, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (698, 4, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (699, 4, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (700, 4, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (703, 4, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (704, 4, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (707, 4, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (708, 4, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (711, 4, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (712, 4, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (719, 4, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (720, 4, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (723, 4, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (724, 4, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (725, 4, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (726, 4, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (727, 4, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (728, 4, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (729, 4, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (730, 4, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (731, 4, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (732, 4, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (741, 4, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (742, 4, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (743, 4, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (744, 4, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (745, 4, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (746, 4, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (749, 4, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (750, 4, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (755, 4, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (756, 4, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (761, 5, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (762, 5, 1001, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (763, 5, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (764, 5, 1002, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (765, 5, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (766, 5, 1003, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (767, 5, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (768, 5, 1004, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (769, 5, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (770, 5, 1005, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (771, 5, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (772, 5, 1006, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (773, 5, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (774, 5, 1007, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (775, 5, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (776, 5, 1008, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (777, 5, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (778, 5, 1009, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (779, 5, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (780, 5, 1010, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (781, 5, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (782, 5, 1011, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (783, 5, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (784, 5, 1012, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (785, 5, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (786, 5, 1013, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (787, 5, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (788, 5, 1014, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (789, 5, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (790, 5, 1015, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (791, 5, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (792, 5, 1016, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (793, 5, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (794, 5, 1017, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (795, 5, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (796, 5, 1018, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (797, 5, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (798, 5, 1019, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (799, 5, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (800, 5, 1020, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (801, 5, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (802, 5, 1021, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (803, 5, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (804, 5, 1022, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (805, 5, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (806, 5, 1023, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (807, 5, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (808, 5, 1024, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (809, 5, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (810, 5, 1025, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (811, 5, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (812, 5, 1026, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (813, 5, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (814, 5, 1027, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (815, 5, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (816, 5, 1028, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (819, 5, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (820, 5, 1030, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (823, 5, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (824, 5, 1032, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (825, 5, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (826, 5, 1033, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (829, 5, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (830, 5, 1035, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (833, 5, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (834, 5, 1037, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (835, 5, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (836, 5, 1038, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (837, 5, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (838, 5, 1039, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (839, 5, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (840, 5, 1040, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (841, 5, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (842, 5, 1041, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (849, 5, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (850, 5, 1045, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (851, 5, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (852, 5, 1046, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (855, 5, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (856, 5, 1048, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (859, 5, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (860, 5, 1050, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (863, 5, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (864, 5, 1052, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (871, 5, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (872, 5, 1056, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (875, 5, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (876, 5, 1058, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (877, 5, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (878, 5, 1059, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (879, 5, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (880, 5, 1060, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (881, 5, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (882, 5, 1061, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (883, 5, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (884, 5, 1062, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (893, 5, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (894, 5, 1067, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (895, 5, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (896, 5, 1068, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (897, 5, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (898, 5, 1069, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (901, 5, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (902, 5, 1071, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (907, 5, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (908, 5, 1074, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (913, 1, 0, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (914, 2, 0, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (915, 3, 0, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (916, 4, 0, 0); INSERT INTO champions_news_win_comment (id, round_id, chara_id, big_flag) VALUES (917, 5, 0, 0); -- Table: champions_news_win_title CREATE TABLE 'champions_news_win_title' ('id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'win_percent_type' INTEGER NOT NULL, 'resource_id' INTEGER NOT NULL, 'bashin_min' INTEGER NOT NULL, 'bashin_max' INTEGER NOT NULL, 'running_style' INTEGER NOT NULL, 'race_track_id' INTEGER NOT NULL, 'ground' INTEGER NOT NULL, 'distance' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'sub_title' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (1, 1, 0, 1, 0, 5, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (2, 1, 0, 1, 9, 9, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (3, 1, 0, 1, 11, 11, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (4, 1, 0, 1, 13, 20, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (5, 1, 0, 2, 0, 5, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (6, 1, 0, 2, 9, 9, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (7, 1, 0, 2, 11, 11, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (8, 1, 0, 2, 13, 20, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (9, 1, 0, 3, 0, 5, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (10, 1, 0, 3, 9, 9, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (11, 1, 0, 3, 11, 11, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (12, 1, 0, 3, 13, 20, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (13, 1, 0, 4, 0, 5, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (14, 1, 0, 4, 9, 9, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (15, 1, 0, 4, 11, 11, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (16, 1, 0, 4, 13, 20, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (17, 1, 0, 5, 0, 5, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (18, 1, 0, 5, 9, 9, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (19, 1, 0, 5, 11, 11, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (20, 1, 0, 5, 13, 20, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (21, 1, 0, 6, 0, 5, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (22, 1, 0, 6, 9, 9, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (23, 1, 0, 6, 11, 11, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (24, 1, 0, 6, 13, 20, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (25, 1, 0, 7, 0, 5, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (26, 1, 0, 7, 9, 9, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (27, 1, 0, 7, 11, 11, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (28, 1, 0, 7, 13, 20, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (29, 1, 0, 8, 0, 5, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (30, 1, 0, 8, 9, 9, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (31, 1, 0, 8, 11, 11, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (32, 1, 0, 8, 13, 20, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (33, 1, 0, 9, 0, 5, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (34, 1, 0, 9, 9, 9, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (35, 1, 0, 9, 11, 11, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (36, 1, 0, 9, 13, 20, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (37, 1, 0, 10, 0, 5, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (38, 1, 0, 10, 9, 9, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (39, 1, 0, 10, 11, 11, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (40, 1, 0, 10, 13, 20, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (41, 1, 0, 11, 0, 5, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (42, 1, 0, 11, 9, 9, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (43, 1, 0, 11, 11, 11, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (44, 1, 0, 11, 13, 20, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (45, 1, 0, 12, 0, 5, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (46, 1, 0, 12, 9, 9, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (47, 1, 0, 12, 11, 11, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (48, 1, 0, 12, 13, 20, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (49, 1, 0, 1, 0, 20, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (50, 1, 0, 2, 0, 20, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (51, 1, 0, 3, 0, 20, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (52, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (53, 1, 0, 5, 0, 20, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (54, 1, 0, 6, 0, 20, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (55, 1, 0, 7, 0, 20, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (56, 1, 0, 8, 0, 20, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (57, 1, 0, 9, 0, 20, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (58, 1, 0, 10, 0, 20, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (59, 1, 0, 11, 0, 20, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (60, 1, 0, 12, 0, 20, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (61, 1, 0, 1, 0, 20, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (62, 1, 0, 2, 0, 20, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (63, 1, 0, 3, 0, 20, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (64, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (65, 1, 0, 5, 0, 20, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (66, 1, 0, 6, 0, 20, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (67, 1, 0, 7, 0, 20, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (68, 1, 0, 8, 0, 20, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (69, 1, 0, 9, 0, 20, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (70, 1, 0, 10, 0, 20, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (71, 1, 0, 11, 0, 20, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (72, 1, 0, 12, 0, 20, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (73, 1, 0, 1, 0, 20, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (74, 1, 0, 2, 0, 20, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (75, 1, 0, 3, 0, 20, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (76, 1, 0, 4, 0, 20, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (77, 1, 0, 5, 0, 20, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (78, 1, 0, 6, 0, 20, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (79, 1, 0, 7, 0, 20, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (80, 1, 0, 8, 0, 20, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (81, 1, 0, 9, 0, 20, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (82, 1, 0, 10, 0, 20, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (83, 1, 0, 11, 0, 20, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (84, 1, 0, 12, 0, 20, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (85, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 300); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (86, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 301); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (87, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 302); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (88, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 303); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (89, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 304); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (90, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 305); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (91, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 306); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (92, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 307); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (93, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 308); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (94, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 309); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (95, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 310); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (96, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 311); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (97, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 312); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (98, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 313); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (99, 1, 0, 0, 0, 20, 0, 0, 0, 0, 0, 314); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (100, 1, 0, 1, 0, 5, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (101, 1, 0, 2, 0, 5, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (102, 1, 0, 3, 0, 5, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (103, 1, 0, 4, 0, 5, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (104, 1, 0, 5, 0, 5, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (105, 1, 0, 6, 0, 5, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (106, 1, 0, 7, 0, 5, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (107, 1, 0, 8, 0, 5, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (108, 1, 0, 9, 0, 5, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (109, 1, 0, 10, 0, 5, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (110, 1, 0, 11, 0, 5, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (111, 1, 0, 12, 0, 5, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (112, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 315); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (113, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 316); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (114, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 317); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (115, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 318); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (116, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 319); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (117, 1, 0, 0, 11, 20, 0, 0, 0, 0, 0, 320); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (118, 1, 0, 0, 11, 20, 0, 0, 0, 0, 0, 321); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (119, 1, 0, 0, 11, 20, 0, 0, 0, 0, 0, 322); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (120, 1, 0, 0, 11, 20, 0, 0, 0, 0, 0, 323); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (121, 1, 0, 0, 11, 20, 0, 0, 0, 0, 0, 324); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (122, 1, 0, 0, 14, 20, 0, 0, 0, 0, 0, 325); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (123, 1, 0, 0, 14, 20, 0, 0, 0, 0, 0, 326); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (124, 1, 0, 0, 14, 20, 0, 0, 0, 0, 0, 327); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (125, 1, 0, 0, 14, 20, 0, 0, 0, 0, 0, 328); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (126, 1, 0, 0, 14, 20, 0, 0, 0, 0, 0, 329); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (127, 1, 1, 1, 0, 20, 0, 0, 0, 0, 0, 27); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (128, 1, 1, 2, 0, 20, 0, 0, 0, 0, 0, 29); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (129, 1, 1, 3, 0, 20, 0, 0, 0, 0, 0, 7); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (130, 1, 1, 4, 0, 20, 0, 0, 0, 0, 0, 9); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (131, 1, 1, 5, 0, 20, 0, 0, 0, 0, 0, 11); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (132, 1, 1, 6, 0, 20, 0, 0, 0, 0, 0, 13); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (133, 1, 1, 7, 0, 20, 0, 0, 0, 0, 0, 15); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (134, 1, 1, 8, 0, 20, 0, 0, 0, 0, 0, 17); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (135, 1, 1, 9, 0, 20, 0, 0, 0, 0, 0, 19); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (136, 1, 1, 10, 0, 20, 0, 0, 0, 0, 0, 21); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (137, 1, 1, 11, 0, 20, 0, 0, 0, 0, 0, 23); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (138, 1, 1, 12, 0, 20, 0, 0, 0, 0, 0, 25); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (139, 1, 1, 0, 0, 20, 0, 0, 0, 0, 0, 330); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (140, 1, 1, 0, 0, 20, 0, 0, 0, 0, 0, 331); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (141, 1, 1, 0, 0, 20, 0, 0, 0, 0, 0, 332); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (142, 1, 1, 0, 0, 20, 0, 0, 0, 0, 0, 333); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (143, 1, 1, 0, 0, 20, 0, 0, 0, 0, 0, 334); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (144, 1, 1, 0, 0, 20, 0, 0, 0, 0, 0, 335); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (145, 1, 1, 0, 0, 20, 0, 0, 0, 0, 0, 336); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (146, 2, 0, 1, 0, 5, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (147, 2, 0, 1, 9, 9, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (148, 2, 0, 1, 11, 11, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (149, 2, 0, 1, 13, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (150, 2, 0, 2, 0, 5, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (151, 2, 0, 2, 9, 9, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (152, 2, 0, 2, 11, 11, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (153, 2, 0, 2, 13, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (154, 2, 0, 3, 0, 5, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (155, 2, 0, 3, 9, 9, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (156, 2, 0, 3, 11, 11, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (157, 2, 0, 3, 13, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (158, 2, 0, 4, 0, 5, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (159, 2, 0, 4, 9, 9, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (160, 2, 0, 4, 11, 11, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (161, 2, 0, 4, 13, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (162, 2, 0, 5, 0, 5, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (163, 2, 0, 5, 9, 9, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (164, 2, 0, 5, 11, 11, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (165, 2, 0, 5, 13, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (166, 2, 0, 6, 0, 5, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (167, 2, 0, 6, 9, 9, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (168, 2, 0, 6, 11, 11, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (169, 2, 0, 6, 13, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (170, 2, 0, 7, 0, 5, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (171, 2, 0, 7, 9, 9, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (172, 2, 0, 7, 11, 11, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (173, 2, 0, 7, 13, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (174, 2, 0, 8, 0, 5, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (175, 2, 0, 8, 9, 9, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (176, 2, 0, 8, 11, 11, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (177, 2, 0, 8, 13, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (178, 2, 0, 9, 0, 5, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (179, 2, 0, 9, 9, 9, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (180, 2, 0, 9, 11, 11, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (181, 2, 0, 9, 13, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (182, 2, 0, 10, 0, 5, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (183, 2, 0, 10, 9, 9, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (184, 2, 0, 10, 11, 11, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (185, 2, 0, 10, 13, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (186, 2, 0, 11, 0, 5, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (187, 2, 0, 11, 9, 9, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (188, 2, 0, 11, 11, 11, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (189, 2, 0, 11, 13, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (190, 2, 0, 12, 0, 5, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (191, 2, 0, 12, 9, 9, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (192, 2, 0, 12, 11, 11, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (193, 2, 0, 12, 13, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (194, 2, 0, 1, 0, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (195, 2, 0, 2, 0, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (196, 2, 0, 3, 0, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (197, 2, 0, 4, 0, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (198, 2, 0, 5, 0, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (199, 2, 0, 6, 0, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (200, 2, 0, 7, 0, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (201, 2, 0, 8, 0, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (202, 2, 0, 9, 0, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (203, 2, 0, 10, 0, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (204, 2, 0, 11, 0, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (205, 2, 0, 12, 0, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (206, 2, 0, 1, 0, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (207, 2, 0, 2, 0, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (208, 2, 0, 3, 0, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (209, 2, 0, 4, 0, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (210, 2, 0, 5, 0, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (211, 2, 0, 6, 0, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (212, 2, 0, 7, 0, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (213, 2, 0, 8, 0, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (214, 2, 0, 9, 0, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (215, 2, 0, 10, 0, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (216, 2, 0, 11, 0, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (217, 2, 0, 12, 0, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (218, 2, 0, 1, 0, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (219, 2, 0, 2, 0, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (220, 2, 0, 3, 0, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (221, 2, 0, 4, 0, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (222, 2, 0, 5, 0, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (223, 2, 0, 6, 0, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (224, 2, 0, 7, 0, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (225, 2, 0, 8, 0, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (226, 2, 0, 9, 0, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (227, 2, 0, 10, 0, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (228, 2, 0, 11, 0, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (229, 2, 0, 12, 0, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (230, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 300); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (231, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 301); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (232, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 302); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (233, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 303); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (234, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 304); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (235, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 305); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (236, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 306); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (237, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 307); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (238, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 308); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (239, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 309); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (240, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 310); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (241, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 311); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (242, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 312); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (243, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 313); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (244, 2, 0, 0, 0, 20, 0, 0, 0, 0, 0, 314); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (245, 2, 0, 1, 0, 5, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (246, 2, 0, 2, 0, 5, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (247, 2, 0, 3, 0, 5, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (248, 2, 0, 4, 0, 5, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (249, 2, 0, 5, 0, 5, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (250, 2, 0, 6, 0, 5, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (251, 2, 0, 7, 0, 5, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (252, 2, 0, 8, 0, 5, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (253, 2, 0, 9, 0, 5, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (254, 2, 0, 10, 0, 5, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (255, 2, 0, 11, 0, 5, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (256, 2, 0, 12, 0, 5, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (257, 2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 315); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (258, 2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 316); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (259, 2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 317); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (260, 2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 318); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (261, 2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 319); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (262, 2, 0, 0, 11, 20, 0, 0, 0, 0, 0, 320); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (263, 2, 0, 0, 11, 20, 0, 0, 0, 0, 0, 321); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (264, 2, 0, 0, 11, 20, 0, 0, 0, 0, 0, 322); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (265, 2, 0, 0, 11, 20, 0, 0, 0, 0, 0, 323); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (266, 2, 0, 0, 11, 20, 0, 0, 0, 0, 0, 324); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (267, 2, 0, 0, 14, 20, 0, 0, 0, 0, 0, 325); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (268, 2, 0, 0, 14, 20, 0, 0, 0, 0, 0, 326); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (269, 2, 0, 0, 14, 20, 0, 0, 0, 0, 0, 327); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (270, 2, 0, 0, 14, 20, 0, 0, 0, 0, 0, 328); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (271, 2, 0, 0, 14, 20, 0, 0, 0, 0, 0, 329); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (272, 2, 1, 1, 0, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (273, 2, 1, 2, 0, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (274, 2, 1, 3, 0, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (275, 2, 1, 4, 0, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (276, 2, 1, 5, 0, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (277, 2, 1, 6, 0, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (278, 2, 1, 7, 0, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (279, 2, 1, 8, 0, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (280, 2, 1, 9, 0, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (281, 2, 1, 10, 0, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (282, 2, 1, 11, 0, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (283, 2, 1, 12, 0, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (284, 2, 1, 0, 0, 20, 0, 0, 0, 0, 0, 330); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (285, 2, 1, 0, 0, 20, 0, 0, 0, 0, 0, 331); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (286, 2, 1, 0, 0, 20, 0, 0, 0, 0, 0, 332); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (287, 2, 1, 0, 0, 20, 0, 0, 0, 0, 0, 333); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (288, 2, 1, 0, 0, 20, 0, 0, 0, 0, 0, 334); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (289, 2, 1, 0, 0, 20, 0, 0, 0, 0, 0, 335); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (290, 2, 1, 0, 0, 20, 0, 0, 0, 0, 0, 336); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (291, 3, 0, 1, 0, 5, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (292, 3, 0, 1, 9, 9, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (293, 3, 0, 1, 11, 11, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (294, 3, 0, 1, 13, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (295, 3, 0, 2, 0, 5, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (296, 3, 0, 2, 9, 9, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (297, 3, 0, 2, 11, 11, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (298, 3, 0, 2, 13, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (299, 3, 0, 3, 0, 5, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (300, 3, 0, 3, 9, 9, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (301, 3, 0, 3, 11, 11, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (302, 3, 0, 3, 13, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (303, 3, 0, 4, 0, 5, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (304, 3, 0, 4, 9, 9, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (305, 3, 0, 4, 11, 11, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (306, 3, 0, 4, 13, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (307, 3, 0, 5, 0, 5, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (308, 3, 0, 5, 9, 9, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (309, 3, 0, 5, 11, 11, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (310, 3, 0, 5, 13, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (311, 3, 0, 6, 0, 5, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (312, 3, 0, 6, 9, 9, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (313, 3, 0, 6, 11, 11, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (314, 3, 0, 6, 13, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (315, 3, 0, 7, 0, 5, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (316, 3, 0, 7, 9, 9, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (317, 3, 0, 7, 11, 11, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (318, 3, 0, 7, 13, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (319, 3, 0, 8, 0, 5, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (320, 3, 0, 8, 9, 9, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (321, 3, 0, 8, 11, 11, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (322, 3, 0, 8, 13, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (323, 3, 0, 9, 0, 5, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (324, 3, 0, 9, 9, 9, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (325, 3, 0, 9, 11, 11, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (326, 3, 0, 9, 13, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (327, 3, 0, 10, 0, 5, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (328, 3, 0, 10, 9, 9, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (329, 3, 0, 10, 11, 11, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (330, 3, 0, 10, 13, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (331, 3, 0, 11, 0, 5, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (332, 3, 0, 11, 9, 9, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (333, 3, 0, 11, 11, 11, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (334, 3, 0, 11, 13, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (335, 3, 0, 12, 0, 5, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (336, 3, 0, 12, 9, 9, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (337, 3, 0, 12, 11, 11, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (338, 3, 0, 12, 13, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (339, 3, 0, 1, 0, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (340, 3, 0, 2, 0, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (341, 3, 0, 3, 0, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (342, 3, 0, 4, 0, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (343, 3, 0, 5, 0, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (344, 3, 0, 6, 0, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (345, 3, 0, 7, 0, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (346, 3, 0, 8, 0, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (347, 3, 0, 9, 0, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (348, 3, 0, 10, 0, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (349, 3, 0, 11, 0, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (350, 3, 0, 12, 0, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (351, 3, 0, 1, 0, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (352, 3, 0, 2, 0, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (353, 3, 0, 3, 0, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (354, 3, 0, 4, 0, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (355, 3, 0, 5, 0, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (356, 3, 0, 6, 0, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (357, 3, 0, 7, 0, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (358, 3, 0, 8, 0, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (359, 3, 0, 9, 0, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (360, 3, 0, 10, 0, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (361, 3, 0, 11, 0, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (362, 3, 0, 12, 0, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (363, 3, 0, 1, 0, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (364, 3, 0, 2, 0, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (365, 3, 0, 3, 0, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (366, 3, 0, 4, 0, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (367, 3, 0, 5, 0, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (368, 3, 0, 6, 0, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (369, 3, 0, 7, 0, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (370, 3, 0, 8, 0, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (371, 3, 0, 9, 0, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (372, 3, 0, 10, 0, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (373, 3, 0, 11, 0, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (374, 3, 0, 12, 0, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (375, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 300); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (376, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 301); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (377, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 302); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (378, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 303); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (379, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 304); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (380, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 305); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (381, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 306); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (382, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 307); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (383, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 308); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (384, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 309); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (385, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 310); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (386, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 311); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (387, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 312); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (388, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 313); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (389, 3, 0, 0, 0, 20, 0, 0, 0, 0, 0, 314); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (390, 3, 0, 1, 0, 5, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (391, 3, 0, 2, 0, 5, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (392, 3, 0, 3, 0, 5, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (393, 3, 0, 4, 0, 5, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (394, 3, 0, 5, 0, 5, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (395, 3, 0, 6, 0, 5, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (396, 3, 0, 7, 0, 5, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (397, 3, 0, 8, 0, 5, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (398, 3, 0, 9, 0, 5, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (399, 3, 0, 10, 0, 5, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (400, 3, 0, 11, 0, 5, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (401, 3, 0, 12, 0, 5, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (402, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 315); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (403, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 316); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (404, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 317); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (405, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 318); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (406, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 319); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (407, 3, 0, 0, 11, 20, 0, 0, 0, 0, 0, 320); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (408, 3, 0, 0, 11, 20, 0, 0, 0, 0, 0, 321); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (409, 3, 0, 0, 11, 20, 0, 0, 0, 0, 0, 322); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (410, 3, 0, 0, 11, 20, 0, 0, 0, 0, 0, 323); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (411, 3, 0, 0, 11, 20, 0, 0, 0, 0, 0, 324); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (412, 3, 0, 0, 14, 20, 0, 0, 0, 0, 0, 325); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (413, 3, 0, 0, 14, 20, 0, 0, 0, 0, 0, 326); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (414, 3, 0, 0, 14, 20, 0, 0, 0, 0, 0, 327); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (415, 3, 0, 0, 14, 20, 0, 0, 0, 0, 0, 328); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (416, 3, 0, 0, 14, 20, 0, 0, 0, 0, 0, 329); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (417, 3, 1, 1, 0, 20, 0, 0, 0, 0, 0, 28); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (418, 3, 1, 2, 0, 20, 0, 0, 0, 0, 0, 30); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (419, 3, 1, 3, 0, 20, 0, 0, 0, 0, 0, 8); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (420, 3, 1, 4, 0, 20, 0, 0, 0, 0, 0, 10); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (421, 3, 1, 5, 0, 20, 0, 0, 0, 0, 0, 12); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (422, 3, 1, 6, 0, 20, 0, 0, 0, 0, 0, 14); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (423, 3, 1, 7, 0, 20, 0, 0, 0, 0, 0, 16); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (424, 3, 1, 8, 0, 20, 0, 0, 0, 0, 0, 18); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (425, 3, 1, 9, 0, 20, 0, 0, 0, 0, 0, 20); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (426, 3, 1, 10, 0, 20, 0, 0, 0, 0, 0, 22); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (427, 3, 1, 11, 0, 20, 0, 0, 0, 0, 0, 24); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (428, 3, 1, 12, 0, 20, 0, 0, 0, 0, 0, 26); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (429, 3, 1, 0, 0, 20, 0, 0, 0, 0, 0, 330); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (430, 3, 1, 0, 0, 20, 0, 0, 0, 0, 0, 331); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (431, 3, 1, 0, 0, 20, 0, 0, 0, 0, 0, 332); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (432, 3, 1, 0, 0, 20, 0, 0, 0, 0, 0, 333); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (433, 3, 1, 0, 0, 20, 0, 0, 0, 0, 0, 334); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (434, 3, 1, 0, 0, 20, 0, 0, 0, 0, 0, 335); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (435, 3, 1, 0, 0, 20, 0, 0, 0, 0, 0, 336); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (436, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 400); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (437, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 401); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (438, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 402); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (439, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 403); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (440, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 404); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (441, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 405); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (442, 4, 0, 1, 0, 20, 0, 0, 0, 0, 0, 210); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (443, 4, 0, 2, 0, 20, 0, 0, 0, 0, 0, 211); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (444, 4, 0, 3, 0, 20, 0, 0, 0, 0, 0, 200); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (445, 4, 0, 4, 0, 20, 0, 0, 0, 0, 0, 201); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (446, 4, 0, 5, 0, 20, 0, 0, 0, 0, 0, 202); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (447, 4, 0, 6, 0, 20, 0, 0, 0, 0, 0, 203); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (448, 4, 0, 7, 0, 20, 0, 0, 0, 0, 0, 204); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (449, 4, 0, 8, 0, 20, 0, 0, 0, 0, 0, 205); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (450, 4, 0, 9, 0, 20, 0, 0, 0, 0, 0, 206); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (451, 4, 0, 10, 0, 20, 0, 0, 0, 0, 0, 207); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (452, 4, 0, 11, 0, 20, 0, 0, 0, 0, 0, 208); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (453, 4, 0, 12, 0, 20, 0, 0, 0, 0, 0, 209); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (454, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 406); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (455, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 407); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (456, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 408); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (457, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 409); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (458, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 410); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (459, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 411); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (460, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 412); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (461, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 413); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (462, 4, 0, 1, 0, 20, 0, 0, 0, 0, 0, 210); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (463, 4, 0, 2, 0, 20, 0, 0, 0, 0, 0, 211); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (464, 4, 0, 3, 0, 20, 0, 0, 0, 0, 0, 200); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (465, 4, 0, 4, 0, 20, 0, 0, 0, 0, 0, 201); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (466, 4, 0, 5, 0, 20, 0, 0, 0, 0, 0, 202); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (467, 4, 0, 6, 0, 20, 0, 0, 0, 0, 0, 203); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (468, 4, 0, 7, 0, 20, 0, 0, 0, 0, 0, 204); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (469, 4, 0, 8, 0, 20, 0, 0, 0, 0, 0, 205); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (470, 4, 0, 9, 0, 20, 0, 0, 0, 0, 0, 206); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (471, 4, 0, 10, 0, 20, 0, 0, 0, 0, 0, 207); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (472, 4, 0, 11, 0, 20, 0, 0, 0, 0, 0, 208); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (473, 4, 0, 12, 0, 20, 0, 0, 0, 0, 0, 209); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (474, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 414); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (475, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 415); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (476, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 416); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (477, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 417); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (478, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 418); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (479, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 419); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (480, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 420); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (481, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 421); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (482, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 422); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (483, 4, 0, 0, 0, 20, 0, 0, 0, 0, 0, 423); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (484, 4, 0, 0, 0, 20, 0, 0, 0, 1, 0, 424); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (485, 4, 0, 0, 0, 20, 0, 0, 0, 2, 0, 425); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (486, 4, 0, 0, 0, 20, 0, 0, 0, 3, 0, 426); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (487, 4, 0, 0, 0, 20, 0, 0, 0, 4, 0, 427); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (488, 4, 0, 0, 0, 20, 0, 0, 2, 0, 0, 428); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (489, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 400); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (490, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 401); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (491, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 402); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (492, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 403); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (493, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 404); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (494, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 405); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (495, 5, 0, 1, 0, 20, 0, 0, 0, 0, 0, 210); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (496, 5, 0, 2, 0, 20, 0, 0, 0, 0, 0, 211); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (497, 5, 0, 3, 0, 20, 0, 0, 0, 0, 0, 200); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (498, 5, 0, 4, 0, 20, 0, 0, 0, 0, 0, 201); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (499, 5, 0, 5, 0, 20, 0, 0, 0, 0, 0, 202); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (500, 5, 0, 6, 0, 20, 0, 0, 0, 0, 0, 203); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (501, 5, 0, 7, 0, 20, 0, 0, 0, 0, 0, 204); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (502, 5, 0, 8, 0, 20, 0, 0, 0, 0, 0, 205); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (503, 5, 0, 9, 0, 20, 0, 0, 0, 0, 0, 206); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (504, 5, 0, 10, 0, 20, 0, 0, 0, 0, 0, 207); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (505, 5, 0, 11, 0, 20, 0, 0, 0, 0, 0, 208); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (506, 5, 0, 12, 0, 20, 0, 0, 0, 0, 0, 209); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (507, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 406); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (508, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 407); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (509, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 408); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (510, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 409); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (511, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 410); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (512, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 411); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (513, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 412); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (514, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 413); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (515, 5, 0, 1, 0, 20, 0, 0, 0, 0, 0, 210); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (516, 5, 0, 2, 0, 20, 0, 0, 0, 0, 0, 211); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (517, 5, 0, 3, 0, 20, 0, 0, 0, 0, 0, 200); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (518, 5, 0, 4, 0, 20, 0, 0, 0, 0, 0, 201); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (519, 5, 0, 5, 0, 20, 0, 0, 0, 0, 0, 202); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (520, 5, 0, 6, 0, 20, 0, 0, 0, 0, 0, 203); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (521, 5, 0, 7, 0, 20, 0, 0, 0, 0, 0, 204); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (522, 5, 0, 8, 0, 20, 0, 0, 0, 0, 0, 205); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (523, 5, 0, 9, 0, 20, 0, 0, 0, 0, 0, 206); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (524, 5, 0, 10, 0, 20, 0, 0, 0, 0, 0, 207); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (525, 5, 0, 11, 0, 20, 0, 0, 0, 0, 0, 208); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (526, 5, 0, 12, 0, 20, 0, 0, 0, 0, 0, 209); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (527, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 414); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (528, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 415); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (529, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 416); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (530, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 417); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (531, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 418); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (532, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 419); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (533, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 420); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (534, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 421); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (535, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 422); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (536, 5, 0, 0, 0, 20, 0, 0, 0, 0, 0, 423); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (537, 5, 0, 0, 0, 20, 0, 0, 0, 1, 0, 424); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (538, 5, 0, 0, 0, 20, 0, 0, 0, 2, 0, 425); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (539, 5, 0, 0, 0, 20, 0, 0, 0, 3, 0, 426); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (540, 5, 0, 0, 0, 20, 0, 0, 0, 4, 0, 427); INSERT INTO champions_news_win_title (id, round_id, win_percent_type, resource_id, bashin_min, bashin_max, running_style, race_track_id, ground, distance, weather, sub_title) VALUES (541, 5, 0, 0, 0, 20, 0, 0, 2, 0, 0, 428); -- Table: champions_race_condition CREATE TABLE 'champions_race_condition' ('champions_id' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'race_condition_id' INTEGER NOT NULL, PRIMARY KEY('champions_id','round_id')); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (1, 0, 600005, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (1, 1, 600005, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (1, 2, 600005, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (1, 3, 600005, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (1, 4, 600017, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (1, 5, 600017, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (1, 6, 600017, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (2, 0, 600006, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (2, 1, 600006, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (2, 2, 600006, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (2, 3, 600006, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (2, 4, 600018, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (2, 5, 600018, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (2, 6, 600018, 1); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (3, 0, 600007, 8); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (3, 1, 600007, 8); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (3, 2, 600007, 8); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (3, 3, 600007, 8); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (3, 4, 600019, 8); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (3, 5, 600019, 8); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (3, 6, 600019, 8); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (4, 0, 600008, 7); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (4, 1, 600008, 7); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (4, 2, 600008, 7); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (4, 3, 600008, 7); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (4, 4, 600020, 7); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (4, 5, 600020, 7); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (4, 6, 600020, 7); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (5, 0, 600009, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (5, 1, 600009, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (5, 2, 600009, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (5, 3, 600009, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (5, 4, 600021, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (5, 5, 600021, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (5, 6, 600021, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (6, 0, 600010, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (6, 1, 600010, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (6, 2, 600010, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (6, 3, 600010, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (6, 4, 600022, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (6, 5, 600022, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (6, 6, 600022, 13); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (7, 0, 600011, 17); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (7, 1, 600011, 17); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (7, 2, 600011, 17); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (7, 3, 600011, 17); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (7, 4, 600023, 17); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (7, 5, 600023, 17); INSERT INTO champions_race_condition (champions_id, round_id, race_instance_id, race_condition_id) VALUES (7, 6, 600023, 17); -- Table: champions_reward_rate CREATE TABLE 'champions_reward_rate' ('id' INTEGER NOT NULL, 'champions_id' INTEGER NOT NULL, 'league_type' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'win_count' INTEGER NOT NULL, 'ranking' INTEGER NOT NULL, 'rate' INTEGER NOT NULL, 'reward_set_id' INTEGER NOT NULL, 'box_grade' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (1, 1, 1, 1, 0, 0, 10000, 101, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (2, 1, 1, 1, 1, 0, 10000, 102, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (3, 1, 1, 1, 2, 0, 10000, 103, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (4, 1, 1, 1, 3, 0, 10000, 104, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (5, 1, 1, 1, 4, 0, 10000, 105, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (6, 1, 1, 1, 5, 0, 10000, 106, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (7, 1, 1, 2, 0, 0, 10000, 107, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (8, 1, 1, 2, 1, 0, 10000, 108, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (9, 1, 1, 2, 2, 0, 10000, 109, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (10, 1, 1, 2, 3, 0, 10000, 110, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (11, 1, 1, 2, 4, 0, 10000, 111, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (12, 1, 1, 2, 5, 0, 10000, 112, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (13, 1, 1, 3, 0, 0, 10000, 113, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (14, 1, 1, 3, 1, 0, 10000, 114, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (15, 1, 1, 3, 2, 0, 10000, 115, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (16, 1, 1, 3, 3, 0, 10000, 116, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (17, 1, 1, 3, 4, 0, 10000, 117, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (18, 1, 1, 3, 5, 0, 10000, 118, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (19, 1, 1, 4, 0, 3, 10000, 119, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (20, 1, 1, 4, 0, 2, 10000, 120, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (21, 1, 1, 4, 0, 1, 10000, 121, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (22, 1, 1, 5, 0, 3, 10000, 122, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (23, 1, 1, 5, 0, 2, 10000, 123, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (24, 1, 1, 5, 0, 1, 10000, 124, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (25, 1, 2, 1, 0, 0, 10000, 151, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (26, 1, 2, 1, 1, 0, 10000, 152, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (27, 1, 2, 1, 2, 0, 10000, 153, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (28, 1, 2, 1, 3, 0, 10000, 154, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (29, 1, 2, 1, 4, 0, 10000, 155, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (30, 1, 2, 1, 5, 0, 10000, 156, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (31, 1, 2, 2, 0, 0, 10000, 157, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (32, 1, 2, 2, 1, 0, 10000, 158, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (33, 1, 2, 2, 2, 0, 10000, 159, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (34, 1, 2, 2, 3, 0, 10000, 160, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (35, 1, 2, 2, 4, 0, 10000, 161, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (36, 1, 2, 2, 5, 0, 10000, 162, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (37, 1, 2, 3, 0, 0, 10000, 163, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (38, 1, 2, 3, 1, 0, 10000, 164, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (39, 1, 2, 3, 2, 0, 10000, 165, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (40, 1, 2, 3, 3, 0, 10000, 166, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (41, 1, 2, 3, 4, 0, 10000, 167, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (42, 1, 2, 3, 5, 0, 10000, 168, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (43, 1, 2, 4, 0, 3, 10000, 169, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (44, 1, 2, 4, 0, 2, 10000, 170, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (45, 1, 2, 4, 0, 1, 10000, 171, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (46, 1, 2, 5, 0, 3, 10000, 172, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (47, 1, 2, 5, 0, 2, 10000, 173, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (48, 1, 2, 5, 0, 1, 10000, 174, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (49, 2, 1, 1, 0, 0, 10000, 201, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (50, 2, 1, 1, 1, 0, 10000, 202, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (51, 2, 1, 1, 2, 0, 10000, 203, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (52, 2, 1, 1, 3, 0, 10000, 204, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (53, 2, 1, 1, 4, 0, 10000, 205, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (54, 2, 1, 1, 5, 0, 10000, 206, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (55, 2, 1, 2, 0, 0, 10000, 207, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (56, 2, 1, 2, 1, 0, 10000, 208, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (57, 2, 1, 2, 2, 0, 10000, 209, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (58, 2, 1, 2, 3, 0, 10000, 210, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (59, 2, 1, 2, 4, 0, 10000, 211, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (60, 2, 1, 2, 5, 0, 10000, 212, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (61, 2, 1, 3, 0, 0, 10000, 213, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (62, 2, 1, 3, 1, 0, 10000, 214, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (63, 2, 1, 3, 2, 0, 10000, 215, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (64, 2, 1, 3, 3, 0, 10000, 216, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (65, 2, 1, 3, 4, 0, 10000, 217, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (66, 2, 1, 3, 5, 0, 10000, 218, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (67, 2, 1, 4, 0, 3, 10000, 219, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (68, 2, 1, 4, 0, 2, 10000, 220, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (69, 2, 1, 4, 0, 1, 10000, 221, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (70, 2, 1, 5, 0, 3, 10000, 222, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (71, 2, 1, 5, 0, 2, 10000, 223, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (72, 2, 1, 5, 0, 1, 10000, 224, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (73, 2, 2, 1, 0, 0, 10000, 251, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (74, 2, 2, 1, 1, 0, 10000, 252, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (75, 2, 2, 1, 2, 0, 10000, 253, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (76, 2, 2, 1, 3, 0, 10000, 254, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (77, 2, 2, 1, 4, 0, 10000, 255, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (78, 2, 2, 1, 5, 0, 10000, 256, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (79, 2, 2, 2, 0, 0, 10000, 257, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (80, 2, 2, 2, 1, 0, 10000, 258, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (81, 2, 2, 2, 2, 0, 10000, 259, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (82, 2, 2, 2, 3, 0, 10000, 260, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (83, 2, 2, 2, 4, 0, 10000, 261, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (84, 2, 2, 2, 5, 0, 10000, 262, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (85, 2, 2, 3, 0, 0, 10000, 263, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (86, 2, 2, 3, 1, 0, 10000, 264, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (87, 2, 2, 3, 2, 0, 10000, 265, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (88, 2, 2, 3, 3, 0, 10000, 266, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (89, 2, 2, 3, 4, 0, 10000, 267, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (90, 2, 2, 3, 5, 0, 10000, 268, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (91, 2, 2, 4, 0, 3, 10000, 269, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (92, 2, 2, 4, 0, 2, 10000, 270, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (93, 2, 2, 4, 0, 1, 10000, 271, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (94, 2, 2, 5, 0, 3, 10000, 272, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (95, 2, 2, 5, 0, 2, 10000, 273, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (96, 2, 2, 5, 0, 1, 10000, 274, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (97, 3, 1, 1, 0, 0, 10000, 301, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (98, 3, 1, 1, 1, 0, 10000, 302, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (99, 3, 1, 1, 2, 0, 10000, 303, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (100, 3, 1, 1, 3, 0, 10000, 304, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (101, 3, 1, 1, 4, 0, 10000, 305, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (102, 3, 1, 1, 5, 0, 10000, 306, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (103, 3, 1, 2, 0, 0, 10000, 307, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (104, 3, 1, 2, 1, 0, 10000, 308, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (105, 3, 1, 2, 2, 0, 10000, 309, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (106, 3, 1, 2, 3, 0, 10000, 310, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (107, 3, 1, 2, 4, 0, 10000, 311, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (108, 3, 1, 2, 5, 0, 10000, 312, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (109, 3, 1, 3, 0, 0, 10000, 313, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (110, 3, 1, 3, 1, 0, 10000, 314, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (111, 3, 1, 3, 2, 0, 10000, 315, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (112, 3, 1, 3, 3, 0, 10000, 316, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (113, 3, 1, 3, 4, 0, 10000, 317, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (114, 3, 1, 3, 5, 0, 10000, 318, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (115, 3, 1, 4, 0, 3, 10000, 319, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (116, 3, 1, 4, 0, 2, 10000, 320, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (117, 3, 1, 4, 0, 1, 10000, 321, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (118, 3, 1, 5, 0, 3, 10000, 322, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (119, 3, 1, 5, 0, 2, 10000, 323, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (120, 3, 1, 5, 0, 1, 10000, 324, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (121, 3, 2, 1, 0, 0, 10000, 351, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (122, 3, 2, 1, 1, 0, 10000, 352, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (123, 3, 2, 1, 2, 0, 10000, 353, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (124, 3, 2, 1, 3, 0, 10000, 354, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (125, 3, 2, 1, 4, 0, 10000, 355, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (126, 3, 2, 1, 5, 0, 10000, 356, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (127, 3, 2, 2, 0, 0, 10000, 357, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (128, 3, 2, 2, 1, 0, 10000, 358, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (129, 3, 2, 2, 2, 0, 10000, 359, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (130, 3, 2, 2, 3, 0, 10000, 360, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (131, 3, 2, 2, 4, 0, 10000, 361, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (132, 3, 2, 2, 5, 0, 10000, 362, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (133, 3, 2, 3, 0, 0, 10000, 363, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (134, 3, 2, 3, 1, 0, 10000, 364, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (135, 3, 2, 3, 2, 0, 10000, 365, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (136, 3, 2, 3, 3, 0, 10000, 366, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (137, 3, 2, 3, 4, 0, 10000, 367, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (138, 3, 2, 3, 5, 0, 10000, 368, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (139, 3, 2, 4, 0, 3, 10000, 369, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (140, 3, 2, 4, 0, 2, 10000, 370, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (141, 3, 2, 4, 0, 1, 10000, 371, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (142, 3, 2, 5, 0, 3, 10000, 372, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (143, 3, 2, 5, 0, 2, 10000, 373, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (144, 3, 2, 5, 0, 1, 10000, 374, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (145, 4, 1, 1, 0, 0, 10000, 401, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (146, 4, 1, 1, 1, 0, 10000, 402, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (147, 4, 1, 1, 2, 0, 10000, 403, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (148, 4, 1, 1, 3, 0, 10000, 404, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (149, 4, 1, 1, 4, 0, 10000, 405, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (150, 4, 1, 1, 5, 0, 10000, 406, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (151, 4, 1, 2, 0, 0, 10000, 407, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (152, 4, 1, 2, 1, 0, 10000, 408, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (153, 4, 1, 2, 2, 0, 10000, 409, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (154, 4, 1, 2, 3, 0, 10000, 410, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (155, 4, 1, 2, 4, 0, 10000, 411, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (156, 4, 1, 2, 5, 0, 10000, 412, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (157, 4, 1, 3, 0, 0, 10000, 413, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (158, 4, 1, 3, 1, 0, 10000, 414, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (159, 4, 1, 3, 2, 0, 10000, 415, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (160, 4, 1, 3, 3, 0, 10000, 416, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (161, 4, 1, 3, 4, 0, 10000, 417, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (162, 4, 1, 3, 5, 0, 10000, 418, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (163, 4, 1, 4, 0, 3, 10000, 419, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (164, 4, 1, 4, 0, 2, 10000, 420, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (165, 4, 1, 4, 0, 1, 10000, 421, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (166, 4, 1, 5, 0, 3, 10000, 422, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (167, 4, 1, 5, 0, 2, 10000, 423, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (168, 4, 1, 5, 0, 1, 10000, 424, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (169, 4, 2, 1, 0, 0, 10000, 451, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (170, 4, 2, 1, 1, 0, 10000, 452, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (171, 4, 2, 1, 2, 0, 10000, 453, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (172, 4, 2, 1, 3, 0, 10000, 454, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (173, 4, 2, 1, 4, 0, 10000, 455, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (174, 4, 2, 1, 5, 0, 10000, 456, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (175, 4, 2, 2, 0, 0, 10000, 457, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (176, 4, 2, 2, 1, 0, 10000, 458, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (177, 4, 2, 2, 2, 0, 10000, 459, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (178, 4, 2, 2, 3, 0, 10000, 460, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (179, 4, 2, 2, 4, 0, 10000, 461, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (180, 4, 2, 2, 5, 0, 10000, 462, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (181, 4, 2, 3, 0, 0, 10000, 463, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (182, 4, 2, 3, 1, 0, 10000, 464, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (183, 4, 2, 3, 2, 0, 10000, 465, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (184, 4, 2, 3, 3, 0, 10000, 466, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (185, 4, 2, 3, 4, 0, 10000, 467, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (186, 4, 2, 3, 5, 0, 10000, 468, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (187, 4, 2, 4, 0, 3, 10000, 469, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (188, 4, 2, 4, 0, 2, 10000, 470, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (189, 4, 2, 4, 0, 1, 10000, 471, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (190, 4, 2, 5, 0, 3, 10000, 472, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (191, 4, 2, 5, 0, 2, 10000, 473, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (192, 4, 2, 5, 0, 1, 10000, 474, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (193, 5, 1, 1, 0, 0, 10000, 501, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (194, 5, 1, 1, 1, 0, 10000, 502, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (195, 5, 1, 1, 2, 0, 10000, 503, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (196, 5, 1, 1, 3, 0, 10000, 504, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (197, 5, 1, 1, 4, 0, 10000, 505, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (198, 5, 1, 1, 5, 0, 10000, 506, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (199, 5, 1, 2, 0, 0, 10000, 507, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (200, 5, 1, 2, 1, 0, 10000, 508, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (201, 5, 1, 2, 2, 0, 10000, 509, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (202, 5, 1, 2, 3, 0, 10000, 510, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (203, 5, 1, 2, 4, 0, 10000, 511, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (204, 5, 1, 2, 5, 0, 10000, 512, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (205, 5, 1, 3, 0, 0, 10000, 513, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (206, 5, 1, 3, 1, 0, 10000, 514, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (207, 5, 1, 3, 2, 0, 10000, 515, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (208, 5, 1, 3, 3, 0, 10000, 516, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (209, 5, 1, 3, 4, 0, 10000, 517, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (210, 5, 1, 3, 5, 0, 10000, 518, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (211, 5, 1, 4, 0, 3, 10000, 519, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (212, 5, 1, 4, 0, 2, 10000, 520, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (213, 5, 1, 4, 0, 1, 10000, 521, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (214, 5, 1, 5, 0, 3, 10000, 522, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (215, 5, 1, 5, 0, 2, 10000, 523, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (216, 5, 1, 5, 0, 1, 10000, 524, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (217, 5, 2, 1, 0, 0, 10000, 551, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (218, 5, 2, 1, 1, 0, 10000, 552, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (219, 5, 2, 1, 2, 0, 10000, 553, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (220, 5, 2, 1, 3, 0, 10000, 554, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (221, 5, 2, 1, 4, 0, 10000, 555, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (222, 5, 2, 1, 5, 0, 10000, 556, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (223, 5, 2, 2, 0, 0, 10000, 557, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (224, 5, 2, 2, 1, 0, 10000, 558, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (225, 5, 2, 2, 2, 0, 10000, 559, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (226, 5, 2, 2, 3, 0, 10000, 560, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (227, 5, 2, 2, 4, 0, 10000, 561, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (228, 5, 2, 2, 5, 0, 10000, 562, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (229, 5, 2, 3, 0, 0, 10000, 563, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (230, 5, 2, 3, 1, 0, 10000, 564, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (231, 5, 2, 3, 2, 0, 10000, 565, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (232, 5, 2, 3, 3, 0, 10000, 566, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (233, 5, 2, 3, 4, 0, 10000, 567, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (234, 5, 2, 3, 5, 0, 10000, 568, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (235, 5, 2, 4, 0, 3, 10000, 569, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (236, 5, 2, 4, 0, 2, 10000, 570, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (237, 5, 2, 4, 0, 1, 10000, 571, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (238, 5, 2, 5, 0, 3, 10000, 572, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (239, 5, 2, 5, 0, 2, 10000, 573, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (240, 5, 2, 5, 0, 1, 10000, 574, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (241, 6, 1, 1, 0, 0, 10000, 601, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (242, 6, 1, 1, 1, 0, 10000, 602, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (243, 6, 1, 1, 2, 0, 10000, 603, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (244, 6, 1, 1, 3, 0, 10000, 604, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (245, 6, 1, 1, 4, 0, 10000, 605, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (246, 6, 1, 1, 5, 0, 10000, 606, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (247, 6, 1, 2, 0, 0, 10000, 607, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (248, 6, 1, 2, 1, 0, 10000, 608, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (249, 6, 1, 2, 2, 0, 10000, 609, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (250, 6, 1, 2, 3, 0, 10000, 610, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (251, 6, 1, 2, 4, 0, 10000, 611, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (252, 6, 1, 2, 5, 0, 10000, 612, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (253, 6, 1, 3, 0, 0, 10000, 613, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (254, 6, 1, 3, 1, 0, 10000, 614, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (255, 6, 1, 3, 2, 0, 10000, 615, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (256, 6, 1, 3, 3, 0, 10000, 616, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (257, 6, 1, 3, 4, 0, 10000, 617, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (258, 6, 1, 3, 5, 0, 10000, 618, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (259, 6, 1, 4, 0, 3, 10000, 619, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (260, 6, 1, 4, 0, 2, 10000, 620, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (261, 6, 1, 4, 0, 1, 10000, 621, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (262, 6, 1, 5, 0, 3, 10000, 622, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (263, 6, 1, 5, 0, 2, 10000, 623, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (264, 6, 1, 5, 0, 1, 10000, 624, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (265, 6, 2, 1, 0, 0, 10000, 651, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (266, 6, 2, 1, 1, 0, 10000, 652, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (267, 6, 2, 1, 2, 0, 10000, 653, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (268, 6, 2, 1, 3, 0, 10000, 654, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (269, 6, 2, 1, 4, 0, 10000, 655, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (270, 6, 2, 1, 5, 0, 10000, 656, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (271, 6, 2, 2, 0, 0, 10000, 657, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (272, 6, 2, 2, 1, 0, 10000, 658, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (273, 6, 2, 2, 2, 0, 10000, 659, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (274, 6, 2, 2, 3, 0, 10000, 660, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (275, 6, 2, 2, 4, 0, 10000, 661, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (276, 6, 2, 2, 5, 0, 10000, 662, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (277, 6, 2, 3, 0, 0, 10000, 663, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (278, 6, 2, 3, 1, 0, 10000, 664, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (279, 6, 2, 3, 2, 0, 10000, 665, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (280, 6, 2, 3, 3, 0, 10000, 666, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (281, 6, 2, 3, 4, 0, 10000, 667, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (282, 6, 2, 3, 5, 0, 10000, 668, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (283, 6, 2, 4, 0, 3, 10000, 669, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (284, 6, 2, 4, 0, 2, 10000, 670, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (285, 6, 2, 4, 0, 1, 10000, 671, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (286, 6, 2, 5, 0, 3, 10000, 672, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (287, 6, 2, 5, 0, 2, 10000, 673, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (288, 6, 2, 5, 0, 1, 10000, 674, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (289, 7, 1, 1, 0, 0, 10000, 701, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (290, 7, 1, 1, 1, 0, 10000, 702, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (291, 7, 1, 1, 2, 0, 10000, 703, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (292, 7, 1, 1, 3, 0, 10000, 704, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (293, 7, 1, 1, 4, 0, 10000, 705, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (294, 7, 1, 1, 5, 0, 10000, 706, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (295, 7, 1, 2, 0, 0, 10000, 707, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (296, 7, 1, 2, 1, 0, 10000, 708, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (297, 7, 1, 2, 2, 0, 10000, 709, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (298, 7, 1, 2, 3, 0, 10000, 710, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (299, 7, 1, 2, 4, 0, 10000, 711, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (300, 7, 1, 2, 5, 0, 10000, 712, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (301, 7, 1, 3, 0, 0, 10000, 713, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (302, 7, 1, 3, 1, 0, 10000, 714, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (303, 7, 1, 3, 2, 0, 10000, 715, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (304, 7, 1, 3, 3, 0, 10000, 716, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (305, 7, 1, 3, 4, 0, 10000, 717, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (306, 7, 1, 3, 5, 0, 10000, 718, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (307, 7, 1, 4, 0, 3, 10000, 719, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (308, 7, 1, 4, 0, 2, 10000, 720, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (309, 7, 1, 4, 0, 1, 10000, 721, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (310, 7, 1, 5, 0, 3, 10000, 722, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (311, 7, 1, 5, 0, 2, 10000, 723, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (312, 7, 1, 5, 0, 1, 10000, 724, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (313, 7, 2, 1, 0, 0, 10000, 751, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (314, 7, 2, 1, 1, 0, 10000, 752, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (315, 7, 2, 1, 2, 0, 10000, 753, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (316, 7, 2, 1, 3, 0, 10000, 754, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (317, 7, 2, 1, 4, 0, 10000, 755, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (318, 7, 2, 1, 5, 0, 10000, 756, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (319, 7, 2, 2, 0, 0, 10000, 757, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (320, 7, 2, 2, 1, 0, 10000, 758, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (321, 7, 2, 2, 2, 0, 10000, 759, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (322, 7, 2, 2, 3, 0, 10000, 760, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (323, 7, 2, 2, 4, 0, 10000, 761, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (324, 7, 2, 2, 5, 0, 10000, 762, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (325, 7, 2, 3, 0, 0, 10000, 763, 0); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (326, 7, 2, 3, 1, 0, 10000, 764, 1); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (327, 7, 2, 3, 2, 0, 10000, 765, 2); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (328, 7, 2, 3, 3, 0, 10000, 766, 3); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (329, 7, 2, 3, 4, 0, 10000, 767, 4); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (330, 7, 2, 3, 5, 0, 10000, 768, 5); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (331, 7, 2, 4, 0, 3, 10000, 769, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (332, 7, 2, 4, 0, 2, 10000, 770, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (333, 7, 2, 4, 0, 1, 10000, 771, 8); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (334, 7, 2, 5, 0, 3, 10000, 772, 6); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (335, 7, 2, 5, 0, 2, 10000, 773, 7); INSERT INTO champions_reward_rate (id, champions_id, league_type, round_id, win_count, ranking, rate, reward_set_id, box_grade) VALUES (336, 7, 2, 5, 0, 1, 10000, 774, 8); -- Table: champions_round_detail CREATE TABLE 'champions_round_detail' ('id' INTEGER NOT NULL, 'champions_id' INTEGER NOT NULL, 'league_type' INTEGER NOT NULL, 'round_id' INTEGER NOT NULL, 'round' INTEGER NOT NULL, 'tier' INTEGER NOT NULL, 'round_number' INTEGER NOT NULL, 'breakthrough_number_1' INTEGER NOT NULL, 'breakthrough_number_2' INTEGER NOT NULL, 'entry_number' INTEGER NOT NULL, 'free_entry_number' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (2, 1, 1, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (3, 1, 1, 2, 2, 1, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (4, 1, 1, 3, 2, 2, 5, 3, 2, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (5, 1, 1, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (6, 1, 1, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (7, 1, 1, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (8, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (9, 1, 2, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (10, 1, 2, 2, 2, 1, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (11, 1, 2, 3, 2, 2, 5, 3, 2, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (12, 1, 2, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (13, 1, 2, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (14, 1, 2, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (15, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (16, 2, 1, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (17, 2, 1, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (18, 2, 1, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (19, 2, 1, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (20, 2, 1, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (21, 2, 1, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (22, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (23, 2, 2, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (24, 2, 2, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (25, 2, 2, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (26, 2, 2, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (27, 2, 2, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (28, 2, 2, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (29, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (30, 3, 1, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (31, 3, 1, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (32, 3, 1, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (33, 3, 1, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (34, 3, 1, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (35, 3, 1, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (36, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (37, 3, 2, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (38, 3, 2, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (39, 3, 2, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (40, 3, 2, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (41, 3, 2, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (42, 3, 2, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (43, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (44, 4, 1, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (45, 4, 1, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (46, 4, 1, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (47, 4, 1, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (48, 4, 1, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (49, 4, 1, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (50, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (51, 4, 2, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (52, 4, 2, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (53, 4, 2, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (54, 4, 2, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (55, 4, 2, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (56, 4, 2, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (57, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (58, 5, 1, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (59, 5, 1, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (60, 5, 1, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (61, 5, 1, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (62, 5, 1, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (63, 5, 1, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (64, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (65, 5, 2, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (66, 5, 2, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (67, 5, 2, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (68, 5, 2, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (69, 5, 2, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (70, 5, 2, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (71, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (72, 6, 1, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (73, 6, 1, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (74, 6, 1, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (75, 6, 1, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (76, 6, 1, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (77, 6, 1, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (78, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (79, 6, 2, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (80, 6, 2, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (81, 6, 2, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (82, 6, 2, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (83, 6, 2, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (84, 6, 2, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (85, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (86, 7, 1, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (87, 7, 1, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (88, 7, 1, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (89, 7, 1, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (90, 7, 1, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (91, 7, 1, 6, 3, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (92, 7, 2, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (93, 7, 2, 1, 1, 2, 5, 3, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (94, 7, 2, 2, 2, 1, 5, 1, 0, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (95, 7, 2, 3, 2, 2, 5, 3, 1, 3, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (96, 7, 2, 4, 3, 1, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (97, 7, 2, 5, 3, 2, 1, 0, 0, 0, 1); INSERT INTO champions_round_detail (id, champions_id, league_type, round_id, round, tier, round_number, breakthrough_number_1, breakthrough_number_2, entry_number, free_entry_number) VALUES (98, 7, 2, 6, 3, 0, 0, 0, 0, 0, 0); -- Table: champions_round_schedule CREATE TABLE 'champions_round_schedule' ('id' INTEGER NOT NULL, 'champions_id' INTEGER NOT NULL, 'round' INTEGER NOT NULL, 'round_detail' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, 'interval_start_time' INTEGER NOT NULL, 'interval_end_time' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (1, 1, 0, 0, 1755468000, 1755813599, 1755813599, 1755813599); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (2, 1, 1, 0, 1755813600, 1755986399, 1755986400, 1755987299); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (3, 1, 2, 0, 1755986400, 1756159199, 1756159200, 1756160099); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (4, 1, 3, 1, 1756159200, 1756202399, 1756202399, 1756202399); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (5, 1, 3, 2, 1756202400, 1756245599, 1756245599, 1756245599); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (6, 1, 3, 3, 1756245600, 1756331999, 1756331999, 1756331999); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (7, 2, 0, 0, 1757282400, 1757627999, 1757627999, 1757627999); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (8, 2, 1, 0, 1757628000, 1757800799, 1757800800, 1757801699); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (9, 2, 2, 0, 1757800800, 1757973599, 1757973600, 1757974499); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (10, 2, 3, 1, 1757973600, 1758016799, 1758016799, 1758016799); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (11, 2, 3, 2, 1758016800, 1758059999, 1758059999, 1758059999); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (12, 2, 3, 3, 1758060000, 1758146399, 1758146399, 1758146399); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (13, 3, 0, 0, 1759874400, 1760133599, 1760133599, 1760133599); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (14, 3, 1, 0, 1760133600, 1760306399, 1760306400, 1760307299); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (15, 3, 2, 0, 1760306400, 1760479199, 1760479200, 1760480099); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (16, 3, 3, 1, 1760479200, 1760522399, 1760522399, 1760522399); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (17, 3, 3, 2, 1760522400, 1760565599, 1760565599, 1760565599); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (18, 3, 3, 3, 1760565600, 1760651999, 1760651999, 1760651999); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (19, 4, 0, 0, 1761861600, 1762207199, 1762207199, 1762207199); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (20, 4, 1, 0, 1762207200, 1762379999, 1762380000, 1762380899); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (21, 4, 2, 0, 1762380000, 1762552799, 1762552800, 1762553699); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (22, 4, 3, 1, 1762552800, 1762595999, 1762595999, 1762595999); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (23, 4, 3, 2, 1762596000, 1762639199, 1762639199, 1762639199); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (24, 4, 3, 3, 1762639200, 1762725599, 1762725599, 1762725599); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (25, 5, 0, 0, 1763330400, 1763675999, 1763675999, 1763675999); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (26, 5, 1, 0, 1763676000, 1763848799, 1763848800, 1763849699); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (27, 5, 2, 0, 1763848800, 1764021599, 1764021600, 1764022499); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (28, 5, 3, 1, 1764021600, 1764064799, 1764064799, 1764064799); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (29, 5, 3, 2, 1764064800, 1764107999, 1764107999, 1764107999); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (30, 5, 3, 3, 1764108000, 1764194399, 1764194399, 1764194399); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (31, 6, 0, 0, 1765231200, 1765576799, 1765576799, 1765576799); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (32, 6, 1, 0, 1765576800, 1765749599, 1765749600, 1765750499); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (33, 6, 2, 0, 1765749600, 1765922399, 1765922400, 1765923299); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (34, 6, 3, 1, 1765922400, 1765965599, 1765965599, 1765965599); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (35, 6, 3, 2, 1765965600, 1766008799, 1766008799, 1766008799); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (36, 6, 3, 3, 1766008800, 1766095199, 1766095199, 1766095199); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (37, 7, 0, 0, 1766959200, 1767304799, 1767304799, 1767304799); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (38, 7, 1, 0, 1767304800, 1767477599, 1767477600, 1767478499); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (39, 7, 2, 0, 1767477600, 1767650399, 1767650400, 1767651299); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (40, 7, 3, 1, 1767650400, 1767693599, 1767693599, 1767693599); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (41, 7, 3, 2, 1767693600, 1767736799, 1767736799, 1767736799); INSERT INTO champions_round_schedule (id, champions_id, round, round_detail, start_date, end_date, interval_start_time, interval_end_time) VALUES (42, 7, 3, 3, 1767736800, 1767823199, 1767823199, 1767823199); -- Table: champions_schedule CREATE TABLE 'champions_schedule' ('id' INTEGER NOT NULL, 'resource_id' INTEGER NOT NULL, 'info_detail_1' INTEGER NOT NULL, 'info_detail_2' INTEGER NOT NULL, 'champions_bg_id' INTEGER NOT NULL, 'champions_league_select_bg_sub_id' INTEGER NOT NULL, 'champions_bg_sub_id' INTEGER NOT NULL, 'champions_finish_bg_sub_id' INTEGER NOT NULL, 'champions_bg_position_x' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, 'info_detail' INTEGER NOT NULL, 'champions_finish_bg_id' INTEGER NOT NULL, 'champions_finish_bg_position_x' INTEGER NOT NULL, 'notice_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO champions_schedule (id, resource_id, info_detail_1, info_detail_2, champions_bg_id, champions_league_select_bg_sub_id, champions_bg_sub_id, champions_finish_bg_sub_id, champions_bg_position_x, start_date, end_date, info_detail, champions_finish_bg_id, champions_finish_bg_position_x, notice_date) VALUES (1, 5, 100006, 100002, 24, 110, 111, 130, 5500000, 1755468000, 1756331999, 0, 0, 0, 0); INSERT INTO champions_schedule (id, resource_id, info_detail_1, info_detail_2, champions_bg_id, champions_league_select_bg_sub_id, champions_bg_sub_id, champions_finish_bg_sub_id, champions_bg_position_x, start_date, end_date, info_detail, champions_finish_bg_id, champions_finish_bg_position_x, notice_date) VALUES (2, 6, 100009, 100010, 79, 110, 111, 134, -6000000, 1757282400, 1758146399, 0, 0, 0, 0); INSERT INTO champions_schedule (id, resource_id, info_detail_1, info_detail_2, champions_bg_id, champions_league_select_bg_sub_id, champions_bg_sub_id, champions_finish_bg_sub_id, champions_bg_position_x, start_date, end_date, info_detail, champions_finish_bg_id, champions_finish_bg_position_x, notice_date) VALUES (3, 7, 500001, 500002, 24, 110, 111, 130, 5500000, 1759874400, 1760651999, 0, 0, 0, 0); INSERT INTO champions_schedule (id, resource_id, info_detail_1, info_detail_2, champions_bg_id, champions_league_select_bg_sub_id, champions_bg_sub_id, champions_finish_bg_sub_id, champions_bg_position_x, start_date, end_date, info_detail, champions_finish_bg_id, champions_finish_bg_position_x, notice_date) VALUES (4, 8, 500003, 500004, 78, 110, 111, 130, -6000000, 1761861600, 1762725599, 0, 0, 0, 0); INSERT INTO champions_schedule (id, resource_id, info_detail_1, info_detail_2, champions_bg_id, champions_league_select_bg_sub_id, champions_bg_sub_id, champions_finish_bg_sub_id, champions_bg_position_x, start_date, end_date, info_detail, champions_finish_bg_id, champions_finish_bg_position_x, notice_date) VALUES (5, 9, 500005, 500006, 78, 110, 111, 130, -6000000, 1763330400, 1764194399, 0, 0, 0, 0); INSERT INTO champions_schedule (id, resource_id, info_detail_1, info_detail_2, champions_bg_id, champions_league_select_bg_sub_id, champions_bg_sub_id, champions_finish_bg_sub_id, champions_bg_position_x, start_date, end_date, info_detail, champions_finish_bg_id, champions_finish_bg_position_x, notice_date) VALUES (6, 10, 500007, 500008, 79, 110, 111, 134, -6000000, 1765231200, 1766095199, 0, 0, 0, 0); INSERT INTO champions_schedule (id, resource_id, info_detail_1, info_detail_2, champions_bg_id, champions_league_select_bg_sub_id, champions_bg_sub_id, champions_finish_bg_sub_id, champions_bg_position_x, start_date, end_date, info_detail, champions_finish_bg_id, champions_finish_bg_position_x, notice_date) VALUES (7, 11, 500009, 500010, 24, 410, 411, 130, 5500000, 1766959200, 1767823199, 0, 0, 0, 0); -- Table: champions_stand_motion CREATE TABLE 'champions_stand_motion' ('chara_id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'motion_set' INTEGER NOT NULL, PRIMARY KEY('chara_id','type')); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 1, 0, 1); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 2, 0, 1); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 3, 0, 1); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 4, 0, 1); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (1020, 1, 0, 1001); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (1020, 2, 0, 1001); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (1020, 3, 0, 1001); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (1020, 4, 0, 1001); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (1050, 1, 0, 1050006); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (1050, 2, 0, 1050006); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (1050, 3, 0, 1050006); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (1050, 4, 0, 1050006); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 10, 0, 1); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 11, 0, 1); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 12, 0, 5); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 13, 0, 1); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 14, 0, 9); INSERT INTO champions_stand_motion (chara_id, type, race_dress_id, motion_set) VALUES (0, 15, 0, 9); -- Table: chara_category_motion CREATE TABLE 'chara_category_motion' ('chara_id' INTEGER NOT NULL, 'standby_motion_1' INTEGER NOT NULL, 'standby_motion_2' INTEGER NOT NULL, 'standby_motion_3' INTEGER NOT NULL, 'standby_motion_4' INTEGER NOT NULL, 'standby_motion_5' INTEGER NOT NULL, 'standby_motion_6' INTEGER NOT NULL, PRIMARY KEY('chara_id')); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1001, 1001002, 1001020, 2001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1002, 1002005, 2013, 3001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1003, 2001, 1003001, 1003006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1004, 4002, 3001, 1004006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1005, 2001, 1005001, 1005000, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1006, 2001, 1006007, 1006000, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1007, 2001, 3002, 1007000, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1008, 3009, 1008006, 1008001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1009, 2001, 4009, 1009000, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1010, 1001, 1010007, 1010019, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1011, 1001, 1011007, 1011019, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1012, 1001, 1012000, 1012007, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1013, 2001, 4001, 5001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1014, 2009, 1014001, 1014001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1015, 2009, 3002, 1015006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1016, 3000, 1016015, 1016001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1017, 3001, 2009, 1017022, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1018, 2001, 1009, 1018001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1019, 2015, 1019016, 1019001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1020, 1020006, 1001, 1020016, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1023, 1023006, 1001, 1023015, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1024, 2002, 3009, 1024007, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1025, 2000, 1025016, 4000, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1026, 1001, 2001, 1026001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1027, 2009, 4001, 1027006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1028, 4002, 1028016, 1028000, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1030, 3001, 1030000, 1030006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1032, 3009, 4009, 1032006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1035, 4002, 1035017, 1035000, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1037, 1001, 3001, 1037016, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1038, 5001, 3001, 1038006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1039, 1039000, 1039001, 1039022, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1040, 1001, 1040016, 1040006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1041, 2009, 1041007, 4009, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1045, 1001000, 1001001, 1001002, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1046, 1046001, 1046006, 4002, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1048, 1048000, 5002, 1001002, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1050, 1050000, 1050019, 1050011, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1052, 2002, 3009, 4001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1056, 1009, 2001, 1056001, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1058, 1058019, 1058006, 1058012, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1059, 1001, 3000, 1059005, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1060, 4001, 3014, 1060006, 0, 0, 0); INSERT INTO chara_category_motion (chara_id, standby_motion_1, standby_motion_2, standby_motion_3, standby_motion_4, standby_motion_5, standby_motion_6) VALUES (1061, 1061005, 3009, 1061006, 0, 0, 0); -- Table: chara_data CREATE TABLE 'chara_data' ('id' INTEGER NOT NULL, 'birth_year' INTEGER NOT NULL, 'birth_month' INTEGER NOT NULL, 'birth_day' INTEGER NOT NULL, 'sex' INTEGER NOT NULL, 'image_color_main' TEXT NOT NULL, 'image_color_sub' TEXT NOT NULL, 'ui_color_main' TEXT NOT NULL, 'ui_color_sub' TEXT NOT NULL, 'ui_training_color_1' TEXT NOT NULL, 'ui_training_color_2' TEXT NOT NULL, 'ui_border_color' TEXT NOT NULL, 'ui_num_color_1' TEXT NOT NULL, 'ui_num_color_2' TEXT NOT NULL, 'ui_turn_color' TEXT NOT NULL, 'ui_wipe_color_1' TEXT NOT NULL, 'ui_wipe_color_2' TEXT NOT NULL, 'ui_wipe_color_3' TEXT NOT NULL, 'ui_speech_color_1' TEXT NOT NULL, 'ui_speech_color_2' TEXT NOT NULL, 'ui_nameplate_color_1' TEXT NOT NULL, 'ui_nameplate_color_2' TEXT NOT NULL, 'height' INTEGER NOT NULL, 'bust' INTEGER NOT NULL, 'scale' INTEGER NOT NULL, 'skin' INTEGER NOT NULL, 'shape' INTEGER NOT NULL, 'socks' INTEGER NOT NULL, 'personal_dress' INTEGER NOT NULL, 'tail_model_id' INTEGER NOT NULL, 'race_running_type' INTEGER NOT NULL, 'ear_random_time_min' INTEGER NOT NULL, 'ear_random_time_max' INTEGER NOT NULL, 'tail_random_time_min' INTEGER NOT NULL, 'tail_random_time_max' INTEGER NOT NULL, 'story_ear_random_time_min' INTEGER NOT NULL, 'story_ear_random_time_max' INTEGER NOT NULL, 'story_tail_random_time_min' INTEGER NOT NULL, 'story_tail_random_time_max' INTEGER NOT NULL, 'attachment_model_id' INTEGER NOT NULL, 'mini_mayu_shader_type' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'chara_category' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1001, 1995, 5, 2, 1, 'FCA7FF', 'FF58D9', 'EE6DCB', 'FFDEF9', 'FF7FDD', 'F759CD', 'F759CD', 'FF7FDD', 'FA50CD', 'FA50CD', 'FCCAEE', 'FCE3F5', 'FDEDFE', 'FF7FDD', 'FF7FDD', 'FF7CDC', 'FEB4EA', 1, 2, 158, 1, 0, 3, 0, 1, 1, 110, 220, 30, 90, 275, 425, 130, 250, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1002, 1994, 5, 1, 1, '8FE78D', 'FBFF3B', '29BD70', 'FFCE48', '4BD18C', '27B36B', '27B36B', '4BD18C', '27B36B', '27B36B', 'BDF2D6', 'D4F2E2', 'FFF5CC', '4BD18C', '4BD18C', '43C883', '82ECB5', 1, 0, 161, 1, 1, 6, 0, 1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1003, 1988, 4, 20, 1, 'A8C6FD', '5277D6', '3376D2', 'FF99D0', '4C91F1', '2B75DD', '2B75DD', '71ADFF', '1667D9', '1667D9', 'BCD5F5', 'D6E4F6', 'FFEBF6', '4C91F1', '4C91F1', '4C91F1', '8DBCFD', 1, 1, 150, 1, 0, 1, 0, 1, 3, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1004, 1974, 5, 19, 1, 'F84B40', 'FFCA3B', 'EA504A', 'FFCD00', 'FF8269', 'EB654B', 'EB654B', 'FF8E66', 'F76C51', 'F76C51', 'FFD0C4', 'FFE4DE', 'FFF5CC', 'FF7D63', 'FF7D63', 'FF7559', 'FFA18E', 2, 3, 164, 1, 0, 4, 0, 1, 1, 110, 220, 30, 90, 275, 425, 130, 250, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1005, 1992, 4, 15, 1, '6C6C6C', '181818', '444745', '33B839', '41CC70', '28A853', '28A853', '4BDB7B', '2BB258', '28A853', 'BEFAD2', 'E0FFEB', 'F0FFF0', '41CC70', '41CC70', '41CC70', '7AF5A3', 2, 2, 168, 1, 0, 0, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1759442400, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1006, 1985, 3, 27, 1, '7991EC', '293CB2', '3A7AD2', 'ECE7E7', '5992DF', '3B76C4', '3B76C4', '71ADFF', '3578D4', '3578D4', 'BFD4F5', 'D8E4F6', 'FFE0DE', '5992DF', '5992DF', '5992DF', '87B7F8', 2, 2, 167, 0, 0, 6, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1007, 2009, 3, 6, 1, 'FFFFFF', 'F84B40', 'DA3C57', 'E9DA36', 'F56E85', 'DB4D65', 'DB4D65', 'FD8297', 'DD415B', 'DD415B', 'FCCAD2', 'FCE3E7', 'FAF6E1', 'FB758C', 'FB758C', 'FA667F', 'FF98AA', 2, 3, 170, 0, 0, 3, 0, 1, 3, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1008, 2004, 4, 4, 2, 'FFEF72', '2CD9B4', 'D4C200', '3DD1D7', 'EECF02', 'D2AE08', 'DCAB00', 'EDCF02', 'EBB600', 'EBB600', 'FAEEB1', 'FBF3CC', 'E0F4F5', 'F8D90D', 'F8D90D', 'F3C801', 'F5E15F', 2, 1, 165, 2, 0, 4, 0, 1, 3, 130, 210, 110, 210, 275, 425, 110, 210, -1, 1, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1009, 2004, 5, 13, 2, '8DA3E7', '3B61FF', '4F64D8', 'E73472', '7396F5', '4D75E3', '4D75E3', '80A1F8', '5880EE', '5880EE', 'C8CFFA', 'E1E5FA', 'FBDCE7', '7C9EFC', '7C9EFC', '648BF9', '9CB6FC', 2, 3, 163, 1, 2, 3, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1010, 1994, 3, 23, 1, 'CBFF9E', '33B042', '73C032', 'FFAC42', '83D93A', '67BD1C', '67BD1C', '83D93A', '4DBC0A', '4DBC0A', 'D6F2BD', 'E3F2D6', 'FFEED9', '82D63C', '82D63C', '76CC2B', 'A5EA6A', 2, 4, 172, 2, 0, 4, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1011, 1995, 2, 18, 1, 'A3B2D6', '3357B0', '3A34AC', 'E3493F', '8F8AF7', '736DED', '736DED', '8F8AF7', '736DE8', '736DE8', 'CCC8FA', 'E3E1FA', 'FCDFDE', '8F8AF7', '8F8AF7', '8F8AFB', 'AFABFC', 1, 1, 152, 1, 1, 0, 0, 1, 2, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1012, 1991, 3, 26, 2, '5BA5DD', 'FFFFFF', '2185D0', 'E6453A', '40a5f7', '3e7dd6', '3e7dd6', '6eadff', '1e85d4', '1e85d4', 'cfe1ff', 'dbecff', 'fff0f0', '3a9ef0', '3a9ef0', '3795fa', '7acaff', 1, 3, 160, 3, 0, 0, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1758146400, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1013, 1987, 4, 3, 1, '38BDC3', 'FFFFFF', '00B5BE', 'DFC8E7', '3CCFD7', '22B7BF', '22B7BF', '3CCFD7', '22B7BF', '22B7BF', 'B5F2F5', 'CDF3F5', 'F3E3FC', '3CCFD7', '3CCFD7', '36C7CF', '7CE3E9', 1, 0, 159, 0, 1, 2, 0, 1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1014, 1995, 3, 17, 1, 'D64F3E', 'FDCE46', 'DD4E31', 'EFDB28', 'FF8960', 'F26A3D', 'F26A3D', 'FF8960', 'F26A3D', 'F26A3D', 'FCD4BD', 'FCE1DC', 'FBF3CC', 'FE8B64', 'FE8B64', 'FF8358', 'FEAD91', 2, 3, 163, 1, 0, 4, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 3, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1015, 1996, 3, 13, 1, 'ECEB61', 'FF83DA', 'F271C4', 'FBE415', 'f87ecd', 'ee55b7', 'ee55b7', 'f87ecd', 'e951b2', 'e951b2', 'f2c7e3', 'f7dfef', 'faf7dc', 'f87ecd', 'f87ecd', 'f975cb', 'fdabe0', 1, 1, 156, 1, 0, 3, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1750897800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1016, 1991, 5, 3, 1, 'FFACE1', 'A037BE', '75358C', 'D638A3', 'ce6bf1', 'bf39ef', 'bf39ef', 'da71ff', 'c037f1', 'c037f1', 'ebb4ff', 'f5d7ff', 'ffe5f7', 'e18bff', 'e18bff', 'ce6bf1', 'e8a7ff', 1, 3, 160, 1, 0, 0, 0, 2, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1755727200, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1017, 1981, 3, 13, 1, '27B798', 'FFFFFF', '1C7763', 'C6314B', '49CDB1', '2EB396', '2EB396', '49CDB1', '20AB8E', '20AB8E', 'BFF2E6', 'D8F2EC', 'FFE0E7', '49CDB1', '49CDB1', '3AC4A6', '78DDC8', 2, 2, 165, 1, 0, 4, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1018, 1993, 4, 6, 2, '27A1B7', 'FFE672', '0092CB', 'FAE053', '54C5F1', '34A5D1', '34A5D1', '54C5F1', '34A5D1', '34A5D1', 'CAECFA', 'E3F3FA', 'FCF7D9', '5FCCF7', '5FCCF7', '3CB6E6', '8EDEFD', 2, 3, 165, 0, 0, 0, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1019, 1997, 5, 15, 1, 'F7FFAC', 'F5D74B', 'F37F96', 'F9F189', 'fc7d96', 'f75676', 'f75676', 'fd8ba1', 'f35b79', 'f35b79', 'ffd1da', 'ffe4e9', 'fff9d8', 'fd738f', 'fd738f', 'fd738f', 'ffafbf', 1, 1, 143, 1, 1, 3, 0, 1, 1, 110, 220, 130, 250, 275, 425, 130, 250, -1, 0, 1763589600, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1020, 1995, 4, 26, 1, 'BDE9C9', '4CB9A8', '65D283', 'F4DA40', '5ECC7D', '39A859', '3DB35E', '83EBA1', '4BBD6C', '4BBD6C', 'BAF5CB', 'D3F5DC', 'FAF7E6', '6ADE8B', '6ADE8B', '5CD17D', 'AAFAC1', 1, 1, 155, 0, 0, 0, 0, 1, 2, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1757282400, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1021, 1984, 5, 23, 1, '5DA9E2', 'AEFAFF', '3290D6', 'C6DAE7', '55a5e1', '2d8ad0', '2d8ad0', '70b9ef', '2d8ad0', '2d8ad0', 'b4defe', 'd3ebfd', 'f0f9ff', '55a5e1', '55a5e1', '55a5e1', 'a0d2f7', 0, 0, 140, 0, 0, 4, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1769119200, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1022, 1999, 1, 27, 2, '71CC99', '109F42', '20A95C', 'EE5340', '48c67f', '18aa58', '18aa58', '56df92', '18aa58', '18aa58', 'b7f6d3', 'def9ea', 'fcf6f5', '3cc377', '3cc377', '3cc377', '83e4ae', 1, 1, 158, 1, 1, 1, 0, 2, 1, 110, 220, 130, 250, 275, 425, 130, 250, -1, 0, 1768514400, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1023, 1990, 3, 10, 1, 'D17F9B', 'C333A8', 'B03D81', 'E776B6', 'DF83E5', 'D265D6', 'D05CD6', 'ED91F2', 'D359E3', 'D359E3', 'EFC3F7', 'F7D5F7', 'FFE3FC', 'E279E7', 'E279E8', 'E279E8', 'F6B1FA', 2, 3, 171, 0, 0, 4, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1752184800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1024, 1992, 3, 24, 1, 'F3E67B', 'FF7770', 'F57D38', 'FFC845', 'FF983E', 'F27318', 'F27318', 'FF983E', 'F27407', 'F27407', 'FFD3BA', 'FFE4D4', 'FFF4DA', 'FF9D47', 'FF9D47', 'FF9130', 'FFB676', 1, 1, 143, 1, 1, 4, 0, 1, 1, 110, 220, 130, 250, 275, 425, 130, 250, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1025, 1998, 3, 5, 1, '3D3935', 'BBBE6C', '494541', 'E8DD4C', 'e9d001', 'c79b00', 'c79b00', 'e6ce00', 'e2b500', 'e2b500', 'fff299', 'fff7bf', 'fffce4', 'dabe00', 'dabe00', 'dabe00', 'f6e257', 1, 0, 155, 0, 1, 6, 0, 1, 3, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1765231200, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1026, 1989, 4, 25, 1, 'F177AF', 'E4E94C', 'EE60A1', 'F0ED41', 'ff73d6', 'ff3ed4', 'ff3ed4', 'ff84db', 'fd3cd2', 'fd3cd2', 'fcccfc', 'ffe5ff', 'f7f8e1', 'ff6ade', 'ff6ade', 'ff6ade', 'ff9ae8', 1, 3, 160, 0, 1, 3, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1751493600, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1027, 1987, 4, 11, 1, '62D9D1', 'FFFFFF', '14BAAE', '7C4D3A', '4DD8C6', '33B8A6', '33B8A6', '53DCCA', '33B8A6', '33B8A6', 'B6F2ED', 'CDF1EE', 'EAF5F3', '50D9C7', '50D9C7', '32CAB5', '8CEBDF', 2, 3, 163, 2, 0, 0, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1028, 1992, 2, 27, 1, '61AAD9', 'FFFFFF', '208BCD', 'FA6F8B', '2ea1e8', '0a81ca', '0a81ca', '40adf0', '188ad0', '188ad0', 'b4e2ff', 'ddf2ff', 'fff0f3', '269fe9', '269fe9', '269fe9', '71c7fc', 2, 4, 180, 1, 2, 1, 0, 1, 1, 110, 220, 130, 250, 275, 425, 130, 250, -1, 0, 1762898400, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1029, 1990, 3, 10, 2, 'A7DDFF', 'FFFFFF', 'AF7E51', 'C8D8EB', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 2, 156, 0, 1, 3, 0, 1, 1, 110, 220, 130, 250, 275, 425, 130, 250, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1030, 1989, 3, 5, 1, '304073', 'BC89B1', '384A86', 'CA3E6D', '758CD8', '546DBF', '546DBF', '86A1F8', '5A74CC', '5A74CC', 'C3D0F7', 'DCE2F7', 'FADEE7', '7F96E2', '7F96E2', '6B8AF1', 'A3B6F6', 1, 1, 145, 0, 1, 6, 0, 1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 1, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1031, 1987, 4, 10, 1, 'FD89D5', '37D4A0', 'F078C5', '54AE1B', 'fa6ec7', 'c53b8c', 'c53b8c', 'ff72c1', 'dc479e', 'd9479d', 'ffc8d8', 'ffd4dc', 'e4ffb5', 'fa65c4', 'fa65c4', 'f05fba', 'ffbeda', 2, 3, 167, 1, 0, 0, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 3, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1032, 1998, 4, 13, 1, 'E9FD89', '37D4CD', '35B2B6', 'E2E868', '47CDD9', '1DABB8', '1DABB8', '47CDD9', '2DB5C2', '2DB5C2', 'C8F6FA', 'E1F8FA', 'F7FAD4', '56DAE6', '56DAE6', '3ACBD8', '7DEFF9', 1, 2, 159, 2, 1, 6, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1033, 1996, 3, 12, 1, '6592CC', 'A3EAFF', '3865A1', '78D5E1', '5187cf', '3865a1', '3865a1', '6da7ef', '5187cf', '5187cf', 'b1d1fa', 'cfe4ff', 'e0f8ff', '4d7ec0', '4d7ec0', '4d7ec0', '83ddea', 1, 2, 157, 2, 0, 7, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1772748000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1034, 1984, 5, 7, 1, 'CC54BA', 'FF9BE6', 'AE419E', 'EC86D0', 'd35dc2', '9741a9', '9741a9', 'e56dd4', 'b947b5', '9741a9', 'f095e0', 'faa8ec', 'ffbeea', 'c754b6', 'c754b6', 'c44bb2', 'f895db', 0, 3, 139, 1, 0, 1, 0, 1, 3, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1035, 1990, 3, 21, 1, 'DB5E64', 'FFEA9B', 'DD3D5B', 'EDE233', 'FC708A', 'E65771', 'E65771', 'FC708A', 'F15370', 'F15370', 'FCCAD3', 'FCE3E8', 'FCF7D7', 'FF7C94', 'FF7C94', 'FF728C', 'FFB8C5', 1, 3, 157, 2, 0, 2, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1036, 1997, 2, 26, 1, 'D1D13E', '679EF1', '2459B4', 'E1E000', '3873d8', '2053a9', '2053a9', '4b9cf7', '346fd4', '2d69ce', '94bbff', 'a6ceff', 'ffffbf', '2b61bf', '2b61bf', '2c65c7', '3d9def', 2, 1, 168, 0, 0, 0, 0, 1, 3, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1037, 2007, 3, 27, 1, '413D39', 'F34178', '3D3B3A', 'E33067', 'f85889', 'e52f67', 'e52f67', 'f75e8d', 'e0366a', 'e0366a', 'ffc8d8', 'ffdce6', 'ffeef3', 'f85889', 'f85889', 'f85889', 'f795b4', 1, 3, 160, 1, 0, 4, 0, 2, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 1761861600, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1038, 2007, 3, 31, 2, 'FF6D70', '2E2E2E', 'F86669', '47423E', 'FF7D7F', 'FF5C5F', 'FF5C5F', 'FF999B', 'FF5C5F', 'FF5C5F', 'FCCACC', 'FCE3E4', 'FCEBEB', 'FF7D7F', 'FF7D7F', 'FF7D7F', 'FCA7A8', 1, 2, 155, 1, 0, 4, 0, 1, 2, 120, 220, 120, 210, 275, 425, 120, 210, -1, 0, 1753653600, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1039, 2003, 6, 5, 2, 'EC77C0', '4AD6C7', 'E146A7', '00C7B1', 'ff6fc9', 'f440b1', 'f440b1', 'ff81d0', 'f93eb3', 'f93eb3', 'ffc7ea', 'fde3f3', 'ebfcfa', 'fd66c4', 'fd66c4', 'fd66c4', 'fd9bd8', 1, 3, 154, 1, 2, 3, 0, 1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 1764626400, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1040, 1984, 4, 16, 1, '688AD6', 'FFFFFF', '245099', 'E63C5C', '5294FF', '356FCC', '356FCC', '7FB0FF', '3874D6', '3874D6', 'CCE0FF', 'E0ECFF', 'FFEDF0', '5294FF', '5294FF', '5294FF', '99C0FF', 1, 2, 158, 0, 0, 6, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1759874400, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1041, 1989, 4, 14, 1, 'F595C3', 'FFDFDF', 'EE6FAB', 'F2D4D7', 'FF8AC1', 'F2529D', 'F2529D', 'FF8AC1', 'F2529D', 'F2529D', 'FCC2DE', 'FCDCEB', 'FCE8EB', 'FF8AC1', 'FF8AC1', 'FF72B4', 'FFA6D0', 1, 2, 158, 1, 0, 3, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1042, 1994, 1, 1, 2, 'CC5A6B', '70E1FA', 'B02D40', '1690D4', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 2, 3, 168, 1, 0, 0, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1043, 1993, 1, 1, 1, '676767', 'FFFFFF', '63666A', '6F2678', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 1, 152, 2, 0, 0, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1044, 2001, 5, 9, 2, '957EC0', 'FFFFFF', '926DDA', 'BC204B', '986fe9', '7c55c6', '7c55c6', 'bd7ff1', '7c55c6', '7c55c6', 'c892ff', 'dba7ff', 'ffc5ee', '9065e3', '9065e3', '9065e3', 'd88cfb', 0, 0, 139, 1, 0, 4, 0, 2, 1, 120, 220, 120, 210, 275, 425, 120, 210, -1, 3, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1045, 1985, 5, 27, 1, '7FADE3', 'FFFFFF', '5693DA', 'C8C9C7', '5EA4F5', '408DE6', '408DE6', '5EA4F5', '408DE6', '408DE6', 'C3DCFA', 'DCE9FA', 'E6F6FA', '67AAF8', '67AAF8', '5EA4F5', '93C5FE', 2, 4, 168, 2, 2, 4, 0, 1, 3, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1046, 2005, 4, 4, 1, 'E9748D', 'FFFFFF', 'F8587B', '403A35', 'ff88a2', 'fc587c', 'fc587c', 'ff829d', 'fb577b', 'fb577b', 'ffc9d5', 'ffe2e8', 'ffedf1', 'ff99af', 'ff99af', 'ff6e8e', 'ff99af', 1, 1, 156, 1, 0, 3, 0, 2, 1, 110, 220, 130, 250, 275, 425, 130, 250, -1, 0, 1754949600, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1047, 2000, 1, 1, 1, '639337', 'D9D15F', '5F9B26', 'F3EA5D', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 3, 140, 0, 1, 1, 0, 1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1048, 2006, 2, 4, 1, '3FB7AE', '3686C0', '25B8AE', '1C57B9', '4bc8bf', '0aaea3', '0aaea3', '65ded6', '15b3a8', '15b3a8', 'a6f2ed', 'd0f9f6', 'f3f8ff', '1ec0b5', '1ec0b5', '1ec0b5', '90e7e1', 1, 2, 157, 1, 0, 0, 0, 1, 3, 110, 220, 130, 250, 275, 425, 130, 250, 0, 0, 1766095200, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1049, 2006, 1, 1, 1, 'CF5E59', '80A7C3', 'C0453F', '236192', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 1, 159, 1, 0, 4, 0, 1, 3, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1050, 1990, 6, 10, 1, 'E3ACD6', 'F3DD6D', 'E575CE', 'F3DD6D', 'f777de', 'ed55cf', 'ed55cf', 'f777de', 'ed55cf', 'ed55cf', 'ffcdf5', 'ffe0f4', 'fbf6de', 'f777de', 'f777de', 'f777de', 'ffa5ed', 1, 0, 145, 1, 1, 0, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1754258400, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1051, 1989, 4, 19, 2, 'E0D773', 'E08ED0', 'E26ECB', 'F6EB61', 'f177d9', 'dd50c1', 'dd50c1', 'ff88e7', 'dd50c1', 'dd50c1', 'ffccf5', 'ffdaf4', 'fffcdb', 'ec68d2', 'ec68d2', 'ec68d2', 'ffafe4', 0, 0, 135, 1, 0, 0, 0, 1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1052, 1996, 2, 27, 2, 'FAADC3', 'FFF040', 'FA7395', 'EDE04B', 'FF8AB9', 'F25793', 'F25793', 'FF88B5', 'F25793', 'F25793', 'FCCAD7', 'FCE3EA', 'FCF8D9', 'FF8AB9', 'FF8AB9', 'FF7FB5', 'FFBBD6', 1, 1, 140, 1, 0, 1, 0, 1, 1, 120, 220, 30, 90, 275, 425, 120, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1053, 1985, 1, 1, 1, '29504D', 'FFFFFF', '366965', '2D2926', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 1, 157, 2, 0, 0, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1054, 1991, 2, 8, 1, 'E40046', 'FFFFFF', 'E7396F', 'D162B8', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 0, 144, 1, 0, 1, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1055, 1992, 1, 1, 1, 'C800A1', 'FFFFFF', 'CA46B0', 'B52542', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 4, 145, 1, 1, 3, 0, 1, 1, 120, 220, 120, 210, 275, 425, 120, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1056, 1994, 5, 22, 1, '307FE2', 'FFFFFF', '3D89E9', 'F8A717', '5EA4FD', '3B7FD9', '3B7FD9', '5EA4FD', '3B7FD9', '3B7FD9', 'CAE0FC', 'E3EEFC', 'FFF1E0', '68AAFF', '68AAFF', '519EFF', '9AC6FF', 1, 2, 158, 1, 0, 3, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1057, 1980, 4, 7, 1, '78D64B', 'FFFFFF', '6FC346', 'FBE122', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 2, 2, 166, 2, 1, 3, 0, 1, 2, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1058, 1996, 3, 25, 1, '06038D', 'FFFFFF', '46449B', 'D64388', '6878f5', '4b5acb', '4b5acb', '8290ff', '4b5acb', '4b5acb', 'c0d2ff', 'dbe5ff', 'fff3f9', '617cf5', '617cf5', '617cf5', 'a5b6ff', 2, 4, 164, 1, 0, 3, 0, 1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 1761084000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1059, 1994, 5, 6, 2, '00B097', 'FFFFFF', '19B49E', '6F3B42', '2fc5b0', '20a895', '20a895', '3be0c9', '01b198', '20a895', 'abeee5', 'd6f2ed', 'eaf5f3', '16c4ac', '16c4ac', '16c4ac', '7ee0d2', 1, 2, 157, 1, 1, 3, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 3, 1766959200, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1060, 1988, 4, 16, 1, '009639', 'FFFFFF', '28A959', 'B82720', '5FC586', '3EA365', '3EA365', '5FC586', '3EA365', '3EA365', 'BBF2D0', 'D3F2DF', 'FCE6E6', '6CCF92', '6CCF92', '4DC87C', '92E0B0', 1, 1, 157, 1, 0, 2, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1061, 1995, 4, 28, 1, '007B3E', 'FFFFFF', '0E9451', '1C57A5', '6ECB74', '43B04A', '43B04A', '6ECB74', '43B04A', '43B04A', 'BBF2C1', 'D3F2D6', 'E3EEFC', '6ECB74', '6ECB74', '58CD5F', '9CE4A0', 1, 2, 159, 1, 1, 4, 0, 1, 1, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1483228800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1062, 1989, 5, 7, 1, '0085CA', 'FF668C', '0f8dce', 'ee5b56', '32a0e5', '1d76d1', '1d76d1', '48afff', '1f80db', '1d76d1', 'b1ddff', 'b6e4ff', 'd2f0ff', '1597da', '1597da', '1597da', '59c7ff', 1, 2, 155, 1, 0, 3, 0, 1, 1, 110, 220, 30, 90, 275, 425, 130, 250, -1, 3, 1773352800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1063, 1987, 4, 16, 2, '8FE78D', 'FBFF3B', '49b73f', 'c6d1d5', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 2, 1, 163, 0, 1, 3, 0, 1, 2, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1064, 1987, 3, 21, 1, '00A499', 'FFFFFF', '27c79c', '865432', '18c395', '49989', '49989', '2ddfb7', '0bb198', '13b69d', '6dedcb', '92f2d1', 'baffea', '0db98b', '0db98b', '0db98b', '78fed6', 1, 2, 160, 2, 0, 0, 0, 1, 1, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1065, 1987, 4, 10, 1, 'F84B40', 'FFCA3B', '5b64d5', 'fbe247', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 2, 156, 1, 0, 2, 0, 1, 1, 110, 220, 30, 90, 275, 425, 130, 250, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1066, 1988, 4, 13, 1, '6C6C6C', '181818', '1985d2', '27b784', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 1, 146, 2, 1, 4, 0, 1, 2, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1067, 2013, 1, 30, 1, '90AA6B', 'FFF994', '94bf01', 'f9eb39', '94cb10', '6ca90b', '6ca90b', '9dd91c', '73b40d', '6ca90b', 'd2ed8a', 'def79d', 'f5fec9', '74c401', '74c401', '74c401', 'b6e92e', 1, 3, 158, 0, 0, 3, 0, 1, 3, 160, 250, 220, 310, 275, 425, 220, 310, -1, 0, 1774216800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1068, 2012, 3, 10, 1, '25282A', 'FC4C02', '5a6065', 'fc6d31', 'ff8053', 'e94e35', 'e94e35', 'ff8b5d', 'e94e35', 'e94e35', 'ffb595', 'ffc89c', 'ffe1b3', 'e94e35', 'e94e35', 'e94e35', 'ffac88', 1, 2, 162, 0, 0, 4, 0, 1, 3, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 1773352800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1069, 1985, 2, 19, 1, 'FFA3B5', 'F5DADF', 'f9879d', 'f7dde2', 'ff7892', 'e54c6d', 'e54c6d', 'ff829a', 'e54c6d', 'e54c6d', 'ffbbc8', 'ffdae1', 'ffeef1', 'e54c6d', 'e54c6d', 'e54c6d', 'ffa9ba', 1, 1, 156, 1, 0, 1, 0, 1, 1, 110, 220, 30, 90, 275, 425, 130, 250, -1, 0, 1770847200, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1070, 1982, 3, 26, 1, 'FFFFFF', 'FFFFFF', '248379', 'e3628c', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 2, 3, 167, 2, 0, 2, 0, 1, 3, 110, 220, 30, 90, 275, 425, 130, 250, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1071, 1985, 3, 28, 1, '269988', '94ECFF', '28baa5', 'bfe4eb', '1cc7ae', '27a4a0', '27a4a0', '34dcd2', '26baa7', '26baa7', 'a5f8ec', 'c0fef5', 'e6fbff', '28baa5', '28baa5', '28baa5', '83eadd', 1, 3, 162, 0, 0, 3, 0, 1, 3, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 1772056800, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1072, 1985, 4, 11, 1, 'CB2819', 'FFC658', 'da483a', 'ffda93', 'e55345', 'bd372a', 'bd372a', 'fb6029', 'cc3a2c', 'cc3a2c', 'ffa69d', 'ffbba6', 'ffe9c0', 'e55345', 'e55345', 'e55345', 'ff9f75', 1, 1, 159, 1, 0, 1, 0, 1, 2, 130, 210, 110, 210, 275, 425, 110, 210, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (1074, 1994, 4, 19, 1, '64CCC9', 'FFFFFF', '45C5C1', '9F5F54', '43d1cd', '21abad', '21abad', '3ed6d8', '21abad', '21abad', 'a3f9f6', 'c0fefc', 'e1fffa', '2cbdb8', '2cbdb8', '2cbdb8', '65e7dc', 1, 2, 157, 0, 0, 1, 0, 1, 2, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (2001, 1971, 3, 15, 1, 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 2, 2, 163, 0, 0, 3, 0, 2, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (2002, 1971, 4, 11, 1, 'FFFFFF', 'FFFFFF', 'ed4f44', '674445', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 1, 2, 160, 3, 0, 0, 0, 1, 1, 110, 220, 30, 90, 275, 425, 130, 250, 0, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (2003, 1971, 6, 5, 1, 'FFFFFF', 'FFFFFF', '6973ab', '61c9f5', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 1, 1, 154, 0, 0, 1, 0, 1, 3, 110, 220, 30, 90, 275, 425, 130, 250, 0, 0, 2524608000, 0); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (9001, 1948, 5, 2, 2, '44A705', 'FFFFFF', '44A705', 'F3CD00', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 2, 2, 166, 1, 2, 7, 0, -1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 1); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (9002, 1971, 3, 15, 1, 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 0, 0, 140, 2, 0, 0, 0, -1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 1); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (9003, 1971, 3, 15, 1, 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 2, 3, 168, 1, 0, 0, 0, -1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 1); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (9004, 1971, 3, 15, 1, '464ed2', 'e48cfa', '464ed2', 'e48cfa', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 1, 1, 155, 0, 1, 0, 0, -1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 1); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (9005, 1971, 3, 15, 1, 'FFFFFF', 'FFFFFF', 'df4945', 'c3cacd', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '68D25D', '68D25D', '66D713', '25C4A4', 2, 3, 173, 1, 0, 0, 0, -1, 1, 170, 270, 180, 310, 275, 425, 180, 310, -1, 0, 2524608000, 1); INSERT INTO chara_data (id, birth_year, birth_month, birth_day, sex, image_color_main, image_color_sub, ui_color_main, ui_color_sub, ui_training_color_1, ui_training_color_2, ui_border_color, ui_num_color_1, ui_num_color_2, ui_turn_color, ui_wipe_color_1, ui_wipe_color_2, ui_wipe_color_3, ui_speech_color_1, ui_speech_color_2, ui_nameplate_color_1, ui_nameplate_color_2, height, bust, scale, skin, shape, socks, personal_dress, tail_model_id, race_running_type, ear_random_time_min, ear_random_time_max, tail_random_time_min, tail_random_time_max, story_ear_random_time_min, story_ear_random_time_max, story_tail_random_time_min, story_tail_random_time_max, attachment_model_id, mini_mayu_shader_type, start_date, chara_category) VALUES (9006, 1971, 7, 1, 1, 'FFFFFF', 'FFFFFF', '54498c', '8b9096', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 2, 1, 166, 1, 1, 0, 0, 1, 1, 1, 110, 220, 30, 90, 275, 425, 130, -1, 0, 2524608000, 1); -- Table: chara_motion_act CREATE TABLE 'chara_motion_act' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'target_motion' INTEGER NOT NULL, 'command_name' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (1, 1004, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (2, 1004, 1, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (3, 1005, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (4, 1005, 1, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (5, 1008, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (6, 1008, 1, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (7, 1009, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (8, 1009, 1, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (9, 1011, 2, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (10, 1011, 2, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (11, 1011, 2, 'mot01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (12, 1011, 2, 'mot01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (13, 1017, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (14, 1017, 1, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (15, 1017, 1, 'act02'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (16, 1017, 1, 'act02_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (17, 1018, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (18, 1018, 1, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (19, 1018, 1, 'act02'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (20, 1018, 1, 'act02_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (21, 1018, 1, 'mot01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (22, 1018, 1, 'mot01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (23, 1020, 1, 'act03'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (24, 1020, 1, 'act03_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (25, 1023, 1, 'mot02'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (26, 1023, 1, 'mot02_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (27, 1023, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (28, 1023, 1, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (29, 1032, 1, 'mot01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (30, 1032, 1, 'mot01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (31, 1036, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (32, 1036, 1, 'act01_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (33, 1045, 1, 'act02'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (34, 1045, 1, 'act02_mirror'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (35, 1050, 1, 'act01'); INSERT INTO chara_motion_act (id, chara_id, target_motion, command_name) VALUES (36, 1050, 1, 'act01_mirror'); -- Table: chara_motion_set CREATE TABLE 'chara_motion_set' ('id' INTEGER NOT NULL, 'body_motion' TEXT NOT NULL, 'body_motion_type' INTEGER NOT NULL, 'body_motion_play_type' INTEGER NOT NULL, 'face_type' TEXT NOT NULL, 'cheek' INTEGER NOT NULL, 'eye_default' INTEGER NOT NULL, 'ear_motion' TEXT NOT NULL, 'tail_motion' TEXT NOT NULL, 'tail_motion_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (0, 'idle01', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2, 'idle01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3, 'idle01', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4, 'idle01', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5, 'idle01', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6, 'idle01', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7, 'idle01', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9, 'idle01', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10, 'idle01', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11, 'idle01', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12, 'idle01', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13, 'idle01', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (14, 'idle01', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (15, 'idle01', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (16, 'idle01', 2, 2, 'Base', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1000, 'idle02', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001, 'idle02', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002, 'idle02', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003, 'idle02', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004, 'idle02', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005, 'idle02', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006, 'idle02', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007, 'idle02', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008, 'idle02', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009, 'idle02', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010, 'idle02', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011, 'idle02', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012, 'idle02', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013, 'idle02', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014, 'idle02', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015, 'idle02', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2000, 'mot01', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001, 'mot01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002, 'mot01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003, 'mot01', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2004, 'mot01', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2005, 'mot01', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2006, 'mot01', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2007, 'mot01', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2008, 'mot01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2009, 'mot01', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2010, 'mot01', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2011, 'mot01', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2012, 'mot01', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2013, 'mot01', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2014, 'mot01', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2015, 'mot01', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3000, 'mot02', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3001, 'mot02', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3002, 'mot02', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3003, 'mot02', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3004, 'mot02', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3005, 'mot02', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3006, 'mot02', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3007, 'mot02', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3008, 'mot02', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3009, 'mot02', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3010, 'mot02', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3011, 'mot02', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3012, 'mot02', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3013, 'mot02', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3014, 'mot02', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (3015, 'mot02', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4000, 'mot03', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4001, 'mot03', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4002, 'mot03', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4003, 'mot03', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4004, 'mot03', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4005, 'mot03', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4006, 'mot03', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4007, 'mot03', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4008, 'mot03', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4009, 'mot03', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4010, 'mot03', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4011, 'mot03', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4012, 'mot03', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4013, 'mot03', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4014, 'mot03', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (4015, 'mot03', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5000, 'mot04', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5001, 'mot04', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5002, 'mot04', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5003, 'mot04', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5004, 'mot04', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5005, 'mot04', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5006, 'mot04', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5007, 'mot04', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5008, 'mot04', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5009, 'mot04', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5010, 'mot04', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5011, 'mot04', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5012, 'mot04', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5013, 'mot04', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5014, 'mot04', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (5015, 'mot04', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6000, 'mot05', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6001, 'mot05', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6002, 'mot05', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6003, 'mot05', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6004, 'mot05', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6005, 'mot05', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6006, 'mot05', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6007, 'mot05', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6008, 'mot05', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6009, 'mot05', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6010, 'mot05', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6011, 'mot05', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6012, 'mot05', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6013, 'mot05', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6014, 'mot05', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (6015, 'mot05', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7000, 'mot06', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7001, 'mot06', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7002, 'mot06', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7003, 'mot06', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7004, 'mot06', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7005, 'mot06', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7006, 'mot06', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7007, 'mot06', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7008, 'mot06', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7009, 'mot06', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7010, 'mot06', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7011, 'mot06', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7012, 'mot06', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7013, 'mot06', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7014, 'mot06', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (7015, 'mot06', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8000, 'sudachi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8001, 'sudachi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8002, 'sudachi01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8003, 'sudachi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8004, 'sudachi01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8005, 'sudachi01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8006, 'sudachi01', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8007, 'sudachi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8008, 'sudachi01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8009, 'sudachi01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8010, 'sudachi01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8011, 'sudachi01', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8012, 'sudachi01', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8013, 'sudachi01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8014, 'sudachi01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (8015, 'sudachi01', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9000, 'sudachi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001, 'sudachi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002, 'sudachi02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003, 'sudachi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004, 'sudachi02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005, 'sudachi02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006, 'sudachi02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9007, 'sudachi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9008, 'sudachi02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9009, 'sudachi02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9010, 'sudachi02', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9011, 'sudachi02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9012, 'sudachi02', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9013, 'sudachi02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9014, 'sudachi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9015, 'sudachi02', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10000, 'sudachi03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10001, 'sudachi03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10002, 'sudachi03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10003, 'sudachi03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10004, 'sudachi03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10005, 'sudachi03', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10006, 'sudachi03', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10007, 'sudachi03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10008, 'sudachi03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10009, 'sudachi03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10010, 'sudachi03', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10011, 'sudachi03', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10012, 'sudachi03', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10013, 'sudachi03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10014, 'sudachi03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (10015, 'sudachi03', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11000, 'sudachi04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11001, 'sudachi04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11002, 'sudachi04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11003, 'sudachi04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11004, 'sudachi04', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11005, 'sudachi04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11006, 'sudachi04', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11007, 'sudachi04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11008, 'sudachi04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11009, 'sudachi04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11010, 'sudachi04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11011, 'sudachi04', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11012, 'sudachi04', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11013, 'sudachi04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11014, 'sudachi04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (11015, 'sudachi04', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12000, 'sudachi05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12001, 'sudachi05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12002, 'sudachi05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12003, 'sudachi05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12004, 'sudachi05', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12005, 'sudachi05', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12006, 'sudachi05', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12007, 'sudachi05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12008, 'sudachi05', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12009, 'sudachi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12010, 'sudachi05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12011, 'sudachi05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12012, 'sudachi05', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12013, 'sudachi05', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12014, 'sudachi05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (12015, 'sudachi05', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13000, 'sudachi06', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13001, 'sudachi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13002, 'sudachi06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13003, 'sudachi06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13004, 'sudachi06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13005, 'sudachi06', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13006, 'sudachi06', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13007, 'sudachi06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13008, 'sudachi06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13009, 'sudachi06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13010, 'sudachi06', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13011, 'sudachi06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13012, 'sudachi06', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13013, 'sudachi06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13014, 'sudachi06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (13015, 'sudachi06', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (14000, 'check01', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (15000, 'check02', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (16000, 'check03', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (17000, 'check04', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (18000, 'check05', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (19000, 'stretch09', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (20000, 'stretch03', 3, 1, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (21000, 'stretch01', 3, 1, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (22000, 'stretch22', 3, 1, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (23000, 'think09', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24000, 'idle01_mirror', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24001, 'idle01_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24002, 'idle01_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24003, 'idle01_mirror', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24004, 'idle01_mirror', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24005, 'idle01_mirror', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24006, 'idle01_mirror', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24007, 'idle01_mirror', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24008, 'idle01_mirror', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24009, 'idle01_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24010, 'idle01_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24011, 'idle01_mirror', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24012, 'idle01_mirror', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24013, 'idle01_mirror', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24014, 'idle01_mirror', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24015, 'idle01_mirror', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (24016, 'idle01_mirror', 2, 2, 'Base', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25000, 'idle02_mirror', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25001, 'idle02_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25002, 'idle02_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25003, 'idle02_mirror', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25004, 'idle02_mirror', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25005, 'idle02_mirror', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25006, 'idle02_mirror', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25007, 'idle02_mirror', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25008, 'idle02_mirror', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25009, 'idle02_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25010, 'idle02_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25011, 'idle02_mirror', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25012, 'idle02_mirror', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25013, 'idle02_mirror', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25014, 'idle02_mirror', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (25015, 'idle02_mirror', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26000, 'mot01_mirror', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26001, 'mot01_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26002, 'mot01_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26003, 'mot01_mirror', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26004, 'mot01_mirror', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26005, 'mot01_mirror', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26006, 'mot01_mirror', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26007, 'mot01_mirror', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26008, 'mot01_mirror', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26009, 'mot01_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26010, 'mot01_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26011, 'mot01_mirror', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26012, 'mot01_mirror', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26013, 'mot01_mirror', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26014, 'mot01_mirror', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (26015, 'mot01_mirror', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27000, 'mot02_mirror', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27001, 'mot02_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27002, 'mot02_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27003, 'mot02_mirror', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27004, 'mot02_mirror', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27005, 'mot02_mirror', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27006, 'mot02_mirror', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27007, 'mot02_mirror', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27008, 'mot02_mirror', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27009, 'mot02_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27010, 'mot02_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27011, 'mot02_mirror', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27012, 'mot02_mirror', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27013, 'mot02_mirror', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27014, 'mot02_mirror', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (27015, 'mot02_mirror', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28000, 'mot03_mirror', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28001, 'mot03_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28002, 'mot03_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28003, 'mot03_mirror', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28004, 'mot03_mirror', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28005, 'mot03_mirror', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28006, 'mot03_mirror', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28007, 'mot03_mirror', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28008, 'mot03_mirror', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28009, 'mot03_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28010, 'mot03_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28011, 'mot03_mirror', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28012, 'mot03_mirror', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28013, 'mot03_mirror', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28014, 'mot03_mirror', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (28015, 'mot03_mirror', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29000, 'mot04_mirror', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29001, 'mot04_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29002, 'mot04_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29003, 'mot04_mirror', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29004, 'mot04_mirror', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29005, 'mot04_mirror', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29006, 'mot04_mirror', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29007, 'mot04_mirror', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29008, 'mot04_mirror', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29009, 'mot04_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29010, 'mot04_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29011, 'mot04_mirror', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29012, 'mot04_mirror', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29013, 'mot04_mirror', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29014, 'mot04_mirror', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (29015, 'mot04_mirror', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30000, 'mot05_mirror', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30001, 'mot05_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30002, 'mot05_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30003, 'mot05_mirror', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30004, 'mot05_mirror', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30005, 'mot05_mirror', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30006, 'mot05_mirror', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30007, 'mot05_mirror', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30008, 'mot05_mirror', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30009, 'mot05_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30010, 'mot05_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30011, 'mot05_mirror', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30012, 'mot05_mirror', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30013, 'mot05_mirror', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30014, 'mot05_mirror', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (30015, 'mot05_mirror', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31000, 'mot06_mirror', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31001, 'mot06_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31002, 'mot06_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31003, 'mot06_mirror', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31004, 'mot06_mirror', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31005, 'mot06_mirror', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31006, 'mot06_mirror', 2, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31007, 'mot06_mirror', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31008, 'mot06_mirror', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31009, 'mot06_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31010, 'mot06_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31011, 'mot06_mirror', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31012, 'mot06_mirror', 2, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31013, 'mot06_mirror', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31014, 'mot06_mirror', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (31015, 'mot06_mirror', 2, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40000, 'mot01', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40001, 'mot02_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40002, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40003, 'mot02', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40004, 'pose04_mirror', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40005, 'ikaku01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40006, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40007, 'good02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40008, 'mot01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40009, 'mot04', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40010, 'mot02_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40011, 'idle02', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40012, 'happy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40013, 'mot06', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40014, 'mot02', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40015, 'oh10', 3, 2, 'DoyaA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40016, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40017, 'joy07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40018, 'fight06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40019, 'gatts03', 3, 2, 'DoyaA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40020, 'mot01', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40021, 'mot02_mirror', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40022, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40023, 'mot02', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40024, 'pose04_mirror', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40025, 'ikaku01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40026, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40027, 'good02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40028, 'mot01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40029, 'mot04', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40030, 'mot02_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40031, 'idle02', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40032, 'happy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40033, 'mot06', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40034, 'mot02', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40035, 'oh10', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40036, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40037, 'joy07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40038, 'fight06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40039, 'gatts03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40040, 'sad02', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40041, 'tekumi01', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40042, 'shock04', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40043, 'tired03', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40044, 'tired02', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40045, 'akire06', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40046, 'ikaku02', 3, 2, 'IkariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40047, 'muneate01', 3, 2, 'IkariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40048, 'shock01', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40049, 'idle02', 2, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40050, 'sudachi03', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40051, 'tired02_mirror', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40052, 'pain06', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40053, 'think07_mirror', 3, 2, 'IkariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40054, 'shock02_mirror', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40055, 'tekumi04', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40056, 'mot03', 2, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40057, 'think05_mirror', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40058, 'guard04_mirror', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40059, 'shock07', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40060, 'muneate10', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40061, 'shock08', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40062, 'pain01', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40063, 'mot02_mirror', 2, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40064, 'think06_mirror', 3, 2, 'IkariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40065, 'mot02', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40066, 'think02', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (40067, 'sudachi05', 3, 2, 'KomariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50001, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50002, 'guard03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50003, 'bow03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50004, 'muneate04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50005, 'tekumi01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50006, 'stretch06', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50007, 'stretch07', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50008, 'stretch08', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50009, 'stretch09', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50010, 'stretch10', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50011, 'stretch11', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50012, 'stretch12', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50013, 'stretch14', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50014, 'stretch15', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50015, 'stretch16', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50016, 'stretch17', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50017, 'stretch18', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50018, 'stretch19', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50019, 'stretch21', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (50020, 'stretch23', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971001, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971002, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971003, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971004, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971005, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971006, 'doll01_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971007, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971008, 'doll01_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971009, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971010, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971011, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971012, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971013, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971014, 'doll01_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971015, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971016, 'doll01_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971017, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971018, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971019, 'doll01_loop', 3, 1, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971020, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971023, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971024, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971025, 'doll01_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971026, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971027, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971028, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971030, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971032, 'doll01_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971035, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971037, 'doll01_loop', 3, 1, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971038, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971039, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971040, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971041, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971045, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971046, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971048, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971050, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971052, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971056, 'doll01_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971058, 'doll01_loop', 3, 1, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971059, 'doll01_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971060, 'doll01_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (971061, 'doll01_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972001, 'doll02_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972002, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972003, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972004, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972005, 'doll02_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972006, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972007, 'doll02_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972008, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972009, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972010, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972011, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972012, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972013, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972014, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972015, 'doll02_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972016, 'doll02_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972017, 'doll02_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972018, 'doll02_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972019, 'doll02_loop', 3, 1, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972020, 'doll02_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972023, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972024, 'doll02_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972025, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972026, 'doll02_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972027, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972028, 'doll02_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972030, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972032, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972035, 'doll02_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972037, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972038, 'doll02_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972039, 'doll02_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972040, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972041, 'doll02_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972045, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972046, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972048, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972050, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972052, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972056, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972058, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972059, 'doll02_loop', 3, 1, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972060, 'doll02_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (972061, 'doll02_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973001, 'doll03_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973002, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973003, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973004, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973005, 'doll03_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973006, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973007, 'doll03_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973008, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973009, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973010, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973011, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973012, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973013, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973014, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973015, 'doll03_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973016, 'doll03_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973017, 'doll03_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973018, 'doll03_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973019, 'doll03_loop', 3, 1, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973020, 'doll03_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973023, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973024, 'doll03_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973025, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973026, 'doll03_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973027, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973028, 'doll03_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973030, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973032, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973035, 'doll03_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973037, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973038, 'doll03_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973039, 'doll03_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973040, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973041, 'doll03_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973045, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973046, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973048, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973050, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973052, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973056, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973058, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973059, 'doll03_loop', 3, 1, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973060, 'doll03_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (973061, 'doll03_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974001, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974002, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974003, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974004, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974005, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974006, 'doll04_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974007, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974008, 'doll04_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974009, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974010, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974011, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974012, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974013, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974014, 'doll04_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974015, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974016, 'doll04_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974017, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974018, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974019, 'doll04_loop', 3, 1, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974020, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974023, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974024, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974025, 'doll04_loop', 3, 1, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974026, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974027, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974028, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974030, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974032, 'doll04_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974035, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974037, 'doll04_loop', 3, 1, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974038, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974039, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974040, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974041, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974045, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974046, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974048, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974050, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974052, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974056, 'doll04_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974058, 'doll04_loop', 3, 1, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974059, 'doll04_loop', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974060, 'doll04_loop', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (974061, 'doll04_loop', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980000, 'present01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980001, 'present02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980002, 'present03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980003, 'present04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980010, 'presentstand01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980011, 'presentstand02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980012, 'presentstand03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980013, 'presentstand04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980014, 'presentstand03', 3, 2, 'IkariA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980020, 'presentstart01', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980021, 'presentstart02', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 1); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980022, 'presentstart03', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 2); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (980023, 'presentstart04', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 3); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990000, 'idle01', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990001, 'idle01', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990002, 'idle01_mirror', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990003, 'idle01_mirror', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990010, 'idle02', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990011, 'idle02_mirror', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990012, 'idle02_mirror', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990013, 'idle02', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990020, 'mot01', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990021, 'mot01', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990030, 'mot02', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990031, 'mot02', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990040, 'mot03', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990041, 'mot03', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990050, 'mot04', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990051, 'mot04', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990060, 'mot05', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990061, 'mot05', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990062, 'mot05', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990063, 'mot05', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990070, 'act01', 2, 1, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990071, 'act01', 2, 1, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990072, 'act01', 2, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (990073, 'act01', 2, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991000, 'oh01', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991001, 'oh01', 3, 1, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991002, 'oh01', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991003, 'oh01_mirror', 3, 1, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991004, 'oh01_mirror', 3, 1, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991005, 'oh01_mirror', 3, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991010, 'oh05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991011, 'oh05', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991012, 'oh05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991013, 'oh05_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991014, 'oh05_mirror', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991015, 'oh05_mirror', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991020, 'oh06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991021, 'oh06', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991022, 'oh06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991023, 'oh06_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991024, 'oh06_mirror', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991025, 'oh06_mirror', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991030, 'oh08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991031, 'oh08', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991032, 'oh08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991033, 'oh08_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991034, 'oh08_mirror', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (991035, 'oh08_mirror', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992000, 'gatts02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992001, 'gatts02', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992002, 'gatts02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992010, 'gatts04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992011, 'gatts04', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992012, 'gatts04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992020, 'gatts05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992021, 'gatts05', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992022, 'gatts05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992030, 'gatts06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992031, 'gatts06', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992032, 'gatts06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992040, 'gatts07', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992041, 'gatts07', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992042, 'gatts07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992050, 'muneate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992051, 'muneate02', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992052, 'muneate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992060, 'muneate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992061, 'muneate03', 3, 2, 'WaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (992062, 'muneate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001000, 'advice01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001001, 'idea01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001002, 'hope07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001003, 'fight04', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001004, 'soppo01', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001005, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001006, 'muneate10', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001007, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001008, 'fight11', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001009, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001010, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001011, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001012, 'shy01', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001013, 'tekumi01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001014, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001015, 'surprise01', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001016, 'surprise05', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001017, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001018, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001019, 'kuchiate04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001020, 'hello05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001021, 'handsup01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001022, 'bow01', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001800, 'sneeze01', 3, 1, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001801, 'tekumi01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001802, 'idea01', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001803, 'surprise05', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001804, 'fight11', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001805, 'surprise01_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001806, 'sad02_mirror', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001807, 'fight01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001808, 'shy06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001809, 'sad02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001810, 'muneate10', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001811, 'think03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001812, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001813, 'shy06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001814, 'tekumi04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001815, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001816, 'sleep03', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1001817, 'idle02', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002000, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002001, 'muneate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002002, 'fight04', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002003, 'tekumi01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002004, 'sad02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002005, 'tekumi06', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002006, 'kuchiate04', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002007, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002008, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002009, 'tekumi06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002010, 'tekumi04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002011, 'tekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002012, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002013, 'guard03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002014, 'tekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002015, 'tekumi06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002016, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002017, 'fight01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002018, 'bow03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002019, 'muneate04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002800, 'tekumi01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002801, 'idle01', 2, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002802, 'surprise09', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002803, 'sad02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002804, 'sudachi01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002805, 'sudachi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002806, 'sad02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002807, 'tekumi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002808, 'kuchiate04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002809, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1002810, 'think06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003000, 'joy01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003001, 'koshiate02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003002, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003003, 'angry02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003004, 'shock04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003005, 'cry06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003006, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003007, 'fight07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003009, 'fight06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003010, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003011, 'akire02', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003012, 'shy06', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003013, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003014, 'surprise05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003015, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003016, 'koshiate06', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003017, 'near04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003018, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003019, 'udekumi01', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003020, 'byebye07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003021, 'think01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003022, 'hope02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003023, 'idea01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003800, 'sleep05', 3, 1, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003801, 'pose11', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003802, 'joy01', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003803, 'udekumi01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003804, 'angry02', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003805, 'near04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003806, 'cry06_mirror', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003807, 'koshiate09_mirror', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003808, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003809, 'koshiate09', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003810, 'shock04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003811, 'cry06', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003812, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003813, 'akire02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003814, 'shy06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003815, 'koshiate06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003816, 'think01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003817, 'sleep05', 3, 1, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003818, 'pose11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003819, 'joy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003820, 'udekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003821, 'angry02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003822, 'near04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003823, 'cry06_mirror', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1003824, 'koshiate09_mirror', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004000, 'muneate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004001, 'fight01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004002, 'koshiate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004003, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004004, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004005, 'tired03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004006, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004007, 'laugh02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004008, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004009, 'pose12', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004010, 'pose12', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004011, 'soppo10', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004012, 'tekumi06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004013, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004014, 'surprise05', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004015, 'good02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004016, 'fight12', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004017, 'koshiate03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004018, 'peace02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004019, 'pose08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004020, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004021, 'kuchiate03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004022, 'happy04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004023, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004024, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004025, 'advice03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004026, 'akire04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004027, 'tired03', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004028, 'pose12', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004029, 'clap01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004030, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004031, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004032, 'think04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004033, 'soppo01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004034, 'soppo05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004035, 'surprise03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004036, 'surprise09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004037, 'akire06', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004038, 'koshiate05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004800, 'koshiate01', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004801, 'laugh02', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004802, 'pose12', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004803, 'mot01', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004804, 'good02', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004805, 'idle01', 2, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004806, 'idle01', 2, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004807, 'muneate03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004808, 'think08', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004809, 'tired03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004810, 'laugh02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004811, 'pose12', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004812, 'mot01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004813, 'good02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004814, 'idle01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004815, 'idle01', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004816, 'muneate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004817, 'think08', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1004818, 'mot03', 2, 2, 'OutGameWaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005000, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005001, 'gatts04', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005002, 'koshiate01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005003, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005004, 'muneate01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005005, 'pain06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005006, 'think08', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005007, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005008, 'think05', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005009, 'think10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005010, 'pose11', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005011, 'koshiate03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005012, 'soppo10', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005013, 'shy05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005014, 'udekumi02', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005015, 'send03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005016, 'advice03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005017, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005018, 'think12', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005019, 'handsup02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005020, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005021, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005022, 'quiet02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005023, 'homestand05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005024, 'gatts04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005025, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005026, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005027, 'muneate01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005028, 'tired02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005029, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005030, 'quiet01', 3, 2, 'WinkL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005031, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005032, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005033, 'think05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005034, 'think02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005035, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005036, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005037, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005038, 'near05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005039, 'akire04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005040, 'soppo10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005800, 'koshiate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005801, 'clap01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005802, 'koshiate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005803, 'gatts04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005804, 'koshiate01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005805, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1005806, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006000, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006001, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006002, 'muneate05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006003, 'koshiate01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006004, 'think10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006005, 'soppo11', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006006, 'think06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006007, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006008, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006009, 'think09', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006010, 'muneate05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006011, 'koshiate01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006012, 'tekumi04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006013, 'shy02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006014, 'surprise05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006015, 'hungry01', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006016, 'idle01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006017, 'muneate05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006018, 'see01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006019, 'think06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006020, 'bow05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006021, 'hope03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006800, 'idle01', 2, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006801, 'koshiate01', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006802, 'muneate05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006803, 'sudachi02', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006804, 'koshiate01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006805, 'think10_mirror', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006806, 'gatts03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006807, 'think10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006808, 'think06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006809, 'think09', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006810, 'tekumi04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006811, 'shy02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006812, 'hungry01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006813, 'see01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006814, 'think06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006815, 'idle01', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006816, 'koshiate01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006817, 'muneate05', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006818, 'sudachi02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006819, 'koshiate01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006820, 'think10_mirror', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1006821, 'think09_mirror', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007000, 'gatts02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007001, 'joy05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007002, 'near05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007003, 'gatts01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007004, 'shock02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007005, 'ikaku02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007006, 'koshiate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007007, 'clap05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007008, 'think01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007009, 'pain01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007010, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007011, 'akire02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007012, 'happy02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007013, 'fight04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007015, 'surprise04', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007016, 'think01', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007017, 'cry04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007018, 'udekumi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007019, 'pose11', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007020, 'hello03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007021, 'come04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007022, 'bow05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007024, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007025, 'point12', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007026, 'joy05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007027, 'udekumi05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007028, 'ikaku01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007029, 'shock06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007030, 'shock02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007031, 'pose03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007032, 'koshiate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007033, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007034, 'pose11', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007035, 'think01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007036, 'shock08', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007037, 'shy02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007038, 'pose12', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007039, 'surprise02', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007040, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007041, 'akire01', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007042, 'akire02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007043, 'akire02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007800, 'think01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007801, 'advice04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007802, 'fight04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007803, 'koshiate02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007804, 'sleep05', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007805, 'koshiate02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007806, 'idle02', 2, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007807, 'idle02', 2, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007808, 'stretch01', 3, 1, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007809, 'point02', 3, 2, 'KomariA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007810, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007811, 'shy03', 3, 2, 'KomariC', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007812, 'laugh08', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007813, 'hot02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007814, 'think01', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007815, 'fight04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007816, 'happy03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007817, 'koshiate02', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007818, 'koshiate02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007819, 'ikaku02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007820, 'idle01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007821, 'surprise04_mirror', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007822, 'shock02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007823, 'gatts02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007824, 'think01_mirror', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007825, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007826, 'shock02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007827, 'think01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007828, 'pain01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007829, 'think01', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007830, 'think01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007831, 'sleep05', 3, 1, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007832, 'koshiate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007833, 'idle02', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007834, 'idle02', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007835, 'stretch01', 3, 1, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007836, 'shock01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007837, 'shy03', 3, 2, 'KomariC', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007838, 'laugh08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007839, 'think01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1007840, 'think01_mirror', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008000, 'gatts03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008001, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008002, 'koshiate04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008003, 'angry03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008004, 'soppo11', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008005, 'shock06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008006, 'udekumi05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008007, 'fight04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008008, 'think09', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008009, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008010, 'koshiate02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008011, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008012, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008013, 'soppo02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008015, 'surprise02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008016, 'ikaku01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008017, 'think07', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008018, 'pose11', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008019, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008020, 'akire02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008021, 'neckup02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008022, 'pain05', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008023, 'point03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008024, 'point04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008025, 'good01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008026, 'gatts07', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008027, 'angry03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008028, 'ikaku04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008029, 'shy05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008030, 'shock06', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008031, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008032, 'koshiate06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008033, 'koshiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008034, 'udekumi05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008035, 'think02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008036, 'think06', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008037, 'soppo02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008038, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008039, 'guard04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008040, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008041, 'akire02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008042, 'point04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008800, 'shy02', 3, 2, 'KomariC', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008801, 'shy02', 3, 2, 'KomariC', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008802, 'udekumi01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008803, 'surprise05', 3, 2, 'KomariC', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008804, 'shock06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008805, 'udekumi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008806, 'ikaku01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008807, 'fight04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008808, 'sleep05', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008809, 'neckup02', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008810, 'udekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008811, 'shock01', 3, 2, 'KomariC', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008812, 'soppo02', 3, 2, 'IkariA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008813, 'think09', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008814, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008815, 'idle01', 2, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008816, 'koshiate02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008817, 'fight04', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008818, 'shock01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008819, 'surprise05', 3, 2, 'KanasiA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008820, 'shock06_mirror', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008821, 'udekumi05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008822, 'soppo11', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008823, 'shock06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008824, 'think09', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008825, 'shock01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008826, 'shy02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008827, 'think07', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008828, 'shy02', 3, 2, 'KomariC', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008829, 'shy02', 3, 2, 'KomariC', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008830, 'shock06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008831, 'sleep05', 3, 1, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008832, 'soppo02', 3, 2, 'IkariA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008833, 'think09', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008834, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008835, 'idle01', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008836, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008837, 'fight04', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008838, 'shock01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008839, 'shock06_mirror', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008840, 'surprise05', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008841, 'pose11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1008842, 'pose11', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009000, 'muneate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009001, 'fight04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009002, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009003, 'gatts06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009004, 'sad02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009005, 'tekumi01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009006, 'tekumi06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009007, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009008, 'think06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009009, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009010, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009011, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009012, 'think05', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009013, 'guard03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009014, 'surprise05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009015, 'surprise10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009016, 'muneate01', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009017, 'advice02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009018, 'akire03', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009019, 'byebye08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009020, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009021, 'near05', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009800, 'tekumi01', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009801, 'idle01', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009802, 'surprise10', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009803, 'gatts06', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009804, 'think06', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009805, 'advice02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009806, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009807, 'idle01', 2, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009808, 'koshiate09', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009809, 'tekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009810, 'think06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009811, 'muneate01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009812, 'tekumi01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009813, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009814, 'surprise10', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009815, 'gatts06', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009816, 'think06', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009817, 'advice02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009818, 'think06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1009819, 'idle01', 2, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010000, 'hope01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010001, 'joy05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010002, 'soppo02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010003, 'angry02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010004, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010005, 'cry06', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010006, 'joy02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010007, 'good02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010009, 'shock08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010010, 'akire05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010011, 'akire02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010012, 'shy06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010013, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010014, 'surprise02', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010015, 'surprise04', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010016, 'gatts06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010017, 'oh05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010018, 'near08', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010019, 'joy03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010020, 'byebye07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010021, 'hope02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010022, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010800, 'hope01', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010801, 'idle01', 2, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010802, 'surprise02_mirror', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010803, 'idle02', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010804, 'sudachi02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010805, 'good02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010806, 'surprise04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010807, 'gatts06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010808, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010809, 'sad02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010810, 'cry06', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010811, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010812, 'akire05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010813, 'shock01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010814, 'hope01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010815, 'idle01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010816, 'surprise02_mirror', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010817, 'idle02', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010818, 'sudachi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1010819, 'sudachi01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011000, 'idea01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011001, 'muneate03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011002, 'sudachi03', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011003, 'tekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011004, 'sad02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011005, 'tired03', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011006, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011007, 'tired03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011008, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011009, 'think09', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011010, 'kuchiate04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011011, 'tired03', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011012, 'tekumi01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011013, 'muneate06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011014, 'guard03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011015, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011016, 'think03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011017, 'muneate04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011018, 'tekumi06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011019, 'tekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011020, 'advice01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011021, 'bow07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011800, 'hope01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011801, 'tekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011802, 'muneate06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011803, 'idle01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011804, 'surprise09_mirror', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011805, 'tired03_mirror', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011806, 'idea01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011807, 'idea01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011808, 'muneate06_mirror', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011809, 'tired03_mirror', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011810, 'idle01', 2, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011811, 'muneate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011812, 'sad02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011813, 'tired03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011814, 'think03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011815, 'think09', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011816, 'kuchiate04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011817, 'think03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011818, 'muneate06_mirror', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011819, 'idle02', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1011820, 'sneeze01', 3, 1, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012000, 'koshiate10', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012001, 'oh08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012002, 'ikaku02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012003, 'angry03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012004, 'shock04', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012005, 'soppo11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012006, 'udekumi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012007, 'pose11', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012008, 'think05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012009, 'think06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012010, 'shock04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012011, 'udekumi06', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012012, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012013, 'shy05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012016, 'ikaku01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012017, 'near08', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012018, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012019, 'koshiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012020, 'akire02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012021, 'neckup03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012022, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012023, 'koshiate06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012024, 'koshiate09', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012025, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012026, 'oh08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012027, 'ikaku02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012028, 'koshiate02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012029, 'shock04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012030, 'soppo11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012031, 'udekumi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012032, 'pose11', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012033, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012034, 'koshiate04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012035, 'think05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012036, 'udekumi06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012037, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012038, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012039, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012040, 'surprise06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012041, 'akire02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012042, 'think10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012800, 'shock04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012801, 'soppo11', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012802, 'think05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012803, 'udekumi06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012804, 'shy05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012805, 'akire02', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012806, 'think10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012807, 'koshiate04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012808, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012809, 'udekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012810, 'pose11', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1012811, 'gatts06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013000, 'hope01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013001, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013002, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013003, 'koshiate01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013004, 'tekumi03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013005, 'sad02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013006, 'muneate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013007, 'fight11', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013008, 'think06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013009, 'kuchiate04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013010, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013011, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013012, 'tekumi04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013013, 'tekumi01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013014, 'surprise05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013015, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013016, 'muneate01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013017, 'hope04', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013018, 'koshiate03', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013019, 'tekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013020, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013021, 'hope08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013022, 'hungry01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013023, 'tekumi06', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013800, 'idle01', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013801, 'kuchiate04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013802, 'sad02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013803, 'fight04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013804, 'idea02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013805, 'surprise09', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013806, 'sad02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013807, 'think06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013808, 'kuchiate04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013809, 'tekumi04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013810, 'muneate01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013811, 'hope04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1013812, 'idle01', 2, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014000, 'koshiate06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014001, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014002, 'angry03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014003, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014004, 'tired02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014005, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014006, 'udekumi05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014007, 'gatts06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014008, 'think09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014009, 'think11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014010, 'akire02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014011, 'shy06', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014012, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014013, 'shy05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014014, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014015, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014016, 'good02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014017, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014018, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014019, 'koshiate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014020, 'akire05', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014021, 'hello03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014022, 'near06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014023, 'bow02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014024, 'guard04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014025, 'oh02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014026, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014027, 'angry03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014028, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014029, 'tired04', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014030, 'shock01', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014031, 'udekumi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014032, 'gatts06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014033, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014034, 'koshiate02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014035, 'think09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014036, 'think11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014037, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014038, 'shy05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014039, 'surprise02', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014040, 'surprise07', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014041, 'akire05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014042, 'shock02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014800, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014801, 'sleep04', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014802, 'udekumi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014803, 'shy06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014804, 'shy02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014805, 'joy06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014806, 'idle01', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014807, 'tired02_mirror', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014808, 'koshiate09_mirror', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014809, 'tired02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014810, 'think09', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014811, 'think11', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014812, 'shy05', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014813, 'shock01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014814, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014815, 'sleep04', 3, 1, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014816, 'tired02_mirror', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014817, 'koshiate09_mirror', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1014818, 'sneeze01', 3, 1, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015000, 'advice02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015001, 'clap04', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015002, 'koshiate03', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015003, 'neckup03', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015004, 'shock03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015005, 'pose03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015006, 'muneate07', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015007, 'udekumi02', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015008, 'think01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015009, 'think06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015010, 'udekumi01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015011, 'akire02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015012, 'soppo10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015013, 'neckup02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015016, 'koshiate09', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015017, 'send01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015018, 'koshiate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015019, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015020, 'akire06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015021, 'neckup02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015022, 'point04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015023, 'muneate02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015024, 'ikaku03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015800, 'advice02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015801, 'clap04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015802, 'koshiate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015803, 'pose03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015804, 'udekumi02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015805, 'think01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015806, 'think06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015807, 'akire02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015808, 'soppo10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015809, 'neckup02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015810, 'shock03', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015811, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015812, 'udekumi02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015813, 'koshiate09_mirror', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015814, 'think01_mirror', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015815, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015816, 'idle01', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015817, 'koshiate03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1015818, 'send01_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016000, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016001, 'koshiate04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016002, 'udekumi01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016003, 'tired02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016004, 'think02', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016005, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016006, 'udekumi01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016007, 'think06', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016008, 'think10', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016009, 'udekumi02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016010, 'think07', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016011, 'pose11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016012, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016013, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016014, 'ikaku02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016015, 'koshiate04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016016, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016017, 'koshiate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016018, 'pain06', 3, 2, 'IkariA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016019, 'koshiate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016020, 'udekumi05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016021, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016022, 'ikaku03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 1); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016800, 'mot01', 2, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016801, 'udekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016802, 'mot02', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016803, 'mot01', 2, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016804, 'mot01', 2, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016805, 'mot01', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016806, 'mot01', 2, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016807, 'mot02', 2, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1016808, 'gatts03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017000, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017001, 'think06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017002, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017003, 'muneate01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017004, 'think06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017005, 'pain06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017006, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017007, 'udekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017008, 'think05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017009, 'think08', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017010, 'koshiate01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017011, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017012, 'udekumi02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017013, 'think05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017015, 'advice02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017016, 'koshiate01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017017, 'koshiate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017018, 'udekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017019, 'think05', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017020, 'koshiate03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017021, 'koshiate01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017022, 'advice02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017023, 'think06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017024, 'gatts03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017025, 'advice03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017026, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017027, 'soppo10', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017028, 'udekumi04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017029, 'advice02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017030, 'think05', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017031, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017032, 'koshiate01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017033, 'think05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017034, 'kuchiate04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017035, 'think08', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017036, 'udekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017037, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017038, 'think02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017039, 'tired02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017800, 'think05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017801, 'koshiate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017802, 'koshiate03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017803, 'think05', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017804, 'udekumi02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017805, 'koshiate03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017806, 'surprise05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017807, 'think05', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017808, 'advice02', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017809, 'koshiate03', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017810, 'think05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017811, 'gatts03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017812, 'think06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017813, 'pain06', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017814, 'think05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017815, 'koshiate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017816, 'think05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017817, 'think05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017818, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017819, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017820, 'surprise05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017821, 'think05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017822, 'advice02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017823, 'think05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017824, 'think05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017825, 'koshiate03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1017826, 'koshiate01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018000, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018001, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018002, 'neckup01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018003, 'udekumi01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018004, 'tired02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018005, 'think07', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018006, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018007, 'neckup03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018008, 'think05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018009, 'think09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018010, 'think12', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018011, 'koshiate01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018012, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018013, 'soppo11', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018014, 'surprise02', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018015, 'ikaku03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018016, 'neckup02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018017, 'koshiate03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018018, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018019, 'think02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018020, 'think08_mirror', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018021, 'neckup03', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018022, 'bow05', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018023, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018024, 'udekumi05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018025, 'neckup01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018026, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018027, 'cry05', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018028, 'shock04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018029, 'kuchiate04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018030, 'koshiate06', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018031, 'koshiate01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018032, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018033, 'think06', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018034, 'soppo10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018035, 'soppo11', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018036, 'soppo12', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018037, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018038, 'surprise10', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018039, 'advice02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018040, 'think02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018800, 'soppo10', 3, 2, 'IkariA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018801, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018802, 'think07', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018803, 'think05', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018804, 'think09', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018805, 'idle02', 2, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018806, 'koshiate03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018807, 'idle01', 2, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018808, 'koshiate01', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018809, 'sudachi04', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018810, 'think07', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018811, 'udekumi01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018812, 'neckup01', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018813, 'gatts03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018814, 'neckup01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018815, 'think07', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018816, 'think05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018817, 'think09', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018818, 'think12', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018819, 'soppo11', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018820, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018821, 'soppo10', 3, 2, 'IkariA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018822, 'think07', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018823, 'think05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018824, 'think09', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018825, 'idle02', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018826, 'idle01', 2, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018827, 'koshiate01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018828, 'sudachi04', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018829, 'think07', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018830, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018831, 'neckup01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018832, 'neckup01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018833, 'think05', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1018834, 'koshiate01', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019000, 'fight09', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019001, 'oh07', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019002, 'muneate01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019003, 'udekumi02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019004, 'tekumi04', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019005, 'shock03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019006, 'fight07', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019007, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019009, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019010, 'tekumi05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019011, 'shy06', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019012, 'shy03', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019013, 'guard02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019014, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019015, 'guard04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019016, 'happy02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019017, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019018, 'koshiate01', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019019, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019020, 'bow03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019021, 'byebye08', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019022, 'pain05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019800, 'hope01', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019801, 'see11', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019802, 'fight06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019803, 'cry04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019804, 'think01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019805, 'fight04', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019806, 'sleep01', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019807, 'fight01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019808, 'soppo10', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019809, 'guard04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019810, 'advice04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019811, 'see01', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019812, 'muneate02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019813, 'koshiate02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019814, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019815, 'think09', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019816, 'surprise07', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019817, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1019818, 'joy01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020000, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020001, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020002, 'fight04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020003, 'udekumi01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020004, 'tired02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020005, 'muneate01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020006, 'tekumi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020007, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020008, 'think01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020009, 'think09', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020010, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020011, 'akire06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020012, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020013, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020014, 'surprise05', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020015, 'joke02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020016, 'advice04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020017, 'udekumi02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020018, 'akire05', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020019, 'peace02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020020, 'come04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020021, 'think01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020022, 'oh05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020023, 'koshiate02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020024, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020025, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020026, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020027, 'shock04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020028, 'shock02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020029, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020030, 'near05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020031, 'swing02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020032, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020033, 'think09', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020034, 'think01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020035, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020036, 'soppo05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020037, 'guard04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020038, 'surprise05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020039, 'akire05', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020040, 'advice02', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020800, 'good02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020801, 'sudachi03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020802, 'joke02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020803, 'oh11', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020804, 'joy02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1020805, 'clap03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021000, 'good01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021001, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021002, 'ikaku02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021003, 'angry02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021004, 'shock06', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021005, 'soppo07', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021006, 'fight04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021007, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021008, 'think09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021009, 'shock07', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021010, 'akire02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021011, 'udekumi05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021012, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021013, 'surprise10', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021014, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021016, 'udekumi05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021017, 'near06', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021018, 'akire04', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021019, 'handsup01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021020, 'near05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021021, 'sorry01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021023, 'good01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021024, 'gatts01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021025, 'fight07', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021026, 'angry01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021027, 'ng04', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021028, 'shock02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021029, 'shock05', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021030, 'laugh06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021031, 'clap05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021032, 'udekumi05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021033, 'koshiate02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021034, 'think10', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021035, 'near06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021036, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021037, 'soppo11', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021038, 'surprise06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021039, 'surprise08', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021040, 'akire06', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021041, 'shock06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1021800, 'koshiate02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022000, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022001, 'hope07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022002, 'swing02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022003, 'joy01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022004, 'sad02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022005, 'tekumi01', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022006, 'laugh03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022007, 'laugh04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022008, 'think03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022009, 'think09', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022010, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022011, 'tekumi06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022012, 'tekumi05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022013, 'shy09', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022014, 'surprise01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022015, 'fight11', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022016, 'fight09', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022017, 'tekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022018, 'koshiate02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022019, 'byebye08', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022020, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022021, 'bow07', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1022022, 'idea01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023000, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023001, 'muneate01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023003, 'koshiate03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023004, 'soppo11', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023005, 'think07', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023006, 'udekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023007, 'think05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023008, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023009, 'pain04', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023010, 'koshiate03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023011, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023012, 'tekumi06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023013, 'soppo10', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023015, 'advice02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023016, 'pain06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023017, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023018, 'think10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023019, 'muneate05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023020, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023021, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023800, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023801, 'think08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023802, 'surprise05', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023803, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023804, 'tekumi06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023805, 'soppo11', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023806, 'think05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023807, 'muneate05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023808, 'udekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023809, 'idle02_mirror', 2, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023810, 'think07_mirror', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023811, 'surprise05_mirror', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023812, 'sudachi04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023813, 'idle01_mirror', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023814, 'advice02_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023815, 'sleep05', 3, 1, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023816, 'idle01', 2, 2, 'KomariA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023817, 'advice02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023818, 'koshiate01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023819, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023820, 'think08', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023821, 'think06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1023822, 'koshiate01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024000, 'joy01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024001, 'joy05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024002, 'fight04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024003, 'near01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024004, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024005, 'shock02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024006, 'swing03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024007, 'near04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024008, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024009, 'shock08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024010, 'shy03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024011, 'laugh02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024012, 'shy03', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024013, 'shy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024014, 'guard03', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024015, 'surprise06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024016, 'happy03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024017, 'gatts06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024018, 'swing02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024019, 'swing02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024020, 'swing02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024021, 'byebye07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024022, 'near01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024023, 'hope07', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024024, 'idea01', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024025, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024026, 'fight07', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024027, 'near04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024028, 'angry02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024029, 'sad02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024030, 'tekumi04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024031, 'joy01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024032, 'swing03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024033, 'swing02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024034, 'think03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024035, 'think11', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024036, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024037, 'shy03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024038, 'surprise04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024039, 'surprise06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024040, 'swing01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024041, 'soppo01', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024800, 'swing02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024801, 'sleep02', 3, 2, 'DereA', 0, 1, 'EarC', '', 1); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024802, 'laugh02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024803, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024804, 'joy05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024805, 'joy01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024806, 'near01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024807, 'guard03_mirror', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024808, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024809, 'sad02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024810, 'shock02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024811, 'think03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024812, 'shock08', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024813, 'shy03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024814, 'sleep02', 3, 2, 'DereA', 0, 0, 'EarC', '', 1); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024815, 'sleep04', 3, 1, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024816, 'gatts06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1024817, 'shy03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025000, 'fight01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025001, 'kuchiate04', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025002, 'muneate01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025003, 'sad02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025004, 'tekumi04', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025005, 'tekumi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025006, 'tired03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025007, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025008, 'think06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025009, 'tekumi03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025010, 'tekumi04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025011, 'tekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025012, 'soppo12', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025013, 'guard03', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025014, 'guard02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025015, 'see01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025016, 'kuchiate04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025017, 'bow03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025018, 'come03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025019, 'hope04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025020, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025800, 'tekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025801, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025802, 'think09', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025803, 'think06', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025804, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1025805, 'hope04', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026000, 'muneate01', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026001, 'muneate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026002, 'kuchiate04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026003, 'pain06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026004, 'sleep01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026005, 'pain06', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026006, 'bow05', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026007, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026800, 'mot02', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026801, 'idle02', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026802, 'sudachi01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026803, 'sudachi05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026804, 'sudachi05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026805, 'idle02', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026806, 'muneate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026807, 'sudachi04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026808, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026809, 'sudachi05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026810, 'sudachi04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026811, 'sudachi01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026812, 'kuchiate04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026813, 'idle01', 2, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1026814, 'mot02', 2, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027000, 'joy06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027001, 'fight06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027003, 'koshiate09', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027004, 'muneate02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027005, 'tekumi04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027006, 'ikaku04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027007, 'koshiate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027009, 'udekumi06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027010, 'koshiate03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027011, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027012, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027013, 'shy06', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027015, 'guard04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027016, 'gatts04', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027017, 'stretch09', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027018, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027019, 'koshiate01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027020, 'hello04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027021, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027022, 'bow02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027023, 'idea01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027024, 'joy06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027025, 'fight06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027026, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027027, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027028, 'muneate02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027029, 'tekumi04', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027030, 'good01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027031, 'koshiate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027032, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027033, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027034, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027035, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027036, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027037, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027038, 'guard04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027039, 'soppo11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027040, 'shock04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027041, 'fight02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027042, 'muscle02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027800, 'mot03', 3, 2, 'KomariC', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027801, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027802, 'think09', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027803, 'pose11', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027804, 'koshiate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027805, 'sudachi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027806, 'fight06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027807, 'guard04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027808, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027809, 'yell01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027810, 'tekumi04_mirror', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027811, 'koshiate09_mirror', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027812, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027813, 'shy06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027814, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027815, 'mot03', 3, 2, 'KomariC', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027816, 'tekumi04_mirror', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027817, 'koshiate09_mirror', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1027818, 'hello04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028000, 'koshiate10', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028001, 'laugh04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028002, 'fight06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028003, 'soppo07', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028004, 'tekumi03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028005, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028006, 'fight07', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028007, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028009, 'think06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028010, 'tekumi04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028011, 'soppo06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028012, 'shy07', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028013, 'guard04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028015, 'surprise01', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028016, 'pose08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028017, 'handsup01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028018, 'kuchiate04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028019, 'bow06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028020, 'byebye08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028021, 'hope08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028022, 'idea01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028800, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028801, 'koshiate10', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028802, 'mot03_mirror', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028803, 'think09', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028804, 'think03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028805, 'happy04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028806, 'sad02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028807, 'homestand12', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1028808, 'oh11', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029000, 'hope01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029001, 'joy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029002, 'muneate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029003, 'fight11', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029004, 'tired03', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029005, 'tekumi03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029006, 'muneate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029007, 'laugh03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029008, 'think03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029009, 'shock08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029010, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029011, 'kuchiate04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029012, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029013, 'shy07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029014, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029015, 'surprise04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029016, 'near07', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029017, 'fight08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029018, 'bow03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029019, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029020, 'surprise10', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029021, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029022, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029023, 'fight01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029024, 'soppo06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029025, 'fight06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029026, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029027, 'muneate10', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029028, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029029, 'joy01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029030, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029031, 'shy01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029032, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029033, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029034, 'surprise10', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029035, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029036, 'kuchiate04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1029037, 'near08', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030000, 'fight01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030001, 'hope06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030002, 'fight01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030003, 'hope04', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030004, 'muneate10', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030005, 'tekumi03', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030006, 'tired03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030007, 'laugh02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030008, 'kuchiate04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030009, 'muneate04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030010, 'kuchiate04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030011, 'shy07', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030012, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030013, 'shy03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030014, 'guard03', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030015, 'surprise10', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030016, 'cry03_mirror', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030017, 'fight01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030018, 'tekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030019, 'tekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030020, 'tekumi05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030021, 'byebye11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030022, 'bow03', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030023, 'guard02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030024, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030800, 'happy03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030801, 'shake02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030802, 'kuchiate04', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030803, 'kuchiate04', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030804, 'fight01', 3, 2, 'Base', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030805, 'hope06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030806, 'sleep02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030807, 'hope06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030808, 'shy03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030809, 'shy01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030810, 'guard03', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030811, 'surprise10', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030812, 'fight01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030813, 'laugh02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030814, 'tired03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030815, 'tekumi03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030816, 'muneate04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030817, 'hope06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030818, 'hope04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030819, 'muneate10', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030820, 'tekumi03', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030821, 'shy07', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030822, 'shy03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030823, 'kuchiate04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030824, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030825, 'hope06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030826, 'sleep02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030827, 'tired03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030828, 'kuchiate04', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1030829, 'tired03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031000, 'gatts04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031001, 'gatts06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031002, 'koshiate10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031003, 'fight04', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031004, 'soppo06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031005, 'hope04', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031006, 'tekumi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031007, 'idea01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031008, 'think03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031009, 'soppo11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031010, 'soppo06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031011, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031012, 'shy05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031013, 'hello05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031014, 'surprise05', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031015, 'surprise04', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031016, 'advice04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031017, 'gatts04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031018, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031019, 'byebye08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031020, 'near02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031021, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031022, 'muneate09', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031024, 'joy06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031025, 'salute02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031026, 'koshiate10', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031027, 'ng02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031028, 'udekumi03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031029, 'soppo06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031030, 'muneate09', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031031, 'gatts07', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031032, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031033, 'think09', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031034, 'soppo11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031035, 'shy02', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031036, 'hello05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031037, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031038, 'surprise10', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031039, 'akire02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1031040, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032000, 'neckup02', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032001, 'think08', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032003, 'koshiate03', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032004, 'pain06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032005, 'shock04', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032006, 'near06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032007, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032008, 'think09', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032009, 'think08', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032010, 'udekumi02', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032011, 'koshiate01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032012, 'think05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032013, 'soppo10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032015, 'clap04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032016, 'think01', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032017, 'koshiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032018, 'akire03', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032019, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032020, 'point04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032021, 'advice02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032022, 'hope03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032023, 'neckup01', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032024, 'idea03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032025, 'udekumi05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032026, 'koshiate01', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032027, 'udekumi04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032028, 'shock04', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032029, 'near06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032030, 'tekumi06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032031, 'think05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032032, 'think09', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032033, 'udekumi02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032034, 'koshiate01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032035, 'soppo12', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032036, 'think06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032037, 'surprise10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032038, 'guard04', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032039, 'think02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032040, 'akire06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032800, 'sleep05', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032801, 'sneeze01', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032802, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032803, 'point04_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032804, 'think05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032805, 'koshiate01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032806, 'think08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032807, 'shock04', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032808, 'advice02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032809, 'neckup02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032810, 'pain06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032811, 'think09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032812, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032813, 'udekumi02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032814, 'think01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032815, 'sleep05', 3, 1, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1032816, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033000, 'tekumi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033001, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033002, 'soppo10', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033003, 'koshiate01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033004, 'think02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033005, 'muneate01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033006, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033007, 'kuchiate04', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033008, 'soppo12', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033009, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033010, 'think05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033011, 'muneate05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033012, 'tekumi04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033013, 'tekumi06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033014, 'guard03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033015, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033016, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033017, 'tekumi01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033018, 'bow05', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033019, 'udekumi02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033020, 'muneate05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1033021, 'hope03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034000, 'fight02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034001, 'oh08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034003, 'gatts06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034004, 'think07', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034005, 'shock06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034006, 'koshiate10', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034007, 'koshiate04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034008, 'udekumi06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034009, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034010, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034011, 'pose11', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034012, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034013, 'surprise10', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034014, 'surprise06', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034015, 'surprise05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034016, 'near06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034017, 'angry03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034018, 'udekumi05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034019, 'shock04', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034020, 'handsup01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034021, 'muneate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034022, 'hope02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034023, 'idea01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034024, 'good01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034025, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034026, 'angry03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034027, 'stop01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034028, 'shock02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034029, 'shock07', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034030, 'ikaku01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034031, 'koshiate10', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034032, 'udekumi05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034033, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034034, 'soppo11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034035, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034036, 'ng03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034037, 'surprise06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034038, 'surprise05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034039, 'think07', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1034040, 'tired02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035000, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035001, 'fight03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035002, 'fight04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035003, 'angry02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035004, 'muneate03', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035005, 'shock02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035006, 'laugh06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035007, 'fight06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035009, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035010, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035011, 'guard04', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035012, 'shy06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035013, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035014, 'surprise06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035015, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035016, 'cry04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035017, 'joy05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035018, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035019, 'akire05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035020, 'byebye07', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035021, 'fight07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035022, 'bow02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035024, 'oh10', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035025, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035026, 'angry02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035027, 'surprise10', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035028, 'shock02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035029, 'muneate03', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035030, 'ikaku04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035031, 'fight06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035032, 'fight01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035033, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035034, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035035, 'shy02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035036, 'shy06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035037, 'surprise06', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035038, 'shock01', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035039, 'akire04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035040, 'shock05', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035041, 'cry04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035800, 'fight06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035801, 'fight01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035802, 'fight06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035803, 'fight01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035804, 'shy02', 3, 2, 'KusyoAL', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035805, 'guard04', 3, 2, 'KomariC', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035806, 'sleep04', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035807, 'pose11', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035808, 'joy05', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035809, 'angry02_mirror', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035810, 'fight06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035811, 'surprise06', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035812, 'shock02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035813, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035814, 'shock07', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035815, 'shy06_mirror', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035816, 'shock01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035817, 'cry04', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035818, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035819, 'sleep04', 3, 1, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035820, 'pose11', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035821, 'joy05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1035822, 'angry02_mirror', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036000, 'koshiate09', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036001, 'gatts03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036002, 'neckup03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036003, 'ikaku03', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036004, 'tired02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036005, 'soppo11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036006, 'udekumi01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036007, 'koshiate06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036008, 'think06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036009, 'think10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036010, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036011, 'pose11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036012, 'soppo02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036013, 'akire03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036014, 'koshiate03', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036015, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036016, 'pose11', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036017, 'udekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036018, 'koshiate04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036019, 'akire02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036020, 'point04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036021, 'pain06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036022, 'advice02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1036023, 'ikaku01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037000, 'muneate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037001, 'laugh03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037002, 'tekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037003, 'udekumi02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037004, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037005, 'soppo08', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037006, 'fight01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037007, 'tekumi06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037008, 'think06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037009, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037010, 'kuchiate04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037011, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037012, 'think08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037013, 'tired03', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037014, 'surprise03', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037015, 'guard03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037016, 'tekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037017, 'advice03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037018, 'soppo12', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037019, 'bow03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037020, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037021, 'muneate04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037800, 'muneate05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037801, 'mot01', 2, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1037802, 'muneate03_mirror', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038000, 'fight11', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038001, 'fight05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038002, 'soppo01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038003, 'near02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038004, 'tekumi05', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038005, 'muneate10', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038006, 'happy04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038007, 'pose08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038008, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038009, 'shock08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038010, 'shy03', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038011, 'kuchiate04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038012, 'tekumi04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038013, 'hope06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038014, 'surprise01', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038015, 'guard03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038016, 'quiet02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038017, 'cry08', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038018, 'swing02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038019, 'near01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038020, 'hello05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038021, 'come04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038022, 'hope08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038023, 'request02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038800, 'guard03_mirror', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038801, 'tekumi05_mirror', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038802, 'happy04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038803, 'kuchiate04_mirror', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038804, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038805, 'fight05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038806, 'near02_mirror', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038807, 'muneate10', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038808, 'surprise01_mirror', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038809, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038810, 'muneate10', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038811, 'sleep05', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1038812, 'happy04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039000, 'happy04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039001, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039002, 'muneate01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039003, 'soppo01', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039004, 'tekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039005, 'shock02', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039006, 'pose12', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039007, 'fight04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039008, 'think04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039009, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039010, 'think05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039011, 'koshiate02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039012, 'shy03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039013, 'guard02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039014, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039016, 'laugh08', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039017, 'fight12', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039018, 'udekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039019, 'akire06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039020, 'byebye09', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039021, 'come03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039022, 'hope07', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039023, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039800, 'fight04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039801, 'oh05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039802, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039803, 'muneate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039804, 'oh05', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039805, 'think04', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039806, 'tired02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039807, 'oh06_mirror', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039808, 'pain01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039809, 'fight04', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039810, 'tired02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039811, 'joy06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039812, 'koshiate02', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039813, 'cry04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039814, 'fight06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039815, 'joy06_mirror', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039816, 'think04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039817, 'udekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039818, 'udekumi01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1039819, 'sleep03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040000, 'udekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040001, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040002, 'neckup01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040003, 'fight04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040004, 'akire04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040005, 'soppo12', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040006, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040007, 'udekumi02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040008, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040009, 'think02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040010, 'soppo12', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040011, 'tekumi06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040012, 'soppo11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040013, 'soppo10', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040014, 'surprise05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040016, 'advice02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040017, 'akire03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040018, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040019, 'akire06', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040020, 'handsup02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040021, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040022, 'hope03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040023, 'homestand06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040800, 'mot01', 2, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040801, 'sleep05', 3, 1, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040802, 'akire03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040803, 'koshiate03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040804, 'fight04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040805, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040806, 'gatts03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040807, 'fight06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040808, 'think10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040809, 'think08', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040810, 'neckup02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040811, 'soppo12', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040812, 'gatts03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040813, 'udekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040814, 'idle02', 2, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040815, 'koshiate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040816, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040817, 'think06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040818, 'think06', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040819, 'think06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1040820, 'surprise02_mirror', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041000, 'fight04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041001, 'gatts06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041003, 'koshiate09', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041004, 'tekumi04', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041005, 'shock03', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041006, 'think01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041007, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041009, 'shock08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041010, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041011, 'akire02', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041012, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041013, 'soppo10', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041014, 'surprise06', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041015, 'surprise02', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041016, 'muneate07', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041017, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041018, 'koshiate03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041019, 'soppo01', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041020, 'idea02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041021, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041022, 'set01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041023, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041024, 'point12', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041025, 'angry03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041026, 'udekumi05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041027, 'shock02', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041028, 'shock06', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041029, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041030, 'fight06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041031, 'koshiate02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041032, 'think01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041033, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041034, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041035, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041036, 'guard04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041037, 'shock01', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041038, 'akire06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041039, 'akire04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041800, 'clap01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041801, 'think09', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041802, 'shock03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041803, 'surprise02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041804, 'yell01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041805, 'muneate07', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041806, 'fight04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041807, 'shy02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041808, 'koshiate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041809, 'surprise02_mirror', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041810, 'yell01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041811, 'fight04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041812, 'tekumi04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041813, 'think01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041814, 'think09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041815, 'shock08', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041816, 'shy05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041817, 'shy02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041818, 'surprise02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041819, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041820, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041821, 'think09', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041822, 'shock03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041823, 'muneate07', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1041824, 'gatts06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042000, 'koshiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042001, 'gatts04', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042003, 'near05', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042004, 'koshiate03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042005, 'tired02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042006, 'pose12', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042007, 'laugh08', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042008, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042009, 'soppo12', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042010, 'pose12', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042011, 'soppo07', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042012, 'think04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042013, 'hot02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042014, 'guard03', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042016, 'kiss02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042017, 'udekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042018, 'koshiate04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042019, 'akire04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042020, 'byebye09', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042021, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042022, 'advice02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1042023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043000, 'koshiate06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043001, 'oh08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043002, 'udekumi05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043003, 'angry01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043004, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043005, 'shake06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043006, 'koshiate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043007, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043009, 'sorry03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043010, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043011, 'shy02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043012, 'kuchiate04', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043013, 'surprise02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043014, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043015, 'fight03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043016, 'fight06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043017, 'udekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043018, 'koshiate04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043019, 'akire02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043020, 'handsup01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043021, 'fight13', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043022, 'stomp01', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1043023, 'hope03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044000, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044001, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044002, 'udekumi05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044003, 'neckup03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044004, 'udekumi03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044005, 'shock08', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044006, 'gatts06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044007, 'joy01', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044009, 'shock04', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044010, 'soppo06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044011, 'koshiate05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044012, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044013, 'shy01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044015, 'guard02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044016, 'stop01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044017, 'fight04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044018, 'koshiate02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044019, 'guard03', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044020, 'hello03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044021, 'advice04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044022, 'hurry01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1044023, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045000, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045001, 'hope08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045002, 'muneate06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045003, 'fight11', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045004, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045005, 'muneate10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045006, 'advice01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045007, 'muneate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045008, 'think03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045009, 'tired06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045010, 'kuchiate04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045011, 'tekumi03', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045012, 'laugh03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045013, 'surprise09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045014, 'surprise03', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045015, 'tekumi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045016, 'tekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045017, 'muneate06', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045018, 'think04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045019, 'near03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045020, 'come03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045021, 'bow03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045800, 'act01', 2, 1, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045801, 'tekumi06_mirror', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045802, 'laugh03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045803, 'idle01', 2, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045804, 'idle02', 2, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045805, 'think03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045806, 'fight11', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045807, 'sad02_mirror', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045808, 'sad02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045809, 'tekumi06_mirror', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045810, 'laugh03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045811, 'idle01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045812, 'idle02', 2, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045813, 'think03', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045814, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045815, 'sad02_mirror', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045816, 'idle02', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045817, 'send03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045818, 'laugh03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045819, 'fight11', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045820, 'point01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045821, 'think03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1045822, 'muneate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046000, 'fight05', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046001, 'joy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046002, 'soppo01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046003, 'fight01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046004, 'muneate01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046005, 'muneate10', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046006, 'happy03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046007, 'laugh04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046008, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046009, 'shock08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046010, 'shy07', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046011, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046012, 'shy04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046013, 'laugh03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046014, 'guard03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046015, 'surprise01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046016, 'advice04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046017, 'peace01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046018, 'kuchiate04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046019, 'bow01', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046020, 'come04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046021, 'oh07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046800, 'pose07_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046801, 'cry09', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046802, 'kuchiate04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046803, 'fight05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046804, 'kuchiate04_mirror', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046805, 'shy04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046806, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046807, 'fight05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046808, 'hope07', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046809, 'pose07', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046810, 'happy04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1046811, 'oh07', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047000, 'hope01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047001, 'fight05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047002, 'muneate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047003, 'fight11', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047004, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047005, 'tekumi03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047006, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047007, 'laugh02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047008, 'kuchiate04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047009, 'pain04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047010, 'tekumi01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047011, 'laugh03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047012, 'surprise09', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047013, 'guard03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047014, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047015, 'fight09', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047016, 'tekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047017, 'muneate06', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047018, 'tekumi05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047019, 'bow03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047020, 'hope08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1047021, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048000, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048001, 'gatts04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048003, 'fight04', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048004, 'soppo11', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048005, 'sad02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048006, 'koshiate02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048007, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048008, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048009, 'akire04', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048010, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048011, 'fight12', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048012, 'shy07', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048013, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048014, 'surprise10', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048016, 'neckup02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048017, 'point04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048018, 'koshiate05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048019, 'akire02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048020, 'hello05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048021, 'pain06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048022, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048800, 'akire02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048801, 'akire02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048802, 'udekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048803, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048804, 'koshiate03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048805, 'point04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048806, 'come04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048807, 'koshiate02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048808, 'kuchiate01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048809, 'think03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048810, 'neckup02', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048811, 'koshiate02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048812, 'akire04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048813, 'sad02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048814, 'fight04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048815, 'surprise10', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048816, 'point04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048817, 'koshiate03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048818, 'laugh07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048819, 'peace02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048820, 'joke03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048821, 'surprise05', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048822, 'gatts05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048823, 'koshiate02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048824, 'mot03', 2, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048825, 'mot02', 2, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048826, 'udekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1048827, 'neckup02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049000, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049001, 'neckup03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049002, 'pose11', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049003, 'shock06', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049004, 'soppo11', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049005, 'ikaku01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049006, 'think07', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049007, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049008, 'think09', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049009, 'think10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049010, 'udekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049011, 'akire02', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049012, 'koshiate03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049013, 'soppo10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049015, 'point04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049016, 'ikaku04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049017, 'koshiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049018, 'pain06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049019, 'neckup01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049020, 'advice02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049021, 'pose11', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1049022, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050000, 'koshiate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050001, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050002, 'akire03', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050003, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050004, 'think10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050005, 'tired02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050006, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050007, 'think06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050008, 'think09', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050009, 'shock06', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050010, 'koshiate03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050011, 'pose11', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050012, 'udekumi02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050013, 'koshiate09', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050014, 'surprise02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050015, 'neckup03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050016, 'koshiate04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050017, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050018, 'pain06', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050019, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050020, 'shy05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050021, 'hope03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050800, 'sleep05', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050801, 'neckup02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050802, 'koshiate03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1050803, 'soppo10', 3, 2, 'IkariA', 0, -1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051000, 'muneate06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051001, 'fight01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051002, 'muneate04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051003, 'fight11', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051004, 'tekumi01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051005, 'sad02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051006, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051007, 'laugh03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051008, 'think09', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051009, 'tekumi05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051010, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051011, 'shy03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051012, 'kuchiate04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051013, 'shy07', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051014, 'guard03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051015, 'surprise01', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051016, 'advice01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051017, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051018, 'swing02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051019, 'soppo06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051020, 'bow07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051021, 'yell01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051022, 'muneate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1051023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052000, 'gatts06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052001, 'joy05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052002, 'near01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052003, 'angry02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052004, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052005, 'tired01', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052006, 'joy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052007, 'near01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052008, 'think11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052009, 'shock08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052010, 'koshiate02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052011, 'shy02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052012, 'happy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052013, 'shake03', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052014, 'guard04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052015, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052016, 'oh05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052017, 'fight06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052018, 'swing02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052019, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052020, 'shock02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052021, 'byebye07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052022, 'muneate09', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052023, 'fight06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052024, 'happy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052800, 'sneeze01', 3, 1, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052801, 'stretch01', 3, 1, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052802, 'shy02', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052803, 'shy02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052804, 'near01', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052805, 'oh05', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052806, 'joy01', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052807, 'sad02_mirror', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052808, 'shock08', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052809, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052810, 'sad02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052811, 'tired01', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052812, 'think11', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052813, 'stretch01', 3, 1, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052814, 'shy02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052815, 'shy02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052816, 'near01', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052817, 'oh05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052818, 'joy01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052819, 'sad02_mirror', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1052820, 'shock08', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053000, 'fight02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053001, 'gatts02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053003, 'angry03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053004, 'tired02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053005, 'muneate01', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053006, 'udekumi05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053007, 'laugh06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053008, 'think06', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053009, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053010, 'pose11', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053011, 'shy05', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053012, 'shy02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053013, 'surprise02', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053015, 'guard04', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053016, 'ikaku01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053017, 'fight02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053018, 'koshiate04', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053019, 'akire02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053020, 'gatts05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053021, 'hope02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1053022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054000, 'fight01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054001, 'gatts02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054002, 'fight06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054003, 'angry02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054004, 'shock06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054005, 'muneate01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054006, 'udekumi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054007, 'koshiate10', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054008, 'think09', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054009, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054010, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054011, 'shy06', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054012, 'shy02', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054013, 'guard04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054016, 'oh06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054017, 'oh08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054018, 'akire02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054019, 'hello03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054020, 'near01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054021, 'soppo02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1054022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055000, 'fight12', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055001, 'joy05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055002, 'soppo01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055003, 'gatts06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055004, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055005, 'cry04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055006, 'swing03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055007, 'oh05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055009, 'shock08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055010, 'koshiate09', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055011, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055012, 'tekumi04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055013, 'happy02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055014, 'surprise10', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055015, 'surprise02', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055016, 'laugh07', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055017, 'udekumi05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055018, 'swing02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055019, 'akire04', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055020, 'byebye10', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055021, 'near01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055022, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1055023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056000, 'good02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056001, 'joy05', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056002, 'near01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056003, 'fight03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056004, 'pain01', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056005, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056006, 'swing02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056007, 'hope01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056008, 'think11', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056009, 'think03', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056010, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056011, 'shy05', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056012, 'joke02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056013, 'shy07', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056014, 'surprise07', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056015, 'surprise02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056016, 'happy01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056017, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056018, 'shock02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056019, 'handsup01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056020, 'advice04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056021, 'request01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056800, 'swing02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056801, 'hope01', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056802, 'happy01', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056803, 'joy05', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056804, 'fight03', 3, 2, 'OdorokiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056805, 'good02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056806, 'shock07', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056807, 'pain01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056808, 'shock07', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056809, 'think11', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056810, 'shy05', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056811, 'shy07', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056812, 'shock01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056813, 'swing02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056814, 'hope01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056815, 'happy01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056816, 'joy05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056817, 'fight03', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056818, 'shock07', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1056819, 'near01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058000, 'hope04', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058001, 'fight01', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058002, 'guard03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058003, 'guard02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058004, 'sad02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058005, 'udekumi03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058006, 'laugh02_mirror', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058007, 'kuchiate04', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058008, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058009, 'shock08_mirror', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058010, 'tekumi03', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058011, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058012, 'tekumi05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058013, 'shy09', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058014, 'surprise10', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058015, 'guard03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058016, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058017, 'cry03_mirror', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058018, 'tekumi01_mirror', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058019, 'sad01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058020, 'guard02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058021, 'bow03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058022, 'surprise04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058023, 'hope08', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058024, 'hope02', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058800, 'fight01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058801, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058802, 'cry03_mirror', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058803, 'surprise10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058804, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1058805, 'mot02', 2, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059000, 'muneate01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059001, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059003, 'koshiate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059004, 'tired02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059005, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059006, 'muneate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059007, 'think06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059008, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059009, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059010, 'kuchiate04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059011, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059012, 'tekumi01', 3, 2, 'KanasiA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059013, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059014, 'guard02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059015, 'neckup02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059016, 'tekumi03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059017, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059018, 'koshiate01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059019, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059020, 'udekumi01', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059021, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059022, 'advice02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059023, 'think08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059024, 'kuchiate04', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059025, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059026, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059027, 'neckup03', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059028, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059029, 'soppo12', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059030, 'soppo10', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059031, 'advice02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059032, 'koshiate05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059033, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059034, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059035, 'think08', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059036, 'think02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059037, 'tekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059038, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059039, 'surprise02', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059040, 'akire03', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059041, 'akire04', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059800, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059801, 'tekumi01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059802, 'soppo12', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059803, 'tekumi01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059804, 'tekumi01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059805, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059806, 'sad02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059807, 'muneate01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059808, 'fight04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059809, 'tired02', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059810, 'think06', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059811, 'tired02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059812, 'muneate01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059813, 'think08_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059814, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059815, 'think08', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059816, 'soppo10', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059817, 'tekumi01', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059818, 'tekumi01', 3, 2, 'WaraiA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059819, 'koshiate03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059820, 'tekumi01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059821, 'kuchiate04', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059822, 'tekumi01_mirror', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1059823, 'think08', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060000, 'advice02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060001, 'gatts03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060002, 'koshiate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060003, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060004, 'pain06', 3, 2, 'KanasiA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060005, 'tired02', 3, 2, 'IkariA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060006, 'think08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060007, 'laugh06', 3, 2, 'WaraiC', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060008, 'think10', 3, 2, 'KomariA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060009, 'shock01', 3, 2, 'IkariC', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060010, 'shy05', 3, 2, 'KusyoAL', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060011, 'akire05', 3, 2, 'KusyoCL', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060012, 'kuchiate04', 3, 2, 'WaraiC', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060013, 'stop01', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060015, 'surprise10', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060016, 'soppo10', 3, 2, 'KusyoAL', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060017, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060018, 'koshiate01', 3, 2, 'JitomeA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060019, 'handsup02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060020, 'come03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060021, 'sorry01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060022, 'hope03', 3, 2, 'FutuA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060023, 'advice02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060024, 'gatts04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060025, 'fight06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060026, 'sorry01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060027, 'tired02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060028, 'udekumi04', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060029, 'think08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060030, 'koshiate02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060031, 'koshiate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060032, 'think10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060033, 'think09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060034, 'tekumi05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060035, 'ng03', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060036, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060037, 'akire05', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060038, 'akire06', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060800, 'think08', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060801, 'idle01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060802, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060803, 'surprise05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060804, 'think10', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060805, 'come03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060806, 'think08', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060807, 'idle01', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060808, 'idle01', 2, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060809, 'pain06', 3, 2, 'KanasiA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060810, 'think10', 3, 2, 'KomariA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060811, 'shy05', 3, 2, 'KusyoAL', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060812, 'kuchiate04', 3, 2, 'WaraiC', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1060813, 'idle01', 2, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061000, 'hot02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061001, 'laugh08', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061002, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061003, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061004, 'muneate01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061005, 'koshiate05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061006, 'koshiate02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061007, 'think05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061008, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061009, 'akire02', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061010, 'koshiate09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061011, 'soppo10', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061012, 'neckup03', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061013, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061014, 'guard02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061015, 'fight11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061016, 'point04', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061017, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061018, 'koshiate01', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061019, 'near05', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061020, 'advice02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061021, 'muneate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061022, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061023, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061024, 'laugh08', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061025, 'hot02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061026, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061027, 'koshiate01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061028, 'muneate01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061029, 'akire04', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061030, 'koshiate05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061031, 'koshiate02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061032, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061033, 'think05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061034, 'think04', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061035, 'fight04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061036, 'akire03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061037, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061038, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061039, 'akire02', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061800, 'soppo10', 3, 2, 'IkariA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061801, 'neckup03', 3, 2, 'IkariA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061802, 'neckup03', 3, 2, 'IkariA', 1, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061803, 'koshiate05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061804, 'point04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061805, 'sneeze01', 3, 1, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061806, 'advice02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061807, 'koshiate05', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061808, 'hot02_mirror', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061809, 'idle01', 2, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061810, 'udekumi01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061811, 'sudachi04', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061812, 'soppo10_mirror', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061813, 'surprise05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061814, 'muneate01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061815, 'think05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061816, 'neckup03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061817, 'think05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061818, 'soppo10', 3, 2, 'IkariA', 1, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061819, 'udekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1061820, 'udekumi02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062000, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062001, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062002, 'fight14', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062003, 'guard03', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062004, 'muneate10', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062005, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062006, 'laugh04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062007, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062008, 'think01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062009, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062010, 'shy02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062011, 'surprise08', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062012, 'surprise10', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062013, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062014, 'pain05', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062015, 'cry04', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062016, 'hello04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062017, 'come03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062018, 'hope02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1062019, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063000, 'gatts03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063001, 'hope04', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063002, 'muneate01', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063003, 'think12', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063004, 'tired02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063005, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063006, 'think06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063007, 'think05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063008, 'pain06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063009, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063010, 'kuchiate04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063011, 'soppo12', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063012, 'surprise05', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063013, 'muneate02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063014, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063015, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063016, 'bow05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1063017, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064000, 'gatts04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064001, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064003, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064004, 'shock06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064005, 'think07', 3, 2, 'IkariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064006, 'tekumi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064007, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064008, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064009, 'udekumi06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064010, 'koshiate03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064011, 'pose11', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064012, 'shy05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064013, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064015, 'guard04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064016, 'koshiate03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064017, 'good03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064018, 'koshiate05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064019, 'udekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064020, 'udekumi02', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064021, 'good02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064022, 'hello06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064023, 'sorry01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1064024, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065000, 'gatts05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065001, 'oh12', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065002, 'udekumi02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065003, 'angry03', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065004, 'shock02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065005, 'shock07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065006, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065007, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065008, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065009, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065010, 'shy06', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065011, 'near05', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065012, 'shy02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065013, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065014, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065015, 'salute02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065016, 'point04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065017, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065018, 'udekumi02', 3, 2, 'JitomeA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065019, 'peace02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065020, 'fight06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065021, 'sorry01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1065022, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066000, 'ikaku01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066001, 'joy04', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066002, 'near08', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066003, 'angry01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066004, 'shake06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066005, 'stomp01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066006, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066007, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066008, 'think09', 3, 2, 'JitomeA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066009, 'sleep03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066010, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066011, 'pose11', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066012, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066013, 'shy02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066014, 'surprise02', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066015, 'surprise06', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066016, 'oh10', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066017, 'peace01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066018, 'koshiate02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066019, 'shock02', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066020, 'byebye07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066021, 'fight04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066022, 'request01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1066023, 'idea01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067000, 'fight05', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067001, 'hope01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067002, 'tekumi03', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067003, 'cry01', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067004, 'laugh02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067005, 'laugh03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067006, 'think03', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067007, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067008, 'tekumi01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067009, 'kuchiate04', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067010, 'homestand14', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067011, 'homestand07', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067012, 'surprise09', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067013, 'homestand14', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067014, 'homestand03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067015, 'yell01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067016, 'hope08', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1067017, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068000, 'joy06', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068001, 'peace01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068002, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068003, 'muneate01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068004, 'koshiate10', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068005, 'kuchiate04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068006, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068007, 'think01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068008, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068009, 'shy02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068010, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068011, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068012, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068013, 'surprise02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068014, 'muneate09', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068015, 'oh10', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068016, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068017, 'hello04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068018, 'bow05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068019, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1068020, 'point12', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069000, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069001, 'joy05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069002, 'fight14', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069003, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069004, 'tekumi01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069005, 'sad02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069006, 'fight08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069007, 'laugh02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069009, 'shock01', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069010, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069011, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069012, 'guard04', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069013, 'shy07', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069014, 'surprise11', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069015, 'advice04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069016, 'diarywrite01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069017, 'homestand12', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069018, 'bow05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1069019, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070000, 'gatts03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070001, 'neckup02', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070003, 'ikaku02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070004, 'tired02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070005, 'koshiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070006, 'laugh06', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070007, 'think09', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070008, 'think10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070009, 'koshiate01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070010, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070011, 'udekumi02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070012, 'soppo10', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070013, 'koshiate03', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070014, 'surprise05', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070015, 'quiet03', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070016, 'koshiate04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070017, 'think07', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070018, 'come05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070019, 'point04', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070020, 'neckup01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1070021, 'hope03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071000, 'joy07', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071001, 'hope01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071002, 'muneate06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071003, 'tekumi01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071004, 'muneate10', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071005, 'kuchiate04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071006, 'laugh02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071007, 'kuchiate04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071008, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071009, 'tekumi01', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071010, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071011, 'laugh03', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071012, 'surprise01', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071013, 'sad02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071014, 'tired03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071015, 'muneate06', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071016, 'homestand03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071017, 'tekumi06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071018, 'tekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071019, 'muneate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071020, 'muneate05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1071021, 'hope03', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072000, 'gatts03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072001, 'ikaku01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072003, 'muneate01', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072004, 'shake06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072005, 'think05', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072006, 'think09', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072007, 'think07', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072008, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072009, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072010, 'kuchiate04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072011, 'shy09', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072012, 'surprise05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072013, 'fight01', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072014, 'homestand13', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072015, 'homestand11', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072016, 'happy02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072017, 'bow15', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1072018, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074000, 'joy07', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074001, 'fight14', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074002, 'sad02', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074003, 'tekumi03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074004, 'laugh02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074005, 'kuchiate04', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074006, 'think03', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074007, 'tekumi01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074008, 'tekumi05', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074009, 'shy03', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074010, 'laugh03', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074011, 'surprise01', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074012, 'muneate03', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074013, 'muneate06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074014, 'surprise09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074015, 'tekumi02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074016, 'soppo09', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074017, 'bow07', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (1074018, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001000, 'koshiate10', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001001, 'fight09', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001002, 'tekumi01', 3, 2, 'KanasiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001003, 'kuchiate04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001004, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001005, 'shy06', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001006, 'kuchiate04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001007, 'tekumi05', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001008, 'shy01', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001009, 'surprise10', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001010, 'clap01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001011, 'handsup02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001012, 'oh09', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2001013, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002000, 'ikaku01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002001, 'gatts04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002002, 'udekumi01', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002003, 'gatts06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002004, 'think07', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002005, 'shock01', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002006, 'laugh06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002007, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002008, 'udekumi06', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002009, 'pose11', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002010, 'udekumi02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002011, 'soppo10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002012, 'surprise02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002013, 'surprise05', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002014, 'oh10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002015, 'koshiate01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002016, 'think10', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002017, 'hello03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002018, 'koshiate10', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002019, 'bow05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2002020, 'hope03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003000, 'gatts03', 3, 2, 'WaraiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003001, 'gatts05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003002, 'akire03', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003003, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003004, 'tired02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003005, 'udekumi03', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003006, 'tekumi06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003007, 'laugh02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003008, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003009, 'think09', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003010, 'koshiate03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003011, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003012, 'udekumi02', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003013, 'surprise05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003014, 'guard03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003015, 'homestand11', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003016, 'think07', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003017, 'homestand06', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (2003018, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001000, 'idea02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001001, 'fight09', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001002, 'ng02', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001003, 'fight06', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001004, 'muneate06', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001005, 'sad02', 3, 2, 'KanasiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001006, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001007, 'laugh02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001008, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001009, 'think08', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001010, 'tekumi05', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001011, 'pose12', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001012, 'happy04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001013, 'surprise01', 3, 2, 'OdorokiA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001014, 'surprise09', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001015, 'idea01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001016, 'advice04', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001017, 'tekumi02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001018, 'muneate06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001019, 'tekumi02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001020, 'yell01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001021, 'bow07', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9001022, 'idea01', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002001, 'udekumi01_mirror', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002002, 'angry01', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002003, 'think07_mirror', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002004, 'shock04', 3, 2, 'KanasiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002005, 'fight06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002006, 'think05_mirror', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002007, 'pose11', 3, 2, 'KusyoCL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002008, 'shy02_mirror', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002009, 'soppo10', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002010, 'surprise02', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002011, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002012, 'fight07', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002013, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9002014, 'stop01_mirror', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003000, 'muneate02', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003001, 'good02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003002, 'fight06', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003003, 'tekumi04_mirror', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003004, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003005, 'kuchiate04', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003006, 'think10', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003007, 'koshiate03', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003008, 'kuchiate04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003009, 'surprise05', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003010, 'bow05', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9003801, 'mot02', 2, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004000, 'fight01', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004001, 'idea02', 3, 2, 'WaraiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004002, 'muneate01', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004003, 'sad02', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004004, 'kuchiate04', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004005, 'laugh02', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004006, 'think06', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004007, 'think12', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004008, 'shy05', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004009, 'shy02', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004010, 'kuchiate04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004011, 'shy03', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004012, 'guard03', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004013, 'watchbase01', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004014, 'watchlook01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004015, 'koshiate03', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004016, 'udekumi02', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004017, 'bow05', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9004018, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005000, 'pose08', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005001, 'gatts05', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005002, 'koshiate05', 3, 2, 'IkariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005003, 'angry02', 3, 2, 'IkariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005004, 'think07', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005005, 'shock02', 3, 2, 'KomariC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005006, 'laugh07', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005007, 'laugh08', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005008, 'think09', 3, 2, 'KomariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005009, 'sorry02', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005010, 'tekumi04', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005011, 'soppo11', 3, 2, 'KusyoAL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005012, 'shy02', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005013, 'pose12', 3, 2, 'DereA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005014, 'surprise04', 3, 2, 'OdorokiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005015, 'surprise05', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005016, 'sorry01', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005017, 'koshiate05', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005018, 'akire05', 3, 2, 'KusyoCL', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005019, 'koshiate08', 3, 2, 'DoyaA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005020, 'fight06', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9005021, 'pose04', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006000, 'homestand11', 3, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006001, 'gatts03', 3, 2, 'DoyaA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006002, 'think05', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006003, 'muneate01', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006004, 'think06', 3, 2, 'WaraiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006005, 'think08', 3, 2, 'KomariA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006006, 'think10', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006007, 'homestand06', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006008, 'udekumi02', 3, 2, 'KusyoAL', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006009, 'kuchiate04', 3, 2, 'DereA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006010, 'soppo10', 3, 2, 'KanasiC', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006011, 'surprise09', 3, 2, 'OdorokiC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006012, 'homestand02', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006013, 'pain06', 3, 2, 'IkariA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006014, 'koshiate03', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006015, 'koshiate01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006016, 'udekumi01', 3, 2, 'FutuA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9006017, 'hope03', 3, 2, 'FutuA', 0, 1, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100000, 'pdk01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100001, 'shock01', 3, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100002, 'pdk01', 2, 2, 'OutGameWaraiB', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100011, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100012, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100013, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100014, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100015, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100021, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100022, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100023, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100024, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100025, 'idle01', 2, 2, 'WaraiA', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100111, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100112, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100113, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100114, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100115, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100121, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100122, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100123, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100124, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9100125, 'idle01', 2, 2, 'KomariC', 0, 0, 'EarC', '', 0); INSERT INTO chara_motion_set (id, body_motion, body_motion_type, body_motion_play_type, face_type, cheek, eye_default, ear_motion, tail_motion, tail_motion_type) VALUES (9999999, 'idle01', 2, 2, 'OutGameWaraiA', 0, 0, 'EarC', '', 0); -- Table: chara_story_data CREATE TABLE 'chara_story_data' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'episode_index' INTEGER NOT NULL, 'story_id' INTEGER NOT NULL, 'lock_type_1' INTEGER NOT NULL, 'lock_value_1_1' INTEGER NOT NULL, 'lock_value_1_2' INTEGER NOT NULL, 'add_reward_category_1' INTEGER NOT NULL, 'add_reward_id_1' INTEGER NOT NULL, 'add_reward_num_1' INTEGER NOT NULL, 'exp_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (1, 1001, 1, 41001001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (2, 1001, 2, 41001002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (3, 1001, 3, 41001003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (4, 1001, 4, 41001004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (5, 1001, 5, 41001005, 6, 1001, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (6, 1001, 6, 41001006, 6, 1001, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (7, 1001, 7, 41001007, 6, 1001, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (8, 1002, 1, 41002001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (9, 1002, 2, 41002002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (10, 1002, 3, 41002003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (11, 1002, 4, 41002004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (12, 1002, 5, 41002005, 6, 1002, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (13, 1002, 6, 41002006, 6, 1002, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (14, 1002, 7, 41002007, 6, 1002, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (15, 1003, 1, 41003001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (16, 1003, 2, 41003002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (17, 1003, 3, 41003003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (18, 1003, 4, 41003004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (19, 1003, 5, 41003005, 6, 1003, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (20, 1003, 6, 41003006, 6, 1003, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (21, 1003, 7, 41003007, 6, 1003, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (22, 1004, 1, 41004001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (23, 1004, 2, 41004002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (24, 1004, 3, 41004003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (25, 1004, 4, 41004004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (26, 1004, 5, 41004005, 6, 1004, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (27, 1004, 6, 41004006, 6, 1004, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (28, 1004, 7, 41004007, 6, 1004, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (29, 1005, 1, 41005001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (30, 1005, 2, 41005002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (31, 1005, 3, 41005003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (32, 1005, 4, 41005004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (33, 1005, 5, 41005005, 6, 1005, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (34, 1005, 6, 41005006, 6, 1005, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (35, 1005, 7, 41005007, 6, 1005, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (36, 1006, 1, 41006001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (37, 1006, 2, 41006002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (38, 1006, 3, 41006003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (39, 1006, 4, 41006004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (40, 1006, 5, 41006005, 6, 1006, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (41, 1006, 6, 41006006, 6, 1006, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (42, 1006, 7, 41006007, 6, 1006, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (43, 1007, 1, 41007001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (44, 1007, 2, 41007002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (45, 1007, 3, 41007003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (46, 1007, 4, 41007004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (47, 1007, 5, 41007005, 6, 1007, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (48, 1007, 6, 41007006, 6, 1007, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (49, 1007, 7, 41007007, 6, 1007, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (50, 1008, 1, 41008001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (51, 1008, 2, 41008002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (52, 1008, 3, 41008003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (53, 1008, 4, 41008004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (54, 1008, 5, 41008005, 6, 1008, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (55, 1008, 6, 41008006, 6, 1008, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (56, 1008, 7, 41008007, 6, 1008, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (57, 1009, 1, 41009001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (58, 1009, 2, 41009002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (59, 1009, 3, 41009003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (60, 1009, 4, 41009004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (61, 1009, 5, 41009005, 6, 1009, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (62, 1009, 6, 41009006, 6, 1009, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (63, 1009, 7, 41009007, 6, 1009, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (64, 1010, 1, 41010001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (65, 1010, 2, 41010002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (66, 1010, 3, 41010003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (67, 1010, 4, 41010004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (68, 1010, 5, 41010005, 6, 1010, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (69, 1010, 6, 41010006, 6, 1010, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (70, 1010, 7, 41010007, 6, 1010, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (71, 1011, 1, 41011001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (72, 1011, 2, 41011002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (73, 1011, 3, 41011003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (74, 1011, 4, 41011004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (75, 1011, 5, 41011005, 6, 1011, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (76, 1011, 6, 41011006, 6, 1011, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (77, 1011, 7, 41011007, 6, 1011, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (78, 1012, 1, 41012001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (79, 1012, 2, 41012002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (80, 1012, 3, 41012003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (81, 1012, 4, 41012004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (82, 1012, 5, 41012005, 6, 1012, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (83, 1012, 6, 41012006, 6, 1012, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (84, 1012, 7, 41012007, 6, 1012, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (85, 1013, 1, 41013001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (86, 1013, 2, 41013002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (87, 1013, 3, 41013003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (88, 1013, 4, 41013004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (89, 1013, 5, 41013005, 6, 1013, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (90, 1013, 6, 41013006, 6, 1013, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (91, 1013, 7, 41013007, 6, 1013, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (92, 1014, 1, 41014001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (93, 1014, 2, 41014002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (94, 1014, 3, 41014003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (95, 1014, 4, 41014004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (96, 1014, 5, 41014005, 6, 1014, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (97, 1014, 6, 41014006, 6, 1014, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (98, 1014, 7, 41014007, 6, 1014, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (99, 1015, 1, 41015001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (100, 1015, 2, 41015002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (101, 1015, 3, 41015003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (102, 1015, 4, 41015004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (103, 1015, 5, 41015005, 6, 1015, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (104, 1015, 6, 41015006, 6, 1015, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (105, 1015, 7, 41015007, 6, 1015, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (106, 1017, 1, 41017001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (107, 1017, 2, 41017002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (108, 1017, 3, 41017003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (109, 1017, 4, 41017004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (110, 1017, 5, 41017005, 6, 1017, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (111, 1017, 6, 41017006, 6, 1017, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (112, 1017, 7, 41017007, 6, 1017, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (113, 1018, 1, 41018001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (114, 1018, 2, 41018002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (115, 1018, 3, 41018003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (116, 1018, 4, 41018004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (117, 1018, 5, 41018005, 6, 1018, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (118, 1018, 6, 41018006, 6, 1018, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (119, 1018, 7, 41018007, 6, 1018, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (120, 1020, 1, 41020001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (121, 1020, 2, 41020002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (122, 1020, 3, 41020003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (123, 1020, 4, 41020004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (124, 1020, 5, 41020005, 6, 1020, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (125, 1020, 6, 41020006, 6, 1020, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (126, 1020, 7, 41020007, 6, 1020, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (141, 1023, 1, 41023001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (142, 1023, 2, 41023002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (143, 1023, 3, 41023003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (144, 1023, 4, 41023004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (145, 1023, 5, 41023005, 6, 1023, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (146, 1023, 6, 41023006, 6, 1023, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (147, 1023, 7, 41023007, 6, 1023, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (148, 1024, 1, 41024001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (149, 1024, 2, 41024002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (150, 1024, 3, 41024003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (151, 1024, 4, 41024004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (152, 1024, 5, 41024005, 6, 1024, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (153, 1024, 6, 41024006, 6, 1024, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (154, 1024, 7, 41024007, 6, 1024, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (162, 1027, 1, 41027001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (163, 1027, 2, 41027002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (164, 1027, 3, 41027003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (165, 1027, 4, 41027004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (166, 1027, 5, 41027005, 6, 1027, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (167, 1027, 6, 41027006, 6, 1027, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (168, 1027, 7, 41027007, 6, 1027, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (183, 1032, 1, 41032001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (184, 1032, 2, 41032002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (185, 1032, 3, 41032003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (186, 1032, 4, 41032004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (187, 1032, 5, 41032005, 6, 1032, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (188, 1032, 6, 41032006, 6, 1032, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (189, 1032, 7, 41032007, 6, 1032, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (190, 1035, 1, 41035001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (191, 1035, 2, 41035002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (192, 1035, 3, 41035003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (193, 1035, 4, 41035004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (194, 1035, 5, 41035005, 6, 1035, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (195, 1035, 6, 41035006, 6, 1035, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (196, 1035, 7, 41035007, 6, 1035, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (204, 1037, 1, 41037001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (205, 1037, 2, 41037002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (206, 1037, 3, 41037003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (207, 1037, 4, 41037004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (208, 1037, 5, 41037005, 6, 1037, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (209, 1037, 6, 41037006, 6, 1037, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (210, 1037, 7, 41037007, 6, 1037, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (211, 1040, 1, 41040001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (212, 1040, 2, 41040002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (213, 1040, 3, 41040003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (214, 1040, 4, 41040004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (215, 1040, 5, 41040005, 6, 1040, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (216, 1040, 6, 41040006, 6, 1040, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (217, 1040, 7, 41040007, 6, 1040, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (218, 1041, 1, 41041001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (219, 1041, 2, 41041002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (220, 1041, 3, 41041003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (221, 1041, 4, 41041004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (222, 1041, 5, 41041005, 6, 1041, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (223, 1041, 6, 41041006, 6, 1041, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (224, 1041, 7, 41041007, 6, 1041, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (225, 1045, 1, 41045001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (226, 1045, 2, 41045002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (227, 1045, 3, 41045003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (228, 1045, 4, 41045004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (229, 1045, 5, 41045005, 6, 1045, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (230, 1045, 6, 41045006, 6, 1045, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (231, 1045, 7, 41045007, 6, 1045, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (232, 1046, 1, 41046001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (233, 1046, 2, 41046002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (234, 1046, 3, 41046003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (235, 1046, 4, 41046004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (236, 1046, 5, 41046005, 6, 1046, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (237, 1046, 6, 41046006, 6, 1046, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (238, 1046, 7, 41046007, 6, 1046, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (239, 1050, 1, 41050001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (240, 1050, 2, 41050002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (241, 1050, 3, 41050003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (242, 1050, 4, 41050004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (243, 1050, 5, 41050005, 6, 1050, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (244, 1050, 6, 41050006, 6, 1050, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (245, 1050, 7, 41050007, 6, 1050, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (246, 1052, 1, 41052001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (247, 1052, 2, 41052002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (248, 1052, 3, 41052003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (249, 1052, 4, 41052004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (250, 1052, 5, 41052005, 6, 1052, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (251, 1052, 6, 41052006, 6, 1052, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (252, 1052, 7, 41052007, 6, 1052, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (260, 1056, 1, 41056001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (261, 1056, 2, 41056002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (262, 1056, 3, 41056003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (263, 1056, 4, 41056004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (264, 1056, 5, 41056005, 6, 1056, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (265, 1056, 6, 41056006, 6, 1056, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (266, 1056, 7, 41056007, 6, 1056, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (267, 1060, 1, 41060001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (268, 1060, 2, 41060002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (269, 1060, 3, 41060003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (270, 1060, 4, 41060004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (271, 1060, 5, 41060005, 6, 1060, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (272, 1060, 6, 41060006, 6, 1060, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (273, 1060, 7, 41060007, 6, 1060, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (274, 1061, 1, 41061001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (275, 1061, 2, 41061002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (276, 1061, 3, 41061003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (277, 1061, 4, 41061004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (278, 1061, 5, 41061005, 6, 1061, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (279, 1061, 6, 41061006, 6, 1061, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (280, 1061, 7, 41061007, 6, 1061, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (281, 1030, 1, 41030001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (282, 1030, 2, 41030002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (283, 1030, 3, 41030003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (284, 1030, 4, 41030004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (285, 1030, 5, 41030005, 6, 1030, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (286, 1030, 6, 41030006, 6, 1030, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (287, 1030, 7, 41030007, 6, 1030, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (288, 1026, 1, 41026001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (289, 1026, 2, 41026002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (290, 1026, 3, 41026003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (291, 1026, 4, 41026004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (292, 1026, 5, 41026005, 6, 1026, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (293, 1026, 6, 41026006, 6, 1026, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (294, 1026, 7, 41026007, 6, 1026, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (295, 1038, 1, 41038001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (296, 1038, 2, 41038002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (297, 1038, 3, 41038003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (298, 1038, 4, 41038004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (299, 1038, 5, 41038005, 6, 1038, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (300, 1038, 6, 41038006, 6, 1038, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (301, 1038, 7, 41038007, 6, 1038, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (302, 1016, 1, 41016001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (303, 1016, 2, 41016002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (304, 1016, 3, 41016003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (305, 1016, 4, 41016004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (306, 1016, 5, 41016005, 6, 1016, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (307, 1016, 6, 41016006, 6, 1016, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (308, 1016, 7, 41016007, 6, 1016, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (309, 1058, 1, 41058001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (310, 1058, 2, 41058002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (311, 1058, 3, 41058003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (312, 1058, 4, 41058004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (313, 1058, 5, 41058005, 6, 1058, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (314, 1058, 6, 41058006, 6, 1058, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (315, 1058, 7, 41058007, 6, 1058, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (316, 1028, 1, 41028001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (317, 1028, 2, 41028002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (318, 1028, 3, 41028003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (319, 1028, 4, 41028004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (320, 1028, 5, 41028005, 6, 1028, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (321, 1028, 6, 41028006, 6, 1028, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (322, 1028, 7, 41028007, 6, 1028, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (323, 1019, 1, 41019001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (324, 1019, 2, 41019002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (325, 1019, 3, 41019003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (326, 1019, 4, 41019004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (327, 1019, 5, 41019005, 6, 1019, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (328, 1019, 6, 41019006, 6, 1019, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (329, 1019, 7, 41019007, 6, 1019, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (330, 1039, 1, 41039001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (331, 1039, 2, 41039002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (332, 1039, 3, 41039003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (333, 1039, 4, 41039004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (334, 1039, 5, 41039005, 6, 1039, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (335, 1039, 6, 41039006, 6, 1039, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (336, 1039, 7, 41039007, 6, 1039, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (337, 1025, 1, 41025001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (338, 1025, 2, 41025002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (339, 1025, 3, 41025003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (340, 1025, 4, 41025004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (341, 1025, 5, 41025005, 6, 1025, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (342, 1025, 6, 41025006, 6, 1025, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (343, 1025, 7, 41025007, 6, 1025, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (344, 1048, 1, 41048001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (345, 1048, 2, 41048002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (346, 1048, 3, 41048003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (347, 1048, 4, 41048004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (348, 1048, 5, 41048005, 6, 1048, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (349, 1048, 6, 41048006, 6, 1048, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (350, 1048, 7, 41048007, 6, 1048, 6, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (351, 1059, 1, 41059001, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (352, 1059, 2, 41059002, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (353, 1059, 3, 41059003, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (354, 1059, 4, 41059004, 0, 0, 0, 90, 43, 20, 1); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (355, 1059, 5, 41059005, 6, 1059, 1, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (356, 1059, 6, 41059006, 6, 1059, 3, 90, 43, 50, 2); INSERT INTO chara_story_data (id, chara_id, episode_index, story_id, lock_type_1, lock_value_1_1, lock_value_1_2, add_reward_category_1, add_reward_id_1, add_reward_num_1, exp_type) VALUES (357, 1059, 7, 41059007, 6, 1059, 6, 90, 43, 50, 2); -- Table: chara_type CREATE TABLE 'chara_type' ('id' TEXT NOT NULL, 'chara_id' INTEGER NOT NULL, 'target_scene' INTEGER NOT NULL, 'target_cut' INTEGER NOT NULL, 'target_type' INTEGER NOT NULL, 'value' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1', 1001, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2', 1001, 1, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3', 1001, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('4', 1001, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('5', 1001, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('6', 1001, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('7', 1001, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('8', 1001, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('9', 1001, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('10', 1001, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('11', 1001, 3, 1, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('12', 1001, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('13', 1001, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('14', 1001, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('15', 1001, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('16', 1001, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('17', 1001, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('18', 1001, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('19', 1001, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('20', 1001, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('21', 1001, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('22', 1001, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('23', 1001, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('24', 1001, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('25', 1001, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('26', 1001, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('27', 1001, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('28', 1001, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('29', 1001, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('30', 1001, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('31', 1001, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('32', 1001, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('33', 1001, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('34', 1001, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('35', 1001, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('36', 1001, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('37', 1001, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('38', 1001, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('39', 1001, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('40', 1001, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('41', 1002, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('42', 1002, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('43', 1002, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('44', 1002, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('45', 1002, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('46', 1002, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('47', 1002, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('48', 1002, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('49', 1002, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('50', 1002, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('51', 1002, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('52', 1002, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('53', 1002, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('54', 1002, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('55', 1002, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('56', 1002, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('57', 1002, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('58', 1002, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('59', 1002, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('60', 1002, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('61', 1002, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('62', 1002, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('63', 1002, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('64', 1002, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('65', 1002, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('66', 1002, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('67', 1002, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('68', 1002, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('69', 1002, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('70', 1002, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('71', 1002, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('72', 1002, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('73', 1002, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('74', 1002, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('75', 1002, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('76', 1002, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('77', 1002, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('78', 1002, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('79', 1002, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('80', 1002, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('81', 1003, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('82', 1003, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('83', 1003, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('84', 1003, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('85', 1003, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('86', 1003, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('87', 1003, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('88', 1003, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('89', 1003, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('90', 1003, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('91', 1003, 3, 1, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('92', 1003, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('93', 1003, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('94', 1003, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('95', 1003, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('96', 1003, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('97', 1003, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('98', 1003, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('99', 1003, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('100', 1003, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('101', 1003, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('102', 1003, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('103', 1003, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('104', 1003, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('105', 1003, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('106', 1003, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('107', 1003, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('108', 1003, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('109', 1003, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('110', 1003, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('111', 1003, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('112', 1003, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('113', 1003, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('114', 1003, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('115', 1003, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('116', 1003, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('117', 1003, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('118', 1003, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('119', 1003, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('120', 1003, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('121', 1004, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('122', 1004, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('123', 1004, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('124', 1004, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('125', 1004, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('126', 1004, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('127', 1004, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('128', 1004, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('129', 1004, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('130', 1004, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('131', 1004, 3, 1, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('132', 1004, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('133', 1004, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('134', 1004, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('135', 1004, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('136', 1004, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('137', 1004, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('138', 1004, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('139', 1004, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('140', 1004, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('141', 1004, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('142', 1004, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('143', 1004, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('144', 1004, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('145', 1004, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('146', 1004, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('147', 1004, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('148', 1004, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('149', 1004, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('150', 1004, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('151', 1004, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('152', 1004, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('153', 1004, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('154', 1004, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('155', 1004, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('156', 1004, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('157', 1004, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('158', 1004, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('159', 1004, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('160', 1004, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('161', 1005, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('162', 1005, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('163', 1005, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('164', 1005, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('165', 1005, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('166', 1005, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('167', 1005, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('168', 1005, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('169', 1005, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('170', 1005, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('171', 1005, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('172', 1005, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('173', 1005, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('174', 1005, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('175', 1005, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('176', 1005, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('177', 1005, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('178', 1005, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('179', 1005, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('180', 1005, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('181', 1005, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('182', 1005, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('183', 1005, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('184', 1005, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('185', 1005, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('186', 1005, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('187', 1005, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('188', 1005, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('189', 1005, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('190', 1005, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('191', 1005, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('192', 1005, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('193', 1005, 5, 0, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('194', 1005, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('195', 1005, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('196', 1005, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('197', 1005, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('198', 1005, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('199', 1005, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('200', 1005, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('201', 1006, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('202', 1006, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('203', 1006, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('204', 1006, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('205', 1006, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('206', 1006, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('207', 1006, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('208', 1006, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('209', 1006, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('210', 1006, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('211', 1006, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('212', 1006, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('213', 1006, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('214', 1006, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('215', 1006, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('216', 1006, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('217', 1006, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('218', 1006, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('219', 1006, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('220', 1006, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('221', 1006, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('222', 1006, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('223', 1006, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('224', 1006, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('225', 1006, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('226', 1006, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('227', 1006, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('228', 1006, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('229', 1006, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('230', 1006, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('231', 1006, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('232', 1006, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('233', 1006, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('234', 1006, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('235', 1006, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('236', 1006, 5, 2, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('237', 1006, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('238', 1006, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('239', 1006, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('240', 1006, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('241', 1007, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('242', 1007, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('243', 1007, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('244', 1007, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('245', 1007, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('246', 1007, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('247', 1007, 1, 5, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('248', 1007, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('249', 1007, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('250', 1007, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('251', 1007, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('252', 1007, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('253', 1007, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('254', 1007, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('255', 1007, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('256', 1007, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('257', 1007, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('258', 1007, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('259', 1007, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('260', 1007, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('261', 1007, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('262', 1007, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('263', 1007, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('264', 1007, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('265', 1007, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('266', 1007, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('267', 1007, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('268', 1007, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('269', 1007, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('270', 1007, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('271', 1007, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('272', 1007, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('273', 1007, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('274', 1007, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('275', 1007, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('276', 1007, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('277', 1007, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('278', 1007, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('279', 1007, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('280', 1007, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('281', 1008, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('282', 1008, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('283', 1008, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('284', 1008, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('285', 1008, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('286', 1008, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('287', 1008, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('288', 1008, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('289', 1008, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('290', 1008, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('291', 1008, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('292', 1008, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('293', 1008, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('294', 1008, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('295', 1008, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('296', 1008, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('297', 1008, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('298', 1008, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('299', 1008, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('300', 1008, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('301', 1008, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('302', 1008, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('303', 1008, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('304', 1008, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('305', 1008, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('306', 1008, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('307', 1008, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('308', 1008, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('309', 1008, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('310', 1008, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('311', 1008, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('312', 1008, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('313', 1008, 5, 0, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('314', 1008, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('315', 1008, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('316', 1008, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('317', 1008, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('318', 1008, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('319', 1008, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('320', 1008, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('321', 1009, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('322', 1009, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('323', 1009, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('324', 1009, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('325', 1009, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('326', 1009, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('327', 1009, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('328', 1009, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('329', 1009, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('330', 1009, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('331', 1009, 3, 1, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('332', 1009, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('333', 1009, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('334', 1009, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('335', 1009, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('336', 1009, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('337', 1009, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('338', 1009, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('339', 1009, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('340', 1009, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('341', 1009, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('342', 1009, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('343', 1009, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('344', 1009, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('345', 1009, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('346', 1009, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('347', 1009, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('348', 1009, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('349', 1009, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('350', 1009, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('351', 1009, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('352', 1009, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('353', 1009, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('354', 1009, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('355', 1009, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('356', 1009, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('357', 1009, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('358', 1009, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('359', 1009, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('360', 1009, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('361', 1010, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('362', 1010, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('363', 1010, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('364', 1010, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('365', 1010, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('366', 1010, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('367', 1010, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('368', 1010, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('369', 1010, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('370', 1010, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('371', 1010, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('372', 1010, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('373', 1010, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('374', 1010, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('375', 1010, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('376', 1010, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('377', 1010, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('378', 1010, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('379', 1010, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('380', 1010, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('381', 1010, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('382', 1010, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('383', 1010, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('384', 1010, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('385', 1010, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('386', 1010, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('387', 1010, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('388', 1010, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('389', 1010, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('390', 1010, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('391', 1010, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('392', 1010, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('393', 1010, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('394', 1010, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('395', 1010, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('396', 1010, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('397', 1010, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('398', 1010, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('399', 1010, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('400', 1010, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('401', 1011, 0, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('402', 1011, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('403', 1011, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('404', 1011, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('405', 1011, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('406', 1011, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('407', 1011, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('408', 1011, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('409', 1011, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('410', 1011, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('411', 1011, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('412', 1011, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('413', 1011, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('414', 1011, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('415', 1011, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('416', 1011, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('417', 1011, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('418', 1011, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('419', 1011, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('420', 1011, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('421', 1011, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('422', 1011, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('423', 1011, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('424', 1011, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('425', 1011, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('426', 1011, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('427', 1011, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('428', 1011, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('429', 1011, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('430', 1011, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('431', 1011, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('432', 1011, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('433', 1011, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('434', 1011, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('435', 1011, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('436', 1011, 5, 2, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('437', 1011, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('438', 1011, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('439', 1011, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('440', 1011, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('441', 1012, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('442', 1012, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('443', 1012, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('444', 1012, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('445', 1012, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('446', 1012, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('447', 1012, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('448', 1012, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('449', 1012, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('450', 1012, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('451', 1012, 3, 1, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('452', 1012, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('453', 1012, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('454', 1012, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('455', 1012, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('456', 1012, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('457', 1012, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('458', 1012, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('459', 1012, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('460', 1012, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('461', 1012, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('462', 1012, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('463', 1012, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('464', 1012, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('465', 1012, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('466', 1012, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('467', 1012, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('468', 1012, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('469', 1012, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('470', 1012, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('471', 1012, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('472', 1012, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('473', 1012, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('474', 1012, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('475', 1012, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('476', 1012, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('477', 1012, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('478', 1012, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('479', 1012, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('480', 1012, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('481', 1013, 0, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('482', 1013, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('483', 1013, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('484', 1013, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('485', 1013, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('486', 1013, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('487', 1013, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('488', 1013, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('489', 1013, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('490', 1013, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('491', 1013, 3, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('492', 1013, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('493', 1013, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('494', 1013, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('495', 1013, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('496', 1013, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('497', 1013, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('498', 1013, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('499', 1013, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('500', 1013, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('501', 1013, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('502', 1013, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('503', 1013, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('504', 1013, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('505', 1013, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('506', 1013, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('507', 1013, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('508', 1013, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('509', 1013, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('510', 1013, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('511', 1013, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('512', 1013, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('513', 1013, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('514', 1013, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('515', 1013, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('516', 1013, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('517', 1013, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('518', 1013, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('519', 1013, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('520', 1013, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('521', 1014, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('522', 1014, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('523', 1014, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('524', 1014, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('525', 1014, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('526', 1014, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('527', 1014, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('528', 1014, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('529', 1014, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('530', 1014, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('531', 1014, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('532', 1014, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('533', 1014, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('534', 1014, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('535', 1014, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('536', 1014, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('537', 1014, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('538', 1014, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('539', 1014, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('540', 1014, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('541', 1014, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('542', 1014, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('543', 1014, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('544', 1014, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('545', 1014, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('546', 1014, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('547', 1014, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('548', 1014, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('549', 1014, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('550', 1014, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('551', 1014, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('552', 1014, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('553', 1014, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('554', 1014, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('555', 1014, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('556', 1014, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('557', 1014, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('558', 1014, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('559', 1014, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('560', 1014, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('561', 1015, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('562', 1015, 1, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('563', 1015, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('564', 1015, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('565', 1015, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('566', 1015, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('567', 1015, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('568', 1015, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('569', 1015, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('570', 1015, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('571', 1015, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('572', 1015, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('573', 1015, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('574', 1015, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('575', 1015, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('576', 1015, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('577', 1015, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('578', 1015, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('579', 1015, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('580', 1015, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('581', 1015, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('582', 1015, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('583', 1015, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('584', 1015, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('585', 1015, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('586', 1015, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('587', 1015, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('588', 1015, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('589', 1015, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('590', 1015, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('591', 1015, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('592', 1015, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('593', 1015, 5, 0, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('594', 1015, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('595', 1015, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('596', 1015, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('597', 1015, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('598', 1015, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('599', 1015, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('600', 1015, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('601', 1016, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('602', 1016, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('603', 1016, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('604', 1016, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('605', 1016, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('606', 1016, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('607', 1016, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('608', 1016, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('609', 1016, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('610', 1016, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('611', 1016, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('612', 1016, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('613', 1016, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('614', 1016, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('615', 1016, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('616', 1016, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('617', 1016, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('618', 1016, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('619', 1016, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('620', 1016, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('621', 1016, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('622', 1016, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('623', 1016, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('624', 1016, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('625', 1016, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('626', 1016, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('627', 1016, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('628', 1016, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('629', 1016, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('630', 1016, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('631', 1016, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('632', 1016, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('633', 1016, 5, 0, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('634', 1016, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('635', 1016, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('636', 1016, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('637', 1016, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('638', 1016, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('639', 1016, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('640', 1016, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('641', 1017, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('642', 1017, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('643', 1017, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('644', 1017, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('645', 1017, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('646', 1017, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('647', 1017, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('648', 1017, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('649', 1017, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('650', 1017, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('651', 1017, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('652', 1017, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('653', 1017, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('654', 1017, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('655', 1017, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('656', 1017, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('657', 1017, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('658', 1017, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('659', 1017, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('660', 1017, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('661', 1017, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('662', 1017, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('663', 1017, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('664', 1017, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('665', 1017, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('666', 1017, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('667', 1017, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('668', 1017, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('669', 1017, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('670', 1017, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('671', 1017, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('672', 1017, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('673', 1017, 5, 0, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('674', 1017, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('675', 1017, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('676', 1017, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('677', 1017, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('678', 1017, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('679', 1017, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('680', 1017, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('681', 1018, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('682', 1018, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('683', 1018, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('684', 1018, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('685', 1018, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('686', 1018, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('687', 1018, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('688', 1018, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('689', 1018, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('690', 1018, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('691', 1018, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('692', 1018, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('693', 1018, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('694', 1018, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('695', 1018, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('696', 1018, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('697', 1018, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('698', 1018, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('699', 1018, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('700', 1018, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('701', 1018, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('702', 1018, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('703', 1018, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('704', 1018, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('705', 1018, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('706', 1018, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('707', 1018, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('708', 1018, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('709', 1018, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('710', 1018, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('711', 1018, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('712', 1018, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('713', 1018, 5, 0, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('714', 1018, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('715', 1018, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('716', 1018, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('717', 1018, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('718', 1018, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('719', 1018, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('720', 1018, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('721', 1019, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('722', 1019, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('723', 1019, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('724', 1019, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('725', 1019, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('726', 1019, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('727', 1019, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('728', 1019, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('729', 1019, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('730', 1019, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('731', 1019, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('732', 1019, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('733', 1019, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('734', 1019, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('735', 1019, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('736', 1019, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('737', 1019, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('738', 1019, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('739', 1019, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('740', 1019, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('741', 1019, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('742', 1019, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('743', 1019, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('744', 1019, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('745', 1019, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('746', 1019, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('747', 1019, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('748', 1019, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('749', 1019, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('750', 1019, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('751', 1019, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('752', 1019, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('753', 1019, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('754', 1019, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('755', 1019, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('756', 1019, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('757', 1019, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('758', 1019, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('759', 1019, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('760', 1019, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('761', 1020, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('762', 1020, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('763', 1020, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('764', 1020, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('765', 1020, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('766', 1020, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('767', 1020, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('768', 1020, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('769', 1020, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('770', 1020, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('771', 1020, 3, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('772', 1020, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('773', 1020, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('774', 1020, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('775', 1020, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('776', 1020, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('777', 1020, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('778', 1020, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('779', 1020, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('780', 1020, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('781', 1020, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('782', 1020, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('783', 1020, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('784', 1020, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('785', 1020, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('786', 1020, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('787', 1020, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('788', 1020, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('789', 1020, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('790', 1020, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('791', 1020, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('792', 1020, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('793', 1020, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('794', 1020, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('795', 1020, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('796', 1020, 5, 2, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('797', 1020, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('798', 1020, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('799', 1020, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('800', 1020, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('801', 1021, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('802', 1021, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('803', 1021, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('804', 1021, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('805', 1021, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('806', 1021, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('807', 1021, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('808', 1021, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('809', 1021, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('810', 1021, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('811', 1021, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('812', 1021, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('813', 1021, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('814', 1021, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('815', 1021, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('816', 1021, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('817', 1021, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('818', 1021, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('819', 1021, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('820', 1021, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('821', 1021, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('822', 1021, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('823', 1021, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('824', 1021, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('825', 1021, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('826', 1021, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('827', 1021, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('828', 1021, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('829', 1021, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('830', 1021, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('831', 1021, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('832', 1021, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('833', 1021, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('834', 1021, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('835', 1021, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('836', 1021, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('837', 1021, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('838', 1021, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('839', 1021, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('840', 1021, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('841', 1022, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('842', 1022, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('843', 1022, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('844', 1022, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('845', 1022, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('846', 1022, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('847', 1022, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('848', 1022, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('849', 1022, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('850', 1022, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('851', 1022, 3, 1, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('852', 1022, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('853', 1022, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('854', 1022, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('855', 1022, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('856', 1022, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('857', 1022, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('858', 1022, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('859', 1022, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('860', 1022, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('861', 1022, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('862', 1022, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('863', 1022, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('864', 1022, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('865', 1022, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('866', 1022, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('867', 1022, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('868', 1022, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('869', 1022, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('870', 1022, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('871', 1022, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('872', 1022, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('873', 1022, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('874', 1022, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('875', 1022, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('876', 1022, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('877', 1022, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('878', 1022, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('879', 1022, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('880', 1022, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('881', 1023, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('882', 1023, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('883', 1023, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('884', 1023, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('885', 1023, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('886', 1023, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('887', 1023, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('888', 1023, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('889', 1023, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('890', 1023, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('891', 1023, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('892', 1023, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('893', 1023, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('894', 1023, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('895', 1023, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('896', 1023, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('897', 1023, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('898', 1023, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('899', 1023, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('900', 1023, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('901', 1023, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('902', 1023, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('903', 1023, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('904', 1023, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('905', 1023, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('906', 1023, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('907', 1023, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('908', 1023, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('909', 1023, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('910', 1023, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('911', 1023, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('912', 1023, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('913', 1023, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('914', 1023, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('915', 1023, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('916', 1023, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('917', 1023, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('918', 1023, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('919', 1023, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('920', 1023, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('921', 1024, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('922', 1024, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('923', 1024, 1, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('924', 1024, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('925', 1024, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('926', 1024, 1, 4, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('927', 1024, 1, 5, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('928', 1024, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('929', 1024, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('930', 1024, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('931', 1024, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('932', 1024, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('933', 1024, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('934', 1024, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('935', 1024, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('936', 1024, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('937', 1024, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('938', 1024, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('939', 1024, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('940', 1024, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('941', 1024, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('942', 1024, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('943', 1024, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('944', 1024, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('945', 1024, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('946', 1024, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('947', 1024, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('948', 1024, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('949', 1024, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('950', 1024, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('951', 1024, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('952', 1024, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('953', 1024, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('954', 1024, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('955', 1024, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('956', 1024, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('957', 1024, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('958', 1024, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('959', 1024, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('960', 1024, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('961', 1025, 0, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('962', 1025, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('963', 1025, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('964', 1025, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('965', 1025, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('966', 1025, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('967', 1025, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('968', 1025, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('969', 1025, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('970', 1025, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('971', 1025, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('972', 1025, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('973', 1025, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('974', 1025, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('975', 1025, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('976', 1025, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('977', 1025, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('978', 1025, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('979', 1025, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('980', 1025, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('981', 1025, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('982', 1025, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('983', 1025, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('984', 1025, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('985', 1025, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('986', 1025, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('987', 1025, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('988', 1025, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('989', 1025, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('990', 1025, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('991', 1025, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('992', 1025, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('993', 1025, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('994', 1025, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('995', 1025, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('996', 1025, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('997', 1025, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('998', 1025, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('999', 1025, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1000', 1025, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1001', 1026, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1002', 1026, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1003', 1026, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1004', 1026, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1005', 1026, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1006', 1026, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1007', 1026, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1008', 1026, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1009', 1026, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1010', 1026, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1011', 1026, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1012', 1026, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1013', 1026, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1014', 1026, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1015', 1026, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1016', 1026, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1017', 1026, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1018', 1026, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1019', 1026, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1020', 1026, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1021', 1026, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1022', 1026, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1023', 1026, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1024', 1026, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1025', 1026, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1026', 1026, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1027', 1026, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1028', 1026, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1029', 1026, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1030', 1026, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1031', 1026, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1032', 1026, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1033', 1026, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1034', 1026, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1035', 1026, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1036', 1026, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1037', 1026, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1038', 1026, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1039', 1026, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1040', 1026, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1041', 1027, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1042', 1027, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1043', 1027, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1044', 1027, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1045', 1027, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1046', 1027, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1047', 1027, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1048', 1027, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1049', 1027, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1050', 1027, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1051', 1027, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1052', 1027, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1053', 1027, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1054', 1027, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1055', 1027, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1056', 1027, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1057', 1027, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1058', 1027, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1059', 1027, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1060', 1027, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1061', 1027, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1062', 1027, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1063', 1027, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1064', 1027, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1065', 1027, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1066', 1027, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1067', 1027, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1068', 1027, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1069', 1027, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1070', 1027, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1071', 1027, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1072', 1027, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1073', 1027, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1074', 1027, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1075', 1027, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1076', 1027, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1077', 1027, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1078', 1027, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1079', 1027, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1080', 1027, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1081', 1028, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1082', 1028, 1, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1083', 1028, 1, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1084', 1028, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1085', 1028, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1086', 1028, 1, 4, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1087', 1028, 1, 5, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1088', 1028, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1089', 1028, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1090', 1028, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1091', 1028, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1092', 1028, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1093', 1028, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1094', 1028, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1095', 1028, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1096', 1028, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1097', 1028, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1098', 1028, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1099', 1028, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1100', 1028, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1101', 1028, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1102', 1028, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1103', 1028, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1104', 1028, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1105', 1028, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1106', 1028, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1107', 1028, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1108', 1028, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1109', 1028, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1110', 1028, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1111', 1028, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1112', 1028, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1113', 1028, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1114', 1028, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1115', 1028, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1116', 1028, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1117', 1028, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1118', 1028, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1119', 1028, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1120', 1028, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1121', 1029, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1122', 1029, 1, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1123', 1029, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1124', 1029, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1125', 1029, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1126', 1029, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1127', 1029, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1128', 1029, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1129', 1029, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1130', 1029, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1131', 1029, 3, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1132', 1029, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1133', 1029, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1134', 1029, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1135', 1029, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1136', 1029, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1137', 1029, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1138', 1029, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1139', 1029, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1140', 1029, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1141', 1029, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1142', 1029, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1143', 1029, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1144', 1029, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1145', 1029, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1146', 1029, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1147', 1029, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1148', 1029, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1149', 1029, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1150', 1029, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1151', 1029, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1152', 1029, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1153', 1029, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1154', 1029, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1155', 1029, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1156', 1029, 5, 2, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1157', 1029, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1158', 1029, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1159', 1029, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1160', 1029, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1161', 1030, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1162', 1030, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1163', 1030, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1164', 1030, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1165', 1030, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1166', 1030, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1167', 1030, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1168', 1030, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1169', 1030, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1170', 1030, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1171', 1030, 3, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1172', 1030, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1173', 1030, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1174', 1030, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1175', 1030, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1176', 1030, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1177', 1030, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1178', 1030, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1179', 1030, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1180', 1030, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1181', 1030, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1182', 1030, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1183', 1030, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1184', 1030, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1185', 1030, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1186', 1030, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1187', 1030, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1188', 1030, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1189', 1030, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1190', 1030, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1191', 1030, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1192', 1030, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1193', 1030, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1194', 1030, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1195', 1030, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1196', 1030, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1197', 1030, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1198', 1030, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1199', 1030, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1200', 1030, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1201', 1031, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1202', 1031, 1, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1203', 1031, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1204', 1031, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1205', 1031, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1206', 1031, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1207', 1031, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1208', 1031, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1209', 1031, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1210', 1031, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1211', 1031, 3, 1, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1212', 1031, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1213', 1031, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1214', 1031, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1215', 1031, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1216', 1031, 2, 103050, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1217', 1031, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1218', 1031, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1219', 1031, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1220', 1031, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1221', 1031, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1222', 1031, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1223', 1031, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1224', 1031, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1225', 1031, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1226', 1031, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1227', 1031, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1228', 1031, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1229', 1031, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1230', 1031, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1231', 1031, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1232', 1031, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1233', 1031, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1234', 1031, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1235', 1031, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1236', 1031, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1237', 1031, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1238', 1031, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1239', 1031, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1240', 1031, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1241', 1032, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1242', 1032, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1243', 1032, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1244', 1032, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1245', 1032, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1246', 1032, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1247', 1032, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1248', 1032, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1249', 1032, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1250', 1032, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1251', 1032, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1252', 1032, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1253', 1032, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1254', 1032, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1255', 1032, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1256', 1032, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1257', 1032, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1258', 1032, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1259', 1032, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1260', 1032, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1261', 1032, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1262', 1032, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1263', 1032, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1264', 1032, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1265', 1032, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1266', 1032, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1267', 1032, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1268', 1032, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1269', 1032, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1270', 1032, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1271', 1032, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1272', 1032, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1273', 1032, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1274', 1032, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1275', 1032, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1276', 1032, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1277', 1032, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1278', 1032, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1279', 1032, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1280', 1032, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1281', 1033, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1282', 1033, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1283', 1033, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1284', 1033, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1285', 1033, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1286', 1033, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1287', 1033, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1288', 1033, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1289', 1033, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1290', 1033, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1291', 1033, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1292', 1033, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1293', 1033, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1294', 1033, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1295', 1033, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1296', 1033, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1297', 1033, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1298', 1033, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1299', 1033, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1300', 1033, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1301', 1033, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1302', 1033, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1303', 1033, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1304', 1033, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1305', 1033, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1306', 1033, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1307', 1033, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1308', 1033, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1309', 1033, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1310', 1033, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1311', 1033, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1312', 1033, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1313', 1033, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1314', 1033, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1315', 1033, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1316', 1033, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1317', 1033, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1318', 1033, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1319', 1033, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1320', 1033, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1321', 1034, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1322', 1034, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1323', 1034, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1324', 1034, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1325', 1034, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1326', 1034, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1327', 1034, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1328', 1034, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1329', 1034, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1330', 1034, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1331', 1034, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1332', 1034, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1333', 1034, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1334', 1034, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1335', 1034, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1336', 1034, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1337', 1034, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1338', 1034, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1339', 1034, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1340', 1034, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1341', 1034, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1342', 1034, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1343', 1034, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1344', 1034, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1345', 1034, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1346', 1034, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1347', 1034, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1348', 1034, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1349', 1034, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1350', 1034, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1351', 1034, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1352', 1034, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1353', 1034, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1354', 1034, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1355', 1034, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1356', 1034, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1357', 1034, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1358', 1034, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1359', 1034, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1360', 1034, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1361', 1035, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1362', 1035, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1363', 1035, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1364', 1035, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1365', 1035, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1366', 1035, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1367', 1035, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1368', 1035, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1369', 1035, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1370', 1035, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1371', 1035, 3, 1, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1372', 1035, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1373', 1035, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1374', 1035, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1375', 1035, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1376', 1035, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1377', 1035, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1378', 1035, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1379', 1035, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1380', 1035, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1381', 1035, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1382', 1035, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1383', 1035, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1384', 1035, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1385', 1035, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1386', 1035, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1387', 1035, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1388', 1035, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1389', 1035, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1390', 1035, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1391', 1035, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1392', 1035, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1393', 1035, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1394', 1035, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1395', 1035, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1396', 1035, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1397', 1035, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1398', 1035, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1399', 1035, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1400', 1035, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1401', 1036, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1402', 1036, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1403', 1036, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1404', 1036, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1405', 1036, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1406', 1036, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1407', 1036, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1408', 1036, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1409', 1036, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1410', 1036, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1411', 1036, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1412', 1036, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1413', 1036, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1414', 1036, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1415', 1036, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1416', 1036, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1417', 1036, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1418', 1036, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1419', 1036, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1420', 1036, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1421', 1036, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1422', 1036, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1423', 1036, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1424', 1036, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1425', 1036, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1426', 1036, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1427', 1036, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1428', 1036, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1429', 1036, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1430', 1036, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1431', 1036, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1432', 1036, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1433', 1036, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1434', 1036, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1435', 1036, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1436', 1036, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1437', 1036, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1438', 1036, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1439', 1036, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1440', 1036, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1441', 1037, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1442', 1037, 1, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1443', 1037, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1444', 1037, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1445', 1037, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1446', 1037, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1447', 1037, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1448', 1037, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1449', 1037, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1450', 1037, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1451', 1037, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1452', 1037, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1453', 1037, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1454', 1037, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1455', 1037, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1456', 1037, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1457', 1037, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1458', 1037, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1459', 1037, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1460', 1037, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1461', 1037, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1462', 1037, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1463', 1037, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1464', 1037, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1465', 1037, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1466', 1037, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1467', 1037, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1468', 1037, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1469', 1037, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1470', 1037, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1471', 1037, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1472', 1037, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1473', 1037, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1474', 1037, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1475', 1037, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1476', 1037, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1477', 1037, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1478', 1037, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1479', 1037, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1480', 1037, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1481', 1038, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1482', 1038, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1483', 1038, 1, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1484', 1038, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1485', 1038, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1486', 1038, 1, 4, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1487', 1038, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1488', 1038, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1489', 1038, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1490', 1038, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1491', 1038, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1492', 1038, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1493', 1038, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1494', 1038, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1495', 1038, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1496', 1038, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1497', 1038, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1498', 1038, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1499', 1038, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1500', 1038, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1501', 1038, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1502', 1038, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1503', 1038, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1504', 1038, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1505', 1038, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1506', 1038, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1507', 1038, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1508', 1038, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1509', 1038, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1510', 1038, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1511', 1038, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1512', 1038, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1513', 1038, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1514', 1038, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1515', 1038, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1516', 1038, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1517', 1038, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1518', 1038, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1519', 1038, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1520', 1038, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1521', 1039, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1522', 1039, 1, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1523', 1039, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1524', 1039, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1525', 1039, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1526', 1039, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1527', 1039, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1528', 1039, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1529', 1039, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1530', 1039, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1531', 1039, 3, 1, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1532', 1039, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1533', 1039, 2, 103010, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1534', 1039, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1535', 1039, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1536', 1039, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1537', 1039, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1538', 1039, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1539', 1039, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1540', 1039, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1541', 1039, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1542', 1039, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1543', 1039, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1544', 1039, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1545', 1039, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1546', 1039, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1547', 1039, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1548', 1039, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1549', 1039, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1550', 1039, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1551', 1039, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1552', 1039, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1553', 1039, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1554', 1039, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1555', 1039, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1556', 1039, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1557', 1039, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1558', 1039, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1559', 1039, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1560', 1039, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1561', 1040, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1562', 1040, 1, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1563', 1040, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1564', 1040, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1565', 1040, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1566', 1040, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1567', 1040, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1568', 1040, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1569', 1040, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1570', 1040, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1571', 1040, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1572', 1040, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1573', 1040, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1574', 1040, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1575', 1040, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1576', 1040, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1577', 1040, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1578', 1040, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1579', 1040, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1580', 1040, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1581', 1040, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1582', 1040, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1583', 1040, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1584', 1040, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1585', 1040, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1586', 1040, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1587', 1040, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1588', 1040, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1589', 1040, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1590', 1040, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1591', 1040, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1592', 1040, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1593', 1040, 5, 0, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1594', 1040, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1595', 1040, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1596', 1040, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1597', 1040, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1598', 1040, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1599', 1040, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1600', 1040, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1601', 1041, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1602', 1041, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1603', 1041, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1604', 1041, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1605', 1041, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1606', 1041, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1607', 1041, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1608', 1041, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1609', 1041, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1610', 1041, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1611', 1041, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1612', 1041, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1613', 1041, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1614', 1041, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1615', 1041, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1616', 1041, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1617', 1041, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1618', 1041, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1619', 1041, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1620', 1041, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1621', 1041, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1622', 1041, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1623', 1041, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1624', 1041, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1625', 1041, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1626', 1041, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1627', 1041, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1628', 1041, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1629', 1041, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1630', 1041, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1631', 1041, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1632', 1041, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1633', 1041, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1634', 1041, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1635', 1041, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1636', 1041, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1637', 1041, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1638', 1041, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1639', 1041, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1640', 1041, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1641', 1042, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1642', 1042, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1643', 1042, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1644', 1042, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1645', 1042, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1646', 1042, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1647', 1042, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1648', 1042, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1649', 1042, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1650', 1042, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1651', 1042, 3, 1, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1652', 1042, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1653', 1042, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1654', 1042, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1655', 1042, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1656', 1042, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1657', 1042, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1658', 1042, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1659', 1042, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1660', 1042, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1661', 1042, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1662', 1042, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1663', 1042, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1664', 1042, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1665', 1042, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1666', 1042, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1667', 1042, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1668', 1042, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1669', 1042, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1670', 1042, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1671', 1042, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1672', 1042, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1673', 1042, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1674', 1042, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1675', 1042, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1676', 1042, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1677', 1042, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1678', 1042, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1679', 1042, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1680', 1042, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1681', 1043, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1682', 1043, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1683', 1043, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1684', 1043, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1685', 1043, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1686', 1043, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1687', 1043, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1688', 1043, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1689', 1043, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1690', 1043, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1691', 1043, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1692', 1043, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1693', 1043, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1694', 1043, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1695', 1043, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1696', 1043, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1697', 1043, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1698', 1043, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1699', 1043, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1700', 1043, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1701', 1043, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1702', 1043, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1703', 1043, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1704', 1043, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1705', 1043, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1706', 1043, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1707', 1043, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1708', 1043, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1709', 1043, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1710', 1043, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1711', 1043, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1712', 1043, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1713', 1043, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1714', 1043, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1715', 1043, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1716', 1043, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1717', 1043, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1718', 1043, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1719', 1043, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1720', 1043, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1721', 1044, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1722', 1044, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1723', 1044, 1, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1724', 1044, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1725', 1044, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1726', 1044, 1, 4, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1727', 1044, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1728', 1044, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1729', 1044, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1730', 1044, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1731', 1044, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1732', 1044, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1733', 1044, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1734', 1044, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1735', 1044, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1736', 1044, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1737', 1044, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1738', 1044, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1739', 1044, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1740', 1044, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1741', 1044, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1742', 1044, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1743', 1044, 2, 101031, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1744', 1044, 2, 101031, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1745', 1044, 2, 101032, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1746', 1044, 2, 101032, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1747', 1044, 2, 101033, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1748', 1044, 2, 101033, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1749', 1044, 2, 101034, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1750', 1044, 2, 101034, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1751', 1044, 2, 102030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1752', 1044, 2, 102030, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1753', 1044, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1754', 1044, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1755', 1044, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1756', 1044, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1757', 1044, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1758', 1044, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1759', 1044, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1760', 1044, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1761', 1045, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1762', 1045, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1763', 1045, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1764', 1045, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1765', 1045, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1766', 1045, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1767', 1045, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1768', 1045, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1769', 1045, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1770', 1045, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1771', 1045, 3, 1, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1772', 1045, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1773', 1045, 2, 103010, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1774', 1045, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1775', 1045, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1776', 1045, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1777', 1045, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1778', 1045, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1779', 1045, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1780', 1045, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1781', 1045, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1782', 1045, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1783', 1045, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1784', 1045, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1785', 1045, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1786', 1045, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1787', 1045, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1788', 1045, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1789', 1045, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1790', 1045, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1791', 1045, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1792', 1045, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1793', 1045, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1794', 1045, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1795', 1045, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1796', 1045, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1797', 1045, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1798', 1045, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1799', 1045, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1800', 1045, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1801', 1046, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1802', 1046, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1803', 1046, 1, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1804', 1046, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1805', 1046, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1806', 1046, 1, 4, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1807', 1046, 1, 5, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1808', 1046, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1809', 1046, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1810', 1046, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1811', 1046, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1812', 1046, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1813', 1046, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1814', 1046, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1815', 1046, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1816', 1046, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1817', 1046, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1818', 1046, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1819', 1046, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1820', 1046, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1821', 1046, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1822', 1046, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1823', 1046, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1824', 1046, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1825', 1046, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1826', 1046, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1827', 1046, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1828', 1046, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1829', 1046, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1830', 1046, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1831', 1046, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1832', 1046, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1833', 1046, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1834', 1046, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1835', 1046, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1836', 1046, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1837', 1046, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1838', 1046, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1839', 1046, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1840', 1046, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1841', 1047, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1842', 1047, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1843', 1047, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1844', 1047, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1845', 1047, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1846', 1047, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1847', 1047, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1848', 1047, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1849', 1047, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1850', 1047, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1851', 1047, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1852', 1047, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1853', 1047, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1854', 1047, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1855', 1047, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1856', 1047, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1857', 1047, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1858', 1047, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1859', 1047, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1860', 1047, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1861', 1047, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1862', 1047, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1863', 1047, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1864', 1047, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1865', 1047, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1866', 1047, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1867', 1047, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1868', 1047, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1869', 1047, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1870', 1047, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1871', 1047, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1872', 1047, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1873', 1047, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1874', 1047, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1875', 1047, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1876', 1047, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1877', 1047, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1878', 1047, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1879', 1047, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1880', 1047, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1881', 1048, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1882', 1048, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1883', 1048, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1884', 1048, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1885', 1048, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1886', 1048, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1887', 1048, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1888', 1048, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1889', 1048, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1890', 1048, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1891', 1048, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1892', 1048, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1893', 1048, 2, 103010, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1894', 1048, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1895', 1048, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1896', 1048, 2, 103050, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1897', 1048, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1898', 1048, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1899', 1048, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1900', 1048, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1901', 1048, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1902', 1048, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1903', 1048, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1904', 1048, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1905', 1048, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1906', 1048, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1907', 1048, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1908', 1048, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1909', 1048, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1910', 1048, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1911', 1048, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1912', 1048, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1913', 1048, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1914', 1048, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1915', 1048, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1916', 1048, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1917', 1048, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1918', 1048, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1919', 1048, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1920', 1048, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1921', 1049, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1922', 1049, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1923', 1049, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1924', 1049, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1925', 1049, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1926', 1049, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1927', 1049, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1928', 1049, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1929', 1049, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1930', 1049, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1931', 1049, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1932', 1049, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1933', 1049, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1934', 1049, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1935', 1049, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1936', 1049, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1937', 1049, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1938', 1049, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1939', 1049, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1940', 1049, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1941', 1049, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1942', 1049, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1943', 1049, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1944', 1049, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1945', 1049, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1946', 1049, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1947', 1049, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1948', 1049, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1949', 1049, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1950', 1049, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1951', 1049, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1952', 1049, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1953', 1049, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1954', 1049, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1955', 1049, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1956', 1049, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1957', 1049, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1958', 1049, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1959', 1049, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1960', 1049, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1961', 1050, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1962', 1050, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1963', 1050, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1964', 1050, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1965', 1050, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1966', 1050, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1967', 1050, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1968', 1050, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1969', 1050, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1970', 1050, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1971', 1050, 3, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1972', 1050, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1973', 1050, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1974', 1050, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1975', 1050, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1976', 1050, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1977', 1050, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1978', 1050, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1979', 1050, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1980', 1050, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1981', 1050, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1982', 1050, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1983', 1050, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1984', 1050, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1985', 1050, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1986', 1050, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1987', 1050, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1988', 1050, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1989', 1050, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1990', 1050, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1991', 1050, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1992', 1050, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1993', 1050, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1994', 1050, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1995', 1050, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1996', 1050, 5, 2, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1997', 1050, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1998', 1050, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('1999', 1050, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2000', 1050, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2001', 1051, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2002', 1051, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2003', 1051, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2004', 1051, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2005', 1051, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2006', 1051, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2007', 1051, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2008', 1051, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2009', 1051, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2010', 1051, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2011', 1051, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2012', 1051, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2013', 1051, 2, 103010, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2014', 1051, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2015', 1051, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2016', 1051, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2017', 1051, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2018', 1051, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2019', 1051, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2020', 1051, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2021', 1051, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2022', 1051, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2023', 1051, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2024', 1051, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2025', 1051, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2026', 1051, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2027', 1051, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2028', 1051, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2029', 1051, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2030', 1051, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2031', 1051, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2032', 1051, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2033', 1051, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2034', 1051, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2035', 1051, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2036', 1051, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2037', 1051, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2038', 1051, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2039', 1051, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2040', 1051, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2041', 1052, 0, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2042', 1052, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2043', 1052, 1, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2044', 1052, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2045', 1052, 1, 3, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2046', 1052, 1, 4, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2047', 1052, 1, 5, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2048', 1052, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2049', 1052, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2050', 1052, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2051', 1052, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2052', 1052, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2053', 1052, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2054', 1052, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2055', 1052, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2056', 1052, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2057', 1052, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2058', 1052, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2059', 1052, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2060', 1052, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2061', 1052, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2062', 1052, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2063', 1052, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2064', 1052, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2065', 1052, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2066', 1052, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2067', 1052, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2068', 1052, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2069', 1052, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2070', 1052, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2071', 1052, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2072', 1052, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2073', 1052, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2074', 1052, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2075', 1052, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2076', 1052, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2077', 1052, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2078', 1052, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2079', 1052, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2080', 1052, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2081', 1053, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2082', 1053, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2083', 1053, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2084', 1053, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2085', 1053, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2086', 1053, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2087', 1053, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2088', 1053, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2089', 1053, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2090', 1053, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2091', 1053, 3, 1, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2092', 1053, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2093', 1053, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2094', 1053, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2095', 1053, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2096', 1053, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2097', 1053, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2098', 1053, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2099', 1053, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2100', 1053, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2101', 1053, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2102', 1053, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2103', 1053, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2104', 1053, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2105', 1053, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2106', 1053, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2107', 1053, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2108', 1053, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2109', 1053, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2110', 1053, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2111', 1053, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2112', 1053, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2113', 1053, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2114', 1053, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2115', 1053, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2116', 1053, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2117', 1053, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2118', 1053, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2119', 1053, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2120', 1053, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2121', 1054, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2122', 1054, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2123', 1054, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2124', 1054, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2125', 1054, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2126', 1054, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2127', 1054, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2128', 1054, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2129', 1054, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2130', 1054, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2131', 1054, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2132', 1054, 6, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2133', 1054, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2134', 1054, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2135', 1054, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2136', 1054, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2137', 1054, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2138', 1054, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2139', 1054, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2140', 1054, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2141', 1054, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2142', 1054, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2143', 1054, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2144', 1054, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2145', 1054, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2146', 1054, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2147', 1054, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2148', 1054, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2149', 1054, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2150', 1054, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2151', 1054, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2152', 1054, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2153', 1054, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2154', 1054, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2155', 1054, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2156', 1054, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2157', 1054, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2158', 1054, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2159', 1054, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2160', 1054, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2161', 1055, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2162', 1055, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2163', 1055, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2164', 1055, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2165', 1055, 1, 3, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2166', 1055, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2167', 1055, 1, 5, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2168', 1055, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2169', 1055, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2170', 1055, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2171', 1055, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2172', 1055, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2173', 1055, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2174', 1055, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2175', 1055, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2176', 1055, 2, 103050, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2177', 1055, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2178', 1055, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2179', 1055, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2180', 1055, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2181', 1055, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2182', 1055, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2183', 1055, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2184', 1055, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2185', 1055, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2186', 1055, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2187', 1055, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2188', 1055, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2189', 1055, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2190', 1055, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2191', 1055, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2192', 1055, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2193', 1055, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2194', 1055, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2195', 1055, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2196', 1055, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2197', 1055, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2198', 1055, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2199', 1055, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2200', 1055, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2201', 1056, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2202', 1056, 1, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2203', 1056, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2204', 1056, 1, 2, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2205', 1056, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2206', 1056, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2207', 1056, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2208', 1056, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2209', 1056, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2210', 1056, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2211', 1056, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2212', 1056, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2213', 1056, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2214', 1056, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2215', 1056, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2216', 1056, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2217', 1056, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2218', 1056, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2219', 1056, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2220', 1056, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2221', 1056, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2222', 1056, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2223', 1056, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2224', 1056, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2225', 1056, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2226', 1056, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2227', 1056, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2228', 1056, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2229', 1056, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2230', 1056, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2231', 1056, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2232', 1056, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2233', 1056, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2234', 1056, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2235', 1056, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2236', 1056, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2237', 1056, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2238', 1056, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2239', 1056, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2240', 1056, 5, 0, 4, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2241', 1057, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2242', 1057, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2243', 1057, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2244', 1057, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2245', 1057, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2246', 1057, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2247', 1057, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2248', 1057, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2249', 1057, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2250', 1057, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2251', 1057, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2252', 1057, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2253', 1057, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2254', 1057, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2255', 1057, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2256', 1057, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2257', 1057, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2258', 1057, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2259', 1057, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2260', 1057, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2261', 1057, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2262', 1057, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2263', 1057, 2, 101031, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2264', 1057, 2, 101031, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2265', 1057, 2, 101032, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2266', 1057, 2, 101032, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2267', 1057, 2, 101033, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2268', 1057, 2, 101033, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2269', 1057, 2, 101034, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2270', 1057, 2, 101034, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2271', 1057, 2, 102030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2272', 1057, 2, 102030, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2273', 1057, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2274', 1057, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2275', 1057, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2276', 1057, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2277', 1057, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2278', 1057, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2279', 1057, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2280', 1057, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2281', 1058, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2282', 1058, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2283', 1058, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2284', 1058, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2285', 1058, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2286', 1058, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2287', 1058, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2288', 1058, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2289', 1058, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2290', 1058, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2291', 1058, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2292', 1058, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2293', 1058, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2294', 1058, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2295', 1058, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2296', 1058, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2297', 1058, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2298', 1058, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2299', 1058, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2300', 1058, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2301', 1058, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2302', 1058, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2303', 1058, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2304', 1058, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2305', 1058, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2306', 1058, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2307', 1058, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2308', 1058, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2309', 1058, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2310', 1058, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2311', 1058, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2312', 1058, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2313', 1058, 5, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2314', 1058, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2315', 1058, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2316', 1058, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2317', 1058, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2318', 1058, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2319', 1058, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2320', 1058, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2321', 1059, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2322', 1059, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2323', 1059, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2324', 1059, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2325', 1059, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2326', 1059, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2327', 1059, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2328', 1059, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2329', 1059, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2330', 1059, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2331', 1059, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2332', 1059, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2333', 1059, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2334', 1059, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2335', 1059, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2336', 1059, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2337', 1059, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2338', 1059, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2339', 1059, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2340', 1059, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2341', 1059, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2342', 1059, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2343', 1059, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2344', 1059, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2345', 1059, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2346', 1059, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2347', 1059, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2348', 1059, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2349', 1059, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2350', 1059, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2351', 1059, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2352', 1059, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2353', 1059, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2354', 1059, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2355', 1059, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2356', 1059, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2357', 1059, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2358', 1059, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2359', 1059, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2360', 1059, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2361', 1060, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2362', 1060, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2363', 1060, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2364', 1060, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2365', 1060, 1, 3, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2366', 1060, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2367', 1060, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2368', 1060, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2369', 1060, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2370', 1060, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2371', 1060, 3, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2372', 1060, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2373', 1060, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2374', 1060, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2375', 1060, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2376', 1060, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2377', 1060, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2378', 1060, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2379', 1060, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2380', 1060, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2381', 1060, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2382', 1060, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2383', 1060, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2384', 1060, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2385', 1060, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2386', 1060, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2387', 1060, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2388', 1060, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2389', 1060, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2390', 1060, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2391', 1060, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2392', 1060, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2393', 1060, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2394', 1060, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2395', 1060, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2396', 1060, 5, 2, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2397', 1060, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2398', 1060, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2399', 1060, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2400', 1060, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2401', 1061, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2402', 1061, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2403', 1061, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2404', 1061, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2405', 1061, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2406', 1061, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2407', 1061, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2408', 1061, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2409', 1061, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2410', 1061, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2411', 1061, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2412', 1061, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2413', 1061, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2414', 1061, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2415', 1061, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2416', 1061, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2417', 1061, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2418', 1061, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2419', 1061, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2420', 1061, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2421', 1061, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2422', 1061, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2423', 1061, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2424', 1061, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2425', 1061, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2426', 1061, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2427', 1061, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2428', 1061, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2429', 1061, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2430', 1061, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2431', 1061, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2432', 1061, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2433', 1061, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2434', 1061, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2435', 1061, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2436', 1061, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2437', 1061, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2438', 1061, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2439', 1061, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2440', 1061, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2441', 2001, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2442', 2001, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2443', 2001, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2444', 2001, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2445', 2001, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2446', 2001, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2447', 2001, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2448', 2001, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2449', 2001, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2450', 2001, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2451', 2001, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2452', 2001, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2453', 2001, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2454', 2001, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2455', 2001, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2456', 2001, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2457', 2001, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2458', 2001, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2459', 2001, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2460', 2001, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2461', 2001, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2462', 2001, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2463', 2001, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2464', 2001, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2465', 2001, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2466', 2001, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2467', 2001, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2468', 2001, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2469', 2001, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2470', 2001, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2471', 2001, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2472', 2001, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2473', 2001, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2474', 2001, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2475', 2001, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2476', 2001, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2477', 2001, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2478', 2001, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2479', 2001, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2480', 2001, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2481', 9001, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2482', 9001, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2483', 9001, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2484', 9001, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2485', 9001, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2486', 9001, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2487', 9001, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2488', 9001, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2489', 9001, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2490', 9001, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2491', 9001, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2492', 9001, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2493', 9001, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2494', 9001, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2495', 9001, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2496', 9001, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2497', 9001, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2498', 9001, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2499', 9001, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2500', 9001, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2501', 9001, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2502', 9001, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2503', 9001, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2504', 9001, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2505', 9001, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2506', 9001, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2507', 9001, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2508', 9001, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2509', 9001, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2510', 9001, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2511', 9001, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2512', 9001, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2513', 9001, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2514', 9001, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2515', 9001, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2516', 9001, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2517', 9001, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2518', 9001, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2519', 9001, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2520', 9001, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2521', 9002, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2522', 9002, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2523', 9002, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2524', 9002, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2525', 9002, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2526', 9002, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2527', 9002, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2528', 9002, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2529', 9002, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2530', 9002, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2531', 9002, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2532', 9002, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2533', 9002, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2534', 9002, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2535', 9002, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2536', 9002, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2537', 9002, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2538', 9002, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2539', 9002, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2540', 9002, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2541', 9002, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2542', 9002, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2543', 9002, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2544', 9002, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2545', 9002, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2546', 9002, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2547', 9002, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2548', 9002, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2549', 9002, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2550', 9002, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2551', 9002, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2552', 9002, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2553', 9002, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2554', 9002, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2555', 9002, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2556', 9002, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2557', 9002, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2558', 9002, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2559', 9002, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2560', 9002, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2561', 9003, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2562', 9003, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2563', 9003, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2564', 9003, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2565', 9003, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2566', 9003, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2567', 9003, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2568', 9003, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2569', 9003, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2570', 9003, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2571', 9003, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2572', 9003, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2573', 9003, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2574', 9003, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2575', 9003, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2576', 9003, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2577', 9003, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2578', 9003, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2579', 9003, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2580', 9003, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2581', 9003, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2582', 9003, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2583', 9003, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2584', 9003, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2585', 9003, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2586', 9003, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2587', 9003, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2588', 9003, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2589', 9003, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2590', 9003, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2591', 9003, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2592', 9003, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2593', 9003, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2594', 9003, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2595', 9003, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2596', 9003, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2597', 9003, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2598', 9003, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2599', 9003, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2600', 9003, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2601', 9004, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2602', 9004, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2603', 9004, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2604', 9004, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2605', 9004, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2606', 9004, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2607', 9004, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2608', 9004, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2609', 9004, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2610', 9004, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2611', 9004, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2612', 9004, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2613', 9004, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2614', 9004, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2615', 9004, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2616', 9004, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2617', 9004, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2618', 9004, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2619', 9004, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2620', 9004, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2621', 9004, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2622', 9004, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2623', 9004, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2624', 9004, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2625', 9004, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2626', 9004, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2627', 9004, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2628', 9004, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2629', 9004, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2630', 9004, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2631', 9004, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2632', 9004, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2633', 9004, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2634', 9004, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2635', 9004, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2636', 9004, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2637', 9004, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2638', 9004, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2639', 9004, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2640', 9004, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2641', 9005, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2642', 9005, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2643', 9005, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2644', 9005, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2645', 9005, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2646', 9005, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2647', 9005, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2648', 9005, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2649', 9005, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2650', 9005, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2651', 9005, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2652', 9005, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2653', 9005, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2654', 9005, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2655', 9005, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2656', 9005, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2657', 9005, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2658', 9005, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2659', 9005, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2660', 9005, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2661', 9005, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2662', 9005, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2663', 9005, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2664', 9005, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2665', 9005, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2666', 9005, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2667', 9005, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2668', 9005, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2669', 9005, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2670', 9005, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2671', 9005, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2672', 9005, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2673', 9005, 5, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2674', 9005, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2675', 9005, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2676', 9005, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2677', 9005, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2678', 9005, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2679', 9005, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2680', 9005, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2681', 1062, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2682', 1062, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2683', 1062, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2684', 1062, 1, 2, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2685', 1062, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2686', 1062, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2687', 1062, 1, 5, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2688', 1062, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2689', 1062, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2690', 1062, 8, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2691', 1062, 3, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2692', 1062, 6, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2693', 1062, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2694', 1062, 2, 103020, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2695', 1062, 2, 103030, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2696', 1062, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2697', 1062, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2698', 1062, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2699', 1062, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2700', 1062, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2701', 1062, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2702', 1062, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2703', 1062, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2704', 1062, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2705', 1062, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2706', 1062, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2707', 1062, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2708', 1062, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2709', 1062, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2710', 1062, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2711', 1062, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2712', 1062, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2713', 1062, 5, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2714', 1062, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2715', 1062, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2716', 1062, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2717', 1062, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2718', 1062, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2719', 1062, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2720', 1062, 5, 0, 4, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2721', 1063, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2722', 1063, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2723', 1063, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2724', 1063, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2725', 1063, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2726', 1063, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2727', 1063, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2728', 1063, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2729', 1063, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2730', 1063, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2731', 1063, 3, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2732', 1063, 6, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2733', 1063, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2734', 1063, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2735', 1063, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2736', 1063, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2737', 1063, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2738', 1063, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2739', 1063, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2740', 1063, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2741', 1063, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2742', 1063, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2743', 1063, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2744', 1063, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2745', 1063, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2746', 1063, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2747', 1063, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2748', 1063, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2749', 1063, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2750', 1063, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2751', 1063, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2752', 1063, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2753', 1063, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2754', 1063, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2755', 1063, 5, 1, 7, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2756', 1063, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2757', 1063, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2758', 1063, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2759', 1063, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2760', 1063, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2761', 1064, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2762', 1064, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2763', 1064, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2764', 1064, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2765', 1064, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2766', 1064, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2767', 1064, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2768', 1064, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2769', 1064, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2770', 1064, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2771', 1064, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2772', 1064, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2773', 1064, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2774', 1064, 2, 103020, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2775', 1064, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2776', 1064, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2777', 1064, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2778', 1064, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2779', 1064, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2780', 1064, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2781', 1064, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2782', 1064, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2783', 1064, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2784', 1064, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2785', 1064, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2786', 1064, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2787', 1064, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2788', 1064, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2789', 1064, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2790', 1064, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2791', 1064, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2792', 1064, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2793', 1064, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2794', 1064, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2795', 1064, 5, 1, 7, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2796', 1064, 5, 2, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2797', 1064, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2798', 1064, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2799', 1064, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2800', 1064, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2801', 1065, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2802', 1065, 1, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2803', 1065, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2804', 1065, 1, 2, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2805', 1065, 1, 3, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2806', 1065, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2807', 1065, 1, 5, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2808', 1065, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2809', 1065, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2810', 1065, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2811', 1065, 3, 1, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2812', 1065, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2813', 1065, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2814', 1065, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2815', 1065, 2, 103030, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2816', 1065, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2817', 1065, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2818', 1065, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2819', 1065, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2820', 1065, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2821', 1065, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2822', 1065, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2823', 1065, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2824', 1065, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2825', 1065, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2826', 1065, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2827', 1065, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2828', 1065, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2829', 1065, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2830', 1065, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2831', 1065, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2832', 1065, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2833', 1065, 5, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2834', 1065, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2835', 1065, 5, 1, 7, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2836', 1065, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2837', 1065, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2838', 1065, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2839', 1065, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2840', 1065, 5, 0, 4, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2841', 1066, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2842', 1066, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2843', 1066, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2844', 1066, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2845', 1066, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2846', 1066, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2847', 1066, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2848', 1066, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2849', 1066, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2850', 1066, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2851', 1066, 3, 1, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2852', 1066, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2853', 1066, 2, 103010, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2854', 1066, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2855', 1066, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2856', 1066, 2, 103050, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2857', 1066, 2, 103040, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2858', 1066, 2, 101045, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2859', 1066, 2, 102040, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2860', 1066, 2, 101014, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2861', 1066, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2862', 1066, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2863', 1066, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2864', 1066, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2865', 1066, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2866', 1066, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2867', 1066, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2868', 1066, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2869', 1066, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2870', 1066, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2871', 1066, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2872', 1066, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2873', 1066, 5, 0, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2874', 1066, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2875', 1066, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2876', 1066, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2877', 1066, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2878', 1066, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2879', 1066, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2880', 1066, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2881', 1067, 0, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2882', 1067, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2883', 1067, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2884', 1067, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2885', 1067, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2886', 1067, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2887', 1067, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2888', 1067, 4, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2889', 1067, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2890', 1067, 8, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2891', 1067, 3, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2892', 1067, 6, 0, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2893', 1067, 2, 103010, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2894', 1067, 2, 103020, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2895', 1067, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2896', 1067, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2897', 1067, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2898', 1067, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2899', 1067, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2900', 1067, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2901', 1067, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2902', 1067, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2903', 1067, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2904', 1067, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2905', 1067, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2906', 1067, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2907', 1067, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2908', 1067, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2909', 1067, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2910', 1067, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2911', 1067, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2912', 1067, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2913', 1067, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2914', 1067, 5, 1, 6, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2915', 1067, 5, 1, 7, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2916', 1067, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2917', 1067, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2918', 1067, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2919', 1067, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2920', 1067, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2921', 1068, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2922', 1068, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2923', 1068, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2924', 1068, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2925', 1068, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2926', 1068, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2927', 1068, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2928', 1068, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2929', 1068, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2930', 1068, 8, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2931', 1068, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2932', 1068, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2933', 1068, 2, 103010, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2934', 1068, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2935', 1068, 2, 103030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2936', 1068, 2, 103050, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2937', 1068, 2, 103040, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2938', 1068, 2, 101045, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2939', 1068, 2, 102040, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2940', 1068, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2941', 1068, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2942', 1068, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2943', 1068, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2944', 1068, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2945', 1068, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2946', 1068, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2947', 1068, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2948', 1068, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2949', 1068, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2950', 1068, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2951', 1068, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2952', 1068, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2953', 1068, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2954', 1068, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2955', 1068, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2956', 1068, 5, 2, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2957', 1068, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2958', 1068, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2959', 1068, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2960', 1068, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2961', 1069, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2962', 1069, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2963', 1069, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2964', 1069, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2965', 1069, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2966', 1069, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2967', 1069, 1, 5, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2968', 1069, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2969', 1069, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2970', 1069, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2971', 1069, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2972', 1069, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2973', 1069, 2, 103010, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2974', 1069, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2975', 1069, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2976', 1069, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2977', 1069, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2978', 1069, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2979', 1069, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2980', 1069, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2981', 1069, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2982', 1069, 2, 101012, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2983', 1069, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2984', 1069, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2985', 1069, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2986', 1069, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2987', 1069, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2988', 1069, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2989', 1069, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2990', 1069, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2991', 1069, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2992', 1069, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2993', 1069, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2994', 1069, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2995', 1069, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2996', 1069, 5, 2, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2997', 1069, 5, 0, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2998', 1069, 5, 0, 2, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('2999', 1069, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3000', 1069, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3001', 1071, 0, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3002', 1071, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3003', 1071, 1, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3004', 1071, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3005', 1071, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3006', 1071, 1, 4, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3007', 1071, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3008', 1071, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3009', 1071, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3010', 1071, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3011', 1071, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3012', 1071, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3013', 1071, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3014', 1071, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3015', 1071, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3016', 1071, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3017', 1071, 2, 103040, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3018', 1071, 2, 101045, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3019', 1071, 2, 102040, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3020', 1071, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3021', 1071, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3022', 1071, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3023', 1071, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3024', 1071, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3025', 1071, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3026', 1071, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3027', 1071, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3028', 1071, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3029', 1071, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3030', 1071, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3031', 1071, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3032', 1071, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3033', 1071, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3034', 1071, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3035', 1071, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3036', 1071, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3037', 1071, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3038', 1071, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3039', 1071, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3040', 1071, 5, 0, 4, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3041', 1072, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3042', 1072, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3043', 1072, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3044', 1072, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3045', 1072, 1, 3, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3046', 1072, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3047', 1072, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3048', 1072, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3049', 1072, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3050', 1072, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3051', 1072, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3052', 1072, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3053', 1072, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3054', 1072, 2, 103020, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3055', 1072, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3056', 1072, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3057', 1072, 2, 103040, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3058', 1072, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3059', 1072, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3060', 1072, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3061', 1072, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3062', 1072, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3063', 1072, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3064', 1072, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3065', 1072, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3066', 1072, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3067', 1072, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3068', 1072, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3069', 1072, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3070', 1072, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3071', 1072, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3072', 1072, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3073', 1072, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3074', 1072, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3075', 1072, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3076', 1072, 5, 2, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3077', 1072, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3078', 1072, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3079', 1072, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3080', 1072, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3081', 2002, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3082', 2002, 1, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3083', 2002, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3084', 2002, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3085', 2002, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3086', 2002, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3087', 2002, 1, 5, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3088', 2002, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3089', 2002, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3090', 2002, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3091', 2002, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3092', 2002, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3093', 2002, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3094', 2002, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3095', 2002, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3096', 2002, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3097', 2002, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3098', 2002, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3099', 2002, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3100', 2002, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3101', 2002, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3102', 2002, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3103', 2002, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3104', 2002, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3105', 2002, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3106', 2002, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3107', 2002, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3108', 2002, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3109', 2002, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3110', 2002, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3111', 2002, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3112', 2002, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3113', 2002, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3114', 2002, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3115', 2002, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3116', 2002, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3117', 2002, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3118', 2002, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3119', 2002, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3120', 2002, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3121', 2003, 0, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3122', 2003, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3123', 2003, 1, 1, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3124', 2003, 1, 2, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3125', 2003, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3126', 2003, 1, 4, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3127', 2003, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3128', 2003, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3129', 2003, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3130', 2003, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3131', 2003, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3132', 2003, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3133', 2003, 2, 103010, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3134', 2003, 2, 103020, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3135', 2003, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3136', 2003, 2, 103050, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3137', 2003, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3138', 2003, 2, 101045, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3139', 2003, 2, 102040, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3140', 2003, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3141', 2003, 2, 101042, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3142', 2003, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3143', 2003, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3144', 2003, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3145', 2003, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3146', 2003, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3147', 2003, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3148', 2003, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3149', 2003, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3150', 2003, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3151', 2003, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3152', 2003, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3153', 2003, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3154', 2003, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3155', 2003, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3156', 2003, 5, 2, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3157', 2003, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3158', 2003, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3159', 2003, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3160', 2003, 5, 0, 4, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3161', 1070, 0, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3162', 1070, 1, 0, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3163', 1070, 1, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3164', 1070, 1, 2, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3165', 1070, 1, 3, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3166', 1070, 1, 4, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3167', 1070, 1, 5, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3168', 1070, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3169', 1070, 7, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3170', 1070, 8, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3171', 1070, 3, 1, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3172', 1070, 6, 0, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3173', 1070, 2, 103010, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3174', 1070, 2, 103020, 0, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3175', 1070, 2, 103030, 0, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3176', 1070, 2, 103050, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3177', 1070, 2, 103040, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3178', 1070, 2, 101045, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3179', 1070, 2, 102040, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3180', 1070, 2, 101014, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3181', 1070, 2, 101042, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3182', 1070, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3183', 1070, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3184', 1070, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3185', 1070, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3186', 1070, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3187', 1070, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3188', 1070, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3189', 1070, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3190', 1070, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3191', 1070, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3192', 1070, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3193', 1070, 5, 0, 0, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3194', 1070, 5, 1, 6, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3195', 1070, 5, 1, 7, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3196', 1070, 5, 2, 1, 6); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3197', 1070, 5, 0, 1, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3198', 1070, 5, 0, 2, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3199', 1070, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3200', 1070, 5, 0, 4, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3201', 1074, 0, 0, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3202', 1074, 1, 0, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3203', 1074, 1, 1, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3204', 1074, 1, 2, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3205', 1074, 1, 3, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3206', 1074, 1, 4, 0, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3207', 1074, 1, 5, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3208', 1074, 4, 0, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3209', 1074, 7, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3210', 1074, 8, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3211', 1074, 3, 1, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3212', 1074, 6, 0, 1, 4); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3213', 1074, 2, 103010, 0, 3); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3214', 1074, 2, 103020, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3215', 1074, 2, 103030, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3216', 1074, 2, 103050, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3217', 1074, 2, 103040, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3218', 1074, 2, 101045, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3219', 1074, 2, 102040, 1, 5); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3220', 1074, 2, 101014, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3221', 1074, 2, 101042, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3222', 1074, 2, 101012, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3223', 1074, 2, 101031, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3224', 1074, 2, 101031, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3225', 1074, 2, 101032, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3226', 1074, 2, 101032, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3227', 1074, 2, 101033, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3228', 1074, 2, 101033, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3229', 1074, 2, 101034, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3230', 1074, 2, 101034, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3231', 1074, 2, 102030, 0, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3232', 1074, 2, 102030, 1, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3233', 1074, 5, 0, 0, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3234', 1074, 5, 1, 6, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3235', 1074, 5, 1, 7, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3236', 1074, 5, 2, 1, 7); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3237', 1074, 5, 0, 1, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3238', 1074, 5, 0, 2, 2); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3239', 1074, 5, 0, 3, 1); INSERT INTO chara_type (id, chara_id, target_scene, target_cut, target_type, value) VALUES ('3240', 1074, 5, 0, 4, 3); -- Table: character_prop_animation CREATE TABLE 'character_prop_animation' ('id' INTEGER NOT NULL, 'prop_id' INTEGER NOT NULL, 'prop_anim_id' INTEGER NOT NULL, 'layer_index' INTEGER NOT NULL, 'use_state_name' TEXT NOT NULL, 'scene_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (1, 100300, 100300, 0, 'S', 0); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (2, 100300, 100300, 0, 'loop', 0); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (3, 100300, 100300, 0, 'E', 0); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (4, 100300, 100300, 0, 'act01', 0); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (5, 100300, 100300, 0, 'act02', 0); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (6, 100301, 100300, 0, '', 0); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (7, 100302, 100300, 0, '', 0); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (8, 100303, 100300, 0, '', 0); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (9, 100300, 100300, 0, 'type00_bookA_S', 1); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (10, 100300, 100300, 0, 'type00_bookA_loop', 1); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (11, 100300, 100300, 0, 'type00_bookA_E', 1); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (12, 100300, 100300, 0, 'type00_bookB_S', 1); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (13, 100300, 100300, 0, 'type00_bookB_loop', 1); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (14, 100300, 100300, 0, 'type00_bookB_E', 1); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (15, 100301, 100300, 0, '', 1); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (16, 100302, 100300, 0, '', 1); INSERT INTO character_prop_animation (id, prop_id, prop_anim_id, layer_index, use_state_name, scene_type) VALUES (17, 100303, 100300, 0, '', 1); -- Table: character_system_lottery CREATE TABLE 'character_system_lottery' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'card_rarity_id' INTEGER NOT NULL, 'trigger' INTEGER NOT NULL, 'param1' INTEGER NOT NULL, 'per' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'sys_text_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1, 0, 0, 0, 10, 0, 100, 0, 12); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2, 0, 0, 0, 11, 0, 100, 0, 11); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3, 0, 0, 0, 12, 0, 100, 0, 13); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (5, 0, 0, 0, 202, 0, 100, 0, 10000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (6, 0, 0, 0, 202, 0, 100, 0, 10001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (7, 0, 0, 0, 202, 0, 100, 0, 10002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (8, 0, 0, 0, 211, 0, 100, 0, 10003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (9, 0, 0, 0, 212, 0, 100, 0, 10004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (10, 0, 0, 0, 213, 0, 100, 0, 10005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (11, 0, 0, 0, 214, 0, 100, 0, 10006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (12, 0, 0, 0, 215, 0, 100, 0, 10007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (13, 0, 0, 0, 216, 0, 100, 0, 10008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (14, 0, 0, 0, 217, 0, 100, 0, 10009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (15, 0, 0, 0, 218, 0, 100, 0, 10010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (16, 0, 0, 0, 219, 0, 100, 0, 10011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (17, 0, 0, 0, 220, 0, 100, 0, 10012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (18, 0, 0, 0, 221, 0, 100, 0, 10013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (19, 0, 0, 0, 222, 0, 100, 0, 10014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (20, 0, 0, 0, 300, 0, 100, 0, 10015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (21, 0, 0, 0, 301, 0, 100, 0, 10016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (22, 0, 0, 0, 302, 0, 100, 0, 10017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (23, 0, 0, 0, 303, 0, 100, 0, 10018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (24, 0, 0, 0, 304, 0, 100, 0, 10019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (26, 0, 0, 0, 1003, 0, 100, 10, 20000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (27, 0, 0, 0, 1003, 0, 100, 10, 20001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (28, 0, 0, 0, 1004, 0, 100, 0, 20002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (29, 0, 0, 0, 1004, 0, 100, 0, 20003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (30, 0, 0, 0, 1005, 0, 100, 0, 20004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (31, 0, 0, 0, 1005, 0, 100, 0, 20005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (32, 0, 0, 0, 1006, 0, 100, 0, 20006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (33, 0, 0, 0, 1006, 0, 100, 0, 20007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (34, 0, 0, 0, 1007, 0, 100, 0, 20008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (35, 0, 0, 0, 1007, 0, 100, 0, 20009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (36, 0, 0, 0, 1008, 0, 100, 0, 20010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (37, 0, 0, 0, 1008, 0, 100, 0, 20011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (47, 0, 0, 0, 1201, 0, 100, 0, 20021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (48, 0, 0, 0, 1202, 0, 100, 0, 20022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (49, 0, 0, 0, 1203, 0, 100, 0, 20023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (50, 0, 0, 0, 1203, 0, 100, 0, 20024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (51, 0, 0, 0, 1203, 0, 100, 0, 20025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (52, 0, 0, 0, 1204, 0, 100, 0, 20026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (53, 0, 0, 0, 1204, 0, 100, 0, 20027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (54, 0, 0, 0, 1204, 0, 100, 0, 20028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (55, 0, 0, 0, 1205, 0, 100, 0, 20029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (56, 0, 0, 0, 1205, 0, 100, 0, 20030); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (57, 0, 0, 0, 1205, 0, 100, 0, 20031); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (58, 0, 0, 0, 1206, 0, 100, 0, 20032); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (59, 0, 0, 0, 1206, 0, 100, 0, 20033); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (60, 0, 0, 0, 1206, 0, 100, 0, 20034); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (61, 0, 0, 0, 1207, 0, 100, 0, 20035); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (62, 0, 0, 0, 1207, 0, 100, 0, 20036); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (63, 0, 0, 0, 1207, 0, 100, 0, 20037); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (64, 0, 0, 0, 1300, 0, 100, 0, 20038); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (65, 0, 0, 0, 1300, 0, 100, 0, 20039); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (66, 0, 0, 0, 1300, 0, 100, 0, 20040); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (67, 0, 0, 0, 1301, 0, 100, 0, 20041); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (68, 0, 0, 0, 1302, 0, 100, 0, 20042); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (69, 0, 0, 0, 1303, 0, 100, 0, 20043); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (72, 0, 0, 0, 1400, 0, 100, 0, 20046); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (73, 0, 0, 0, 1401, 0, 100, 0, 20047); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (74, 0, 0, 0, 1902, 0, 100, 0, 20049); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (75, 0, 0, 0, 1903, 0, 100, 0, 20050); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (76, 0, 0, 0, 1905, 0, 100, 0, 30000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (77, 0, 0, 0, 1906, 0, 100, 0, 30001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (78, 0, 0, 0, 1907, 0, 100, 0, 30002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (79, 0, 0, 0, 1908, 0, 100, 0, 30003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (83, 0, 0, 0, 4000, 0, 100, 0, 60000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (84, 0, 0, 0, 4000, 0, 100, 0, 60001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (86, 0, 0, 0, 6000, 0, 100, 0, 70000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (87, 0, 0, 0, 6001, 2, 100, 0, 70004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (89, 0, 0, 0, 6001, 5, 100, 0, 70004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (91, 0, 0, 0, 6001, 101, 100, 0, 70008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (93, 0, 0, 0, 6001, 100101, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (94, 0, 0, 0, 6001, 100201, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (95, 0, 0, 0, 6001, 100301, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (96, 0, 0, 0, 6001, 100401, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (97, 0, 0, 0, 6001, 100501, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (98, 0, 0, 0, 6001, 100601, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (99, 0, 0, 0, 6001, 100701, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (100, 0, 0, 0, 6001, 100801, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (101, 0, 0, 0, 6001, 100901, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (102, 0, 0, 0, 6001, 101001, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (103, 0, 0, 0, 6001, 101101, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (104, 0, 0, 0, 6001, 101201, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (105, 0, 0, 0, 6001, 101301, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (106, 0, 0, 0, 6001, 101401, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (107, 0, 0, 0, 6001, 101501, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (108, 0, 0, 0, 6001, 101601, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (109, 0, 0, 0, 6001, 101701, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (110, 0, 0, 0, 6001, 101801, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (111, 0, 0, 0, 6001, 101901, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (112, 0, 0, 0, 6001, 102001, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (113, 0, 0, 0, 6001, 102101, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (114, 0, 0, 0, 6001, 102201, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (115, 0, 0, 0, 6001, 102301, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (116, 0, 0, 0, 6001, 102401, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (117, 0, 0, 0, 6001, 102501, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (118, 0, 0, 0, 6001, 102601, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (119, 0, 0, 0, 6001, 102701, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (120, 0, 0, 0, 6001, 102801, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (121, 0, 0, 0, 6001, 102901, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (122, 0, 0, 0, 6001, 103001, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (123, 0, 0, 0, 6001, 103101, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (124, 0, 0, 0, 6001, 103201, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (125, 0, 0, 0, 6001, 103301, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (126, 0, 0, 0, 6001, 103401, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (127, 0, 0, 0, 6001, 103501, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (128, 0, 0, 0, 6001, 103601, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (129, 0, 0, 0, 6001, 103701, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (130, 0, 0, 0, 6001, 103801, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (131, 0, 0, 0, 6001, 103901, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (132, 0, 0, 0, 6001, 104001, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (133, 0, 0, 0, 6001, 104101, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (134, 0, 0, 0, 6001, 104201, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (135, 0, 0, 0, 6001, 104301, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (136, 0, 0, 0, 6001, 104401, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (137, 0, 0, 0, 6001, 104501, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (138, 0, 0, 0, 6001, 104601, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (139, 0, 0, 0, 6001, 104701, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (140, 0, 0, 0, 6001, 104801, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (141, 0, 0, 0, 6001, 104901, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (142, 0, 0, 0, 6001, 105001, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (143, 0, 0, 0, 6001, 105101, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (144, 0, 0, 0, 6001, 105201, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (145, 0, 0, 0, 6001, 105301, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (146, 0, 0, 0, 6001, 105401, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (147, 0, 0, 0, 6001, 105501, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (148, 0, 0, 0, 6001, 105601, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (149, 0, 0, 0, 6001, 105701, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (150, 0, 0, 0, 6001, 105801, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (151, 0, 0, 0, 6001, 105901, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (152, 0, 0, 0, 6001, 106001, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (153, 0, 0, 0, 6001, 106101, 100, 0, 70009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (154, 0, 0, 0, 6002, 2, 100, 0, 70010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (156, 0, 0, 0, 6002, 5, 100, 0, 70010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (158, 0, 0, 0, 6002, 101, 100, 0, 70014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (159, 0, 0, 0, 6002, 100101, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (160, 0, 0, 0, 6002, 100201, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (161, 0, 0, 0, 6002, 100301, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (162, 0, 0, 0, 6002, 100401, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (163, 0, 0, 0, 6002, 100501, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (164, 0, 0, 0, 6002, 100601, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (165, 0, 0, 0, 6002, 100701, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (166, 0, 0, 0, 6002, 100801, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (167, 0, 0, 0, 6002, 100901, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (168, 0, 0, 0, 6002, 101001, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (169, 0, 0, 0, 6002, 101101, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (170, 0, 0, 0, 6002, 101201, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (171, 0, 0, 0, 6002, 101301, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (172, 0, 0, 0, 6002, 101401, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (173, 0, 0, 0, 6002, 101501, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (174, 0, 0, 0, 6002, 101601, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (175, 0, 0, 0, 6002, 101701, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (176, 0, 0, 0, 6002, 101801, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (177, 0, 0, 0, 6002, 101901, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (178, 0, 0, 0, 6002, 102001, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (179, 0, 0, 0, 6002, 102101, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (180, 0, 0, 0, 6002, 102201, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (181, 0, 0, 0, 6002, 102301, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (182, 0, 0, 0, 6002, 102401, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (183, 0, 0, 0, 6002, 102501, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (184, 0, 0, 0, 6002, 102601, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (185, 0, 0, 0, 6002, 102701, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (186, 0, 0, 0, 6002, 102801, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (187, 0, 0, 0, 6002, 102901, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (188, 0, 0, 0, 6002, 103001, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (189, 0, 0, 0, 6002, 103101, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (190, 0, 0, 0, 6002, 103201, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (191, 0, 0, 0, 6002, 103301, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (192, 0, 0, 0, 6002, 103401, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (193, 0, 0, 0, 6002, 103501, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (194, 0, 0, 0, 6002, 103601, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (195, 0, 0, 0, 6002, 103701, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (196, 0, 0, 0, 6002, 103801, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (197, 0, 0, 0, 6002, 103901, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (198, 0, 0, 0, 6002, 104001, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (199, 0, 0, 0, 6002, 104101, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (200, 0, 0, 0, 6002, 104201, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (201, 0, 0, 0, 6002, 104301, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (202, 0, 0, 0, 6002, 104401, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (203, 0, 0, 0, 6002, 104501, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (204, 0, 0, 0, 6002, 104601, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (205, 0, 0, 0, 6002, 104701, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (206, 0, 0, 0, 6002, 104801, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (207, 0, 0, 0, 6002, 104901, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (208, 0, 0, 0, 6002, 105001, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (209, 0, 0, 0, 6002, 105101, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (210, 0, 0, 0, 6002, 105201, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (211, 0, 0, 0, 6002, 105301, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (212, 0, 0, 0, 6002, 105401, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (213, 0, 0, 0, 6002, 105501, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (214, 0, 0, 0, 6002, 105601, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (215, 0, 0, 0, 6002, 105701, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (216, 0, 0, 0, 6002, 105801, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (217, 0, 0, 0, 6002, 105901, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (218, 0, 0, 0, 6002, 106001, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (219, 0, 0, 0, 6002, 106101, 100, 0, 70015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (220, 0, 0, 0, 7000, 0, 100, 0, 70001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (221, 0, 0, 0, 9000, 200, 100, 0, 95003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (227, 0, 0, 0, 202, 0, 100, 0, 10101); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (228, 0, 0, 0, 211, 0, 100, 0, 10103); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (229, 0, 0, 0, 212, 0, 100, 0, 10104); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (230, 0, 0, 0, 213, 0, 100, 0, 10105); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (231, 0, 0, 0, 217, 0, 100, 0, 10109); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (232, 0, 0, 0, 218, 0, 100, 0, 10110); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (233, 0, 0, 0, 219, 0, 100, 0, 10111); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (234, 0, 0, 0, 220, 0, 100, 0, 10112); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (235, 0, 0, 0, 222, 0, 100, 0, 10114); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (236, 0, 0, 0, 300, 0, 100, 0, 10115); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (237, 0, 0, 0, 302, 0, 100, 0, 10117); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (238, 0, 0, 0, 303, 0, 100, 0, 10118); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (240, 0, 0, 0, 1004, 0, 100, 0, 20102); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (241, 0, 0, 0, 1005, 0, 100, 0, 20105); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (242, 0, 0, 0, 1007, 0, 100, 0, 20108); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (243, 0, 0, 0, 1008, 0, 100, 0, 20110); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (253, 0, 0, 0, 1203, 0, 100, 0, 20123); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (254, 0, 0, 0, 1204, 0, 100, 0, 20127); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (255, 0, 0, 0, 1205, 0, 100, 0, 20129); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (256, 0, 0, 0, 1206, 0, 100, 0, 20133); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (257, 0, 0, 0, 1207, 0, 100, 0, 20136); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (258, 0, 0, 0, 1903, 0, 100, 0, 20150); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (259, 0, 0, 0, 1906, 0, 100, 0, 30101); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (263, 0, 0, 0, 101, 200, 100, 0, 90000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (264, 0, 0, 0, 101, 200, 100, 0, 90001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (265, 0, 0, 0, 102, 200, 100, 0, 90002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (266, 0, 0, 0, 102, 200, 100, 0, 90003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (267, 0, 0, 0, 103, 200, 100, 0, 90004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (268, 0, 0, 0, 103, 200, 100, 0, 90005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (269, 0, 0, 0, 104, 200, 100, 0, 90006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (270, 0, 0, 0, 105, 200, 100, 0, 90007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (271, 0, 0, 0, 106, 200, 100, 0, 90008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (272, 0, 0, 0, 107, 200, 100, 0, 90009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (273, 0, 0, 0, 201, 200, 100, 0, 91000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (274, 0, 0, 0, 201, 200, 100, 0, 91001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (275, 0, 0, 0, 201, 200, 100, 0, 91002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (276, 0, 0, 0, 201, 200, 100, 0, 91003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (277, 0, 0, 0, 201, 200, 100, 0, 91004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (278, 0, 0, 0, 204, 200, 100, 0, 91009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (279, 0, 0, 0, 205, 200, 100, 0, 91010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (280, 0, 0, 0, 206, 200, 100, 0, 91011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (281, 0, 0, 0, 207, 200, 100, 0, 91012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (282, 0, 0, 0, 208, 200, 100, 0, 91013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (283, 0, 0, 0, 209, 200, 100, 0, 91014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (284, 0, 0, 0, 210, 200, 100, 0, 91015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (285, 0, 0, 0, 17000, 0, 100, 0, 110000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (286, 0, 0, 0, 17001, 0, 100, 0, 110001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (287, 0, 0, 0, 17002, 0, 100, 0, 110002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1000, 0, 0, 0, 203, 101, 100, 0, 91005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1001, 0, 0, 0, 203, 101, 100, 0, 91006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1002, 1001, 100101, 0, 203, 100101, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1003, 1001, 100101, 0, 203, 100101, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1004, 1001, 100101, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1005, 1001, 100101, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1006, 1001, 100101, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1007, 1001, 100101, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1009, 1001, 100101, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1010, 1001, 100101, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1011, 1001, 100101, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1012, 1001, 100101, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1013, 1001, 100101, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1014, 1001, 100101, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1016, 1001, 100101, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1017, 1001, 100101, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1020, 1001, 100101, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1023, 1002, 100201, 0, 203, 100201, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1024, 1002, 100201, 0, 203, 100201, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1025, 1002, 100201, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1026, 1002, 100201, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1027, 1002, 100201, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1028, 1002, 100201, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1030, 1002, 100201, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1031, 1002, 100201, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1032, 1002, 100201, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1033, 1002, 100201, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1034, 1002, 100201, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1035, 1002, 100201, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1037, 1002, 100201, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1038, 1002, 100201, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1041, 1002, 100201, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1044, 1003, 100301, 0, 203, 100301, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1045, 1003, 100301, 0, 203, 100301, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1046, 1003, 100301, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1047, 1003, 100301, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1048, 1003, 100301, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1049, 1003, 100301, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1051, 1003, 100301, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1052, 1003, 100301, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1053, 1003, 100301, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1054, 1003, 100301, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1055, 1003, 100301, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1056, 1003, 100301, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1058, 1003, 100301, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1059, 1003, 100301, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1062, 1003, 100301, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1064, 0, 0, 0, 203, 101, 100, 0, 91105); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1066, 1004, 100401, 0, 203, 100401, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1067, 1004, 100401, 0, 203, 100401, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1068, 1004, 100401, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1069, 1004, 100401, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1070, 1004, 100401, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1071, 1004, 100401, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1073, 1004, 100401, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1074, 1004, 100401, 3, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1075, 1004, 100401, 4, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1076, 1004, 100401, 4, 1002, 0, 100, 0, 92008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1077, 1004, 100401, 5, 1002, 0, 100, 0, 92009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1078, 1004, 100401, 5, 1002, 0, 100, 0, 92010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1079, 1004, 100401, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1080, 1004, 100401, 0, 1900, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1081, 1004, 100401, 0, 1901, 0, 100, 0, 93002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1082, 1004, 100401, 0, 1901, 0, 100, 0, 93003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1083, 1004, 100401, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1085, 1004, 100401, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1086, 1004, 100401, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1089, 1004, 100401, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1092, 1005, 100501, 0, 203, 100501, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1093, 1005, 100501, 0, 203, 100501, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1094, 1005, 100501, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1095, 1005, 100501, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1096, 1005, 100501, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1097, 1005, 100501, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1099, 1005, 100501, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1100, 1005, 100501, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1101, 1005, 100501, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1102, 1005, 100501, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1103, 1005, 100501, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1104, 1005, 100501, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1105, 1005, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1106, 1005, 100501, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1107, 1005, 100501, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1110, 1005, 100501, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1113, 1006, 100601, 0, 203, 100601, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1114, 1006, 100601, 0, 203, 100601, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1115, 1006, 100601, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1116, 1006, 100601, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1117, 1006, 100601, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1118, 1006, 100601, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1120, 1006, 100601, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1121, 1006, 100601, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1122, 1006, 100601, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1123, 1006, 100601, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1124, 1006, 100601, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1125, 1006, 100601, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1127, 1006, 100601, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1128, 1006, 100601, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1131, 1006, 100601, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1134, 1007, 100701, 0, 203, 100701, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1135, 1007, 100701, 0, 203, 100701, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1136, 1007, 100701, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1137, 1007, 100701, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1138, 1007, 100701, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1139, 1007, 100701, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1141, 1007, 100701, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1142, 1007, 100701, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1143, 1007, 100701, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1144, 1007, 100701, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1145, 1007, 100701, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1146, 1007, 100701, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1147, 1007, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1148, 1007, 100701, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1149, 1007, 100701, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1152, 1007, 100701, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1155, 1008, 100801, 0, 203, 100801, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1156, 1008, 100801, 0, 203, 100801, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1157, 1008, 100801, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1158, 1008, 100801, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1159, 1008, 100801, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1160, 1008, 100801, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1162, 1008, 100801, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1163, 1008, 100801, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1164, 1008, 100801, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1165, 1008, 100801, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1166, 1008, 100801, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1167, 1008, 100801, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1168, 1008, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1169, 1008, 100801, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1170, 1008, 100801, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1173, 1008, 100801, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1176, 1009, 100901, 0, 203, 100901, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1177, 1009, 100901, 0, 203, 100901, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1178, 1009, 100901, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1179, 1009, 100901, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1180, 1009, 100901, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1181, 1009, 100901, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1183, 1009, 100901, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1184, 1009, 100901, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1185, 1009, 100901, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1186, 1009, 100901, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1187, 1009, 100901, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1188, 1009, 100901, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1189, 1009, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1190, 1009, 100901, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1191, 1009, 100901, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1194, 1009, 100901, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1197, 1010, 101001, 0, 203, 101001, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1198, 1010, 101001, 0, 203, 101001, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1199, 1010, 101001, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1200, 1010, 101001, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1201, 1010, 101001, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1202, 1010, 101001, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1204, 1010, 101001, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1205, 1010, 101001, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1206, 1010, 101001, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1207, 1010, 101001, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1208, 1010, 101001, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1209, 1010, 101001, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1211, 1010, 101001, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1212, 1010, 101001, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1215, 1010, 101001, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1218, 1011, 101101, 0, 203, 101101, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1219, 1011, 101101, 0, 203, 101101, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1220, 1011, 101101, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1221, 1011, 101101, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1222, 1011, 101101, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1223, 1011, 101101, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1225, 1011, 101101, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1226, 1011, 101101, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1227, 1011, 101101, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1228, 1011, 101101, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1229, 1011, 101101, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1230, 1011, 101101, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1231, 1011, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1232, 1011, 101101, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1233, 1011, 101101, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1236, 1011, 101101, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1239, 1012, 101201, 0, 203, 101201, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1240, 1012, 101201, 0, 203, 101201, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1241, 1012, 101201, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1242, 1012, 101201, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1243, 1012, 101201, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1244, 1012, 101201, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1246, 1012, 101201, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1247, 1012, 101201, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1248, 1012, 101201, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1249, 1012, 101201, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1250, 1012, 101201, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1251, 1012, 101201, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1252, 1012, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1253, 1012, 101201, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1254, 1012, 101201, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1257, 1012, 101201, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1260, 1013, 101301, 0, 203, 101301, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1261, 1013, 101301, 0, 203, 101301, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1262, 1013, 101301, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1263, 1013, 101301, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1264, 1013, 101301, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1265, 1013, 101301, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1267, 1013, 101301, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1268, 1013, 101301, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1269, 1013, 101301, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1270, 1013, 101301, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1271, 1013, 101301, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1272, 1013, 101301, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1274, 1013, 101301, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1275, 1013, 101301, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1278, 1013, 101301, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1281, 1014, 101401, 0, 203, 101401, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1282, 1014, 101401, 0, 203, 101401, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1283, 1014, 101401, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1284, 1014, 101401, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1285, 1014, 101401, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1286, 1014, 101401, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1288, 1014, 101401, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1289, 1014, 101401, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1290, 1014, 101401, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1291, 1014, 101401, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1292, 1014, 101401, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1293, 1014, 101401, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1294, 1014, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1295, 1014, 101401, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1296, 1014, 101401, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1299, 1014, 101401, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1302, 1015, 101501, 0, 203, 101501, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1303, 1015, 101501, 0, 203, 101501, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1304, 1015, 101501, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1305, 1015, 101501, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1306, 1015, 101501, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1307, 1015, 101501, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1309, 1015, 101501, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1310, 1015, 101501, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1311, 1015, 101501, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1312, 1015, 101501, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1313, 1015, 101501, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1314, 1015, 101501, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1315, 1015, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1316, 1015, 101501, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1317, 1015, 101501, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1320, 1015, 101501, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1323, 1017, 101701, 0, 203, 101701, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1324, 1017, 101701, 0, 203, 101701, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1325, 1017, 101701, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1326, 1017, 101701, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1327, 1017, 101701, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1328, 1017, 101701, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1330, 1017, 101701, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1331, 1017, 101701, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1332, 1017, 101701, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1333, 1017, 101701, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1334, 1017, 101701, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1335, 1017, 101701, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1337, 1017, 101701, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1338, 1017, 101701, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1341, 1017, 101701, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1344, 1018, 101801, 0, 203, 101801, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1345, 1018, 101801, 0, 203, 101801, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1346, 1018, 101801, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1347, 1018, 101801, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1348, 1018, 101801, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1349, 1018, 101801, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1351, 1018, 101801, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1352, 1018, 101801, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1353, 1018, 101801, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1354, 1018, 101801, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1355, 1018, 101801, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1356, 1018, 101801, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1357, 1018, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1358, 1018, 101801, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1359, 1018, 101801, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1362, 1018, 101801, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1365, 1020, 102001, 0, 203, 102001, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1366, 1020, 102001, 0, 203, 102001, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1367, 1020, 102001, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1368, 1020, 102001, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1369, 1020, 102001, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1370, 1020, 102001, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1372, 1020, 102001, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1373, 1020, 102001, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1374, 1020, 102001, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1375, 1020, 102001, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1376, 1020, 102001, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1377, 1020, 102001, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1378, 1020, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1379, 1020, 102001, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1380, 1020, 102001, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1383, 1020, 102001, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1386, 1024, 102401, 0, 203, 102401, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1387, 1024, 102401, 0, 203, 102401, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1388, 1024, 102401, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1389, 1024, 102401, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1390, 1024, 102401, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1391, 1024, 102401, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1393, 1024, 102401, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1394, 1024, 102401, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1395, 1024, 102401, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1396, 1024, 102401, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1397, 1024, 102401, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1398, 1024, 102401, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1399, 1024, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1400, 1024, 102401, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1401, 1024, 102401, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1404, 1024, 102401, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1407, 1027, 102701, 0, 203, 102701, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1408, 1027, 102701, 0, 203, 102701, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1409, 1027, 102701, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1410, 1027, 102701, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1411, 1027, 102701, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1412, 1027, 102701, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1414, 1027, 102701, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1415, 1027, 102701, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1416, 1027, 102701, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1417, 1027, 102701, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1418, 1027, 102701, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1419, 1027, 102701, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1420, 1027, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1421, 1027, 102701, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1422, 1027, 102701, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1425, 1027, 102701, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1428, 1030, 103001, 0, 203, 103001, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1429, 1030, 103001, 0, 203, 103001, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1430, 1030, 103001, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1431, 1030, 103001, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1432, 1030, 103001, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1433, 1030, 103001, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1435, 1030, 103001, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1436, 1030, 103001, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1437, 1030, 103001, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1438, 1030, 103001, 5, 1002, 0, 100, 0, 92008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1439, 1030, 103001, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1440, 1030, 103001, 0, 1900, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1441, 1030, 103001, 0, 1901, 0, 100, 0, 93002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1442, 1030, 103001, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1444, 1030, 103001, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1445, 1030, 103001, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1446, 1030, 103001, 0, 5001, 0, 100, 0, 95101); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1449, 1030, 103001, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1452, 1032, 103201, 0, 203, 103201, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1453, 1032, 103201, 0, 203, 103201, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1454, 1032, 103201, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1455, 1032, 103201, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1456, 1032, 103201, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1457, 1032, 103201, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1459, 1032, 103201, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1460, 1032, 103201, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1461, 1032, 103201, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1462, 1032, 103201, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1463, 1032, 103201, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1464, 1032, 103201, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1465, 1032, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1466, 1032, 103201, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1467, 1032, 103201, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1470, 1032, 103201, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1473, 1035, 103501, 0, 203, 103501, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1474, 1035, 103501, 0, 203, 103501, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1475, 1035, 103501, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1476, 1035, 103501, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1477, 1035, 103501, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1478, 1035, 103501, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1480, 1035, 103501, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1481, 1035, 103501, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1482, 1035, 103501, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1483, 1035, 103501, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1484, 1035, 103501, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1485, 1035, 103501, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1486, 1035, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1487, 1035, 103501, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1488, 1035, 103501, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1491, 1035, 103501, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1494, 1040, 104001, 0, 203, 104001, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1495, 1040, 104001, 0, 203, 104001, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1496, 1040, 104001, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1497, 1040, 104001, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1498, 1040, 104001, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1499, 1040, 104001, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1501, 1040, 104001, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1502, 1040, 104001, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1503, 1040, 104001, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1504, 1040, 104001, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1505, 1040, 104001, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1506, 1040, 104001, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1507, 1040, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1508, 1040, 104001, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1509, 1040, 104001, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1512, 1040, 104001, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1515, 1041, 104101, 0, 203, 104101, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1516, 1041, 104101, 0, 203, 104101, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1517, 1041, 104101, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1518, 1041, 104101, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1519, 1041, 104101, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1520, 1041, 104101, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1522, 1041, 104101, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1523, 1041, 104101, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1524, 1041, 104101, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1525, 1041, 104101, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1526, 1041, 104101, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1527, 1041, 104101, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1528, 1041, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1529, 1041, 104101, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1530, 1041, 104101, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1533, 1041, 104101, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1536, 1045, 104501, 0, 203, 104501, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1537, 1045, 104501, 0, 203, 104501, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1538, 1045, 104501, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1539, 1045, 104501, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1540, 1045, 104501, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1541, 1045, 104501, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1543, 1045, 104501, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1544, 1045, 104501, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1545, 1045, 104501, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1546, 1045, 104501, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1547, 1045, 104501, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1548, 1045, 104501, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1549, 1045, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1550, 1045, 104501, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1551, 1045, 104501, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1554, 1045, 104501, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1557, 1052, 105201, 0, 203, 105201, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1558, 1052, 105201, 0, 203, 105201, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1559, 1052, 105201, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1560, 1052, 105201, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1561, 1052, 105201, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1562, 1052, 105201, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1564, 1052, 105201, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1565, 1052, 105201, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1566, 1052, 105201, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1567, 1052, 105201, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1568, 1052, 105201, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1569, 1052, 105201, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1570, 1052, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1571, 1052, 105201, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1572, 1052, 105201, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1575, 1052, 105201, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1578, 1056, 105601, 0, 203, 105601, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1579, 1056, 105601, 0, 203, 105601, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1580, 1056, 105601, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1581, 1056, 105601, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1582, 1056, 105601, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1583, 1056, 105601, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1585, 1056, 105601, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1586, 1056, 105601, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1587, 1056, 105601, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1588, 1056, 105601, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1589, 1056, 105601, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1590, 1056, 105601, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1591, 1056, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1592, 1056, 105601, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1593, 1056, 105601, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1596, 1056, 105601, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1599, 1060, 106001, 0, 203, 106001, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1600, 1060, 106001, 0, 203, 106001, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1601, 1060, 106001, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1602, 1060, 106001, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1603, 1060, 106001, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1604, 1060, 106001, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1606, 1060, 106001, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1607, 1060, 106001, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1608, 1060, 106001, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1609, 1060, 106001, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1610, 1060, 106001, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1611, 1060, 106001, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1612, 1060, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1613, 1060, 106001, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1614, 1060, 106001, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1617, 1060, 106001, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1620, 1061, 106101, 0, 203, 106101, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1621, 1061, 106101, 0, 203, 106101, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1622, 1061, 106101, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1623, 1061, 106101, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1624, 1061, 106101, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1625, 1061, 106101, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1627, 1061, 106101, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1628, 1061, 106101, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1629, 1061, 106101, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1630, 1061, 106101, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1631, 1061, 106101, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1632, 1061, 106101, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1633, 1061, 0, 0, 2100, 1, 100, 0, 40002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1634, 1061, 106101, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1635, 1061, 106101, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1638, 1061, 106101, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1639, 0, 0, 0, 11000, 0, 100, 0, 1000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1640, 0, 0, 0, 11001, 0, 100, 0, 1001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1641, 0, 0, 0, 11002, 0, 100, 0, 1002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1642, 0, 0, 0, 11003, 0, 100, 0, 1003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1643, 0, 0, 0, 11004, 0, 100, 0, 1004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1644, 0, 0, 0, 11005, 0, 100, 0, 1005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1645, 0, 0, 0, 11006, 0, 100, 0, 1006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1646, 0, 0, 0, 11007, 0, 100, 0, 1007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1647, 1001, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1648, 1001, 0, 0, 11008, 1002, 100, 0, 1009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1649, 1001, 0, 0, 11008, 1004, 100, 0, 1010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1650, 1002, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1651, 1002, 0, 0, 11008, 1001, 100, 0, 1011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1652, 1002, 0, 0, 11008, 1018, 100, 0, 1012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1653, 1003, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1654, 1003, 0, 0, 11008, 1017, 100, 0, 1013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1655, 1003, 0, 0, 11008, 1024, 100, 0, 1014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1656, 1004, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1657, 1004, 0, 0, 11008, 1035, 100, 0, 1015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1658, 1004, 0, 0, 11008, 1030, 100, 0, 1016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1659, 1005, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1660, 1005, 0, 0, 11008, 1032, 100, 0, 1017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1661, 1005, 0, 0, 11008, 1012, 100, 0, 1018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1662, 1006, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1663, 1006, 0, 0, 11008, 1045, 100, 0, 1019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1665, 1007, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1666, 1007, 0, 0, 11008, 1013, 100, 0, 1021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1667, 1007, 0, 0, 11008, 1037, 100, 0, 1022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1668, 1008, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1669, 1008, 0, 0, 11008, 1015, 100, 0, 1023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1670, 1008, 0, 0, 11008, 1039, 100, 0, 1024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1671, 1009, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1672, 1009, 0, 0, 11008, 1018, 100, 0, 1025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1673, 1009, 0, 0, 11008, 1032, 100, 0, 1026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1674, 1010, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1675, 1010, 0, 0, 11008, 1011, 100, 0, 1027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1676, 1010, 0, 0, 11008, 1059, 100, 0, 1028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1677, 1011, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1678, 1011, 0, 0, 11008, 1061, 100, 0, 1029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1679, 1011, 0, 0, 11008, 1020, 100, 0, 1030); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1680, 1012, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1681, 1012, 0, 0, 11008, 1005, 100, 0, 1031); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1683, 1013, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1684, 1013, 0, 0, 11008, 1059, 100, 0, 1033); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1686, 1014, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1687, 1014, 0, 0, 11008, 1010, 100, 0, 1035); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1688, 1014, 0, 0, 11008, 1020, 100, 0, 1036); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1689, 1015, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1691, 1015, 0, 0, 11008, 1058, 100, 0, 1038); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1692, 1016, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1693, 1016, 0, 0, 11008, 1018, 100, 0, 1039); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1694, 1016, 0, 0, 11008, 1023, 100, 0, 1040); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1695, 1017, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1696, 1017, 0, 0, 11008, 1018, 100, 0, 1041); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1697, 1017, 0, 0, 11008, 1016, 100, 0, 1042); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1698, 1018, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1699, 1018, 0, 0, 11008, 1003, 100, 0, 1043); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1701, 1019, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1702, 1019, 0, 0, 11008, 1032, 100, 0, 1045); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1703, 1019, 0, 0, 11008, 1015, 100, 0, 1046); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1704, 1020, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1705, 1020, 0, 0, 11008, 1061, 100, 0, 1047); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1713, 1023, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1714, 1023, 0, 0, 11008, 1016, 100, 0, 1053); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1716, 1024, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1717, 1024, 0, 0, 11008, 1028, 100, 0, 1055); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1718, 1024, 0, 0, 11008, 1038, 100, 0, 1056); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1719, 1025, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1720, 1025, 0, 0, 11008, 1032, 100, 0, 1057); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1722, 1026, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1723, 1026, 0, 0, 11008, 1046, 100, 0, 1059); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1725, 1027, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1727, 1027, 0, 0, 11008, 1059, 100, 0, 1062); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1731, 1030, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1732, 1030, 0, 0, 11008, 1052, 100, 0, 1065); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1737, 1032, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1738, 1032, 0, 0, 11008, 1019, 100, 0, 1069); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1746, 1035, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1748, 1035, 0, 0, 11008, 1048, 100, 0, 1076); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1752, 1037, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1753, 1037, 0, 0, 11008, 1038, 100, 0, 1079); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1754, 1037, 0, 0, 11008, 1046, 100, 0, 1080); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1755, 1038, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1756, 1038, 0, 0, 11008, 1024, 100, 0, 1081); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1758, 1039, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1760, 1039, 0, 0, 11008, 1061, 100, 0, 1084); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1761, 1040, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1763, 1040, 0, 0, 11008, 1048, 100, 0, 1086); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1764, 1041, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1765, 1041, 0, 0, 11008, 1030, 100, 0, 1087); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1766, 1041, 0, 0, 11008, 1026, 100, 0, 1088); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1776, 1045, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1778, 1045, 0, 0, 11008, 1050, 100, 0, 1096); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1779, 1046, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1780, 1046, 0, 0, 11008, 1002, 100, 0, 1097); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1781, 1046, 0, 0, 11008, 1038, 100, 0, 1098); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1785, 1048, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1786, 1048, 0, 0, 11008, 1035, 100, 0, 1101); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1787, 1048, 0, 0, 11008, 1040, 100, 0, 1102); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1791, 1050, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1792, 1050, 0, 0, 11008, 1030, 100, 0, 1105); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1793, 1050, 0, 0, 11008, 1045, 100, 0, 1106); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1797, 1052, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1798, 1052, 0, 0, 11008, 1015, 100, 0, 1109); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1799, 1052, 0, 0, 11008, 1058, 100, 0, 1110); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1809, 1056, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1810, 1056, 0, 0, 11008, 1002, 100, 0, 1117); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1811, 1056, 0, 0, 11008, 1010, 100, 0, 1118); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1815, 1058, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1816, 1058, 0, 0, 11008, 1010, 100, 0, 1121); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1818, 1059, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1819, 1059, 0, 0, 11008, 1018, 100, 0, 1123); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1820, 1059, 0, 0, 11008, 1027, 100, 0, 1124); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1821, 1060, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1822, 1060, 0, 0, 11008, 1024, 100, 0, 1125); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1824, 1061, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1825, 1061, 0, 0, 11008, 1052, 100, 0, 1127); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1826, 1061, 0, 0, 11008, 1039, 100, 0, 1128); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1830, 0, 0, 0, 13, 0, 100, 0, 15); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1831, 0, 0, 0, 306, 0, 100, 0, 10021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1832, 0, 0, 0, 12000, 0, 100, 0, 220000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1833, 0, 0, 0, 12001, 0, 100, 0, 220001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1834, 0, 0, 0, 12002, 0, 100, 0, 220002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1835, 0, 0, 0, 12003, 0, 100, 0, 220003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1836, 0, 0, 0, 12004, 0, 100, 0, 220004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1837, 0, 0, 0, 1802, 0, 100, 0, 120000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1839, 0, 0, 0, 15100, 0, 100, 0, 210001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1840, 0, 0, 0, 15100, 0, 100, 0, 210002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1844, 1001, 100101, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1845, 1002, 100201, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1846, 1003, 100301, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1847, 1004, 100401, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1848, 1005, 100501, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1849, 1006, 100601, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1850, 1007, 100701, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1851, 1008, 100801, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1852, 1009, 100901, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1853, 1010, 101001, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1854, 1011, 101101, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1855, 1012, 101201, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1856, 1013, 101301, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1857, 1014, 101401, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1858, 1015, 101501, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1859, 1017, 101701, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1860, 1018, 101801, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1861, 1020, 102001, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1862, 1024, 102401, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1863, 1027, 102701, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1864, 1030, 103001, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1865, 1032, 103201, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1866, 1035, 103501, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1867, 1040, 104001, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1868, 1041, 104101, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1869, 1045, 104501, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1870, 1052, 105201, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1871, 1056, 105601, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1872, 1060, 106001, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1873, 1061, 106101, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1874, 1001, 100101, 0, 2101, 100011, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1875, 1002, 100201, 0, 2101, 100021, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1876, 1003, 100301, 0, 2101, 100031, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1877, 1004, 100401, 0, 2101, 100041, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1878, 1005, 100501, 0, 2101, 100051, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1879, 1006, 100601, 0, 2101, 100061, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1880, 1007, 100701, 0, 2101, 100071, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1881, 1008, 100801, 0, 2101, 100081, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1882, 1009, 100901, 0, 2101, 100091, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1883, 1010, 101001, 0, 2101, 100101, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1884, 1011, 101101, 0, 2101, 100111, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1885, 1012, 101201, 0, 2101, 100121, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1886, 1013, 101301, 0, 2101, 100131, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1887, 1014, 101401, 0, 2101, 100141, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1888, 1015, 101501, 0, 2101, 100151, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1889, 1017, 101701, 0, 2101, 100171, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1890, 1018, 101801, 0, 2101, 100181, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1891, 1020, 102001, 0, 2101, 100201, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1892, 1024, 102401, 0, 2101, 100241, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1893, 1027, 102701, 0, 2101, 100271, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1894, 1030, 103001, 0, 2101, 100301, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1895, 1032, 103201, 0, 2101, 100321, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1896, 1035, 103501, 0, 2101, 100351, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1897, 1040, 104001, 0, 2101, 100401, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1898, 1041, 104101, 0, 2101, 100411, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1899, 1045, 104501, 0, 2101, 100451, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1900, 1052, 105201, 0, 2101, 100521, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1901, 1056, 105601, 0, 2101, 100561, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1902, 1060, 106001, 0, 2101, 100601, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1903, 1061, 106101, 0, 2101, 100611, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1904, 1001, 100101, 0, 2102, 100011, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1905, 1002, 100201, 0, 2102, 100021, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1906, 1003, 100301, 0, 2102, 100031, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1907, 1004, 100401, 0, 2102, 100041, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1908, 1005, 100501, 0, 2102, 100051, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1909, 1006, 100601, 0, 2102, 100061, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1910, 1007, 100701, 0, 2102, 100071, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1911, 1008, 100801, 0, 2102, 100081, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1912, 1009, 100901, 0, 2102, 100091, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1913, 1010, 101001, 0, 2102, 100101, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1914, 1011, 101101, 0, 2102, 100111, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1915, 1012, 101201, 0, 2102, 100121, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1916, 1013, 101301, 0, 2102, 100131, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1917, 1014, 101401, 0, 2102, 100141, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1918, 1015, 101501, 0, 2102, 100151, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1919, 1017, 101701, 0, 2102, 100171, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1920, 1018, 101801, 0, 2102, 100181, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1921, 1020, 102001, 0, 2102, 100201, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1922, 1024, 102401, 0, 2102, 100241, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1923, 1027, 102701, 0, 2102, 100271, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1924, 1030, 103001, 0, 2102, 100301, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1925, 1032, 103201, 0, 2102, 100321, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1926, 1035, 103501, 0, 2102, 100351, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1927, 1040, 104001, 0, 2102, 100401, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1928, 1041, 104101, 0, 2102, 100411, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1929, 1045, 104501, 0, 2102, 100451, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1930, 1052, 105201, 0, 2102, 100521, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1931, 1056, 105601, 0, 2102, 100561, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1932, 1060, 106001, 0, 2102, 100601, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1933, 1061, 106101, 0, 2102, 100611, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1963, 0, 0, 0, 2050, 0, 100, 0, 31000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1964, 0, 0, 0, 1600, 0, 100, 0, 20051); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1965, 0, 0, 0, 5100, 0, 100, 0, 95005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1966, 0, 0, 0, 5101, 0, 100, 0, 95006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1967, 9001, 0, 0, 13500, 0, 100, 0, 200000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1968, 9001, 0, 0, 13600, 0, 100, 0, 200001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1969, 9001, 0, 0, 7001, 0, 100, 0, 200002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1970, 9001, 0, 0, 13200, 0, 100, 0, 200003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1972, 9002, 0, 0, 16000, 0, 100, 0, 300000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1973, 9002, 0, 0, 16001, 0, 100, 0, 300002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1974, 9002, 0, 0, 16002, 0, 100, 0, 300001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1975, 9001, 0, 0, 18000, 0, 100, 0, 230000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1976, 9001, 0, 0, 18000, 0, 100, 0, 230001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1977, 9001, 0, 0, 18000, 0, 100, 0, 230003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1978, 9001, 0, 0, 18001, 0, 100, 0, 230002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1979, 9001, 0, 0, 3002, 0, 100, 0, 240001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1982, 9001, 0, 0, 15101, 1, 100, 0, 210003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1983, 9001, 0, 0, 15101, 4, 100, 0, 210004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1985, 0, 0, 0, 6003, 2, 100, 0, 71004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1987, 0, 0, 0, 6003, 5, 100, 0, 71004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1989, 0, 0, 0, 6003, 101, 100, 0, 71008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1990, 0, 0, 0, 6003, 100101, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1991, 0, 0, 0, 6003, 100201, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1992, 0, 0, 0, 6003, 100301, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1993, 0, 0, 0, 6003, 100401, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1994, 0, 0, 0, 6003, 100501, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1995, 0, 0, 0, 6003, 100601, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1996, 0, 0, 0, 6003, 100701, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1997, 0, 0, 0, 6003, 100801, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1998, 0, 0, 0, 6003, 100901, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (1999, 0, 0, 0, 6003, 101001, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2000, 0, 0, 0, 6003, 101101, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2001, 0, 0, 0, 6003, 101201, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2002, 0, 0, 0, 6003, 101301, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2003, 0, 0, 0, 6003, 101401, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2004, 0, 0, 0, 6003, 101501, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2005, 0, 0, 0, 6003, 101601, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2006, 0, 0, 0, 6003, 101701, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2007, 0, 0, 0, 6003, 101801, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2008, 0, 0, 0, 6003, 101901, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2009, 0, 0, 0, 6003, 102001, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2010, 0, 0, 0, 6003, 102101, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2011, 0, 0, 0, 6003, 102201, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2012, 0, 0, 0, 6003, 102301, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2013, 0, 0, 0, 6003, 102401, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2014, 0, 0, 0, 6003, 102501, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2015, 0, 0, 0, 6003, 102601, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2016, 0, 0, 0, 6003, 102701, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2017, 0, 0, 0, 6003, 102801, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2018, 0, 0, 0, 6003, 102901, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2019, 0, 0, 0, 6003, 103001, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2020, 0, 0, 0, 6003, 103101, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2021, 0, 0, 0, 6003, 103201, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2022, 0, 0, 0, 6003, 103301, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2023, 0, 0, 0, 6003, 103401, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2024, 0, 0, 0, 6003, 103501, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2025, 0, 0, 0, 6003, 103601, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2026, 0, 0, 0, 6003, 103701, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2027, 0, 0, 0, 6003, 103801, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2028, 0, 0, 0, 6003, 103901, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2029, 0, 0, 0, 6003, 104001, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2030, 0, 0, 0, 6003, 104101, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2031, 0, 0, 0, 6003, 104201, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2032, 0, 0, 0, 6003, 104301, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2033, 0, 0, 0, 6003, 104401, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2034, 0, 0, 0, 6003, 104501, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2035, 0, 0, 0, 6003, 104601, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2036, 0, 0, 0, 6003, 104701, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2037, 0, 0, 0, 6003, 104801, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2038, 0, 0, 0, 6003, 104901, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2039, 0, 0, 0, 6003, 105001, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2040, 0, 0, 0, 6003, 105101, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2041, 0, 0, 0, 6003, 105201, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2042, 0, 0, 0, 6003, 105301, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2043, 0, 0, 0, 6003, 105401, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2044, 0, 0, 0, 6003, 105501, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2045, 0, 0, 0, 6003, 105601, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2046, 0, 0, 0, 6003, 105701, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2047, 0, 0, 0, 6003, 105801, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2048, 0, 0, 0, 6003, 105901, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2049, 0, 0, 0, 6003, 106001, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2050, 0, 0, 0, 6003, 106101, 100, 0, 71009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2051, 0, 0, 0, 6004, 2, 100, 0, 71010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2053, 0, 0, 0, 6004, 5, 100, 0, 71010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2055, 0, 0, 0, 6004, 101, 100, 0, 71014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2056, 0, 0, 0, 6004, 100101, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2057, 0, 0, 0, 6004, 100201, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2058, 0, 0, 0, 6004, 100301, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2059, 0, 0, 0, 6004, 100401, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2060, 0, 0, 0, 6004, 100501, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2061, 0, 0, 0, 6004, 100601, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2062, 0, 0, 0, 6004, 100701, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2063, 0, 0, 0, 6004, 100801, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2064, 0, 0, 0, 6004, 100901, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2065, 0, 0, 0, 6004, 101001, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2066, 0, 0, 0, 6004, 101101, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2067, 0, 0, 0, 6004, 101201, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2068, 0, 0, 0, 6004, 101301, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2069, 0, 0, 0, 6004, 101401, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2070, 0, 0, 0, 6004, 101501, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2071, 0, 0, 0, 6004, 101601, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2072, 0, 0, 0, 6004, 101701, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2073, 0, 0, 0, 6004, 101801, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2074, 0, 0, 0, 6004, 101901, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2075, 0, 0, 0, 6004, 102001, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2076, 0, 0, 0, 6004, 102101, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2077, 0, 0, 0, 6004, 102201, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2078, 0, 0, 0, 6004, 102301, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2079, 0, 0, 0, 6004, 102401, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2080, 0, 0, 0, 6004, 102501, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2081, 0, 0, 0, 6004, 102601, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2082, 0, 0, 0, 6004, 102701, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2083, 0, 0, 0, 6004, 102801, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2084, 0, 0, 0, 6004, 102901, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2085, 0, 0, 0, 6004, 103001, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2086, 0, 0, 0, 6004, 103101, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2087, 0, 0, 0, 6004, 103201, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2088, 0, 0, 0, 6004, 103301, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2089, 0, 0, 0, 6004, 103401, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2090, 0, 0, 0, 6004, 103501, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2091, 0, 0, 0, 6004, 103601, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2092, 0, 0, 0, 6004, 103701, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2093, 0, 0, 0, 6004, 103801, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2094, 0, 0, 0, 6004, 103901, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2095, 0, 0, 0, 6004, 104001, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2096, 0, 0, 0, 6004, 104101, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2097, 0, 0, 0, 6004, 104201, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2098, 0, 0, 0, 6004, 104301, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2099, 0, 0, 0, 6004, 104401, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2100, 0, 0, 0, 6004, 104501, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2101, 0, 0, 0, 6004, 104601, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2102, 0, 0, 0, 6004, 104701, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2103, 0, 0, 0, 6004, 104801, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2104, 0, 0, 0, 6004, 104901, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2105, 0, 0, 0, 6004, 105001, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2106, 0, 0, 0, 6004, 105101, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2107, 0, 0, 0, 6004, 105201, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2108, 0, 0, 0, 6004, 105301, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2109, 0, 0, 0, 6004, 105401, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2110, 0, 0, 0, 6004, 105501, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2111, 0, 0, 0, 6004, 105601, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2112, 0, 0, 0, 6004, 105701, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2113, 0, 0, 0, 6004, 105801, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2114, 0, 0, 0, 6004, 105901, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2115, 0, 0, 0, 6004, 106001, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2116, 0, 0, 0, 6004, 106101, 100, 0, 71015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2117, 0, 0, 0, 14000, 0, 100, 0, 140000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2118, 0, 0, 0, 14001, 0, 100, 0, 140001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2119, 0, 0, 0, 14002, 0, 100, 0, 140002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2120, 0, 0, 0, 14003, 0, 100, 0, 140003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2121, 0, 0, 0, 14004, 0, 100, 0, 140004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2122, 0, 0, 0, 14005, 0, 100, 0, 140005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2123, 0, 0, 0, 14006, 0, 100, 0, 140006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2124, 0, 0, 0, 14007, 0, 100, 0, 140007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2125, 0, 0, 0, 14008, 0, 100, 0, 140008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2126, 0, 0, 0, 14008, 0, 100, 0, 140009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2127, 0, 0, 0, 14008, 0, 100, 0, 140010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2128, 0, 0, 0, 14009, 0, 100, 0, 140011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2129, 0, 0, 0, 14010, 0, 100, 0, 140014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2130, 0, 0, 0, 14011, 0, 100, 0, 140015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2131, 0, 0, 0, 14012, 0, 100, 0, 140016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2132, 0, 0, 0, 14009, 0, 100, 0, 140012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2133, 0, 0, 0, 14009, 0, 100, 0, 140013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2134, 0, 0, 0, 14010, 0, 100, 0, 140017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2135, 0, 0, 0, 14010, 0, 100, 0, 140018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2136, 0, 0, 0, 5200, 0, 100, 0, 250000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2137, 0, 0, 0, 5201, 0, 100, 0, 250001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2138, 0, 0, 0, 101, 0, 100, 0, 90100); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2139, 0, 0, 0, 102, 0, 100, 0, 90103); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2140, 0, 0, 0, 103, 0, 100, 0, 90104); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2141, 0, 0, 0, 105, 0, 100, 0, 90107); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2142, 0, 0, 0, 107, 0, 100, 0, 90109); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2143, 0, 0, 0, 208, 0, 100, 0, 91113); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2144, 0, 0, 0, 20000, 1, 100, 0, 400000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2145, 0, 0, 0, 20000, 1, 100, 0, 400001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2146, 0, 0, 0, 20000, 1, 100, 0, 400002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2147, 0, 0, 0, 20000, 2, 100, 0, 400003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2148, 0, 0, 0, 20000, 2, 100, 0, 400004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2149, 0, 0, 0, 20000, 2, 100, 0, 400005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2150, 0, 0, 0, 20000, 3, 100, 0, 400006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2151, 0, 0, 0, 20000, 3, 100, 0, 400007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2152, 0, 0, 0, 20000, 3, 100, 0, 400008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2153, 0, 0, 0, 20000, 4, 100, 0, 400009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2154, 0, 0, 0, 20000, 4, 100, 0, 400010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2155, 0, 0, 0, 20000, 4, 100, 0, 400011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2156, 0, 0, 0, 21000, 1, 100, 0, 400012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2157, 0, 0, 0, 21000, 2, 100, 0, 400013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2158, 0, 0, 0, 20000, 5, 100, 0, 400014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2159, 0, 0, 0, 7100, 0, 100, 0, 400015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2160, 0, 0, 0, 19000, 0, 100, 0, 2000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2161, 0, 0, 0, 19001, 0, 100, 0, 2001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2162, 0, 0, 0, 19001, 0, 100, 0, 2002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2167, 0, 0, 0, 19001, 5, 100, 0, 2007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2168, 0, 0, 0, 19001, 6, 100, 0, 2008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2169, 0, 0, 0, 19001, 7, 100, 0, 2009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2170, 0, 0, 0, 19001, 8, 100, 0, 2010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2171, 0, 0, 0, 19001, 9, 100, 0, 2011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2172, 0, 0, 0, 19001, 10, 100, 0, 2012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2173, 0, 0, 0, 19001, 11, 100, 0, 2013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2175, 0, 0, 0, 19002, 0, 100, 0, 2038); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2176, 0, 0, 0, 19003, 0, 100, 0, 2016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2177, 0, 0, 0, 19003, 0, 100, 0, 2017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2182, 0, 0, 0, 19003, 5, 100, 0, 2022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2183, 0, 0, 0, 19003, 6, 100, 0, 2023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2184, 0, 0, 0, 19003, 7, 100, 0, 2024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2185, 0, 0, 0, 19003, 8, 100, 0, 2025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2186, 0, 0, 0, 19003, 9, 100, 0, 2026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2187, 0, 0, 0, 19003, 10, 100, 0, 2027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2188, 0, 0, 0, 19003, 11, 100, 0, 2028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2190, 0, 0, 0, 19004, 0, 100, 0, 2030); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2191, 0, 0, 0, 19005, 0, 100, 0, 2031); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2192, 0, 0, 0, 19006, 0, 100, 0, 2032); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2193, 0, 0, 0, 19007, 0, 100, 0, 2033); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2194, 0, 0, 0, 19008, 0, 100, 0, 2034); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2196, 0, 0, 0, 1009, 0, 100, 0, 92011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2199, 0, 0, 0, 22000, 0, 100, 0, 410000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2200, 0, 0, 0, 22001, 1, 100, 0, 410001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2201, 0, 0, 0, 22001, 2, 100, 0, 410002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2202, 0, 0, 0, 22001, 3, 100, 0, 410003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2203, 0, 0, 0, 22001, 4, 100, 0, 410004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2204, 0, 0, 0, 22001, 5, 100, 0, 410005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2205, 0, 0, 0, 22001, 6, 100, 0, 410006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2206, 0, 0, 0, 22001, 7, 100, 0, 410007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2207, 0, 0, 0, 22001, 8, 100, 0, 410008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2208, 1026, 102601, 0, 203, 102601, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2209, 1026, 102601, 0, 203, 102601, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2210, 1026, 102601, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2211, 1026, 102601, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2212, 1026, 102601, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2213, 1026, 102601, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2214, 1026, 102601, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2215, 1026, 102601, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2216, 1026, 102601, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2217, 1026, 102601, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2218, 1026, 102601, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2219, 1026, 102601, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2220, 1026, 102601, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2221, 1026, 102601, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2222, 1026, 102601, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2223, 1026, 102601, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2224, 1026, 102601, 0, 2101, 100261, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2225, 1026, 102601, 0, 2102, 100261, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2226, 0, 0, 0, 19006, 0, 100, 0, 2036); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2228, 0, 0, 0, 6001, 100130, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2230, 0, 0, 0, 6001, 100302, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2231, 0, 0, 0, 6001, 100430, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2233, 0, 0, 0, 6001, 100646, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2238, 0, 0, 0, 6001, 101116, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2240, 0, 0, 0, 6001, 101302, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2241, 0, 0, 0, 6001, 101416, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2244, 0, 0, 0, 6001, 101743, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2245, 0, 0, 0, 6001, 101826, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2250, 0, 0, 0, 6001, 102346, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2251, 0, 0, 0, 6001, 102426, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2257, 0, 0, 0, 6001, 103040, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2267, 0, 0, 0, 6001, 104043, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2272, 0, 0, 0, 6001, 104540, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2283, 0, 0, 0, 6001, 105623, 100, 0, 70016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2300, 0, 0, 0, 6002, 100130, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2302, 0, 0, 0, 6002, 100302, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2303, 0, 0, 0, 6002, 100430, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2305, 0, 0, 0, 6002, 100646, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2310, 0, 0, 0, 6002, 101116, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2312, 0, 0, 0, 6002, 101302, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2313, 0, 0, 0, 6002, 101416, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2316, 0, 0, 0, 6002, 101743, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2317, 0, 0, 0, 6002, 101826, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2322, 0, 0, 0, 6002, 102346, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2323, 0, 0, 0, 6002, 102426, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2329, 0, 0, 0, 6002, 103040, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2339, 0, 0, 0, 6002, 104043, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2344, 0, 0, 0, 6002, 104540, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2355, 0, 0, 0, 6002, 105623, 100, 0, 70017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2372, 0, 0, 0, 6003, 100130, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2374, 0, 0, 0, 6003, 100302, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2375, 0, 0, 0, 6003, 100430, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2377, 0, 0, 0, 6003, 100646, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2382, 0, 0, 0, 6003, 101116, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2384, 0, 0, 0, 6003, 101302, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2385, 0, 0, 0, 6003, 101416, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2388, 0, 0, 0, 6003, 101743, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2389, 0, 0, 0, 6003, 101826, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2394, 0, 0, 0, 6003, 102346, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2395, 0, 0, 0, 6003, 102426, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2401, 0, 0, 0, 6003, 103040, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2411, 0, 0, 0, 6003, 104043, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2416, 0, 0, 0, 6003, 104540, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2427, 0, 0, 0, 6003, 105623, 100, 0, 71016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2444, 0, 0, 0, 6004, 100130, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2446, 0, 0, 0, 6004, 100302, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2447, 0, 0, 0, 6004, 100430, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2449, 0, 0, 0, 6004, 100646, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2454, 0, 0, 0, 6004, 101116, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2456, 0, 0, 0, 6004, 101302, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2457, 0, 0, 0, 6004, 101416, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2460, 0, 0, 0, 6004, 101743, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2461, 0, 0, 0, 6004, 101826, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2466, 0, 0, 0, 6004, 102346, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2467, 0, 0, 0, 6004, 102426, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2473, 0, 0, 0, 6004, 103040, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2483, 0, 0, 0, 6004, 104043, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2488, 0, 0, 0, 6004, 104540, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2499, 0, 0, 0, 6004, 105623, 100, 0, 71017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2516, 1023, 102301, 0, 203, 102301, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2517, 1023, 102301, 0, 203, 102301, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2518, 1023, 102301, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2519, 1023, 102301, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2520, 1023, 102301, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2521, 1023, 102301, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2523, 1023, 102301, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2524, 1023, 102301, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2525, 1023, 102301, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2526, 1023, 102301, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2527, 1023, 102301, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2528, 1023, 102301, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2529, 1023, 102301, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2530, 1023, 102301, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2531, 1023, 102301, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2532, 1023, 102301, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2533, 1023, 102301, 0, 2102, 100231, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2534, 1023, 102301, 0, 2101, 100231, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2535, 0, 0, 0, 15200, 0, 100, 0, 81000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2536, 0, 0, 0, 15201, 0, 100, 0, 81001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2537, 1003, 100302, 0, 101, 100302, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2538, 1003, 100302, 0, 101, 100302, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2539, 1003, 100302, 0, 102, 100302, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2540, 1003, 100302, 0, 102, 100302, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2541, 1003, 100302, 0, 103, 100302, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2542, 1003, 100302, 0, 103, 100302, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2543, 1003, 100302, 0, 104, 100302, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2544, 1003, 100302, 0, 105, 100302, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2545, 1003, 100302, 0, 106, 100302, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2546, 1003, 100302, 0, 107, 100302, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2547, 1003, 100302, 0, 201, 100302, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2548, 1003, 100302, 0, 201, 100302, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2549, 1003, 100302, 0, 201, 100302, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2550, 1003, 100302, 0, 201, 100302, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2551, 1003, 100302, 0, 201, 100302, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2552, 1003, 100302, 0, 204, 100302, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2553, 1003, 100302, 0, 205, 100302, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2554, 1003, 100302, 0, 206, 100302, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2555, 1003, 100302, 0, 207, 100302, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2556, 1003, 100302, 0, 208, 100302, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2557, 1003, 100302, 0, 209, 100302, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2558, 1003, 100302, 0, 210, 100302, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2559, 1003, 100302, 0, 203, 100302, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2560, 1003, 100302, 0, 203, 100302, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2561, 1003, 100302, 0, 1001, 100302, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2562, 1003, 100302, 0, 1001, 100302, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2563, 1003, 100302, 0, 1001, 100302, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2564, 1003, 100302, 0, 1001, 100302, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2566, 1003, 100302, 3, 1002, 100302, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2567, 1003, 100302, 4, 1002, 100302, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2568, 1003, 100302, 5, 1002, 100302, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2569, 1003, 100302, 0, 1900, 100302, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2570, 1003, 100302, 0, 1901, 100302, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2571, 1003, 100302, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2572, 1003, 100302, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2573, 1003, 100302, 0, 5000, 100302, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2574, 1003, 100302, 0, 5001, 100302, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2575, 1003, 100302, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2576, 1003, 100302, 0, 9000, 100302, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2577, 1003, 100302, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2578, 1003, 100302, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2579, 1013, 101302, 0, 101, 101302, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2580, 1013, 101302, 0, 101, 101302, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2581, 1013, 101302, 0, 102, 101302, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2582, 1013, 101302, 0, 102, 101302, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2583, 1013, 101302, 0, 103, 101302, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2584, 1013, 101302, 0, 103, 101302, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2585, 1013, 101302, 0, 104, 101302, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2586, 1013, 101302, 0, 105, 101302, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2587, 1013, 101302, 0, 106, 101302, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2588, 1013, 101302, 0, 107, 101302, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2589, 1013, 101302, 0, 201, 101302, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2590, 1013, 101302, 0, 201, 101302, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2591, 1013, 101302, 0, 201, 101302, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2592, 1013, 101302, 0, 201, 101302, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2593, 1013, 101302, 0, 201, 101302, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2594, 1013, 101302, 0, 204, 101302, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2595, 1013, 101302, 0, 205, 101302, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2596, 1013, 101302, 0, 206, 101302, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2597, 1013, 101302, 0, 207, 101302, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2598, 1013, 101302, 0, 208, 101302, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2599, 1013, 101302, 0, 209, 101302, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2600, 1013, 101302, 0, 210, 101302, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2601, 1013, 101302, 0, 203, 101302, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2602, 1013, 101302, 0, 203, 101302, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2603, 1013, 101302, 0, 1001, 101302, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2604, 1013, 101302, 0, 1001, 101302, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2605, 1013, 101302, 0, 1001, 101302, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2606, 1013, 101302, 0, 1001, 101302, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2607, 1013, 101302, 0, 1009, 101302, 100, 0, 0); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2608, 1013, 101302, 3, 1002, 101302, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2609, 1013, 101302, 4, 1002, 101302, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2610, 1013, 101302, 5, 1002, 101302, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2611, 1013, 101302, 0, 1900, 101302, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2612, 1013, 101302, 0, 1901, 101302, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2613, 1013, 101302, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2614, 1013, 101302, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2615, 1013, 101302, 0, 5000, 101302, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2616, 1013, 101302, 0, 5001, 101302, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2617, 1013, 101302, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2618, 1013, 101302, 0, 9000, 101302, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2619, 1013, 101302, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2620, 1013, 101302, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2621, 0, 0, 0, 20000, 6, 100, 0, 400000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2622, 0, 0, 0, 20000, 7, 100, 0, 400001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2623, 0, 0, 0, 20000, 6, 100, 0, 400002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2624, 0, 0, 0, 20000, 8, 100, 0, 400003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2625, 0, 0, 0, 20000, 9, 100, 0, 400004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2626, 0, 0, 0, 20000, 8, 100, 0, 400005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2627, 0, 0, 0, 20000, 10, 100, 0, 400006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2628, 0, 0, 0, 20000, 11, 100, 0, 400007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2629, 0, 0, 0, 20000, 11, 100, 0, 400008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2630, 0, 0, 0, 20000, 12, 100, 0, 400009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2631, 0, 0, 0, 20000, 13, 100, 0, 400010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2632, 0, 0, 0, 20000, 12, 100, 0, 400011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2633, 0, 0, 0, 21000, 3, 100, 0, 400012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2634, 0, 0, 0, 21000, 4, 100, 0, 400013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2635, 0, 0, 0, 20000, 14, 100, 0, 400014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2636, 0, 0, 0, 202, 0, 100, 0, 10100); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2637, 0, 0, 0, 214, 0, 100, 0, 10106); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2638, 0, 0, 0, 215, 0, 100, 0, 10107); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2639, 0, 0, 0, 216, 0, 100, 0, 10108); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2640, 0, 0, 0, 221, 0, 100, 0, 10113); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2641, 0, 0, 0, 301, 0, 100, 0, 10116); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2642, 0, 0, 0, 1005, 0, 100, 0, 20104); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2643, 0, 0, 0, 1006, 0, 100, 0, 20107); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2644, 0, 0, 0, 1008, 0, 100, 0, 20111); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2645, 0, 0, 0, 1201, 0, 100, 0, 20121); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2646, 0, 0, 0, 1202, 0, 100, 0, 20122); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2647, 0, 0, 0, 1204, 0, 100, 0, 20126); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2648, 0, 0, 0, 1207, 0, 100, 0, 20135); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2649, 0, 0, 0, 1902, 0, 100, 0, 20149); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2650, 0, 0, 0, 201, 0, 100, 0, 91101); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2651, 0, 0, 0, 207, 0, 100, 0, 91112); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2652, 1038, 103801, 0, 203, 103801, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2653, 1038, 103801, 0, 203, 103801, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2654, 1038, 103801, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2655, 1038, 103801, 0, 1001, 0, 100, 0, 92100); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2656, 1038, 103801, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2657, 1038, 103801, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2658, 1038, 103801, 0, 1001, 0, 100, 0, 92102); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2659, 1038, 103801, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2661, 1038, 103801, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2662, 1038, 103801, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2663, 1038, 103801, 4, 1002, 0, 100, 0, 92106); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2664, 1038, 103801, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2665, 1038, 103801, 5, 1002, 0, 100, 0, 92107); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2666, 1038, 103801, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2667, 1038, 103801, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2668, 1038, 103801, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2669, 1038, 103801, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2670, 1038, 103801, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2671, 1038, 103801, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2672, 1038, 103801, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2673, 1038, 103801, 0, 2102, 100381, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2674, 1038, 103801, 0, 2101, 100381, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2675, 1050, 105001, 0, 203, 105001, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2676, 1050, 105001, 0, 203, 105001, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2677, 1050, 105001, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2678, 1050, 105001, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2679, 1050, 105001, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2680, 1050, 105001, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2682, 1050, 105001, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2683, 1050, 105001, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2684, 1050, 105001, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2685, 1050, 105001, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2686, 1050, 105001, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2687, 1050, 105001, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2688, 1050, 105001, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2689, 1050, 105001, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2690, 1050, 105001, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2691, 1050, 105001, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2692, 1050, 105001, 0, 2102, 100501, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2693, 1050, 105001, 0, 2101, 100501, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2694, 1046, 104601, 0, 203, 104601, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2695, 1046, 104601, 0, 203, 104601, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2696, 1046, 104601, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2697, 1046, 104601, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2698, 1046, 104601, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2699, 1046, 104601, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2701, 1046, 104601, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2702, 1046, 104601, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2703, 1046, 104601, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2704, 1046, 104601, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2705, 1046, 104601, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2706, 1046, 104601, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2707, 1046, 104601, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2708, 1046, 104601, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2709, 1046, 104601, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2710, 1046, 104601, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2711, 1046, 104601, 0, 2102, 100461, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2712, 1046, 104601, 0, 2101, 100461, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2713, 1016, 101601, 0, 203, 101601, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2714, 1016, 101601, 0, 203, 101601, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2715, 1016, 101601, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2716, 1016, 101601, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2717, 1016, 101601, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2718, 1016, 101601, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2720, 1016, 101601, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2721, 1016, 101601, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2722, 1016, 101601, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2723, 1016, 101601, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2724, 1016, 101601, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2725, 1016, 101601, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2726, 1016, 101601, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2727, 1016, 101601, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2728, 1016, 101601, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2729, 1016, 101601, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2730, 1016, 101601, 0, 2102, 100161, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2731, 1016, 101601, 0, 2101, 100161, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2774, 1056, 105602, 0, 101, 105623, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2775, 1056, 105602, 0, 101, 105623, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2776, 1056, 105602, 0, 102, 105623, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2777, 1056, 105602, 0, 102, 105623, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2778, 1056, 105602, 0, 103, 105623, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2779, 1056, 105602, 0, 103, 105623, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2780, 1056, 105602, 0, 104, 105623, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2781, 1056, 105602, 0, 105, 105623, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2782, 1056, 105602, 0, 106, 105623, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2783, 1056, 105602, 0, 107, 105623, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2784, 1056, 105602, 0, 201, 105623, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2785, 1056, 105602, 0, 201, 105623, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2786, 1056, 105602, 0, 201, 105623, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2787, 1056, 105602, 0, 201, 105623, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2788, 1056, 105602, 0, 201, 105623, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2789, 1056, 105602, 0, 204, 105623, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2790, 1056, 105602, 0, 205, 105623, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2791, 1056, 105602, 0, 206, 105623, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2792, 1056, 105602, 0, 207, 105623, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2793, 1056, 105602, 0, 208, 105623, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2794, 1056, 105602, 0, 209, 105623, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2795, 1056, 105602, 0, 210, 105623, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2796, 1056, 105602, 0, 203, 105623, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2797, 1056, 105602, 0, 203, 105623, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2798, 1056, 105602, 0, 1001, 105623, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2799, 1056, 105602, 0, 1001, 105623, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2800, 1056, 105602, 0, 1001, 105623, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2801, 1056, 105602, 0, 1001, 105623, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2803, 1056, 105602, 3, 1002, 105623, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2804, 1056, 105602, 4, 1002, 105623, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2805, 1056, 105602, 5, 1002, 105623, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2806, 1056, 105602, 0, 1900, 105623, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2807, 1056, 105602, 0, 1901, 105623, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2808, 1056, 105602, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2809, 1056, 105602, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2810, 1056, 105602, 0, 5000, 105623, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2811, 1056, 105602, 0, 5001, 105623, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2812, 1056, 105602, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2813, 1056, 105602, 0, 9000, 105623, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2814, 1056, 105602, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2815, 1056, 105602, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2816, 9001, 0, 0, 5300, 0, 100, 0, 500000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2817, 9001, 0, 0, 5300, 0, 100, 0, 500001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2818, 9001, 0, 0, 5300, 0, 100, 0, 500002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2819, 9001, 0, 0, 5300, 0, 100, 0, 500003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2820, 9001, 0, 0, 5301, 0, 100, 0, 500004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2821, 9001, 0, 0, 5302, 0, 100, 0, 500005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2822, 9001, 0, 0, 5302, 0, 100, 0, 500006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2823, 9001, 0, 0, 5302, 0, 100, 0, 500007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2824, 1018, 101802, 0, 101, 101826, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2825, 1018, 101802, 0, 101, 101826, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2826, 1018, 101802, 0, 102, 101826, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2827, 1018, 101802, 0, 102, 101826, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2828, 1018, 101802, 0, 103, 101826, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2829, 1018, 101802, 0, 103, 101826, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2830, 1018, 101802, 0, 104, 101826, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2831, 1018, 101802, 0, 105, 101826, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2832, 1018, 101802, 0, 106, 101826, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2833, 1018, 101802, 0, 107, 101826, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2834, 1018, 101802, 0, 201, 101826, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2835, 1018, 101802, 0, 201, 101826, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2836, 1018, 101802, 0, 201, 101826, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2837, 1018, 101802, 0, 201, 101826, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2838, 1018, 101802, 0, 201, 101826, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2839, 1018, 101802, 0, 204, 101826, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2840, 1018, 101802, 0, 205, 101826, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2841, 1018, 101802, 0, 206, 101826, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2842, 1018, 101802, 0, 207, 101826, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2843, 1018, 101802, 0, 208, 101826, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2844, 1018, 101802, 0, 209, 101826, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2845, 1018, 101802, 0, 210, 101826, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2846, 1018, 101802, 0, 203, 101826, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2847, 1018, 101802, 0, 203, 101826, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2848, 1018, 101802, 0, 1001, 101826, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2849, 1018, 101802, 0, 1001, 101826, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2850, 1018, 101802, 0, 1001, 101826, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2851, 1018, 101802, 0, 1001, 101826, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2853, 1018, 101802, 3, 1002, 101826, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2854, 1018, 101802, 4, 1002, 101826, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2855, 1018, 101802, 5, 1002, 101826, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2856, 1018, 101802, 0, 1900, 101826, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2857, 1018, 101802, 0, 1901, 101826, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2858, 1018, 101802, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2859, 1018, 101802, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2860, 1018, 101802, 0, 5000, 101826, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2861, 1018, 101802, 0, 5001, 101826, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2862, 1018, 101802, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2863, 1018, 101802, 0, 9000, 101826, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2864, 1018, 101802, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2865, 1018, 101802, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2866, 1024, 102402, 0, 101, 102426, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2867, 1024, 102402, 0, 101, 102426, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2868, 1024, 102402, 0, 102, 102426, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2869, 1024, 102402, 0, 102, 102426, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2870, 1024, 102402, 0, 103, 102426, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2871, 1024, 102402, 0, 103, 102426, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2872, 1024, 102402, 0, 104, 102426, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2873, 1024, 102402, 0, 105, 102426, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2874, 1024, 102402, 0, 106, 102426, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2875, 1024, 102402, 0, 107, 102426, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2876, 1024, 102402, 0, 201, 102426, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2877, 1024, 102402, 0, 201, 102426, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2878, 1024, 102402, 0, 201, 102426, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2879, 1024, 102402, 0, 201, 102426, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2880, 1024, 102402, 0, 201, 102426, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2881, 1024, 102402, 0, 204, 102426, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2882, 1024, 102402, 0, 205, 102426, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2883, 1024, 102402, 0, 206, 102426, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2884, 1024, 102402, 0, 207, 102426, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2885, 1024, 102402, 0, 208, 102426, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2886, 1024, 102402, 0, 209, 102426, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2887, 1024, 102402, 0, 210, 102426, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2888, 1024, 102402, 0, 203, 102426, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2889, 1024, 102402, 0, 203, 102426, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2890, 1024, 102402, 0, 1001, 102426, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2891, 1024, 102402, 0, 1001, 102426, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2892, 1024, 102402, 0, 1001, 102426, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2893, 1024, 102402, 0, 1001, 102426, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2895, 1024, 102402, 3, 1002, 102426, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2896, 1024, 102402, 4, 1002, 102426, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2897, 1024, 102402, 5, 1002, 102426, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2898, 1024, 102402, 0, 1900, 102426, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2899, 1024, 102402, 0, 1901, 102426, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2900, 1024, 102402, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2901, 1024, 102402, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2902, 1024, 102402, 0, 5000, 102426, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2903, 1024, 102402, 0, 5001, 102426, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2904, 1024, 102402, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2905, 1024, 102402, 0, 9000, 102426, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2906, 1024, 102402, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2907, 1024, 102402, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2908, 1001, 100102, 0, 101, 100130, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2909, 1001, 100102, 0, 101, 100130, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2910, 1001, 100102, 0, 102, 100130, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2911, 1001, 100102, 0, 102, 100130, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2912, 1001, 100102, 0, 103, 100130, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2913, 1001, 100102, 0, 103, 100130, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2914, 1001, 100102, 0, 104, 100130, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2915, 1001, 100102, 0, 105, 100130, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2916, 1001, 100102, 0, 106, 100130, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2917, 1001, 100102, 0, 107, 100130, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2918, 1001, 100102, 0, 201, 100130, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2919, 1001, 100102, 0, 201, 100130, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2920, 1001, 100102, 0, 201, 100130, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2921, 1001, 100102, 0, 201, 100130, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2922, 1001, 100102, 0, 201, 100130, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2923, 1001, 100102, 0, 204, 100130, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2924, 1001, 100102, 0, 205, 100130, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2925, 1001, 100102, 0, 206, 100130, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2926, 1001, 100102, 0, 207, 100130, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2927, 1001, 100102, 0, 208, 100130, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2928, 1001, 100102, 0, 209, 100130, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2929, 1001, 100102, 0, 210, 100130, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2930, 1001, 100102, 0, 203, 100130, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2931, 1001, 100102, 0, 203, 100130, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2932, 1001, 100102, 0, 1001, 100130, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2933, 1001, 100102, 0, 1001, 100130, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2934, 1001, 100102, 0, 1001, 100130, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2935, 1001, 100102, 0, 1001, 100130, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2937, 1001, 100102, 3, 1002, 100130, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2938, 1001, 100102, 4, 1002, 100130, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2939, 1001, 100102, 5, 1002, 100130, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2940, 1001, 100102, 0, 1900, 100130, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2941, 1001, 100102, 0, 1901, 100130, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2942, 1001, 100102, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2943, 1001, 100102, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2944, 1001, 100102, 0, 5000, 100130, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2945, 1001, 100102, 0, 5001, 100130, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2946, 1001, 100102, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2947, 1001, 100102, 0, 9000, 100130, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2948, 1001, 100102, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2949, 1001, 100102, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2950, 1004, 100402, 0, 101, 100430, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2951, 1004, 100402, 0, 101, 100430, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2952, 1004, 100402, 0, 102, 100430, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2953, 1004, 100402, 0, 102, 100430, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2954, 1004, 100402, 0, 103, 100430, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2955, 1004, 100402, 0, 103, 100430, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2956, 1004, 100402, 0, 104, 100430, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2957, 1004, 100402, 0, 105, 100430, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2958, 1004, 100402, 0, 106, 100430, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2959, 1004, 100402, 0, 107, 100430, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2960, 1004, 100402, 0, 201, 100430, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2961, 1004, 100402, 0, 201, 100430, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2962, 1004, 100402, 0, 201, 100430, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2963, 1004, 100402, 0, 201, 100430, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2964, 1004, 100402, 0, 201, 100430, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2965, 1004, 100402, 0, 204, 100430, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2966, 1004, 100402, 0, 205, 100430, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2967, 1004, 100402, 0, 205, 100430, 100, 0, 91030); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2968, 1004, 100402, 0, 206, 100430, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2969, 1004, 100402, 0, 207, 100430, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2970, 1004, 100402, 0, 208, 100430, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2971, 1004, 100402, 0, 209, 100430, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2972, 1004, 100402, 0, 210, 100430, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2973, 1004, 100402, 0, 203, 100430, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2974, 1004, 100402, 0, 203, 100430, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2975, 1004, 100402, 0, 1001, 100430, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2976, 1004, 100402, 0, 1001, 100430, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2977, 1004, 100402, 0, 1001, 100430, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2978, 1004, 100402, 0, 1001, 100430, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2979, 1004, 100402, 0, 1001, 100430, 100, 0, 92023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2981, 1004, 100402, 3, 1002, 100430, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2982, 1004, 100402, 4, 1002, 100430, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2983, 1004, 100402, 5, 1002, 100430, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2984, 1004, 100402, 5, 1002, 100430, 100, 0, 92024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2985, 1004, 100402, 0, 1900, 100430, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2986, 1004, 100402, 0, 1900, 100430, 100, 0, 93006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2987, 1004, 100402, 0, 1901, 100430, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2988, 1004, 100402, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2989, 1004, 100402, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2990, 1004, 100402, 0, 5000, 100430, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2991, 1004, 100402, 0, 5001, 100430, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2992, 1004, 100402, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2993, 1004, 100402, 0, 9000, 100430, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2994, 1004, 100402, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2995, 1004, 100402, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2996, 1058, 105801, 0, 203, 105801, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2997, 1058, 105801, 0, 203, 105801, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2998, 1058, 105801, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (2999, 1058, 105801, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3000, 1058, 105801, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3001, 1058, 105801, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3003, 1058, 105801, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3004, 1058, 105801, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3005, 1058, 105801, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3006, 1058, 105801, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3007, 1058, 105801, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3008, 1058, 105801, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3009, 1058, 105801, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3010, 1058, 105801, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3011, 1058, 105801, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3012, 1058, 105801, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3013, 1058, 105801, 0, 2102, 100581, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3014, 1058, 105801, 0, 2101, 100581, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3015, 1037, 103701, 0, 203, 103701, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3016, 1037, 103701, 0, 203, 103701, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3017, 1037, 103701, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3018, 1037, 103701, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3019, 1037, 103701, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3020, 1037, 103701, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3022, 1037, 103701, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3023, 1037, 103701, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3024, 1037, 103701, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3025, 1037, 103701, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3026, 1037, 103701, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3027, 1037, 103701, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3028, 1037, 103701, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3029, 1037, 103701, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3030, 1037, 103701, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3031, 1037, 103701, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3032, 1037, 103701, 0, 2102, 100371, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3033, 1037, 103701, 0, 2101, 100371, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3034, 1014, 101402, 0, 101, 101416, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3035, 1014, 101402, 0, 101, 101416, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3036, 1014, 101402, 0, 102, 101416, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3037, 1014, 101402, 0, 102, 101416, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3038, 1014, 101402, 0, 103, 101416, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3039, 1014, 101402, 0, 103, 101416, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3040, 1014, 101402, 0, 104, 101416, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3041, 1014, 101402, 0, 105, 101416, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3042, 1014, 101402, 0, 106, 101416, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3043, 1014, 101402, 0, 107, 101416, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3044, 1014, 101402, 0, 201, 101416, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3045, 1014, 101402, 0, 201, 101416, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3046, 1014, 101402, 0, 201, 101416, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3047, 1014, 101402, 0, 201, 101416, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3048, 1014, 101402, 0, 201, 101416, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3049, 1014, 101402, 0, 204, 101416, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3050, 1014, 101402, 0, 205, 101416, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3051, 1014, 101402, 0, 206, 101416, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3052, 1014, 101402, 0, 207, 101416, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3053, 1014, 101402, 0, 208, 101416, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3054, 1014, 101402, 0, 209, 101416, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3055, 1014, 101402, 0, 210, 101416, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3056, 1014, 101402, 0, 203, 101416, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3057, 1014, 101402, 0, 203, 101416, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3058, 1014, 101402, 0, 1001, 101416, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3059, 1014, 101402, 0, 1001, 101416, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3060, 1014, 101402, 0, 1001, 101416, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3061, 1014, 101402, 0, 1001, 101416, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3063, 1014, 101402, 3, 1002, 101416, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3064, 1014, 101402, 4, 1002, 101416, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3065, 1014, 101402, 5, 1002, 101416, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3066, 1014, 101402, 0, 1900, 101416, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3067, 1014, 101402, 0, 1901, 101416, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3068, 1014, 101402, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3069, 1014, 101402, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3070, 1014, 101402, 0, 5000, 101416, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3071, 1014, 101402, 0, 5001, 101416, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3072, 1014, 101402, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3073, 1014, 101402, 0, 9000, 101416, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3074, 1014, 101402, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3075, 1014, 101402, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3076, 1011, 101102, 0, 101, 101116, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3077, 1011, 101102, 0, 101, 101116, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3078, 1011, 101102, 0, 102, 101116, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3079, 1011, 101102, 0, 102, 101116, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3080, 1011, 101102, 0, 103, 101116, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3081, 1011, 101102, 0, 103, 101116, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3082, 1011, 101102, 0, 104, 101116, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3083, 1011, 101102, 0, 105, 101116, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3084, 1011, 101102, 0, 106, 101116, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3085, 1011, 101102, 0, 107, 101116, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3086, 1011, 101102, 0, 201, 101116, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3087, 1011, 101102, 0, 201, 101116, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3088, 1011, 101102, 0, 201, 101116, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3089, 1011, 101102, 0, 201, 101116, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3090, 1011, 101102, 0, 201, 101116, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3091, 1011, 101102, 0, 204, 101116, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3092, 1011, 101102, 0, 205, 101116, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3093, 1011, 101102, 0, 206, 101116, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3094, 1011, 101102, 0, 207, 101116, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3095, 1011, 101102, 0, 208, 101116, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3096, 1011, 101102, 0, 209, 101116, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3097, 1011, 101102, 0, 210, 101116, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3098, 1011, 101102, 0, 203, 101116, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3099, 1011, 101102, 0, 203, 101116, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3100, 1011, 101102, 0, 1001, 101116, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3101, 1011, 101102, 0, 1001, 101116, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3102, 1011, 101102, 0, 1001, 101116, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3103, 1011, 101102, 0, 1001, 101116, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3105, 1011, 101102, 3, 1002, 101116, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3106, 1011, 101102, 4, 1002, 101116, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3107, 1011, 101102, 5, 1002, 101116, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3108, 1011, 101102, 0, 1900, 101116, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3109, 1011, 101102, 0, 1901, 101116, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3110, 1011, 101102, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3111, 1011, 101102, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3112, 1011, 101102, 0, 5000, 101116, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3113, 1011, 101102, 0, 5001, 101116, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3114, 1011, 101102, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3115, 1011, 101102, 0, 9000, 101116, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3116, 1011, 101102, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3117, 1011, 101102, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3118, 9001, 0, 0, 5400, 0, 100, 0, 260000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3119, 9001, 0, 0, 5400, 0, 100, 0, 260001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3120, 9001, 0, 0, 5400, 0, 100, 0, 260002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3121, 9001, 0, 0, 5402, 0, 100, 0, 260003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3122, 1028, 102801, 0, 203, 102801, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3123, 1028, 102801, 0, 203, 102801, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3124, 1028, 102801, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3125, 1028, 102801, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3126, 1028, 102801, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3127, 1028, 102801, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3129, 1028, 102801, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3130, 1028, 102801, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3131, 1028, 102801, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3132, 1028, 102801, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3133, 1028, 102801, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3134, 1028, 102801, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3135, 1028, 102801, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3136, 1028, 102801, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3137, 1028, 102801, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3138, 1028, 102801, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3139, 1028, 102801, 0, 2102, 100281, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3140, 1028, 102801, 0, 2101, 100281, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3141, 1028, 0, 0, 11008, 0, 100, 0, 1008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3144, 1019, 101901, 0, 203, 101901, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3145, 1019, 101901, 0, 203, 101901, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3146, 1019, 101901, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3147, 1019, 101901, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3148, 1019, 101901, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3149, 1019, 101901, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3151, 1019, 101901, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3152, 1019, 101901, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3153, 1019, 101901, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3154, 1019, 101901, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3155, 1019, 101901, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3156, 1019, 101901, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3157, 1019, 101901, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3158, 1019, 101901, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3159, 1019, 101901, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3160, 1019, 101901, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3161, 1019, 101901, 0, 2102, 100191, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3162, 1019, 101901, 0, 2101, 100191, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3163, 1030, 103002, 0, 101, 103040, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3164, 1030, 103002, 0, 101, 103040, 100, 0, 90110); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3165, 1030, 103002, 0, 101, 103040, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3166, 1030, 103002, 0, 102, 103040, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3167, 1030, 103002, 0, 102, 103040, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3168, 1030, 103002, 0, 102, 103040, 100, 0, 90113); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3169, 1030, 103002, 0, 103, 103040, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3170, 1030, 103002, 0, 103, 103040, 100, 0, 90114); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3171, 1030, 103002, 0, 103, 103040, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3172, 1030, 103002, 0, 104, 103040, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3173, 1030, 103002, 0, 105, 103040, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3174, 1030, 103002, 0, 106, 103040, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3175, 1030, 103002, 0, 106, 103040, 100, 0, 90118); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3176, 1030, 103002, 0, 107, 103040, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3177, 1030, 103002, 0, 201, 103040, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3178, 1030, 103002, 0, 201, 103040, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3179, 1030, 103002, 0, 201, 103040, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3180, 1030, 103002, 0, 201, 103040, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3181, 1030, 103002, 0, 201, 103040, 100, 0, 91119); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3182, 1030, 103002, 0, 201, 103040, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3183, 1030, 103002, 0, 204, 103040, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3184, 1030, 103002, 0, 205, 103040, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3185, 1030, 103002, 0, 206, 103040, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3186, 1030, 103002, 0, 206, 103040, 100, 0, 91123); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3187, 1030, 103002, 0, 207, 103040, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3188, 1030, 103002, 0, 208, 103040, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3189, 1030, 103002, 0, 209, 103040, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3190, 1030, 103002, 0, 210, 103040, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3191, 1030, 103002, 0, 203, 103040, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3192, 1030, 103002, 0, 203, 103040, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3193, 1030, 103002, 0, 1001, 103040, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3194, 1030, 103002, 0, 1001, 103040, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3195, 1030, 103002, 0, 1001, 103040, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3196, 1030, 103002, 0, 1001, 103040, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3198, 1030, 103002, 3, 1002, 103040, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3199, 1030, 103002, 4, 1002, 103040, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3200, 1030, 103002, 4, 1002, 103040, 100, 0, 92121); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3201, 1030, 103002, 5, 1002, 103040, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3202, 1030, 103002, 5, 1002, 103040, 100, 0, 92122); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3203, 1030, 103002, 0, 1900, 103040, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3204, 1030, 103002, 0, 1901, 103040, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3205, 1030, 103002, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3206, 1030, 103002, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3207, 1030, 103002, 0, 5000, 103040, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3208, 1030, 103002, 0, 5001, 103040, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3209, 1030, 103002, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3210, 1030, 103002, 0, 9000, 103040, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3211, 1030, 103002, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3212, 1030, 103002, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3213, 1045, 104502, 0, 101, 104540, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3214, 1045, 104502, 0, 101, 104540, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3215, 1045, 104502, 0, 102, 104540, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3216, 1045, 104502, 0, 102, 104540, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3217, 1045, 104502, 0, 103, 104540, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3218, 1045, 104502, 0, 103, 104540, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3219, 1045, 104502, 0, 104, 104540, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3220, 1045, 104502, 0, 105, 104540, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3221, 1045, 104502, 0, 106, 104540, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3222, 1045, 104502, 0, 107, 104540, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3223, 1045, 104502, 0, 201, 104540, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3224, 1045, 104502, 0, 201, 104540, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3225, 1045, 104502, 0, 201, 104540, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3226, 1045, 104502, 0, 201, 104540, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3227, 1045, 104502, 0, 201, 104540, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3228, 1045, 104502, 0, 204, 104540, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3229, 1045, 104502, 0, 205, 104540, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3230, 1045, 104502, 0, 206, 104540, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3231, 1045, 104502, 0, 207, 104540, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3232, 1045, 104502, 0, 208, 104540, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3233, 1045, 104502, 0, 209, 104540, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3234, 1045, 104502, 0, 210, 104540, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3235, 1045, 104502, 0, 203, 104540, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3236, 1045, 104502, 0, 203, 104540, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3237, 1045, 104502, 0, 1001, 104540, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3238, 1045, 104502, 0, 1001, 104540, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3239, 1045, 104502, 0, 1001, 104540, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3240, 1045, 104502, 0, 1001, 104540, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3242, 1045, 104502, 3, 1002, 104540, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3243, 1045, 104502, 4, 1002, 104540, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3244, 1045, 104502, 5, 1002, 104540, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3245, 1045, 104502, 0, 1900, 104540, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3246, 1045, 104502, 0, 1901, 104540, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3247, 1045, 104502, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3248, 1045, 104502, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3249, 1045, 104502, 0, 5000, 104540, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3250, 1045, 104502, 0, 5001, 104540, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3251, 1045, 104502, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3252, 1045, 104502, 0, 9000, 104540, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3253, 1045, 104502, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3254, 1045, 104502, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3255, 1039, 103901, 0, 203, 103901, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3256, 1039, 103901, 0, 203, 103901, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3257, 1039, 103901, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3258, 1039, 103901, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3259, 1039, 103901, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3260, 1039, 103901, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3262, 1039, 103901, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3263, 1039, 103901, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3264, 1039, 103901, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3265, 1039, 103901, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3266, 1039, 103901, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3267, 1039, 103901, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3268, 1039, 103901, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3269, 1039, 103901, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3270, 1039, 103901, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3271, 1039, 103901, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3272, 1039, 103901, 0, 2102, 100391, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3273, 1039, 103901, 0, 2101, 100391, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3274, 1025, 102501, 0, 203, 102501, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3275, 1025, 102501, 0, 203, 102501, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3276, 1025, 102501, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3277, 1025, 102501, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3278, 1025, 102501, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3279, 1025, 102501, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3281, 1025, 102501, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3282, 1025, 102501, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3283, 1025, 102501, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3284, 1025, 102501, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3285, 1025, 102501, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3286, 1025, 102501, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3287, 1025, 102501, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3288, 1025, 102501, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3289, 1025, 102501, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3290, 1025, 102501, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3291, 1025, 102501, 0, 2102, 100251, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3292, 1025, 102501, 0, 2101, 100251, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3335, 1048, 104801, 0, 203, 104801, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3336, 1048, 104801, 0, 203, 104801, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3337, 1048, 104801, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3338, 1048, 104801, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3339, 1048, 104801, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3340, 1048, 104801, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3342, 1048, 104801, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3343, 1048, 104801, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3344, 1048, 104801, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3345, 1048, 104801, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3346, 1048, 104801, 0, 1901, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3347, 1048, 104801, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3348, 1048, 104801, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3349, 1048, 104801, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3350, 1048, 104801, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3351, 1048, 104801, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3352, 1048, 104801, 0, 2102, 100481, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3353, 1048, 104801, 0, 2101, 100481, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3354, 1059, 105901, 0, 203, 105901, 100, 0, 91007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3355, 1059, 105901, 0, 203, 105901, 100, 0, 91008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3356, 1059, 105901, 0, 1001, 0, 100, 0, 92000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3357, 1059, 105901, 0, 1001, 0, 100, 0, 92100); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3358, 1059, 105901, 0, 1001, 0, 100, 0, 92001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3359, 1059, 105901, 0, 1001, 0, 100, 0, 92002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3360, 1059, 105901, 0, 1001, 0, 100, 0, 92102); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3361, 1059, 105901, 0, 1001, 0, 100, 0, 92003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3363, 1059, 105901, 3, 1002, 0, 100, 0, 92005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3364, 1059, 105901, 4, 1002, 0, 100, 0, 92006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3365, 1059, 105901, 5, 1002, 0, 100, 0, 92007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3366, 1059, 105901, 5, 1002, 0, 100, 0, 92107); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3367, 1059, 105901, 0, 1900, 0, 100, 0, 93000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3368, 1059, 105901, 0, 1901, 0, 100, 0, 93002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3369, 1059, 105901, 0, 1904, 1, 100, 0, 30004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3370, 1059, 105901, 0, 1904, 2, 100, 0, 30005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3371, 1059, 105901, 0, 5000, 0, 100, 0, 95000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3372, 1059, 105901, 0, 5001, 0, 100, 0, 95001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3373, 1059, 105901, 0, 8000, 0, 100, 0, 95004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3374, 1059, 105901, 0, 2102, 100591, 100, 0, 40000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3375, 1059, 105901, 0, 2101, 100591, 100, 0, 40001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3376, 1006, 100602, 0, 101, 100646, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3377, 1006, 100602, 0, 101, 100646, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3378, 1006, 100602, 0, 102, 100646, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3379, 1006, 100602, 0, 102, 100646, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3380, 1006, 100602, 0, 103, 100646, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3381, 1006, 100602, 0, 103, 100646, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3382, 1006, 100602, 0, 104, 100646, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3383, 1006, 100602, 0, 105, 100646, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3384, 1006, 100602, 0, 106, 100646, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3385, 1006, 100602, 0, 107, 100646, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3386, 1006, 100602, 0, 201, 100646, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3387, 1006, 100602, 0, 201, 100646, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3388, 1006, 100602, 0, 201, 100646, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3389, 1006, 100602, 0, 201, 100646, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3390, 1006, 100602, 0, 201, 100646, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3391, 1006, 100602, 0, 204, 100646, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3392, 1006, 100602, 0, 205, 100646, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3393, 1006, 100602, 0, 206, 100646, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3394, 1006, 100602, 0, 207, 100646, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3395, 1006, 100602, 0, 208, 100646, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3396, 1006, 100602, 0, 209, 100646, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3397, 1006, 100602, 0, 210, 100646, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3398, 1006, 100602, 0, 203, 100646, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3399, 1006, 100602, 0, 203, 100646, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3400, 1006, 100602, 0, 1001, 100646, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3401, 1006, 100602, 0, 1001, 100646, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3402, 1006, 100602, 0, 1001, 100646, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3403, 1006, 100602, 0, 1001, 100646, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3405, 1006, 100602, 3, 1002, 100646, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3406, 1006, 100602, 4, 1002, 100646, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3407, 1006, 100602, 5, 1002, 100646, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3408, 1006, 100602, 0, 1900, 100646, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3409, 1006, 100602, 0, 1901, 100646, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3410, 1006, 100602, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3411, 1006, 100602, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3412, 1006, 100602, 0, 5000, 100646, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3413, 1006, 100602, 0, 5001, 100646, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3414, 1006, 100602, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3415, 1006, 100602, 0, 9000, 100646, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3416, 1006, 100602, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3417, 1006, 100602, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3418, 1023, 102302, 0, 101, 102346, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3419, 1023, 102302, 0, 101, 102346, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3420, 1023, 102302, 0, 102, 102346, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3421, 1023, 102302, 0, 102, 102346, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3422, 1023, 102302, 0, 103, 102346, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3423, 1023, 102302, 0, 103, 102346, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3424, 1023, 102302, 0, 104, 102346, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3425, 1023, 102302, 0, 105, 102346, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3426, 1023, 102302, 0, 106, 102346, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3427, 1023, 102302, 0, 107, 102346, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3428, 1023, 102302, 0, 201, 102346, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3429, 1023, 102302, 0, 201, 102346, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3430, 1023, 102302, 0, 201, 102346, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3431, 1023, 102302, 0, 201, 102346, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3432, 1023, 102302, 0, 201, 102346, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3433, 1023, 102302, 0, 204, 102346, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3434, 1023, 102302, 0, 205, 102346, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3435, 1023, 102302, 0, 206, 102346, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3436, 1023, 102302, 0, 207, 102346, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3437, 1023, 102302, 0, 208, 102346, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3438, 1023, 102302, 0, 209, 102346, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3439, 1023, 102302, 0, 210, 102346, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3440, 1023, 102302, 0, 203, 102346, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3441, 1023, 102302, 0, 203, 102346, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3442, 1023, 102302, 0, 1001, 102346, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3443, 1023, 102302, 0, 1001, 102346, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3444, 1023, 102302, 0, 1001, 102346, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3445, 1023, 102302, 0, 1001, 102346, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3447, 1023, 102302, 3, 1002, 102346, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3448, 1023, 102302, 4, 1002, 102346, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3449, 1023, 102302, 5, 1002, 102346, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3450, 1023, 102302, 0, 1900, 102346, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3451, 1023, 102302, 0, 1901, 102346, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3452, 1023, 102302, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3453, 1023, 102302, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3454, 1023, 102302, 0, 5000, 102346, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3455, 1023, 102302, 0, 5001, 102346, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3456, 1023, 102302, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3457, 1023, 102302, 0, 9000, 102346, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3458, 1023, 102302, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3459, 1023, 102302, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3479, 0, 0, 0, 20000, 15, 100, 0, 400000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3480, 0, 0, 0, 20000, 15, 100, 0, 400001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3481, 0, 0, 0, 20000, 16, 100, 0, 400002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3482, 0, 0, 0, 20000, 17, 100, 0, 400003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3483, 0, 0, 0, 20000, 18, 100, 0, 400004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3484, 0, 0, 0, 20000, 19, 100, 0, 400005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3485, 0, 0, 0, 20000, 20, 100, 0, 400006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3486, 0, 0, 0, 20000, 20, 100, 0, 400007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3487, 0, 0, 0, 20000, 21, 100, 0, 400008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3488, 0, 0, 0, 20000, 23, 100, 0, 400009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3489, 0, 0, 0, 20000, 23, 100, 0, 400010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3490, 0, 0, 0, 20000, 22, 100, 0, 400011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3491, 0, 0, 0, 21000, 5, 100, 0, 400012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3492, 0, 0, 0, 21000, 6, 100, 0, 400013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3493, 0, 0, 0, 20000, 24, 100, 0, 400014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3494, 0, 0, 0, 20000, 25, 100, 0, 400000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3495, 0, 0, 0, 20000, 25, 100, 0, 400001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3496, 0, 0, 0, 20000, 26, 100, 0, 400002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3497, 0, 0, 0, 20000, 27, 100, 0, 400003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3498, 0, 0, 0, 20000, 28, 100, 0, 400004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3499, 0, 0, 0, 20000, 28, 100, 0, 400005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3500, 0, 0, 0, 20000, 29, 100, 0, 400006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3501, 0, 0, 0, 20000, 29, 100, 0, 400007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3502, 0, 0, 0, 20000, 30, 100, 0, 400008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3503, 0, 0, 0, 20000, 31, 100, 0, 400009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3504, 0, 0, 0, 20000, 32, 100, 0, 400010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3505, 0, 0, 0, 20000, 32, 100, 0, 400011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3506, 0, 0, 0, 21000, 7, 100, 0, 400012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3507, 0, 0, 0, 21000, 8, 100, 0, 400013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3508, 0, 0, 0, 20000, 33, 100, 0, 400014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3509, 0, 0, 0, 20000, 34, 100, 0, 400017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3510, 0, 0, 0, 20000, 35, 100, 0, 400001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3511, 0, 0, 0, 20000, 36, 100, 0, 400002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3512, 0, 0, 0, 20000, 37, 100, 0, 400003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3513, 0, 0, 0, 20000, 38, 100, 0, 400004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3514, 0, 0, 0, 20000, 39, 100, 0, 400005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3515, 0, 0, 0, 20000, 40, 100, 0, 400006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3516, 0, 0, 0, 20000, 41, 100, 0, 400018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3517, 0, 0, 0, 20000, 42, 100, 0, 400008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3518, 0, 0, 0, 20000, 43, 100, 0, 400009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3519, 0, 0, 0, 20000, 44, 100, 0, 400010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3520, 0, 0, 0, 20000, 45, 100, 0, 400019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3521, 0, 0, 0, 21000, 9, 100, 0, 400012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3522, 0, 0, 0, 21000, 10, 100, 0, 400013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3523, 0, 0, 0, 20000, 46, 100, 0, 400014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3524, 0, 0, 0, 20000, 47, 100, 0, 400016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3525, 0, 0, 0, 7101, 0, 100, 0, 400020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3526, 0, 0, 0, 7102, 0, 100, 0, 400021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3527, 0, 0, 0, 6001, 102, 100, 0, 70018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3528, 0, 0, 0, 6001, 103, 100, 0, 70018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3529, 0, 0, 0, 6002, 102, 100, 0, 70019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3530, 0, 0, 0, 6002, 103, 100, 0, 70019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3531, 0, 0, 0, 6003, 102, 100, 0, 71018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3532, 0, 0, 0, 6003, 103, 100, 0, 71018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3533, 0, 0, 0, 6004, 102, 100, 0, 71019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3534, 0, 0, 0, 6004, 103, 100, 0, 71019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3535, 9003, 0, 0, 30000, 0, 100, 0, 600000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3536, 9003, 0, 0, 30000, 0, 100, 0, 600001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3537, 9003, 0, 0, 30000, 0, 100, 0, 600002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3538, 9003, 0, 0, 30000, 0, 100, 0, 600003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3539, 9003, 0, 0, 30000, 0, 100, 0, 600004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3540, 9003, 0, 0, 30001, 0, 100, 0, 600005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3541, 9003, 0, 0, 30001, 0, 100, 0, 600006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3542, 9003, 0, 0, 30001, 0, 100, 0, 600007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3543, 9003, 0, 0, 30002, 0, 100, 0, 600008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3544, 9003, 0, 0, 30002, 0, 100, 0, 600009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3545, 9003, 0, 0, 30002, 0, 100, 0, 600010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3546, 9003, 0, 0, 30003, 0, 100, 0, 600011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3547, 9003, 0, 0, 30003, 0, 100, 0, 600012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3548, 9003, 0, 0, 30003, 0, 100, 0, 600013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3549, 9003, 0, 0, 30004, 0, 100, 0, 600014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3550, 9003, 0, 0, 30004, 0, 100, 0, 600015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3551, 9003, 0, 0, 30004, 0, 100, 0, 600016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3552, 9003, 0, 0, 30004, 0, 100, 0, 600017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3553, 0, 0, 0, 20000, 48, 100, 0, 400000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3554, 0, 0, 0, 20000, 49, 100, 0, 400001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3555, 0, 0, 0, 20000, 50, 100, 0, 400002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3556, 0, 0, 0, 20000, 51, 100, 0, 400003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3557, 0, 0, 0, 20000, 52, 100, 0, 400004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3558, 0, 0, 0, 20000, 53, 100, 0, 400005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3559, 0, 0, 0, 20000, 54, 100, 0, 400006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3560, 0, 0, 0, 20000, 55, 100, 0, 400007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3561, 0, 0, 0, 20000, 56, 100, 0, 400008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3562, 0, 0, 0, 20000, 57, 100, 0, 400009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3563, 0, 0, 0, 20000, 58, 100, 0, 400010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3564, 0, 0, 0, 20000, 59, 100, 0, 400011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3565, 0, 0, 0, 21000, 11, 100, 0, 400012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3566, 0, 0, 0, 21000, 12, 100, 0, 400013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3567, 0, 0, 0, 20000, 60, 100, 0, 400014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3568, 1017, 101702, 0, 101, 101743, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3569, 1017, 101702, 0, 101, 101743, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3570, 1017, 101702, 0, 102, 101743, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3571, 1017, 101702, 0, 102, 101743, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3572, 1017, 101702, 0, 103, 101743, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3573, 1017, 101702, 0, 103, 101743, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3574, 1017, 101702, 0, 104, 101743, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3575, 1017, 101702, 0, 105, 101743, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3576, 1017, 101702, 0, 106, 101743, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3577, 1017, 101702, 0, 107, 101743, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3578, 1017, 101702, 0, 201, 101743, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3579, 1017, 101702, 0, 201, 101743, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3580, 1017, 101702, 0, 201, 101743, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3581, 1017, 101702, 0, 201, 101743, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3582, 1017, 101702, 0, 201, 101743, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3583, 1017, 101702, 0, 204, 101743, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3584, 1017, 101702, 0, 205, 101743, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3585, 1017, 101702, 0, 206, 101743, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3586, 1017, 101702, 0, 207, 101743, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3587, 1017, 101702, 0, 208, 101743, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3588, 1017, 101702, 0, 209, 101743, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3589, 1017, 101702, 0, 210, 101743, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3590, 1017, 101702, 0, 203, 101743, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3591, 1017, 101702, 0, 203, 101743, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3592, 1017, 101702, 0, 1001, 101743, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3593, 1017, 101702, 0, 1001, 101743, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3594, 1017, 101702, 0, 1001, 101743, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3595, 1017, 101702, 0, 1001, 101743, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3597, 1017, 101702, 3, 1002, 101743, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3598, 1017, 101702, 4, 1002, 101743, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3599, 1017, 101702, 5, 1002, 101743, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3600, 1017, 101702, 0, 1900, 101743, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3601, 1017, 101702, 0, 1901, 101743, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3602, 1017, 101702, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3603, 1017, 101702, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3604, 1017, 101702, 0, 5000, 101743, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3605, 1017, 101702, 0, 5001, 101743, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3606, 1017, 101702, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3607, 1017, 101702, 0, 9000, 101743, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3608, 1017, 101702, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3609, 1017, 101702, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3610, 1040, 104002, 0, 101, 104043, 100, 0, 90010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3611, 1040, 104002, 0, 101, 104043, 100, 0, 90011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3612, 1040, 104002, 0, 102, 104043, 100, 0, 90012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3613, 1040, 104002, 0, 102, 104043, 100, 0, 90013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3614, 1040, 104002, 0, 103, 104043, 100, 0, 90014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3615, 1040, 104002, 0, 103, 104043, 100, 0, 90015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3616, 1040, 104002, 0, 104, 104043, 100, 0, 90016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3617, 1040, 104002, 0, 105, 104043, 100, 0, 90017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3618, 1040, 104002, 0, 106, 104043, 100, 0, 90018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3619, 1040, 104002, 0, 107, 104043, 100, 0, 90019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3620, 1040, 104002, 0, 201, 104043, 100, 0, 91016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3621, 1040, 104002, 0, 201, 104043, 100, 0, 91017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3622, 1040, 104002, 0, 201, 104043, 100, 0, 91018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3623, 1040, 104002, 0, 201, 104043, 100, 0, 91019); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3624, 1040, 104002, 0, 201, 104043, 100, 0, 91020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3625, 1040, 104002, 0, 204, 104043, 100, 0, 91021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3626, 1040, 104002, 0, 205, 104043, 100, 0, 91022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3627, 1040, 104002, 0, 206, 104043, 100, 0, 91023); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3628, 1040, 104002, 0, 207, 104043, 100, 0, 91024); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3629, 1040, 104002, 0, 208, 104043, 100, 0, 91025); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3630, 1040, 104002, 0, 209, 104043, 100, 0, 91026); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3631, 1040, 104002, 0, 210, 104043, 100, 0, 91027); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3632, 1040, 104002, 0, 203, 104043, 100, 0, 91028); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3633, 1040, 104002, 0, 203, 104043, 100, 0, 91029); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3634, 1040, 104002, 0, 1001, 104043, 100, 0, 92015); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3635, 1040, 104002, 0, 1001, 104043, 100, 0, 92016); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3636, 1040, 104002, 0, 1001, 104043, 100, 0, 92017); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3637, 1040, 104002, 0, 1001, 104043, 100, 0, 92018); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3639, 1040, 104002, 3, 1002, 104043, 100, 0, 92020); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3640, 1040, 104002, 4, 1002, 104043, 100, 0, 92021); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3641, 1040, 104002, 5, 1002, 104043, 100, 0, 92022); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3642, 1040, 104002, 0, 1900, 104043, 100, 0, 93004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3643, 1040, 104002, 0, 1901, 104043, 100, 0, 93005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3644, 1040, 104002, 0, 1904, 1, 100, 0, 30006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3645, 1040, 104002, 0, 1904, 2, 100, 0, 30007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3646, 1040, 104002, 0, 5000, 104043, 100, 0, 95007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3647, 1040, 104002, 0, 5001, 104043, 100, 0, 95008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3648, 1040, 104002, 0, 8000, 0, 100, 0, 95009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3649, 1040, 104002, 0, 9000, 104043, 100, 0, 95010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3650, 1040, 104002, 0, 2102, 0, 100, 0, 40003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3651, 1040, 104002, 0, 2101, 0, 100, 0, 40004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3652, 0, 0, 0, 20000, 61, 100, 0, 400000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3653, 0, 0, 0, 20000, 62, 100, 0, 400001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3654, 0, 0, 0, 20000, 63, 100, 0, 400002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3655, 0, 0, 0, 20000, 64, 100, 0, 400003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3656, 0, 0, 0, 20000, 65, 100, 0, 400004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3657, 0, 0, 0, 20000, 66, 100, 0, 400005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3658, 0, 0, 0, 20000, 67, 100, 0, 400006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3659, 0, 0, 0, 20000, 68, 100, 0, 400007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3660, 0, 0, 0, 20000, 69, 100, 0, 400008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3661, 0, 0, 0, 20000, 70, 100, 0, 400009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3662, 0, 0, 0, 20000, 71, 100, 0, 400010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3663, 0, 0, 0, 20000, 72, 100, 0, 400011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3664, 0, 0, 0, 21000, 13, 100, 0, 400012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3665, 0, 0, 0, 21000, 14, 100, 0, 400013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3666, 0, 0, 0, 20000, 73, 100, 0, 400014); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3667, 1059, 105901, 0, 1900, 0, 100, 0, 93001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3668, 1059, 105901, 0, 1901, 0, 100, 0, 93003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3669, 0, 0, 0, 202, 0, 100, 0, 10102); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3670, 0, 0, 0, 1003, 0, 100, 10, 20100); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3671, 0, 0, 0, 1003, 0, 100, 10, 20101); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3672, 0, 0, 0, 1006, 0, 100, 0, 20106); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3673, 0, 0, 0, 1007, 0, 100, 0, 20109); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3674, 0, 0, 0, 7000, 0, 100, 0, 70101); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3675, 0, 0, 0, 103, 0, 100, 0, 90105); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3676, 0, 0, 0, 201, 0, 100, 0, 91103); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3677, 0, 0, 0, 201, 0, 100, 0, 91104); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3678, 1059, 105901, 3, 1002, 0, 100, 0, 92105); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3679, 0, 0, 0, 20000, 74, 100, 0, 400000); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3680, 0, 0, 0, 20000, 75, 100, 0, 400001); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3681, 0, 0, 0, 20000, 76, 100, 0, 400002); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3682, 0, 0, 0, 20000, 77, 100, 0, 400003); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3683, 0, 0, 0, 20000, 79, 100, 0, 400004); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3684, 0, 0, 0, 20000, 78, 100, 0, 400005); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3685, 0, 0, 0, 20000, 80, 100, 0, 400006); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3686, 0, 0, 0, 20000, 81, 100, 0, 400007); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3687, 0, 0, 0, 20000, 82, 100, 0, 400008); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3688, 0, 0, 0, 20000, 83, 100, 0, 400009); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3689, 0, 0, 0, 20000, 84, 100, 0, 400010); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3690, 0, 0, 0, 20000, 85, 100, 0, 400011); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3691, 0, 0, 0, 21000, 15, 100, 0, 400012); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3692, 0, 0, 0, 21000, 16, 100, 0, 400013); INSERT INTO character_system_lottery (id, chara_id, card_id, card_rarity_id, trigger, param1, per, priority, sys_text_id) VALUES (3693, 0, 0, 0, 20000, 86, 100, 0, 400014); -- Table: character_system_text CREATE TABLE 'character_system_text' ('character_id' INTEGER NOT NULL, 'voice_id' INTEGER NOT NULL, 'text' TEXT NOT NULL, 'cue_sheet' TEXT NOT NULL, 'cue_id' INTEGER NOT NULL, 'motion_set' INTEGER NOT NULL, 'scene' INTEGER NOT NULL, 'use_gallery' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'lip_sync_data' TEXT NOT NULL, 'gender' INTEGER NOT NULL, 'motion_second_set' INTEGER NOT NULL, 'motion_second_start' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, PRIMARY KEY('character_id','voice_id')); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 11, 'Cygames', 'snd_voi_title_100100', 0, 0, 0, 1, 0, 'snd_voi_title_100100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_100100', 1, 0, 0, 1, 0, 'snd_voi_title_100100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10000, 'I''m gonna get stronger... together with all of my rivals!', 'snd_voi_home_100100', 0, 2009, 1, 1, 0, 'snd_voi_home_100100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10001, 'Our dream is for me to be the top Umamusume in all of Japan! Let''s make it come true together, Trainer!', 'snd_voi_home_100100', 1, 1001017, 1, 1, 0, 'snd_voi_home_100100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10002, 'Let''s go on another eating tour around the neighborhood sometime! ♪', 'snd_voi_home_100100', 2, 1001002, 1, 1, 0, 'snd_voi_home_100100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10003, 'Happy New Year! I''ll be careful not to over-indulge over the holiday!', 'snd_voi_home_100100', 3, 2002, 1, 1, 0, 'snd_voi_home_100100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10004, 'Happy Valentine''s Day! Here''s some chocolate as a token of my appreciation for everything!', 'snd_voi_home_100100', 4, 1001007, 1, 1, 0, 'snd_voi_home_100100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10005, 'I made the chocolates myself using my mom''s recipe! Hehe. You''ll accept them, won''t you?', 'snd_voi_home_100100', 5, 1001808, 1, 1, 0, 'snd_voi_home_100100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10006, 'It''s the perfect night for stargazing! I hope the skies are clear...', 'snd_voi_home_100100', 6, 8000, 1, 1, 0, 'snd_voi_home_100100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10007, 'I thought I smelled lots of candy, and now I know why... It''s Halloween! I''m all about tasty events!', 'snd_voi_home_100100', 7, 1001007, 1, 1, 0, 'snd_voi_home_100100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10008, 'I remember when Mommy Santa''s beard fell off... Hehehe!', 'snd_voi_home_100100', 8, 1001001, 1, 1, 0, 'snd_voi_home_100100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10009, 'Happy holidays! Wanna have some warm, milky stew together?', 'snd_voi_home_100100', 9, 1001007, 1, 1, 0, 'snd_voi_home_100100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10010, 'This year flew by in the blink of an eye! I hope I get even stronger next year!', 'snd_voi_home_100100', 10, 1001017, 1, 1, 0, 'snd_voi_home_100100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10011, 'Happy birthday! Wanna grab some cake from the cafeteria with me?', 'snd_voi_home_100100', 11, 8001, 1, 1, 0, 'snd_voi_home_100100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10012, 'Happy birthday! ♪ Hehe... Being able to celebrate with you like this makes me happy.', 'snd_voi_home_100100', 12, 1001007, 1, 1, 0, 'snd_voi_home_100100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10013, 'My mom and everyone else have been wishing me a happy birthday since this morning. Ahh, today is perfect already!', 'snd_voi_home_100100', 13, 1001002, 1, 1, 0, 'snd_voi_home_100100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10014, 'Thank you for celebrating with me! I''m going to continue getting stronger, so keep watching over me!', 'snd_voi_home_100100', 14, 2002, 1, 1, 0, 'snd_voi_home_100100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10015, 'Trainer! It looks like there''s a new notice!', 'snd_voi_home_100100', 15, 8000, 1, 1, 0, 'snd_voi_home_100100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10016, 'You''ve got a present! I wonder what''s inside? Ehehe!', 'snd_voi_home_100100', 16, 1001000, 1, 1, 0, 'snd_voi_home_100100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10017, 'Looks like you''ve completed some missions! All righty, I''ve gotta do my best too!', 'snd_voi_home_100100', 17, 2009, 1, 1, 0, 'snd_voi_home_100100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10018, 'Looks like an event is starting soon! I''m so excited!', 'snd_voi_home_100100', 18, 1001007, 1, 1, 0, 'snd_voi_home_100100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10019, 'An event''s going on?! Ooh! Let''s join in!', 'snd_voi_home_100100', 19, 1001000, 1, 1, 0, 'snd_voi_home_100100_0019', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20000, 'Phew... My body feels a little heavy.', 'snd_voi_training_100100', 0, 1001809, 2, 1, 0, 'snd_voi_training_100100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20001, 'Trainer! I''m sorry, but would it be okay for me to rest for a bit?', 'snd_voi_training_100100', 1, 1001811, 2, 1, 0, 'snd_voi_training_100100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20002, 'Oooh! I feel like I can do anything right now!', 'snd_voi_training_100100', 2, 1001017, 2, 1, 0, 'snd_voi_training_100100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20003, 'I wanna run so bad that I can''t sit still!', 'snd_voi_training_100100', 3, 1001002, 2, 1, 0, 'snd_voi_training_100100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20004, 'I think I''m feeling good!', 'snd_voi_training_100100', 4, 2009, 2, 1, 0, 'snd_voi_training_100100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20005, 'Trainer! What should we do next?!', 'snd_voi_training_100100', 5, 9, 2, 1, 0, 'snd_voi_training_100100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20006, 'All righty, I''m gonna train like there''s no tomorrow!', 'snd_voi_training_100100', 6, 1001017, 2, 1, 0, 'snd_voi_training_100100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20007, 'What''s on the program for today?', 'snd_voi_training_100100', 7, 1, 2, 1, 0, 'snd_voi_training_100100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20008, 'Hmm... I''m feeling a little out of it.', 'snd_voi_training_100100', 8, 1001811, 2, 1, 0, 'snd_voi_training_100100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20009, 'Sigh... Oh, sorry. I''m kinda low on energy...', 'snd_voi_training_100100', 9, 1001812, 2, 1, 0, 'snd_voi_training_100100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20010, 'Ack, my body feels so weak...', 'snd_voi_training_100100', 10, 8007, 2, 1, 0, 'snd_voi_training_100100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20011, 'I''ve only got bad thoughts on my mind... Siiiiigh...', 'snd_voi_training_100100', 11, 1001809, 2, 1, 0, 'snd_voi_training_100100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20021, 'Oh, I''m running in another race? I''ve done a few in a row now... But that''s okay! I''ll do my best!', 'snd_voi_training_100100', 12, 7, 2, 1, 0, 'snd_voi_training_100100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20022, 'U-um... Could I rest this time instead of racing?', 'snd_voi_training_100100', 13, 5007, 2, 1, 0, 'snd_voi_training_100100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20023, 'I''m really itching to race! I just know I can give it my all right now!', 'snd_voi_training_100100', 14, 1001002, 2, 1, 0, 'snd_voi_training_100100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20024, 'I''m perfectly prepared! All that''s left is to win the race!', 'snd_voi_training_100100', 15, 2009, 2, 1, 0, 'snd_voi_training_100100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20025, 'I''m gonna run as fast as I can toward my dream to be the best in Japan!', 'snd_voi_training_100100', 16, 1001017, 2, 1, 0, 'snd_voi_training_100100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20026, 'Yeah, I feel pretty good! I''m gonna do my best to reach my goals!', 'snd_voi_training_100100', 17, 2, 2, 1, 0, 'snd_voi_training_100100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20027, 'Hehe, my body feels so light! I think I can give more effort than usual!', 'snd_voi_training_100100', 18, 1001007, 2, 1, 0, 'snd_voi_training_100100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20028, 'This is an important race, and I feel ready to take it on!', 'snd_voi_training_100100', 19, 9, 2, 1, 0, 'snd_voi_training_100100_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20029, 'It''s finally race time. I''ll aim for first the best I can!', 'snd_voi_training_100100', 20, 2009, 2, 1, 0, 'snd_voi_training_100100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20030, 'I''m gonna stay calm and do my best to draw out my strength like always!', 'snd_voi_training_100100', 21, 1001001, 2, 1, 0, 'snd_voi_training_100100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20031, 'I-I''m starting to get nervous... Deep breaths, deep breaths!', 'snd_voi_training_100100', 22, 1001811, 2, 1, 0, 'snd_voi_training_100100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20032, 'It''s okay! I''m fine! I-in any case, I''ll just run my heart out!', 'snd_voi_training_100100', 23, 1001812, 2, 1, 0, 'snd_voi_training_100100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20033, 'I''m not fired up enough! Could you slap me on the back?!', 'snd_voi_training_100100', 24, 7, 2, 1, 0, 'snd_voi_training_100100_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20034, 'I don''t have time to be worrying right now. I''ve gotta do my best!', 'snd_voi_training_100100', 25, 3, 2, 1, 0, 'snd_voi_training_100100_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20035, 'Everyone looks so strong... But I''ll do what I can!', 'snd_voi_training_100100', 26, 5005, 2, 1, 0, 'snd_voi_training_100100_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20036, 'I wish I''d prepared better. A-anyway, off I go!', 'snd_voi_training_100100', 27, 7, 2, 1, 0, 'snd_voi_training_100100_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20037, 'I don''t know if I can win... No! I can''t start doubting myself!', 'snd_voi_training_100100', 28, 1001809, 2, 1, 0, 'snd_voi_training_100100_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20038, 'Time to get started!', 'snd_voi_training_100100', 29, 0, 2, 1, 0, 'snd_voi_training_100100_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20039, 'I''ll do my best!', 'snd_voi_training_100100', 30, 0, 2, 1, 0, 'snd_voi_training_100100_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20040, 'Here I go!', 'snd_voi_training_100100', 31, 0, 2, 1, 0, 'snd_voi_training_100100_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20041, 'Focus, focus!', 'snd_voi_training_100100', 32, 0, 2, 1, 0, 'snd_voi_training_100100_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20042, 'Huh?', 'snd_voi_training_100100', 33, 0, 2, 1, 0, 'snd_voi_training_100100_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20043, 'Oh no...', 'snd_voi_training_100100', 34, 0, 2, 1, 0, 'snd_voi_training_100100_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20046, 'I''m looking forward to this!', 'snd_voi_training_100100', 37, 0, 2, 1, 0, 'snd_voi_training_100100_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20047, 'The sea!', 'snd_voi_training_100100', 38, 0, 2, 1, 0, 'snd_voi_training_100100_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20049, 'I''ve managed to grow and improve thanks to you, Trainer!', 'snd_voi_training_100100', 63, 0, 2, 1, 0, 'snd_voi_training_100100_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20050, 'Thank you so much, Trainer!', 'snd_voi_training_100100', 64, 0, 2, 1, 0, 'snd_voi_training_100100_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 30000, 'I missed out on first place, but I''m still happy!', 'snd_voi_race_100100', 0, 0, 3, 1, 0, 'snd_voi_race_100100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 30001, 'So close to getting first... I''ve gotta do even better!', 'snd_voi_race_100100', 1, 0, 3, 1, 0, 'snd_voi_race_100100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 30002, 'I want to run even better next time!', 'snd_voi_race_100100', 2, 0, 3, 1, 0, 'snd_voi_race_100100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 30003, 'Aww, I messed up!', 'snd_voi_race_100100', 3, 0, 3, 1, 0, 'snd_voi_race_100100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 60000, 'Smile, smile! Gah, it''s already time?!', 'snd_voi_live_100100', 0, 0, 4, 1, 0, 'snd_voi_live_100100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 60001, 'Inhale, exhale... O-off I go!', 'snd_voi_live_100100', 1, 0, 4, 1, 0, 'snd_voi_live_100100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70001, 'I finally understand what it means to become the top Umamusume in all of Japan!', 'snd_voi_outgame_100100', 1, 1001003, 7, 1, 0, 'snd_voi_outgame_100100_0001', 0, 8001, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90000, 'Good morning! Let''s have another great day, Trainer!', 'snd_voi_home_100101', 0, 1001001, 1, 1, 0, 'snd_voi_home_100101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90001, 'I''m gonna give it my all again at training today to be the top Umamusume in all of Japan!', 'snd_voi_home_100101', 1, 2009, 1, 1, 0, 'snd_voi_home_100101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90002, 'Hi, Trainer! Let''s keep up the great work this afternoon too.', 'snd_voi_home_100101', 2, 8002, 1, 1, 0, 'snd_voi_home_100101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90003, 'I''ve been waiting for you! I ate a whole lot at lunch, so I''m ready for some exercise!', 'snd_voi_home_100101', 3, 1001000, 1, 1, 0, 'snd_voi_home_100101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90004, 'Yaaaaawn... Wha?! I-I wasn''t asleep! Definitely not!', 'snd_voi_home_100101', 4, 1001816, 1, 1, 0, 'snd_voi_home_100101_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90005, 'Another great day today. I think I''ll start getting ready for bed soon.', 'snd_voi_home_100101', 5, 8000, 1, 1, 0, 'snd_voi_home_100101_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90006, 'It''s been getting warmer lately! I might take a walk a little further out on my next day off.', 'snd_voi_home_100101', 6, 1001007, 1, 1, 0, 'snd_voi_home_100101_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90007, 'Gah, today''s another hot day. Gotta be careful not to eat too much ice cream!', 'snd_voi_home_100101', 7, 1001811, 1, 1, 0, 'snd_voi_home_100101_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90008, 'Oh, Trainer! I found a baked sweet potato stand just now! We''ve gotta go and eat there sometime!', 'snd_voi_home_100101', 8, 1001018, 1, 1, 0, 'snd_voi_home_100101_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90009, 'Trainer! I got some heat packs from a friend. Would you like one?', 'snd_voi_home_100101', 9, 8000, 1, 1, 0, 'snd_voi_home_100101_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91000, 'I got to speak to Maruzen just now! She really is so lovely!', 'snd_voi_home_100101', 10, 1001002, 1, 1, 0, 'snd_voi_home_100101_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91001, 'My mom sent me a whole bunch of vegetables! I''ll share some with you next time.', 'snd_voi_home_100101', 11, 2001, 1, 1, 0, 'snd_voi_home_100101_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91002, 'Yaaawn... I got carried away chatting to Suzuka until late last night. Ehehe, it was so much fun.', 'snd_voi_home_100101', 12, 1001814, 1, 1, 0, 'snd_voi_home_100101_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91003, 'When I find something tasty, I can''t help but eat a whole lot! Ehehe...', 'snd_voi_home_100101', 13, 1001813, 1, 1, 0, 'snd_voi_home_100101_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91004, 'Tracen Academy sure is huge. I feel like if I take a wrong turn, I might go missing for days!', 'snd_voi_home_100101', 14, 1001016, 1, 1, 0, 'snd_voi_home_100101_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91005, 'A younger student told me that she''s a fan of mine just now! Wow, I guess these things really do happen!', 'snd_voi_home_100101', 15, 1001011, 1, 1, 0, 'snd_voi_home_100101_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91006, 'My body feels lighter when I wear these clothes... So much so that I could almost run all the way to Hokkaido!', 'snd_voi_home_100101', 16, 1001018, 1, 1, 0, 'snd_voi_home_100101_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91007, 'I want to keep running until this outfit becomes famous as the mark of Japan''s best Umamusume!', 'snd_voi_home_100101', 17, 1001017, 1, 1, 0, 'snd_voi_home_100101_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91008, 'I sent my mom a photo of my signature racewear and she called me right away! Hehe, she was bawling her eyes out.', 'snd_voi_home_100101', 18, 1001813, 1, 1, 0, 'snd_voi_home_100101_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91009, 'I did some training with El and the others this morning! Ehehe, it felt great!', 'snd_voi_home_100101', 19, 1001018, 1, 1, 0, 'snd_voi_home_100101_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91010, 'Ack, I failed the quiz in class this morning! I''ve gotta get Grass to teach me again.', 'snd_voi_home_100101', 20, 1001811, 1, 1, 0, 'snd_voi_home_100101_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91011, 'Why do I get such intense sweet cravings at night? Gah! Carrots are dancing around inside of my head!', 'snd_voi_home_100101', 21, 1001812, 1, 1, 0, 'snd_voi_home_100101_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91012, 'A-achoo! Huhhh? Why am I sneezing so much lately?', 'snd_voi_home_100101', 22, 1001800, 1, 1, 0, 'snd_voi_home_100101_0022', 0, 7, 1600, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91013, 'Sniff, sniff... Hm? Do I smell rain? Merciful rain that will cool the heat!', 'snd_voi_home_100101', 23, 8010, 1, 1, 0, 'snd_voi_home_100101_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91014, 'Fall always gets me feeling kind of melancholy. I wonder if my mom is doing okay...', 'snd_voi_home_100101', 24, 0, 1, 1, 0, 'snd_voi_home_100101_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91015, 'Brr. I''m not gonna be defeated by winter on the mainland! Or at least, that''s what I thought. But when it''s cold, it''s c-cold!', 'snd_voi_home_100101', 25, 1001809, 1, 1, 0, 'snd_voi_home_100101_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92000, 'What should we do today? I''ll do my best at anything!', 'snd_voi_training_100101', 0, 1001002, 2, 1, 0, 'snd_voi_training_100101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92001, 'All righty, time t''do this!', 'snd_voi_training_100101', 1, 2009, 2, 1, 0, 'snd_voi_training_100101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92002, 'Shoes? Check! Stretches? Check! I''m ready whenever!', 'snd_voi_training_100101', 2, 1001001, 2, 1, 0, 'snd_voi_training_100101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92003, 'Trainer! Instructions, please!', 'snd_voi_training_100101', 3, 8001, 2, 1, 0, 'snd_voi_training_100101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92011, 'I wanna train as much as I can in preparation for the race! Let''s do this!', 'snd_voi_training_100101', 4, 1001017, 2, 1, 0, 'snd_voi_training_100101_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92005, 'I can''t wait to show my mom how strong I''ve become!', 'snd_voi_training_100101', 5, 2001, 2, 1, 0, 'snd_voi_training_100101_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92006, 'All the other Umamusume are so fast, but I won''t lose to them!', 'snd_voi_training_100101', 6, 2009, 2, 1, 0, 'snd_voi_training_100101_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92007, 'I''m still on my way to realizing my dream! Please give me guidance so that I can train and get stronger!', 'snd_voi_training_100101', 7, 1001017, 2, 1, 0, 'snd_voi_training_100101_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 93000, 'Are you proud of me, Trainer?', 'snd_voi_training_100101', 8, 0, 2, 1, 0, 'snd_voi_training_100101_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 93001, 'Now I can report back to my mom with pride!', 'snd_voi_training_100101', 9, 0, 2, 1, 0, 'snd_voi_training_100101_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95000, 'Ooh, I feel power brewing up inside of me!', 'snd_voi_outgame_100101', 0, 2001, 7, 1, 0, 'snd_voi_outgame_100101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95001, 'Ooh, I feel like I''m getting stronger!', 'snd_voi_outgame_100101', 1, 2001, 7, 1, 0, 'snd_voi_outgame_100101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95003, 'Here I am! Special Week!', 'snd_voi_outgame_100101', 3, 2001, 7, 1, 0, 'snd_voi_outgame_100101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95004, 'I wanna be the best I can be! Which means... I''ve gotta win!', 'snd_voi_gacha_100101', 0, 0, 7, 1, 0, 'snd_voi_gacha_100101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1008, 'Everyone, let''s do this!', 'snd_voi_teamst_st_100100_0000', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_100100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1009, 'Let''s give it all we''ve got, Suzuka!', 'snd_voi_teamst_st_100100_1002', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_100100_1002_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1010, 'I can''t believe I''m with you, Maruzen!', 'snd_voi_teamst_st_100100_1004', 0, 1001007, 8, 1, 0, 'snd_voi_teamst_st_100100_1004_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1011, 'Yeah!', 'snd_voi_teamst_st_100200_1001', 1, 2009, 8, 1, 0, 'snd_voi_teamst_st_100200_1001_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1000, 'We''re definitely gonna win!', 'snd_voi_teamst_100100', 0, 990021, 8, 1, 0, 'snd_voi_teamst_100100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1001, 'Ehehe, we won!', 'snd_voi_teamst_100100', 1, 0, 8, 1, 0, 'snd_voi_teamst_100100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1003, 'It was an even match!', 'snd_voi_teamst_100100', 2, 0, 8, 1, 0, 'snd_voi_teamst_100100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1002, 'We lost...', 'snd_voi_teamst_100100', 3, 0, 8, 1, 0, 'snd_voi_teamst_100100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1004, 'We won!', 'snd_voi_teamst_100100', 4, 1001002, 8, 1, 0, 'snd_voi_teamst_100100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1007, 'A new high score!', 'snd_voi_teamst_100100', 5, 4001, 8, 1, 0, 'snd_voi_teamst_100100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1006, 'It was an even match!', 'snd_voi_teamst_100100', 2, 1001001, 8, 1, 0, 'snd_voi_teamst_100100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 1005, 'We lost...', 'snd_voi_teamst_100100', 3, 1001016, 8, 1, 0, 'snd_voi_teamst_100100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 40000, 'I''m going to race toward my dream!', 'snd_voi_race_100101', 2, 0, 3, 1, 0, 'snd_voi_race_100101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 40001, 'Oh, wow... All righty! Watch me, Mom!', 'snd_voi_race_100101', 3, 0, 3, 1, 0, 'snd_voi_race_100101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 30004, 'Wow! Yay! I''m number one!', 'snd_voi_race_100101', 0, 0, 3, 1, 0, 'snd_voi_race_100101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 30005, 'Gosh, thank you! I''ll do my best next time, too!', 'snd_voi_race_100100', 8, 0, 3, 1, 0, 'snd_voi_race_100100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 31000, 'Here I go!', 'snd_voi_race_100100', 9, 0, 3, 1, 0, 'snd_voi_race_100100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 13, 'Here''s today''s login bonus!', 'snd_voi_title_100100', 4, 2009, 1, 1, 0, 'snd_voi_title_100100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 15, 'This is up for grabs tomorrow!', 'snd_voi_title_100100', 5, 8002, 1, 1, 0, 'snd_voi_title_100100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 110000, 'I''m all ready to train.', 'snd_voi_home_100100', 21, 0, 1, 1, 0, 'snd_voi_home_100100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 110001, 'These stories are so intriguing!', 'snd_voi_home_100100', 22, 0, 1, 1, 0, 'snd_voi_home_100100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 110002, 'Are we going to enter a race?', 'snd_voi_home_100100', 23, 0, 1, 1, 0, 'snd_voi_home_100100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 10021, 'Looks like your Umamusume Archive level has gone up.', 'snd_voi_home_100100', 24, 8001, 1, 1, 0, 'snd_voi_home_100100_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 20051, 'Let''s give it our all together!', 'snd_voi_training_100100', 65, 0, 2, 1, 0, 'snd_voi_training_100100_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70000, 'I''m gonna become the top Umamusume in all of Japan with you, Trainer!', 'snd_voi_outgame_100100', 3, 1001017, 7, 1, 0, 'snd_voi_outgame_100100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95005, 'You can count on me even more now!', 'snd_voi_outgame_100100', 4, 0, 7, 1, 0, 'snd_voi_outgame_100100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95006, 'I can still be of even more help to others!', 'snd_voi_outgame_100100', 5, 0, 7, 1, 0, 'snd_voi_outgame_100100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 120000, 'Wow, I''m overflowing with power!', 'snd_voi_outgame_100100', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_100100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70004, 'I''ve always dreamed of wearing the academy uniform!', 'snd_voi_outgame_100100', 16, 1001007, 7, 1, 0, 'snd_voi_outgame_100100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70010, 'Ehehe. Do I look like a city Umamusume?', 'snd_voi_outgame_100100', 17, 8002, 7, 1, 0, 'snd_voi_outgame_100100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70008, 'Ehehe. Does it look good on me?', 'snd_voi_outgame_100100', 20, 1001813, 7, 1, 0, 'snd_voi_outgame_100100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70014, 'These clothes are totally cute!', 'snd_voi_outgame_100100', 21, 1001002, 7, 1, 0, 'snd_voi_outgame_100100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70009, 'I''m Special Week, the top Umamusume in all of Japan! Ehehe!', 'snd_voi_outgame_100100', 22, 1001008, 7, 1, 0, 'snd_voi_outgame_100100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70015, 'What do you think? Can I become the most popular around?', 'snd_voi_outgame_100100', 23, 1001017, 7, 1, 0, 'snd_voi_outgame_100100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140000, 'You can do it!', 'snd_voi_minigame_100100', 0, 1001017, 9, 1, 0, 'snd_voi_minigame_100100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140001, 'Yay! You did it!', 'snd_voi_minigame_100100', 1, 1001002, 9, 1, 0, 'snd_voi_minigame_100100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140002, 'No way...', 'snd_voi_minigame_100100', 2, 1001016, 9, 1, 0, 'snd_voi_minigame_100100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140003, 'You got so many!', 'snd_voi_minigame_100100', 3, 971001, 9, 1, 0, 'snd_voi_minigame_100100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140004, 'Got it fair and square!', 'snd_voi_minigame_100100', 4, 972001, 9, 1, 0, 'snd_voi_minigame_100100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140005, 'You couldn''t get any at all...', 'snd_voi_minigame_100100', 5, 1001810, 9, 1, 0, 'snd_voi_minigame_100100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140006, 'You got so many!', 'snd_voi_minigame_100100', 3, 974001, 9, 1, 0, 'snd_voi_minigame_100100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140007, 'Got it fair and square!', 'snd_voi_minigame_100100', 4, 973001, 9, 1, 0, 'snd_voi_minigame_100100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140008, 'Hmm-hm-hmm! ♪', 'snd_voi_minigame_100100', 6, 1001002, 9, 1, 0, 'snd_voi_minigame_100100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140009, 'Ehehe...', 'snd_voi_minigame_100100', 7, 1001007, 9, 1, 0, 'snd_voi_minigame_100100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140010, 'Hehe.', 'snd_voi_minigame_100100', 8, 1001801, 9, 1, 0, 'snd_voi_minigame_100100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140011, 'Wow!', 'snd_voi_minigame_100100', 9, 1001802, 9, 1, 0, 'snd_voi_minigame_100100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140014, 'Ahh! Aww...', 'snd_voi_minigame_100100', 10, 1001803, 9, 1, 0, 'snd_voi_minigame_100100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140015, 'Hehe!', 'snd_voi_minigame_100100', 11, 1001815, 9, 1, 0, 'snd_voi_minigame_100100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140016, 'Whenever you''re ready!', 'snd_voi_minigame_100100', 12, 1001007, 9, 1, 0, 'snd_voi_minigame_100100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140012, 'Yaaaay!', 'snd_voi_minigame_100100', 13, 1001008, 9, 1, 0, 'snd_voi_minigame_100100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140013, 'Wah!', 'snd_voi_minigame_100100', 14, 1001805, 9, 1, 0, 'snd_voi_minigame_100100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140017, 'Sigh...', 'snd_voi_minigame_100100', 15, 1001806, 9, 1, 0, 'snd_voi_minigame_100100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 140018, 'Urghhh!', 'snd_voi_minigame_100100', 16, 1001807, 9, 1, 0, 'snd_voi_minigame_100100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71004, 'I''ve always dreamed of wearing the academy uniform!', 'snd_voi_outgame_100100', 16, 18, 7, 0, 0, 'snd_voi_outgame_100100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71010, 'Ehehe. Do I look like a city Umamusume?', 'snd_voi_outgame_100100', 17, 48, 7, 0, 0, 'snd_voi_outgame_100100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71008, 'Ehehe. Does it look good on me?', 'snd_voi_outgame_100100', 20, 43, 7, 0, 0, 'snd_voi_outgame_100100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71014, 'These clothes are totally cute!', 'snd_voi_outgame_100100', 21, 148, 7, 0, 0, 'snd_voi_outgame_100100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71009, 'I''m Special Week, the top Umamusume in all of Japan! Ehehe!', 'snd_voi_outgame_100100', 22, 23, 7, 0, 0, 'snd_voi_outgame_100100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71015, 'What do you think? Can I become the most popular around?', 'snd_voi_outgame_100100', 23, 48, 7, 0, 0, 'snd_voi_outgame_100100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400000, 'The exam to transfer here was really difficult! I still can''t believe I managed to pass...', 'snd_voi_event_090001', 0, 8001, 7, 1, 0, 'snd_voi_event_090001_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400001, 'This is my first time being surrounded by other Umamusume and living with others my age... So many firsts for me!', 'snd_voi_event_090001', 1, 4001, 7, 1, 0, 'snd_voi_event_090001_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400002, 'I''ve already got favorite dishes at the dorm''s cafeteria. Ehehe! ♪', 'snd_voi_event_090001', 2, 1001008, 7, 1, 0, 'snd_voi_event_090001_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400003, 'Oh, right! I should write a letter to my mom... Wait no, it''s too soon. She''d probably scold me for not focusing on getting used to school first...', 'snd_voi_event_090001', 3, 1001011, 7, 1, 0, 'snd_voi_event_090001_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400004, 'Both Grass and El do amazing in the scrimmages. They''re both so talented...', 'snd_voi_event_090001', 4, 1001009, 7, 1, 0, 'snd_voi_event_090001_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400005, 'I wonder if Suzuka sometimes wishes she had her own room for some peace and quiet...', 'snd_voi_event_090001', 5, 1001013, 7, 1, 0, 'snd_voi_event_090001_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400006, 'All righty. Eat well, sleep well, and then...', 'snd_voi_event_090001', 6, 2009, 7, 1, 0, 'snd_voi_event_090001_0006', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400007, 'Teio''s so small, cheerful, and full of energy, but also so cool.', 'snd_voi_event_090001', 7, 1001002, 7, 1, 0, 'snd_voi_event_090001_0007', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400008, 'Mom, I feel like I can write you a letter with pride real soon!', 'snd_voi_event_090001', 8, 1001017, 7, 1, 0, 'snd_voi_event_090001_0008', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400009, 'That''s right, it''s almost time for tryouts! I wonder what kind of trainer I''ll meet?', 'snd_voi_event_090001', 9, 1001001, 7, 1, 0, 'snd_voi_event_090001_0009', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400010, 'I''m hanging out with Suzuka on our next day off. Uh-oh, where should we go?!', 'snd_voi_event_090001', 10, 1001015, 7, 1, 0, 'snd_voi_event_090001_0010', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400011, 'El and Grass invited me to some after-school training. ...All righty, I''m gonna do my best!', 'snd_voi_event_090001', 11, 1001002, 7, 1, 0, 'snd_voi_event_090001_0011', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400014, 'The event''s over, but my race toward my dream has only just begun!', 'snd_voi_event_090001', 14, 1001002, 7, 1, 0, 'snd_voi_event_090001_0014', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 2030, 'We''re definitely gonna win!', 'snd_voi_teamst_100100', 0, 990021, 10, 1, 0, 'snd_voi_teamst_100100_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 2031, 'Everyone, let''s do this!', 'snd_voi_teamst_st_100100_0000', 0, 2009, 10, 1, 0, 'snd_voi_teamst_st_100100_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 2032, 'Thank you so much, Trainer!', 'snd_voi_training_100100', 64, 2002, 10, 1, 0, 'snd_voi_training_100100_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 2033, 'This is an important race, and I feel ready to take it on!', 'snd_voi_training_100100', 19, 9, 10, 1, 0, 'snd_voi_training_100100_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 2034, 'I''m gonna run as fast as I can toward my dream to be the best in Japan!', 'snd_voi_training_100100', 16, 1001017, 10, 1, 0, 'snd_voi_training_100100_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 2035, 'Thank you so much, Trainer!', 'snd_voi_training_100100', 64, 2002, 10, 0, 0, 'snd_voi_training_100100_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410000, 'Here I go!', 'snd_voi_roulette_100100', 0, 0, 7, 1, 0, 'snd_voi_roulette_100100_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410001, 'Yaaaay!', 'snd_voi_roulette_100100', 1, 400008, 7, 1, 0, 'snd_voi_roulette_100100_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410002, 'All righty!', 'snd_voi_roulette_100100', 2, 400009, 7, 1, 0, 'snd_voi_roulette_100100_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410003, 'All righty!', 'snd_voi_roulette_100100', 2, 400009, 7, 0, 0, 'snd_voi_roulette_100100_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410004, 'Hehe.', 'snd_voi_roulette_100100', 3, 400010, 7, 1, 0, 'snd_voi_roulette_100100_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410005, 'Hehe.', 'snd_voi_roulette_100100', 3, 400010, 7, 0, 0, 'snd_voi_roulette_100100_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410006, 'Ahaha...', 'snd_voi_roulette_100100', 4, 400011, 7, 1, 0, 'snd_voi_roulette_100100_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410007, 'Ahaha...', 'snd_voi_roulette_100100', 4, 400011, 7, 0, 0, 'snd_voi_roulette_100100_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 410008, 'Ahaha...', 'snd_voi_roulette_100100', 4, 400011, 7, 0, 0, 'snd_voi_roulette_100100_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 81000, 'I''m looking forward to the race! I''ll take it on with everything I''ve got!', 'snd_voi_outgame_100100', 13, 2009, 7, 1, 0, 'snd_voi_outgame_100100_0013', 0, 0, 0, 1615809600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 81001, 'It''s my dream to become the best in all of Japan! I won''t let anyone else be victorious!', 'snd_voi_outgame_100100', 14, 1001017, 7, 1, 0, 'snd_voi_outgame_100100_0014', 0, 0, 0, 1615809600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90010, 'Good morning! Mmm! Feeling the morning breeze run across my body feels amazing!', 'snd_voi_home_100102', 0, 1001002, 1, 1, 0, 'snd_voi_home_100102_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90011, 'It feels so good to swim in the morning! ♪ That''s not really something you can do in Hokkaido!', 'snd_voi_home_100102', 1, 1001001, 1, 1, 0, 'snd_voi_home_100102_0001', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90012, 'Hi, Trainer! Is it okay to swim after eating? I ate a bit too much at lunch...', 'snd_voi_home_100102', 2, 8001, 1, 1, 0, 'snd_voi_home_100102_0002', 0, 1001012, 2000, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90013, 'There''s still half a day to go! I''m gonna do a turn and keep on swimming—I mean, keep doing my best until the day''s done! ♪', 'snd_voi_home_100102', 3, 1001008, 1, 1, 0, 'snd_voi_home_100102_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90014, 'You should splay out and float in the pool when you''re tired from work! Getting to relax feels incredible!', 'snd_voi_home_100102', 4, 1001000, 1, 1, 0, 'snd_voi_home_100102_0004', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90015, 'Good evening! The nights are so chilly. Stay warm and be careful not to catch a... Achoo!', 'snd_voi_home_100102', 5, 8001, 1, 1, 0, 'snd_voi_home_100102_0005', 0, 1001800, 7000, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90016, 'Spring is the season of new beginnings! Want to go for a swim together? Huh? That''s normally a summer thing?', 'snd_voi_home_100102', 6, 1001000, 1, 1, 0, 'snd_voi_home_100102_0006', 0, 1001016, 4800, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90017, 'Swimsuit season is here! I''ll show you an extra special version of myself that you normally don''t see!', 'snd_voi_home_100102', 7, 1001017, 1, 1, 0, 'snd_voi_home_100102_0007', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90018, 'My tummy looks fine, right? I only ate three baked sweet potatoes, so I''m sure I''m fine... It''s totally fine.', 'snd_voi_home_100102', 8, 1001010, 1, 1, 0, 'snd_voi_home_100102_0008', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 90019, 'Winter means swimming in the cold! But... that''s a bit much for me, so I''ll smash out a run in the cold!', 'snd_voi_home_100102', 9, 8001, 1, 1, 0, 'snd_voi_home_100102_0009', 0, 1001017, 5300, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91016, 'Suzuka''s fast at running and swimming... I''ve gotta do my best to catch up to her in both!', 'snd_voi_home_100102', 10, 8001, 1, 1, 0, 'snd_voi_home_100102_0010', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91017, 'El keeps challenging me to pro-wrestling matches, but this isn''t a wrestling outfit!', 'snd_voi_home_100102', 11, 1001009, 1, 1, 0, 'snd_voi_home_100102_0011', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91018, 'I''m going to have Maruzen train me to dance! Who''s gonna be number one on the dancing stage? Me!', 'snd_voi_home_100102', 12, 1001002, 1, 1, 0, 'snd_voi_home_100102_0012', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91019, 'Ack, I''ve gotta be careful... If I let my guard down, Sei tickles my back!', 'snd_voi_home_100102', 13, 1001016, 1, 1, 0, 'snd_voi_home_100102_0013', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91020, 'When I sent my mom a photo of me in a swimsuit, she started sending me less carrots...', 'snd_voi_home_100102', 14, 1001006, 1, 1, 0, 'snd_voi_home_100102_0014', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91028, 'I''m always at full power, wherever, whenever! Let''s run, swim, and have a blast! ♪', 'snd_voi_home_100102', 15, 1001017, 1, 1, 0, 'snd_voi_home_100102_0015', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91029, 'Just wearing this has already put me in a summer vacation mood! Now I can relax like I''m at a resort.', 'snd_voi_home_100102', 16, 1001000, 1, 1, 0, 'snd_voi_home_100102_0016', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91021, 'Going for a swim first thing in the morning really wakes you up! You should try it sometime too!', 'snd_voi_home_100102', 17, 1001007, 1, 1, 0, 'snd_voi_home_100102_0017', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91022, 'The sun is so bright! I''ve gotta put on some sunscreen or I''ll get burned to a crisp.', 'snd_voi_home_100102', 18, 2, 1, 1, 0, 'snd_voi_home_100102_0018', 0, 1001011, 2400, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91023, 'You''re worried about my stomach getting cold? Never fear! I''ve got the belly wrap my mom gave me!', 'snd_voi_home_100102', 19, 8010, 1, 1, 0, 'snd_voi_home_100102_0019', 0, 1001000, 3200, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91024, 'Admiring the cherry blossoms while I swim... It''s still training, so I think it''s a great idea!', 'snd_voi_home_100102', 20, 1001007, 1, 1, 0, 'snd_voi_home_100102_0020', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91025, 'Swimming, fireworks, and a summer festival! Let''s do it all and have a summer with no regrets! ♪', 'snd_voi_home_100102', 21, 1001002, 1, 1, 0, 'snd_voi_home_100102_0021', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91026, 'Dango, sweet potato, and pumpkin pudding... No, I need to fight the urge! Especially in this outfit...', 'snd_voi_home_100102', 22, 1001009, 1, 1, 0, 'snd_voi_home_100102_0022', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 91027, 'I thought I was used to it, but this outfit really does feel... Achoo! It''s a little cold...', 'snd_voi_home_100102', 23, 1001009, 1, 1, 0, 'snd_voi_home_100102_0023', 0, 1001005, 5400, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92015, 'I''m going to dive right in!', 'snd_voi_training_100102', 0, 1001017, 2, 1, 0, 'snd_voi_training_100102_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92016, 'I''ll show you some new-and-improved agility! ♪', 'snd_voi_training_100102', 1, 1001000, 2, 1, 0, 'snd_voi_training_100102_0001', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92017, 'I''ll outshine the sun at training today!', 'snd_voi_training_100102', 2, 1001017, 2, 1, 0, 'snd_voi_training_100102_0002', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92018, 'Let''s go, go! ♪', 'snd_voi_training_100102', 3, 1001002, 2, 1, 0, 'snd_voi_training_100102_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92020, 'My body feels so light—like I can do anything! ♪', 'snd_voi_training_100102', 5, 1001007, 2, 1, 0, 'snd_voi_training_100102_0005', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92021, 'No matter how hot I get, I can cool down in a flash by jumping into the pool!', 'snd_voi_training_100102', 6, 1001000, 2, 1, 0, 'snd_voi_training_100102_0006', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 92022, 'I''ll overcome any waves of tribulations that might come! Right now, I can even take on the raging waves of the Okhotsk Sea!', 'snd_voi_training_100102', 7, 1001002, 2, 1, 0, 'snd_voi_training_100102_0007', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 93004, 'Let''s continue to shine passionately like we always have! ♪', 'snd_voi_training_100102', 8, 0, 2, 1, 0, 'snd_voi_training_100102_0008', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 93005, 'I''ll never forget the memories we made!', 'snd_voi_training_100102', 9, 0, 2, 1, 0, 'snd_voi_training_100102_0009', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95007, 'I''m getting fired up!', 'snd_voi_outgame_100102', 0, 1001017, 7, 1, 0, 'snd_voi_outgame_100102_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95008, 'This outfit''s so easy to run in... And it''s cute to boot! ♪', 'snd_voi_outgame_100102', 1, 0, 7, 1, 0, 'snd_voi_outgame_100102_0001', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95010, 'I''m Special Week! I''ll shine like the summer sun! ♪', 'snd_voi_outgame_100102', 3, 1001002, 7, 1, 0, 'snd_voi_outgame_100102_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70016, 'I''ve never worn a swimsuit like this before, so it''s making me blush. Ehehe! ♪', 'snd_voi_outgame_100100', 24, 1001013, 7, 1, 0, 'snd_voi_outgame_100100_0024', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70017, 'It''s almost as if I can smell the sun just by looking at it! ♪', 'snd_voi_outgame_100100', 25, 1001001, 7, 1, 0, 'snd_voi_outgame_100100_0025', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71016, 'I''ve never worn a swimsuit like this before, so it''s making me blush. Ehehe! ♪', 'snd_voi_outgame_100100', 24, 18, 7, 0, 0, 'snd_voi_outgame_100100_0024', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71017, 'It''s almost as if I can smell the sun just by looking at it! ♪', 'snd_voi_outgame_100100', 25, 148, 7, 0, 0, 'snd_voi_outgame_100100_0025', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 95009, 'Let''s make this a summer to remember! ♪', 'snd_voi_gacha_100102', 0, 0, 7, 1, 0, 'snd_voi_gacha_100102_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 40003, 'To unforgettable memories!', 'snd_voi_race_100102', 2, 0, 3, 1, 0, 'snd_voi_race_100102_0002', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 40004, 'Let''s make the most of summ—eep?! Gahhh! Whoooa! ♪', 'snd_voi_race_100102', 3, 0, 3, 1, 0, 'snd_voi_race_100102_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 30006, 'Talk about a fiery contest fit for a hot summer day!', 'snd_voi_race_100102', 0, 0, 3, 1, 0, 'snd_voi_race_100102_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 30007, 'Gosh, thank you! I''ll do my best next time, too!', 'snd_voi_race_100100', 8, 0, 3, 1, 0, 'snd_voi_race_100100_0008', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400017, 'Wha?! How do I usually run again?!', 'snd_voi_event_090005', 0, 1001009, 7, 1, 0, 'snd_voi_event_090005_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400018, 'I''ve decided to have fun like I''ve never had fun before!', 'snd_voi_event_090005', 7, 2003, 7, 1, 0, 'snd_voi_event_090005_0007', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 400019, 'What?! Mom''s been to Bubblyland too?!', 'snd_voi_event_090005', 11, 1001015, 7, 1, 0, 'snd_voi_event_090005_0011', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70018, 'That''s totally awesome!', 'snd_voi_outgame_100100', 26, 1001018, 7, 1, 0, 'snd_voi_outgame_100100_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 70019, 'I''m gonna become the top Umamusume in all of Japan!', 'snd_voi_outgame_100100', 27, 1001017, 7, 1, 0, 'snd_voi_outgame_100100_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71018, 'That''s totally awesome!', 'snd_voi_outgame_100100', 26, 148, 7, 0, 0, 'snd_voi_outgame_100100_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1001, 71019, 'I''m gonna become the top Umamusume in all of Japan!', 'snd_voi_outgame_100100', 27, 58, 7, 0, 0, 'snd_voi_outgame_100100_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 11, 'Cygames', 'snd_voi_title_100200', 0, 0, 0, 1, 0, 'snd_voi_title_100200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_100200', 1, 0, 0, 1, 0, 'snd_voi_title_100200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10000, 'If you have faith in my running, then I''ll have faith in keeping running just like this too.', 'snd_voi_home_100200', 0, 1002000, 1, 1, 0, 'snd_voi_home_100200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10001, 'I know I can overcome my weaknesses step by step. As long as I''m with you.', 'snd_voi_home_100200', 1, 1002807, 1, 1, 0, 'snd_voi_home_100200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10002, 'I always thought scenery without a single soul in sight was what was truly special, but now...', 'snd_voi_home_100200', 2, 2000, 1, 1, 0, 'snd_voi_home_100200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10003, 'It''s finally time to put up the big New Year''s kadomatsu decoration I got from Fukukitaru!', 'snd_voi_home_100200', 3, 1002001, 1, 1, 0, 'snd_voi_home_100200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10004, 'Everyone''s eating so much chocolate. I wonder if it won''t affect their races...', 'snd_voi_home_100200', 4, 1002810, 1, 1, 0, 'snd_voi_home_100200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10005, 'Will you accept these? I only realized last night that it was nearly Valentine''s Day, so they''re just simple truffles...', 'snd_voi_home_100200', 5, 1002001, 1, 1, 0, 'snd_voi_home_100200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10006, 'It''s such fun running while gazing at the starry sky. I have to be careful not to bump into anything, though...', 'snd_voi_home_100200', 6, 2001, 1, 1, 0, 'snd_voi_home_100200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10007, 'Trick or treat. If you can''t outrun my feet, give me something good to eat. ...How''s that for a Halloween greeting?', 'snd_voi_home_100200', 7, 10001, 1, 1, 0, 'snd_voi_home_100200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10008, 'Snow-covered firs make for the perfect winter scenery. Running near them feels amazing.', 'snd_voi_home_100200', 8, 1001, 1, 1, 0, 'snd_voi_home_100200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10009, 'Shall we go look at holiday decorations? I love how the lights shine like the snow.', 'snd_voi_home_100200', 9, 1002001, 1, 1, 0, 'snd_voi_home_100200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10010, 'You know how the old word for December means "running monk," because they get busy this time of year? I bet that''d be funny to see...', 'snd_voi_home_100200', 10, 3001, 1, 1, 0, 'snd_voi_home_100200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10011, 'Happy birthday. I''m going to win a race for you as a present.', 'snd_voi_home_100200', 11, 1002807, 1, 1, 0, 'snd_voi_home_100200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10012, 'Since it''s your birthday, perhaps we should do something memorable. How about admiring the scenery from up high somewhere?', 'snd_voi_home_100200', 12, 2001, 1, 1, 0, 'snd_voi_home_100200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10013, 'Oh, that''s right... It''s my birthday. I was so focused on running that I completely forgot.', 'snd_voi_home_100200', 13, 1002012, 1, 1, 0, 'snd_voi_home_100200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10014, 'The more memories I make, the more views I see. I can count your face among them now.', 'snd_voi_home_100200', 14, 2013, 1, 1, 0, 'snd_voi_home_100200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10015, 'It looks as though there''s a new notice. Would you like to check it?', 'snd_voi_home_100200', 15, 8001, 1, 1, 0, 'snd_voi_home_100200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10016, 'It appears to be a present. Let''s have a look.', 'snd_voi_home_100200', 16, 10001, 1, 1, 0, 'snd_voi_home_100200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10017, 'Mission complete. Let''s keep this up and continue to race on.', 'snd_voi_home_100200', 17, 3001, 1, 1, 0, 'snd_voi_home_100200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10018, 'It looks like an event is starting soon. I wonder what kind? Will I get to run a lot?', 'snd_voi_home_100200', 18, 1002807, 1, 1, 0, 'snd_voi_home_100200_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10019, 'An event has started. Shall we run over to see it?', 'snd_voi_home_100200', 19, 1002001, 1, 1, 0, 'snd_voi_home_100200_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20000, 'My body feels... heavy. No, I should still be fine... I think.', 'snd_voi_training_100200', 0, 1002810, 2, 1, 0, 'snd_voi_training_100200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20001, 'Argh, I want to run, but I can''t summon any strength!', 'snd_voi_training_100200', 1, 1002806, 2, 1, 0, 'snd_voi_training_100200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20002, 'Can I go for a run? My legs are itching to go!', 'snd_voi_training_100200', 2, 1002808, 2, 1, 0, 'snd_voi_training_100200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20003, 'My body feels light for some reason! Can we get started on training soon?', 'snd_voi_training_100200', 3, 1002001, 2, 1, 0, 'snd_voi_training_100200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20004, 'The breeze feels so refreshing. I''m sure it would feel incredible running in it.', 'snd_voi_training_100200', 4, 1002000, 2, 1, 0, 'snd_voi_training_100200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20005, 'I''m looking forward to seeing what kind of track I get to run on today.', 'snd_voi_training_100200', 5, 1002807, 2, 1, 0, 'snd_voi_training_100200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20006, 'I''m ready to run.', 'snd_voi_training_100200', 6, 1001, 2, 1, 0, 'snd_voi_training_100200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20007, 'What shall we do today?', 'snd_voi_training_100200', 7, 8001, 2, 1, 0, 'snd_voi_training_100200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20008, 'My body feels sluggish... Oh, it''s nothing.', 'snd_voi_training_100200', 8, 3000, 2, 1, 0, 'snd_voi_training_100200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20009, 'Why do my legs feel so heavy?', 'snd_voi_training_100200', 9, 1002014, 2, 1, 0, 'snd_voi_training_100200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20010, 'I don''t feel like myself today... What''s going on?', 'snd_voi_training_100200', 10, 1002809, 2, 1, 0, 'snd_voi_training_100200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20011, 'My body feels weak! This isn''t right.', 'snd_voi_training_100200', 11, 1002806, 2, 1, 0, 'snd_voi_training_100200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20021, 'While I do want to run, I can''t push myself too hard and give myself an injury. Such a dilemma.', 'snd_voi_training_100200', 12, 3007, 2, 1, 0, 'snd_voi_training_100200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20022, 'I''d like to run in a race, but my body can''t handle any more...', 'snd_voi_training_100200', 13, 1002003, 2, 1, 0, 'snd_voi_training_100200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20023, 'Yes, my legs feel light! I feel like I could run really fast in a race!', 'snd_voi_training_100200', 14, 3002, 2, 1, 0, 'snd_voi_training_100200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20024, 'I''m looking forward to racing! I wish it would just start already. Hehe.', 'snd_voi_training_100200', 15, 1002808, 2, 1, 0, 'snd_voi_training_100200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20025, 'The view from the lead... I will see it with my own eyes!', 'snd_voi_training_100200', 16, 1002017, 2, 1, 0, 'snd_voi_training_100200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20026, 'I believe I''m in good form. I''m excited for the race.', 'snd_voi_training_100200', 17, 1002000, 2, 1, 0, 'snd_voi_training_100200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20027, 'I''m feeling good. We worked hard for this day.', 'snd_voi_training_100200', 18, 2001, 2, 1, 0, 'snd_voi_training_100200_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20028, 'I wonder what scenery I''ll be able to see today.', 'snd_voi_training_100200', 19, 1013, 2, 1, 0, 'snd_voi_training_100200_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20029, 'All set. I should be able to give my usual performance.', 'snd_voi_training_100200', 20, 1001, 2, 1, 0, 'snd_voi_training_100200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20030, 'I''m going to apply all that I''ve learned until now in the race.', 'snd_voi_training_100200', 21, 1002019, 2, 1, 0, 'snd_voi_training_100200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20031, 'Please watch as I win.', 'snd_voi_training_100200', 22, 3001, 2, 1, 0, 'snd_voi_training_100200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20032, 'While I am a little anxious, I''m okay.', 'snd_voi_training_100200', 23, 8014, 2, 1, 0, 'snd_voi_training_100200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20033, 'I just need to remember my usual training and run how I usually do...', 'snd_voi_training_100200', 24, 1002014, 2, 1, 0, 'snd_voi_training_100200_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20034, 'I just need to aim for the lead and run. I''ll try not to think about anything else.', 'snd_voi_training_100200', 25, 1000, 2, 1, 0, 'snd_voi_training_100200_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20035, 'I think I''m a little nervous about my preparations... No, there''s no point in saying such things.', 'snd_voi_training_100200', 26, 1002810, 2, 1, 0, 'snd_voi_training_100200_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20036, 'I''ll manage, somehow. That''s all I can do, really.', 'snd_voi_training_100200', 27, 9003, 2, 1, 0, 'snd_voi_training_100200_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20037, 'I must think of a way to win in this state...', 'snd_voi_training_100200', 28, 1002809, 2, 1, 0, 'snd_voi_training_100200_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20038, 'Off I go.', 'snd_voi_training_100200', 29, 0, 2, 1, 0, 'snd_voi_training_100200_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20039, 'Let''s do this.', 'snd_voi_training_100200', 30, 0, 2, 1, 0, 'snd_voi_training_100200_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20040, 'Let''s begin.', 'snd_voi_training_100200', 31, 0, 2, 1, 0, 'snd_voi_training_100200_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20041, 'I''ll do my best.', 'snd_voi_training_100200', 32, 0, 2, 1, 0, 'snd_voi_training_100200_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20042, 'O-oh?', 'snd_voi_training_100200', 33, 0, 2, 1, 0, 'snd_voi_training_100200_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20043, 'Erm...', 'snd_voi_training_100200', 34, 0, 2, 1, 0, 'snd_voi_training_100200_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20046, 'Let''s go.', 'snd_voi_training_100200', 37, 0, 2, 1, 0, 'snd_voi_training_100200_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20047, 'I''m excited!', 'snd_voi_training_100200', 38, 0, 2, 1, 0, 'snd_voi_training_100200_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20049, 'I can say with confidence that I''m faster than before!', 'snd_voi_training_100200', 63, 0, 2, 1, 0, 'snd_voi_training_100200_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20050, 'Thank you very much, Trainer.', 'snd_voi_training_100200', 64, 0, 2, 1, 0, 'snd_voi_training_100200_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 30000, 'I was so close!', 'snd_voi_race_100200', 0, 0, 3, 1, 0, 'snd_voi_race_100200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 30001, 'Not bad, I guess... but not enough.', 'snd_voi_race_100200', 1, 0, 3, 1, 0, 'snd_voi_race_100200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 30002, 'I''m not satisfied with this!', 'snd_voi_race_100200', 2, 0, 3, 1, 0, 'snd_voi_race_100200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 30003, 'I''ll definitely get it next time.', 'snd_voi_race_100200', 3, 0, 3, 1, 0, 'snd_voi_race_100200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 60000, 'This kind of makes me more nervous than racing.', 'snd_voi_live_100200', 0, 0, 4, 1, 0, 'snd_voi_live_100200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 60001, 'I''ll give it my all!', 'snd_voi_live_100200', 1, 0, 4, 1, 0, 'snd_voi_live_100200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70001, 'I know I''ll never forget the scenery you showed me, Trainer.', 'snd_voi_outgame_100200', 1, 2001, 7, 1, 0, 'snd_voi_outgame_100200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90000, 'Good morning. I''ve already finished my morning practice, but shall we do some extra training?', 'snd_voi_home_100201', 0, 8001, 1, 1, 0, 'snd_voi_home_100201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90001, 'I always eat a proper breakfast because I can''t run unless I replenish my energy.', 'snd_voi_home_100201', 1, 1002807, 1, 1, 0, 'snd_voi_home_100201_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90002, 'I''m ready for afternoon training. Shall we begin?', 'snd_voi_home_100201', 2, 1002001, 1, 1, 0, 'snd_voi_home_100201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90003, 'Turf, dirt, and ramps... Looks like I''ll be able to run a lot today too. Hehe.', 'snd_voi_home_100201', 3, 1002808, 1, 1, 0, 'snd_voi_home_100201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90004, 'Oh, when did it get so late? Time just flies when I''m training.', 'snd_voi_home_100201', 4, 1010, 1, 1, 0, 'snd_voi_home_100201_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90005, 'I haven''t run enough yet. Perhaps I''ll run back to the dorm? It''s not very far, though.', 'snd_voi_home_100201', 5, 1002000, 1, 1, 0, 'snd_voi_home_100201_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90006, 'I had a petal on my head and didn''t notice until I looked into a mirror... H-how embarrassing.', 'snd_voi_home_100201', 6, 1002013, 1, 1, 0, 'snd_voi_home_100201_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90007, 'Did Air Groove say that cucumbers are good for preventing summer fatigue? I wonder how many I should eat in a day?', 'snd_voi_home_100201', 7, 1000, 1, 1, 0, 'snd_voi_home_100201_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90008, 'I noticed a house with persimmons hanging out to dry while I was running outside. Nothing says fall more than that.', 'snd_voi_home_100201', 8, 1002807, 1, 1, 0, 'snd_voi_home_100201_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 90009, 'When I see frozen water puddles, I get the urge to run across them. But that''s probably unsafe, isn''t it?', 'snd_voi_home_100201', 9, 8014, 1, 1, 0, 'snd_voi_home_100201_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91000, 'I asked Taiki if she had any tips for sprint races, and she said, "Enjoy them mighty spirits!" What in the world does that even mean?', 'snd_voi_home_100201', 10, 1002810, 1, 1, 0, 'snd_voi_home_100201_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91001, 'The city is so full of buildings... Sometimes I wish I could run through empty fields like I did when I was young.', 'snd_voi_home_100201', 11, 1000, 1, 1, 0, 'snd_voi_home_100201_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91002, 'What do I do with the lucky charm Fukukitaru gave me? I''ve got nowhere to hang such a big golden sea bream... Hmmm.', 'snd_voi_home_100201', 12, 1002809, 1, 1, 0, 'snd_voi_home_100201_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91003, 'The turf on the track is always so lush. I guess that means we should be grateful to the groundskeepers.', 'snd_voi_home_100201', 13, 3001, 1, 1, 0, 'snd_voi_home_100201_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91004, 'I hope this beautiful weather continues. I can''t run for very long in the rain because my body gets cold.', 'snd_voi_home_100201', 14, 8001, 1, 1, 0, 'snd_voi_home_100201_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91005, 'I need to be careful so that my stomach doesn''t get cold.', 'snd_voi_home_100201', 15, 10003, 1, 1, 0, 'snd_voi_home_100201_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91006, 'A stage that only winners can stand on is very special.', 'snd_voi_home_100201', 16, 1001, 1, 1, 0, 'snd_voi_home_100201_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91007, 'When I wear these clothes, I remember what it feels like to carve through the breeze in the front of the race!', 'snd_voi_home_100201', 17, 2001, 1, 1, 0, 'snd_voi_home_100201_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91008, 'Wh-what should I do? As soon as I put on my signature racewear, I get the urge to race!', 'snd_voi_home_100201', 18, 3005, 1, 1, 0, 'snd_voi_home_100201_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91009, 'When I set my alarm sound to a fanfare, I always wake up feeling fantastic. Hehe!', 'snd_voi_home_100201', 19, 1002015, 1, 1, 0, 'snd_voi_home_100201_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91010, 'I end up eating more than usual when I''m with Spe. What should I do?', 'snd_voi_home_100201', 20, 1002810, 1, 1, 0, 'snd_voi_home_100201_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91011, 'When I close my eyes before going to sleep, I see all the scenery I''ve run through.', 'snd_voi_home_100201', 21, 1013, 1, 1, 0, 'snd_voi_home_100201_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91012, 'Spring is full of so many races. It''s such a fun season! Hehe!', 'snd_voi_home_100201', 22, 1002015, 1, 1, 0, 'snd_voi_home_100201_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91013, 'One for jogging in the morning, one for training in the afternoon, and one for running at night... I need so many towels.', 'snd_voi_home_100201', 23, 8001, 1, 1, 0, 'snd_voi_home_100201_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91014, 'Come to think of it, a burr got stuck to my clothes the other day. Perhaps it was because I was running in the forest... Sigh...', 'snd_voi_home_100201', 24, 8005, 1, 1, 0, 'snd_voi_home_100201_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 91015, 'Seeing the snow calms me. It''s so peaceful and pretty... oh, and it''s also fun to run through piled-up snow.', 'snd_voi_home_100201', 25, 2002, 1, 1, 0, 'snd_voi_home_100201_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 92000, 'I can run whenever, and that includes right now.', 'snd_voi_training_100201', 0, 1002005, 2, 1, 0, 'snd_voi_training_100201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 92001, 'What kind of track will you have me run today?', 'snd_voi_training_100201', 1, 1002001, 2, 1, 0, 'snd_voi_training_100201_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 92002, 'I don''t want to lose to anyone when it comes to running, so please give me some tough training.', 'snd_voi_training_100201', 3, 9003, 2, 1, 0, 'snd_voi_training_100201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 92003, 'Such a lovely breeze. I wonder if it would feel even better if I ran through it? Hehe.', 'snd_voi_training_100201', 4, 1002, 2, 1, 0, 'snd_voi_training_100201_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 92011, 'I''m ready. Shall we begin?', 'snd_voi_training_100201', 2, 3001, 2, 1, 0, 'snd_voi_training_100201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 92005, 'I can feel myself improving little by little. I must make sure not to forget this feeling.', 'snd_voi_training_100201', 5, 1000, 2, 1, 0, 'snd_voi_training_100201_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 92006, 'I wonder what scenery I''ll be able to see if I keep improving like this?', 'snd_voi_training_100201', 6, 2001, 2, 1, 0, 'snd_voi_training_100201_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 92007, 'Even something minor can change the scenery you see... I feel as though you taught me that.', 'snd_voi_training_100201', 7, 1002807, 2, 1, 0, 'snd_voi_training_100201_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 93000, 'I''ve managed to see scenery I never could have if I was all on my own.', 'snd_voi_training_100201', 8, 0, 2, 1, 0, 'snd_voi_training_100201_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 93001, 'I''ve managed to grow and improve more than I expected, thanks to you.', 'snd_voi_training_100201', 9, 0, 2, 1, 0, 'snd_voi_training_100201_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 95000, 'Faster!', 'snd_voi_outgame_100201', 0, 2001, 7, 1, 0, 'snd_voi_outgame_100201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 95001, 'I''ll go farther!', 'snd_voi_outgame_100201', 1, 2001, 7, 1, 0, 'snd_voi_outgame_100201_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 95003, 'Yes, this is Silence Suzuka.', 'snd_voi_outgame_100201', 3, 3001, 7, 1, 0, 'snd_voi_outgame_100201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 95004, 'Leading the way, well beyond the rest... I see a world of my own!', 'snd_voi_gacha_100201', 0, 0, 7, 1, 0, 'snd_voi_gacha_100201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1008, 'Everyone, let''s do our best.', 'snd_voi_teamst_st_100200_0000', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_100200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1011, 'Let''s go, Spe.', 'snd_voi_teamst_st_100200_1001', 0, 1002005, 8, 1, 0, 'snd_voi_teamst_st_100200_1001_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1012, 'Air Groove.', 'snd_voi_teamst_st_100200_1018', 0, 1001, 8, 1, 0, 'snd_voi_teamst_st_100200_1018_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1009, 'I''m counting on you.', 'snd_voi_teamst_st_100100_1002', 1, 1002005, 8, 1, 0, 'snd_voi_teamst_st_100100_1002_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1117, 'Th-thanks.', 'snd_voi_teamst_st_105600_1002', 1, 1002009, 8, 1, 0, 'snd_voi_teamst_st_105600_1002_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1097, 'We''ll take the lead.', 'snd_voi_teamst_st_104600_1002', 1, 9003, 8, 1, 0, 'snd_voi_teamst_st_104600_1002_01', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1000, 'We won''t lose!', 'snd_voi_teamst_100200', 0, 990021, 8, 1, 0, 'snd_voi_teamst_100200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1001, 'That was a great race.', 'snd_voi_teamst_100200', 1, 0, 8, 1, 0, 'snd_voi_teamst_100200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1003, 'Great job, everyone.', 'snd_voi_teamst_100200', 2, 0, 8, 1, 0, 'snd_voi_teamst_100200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1002, 'Let''s make sure we win next time.', 'snd_voi_teamst_100200', 3, 0, 8, 1, 0, 'snd_voi_teamst_100200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1004, 'We won.', 'snd_voi_teamst_100200', 4, 2001, 8, 1, 0, 'snd_voi_teamst_100200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1007, 'A high score! Excellent!', 'snd_voi_teamst_100200', 5, 1001001, 8, 1, 0, 'snd_voi_teamst_100200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1006, 'Great job, everyone.', 'snd_voi_teamst_100200', 2, 1002005, 8, 1, 0, 'snd_voi_teamst_100200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 1005, 'Let''s make sure we win next time.', 'snd_voi_teamst_100200', 3, 1002016, 8, 1, 0, 'snd_voi_teamst_100200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 120000, 'My body feels so warm.', 'snd_voi_outgame_100200', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_100200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140000, 'Please give it all you''ve got.', 'snd_voi_minigame_100200', 0, 1002018, 9, 1, 0, 'snd_voi_minigame_100200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140001, 'Yes!', 'snd_voi_minigame_100200', 1, 1002001, 9, 1, 0, 'snd_voi_minigame_100200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140002, 'No!', 'snd_voi_minigame_100200', 2, 1002012, 9, 1, 0, 'snd_voi_minigame_100200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140003, 'Look at all of these!', 'snd_voi_minigame_100200', 3, 971002, 9, 1, 0, 'snd_voi_minigame_100200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140004, 'Hehe, how adorable.', 'snd_voi_minigame_100200', 4, 972002, 9, 1, 0, 'snd_voi_minigame_100200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140005, 'It''s difficult, isn''t it.', 'snd_voi_minigame_100200', 5, 1002003, 9, 1, 0, 'snd_voi_minigame_100200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140006, 'Look at all of these!', 'snd_voi_minigame_100200', 3, 974002, 9, 1, 0, 'snd_voi_minigame_100200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140007, 'Hehe, how adorable.', 'snd_voi_minigame_100200', 4, 973002, 9, 1, 0, 'snd_voi_minigame_100200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140008, 'Heh.', 'snd_voi_minigame_100200', 6, 1002800, 9, 1, 0, 'snd_voi_minigame_100200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140009, 'Hehe.', 'snd_voi_minigame_100200', 7, 1002808, 9, 1, 0, 'snd_voi_minigame_100200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140010, 'Oh...', 'snd_voi_minigame_100200', 8, 1002801, 9, 1, 0, 'snd_voi_minigame_100200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140011, 'Incredible!', 'snd_voi_minigame_100200', 9, 1002802, 9, 1, 0, 'snd_voi_minigame_100200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140014, 'It can''t be...', 'snd_voi_minigame_100200', 10, 1002803, 9, 1, 0, 'snd_voi_minigame_100200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140015, 'Oh...', 'snd_voi_minigame_100200', 11, 1002804, 9, 1, 0, 'snd_voi_minigame_100200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140016, 'Trainer?', 'snd_voi_minigame_100200', 12, 1002001, 9, 1, 0, 'snd_voi_minigame_100200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140012, 'Ah!', 'snd_voi_minigame_100200', 13, 1002807, 9, 1, 0, 'snd_voi_minigame_100200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140013, '...!', 'snd_voi_minigame_100200', 14, 1002808, 9, 1, 0, 'snd_voi_minigame_100200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140017, 'Hrm...', 'snd_voi_minigame_100200', 15, 1002805, 9, 1, 0, 'snd_voi_minigame_100200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 140018, 'Ack...', 'snd_voi_minigame_100200', 16, 1002003, 9, 1, 0, 'snd_voi_minigame_100200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 40000, 'I finally see it... It''s for me and me alone!', 'snd_voi_race_100201', 2, 0, 3, 1, 0, 'snd_voi_race_100201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 40001, 'I finally see it! What lies beyond speed... It''s so tranquil and beautiful... This is what I wanted to see!', 'snd_voi_race_100201', 3, 0, 3, 1, 0, 'snd_voi_race_100201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 30004, 'This is the scenery meant only for me!', 'snd_voi_race_100201', 0, 0, 3, 1, 0, 'snd_voi_race_100201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 30005, 'Phew, that felt incredible.', 'snd_voi_race_100200', 8, 0, 3, 1, 0, 'snd_voi_race_100200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 31000, 'I''ll race through!', 'snd_voi_race_100200', 9, 0, 3, 1, 0, 'snd_voi_race_100200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 13, 'This is today''s login bonus.', 'snd_voi_title_100200', 4, 8001, 1, 1, 0, 'snd_voi_title_100200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 15, 'You''ll get this tomorrow.', 'snd_voi_title_100200', 5, 1002005, 1, 1, 0, 'snd_voi_title_100200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 110000, 'Time for training now?', 'snd_voi_home_100200', 21, 0, 1, 1, 0, 'snd_voi_home_100200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 110001, 'There are so many different records.', 'snd_voi_home_100200', 22, 0, 1, 1, 0, 'snd_voi_home_100200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 110002, 'Entering a race?', 'snd_voi_home_100200', 23, 0, 1, 1, 0, 'snd_voi_home_100200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 10021, 'It appears as though your Umamusume Archive level has gone up.', 'snd_voi_home_100200', 24, 8001, 1, 1, 0, 'snd_voi_home_100200_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 20051, 'Let''s do our best.', 'snd_voi_training_100200', 65, 0, 2, 1, 0, 'snd_voi_training_100200_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70000, 'Let''s race through this together!', 'snd_voi_outgame_100200', 3, 1, 7, 1, 0, 'snd_voi_outgame_100200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 95005, 'I feel like I can do more now.', 'snd_voi_outgame_100200', 4, 0, 7, 1, 0, 'snd_voi_outgame_100200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 95006, 'I understand the trick to supporting now.', 'snd_voi_outgame_100200', 5, 0, 7, 1, 0, 'snd_voi_outgame_100200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70004, 'I''ve grown used to wearing this uniform.', 'snd_voi_outgame_100200', 16, 1002005, 7, 1, 0, 'snd_voi_outgame_100200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70010, 'It can get a little hectic sometimes, but it''s fun.', 'snd_voi_outgame_100200', 17, 1002006, 7, 1, 0, 'snd_voi_outgame_100200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70008, 'It''s a little embarrassing.', 'snd_voi_outgame_100200', 20, 1002009, 7, 1, 0, 'snd_voi_outgame_100200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70014, 'Singing and dancing with a smile... Concerts are so difficult.', 'snd_voi_outgame_100200', 21, 8007, 7, 1, 0, 'snd_voi_outgame_100200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70009, 'Ever forward, ever faster...', 'snd_voi_outgame_100200', 22, 1002015, 7, 1, 0, 'snd_voi_outgame_100200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70015, 'I want to see all sorts of scenery.', 'snd_voi_outgame_100200', 23, 10001, 7, 1, 0, 'snd_voi_outgame_100200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 71004, 'I''ve grown used to wearing this uniform.', 'snd_voi_outgame_100200', 16, 35, 7, 0, 0, 'snd_voi_outgame_100200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 71010, 'It can get a little hectic sometimes, but it''s fun.', 'snd_voi_outgame_100200', 17, 48, 7, 0, 0, 'snd_voi_outgame_100200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 71008, 'It''s a little embarrassing.', 'snd_voi_outgame_100200', 20, 43, 7, 0, 0, 'snd_voi_outgame_100200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 71014, 'Singing and dancing with a smile... Concerts are so difficult.', 'snd_voi_outgame_100200', 21, 48, 7, 0, 0, 'snd_voi_outgame_100200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 71009, 'Ever forward, ever faster...', 'snd_voi_outgame_100200', 22, 49, 7, 0, 0, 'snd_voi_outgame_100200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 71015, 'I want to see all sorts of scenery.', 'snd_voi_outgame_100200', 23, 18, 7, 0, 0, 'snd_voi_outgame_100200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 2030, 'We won''t lose!', 'snd_voi_teamst_100200', 0, 990021, 10, 1, 0, 'snd_voi_teamst_100200_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 2031, 'Everyone, let''s do our best.', 'snd_voi_teamst_st_100200_0000', 0, 2009, 10, 1, 0, 'snd_voi_teamst_st_100200_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 2032, 'Thank you very much, Trainer.', 'snd_voi_training_100200', 64, 1002807, 10, 1, 0, 'snd_voi_training_100200_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 2033, 'I wonder what kind of scenery I''ll be able to see today?', 'snd_voi_training_100200', 19, 1013, 10, 1, 0, 'snd_voi_training_100200_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 2034, 'The view from the lead... I''ll see it with my own eyes!', 'snd_voi_training_100200', 16, 1002017, 10, 1, 0, 'snd_voi_training_100200_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 2035, 'Thank you very much, Trainer.', 'snd_voi_training_100200', 64, 1002807, 10, 0, 0, 'snd_voi_training_100200_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 81000, 'Oh, um... I look forward to our race.', 'snd_voi_outgame_100200', 13, 1002005, 7, 1, 0, 'snd_voi_outgame_100200_0013', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 81001, 'I won''t give up the lead!', 'snd_voi_outgame_100200', 14, 3003, 7, 1, 0, 'snd_voi_outgame_100200_0014', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70018, 'Let''s run together.', 'snd_voi_outgame_100200', 26, 1002001, 7, 1, 0, 'snd_voi_outgame_100200_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 70019, 'I won''t let anyone else see the view from the lead!', 'snd_voi_outgame_100200', 27, 8003, 7, 1, 0, 'snd_voi_outgame_100200_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 71018, 'Let''s run together.', 'snd_voi_outgame_100200', 26, 35, 7, 0, 0, 'snd_voi_outgame_100200_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1002, 71019, 'I won''t let anyone else see the view from the lead!', 'snd_voi_outgame_100200', 27, 48, 7, 0, 0, 'snd_voi_outgame_100200_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 11, 'Cygames', 'snd_voi_title_100300', 0, 0, 0, 1, 0, 'snd_voi_title_100300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_100300', 1, 0, 0, 1, 0, 'snd_voi_title_100300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10000, 'I mean, Prez is a super strong Umamusume, but I bet the two of us can beat her! Let''s show her what we''ve got!', 'snd_voi_home_100300', 0, 1009, 1, 1, 0, 'snd_voi_home_100300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10001, 'Remember that declaration we made? We''re gonna make it happen! That''s an absolute, definite promise!', 'snd_voi_home_100300', 1, 2009, 1, 1, 0, 'snd_voi_home_100300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10002, 'Whether I''m playing a game or running a race, when I hear you cheering for me, motivation just gushes up out of nowhere. It''s like some kind of magic.', 'snd_voi_home_100300', 2, 1002, 1, 1, 0, 'snd_voi_home_100300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10003, 'Hey, let''s play hanetsuki! I''m gonna draw all over your face if you lose, so prepare to get totally inked!', 'snd_voi_home_100300', 3, 1003001, 1, 1, 0, 'snd_voi_home_100300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10004, 'Yep, Valentine''s Day sure is neat! Looks like I''ll have enough sweets to last a long while! ♪', 'snd_voi_home_100300', 4, 1003815, 1, 1, 0, 'snd_voi_home_100300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10005, 'Hey, hey, Trainer? Do you want me to give you some chocolate? I bet you do! I guess I can give you some. Here you go!', 'snd_voi_home_100300', 5, 1009, 1, 1, 0, 'snd_voi_home_100300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10006, 'Hikoboshi should just hop over the Milky Way, you know? Wonder why he doesn''t.', 'snd_voi_home_100300', 6, 1003812, 1, 1, 0, 'snd_voi_home_100300_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10007, 'Trick or treat! Everyone, relinquish your candy to your mighty monarch at once!', 'snd_voi_home_100300', 7, 2002, 1, 1, 0, 'snd_voi_home_100300_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10008, 'I have to be the one who puts the star on top of the tree because I''m the star of the show!', 'snd_voi_home_100300', 8, 1003815, 1, 1, 0, 'snd_voi_home_100300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10009, 'It''s the holidays, so let''s hang out! We''ll eat cake and play games... It''ll be a busy night!', 'snd_voi_home_100300', 9, 1003000, 1, 1, 0, 'snd_voi_home_100300_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10010, 'They say that if you jump at midnight on New Year''s Day, you disappear from Earth for that moment! I''m gonna do that with Mayano! ♪', 'snd_voi_home_100300', 10, 1002, 1, 1, 0, 'snd_voi_home_100300_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10011, 'Trainer, it''s your birthday? Must be nice, getting to be the star today. I wanna be celebrated too!', 'snd_voi_home_100300', 11, 1003000, 1, 1, 0, 'snd_voi_home_100300_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10012, 'I''m gonna get a HUGE cake for you, Trainer! Make sure you give me half of it, ''kay? ♪', 'snd_voi_home_100300', 12, 1003000, 1, 1, 0, 'snd_voi_home_100300_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10013, 'Hehehe, the truth is... today''s my birthday! Go on, throw me a huge shindig! ♪', 'snd_voi_home_100300', 13, 1003816, 1, 1, 0, 'snd_voi_home_100300_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10014, 'I''ve been looking forward to your present since yesterday! You know exactly what I want, right?', 'snd_voi_home_100300', 14, 1003808, 1, 1, 0, 'snd_voi_home_100300_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10015, 'Looks like there''s a new notice! I wonder what it is? I wanna know! ♪', 'snd_voi_home_100300', 15, 1003000, 1, 1, 0, 'snd_voi_home_100300_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10016, 'You''ve got a present waiting for you! Hey, show me what it is later, ''kay?', 'snd_voi_home_100300', 16, 1001, 1, 1, 0, 'snd_voi_home_100300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10017, 'Mission complete! Hehe! We had it in the bag! ♪', 'snd_voi_home_100300', 17, 1003808, 1, 1, 0, 'snd_voi_home_100300_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10018, 'An event''s gonna start soon! I wonder if Prez is gonna join in too?', 'snd_voi_home_100300', 18, 8000, 1, 1, 0, 'snd_voi_home_100300_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10019, 'Hey, yoohoo! An event''s on! C''mon, let''s go! I''ve been looking forward to this!', 'snd_voi_home_100300', 19, 2001, 1, 1, 0, 'snd_voi_home_100300_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20000, 'I''ve gotta run today too? But I''m so tired...', 'snd_voi_training_100300', 0, 1003009, 2, 1, 0, 'snd_voi_training_100300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20001, 'I dunno why, but my body''s not moving the way I want it to. Ugh, it''s so frustrating!', 'snd_voi_training_100300', 1, 1003812, 2, 1, 0, 'snd_voi_training_100300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20002, 'Heh, the Invincible Teio can''t be tamed-o today either! Try not to be bowled over by my run, okay?', 'snd_voi_training_100300', 2, 1003808, 2, 1, 0, 'snd_voi_training_100300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20003, 'Hey, I just know I''ll be way better than usual today! Hurry up and let me run! Move it, move it, move it!', 'snd_voi_training_100300', 3, 2002, 2, 1, 0, 'snd_voi_training_100300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20004, 'I''m gonna work super hard today and then win all the races, just like Prez!', 'snd_voi_training_100300', 4, 1003000, 2, 1, 0, 'snd_voi_training_100300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20005, 'All training''s a piece of cake to me! C''mon, hit me with it!', 'snd_voi_training_100300', 5, 1003815, 2, 1, 0, 'snd_voi_training_100300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20006, 'I''m ready to rock! C''mon, Trainer! Aren''t you ready yet?', 'snd_voi_training_100300', 6, 1003000, 2, 1, 0, 'snd_voi_training_100300_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20007, 'Okay, let''s do this! Make sure you keep your eyes on me!', 'snd_voi_training_100300', 7, 1003006, 2, 1, 0, 'snd_voi_training_100300_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20008, 'Hey, are we gonna train today too? I''m really not in the mood.', 'snd_voi_training_100300', 8, 1003009, 2, 1, 0, 'snd_voi_training_100300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20009, 'Hrrm, my body kinda feels heavy. I don''t know why.', 'snd_voi_training_100300', 9, 1003812, 2, 1, 0, 'snd_voi_training_100300_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20010, 'I''ll run, if you insist... Siiiiigh... I know I can win without having to do this.', 'snd_voi_training_100300', 10, 1003813, 2, 1, 0, 'snd_voi_training_100300_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20011, 'I just can''t find the motivation for some reason. Argh! And I really wanna run, too!', 'snd_voi_training_100300', 11, 1003810, 2, 1, 0, 'snd_voi_training_100300_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20021, 'Another race? I''ll run it, if you want... but haven''t I been in a lot of them lately?', 'snd_voi_training_100300', 12, 1003009, 2, 1, 0, 'snd_voi_training_100300_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20022, 'Whaaat? Again?! I like racing, but racing all the time is exhausting!', 'snd_voi_training_100300', 13, 1003813, 2, 1, 0, 'snd_voi_training_100300_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20023, 'Whew, I feel great! Heh, looks like the legend of the mighty Teio will continue to stand the test of time!', 'snd_voi_training_100300', 14, 1003808, 2, 1, 0, 'snd_voi_training_100300_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20024, 'Keep a close eye on me, Trainer! I''m gonna knock out those wins like it''s nothing, so you might miss it if you blink!', 'snd_voi_training_100300', 15, 1002, 2, 1, 0, 'snd_voi_training_100300_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20025, 'I''m definitely gonna win, so maybe I should start thinking of what to say when I''m on the podium! ♪', 'snd_voi_training_100300', 16, 1003816, 2, 1, 0, 'snd_voi_training_100300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20026, 'Preparations are looking great! Okay, I''m gonna nail this win down in a flash!', 'snd_voi_training_100300', 17, 1003808, 2, 1, 0, 'snd_voi_training_100300_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20027, 'Heh! How foolish one must be to challenge the invincible Teio! ♪ I''ll leave everyone in the dust!', 'snd_voi_training_100300', 18, 1003815, 2, 1, 0, 'snd_voi_training_100300_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20028, 'Aww, I wanna get out there and run like the wind right now! I can''t wait for the start!', 'snd_voi_training_100300', 19, 1003009, 2, 1, 0, 'snd_voi_training_100300_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20029, 'It''s fine! No sweat! I''m sure I''ll win if I run in my usual way!', 'snd_voi_training_100300', 20, 1001, 2, 1, 0, 'snd_voi_training_100300_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20030, 'Hey, you think Prez is here watching me?', 'snd_voi_training_100300', 21, 1003000, 2, 1, 0, 'snd_voi_training_100300_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20031, 'Okay, I''m off! I''ll work my butt off today too!', 'snd_voi_training_100300', 22, 1003006, 2, 1, 0, 'snd_voi_training_100300_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20032, 'Oh, it''s already time for the race? Sorry, I had my head in the clouds for a bit.', 'snd_voi_training_100300', 23, 1003014, 2, 1, 0, 'snd_voi_training_100300_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20033, 'I''m just not feeling it for some reason... I should start enjoying myself once the race starts, though...', 'snd_voi_training_100300', 24, 1003812, 2, 1, 0, 'snd_voi_training_100300_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20034, 'I might be feeling a little off, but I''ve got this in the bag! Just trust me!', 'snd_voi_training_100300', 25, 1003010, 2, 1, 0, 'snd_voi_training_100300_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20035, 'I''m the invincible Umamusume, so this is nothing, really!', 'snd_voi_training_100300', 26, 3, 2, 1, 0, 'snd_voi_training_100300_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20036, 'I totally, absolutely don''t wanna lose! You might be worried, but I''m gonna win! You''ll see!', 'snd_voi_training_100300', 27, 1003003, 2, 1, 0, 'snd_voi_training_100300_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20037, 'I might not be feeling my best, but that''s no excuse because I''m gonna become the invincible Umamusume!', 'snd_voi_training_100300', 28, 1003809, 2, 1, 0, 'snd_voi_training_100300_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20038, 'Aww yeah!', 'snd_voi_training_100300', 29, 0, 2, 1, 0, 'snd_voi_training_100300_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20039, 'Time to start!', 'snd_voi_training_100300', 30, 0, 2, 1, 0, 'snd_voi_training_100300_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20040, 'Here I go!', 'snd_voi_training_100300', 31, 0, 2, 1, 0, 'snd_voi_training_100300_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20041, 'Hehe! ♪', 'snd_voi_training_100300', 32, 0, 2, 1, 0, 'snd_voi_training_100300_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20042, 'Huhhh?', 'snd_voi_training_100300', 33, 0, 2, 1, 0, 'snd_voi_training_100300_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20043, 'Ugh, c''mon!', 'snd_voi_training_100300', 34, 0, 2, 1, 0, 'snd_voi_training_100300_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20046, 'Off we go!', 'snd_voi_training_100300', 37, 0, 2, 1, 0, 'snd_voi_training_100300_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20047, 'It''s the sea!', 'snd_voi_training_100300', 38, 0, 2, 1, 0, 'snd_voi_training_100300_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20049, 'I was pretty strong, huh?', 'snd_voi_training_100300', 63, 0, 2, 1, 0, 'snd_voi_training_100300_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20050, 'Thanks, Trainer!', 'snd_voi_training_100300', 64, 0, 2, 1, 0, 'snd_voi_training_100300_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 30000, 'I''m not gonna lose next time!', 'snd_voi_race_100300', 0, 0, 3, 1, 0, 'snd_voi_race_100300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 30001, 'I was so close!', 'snd_voi_race_100300', 1, 0, 3, 1, 0, 'snd_voi_race_100300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 30002, 'Hmph, that doesn''t sit well with me!', 'snd_voi_race_100300', 2, 0, 3, 1, 0, 'snd_voi_race_100300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 30003, 'This totally has to be some kind of mistake!', 'snd_voi_race_100300', 3, 0, 3, 1, 0, 'snd_voi_race_100300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 60000, 'It''s concert time! Ehehe, I can''t wait! ♪', 'snd_voi_live_100300', 0, 0, 4, 1, 0, 'snd_voi_live_100300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 60001, 'Be absolutely sure you don''t miss it!', 'snd_voi_live_100300', 1, 0, 4, 1, 0, 'snd_voi_live_100300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70001, 'Let''s keep this good thing going, Trainer! You''re vital to the legend of the invincible Teio!', 'snd_voi_outgame_100300', 1, 1002, 7, 1, 0, 'snd_voi_outgame_100300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90000, 'Morning! I''m gonna put in another solid effort today on my journey to becoming an invincible Triple Crown champion!', 'snd_voi_home_100301', 0, 1003808, 1, 1, 0, 'snd_voi_home_100301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90001, 'Ahem. An announcement to all! The mighty Teio has arrived at the academy! Make way! ...That sounded pretty legit, huh? ♪', 'snd_voi_home_100301', 1, 1003815, 1, 1, 0, 'snd_voi_home_100301_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90002, 'We had a pop quiz just now, and I was the only one in class who got a perfect score! Not that you expected anything less, right?', 'snd_voi_home_100301', 2, 1009, 1, 1, 0, 'snd_voi_home_100301_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90003, 'Hey, have you seen Prez? Ugh, I was so set on having lunch with her today!', 'snd_voi_home_100301', 3, 1003009, 1, 1, 0, 'snd_voi_home_100301_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90004, 'Great job, Trainer! Mmhmm, you''ve worked hard for me again today! ♪', 'snd_voi_home_100301', 4, 1002, 1, 1, 0, 'snd_voi_home_100301_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90005, 'You''re heading out at this time too? I''ve been wandering around the place because I haven''t gotten all the fidgets outta my body yet.', 'snd_voi_home_100301', 5, 1001, 1, 1, 0, 'snd_voi_home_100301_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90006, 'Booooo! Prez is giving all her attention to the new students. Boooriiiiing! I wish she''d show me some love, too!', 'snd_voi_home_100301', 6, 1003809, 1, 1, 0, 'snd_voi_home_100301_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90007, 'Hey, let''s go catch a super-strong rhinoceros beetle! Even Golshi''s got one!', 'snd_voi_home_100301', 7, 1003000, 1, 1, 0, 'snd_voi_home_100301_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90008, 'Wanna try dancing on the fallen leaves with me? The crunchy sounds tickle just the right spots!', 'snd_voi_home_100301', 8, 1003000, 1, 1, 0, 'snd_voi_home_100301_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90009, 'It''s been getting cold lately. Aww, if it''s gonna be freezing, I wish it''d just snow so we can play in it.', 'snd_voi_home_100301', 9, 1003812, 1, 1, 0, 'snd_voi_home_100301_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91000, 'Of all the people in the same year as me, McQueen is the one I definitely don''t wanna lose to. I''m gonna beat her in both racing and academics!', 'snd_voi_home_100301', 10, 1003809, 1, 1, 0, 'snd_voi_home_100301_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91001, 'Let''s go to the arcade sometime! I''m pretty confident I can beat you at any game, Trainer! ♪', 'snd_voi_home_100301', 11, 2009, 1, 1, 0, 'snd_voi_home_100301_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91002, 'Races are great, but dancing is awesome too! I mean, people are impressed by me either way!', 'snd_voi_home_100301', 12, 1003808, 1, 1, 0, 'snd_voi_home_100301_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91003, 'Both my mom and dad call me a lot. They really don''t have to worry so much.', 'snd_voi_home_100301', 13, 1003813, 1, 1, 0, 'snd_voi_home_100301_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91004, 'Hey, is there anything you wanna know? Hehehe, I know a thing or two about rumors floating around school.', 'snd_voi_home_100301', 14, 1009, 1, 1, 0, 'snd_voi_home_100301_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91005, 'What do you think of this outfit?! Looks great, huh? I''m gonna go show Prez later!', 'snd_voi_home_100301', 15, 1003808, 1, 1, 0, 'snd_voi_home_100301_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91006, 'My dancing''s perfect too! I''m gonna steal the show with my Teio Step and grab everyone''s attention!', 'snd_voi_home_100301', 16, 1009, 1, 1, 0, 'snd_voi_home_100301_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91007, 'My goal is to become the strongest, invincible Triple Crown champion! I''m gonna make that happen in this outfit!', 'snd_voi_home_100301', 17, 1003006, 1, 1, 0, 'snd_voi_home_100301_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91008, 'Lookie here at my red cape and the pattern on my sleeves! Ehehe, I got it made to match Prez''s! ♪', 'snd_voi_home_100301', 18, 2002, 1, 1, 0, 'snd_voi_home_100301_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91009, 'Yaaawn... I was playing games all night with Mayano yesterday. Don''t tell Prez though, okay?', 'snd_voi_home_100301', 19, 1003817, 1, 1, 0, 'snd_voi_home_100301_0019', 0, 1003010, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91010, 'The sofa in the student council office is nice and soft. It''s the best place for afternoon naps, but Air Groove gets really mad.', 'snd_voi_home_100301', 20, 1003018, 1, 1, 0, 'snd_voi_home_100301_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91011, 'I listen to classical music a lot when I can''t sleep. It''s so boring that it knocks me out straight away, so I totally recommend it to you too!', 'snd_voi_home_100301', 21, 8000, 1, 1, 0, 'snd_voi_home_100301_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91012, 'The cafeteria has something called "Seven-Herb Congee for Seven Crown Victories!" as part of their spring menu... Blech, the bitter taste is still stuck in my mouth.', 'snd_voi_home_100301', 22, 1003812, 1, 1, 0, 'snd_voi_home_100301_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91013, 'It feels a-ma-zing to dive into the pool from the diving board! I''m gonna try jumping from the highest one next time! ♪', 'snd_voi_home_100301', 23, 1003000, 1, 1, 0, 'snd_voi_home_100301_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91014, 'The persimmon tree was full of fruit, so I jumped to grab some, and everyone cheered and clapped for me!', 'snd_voi_home_100301', 24, 1003808, 1, 1, 0, 'snd_voi_home_100301_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91015, 'A shot?! Sigh... But I''m invincible! It''s impossible for me to get sick...', 'snd_voi_home_100301', 25, 1003810, 1, 1, 0, 'snd_voi_home_100301_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92000, 'Hey, what are we doing today? Let''s get started already!', 'snd_voi_training_100301', 0, 1002, 2, 1, 0, 'snd_voi_training_100301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92001, 'Trainer, what''s up next? Leave everything to me!', 'snd_voi_training_100301', 1, 1009, 2, 1, 0, 'snd_voi_training_100301_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92002, 'Stretching complete! My body''s super flexible! I''m like spaghetti!', 'snd_voi_training_100301', 2, 1003018, 2, 1, 0, 'snd_voi_training_100301_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92003, 'Oh yeah, it''s time for training! Watch real close, as you''re sure to be impressed!', 'snd_voi_training_100301', 4, 1003006, 2, 1, 0, 'snd_voi_training_100301_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92011, 'Give me some suuuuuper tough training! Pleeease? Like the kind Prez does!', 'snd_voi_training_100301', 3, 1003022, 2, 1, 0, 'snd_voi_training_100301_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92005, 'I''m not gonna stop until I become the strongest racer! And you''re with me all the way, right?', 'snd_voi_training_100301', 5, 1003809, 2, 1, 0, 'snd_voi_training_100301_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92006, 'I''m gonna work my butt off to get first place and get totally flooded with cheers!', 'snd_voi_training_100301', 6, 2001, 2, 1, 0, 'snd_voi_training_100301_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92007, 'I don''t wanna lose to myself or anybody else, not even once! Okay, let''s get to training!', 'snd_voi_training_100301', 7, 1003006, 2, 1, 0, 'snd_voi_training_100301_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 93000, 'I''ve proven the legend of the invincible Teio!', 'snd_voi_training_100301', 8, 0, 2, 1, 0, 'snd_voi_training_100301_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 93001, 'We''re the strongest as long as we''re together!', 'snd_voi_training_100301', 9, 0, 2, 1, 0, 'snd_voi_training_100301_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95000, 'I''m gonna become the invincible Teio!', 'snd_voi_outgame_100301', 0, 2001, 7, 1, 0, 'snd_voi_outgame_100301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95001, 'I have no limits, just possibilities!', 'snd_voi_outgame_100301', 1, 2001, 7, 1, 0, 'snd_voi_outgame_100301_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95003, 'Here goes Tokai Teio!', 'snd_voi_outgame_100301', 3, 2009, 7, 1, 0, 'snd_voi_outgame_100301_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95004, 'I hope you''re ready, ''cause you''re about to witness the legend of the invincible Teio!', 'snd_voi_gacha_100301', 0, 0, 7, 1, 0, 'snd_voi_gacha_100301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1008, 'Everyone, let''s get pumped!', 'snd_voi_teamst_st_100300_0000', 0, 1003006, 8, 1, 0, 'snd_voi_teamst_st_100300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1013, 'I get to be with Prez!', 'snd_voi_teamst_st_100300_1017', 0, 1003007, 8, 1, 0, 'snd_voi_teamst_st_100300_1017_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1014, 'Mayano, let''s go!', 'snd_voi_teamst_st_100300_1024', 0, 1003006, 8, 1, 0, 'snd_voi_teamst_st_100300_1024_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1043, 'No need to worry! ♪', 'snd_voi_teamst_st_101800_1003', 1, 1003001, 8, 1, 0, 'snd_voi_teamst_st_101800_1003_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1000, 'We''re gonna win!', 'snd_voi_teamst_100300', 0, 990021, 8, 1, 0, 'snd_voi_teamst_100300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1001, 'Ehehe! The result''s no surprise!', 'snd_voi_teamst_100300', 1, 0, 8, 1, 0, 'snd_voi_teamst_100300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1003, 'Ehehe, that was intense!', 'snd_voi_teamst_100300', 2, 0, 8, 1, 0, 'snd_voi_teamst_100300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1002, 'How could I lose?!', 'snd_voi_teamst_100300', 3, 0, 8, 1, 0, 'snd_voi_teamst_100300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1004, 'This is our true power!', 'snd_voi_teamst_100300', 4, 2002, 8, 1, 0, 'snd_voi_teamst_100300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1007, 'Yay! A new high score!', 'snd_voi_teamst_100300', 5, 1003017, 8, 1, 0, 'snd_voi_teamst_100300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1006, 'Ehehe, that was intense!', 'snd_voi_teamst_100300', 2, 1003018, 8, 1, 0, 'snd_voi_teamst_100300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 1005, 'How could I lose?!', 'snd_voi_teamst_100300', 3, 1003004, 8, 1, 0, 'snd_voi_teamst_100300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 120000, 'I''m bursting with power!', 'snd_voi_outgame_100300', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_100300_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140000, 'You can do it!', 'snd_voi_minigame_100300', 0, 1003006, 9, 1, 0, 'snd_voi_minigame_100300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140001, 'Yay! You got it, you got it!', 'snd_voi_minigame_100300', 1, 1003007, 9, 1, 0, 'snd_voi_minigame_100300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140002, 'Wha?! It fell...', 'snd_voi_minigame_100300', 2, 1003014, 9, 1, 0, 'snd_voi_minigame_100300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140003, 'Look, look! A huge haul!', 'snd_voi_minigame_100300', 3, 971003, 9, 1, 0, 'snd_voi_minigame_100300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140004, 'Pretty impressive.', 'snd_voi_minigame_100300', 4, 972003, 9, 1, 0, 'snd_voi_minigame_100300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140005, 'Awww, well, that was disappointing!', 'snd_voi_minigame_100300', 5, 1003811, 9, 1, 0, 'snd_voi_minigame_100300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140006, 'Look, look! A huge haul!', 'snd_voi_minigame_100300', 3, 974003, 9, 1, 0, 'snd_voi_minigame_100300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140007, 'Pretty impressive.', 'snd_voi_minigame_100300', 4, 973003, 9, 1, 0, 'snd_voi_minigame_100300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140008, 'Eheheh...', 'snd_voi_minigame_100300', 6, 1003818, 9, 1, 0, 'snd_voi_minigame_100300_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140009, 'Hehe.', 'snd_voi_minigame_100300', 7, 1003814, 9, 1, 0, 'snd_voi_minigame_100300_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140010, 'Hmm-hm-hmmm! ♪', 'snd_voi_minigame_100300', 8, 1003819, 9, 1, 0, 'snd_voi_minigame_100300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140011, 'Whooooo!', 'snd_voi_minigame_100300', 9, 1003007, 9, 1, 0, 'snd_voi_minigame_100300_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140014, 'Grrr!', 'snd_voi_minigame_100300', 10, 1003820, 9, 1, 0, 'snd_voi_minigame_100300_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140015, 'Heh heh heh!', 'snd_voi_minigame_100300', 11, 1003016, 9, 1, 0, 'snd_voi_minigame_100300_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140016, 'Hey, hey!', 'snd_voi_minigame_100300', 12, 1003822, 9, 1, 0, 'snd_voi_minigame_100300_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140012, 'Woohooooo!', 'snd_voi_minigame_100300', 13, 1003000, 9, 1, 0, 'snd_voi_minigame_100300_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140013, 'Yaaay!', 'snd_voi_minigame_100300', 14, 1003006, 9, 1, 0, 'snd_voi_minigame_100300_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140017, 'What the heck?! Ugh.', 'snd_voi_minigame_100300', 15, 1003823, 9, 1, 0, 'snd_voi_minigame_100300_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 140018, 'Urgh!', 'snd_voi_minigame_100300', 16, 1003824, 9, 1, 0, 'snd_voi_minigame_100300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 40000, 'The great and mighty Teio will win!', 'snd_voi_race_100301', 2, 0, 3, 1, 0, 'snd_voi_race_100301_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 40001, 'The Ultimate! Invincible! Teio Step!', 'snd_voi_race_100301', 3, 0, 3, 1, 0, 'snd_voi_race_100301_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 30004, 'Hehe! Did you see? The true power of the mighty Teio!', 'snd_voi_race_100301', 0, 0, 3, 1, 0, 'snd_voi_race_100301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 30005, 'No sweat at all! I''ll nab first place next time too!', 'snd_voi_race_100300', 8, 0, 3, 1, 0, 'snd_voi_race_100300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 31000, 'Here I go!', 'snd_voi_race_100300', 9, 0, 3, 1, 0, 'snd_voi_race_100300_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 13, 'Here''s today''s login bonus!', 'snd_voi_title_100300', 4, 2009, 1, 1, 0, 'snd_voi_title_100300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 15, 'You''ll get this tomorrow!', 'snd_voi_title_100300', 5, 8002, 1, 1, 0, 'snd_voi_title_100300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 110000, 'Wanna get right into training?', 'snd_voi_home_100300', 21, 0, 1, 1, 0, 'snd_voi_home_100300_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 110001, 'Mhm, mhm. Lots of interesting things to hear about.', 'snd_voi_home_100300', 22, 0, 1, 1, 0, 'snd_voi_home_100300_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 110002, 'Ooh, wanna enter a race?', 'snd_voi_home_100300', 23, 0, 1, 1, 0, 'snd_voi_home_100300_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 10021, 'Hey, it looks like the Umamusume Archive level has gone up.', 'snd_voi_home_100300', 24, 8001, 1, 1, 0, 'snd_voi_home_100300_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 20051, 'Okay, time to get pumped!', 'snd_voi_training_100300', 65, 1009, 2, 1, 0, 'snd_voi_training_100300_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70000, 'I''m gonna do my best to become the Monarch!', 'snd_voi_outgame_100300', 3, 0, 7, 1, 0, 'snd_voi_outgame_100300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95005, 'Go ahead and rely on me as much as you want!', 'snd_voi_outgame_100300', 4, 0, 7, 1, 0, 'snd_voi_outgame_100300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95006, 'Don''t you think I''ve still got room to improve?', 'snd_voi_outgame_100300', 5, 0, 7, 1, 0, 'snd_voi_outgame_100300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70004, 'Hehe. I look like an honor student, right?', 'snd_voi_outgame_100300', 16, 1003018, 7, 1, 0, 'snd_voi_outgame_100300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70010, 'I got clothes to match Prez''s, obviously.', 'snd_voi_outgame_100300', 17, 1003007, 7, 1, 0, 'snd_voi_outgame_100300_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70008, 'Tadaaa! Sleek and cute, huh!', 'snd_voi_outgame_100300', 20, 2009, 7, 1, 0, 'snd_voi_outgame_100300_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70014, 'I''m gonna stand tall on center stage, so look out for me!', 'snd_voi_outgame_100300', 21, 1003006, 7, 1, 0, 'snd_voi_outgame_100300_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70009, 'The invincible Teio is here!', 'snd_voi_outgame_100300', 22, 1003001, 7, 1, 0, 'snd_voi_outgame_100300_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70015, 'I''ll make sure you get to see me win wearing this!', 'snd_voi_outgame_100300', 23, 1003021, 7, 1, 0, 'snd_voi_outgame_100300_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71004, 'Hehe. I look like an honor student, right?', 'snd_voi_outgame_100300', 16, 33, 7, 0, 0, 'snd_voi_outgame_100300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71010, 'I got clothes to match Prez''s, obviously.', 'snd_voi_outgame_100300', 17, 18, 7, 0, 0, 'snd_voi_outgame_100300_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71008, 'Tadaaa! Sleek and cute, huh!', 'snd_voi_outgame_100300', 20, 48, 7, 0, 0, 'snd_voi_outgame_100300_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71014, 'I''m gonna stand tall on center stage, so look out for me!', 'snd_voi_outgame_100300', 21, 141, 7, 0, 0, 'snd_voi_outgame_100300_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71009, 'The invincible Teio is here!', 'snd_voi_outgame_100300', 22, 18, 7, 0, 0, 'snd_voi_outgame_100300_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71015, 'I''ll make sure you get to see me win wearing this!', 'snd_voi_outgame_100300', 23, 141, 7, 0, 0, 'snd_voi_outgame_100300_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 2030, 'We''re gonna win!', 'snd_voi_teamst_100300', 0, 990021, 10, 1, 0, 'snd_voi_teamst_100300_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 2031, 'Everyone, let''s get pumped!', 'snd_voi_teamst_st_100300_0000', 0, 1003006, 10, 1, 0, 'snd_voi_teamst_st_100300_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 2032, 'Thanks, Trainer!', 'snd_voi_training_100300', 64, 2002, 10, 1, 0, 'snd_voi_training_100300_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 2033, 'Aww, I wanna get out there and run like the wind right now! I can''t wait for the start!', 'snd_voi_training_100300', 19, 1003009, 10, 1, 0, 'snd_voi_training_100300_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 2034, 'I''m definitely gonna win, so maybe I should start thinking of what to say when I''m on the podium! ♪', 'snd_voi_training_100300', 16, 1003816, 10, 1, 0, 'snd_voi_training_100300_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 2035, 'Thanks, Trainer!', 'snd_voi_training_100300', 64, 2002, 10, 0, 0, 'snd_voi_training_100300_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90010, 'Phew... I got paired with McQueen for jogging, so I''ve been going all out since this morning.', 'snd_voi_home_100302', 0, 1003010, 1, 1, 0, 'snd_voi_home_100302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90011, 'Honey! Honey! Honey! Nothing beats honeyade in the morning!', 'snd_voi_home_100302', 1, 1003001, 1, 1, 0, 'snd_voi_home_100302_0001', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90012, 'Hey, listen! I visited a classroom of younger students during lunch, and they asked me for my autograph! ♪', 'snd_voi_home_100302', 2, 1003000, 1, 1, 0, 'snd_voi_home_100302_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90013, 'Yaaaaawn... I get so sleepy after lunch... I think I''ll take a quick nap in the student council office...', 'snd_voi_home_100302', 3, 1008808, 1, 1, 0, 'snd_voi_home_100302_0003', 0, 1003010, 2600, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90014, 'Thanks for sticking around with me until late! Get those hopes of yours up real high because I''m gonna meet them all!', 'snd_voi_home_100302', 4, 1003007, 1, 1, 0, 'snd_voi_home_100302_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90015, 'Did the younger students get home okay? Hehe! ♪ It''s the duty of the older students to watch out for them! ♪', 'snd_voi_home_100302', 5, 1003016, 1, 1, 0, 'snd_voi_home_100302_0005', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90016, 'The Satsuki Sho and the Derby... Spring is full of so many races! I''m gonna win ''em all, though!', 'snd_voi_home_100302', 6, 1003001, 1, 1, 0, 'snd_voi_home_100302_0006', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90017, 'I feel like everyone''s keeping their distance from me. Is it because my clothes look hot? Hehehe, I''m gonna chase after ''em!', 'snd_voi_home_100302', 7, 1003008, 1, 1, 0, 'snd_voi_home_100302_0007', 0, 2002, 5800, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90018, 'Nobody notices me if I hide in the fallen leaves wearing these clothes! Let''s see... who should I scare next?', 'snd_voi_home_100302', 8, 1003001, 1, 1, 0, 'snd_voi_home_100302_0008', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 90019, 'Winter means the holidays! You know, you see a lot of red and green this time of year! That''s just like the outfits Prez and I wear!', 'snd_voi_home_100302', 9, 1002, 1, 1, 0, 'snd_voi_home_100302_0009', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91016, 'Looks like the younger students really look up to Nature... Grr, I want them to rely on me too!', 'snd_voi_home_100302', 10, 1003009, 1, 1, 0, 'snd_voi_home_100302_0010', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91017, 'Have you seen McQueen''s new signature racewear? The color scheme''s so good! Not as good as mine, though. ♪', 'snd_voi_home_100302', 11, 1003018, 1, 1, 0, 'snd_voi_home_100302_0011', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91018, 'Turbo challenged me, but she didn''t say when, where, or to what... I really wanna know!', 'snd_voi_home_100302', 12, 1003010, 1, 1, 0, 'snd_voi_home_100302_0012', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91019, 'The trick to the Teio Step? You just give it a bit of a "tap, tap, tappy tap"! Easy, right?', 'snd_voi_home_100302', 13, 1001, 1, 1, 0, 'snd_voi_home_100302_0013', 0, 990070, 2600, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91020, 'Did you see how Kita looked at me? Her eyes were all sparkly! Ehehe, I gotta do my best too! ♪', 'snd_voi_home_100302', 14, 1003007, 1, 1, 0, 'snd_voi_home_100302_0014', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91028, 'I''m never gonna give up on my dream! I had this racewear made with that determination at its core!', 'snd_voi_home_100302', 15, 1003006, 1, 1, 0, 'snd_voi_home_100302_0015', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91029, 'Yeowch! My spirit to fight is on fire! ...Just kidding! My heart really is burning hot, though! ♪', 'snd_voi_home_100302', 16, 1003014, 1, 1, 0, 'snd_voi_home_100302_0016', 0, 1003016, 4400, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91021, 'Hey, wake up! I can give you some of my honeyade if you''re not feeling great.', 'snd_voi_home_100302', 17, 1003016, 1, 1, 0, 'snd_voi_home_100302_0017', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91022, 'McQueen invited me to have lunch, but she gets all sulky when I eat dessert. What do I do?', 'snd_voi_home_100302', 18, 1003008, 1, 1, 0, 'snd_voi_home_100302_0018', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91023, 'Palmer and Helios invited me to go to karaoke after this! They both get really into it, so I''m extra excited! ♪', 'snd_voi_home_100302', 19, 1003000, 1, 1, 0, 'snd_voi_home_100302_0019', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91024, 'This season feels amazing. I feel like I can run forever! I could totally run long races in this weather, no sweat!', 'snd_voi_home_100302', 20, 1003018, 1, 1, 0, 'snd_voi_home_100302_0020', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91025, 'There''s nothing like shaved ice on a hot day. I''m all about the honey-lemon flavor! It''s perfect for a work out, too! ♪', 'snd_voi_home_100302', 21, 1003007, 1, 1, 0, 'snd_voi_home_100302_0021', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91026, 'Achoo! Ugh... Did I catch a cold from the sudden change in temperature? I hate hospitals... I''m gonna have an early night.', 'snd_voi_home_100302', 22, 1003008, 1, 1, 0, 'snd_voi_home_100302_0022', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 91027, 'Ngh. It''s soooo cold today... Huh, what are you doing? Holding your hands out to me isn''t gonna warm you up, you know?', 'snd_voi_home_100302', 23, 1003009, 1, 1, 0, 'snd_voi_home_100302_0023', 0, 1003019, 4700, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92015, 'Everything''s ready to go! I''m all fired up!', 'snd_voi_training_100302', 0, 1003006, 2, 1, 0, 'snd_voi_training_100302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92016, 'Hit me with the hardest training you''ve got!', 'snd_voi_training_100302', 1, 1003001, 2, 1, 0, 'snd_voi_training_100302_0001', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92017, 'Yeah, I''m on it!', 'snd_voi_training_100302', 2, 1003016, 2, 1, 0, 'snd_voi_training_100302_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92018, 'I''m gonna be the best! Let''s go!', 'snd_voi_training_100302', 3, 1003006, 2, 1, 0, 'snd_voi_training_100302_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92020, 'One day I''m gonna run as blisteringly fast as Prez! So I gotta get faster!', 'snd_voi_training_100302', 5, 1003002, 2, 1, 0, 'snd_voi_training_100302_0005', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92021, 'All right, I''m in your hands. We have what they call an unspoken bond. ♪', 'snd_voi_training_100302', 6, 1003007, 2, 1, 0, 'snd_voi_training_100302_0006', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 92022, 'We''re gonna be legends! We''re on the road to becoming invincible! The strongest of all!', 'snd_voi_training_100302', 7, 1003006, 2, 1, 0, 'snd_voi_training_100302_0007', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 93004, 'Hehe! This is the start of our legendary tale! ♪', 'snd_voi_training_100302', 8, 0, 2, 1, 0, 'snd_voi_training_100302_0008', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 93005, 'Thanks for making me the strongest!', 'snd_voi_training_100302', 9, 0, 2, 1, 0, 'snd_voi_training_100302_0009', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95007, 'Look at me! I''ve gotten stronger again!', 'snd_voi_outgame_100302', 0, 1003007, 7, 1, 0, 'snd_voi_outgame_100302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95008, 'My power knows no bounds, just possibilities!', 'snd_voi_outgame_100302', 1, 1002, 7, 1, 0, 'snd_voi_outgame_100302_0001', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95010, 'I''m Tokai Teio! The mighty and powerful!', 'snd_voi_outgame_100302', 3, 2009, 7, 1, 0, 'snd_voi_outgame_100302_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70016, 'Look at this! Now this is racewear fit for a monarch!', 'snd_voi_outgame_100300', 24, 1003000, 7, 1, 0, 'snd_voi_outgame_100300_0024', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70017, 'Whoa, careful! Wouldn''t want to burn yourself.', 'snd_voi_outgame_100300', 25, 1003016, 7, 1, 0, 'snd_voi_outgame_100300_0025', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71016, 'Look at this! Now this is racewear fit for a monarch!', 'snd_voi_outgame_100300', 24, 23, 7, 0, 0, 'snd_voi_outgame_100300_0024', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71017, 'Whoa, careful! Wouldn''t want to burn yourself.', 'snd_voi_outgame_100300', 25, 18, 7, 0, 0, 'snd_voi_outgame_100300_0025', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 95009, 'I''ll never give up! ''Cause I''m gonna become history''s greatest racer!', 'snd_voi_gacha_100302', 0, 0, 7, 1, 0, 'snd_voi_gacha_100302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 40003, 'I''m gonna win for suuuuure!', 'snd_voi_race_100302', 2, 0, 3, 1, 0, 'snd_voi_race_100302_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 40004, 'I can feel it! Ohhh! This is the beginning of my legend!', 'snd_voi_race_100302', 3, 0, 3, 1, 0, 'snd_voi_race_100302_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 30006, 'Hop! Step! Great victory! Gooo me!', 'snd_voi_race_100302', 0, 0, 3, 1, 0, 'snd_voi_race_100302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 30007, 'No sweat at all! I''ll nab first place next time too!', 'snd_voi_race_100300', 8, 0, 3, 1, 0, 'snd_voi_race_100300_0008', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 400000, 'Running feels sooo good! I''m gonna show everyone just how cool I can be! ♪', 'snd_voi_event_090003', 0, 1003007, 7, 1, 0, 'snd_voi_event_090003_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 400002, 'What''s the key to my success? Hehe... It''s a secret! ♪', 'snd_voi_event_090003', 2, 1003001, 7, 1, 0, 'snd_voi_event_090003_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 81000, 'Hmph! The great and mighty Teio accepts this challenge!', 'snd_voi_outgame_100300', 13, 1003016, 7, 1, 0, 'snd_voi_outgame_100300_0013', 0, 0, 0, 1621425600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 81001, 'The stronger the opponent, the more fired up I get. But the winner, of course, will be me!', 'snd_voi_outgame_100300', 14, 1003006, 7, 1, 0, 'snd_voi_outgame_100300_0014', 0, 0, 0, 1621425600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70018, 'So cool!', 'snd_voi_outgame_100300', 26, 1003007, 7, 1, 0, 'snd_voi_outgame_100300_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 70019, 'I am the Invincible Monarch!', 'snd_voi_outgame_100300', 27, 1003006, 7, 1, 0, 'snd_voi_outgame_100300_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71018, 'So cool!', 'snd_voi_outgame_100300', 26, 19, 7, 0, 0, 'snd_voi_outgame_100300_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1003, 71019, 'I am the Invincible Monarch!', 'snd_voi_outgame_100300', 27, 58, 7, 0, 0, 'snd_voi_outgame_100300_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 11, 'Cygames', 'snd_voi_title_100400', 0, 0, 0, 1, 0, 'snd_voi_title_100400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 12, 'Umamusume: Pretty Derby', 'snd_voi_title_100400', 1, 0, 0, 1, 0, 'snd_voi_title_100400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10000, 'If I want to be a role model for these kiddos, then I''ve got to go above and beyond in my races!', 'snd_voi_home_100400', 0, 1004000, 1, 1, 0, 'snd_voi_home_100400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10001, 'You make the funniest faces whenever you''re in the passenger seat. It makes me want to go even faster! ♪', 'snd_voi_home_100400', 1, 2002, 1, 1, 0, 'snd_voi_home_100400_0001M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10101, 'You make the funniest faces whenever you''re in the passenger seat. It makes me want to go even faster! ♪', 'snd_voi_home_100400', 1, 2002, 1, 1, 0, 'snd_voi_home_100400_0001F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10002, 'Whether it''s driving or racing, I''ll take us at full speed till we hit our destination. So hang on tight! ♪', 'snd_voi_home_100400', 2, 3001, 1, 1, 0, 'snd_voi_home_100400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10003, 'Happy New Year. I hope to spend another bodacious year together with you! Hehe!', 'snd_voi_home_100400', 3, 1004006, 1, 1, 0, 'snd_voi_home_100400_0003M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10103, 'Happy New Year. I hope to spend another bodacious year together with you! Hehe!', 'snd_voi_home_100400', 3, 1004006, 1, 1, 0, 'snd_voi_home_100400_0003F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10004, 'Some of the younger students gave me chocolate for always helping them out! Oh, aren''t they just the sweetest! ♪', 'snd_voi_home_100400', 4, 3002, 1, 1, 0, 'snd_voi_home_100400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10005, 'Here—handmade chocolates from yours truly! They''re jam-packed with love. One bite and you''ll be head over heels! ♪', 'snd_voi_home_100400', 5, 2002, 1, 1, 0, 'snd_voi_home_100400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10006, 'I know a great place for stargazing. It''s kind of far, but how about we drive there for Tanabata?', 'snd_voi_home_100400', 6, 2001, 1, 1, 0, 'snd_voi_home_100400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10007, 'Happy Halloween! Honestly, who needs treats when you can have a fun trick! Hehe! ♪', 'snd_voi_home_100400', 7, 1004006, 1, 1, 0, 'snd_voi_home_100400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10008, 'Happy holidays! This season fills me right up with the festive spirit! ♪', 'snd_voi_home_100400', 8, 1004000, 1, 1, 0, 'snd_voi_home_100400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10009, 'I love going on drives, but it''d be nice to just walk around and admire the holiday lights once in a while. ...Are you free tonight?', 'snd_voi_home_100400', 9, 11001, 1, 1, 0, 'snd_voi_home_100400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10010, 'It''s almost the end of the year... Ever since I met you, time''s been flying right on by.', 'snd_voi_home_100400', 10, 1004006, 1, 1, 0, 'snd_voi_home_100400_0010M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10110, 'It''s almost the end of the year... Ever since I met you, time''s been flying right on by.', 'snd_voi_home_100400', 10, 1004006, 1, 1, 0, 'snd_voi_home_100400_0010F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10011, 'Hey, what do you wanna do? It''s your birthday, after all. You can ask me for anything. ♪', 'snd_voi_home_100400', 11, 2001, 1, 1, 0, 'snd_voi_home_100400_0011M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10111, 'Hey, what do you wanna do? It''s your birthday, after all. You can ask me for anything. ♪', 'snd_voi_home_100400', 11, 2001, 1, 1, 0, 'snd_voi_home_100400_0011F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10012, 'Happy birthday! Hehe... Is it me or have you gotten more confident?', 'snd_voi_home_100400', 12, 1004000, 1, 1, 0, 'snd_voi_home_100400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10013, 'The younger students really know how to make a girl feel special! Hehe, aren''t birthdays just the best? ♪', 'snd_voi_home_100400', 13, 1004007, 1, 1, 0, 'snd_voi_home_100400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10014, 'I made sure to keep my schedule free today. Will you take me out to celebrate? We''ve got all the time in the world.', 'snd_voi_home_100400', 14, 1004012, 1, 1, 0, 'snd_voi_home_100400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10015, 'There''s a new notice. Would you check it out and give me the deets later? ♪', 'snd_voi_home_100400', 15, 11001, 1, 1, 0, 'snd_voi_home_100400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10016, 'A present got delivered. I wonder what it is? Ooh, I''m so excited!', 'snd_voi_home_100400', 16, 1004000, 1, 1, 0, 'snd_voi_home_100400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10017, 'We finished the mission! ♪ I knew you could do it! I''ll take you out for a drive to celebrate!', 'snd_voi_home_100400', 17, 2001, 1, 1, 0, 'snd_voi_home_100400_0017M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10117, 'We finished the mission! ♪ I knew you could do it! I''ll take you out for a drive to celebrate!', 'snd_voi_home_100400', 17, 2001, 1, 1, 0, 'snd_voi_home_100400_0017F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10018, 'Looks like an event is coming up. Make sure to clear our schedule! ♪', 'snd_voi_home_100400', 18, 11001, 1, 1, 0, 'snd_voi_home_100400_0018M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10118, 'Looks like an event is coming up. Make sure to clear our schedule! ♪', 'snd_voi_home_100400', 18, 11001, 1, 1, 0, 'snd_voi_home_100400_0018F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10019, 'There''s an event happening right now. Come on, let''s check it out!', 'snd_voi_home_100400', 19, 1004000, 1, 1, 0, 'snd_voi_home_100400_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20000, 'Hmm... I''m absolutely exhausted. I can''t let my little cuties see me like this.', 'snd_voi_training_100400', 0, 1004008, 2, 1, 0, 'snd_voi_training_100400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20001, 'I still feel totally wiped out. I can''t hit top speed in this shape...', 'snd_voi_training_100400', 1, 10007, 2, 1, 0, 'snd_voi_training_100400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20002, 'I feel groovy, baby! I''m gluing the pedal to the metal, so try not to fall behind!', 'snd_voi_training_100400', 2, 3009, 2, 1, 0, 'snd_voi_training_100400_0002M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20102, 'I feel groovy, baby! I''m gluing the pedal to the metal! Try not to fall behind!', 'snd_voi_training_100400', 2, 3009, 2, 1, 0, 'snd_voi_training_100400_0002F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20003, 'I can keep going as long as it takes! Shift into top gear, ''cause we''re going full speed ahead!', 'snd_voi_training_100400', 3, 2009, 2, 1, 0, 'snd_voi_training_100400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20004, 'I''m sure the little ones will be watching me train, so time to go full throttle out there!', 'snd_voi_training_100400', 4, 3001, 2, 1, 0, 'snd_voi_training_100400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20005, 'I''m ready to run the distance! I can''t wait to feel the wind on my face! ♪', 'snd_voi_training_100400', 5, 2001, 2, 1, 0, 'snd_voi_training_100400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20006, 'I''m all set to go! Just give me the green light! ♪', 'snd_voi_training_100400', 6, 1004006, 2, 1, 0, 'snd_voi_training_100400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20007, 'Vroom, vroom! Let''s do this!', 'snd_voi_training_100400', 7, 11001, 2, 1, 0, 'snd_voi_training_100400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20008, 'Gotta keep my eyes on the road... Ah, don''t pay me any mind! I''m 100% A-OK! ♪', 'snd_voi_training_100400', 8, 1004010, 2, 1, 0, 'snd_voi_training_100400_0008M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20108, 'Gotta keep my eyes on the road... Ah, don''t pay me any mind! I''m 100% A-OK! ♪', 'snd_voi_training_100400', 8, 1004010, 2, 1, 0, 'snd_voi_training_100400_0008F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20009, 'My legs feel pretty tired... but I can''t let anyone see me out of my groove.', 'snd_voi_training_100400', 9, 10007, 2, 1, 0, 'snd_voi_training_100400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20010, 'Sorry, I think I''m running on fumes... It''s nothing you did, though.', 'snd_voi_training_100400', 10, 1004809, 2, 1, 0, 'snd_voi_training_100400_0010M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20110, 'Sorry, I think I''m running on fumes... It''s nothing you did, though.', 'snd_voi_training_100400', 10, 1004809, 2, 1, 0, 'snd_voi_training_100400_0010F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20011, 'The wind usually brightens my mood, but not today, I guess. I wonder why...', 'snd_voi_training_100400', 11, 1004008, 2, 1, 0, 'snd_voi_training_100400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20021, 'I''m always down for more races... But pit stops are important too.', 'snd_voi_training_100400', 12, 2007, 2, 1, 0, 'snd_voi_training_100400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20022, 'I''m thrilled you believe in my skills, but this many races might be a bit much...', 'snd_voi_training_100400', 13, 1004809, 2, 1, 0, 'snd_voi_training_100400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20023, 'I''m pumped up and ready to roll! Nothing better than the wind on your face when you''re in top shape!', 'snd_voi_training_100400', 14, 2002, 2, 1, 0, 'snd_voi_training_100400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20024, 'I''m on a full tank and running hot! Time to hit max speed and leave them all in my dust!', 'snd_voi_training_100400', 15, 3009, 2, 1, 0, 'snd_voi_training_100400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20025, 'How am I feeling? Totally waxed and buffed! I could run for\nmiles! ♪', 'snd_voi_training_100400', 16, 1004015, 2, 1, 0, 'snd_voi_training_100400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20026, 'I''ve got some fans in the stands. Hehe, what a confidence\nboost! ♪', 'snd_voi_training_100400', 17, 3002, 2, 1, 0, 'snd_voi_training_100400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20027, 'I''m in tip-top shape. I couldn''t do it without you, so this next win is for the both of us! ♪', 'snd_voi_training_100400', 18, 2001, 2, 1, 0, 'snd_voi_training_100400_0018M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20127, 'I''m in tip-top shape. I couldn''t do it without you, so this next win is for the both of us! ♪', 'snd_voi_training_100400', 18, 2001, 2, 1, 0, 'snd_voi_training_100400_0018F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20028, 'This is a big race for me. Think I''ll lose? As if! My engine is revving to go!', 'snd_voi_training_100400', 19, 4009, 2, 1, 0, 'snd_voi_training_100400_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20029, 'The race is about to start. You better be rooting for me!', 'snd_voi_training_100400', 20, 2001, 2, 1, 0, 'snd_voi_training_100400_0020M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20129, 'The race is about to start. You better be rooting for me!', 'snd_voi_training_100400', 20, 2001, 2, 1, 0, 'snd_voi_training_100400_0020F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20030, 'No matter who I''m up against, I''m gonna race my heart out!', 'snd_voi_training_100400', 21, 1004006, 2, 1, 0, 'snd_voi_training_100400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20031, 'Well, I''m off! Don''t you dare take your eyes off me, you hear?', 'snd_voi_training_100400', 22, 11001, 2, 1, 0, 'snd_voi_training_100400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20032, 'I may not be totally ready, but I can wing it! Just believe in me—anything is possible!', 'snd_voi_training_100400', 23, 11000, 2, 1, 0, 'snd_voi_training_100400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20033, 'This might not turn out perfect, but... as long as you''re watching me, I''ll be just fine!', 'snd_voi_training_100400', 24, 2000, 2, 1, 0, 'snd_voi_training_100400_0024M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20133, 'This might not turn out perfect, but... as long as you''re watching me, I''ll be just fine!', 'snd_voi_training_100400', 24, 2000, 2, 1, 0, 'snd_voi_training_100400_0024F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20034, 'I''m not super confident, but... we''ve done the best we can. Leave the rest to me!', 'snd_voi_training_100400', 25, 10000, 2, 1, 0, 'snd_voi_training_100400_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20035, 'It''s not like I can always race under perfect conditions, you know? Having a positive attitude is key.', 'snd_voi_training_100400', 26, 11000, 2, 1, 0, 'snd_voi_training_100400_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20036, 'However bad I feel, I don''t intend to lose. Not when you and everyone else is watching me.', 'snd_voi_training_100400', 27, 1004001, 2, 1, 0, 'snd_voi_training_100400_0027M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20136, 'However bad I feel, I don''t intend to lose. Not when you and everyone else is watching me.', 'snd_voi_training_100400', 27, 1004001, 2, 1, 0, 'snd_voi_training_100400_0027F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20037, 'Can I really do well like this? Oh, no, it''s nothing!', 'snd_voi_training_100400', 28, 1004000, 2, 1, 0, 'snd_voi_training_100400_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20038, 'Okay!', 'snd_voi_training_100400', 29, 0, 2, 1, 0, 'snd_voi_training_100400_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20039, 'I''ve got this!', 'snd_voi_training_100400', 30, 0, 2, 1, 0, 'snd_voi_training_100400_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20040, 'I''ll take the wheel! ♪', 'snd_voi_training_100400', 31, 0, 2, 1, 0, 'snd_voi_training_100400_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20041, 'Let''s do it!', 'snd_voi_training_100400', 32, 0, 2, 1, 0, 'snd_voi_training_100400_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20042, 'Sigh...', 'snd_voi_training_100400', 33, 0, 2, 1, 0, 'snd_voi_training_100400_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20043, 'Oh no...', 'snd_voi_training_100400', 34, 0, 2, 1, 0, 'snd_voi_training_100400_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20046, 'Here we go! ♪', 'snd_voi_training_100400', 37, 0, 2, 1, 0, 'snd_voi_training_100400_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20047, 'Let''s go!', 'snd_voi_training_100400', 38, 0, 2, 1, 0, 'snd_voi_training_100400_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20049, 'That run felt amazing!', 'snd_voi_training_100400', 63, 0, 2, 1, 0, 'snd_voi_training_100400_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20050, 'Thank you, Trainer! ♪', 'snd_voi_training_100400', 64, 0, 2, 1, 0, 'snd_voi_training_100400_0064M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20150, 'Thank you, Trainer! ♪', 'snd_voi_training_100400', 64, 0, 2, 1, 0, 'snd_voi_training_100400_0064F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 30000, 'Hehe, I won''t let anyone past me next time.', 'snd_voi_race_100400', 0, 0, 3, 1, 0, 'snd_voi_race_100400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 30001, 'I did pretty good, didn''t I?', 'snd_voi_race_100400', 1, 0, 3, 1, 0, 'snd_voi_race_100400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 30002, 'I think I left too much gas in the tank.', 'snd_voi_race_100400', 2, 0, 3, 1, 0, 'snd_voi_race_100400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 30003, 'Well, this is officially embarrassing...', 'snd_voi_race_100400', 3, 0, 3, 1, 0, 'snd_voi_race_100400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 60000, 'Woo, my engine is blazing! ♪', 'snd_voi_live_100400', 0, 0, 4, 1, 0, 'snd_voi_live_100400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 60001, 'I''m going to make the crowd go wild! ♪', 'snd_voi_live_100400', 1, 0, 4, 1, 0, 'snd_voi_live_100400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70001, 'I wonder if I''ve finally grown enough to be a good role model to everyone.', 'snd_voi_outgame_100400', 1, 3000, 7, 1, 0, 'snd_voi_outgame_100400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90000, 'Good morning, Trainer! I hope you''re ready, because today we''re going full throttle! ♪', 'snd_voi_home_100401', 0, 11002, 1, 1, 0, 'snd_voi_home_100401_0000M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90100, 'Good morning, Trainer! I hope you''re ready, because today we''re going full throttle! ♪', 'snd_voi_home_100401', 0, 11002, 1, 1, 0, 'snd_voi_home_100401_0000F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90001, 'Let''s start off the day with a bang! Life is a highway—so let''s hit the road!', 'snd_voi_home_100401', 1, 1004015, 1, 1, 0, 'snd_voi_home_100401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90002, 'Hi there! Ready to burn rubber in some afternoon training? ♪', 'snd_voi_home_100401', 2, 11001, 1, 1, 0, 'snd_voi_home_100401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90003, 'Hiya, Trainer! All set to go? I''m always ready to get this party started!', 'snd_voi_home_100401', 3, 1004015, 1, 1, 0, 'snd_voi_home_100401_0003M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90103, 'Hiya, Trainer! All set to go? I''m always ready to get this party started!', 'snd_voi_home_100401', 3, 1004015, 1, 1, 0, 'snd_voi_home_100401_0003F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90004, 'You really racked up the miles today. I''ve gotta work twice as hard to keep up! ♪', 'snd_voi_home_100401', 4, 1004000, 1, 1, 0, 'snd_voi_home_100401_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90005, 'I know a spot with a happening view at night. Once you''re all finished up, why don''t we go there for a drive?', 'snd_voi_home_100401', 5, 1004006, 1, 1, 0, 'snd_voi_home_100401_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90006, 'This is the time of year we get a whole new batch of cuties! Tazuna is thrilled too! Hehe, I can''t wait! ♪', 'snd_voi_home_100401', 6, 1004006, 1, 1, 0, 'snd_voi_home_100401_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90007, 'Summer is for driving with the wind in your hair, not cranking the AC indoors! I feel like a nice, looong drive on the coast!', 'snd_voi_home_100401', 7, 2001, 1, 1, 0, 'snd_voi_home_100401_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90008, 'It''s fun running at breakneck speeds on a track covered in fall leaves! The way they whirl up is just so pretty!', 'snd_voi_home_100401', 8, 3002, 1, 1, 0, 'snd_voi_home_100401_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90009, 'Car batteries will die faster when the weather gets cold! I need to keep up on maintenance!', 'snd_voi_home_100401', 9, 10001, 1, 1, 0, 'snd_voi_home_100401_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91000, 'Spe looked amazing in today''s race. I''ll always root for her. She''s one of my cuties! ♪', 'snd_voi_home_100401', 10, 1004000, 1, 1, 0, 'snd_voi_home_100401_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91001, 'My mom said she found a super gnarly shop the other day. I''ve gotta hit it up too!', 'snd_voi_home_100401', 11, 1004020, 1, 1, 0, 'snd_voi_home_100401_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91002, 'Rudolf was really passionate when she asked me how to connect with the kids. Hehe, guess she has a surprisingly cute side to her. ♪', 'snd_voi_home_100401', 12, 3001, 1, 1, 0, 'snd_voi_home_100401_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91003, 'I love running, but the feeling of taking off in my hot ride is on a whole other level!', 'snd_voi_home_100401', 13, 3002, 1, 1, 0, 'snd_voi_home_100401_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91004, 'It''s hard to look cute in a driver''s license photo... Maya''s good at taking selfies. I should ask her for advice.', 'snd_voi_home_100401', 14, 1004006, 1, 1, 0, 'snd_voi_home_100401_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91005, 'I''m not performing just for my fans. I want everyone to have a blast at my concerts—including you and me!', 'snd_voi_home_100401', 15, 1004000, 1, 1, 0, 'snd_voi_home_100401_0015M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91105, 'I''m not performing just for my fans. I want everyone to have a blast at my concerts—including you and me!', 'snd_voi_home_100401', 15, 1004000, 1, 1, 0, 'snd_voi_home_100401_0015F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91006, 'Concerts aren''t only about singing. Dancing is just as important. The moment the spotlight hits me, it''s dance fever time!', 'snd_voi_home_100401', 16, 1004006, 1, 1, 0, 'snd_voi_home_100401_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91007, 'When I hit the turf, I need to show everyone just what this "Hot Rod" is all about!', 'snd_voi_home_100401', 17, 3001, 1, 1, 0, 'snd_voi_home_100401_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91008, 'This souped-up signature racewear always makes me feel bangin''! ♪ I''m ready to zoom off!', 'snd_voi_home_100401', 18, 4002, 1, 1, 0, 'snd_voi_home_100401_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91009, 'A shower in the morning is where it''s at. Look, my tail''s so silky smooth. Wanna feel it? ...Haha, psych! ♪', 'snd_voi_home_100401', 19, 2001, 1, 1, 0, 'snd_voi_home_100401_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91010, 'I ate a lot of dessert at lunch. Tiramisu, nata de coco... They''re all the rage right now! ♪', 'snd_voi_home_100401', 20, 2002, 1, 1, 0, 'snd_voi_home_100401_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91011, 'The wind sounds so clear when I run in the silence of the night. It makes me feel even faster than normal!', 'snd_voi_home_100401', 21, 1004000, 1, 1, 0, 'snd_voi_home_100401_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91012, 'Cherry blossoms at night are just beautiful. If I lived in the dorms and had a curfew, I''d never get to see them. I''m so lucky! ♪', 'snd_voi_home_100401', 22, 2002, 1, 1, 0, 'snd_voi_home_100401_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91013, 'It rains a lot during the summer, so I can''t drive with the windows down much. That''s why I need to make the most of sunny days!', 'snd_voi_home_100401', 23, 1004006, 1, 1, 0, 'snd_voi_home_100401_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91014, 'I feel like plowing right through those fall leaves with my car! I''m getting giddy just thinking about it!', 'snd_voi_home_100401', 24, 3002, 1, 1, 0, 'snd_voi_home_100401_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91015, 'My father taught me ballet. We practiced the Nutcracker together every winter...', 'snd_voi_home_100401', 25, 11001, 1, 1, 0, 'snd_voi_home_100401_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92000, 'I''m totes ready to go! ♪ So, what are we starting with?', 'snd_voi_training_100401', 0, 1004015, 2, 1, 0, 'snd_voi_training_100401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92001, 'Woo-hoo! I really burned rubber back there!', 'snd_voi_training_100401', 1, 2009, 2, 1, 0, 'snd_voi_training_100401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92002, 'Vroom, vroom! Time to let\nloose! ♪', 'snd_voi_training_100401', 2, 1004006, 2, 1, 0, 'snd_voi_training_100401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92003, 'Just ''cause I''m training doesn''t mean I can''t have fun too! Hehe, let''s go! ♪', 'snd_voi_training_100401', 3, 1004000, 2, 1, 0, 'snd_voi_training_100401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92011, 'Time to go full throttle and burn some rubber! I''ll run through anything you throw at me like it''s nothing!', 'snd_voi_training_100401', 4, 2002, 2, 1, 0, 'snd_voi_training_100401_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92005, 'Whatever training regimen you''ve cooked up, I''ll follow your lead. You always plan something fun! ♪', 'snd_voi_training_100401', 5, 3001, 2, 1, 0, 'snd_voi_training_100401_0005M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92006, 'Whatever training regimen you''ve cooked up, I''ll follow your lead. You always plan something fun! ♪', 'snd_voi_training_100401', 5, 3001, 2, 1, 0, 'snd_voi_training_100401_0005F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92007, 'Racing and training are one and the same. All I have to do is enjoy myself. You''ll see! ♪', 'snd_voi_training_100401', 6, 2001, 2, 1, 0, 'snd_voi_training_100401_0006M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92008, 'Racing and training are one and the same. All I have to do is enjoy myself. You''ll see! ♪', 'snd_voi_training_100401', 6, 2001, 2, 1, 0, 'snd_voi_training_100401_0006F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92009, 'If I''m the Supercar, that makes you the driver. Train me well so I can run at top speed!', 'snd_voi_training_100401', 7, 3002, 2, 1, 0, 'snd_voi_training_100401_0007M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92010, 'If I''m the Supercar, that makes you the driver. Train me well so I can run at top speed!', 'snd_voi_training_100401', 7, 3002, 2, 1, 0, 'snd_voi_training_100401_0007F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 93000, 'I feel amazing! And it''s all thanks to you! ♪', 'snd_voi_training_100401', 8, 0, 2, 1, 0, 'snd_voi_training_100401_0008M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 93001, 'I feel amazing! And it''s all thanks to you! ♪', 'snd_voi_training_100401', 8, 0, 2, 1, 0, 'snd_voi_training_100401_0008F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 93002, 'I wonder if you''re impressed yet.', 'snd_voi_training_100401', 9, 0, 2, 1, 0, 'snd_voi_training_100401_0009M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 93003, 'I wonder if you''re impressed yet.', 'snd_voi_training_100401', 9, 0, 2, 1, 0, 'snd_voi_training_100401_0009F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95000, 'Yeah, now we''re talking!', 'snd_voi_outgame_100401', 0, 2001, 7, 1, 0, 'snd_voi_outgame_100401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95001, 'We''re zooming ahead of the competition! ♪', 'snd_voi_outgame_100401', 1, 2001, 7, 1, 0, 'snd_voi_outgame_100401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95003, 'Hi! I''m Maruzensky!', 'snd_voi_outgame_100401', 3, 2001, 7, 1, 0, 'snd_voi_outgame_100401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95004, 'I''ll kick things into high gear. Try to keep up!', 'snd_voi_gacha_100401', 0, 0, 7, 1, 0, 'snd_voi_gacha_100401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1008, 'Let''s have a great race today, everyone!', 'snd_voi_teamst_st_100400_0000', 0, 1004006, 8, 1, 0, 'snd_voi_teamst_st_100400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1015, 'You ready for this?', 'snd_voi_teamst_st_100400_1035', 0, 1004000, 8, 1, 0, 'snd_voi_teamst_st_100400_1035_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1016, 'You''ve got this, Rice!', 'snd_voi_teamst_st_100400_1030', 0, 1004015, 8, 1, 0, 'snd_voi_teamst_st_100400_1030_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1010, 'Let''s both do our best!', 'snd_voi_teamst_st_100100_1004', 1, 2001, 8, 1, 0, 'snd_voi_teamst_st_100100_1004_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1000, 'Time to burn some rubber!', 'snd_voi_teamst_100400', 0, 990021, 8, 1, 0, 'snd_voi_teamst_100400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1001, 'This turned out amazing!', 'snd_voi_teamst_100400', 1, 0, 8, 1, 0, 'snd_voi_teamst_100400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1003, 'It''s a tie?! Totally incredible!', 'snd_voi_teamst_100400', 2, 0, 8, 1, 0, 'snd_voi_teamst_100400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1002, 'Oh no, we lost...', 'snd_voi_teamst_100400', 3, 0, 8, 1, 0, 'snd_voi_teamst_100400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1004, 'We did it! We won!', 'snd_voi_teamst_100400', 4, 4002, 8, 1, 0, 'snd_voi_teamst_100400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1007, 'Look! I got a new high score!', 'snd_voi_teamst_100400', 5, 1004000, 8, 1, 0, 'snd_voi_teamst_100400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1006, 'It''s a tie?! Totally incredible!', 'snd_voi_teamst_100400', 2, 3009, 8, 1, 0, 'snd_voi_teamst_100400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 1005, 'Oh no, we lost...', 'snd_voi_teamst_100400', 3, 1004008, 8, 1, 0, 'snd_voi_teamst_100400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 120000, 'Ooh, I''m burning up!', 'snd_voi_outgame_100400', 11, 1004818, 2, 1, 0, 'snd_voi_outgame_100400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140000, 'Vroom, vroom! Let''s do this!', 'snd_voi_minigame_100400', 0, 1004000, 9, 1, 0, 'snd_voi_minigame_100400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140001, 'Yay!', 'snd_voi_minigame_100400', 1, 1004015, 9, 1, 0, 'snd_voi_minigame_100400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140002, 'Whaaat?!', 'snd_voi_minigame_100400', 2, 1004010, 9, 1, 0, 'snd_voi_minigame_100400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140003, 'Look! We hit the jackpot!', 'snd_voi_minigame_100400', 3, 971004, 9, 1, 0, 'snd_voi_minigame_100400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140004, 'This is the bomb!', 'snd_voi_minigame_100400', 4, 972004, 9, 1, 0, 'snd_voi_minigame_100400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140005, 'Awww, this is the pits.', 'snd_voi_minigame_100400', 5, 1004019, 9, 1, 0, 'snd_voi_minigame_100400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140006, 'Look! We hit the jackpot!', 'snd_voi_minigame_100400', 3, 974004, 9, 1, 0, 'snd_voi_minigame_100400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140007, 'This is the bomb!', 'snd_voi_minigame_100400', 4, 973004, 9, 1, 0, 'snd_voi_minigame_100400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140008, 'Haha!', 'snd_voi_minigame_100400', 6, 1004810, 9, 1, 0, 'snd_voi_minigame_100400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140009, 'Heehee!', 'snd_voi_minigame_100400', 7, 1004811, 9, 1, 0, 'snd_voi_minigame_100400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140010, 'Heehee. ♪', 'snd_voi_minigame_100400', 8, 1004812, 9, 1, 0, 'snd_voi_minigame_100400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140011, 'Not bad at all!', 'snd_voi_minigame_100400', 9, 1004813, 9, 1, 0, 'snd_voi_minigame_100400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140014, 'Wha?! Aww...', 'snd_voi_minigame_100400', 10, 1004014, 9, 1, 0, 'snd_voi_minigame_100400_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140015, 'Hehe!', 'snd_voi_minigame_100400', 11, 1004012, 9, 1, 0, 'snd_voi_minigame_100400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140016, 'Go get ''em!', 'snd_voi_minigame_100400', 12, 1004814, 9, 1, 0, 'snd_voi_minigame_100400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140012, 'How wonderful! ♪', 'snd_voi_minigame_100400', 13, 1004815, 9, 1, 0, 'snd_voi_minigame_100400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140013, 'Ohhhh!', 'snd_voi_minigame_100400', 14, 1004816, 9, 1, 0, 'snd_voi_minigame_100400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140017, 'Aww...', 'snd_voi_minigame_100400', 15, 1004017, 9, 1, 0, 'snd_voi_minigame_100400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 140018, 'Ugh...', 'snd_voi_minigame_100400', 16, 1004817, 9, 1, 0, 'snd_voi_minigame_100400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 40000, 'All right, I''ve got the green light!', 'snd_voi_race_100401', 2, 0, 3, 1, 0, 'snd_voi_race_100401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 40001, 'I''ll show you who has the best engine around! Watch me go full throttle!', 'snd_voi_race_100401', 3, 0, 3, 1, 0, 'snd_voi_race_100401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 30004, 'That was amazing! I can''t wait for the next one!', 'snd_voi_race_100401', 0, 0, 3, 1, 0, 'snd_voi_race_100401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 30005, 'Hehe, I''ll be right up in front next time!', 'snd_voi_race_100400', 8, 0, 3, 1, 0, 'snd_voi_race_100400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 31000, 'Here I go!', 'snd_voi_race_100400', 9, 0, 3, 1, 0, 'snd_voi_race_100400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 13, 'This is today''s login bonus!', 'snd_voi_title_100400', 4, 2009, 1, 1, 0, 'snd_voi_title_100400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 15, 'You''ll get this tomorrow!', 'snd_voi_title_100400', 5, 8002, 1, 1, 0, 'snd_voi_title_100400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 110000, 'Oh? You wanna train?', 'snd_voi_home_100400', 21, 0, 1, 1, 0, 'snd_voi_home_100400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 110001, 'I get so absorbed in reading this!', 'snd_voi_home_100400', 22, 0, 1, 1, 0, 'snd_voi_home_100400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 110002, 'Should we enter a race?', 'snd_voi_home_100400', 23, 0, 1, 1, 0, 'snd_voi_home_100400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 10021, 'Looks like the Umamusume Archive level went up!', 'snd_voi_home_100400', 24, 8001, 1, 1, 0, 'snd_voi_home_100400_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 20051, 'Let''s burn some rubber while we''re still young!', 'snd_voi_training_100400', 65, 1009, 2, 1, 0, 'snd_voi_training_100400_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70000, 'Give me all the fun races you''ve got! ♪', 'snd_voi_outgame_100400', 3, 0, 7, 1, 0, 'snd_voi_outgame_100400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95005, 'Don''t I seem like a dependable big sister?', 'snd_voi_outgame_100400', 4, 0, 7, 1, 0, 'snd_voi_outgame_100400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95006, 'My cuties will always come first!', 'snd_voi_outgame_100400', 5, 0, 7, 1, 0, 'snd_voi_outgame_100400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70004, 'Our school uniform is all that!', 'snd_voi_outgame_100400', 16, 2001, 7, 1, 0, 'snd_voi_outgame_100400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70010, 'Enjoying school life with my friends and the other students... It''s great to be young!', 'snd_voi_outgame_100400', 17, 1004007, 7, 1, 0, 'snd_voi_outgame_100400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70008, 'Just being in my concert outfit is making me giddy!', 'snd_voi_outgame_100400', 20, 1004015, 7, 1, 0, 'snd_voi_outgame_100400_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70014, 'Watch me shine on the podium!', 'snd_voi_outgame_100400', 21, 4002, 7, 1, 0, 'snd_voi_outgame_100400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70009, 'My blazing red signature racewear has really got me all fired up!', 'snd_voi_outgame_100400', 22, 1004006, 7, 1, 0, 'snd_voi_outgame_100400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70015, 'I''m going to cross the finish line at top speed! Just watch!', 'snd_voi_outgame_100400', 23, 3002, 7, 1, 0, 'snd_voi_outgame_100400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71004, 'Our school uniform is all that!', 'snd_voi_outgame_100400', 16, 35, 7, 0, 0, 'snd_voi_outgame_100400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71010, 'Enjoying school life with my friends and the other students... It''s great to be young!', 'snd_voi_outgame_100400', 17, 18, 7, 0, 0, 'snd_voi_outgame_100400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71008, 'Just being in my concert outfit is making me giddy!', 'snd_voi_outgame_100400', 20, 48, 7, 0, 0, 'snd_voi_outgame_100400_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71014, 'Watch me shine on the podium!', 'snd_voi_outgame_100400', 21, 21, 7, 0, 0, 'snd_voi_outgame_100400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71009, 'My blazing red signature racewear has really got me all fired up!', 'snd_voi_outgame_100400', 22, 33, 7, 0, 0, 'snd_voi_outgame_100400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71015, 'I''m going to cross the finish line at top speed! Just watch!', 'snd_voi_outgame_100400', 23, 48, 7, 0, 0, 'snd_voi_outgame_100400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 2030, 'Time to burn some rubber!', 'snd_voi_teamst_100400', 0, 990021, 10, 1, 0, 'snd_voi_teamst_100400_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 2031, 'Let''s have a great race today, everyone!', 'snd_voi_teamst_st_100400_0000', 0, 1004006, 10, 1, 0, 'snd_voi_teamst_st_100400_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 2032, 'Thank you, Trainer! ♪', 'snd_voi_training_100400', 64, 2002, 10, 1, 0, 'snd_voi_training_100400_0064M', 1, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 2036, 'Thank you, Trainer! ♪', 'snd_voi_training_100400', 64, 2002, 10, 1, 0, 'snd_voi_training_100400_0064F', 2, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 2033, 'This is a big race for me. Think I''ll lose? As if! My engine is revving to go!', 'snd_voi_training_100400', 19, 4009, 10, 1, 0, 'snd_voi_training_100400_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 2034, 'How am I feeling? Totally waxed and buffed! I could run for miles! ♪', 'snd_voi_training_100400', 16, 1004015, 10, 1, 0, 'snd_voi_training_100400_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 2035, 'Thank you, Trainer! ♪', 'snd_voi_training_100400', 64, 2002, 10, 0, 0, 'snd_voi_training_100400_0064M', 1, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 2037, 'Thank you, Trainer! ♪', 'snd_voi_training_100400', 64, 2002, 10, 0, 0, 'snd_voi_training_100400_0064F', 2, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90010, 'Morning! Ooh, you look tired. How about we grab a cup of coffee?', 'snd_voi_home_100402', 0, 1004006, 1, 1, 0, 'snd_voi_home_100402_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90011, 'The pool in the morning is so peaceful... How about we go for a private dip?', 'snd_voi_home_100402', 1, 1001, 1, 1, 0, 'snd_voi_home_100402_0001', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90012, 'I hope it''s soon... I can''t wait to go to Bubblyland!', 'snd_voi_home_100402', 2, 4002, 1, 1, 0, 'snd_voi_home_100402_0002', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90013, 'Great work today! You eat lunch yet? How about we grab some Italian food? ♪', 'snd_voi_home_100402', 3, 1004015, 1, 1, 0, 'snd_voi_home_100402_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90014, 'My mother sent me a package bursting with all sorts of goodies. Hehe, she really overdid it this time.', 'snd_voi_home_100402', 4, 1004006, 1, 1, 0, 'snd_voi_home_100402_0004', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90015, 'My littles ones are the best. I hope they always have smiles on their faces.', 'snd_voi_home_100402', 5, 1004000, 1, 1, 0, 'snd_voi_home_100402_0005', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90016, 'The cherry blossoms are nice in the day, but they''re great to see at night too... Maybe I''ll go for a drive.', 'snd_voi_home_100402', 6, 3001, 1, 1, 0, 'snd_voi_home_100402_0006', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90017, 'Blue skies, white clouds! Next stop—to Bubblyland we go!', 'snd_voi_home_100402', 7, 1004015, 1, 1, 0, 'snd_voi_home_100402_0007', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90018, 'The moon is just so beautiful in the fall. You''ll join me for a drink once I''m old enough, right?', 'snd_voi_home_100402', 8, 10001, 1, 1, 0, 'snd_voi_home_100402_0008', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 90019, 'I''m not afraid of the cold! Woo woo! ...Ooh, it''s chilly!', 'snd_voi_home_100402', 9, 4002, 1, 1, 0, 'snd_voi_home_100402_0009', 0, 1004004, 4300, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91016, 'Looks like the weather will be nice on my next day off. Maybe I''ll wash Tata.', 'snd_voi_home_100402', 10, 1004000, 1, 1, 0, 'snd_voi_home_100402_0010', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91017, 'I can talk with my mom about anything. ♪ We''re like good friends.', 'snd_voi_home_100402', 11, 3001, 1, 1, 0, 'snd_voi_home_100402_0011', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91018, 'Spe always looks like she''s in complete bliss when she eats. She''s so precious.', 'snd_voi_home_100402', 12, 1004010, 1, 1, 0, 'snd_voi_home_100402_0012', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91019, 'Flying by at high speeds makes you feel so refreshed! How about it? You free tonight?', 'snd_voi_home_100402', 13, 2009, 1, 1, 0, 'snd_voi_home_100402_0013', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91020, 'Scarlet really is such a responsible student... But all the more reason to look out for her.', 'snd_voi_home_100402', 14, 1001, 1, 1, 0, 'snd_voi_home_100402_0014', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91028, 'Hehe, check out these heart-shaped sunglasses. Isn''t the orange-yellow combo the cutest?', 'snd_voi_home_100402', 15, 2002, 1, 1, 0, 'snd_voi_home_100402_0015', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91029, 'I got my nails done! They''re called gel nails, I think... One of my cuties told me about the salon. ♪', 'snd_voi_home_100402', 16, 1004000, 1, 1, 0, 'snd_voi_home_100402_0016', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91021, 'Morning! My dream was all about disco fever! ♪ I feel out of this world!', 'snd_voi_home_100402', 17, 1004016, 1, 1, 0, 'snd_voi_home_100402_0017', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91022, 'Ciao, Trainer. Have you checked out the new cafe in front of the station yet?', 'snd_voi_home_100402', 18, 2001, 1, 1, 0, 'snd_voi_home_100402_0018M', 1, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91030, 'Ciao, Trainer. Have you checked out the new cafe in front of the station yet?', 'snd_voi_home_100402', 18, 2001, 1, 1, 0, 'snd_voi_home_100402_0018F', 2, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91023, 'Wanna go see the ocean at night? I''m sure the wind will feel great tonight.', 'snd_voi_home_100402', 19, 3001, 1, 1, 0, 'snd_voi_home_100402_0019', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91024, 'Cherry blossoms whirling in the wind... Sounds positively beautiful! It''d probably send me into a dance fever! ♪', 'snd_voi_home_100402', 20, 1004000, 1, 1, 0, 'snd_voi_home_100402_0020', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91025, 'Should I go to the pool or the ocean? Ah, maybe I''ll just go to both?', 'snd_voi_home_100402', 21, 2001, 1, 1, 0, 'snd_voi_home_100402_0021', 0, 10002, 3400, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91026, 'One of the staff members told me that it''s jellyfish season right now, so the ocean is a no-go.', 'snd_voi_home_100402', 22, 1004003, 1, 1, 0, 'snd_voi_home_100402_0022', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 91027, 'Are you interested in some winter swimming? Hey, I''m just yanking your chain!', 'snd_voi_home_100402', 23, 3001, 1, 1, 0, 'snd_voi_home_100402_0023', 0, 1004016, 3500, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92015, 'I''m totally gassed up! I''ll take the wheel from here!', 'snd_voi_training_100402', 0, 1004016, 2, 1, 0, 'snd_voi_training_100402_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92016, 'I''m gonna make the most out of today! ♪', 'snd_voi_training_100402', 1, 2001, 2, 1, 0, 'snd_voi_training_100402_0001', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92017, 'I''m ready to break a sweat—and burn some rubber!', 'snd_voi_training_100402', 2, 3002, 2, 1, 0, 'snd_voi_training_100402_0002', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92018, 'I''m totes ready to go! Just give me the green light, Trainer! ♪', 'snd_voi_training_100402', 3, 1004015, 2, 1, 0, 'snd_voi_training_100402_0003M', 1, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92023, 'I''m totes ready to go! Just give me the green light, Trainer! ♪', 'snd_voi_training_100402', 3, 1004015, 2, 1, 0, 'snd_voi_training_100402_0003F', 2, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92020, 'I''ve got to be the ideal that everyone aspires to. ♪', 'snd_voi_training_100402', 5, 1004006, 2, 1, 0, 'snd_voi_training_100402_0005', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92021, 'How about we aim for heights that only we can reach?', 'snd_voi_training_100402', 6, 1004000, 2, 1, 0, 'snd_voi_training_100402_0006', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92022, 'I know you, Trainer. You''ll take me to an absolutely amazing spot.', 'snd_voi_training_100402', 7, 1002, 2, 1, 0, 'snd_voi_training_100402_0007M', 1, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 92024, 'I know you, Trainer. You''ll take me to an absolutely amazing spot.', 'snd_voi_training_100402', 7, 1002, 2, 1, 0, 'snd_voi_training_100402_0007F', 2, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 93004, 'Hehe. I would have never made it here without you... Thanks! ♪', 'snd_voi_training_100402', 8, 0, 2, 1, 0, 'snd_voi_training_100402_0008M', 1, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 93006, 'Hehe. I would have never made it here without you... Thanks! ♪', 'snd_voi_training_100402', 8, 0, 2, 1, 0, 'snd_voi_training_100402_0008F', 2, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 93005, 'Thank you for leading me to this point. You have my deepest and most profound gratitude! There, I said it! ♪', 'snd_voi_training_100402', 9, 0, 2, 1, 0, 'snd_voi_training_100402_0009', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95007, 'Way to go, baby! ♪', 'snd_voi_outgame_100402', 0, 1004016, 7, 1, 0, 'snd_voi_outgame_100402_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95008, 'Things''re starting to get hotter! Woo hoo! ♪', 'snd_voi_outgame_100402', 1, 0, 7, 1, 0, 'snd_voi_outgame_100402_0001', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95010, 'Ciao! I''m the one always taking care of everyone, Maruzensky!', 'snd_voi_outgame_100402', 3, 1004000, 7, 1, 0, 'snd_voi_outgame_100402_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70016, 'Whaddya think? The design''s kinda sexy and cute—great for a rockin'' bod like mine, right?', 'snd_voi_outgame_100400', 24, 4001, 7, 1, 0, 'snd_voi_outgame_100400_0024', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70017, 'Just wearing this makes me want to break out in dance! Ooh, la, la!', 'snd_voi_outgame_100400', 25, 2002, 7, 1, 0, 'snd_voi_outgame_100400_0025', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71016, 'Whaddya think? The design''s kinda sexy and cute—great for a rockin'' bod like mine, right?', 'snd_voi_outgame_100400', 24, 152, 7, 0, 0, 'snd_voi_outgame_100400_0024', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71017, 'Just wearing this makes me want to break out in dance! Ooh, la, la!', 'snd_voi_outgame_100400', 25, 35, 7, 0, 0, 'snd_voi_outgame_100400_0025', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 95009, 'It''s hot girl summer! Now let''s heat things up! ♪', 'snd_voi_gacha_100402', 0, 0, 7, 1, 0, 'snd_voi_gacha_100402_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 40003, 'It''s summer fever all night long!', 'snd_voi_race_100402', 2, 0, 3, 1, 0, 'snd_voi_race_100402_0002', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 40004, 'Woo! Thanks, Miss Dolphin! ♪ ...Whoa there! Ahahaha! This is gnarly!', 'snd_voi_race_100402', 3, 0, 3, 1, 0, 'snd_voi_race_100402_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 30006, 'Ah! The wind feels amazing. Next time, I''m gonna run right through it!', 'snd_voi_race_100402', 0, 0, 3, 1, 0, 'snd_voi_race_100402_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 30007, 'Hehe, I''ll be right up in front next time!', 'snd_voi_race_100400', 8, 0, 3, 1, 0, 'snd_voi_race_100400_0008', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 400001, 'I wanna hit up a disco and a cafe with all of my beautiful homegirls! ♪', 'snd_voi_event_090005', 1, 1004015, 7, 1, 0, 'snd_voi_event_090005_0001', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 400008, 'Yeah, you two got it! Everything''ll be 100% A-OK!', 'snd_voi_event_090005', 8, 1004018, 7, 1, 0, 'snd_voi_event_090005_0008', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 400009, 'I was worried about how it''d turn out... but it was smooth driving!', 'snd_voi_event_090005', 9, 1004006, 7, 1, 0, 'snd_voi_event_090005_0009', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 400012, 'This is the event mission! We''ve gotta do it!', 'snd_voi_event_090005', 12, 1004016, 7, 1, 0, 'snd_voi_event_090005_0012', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 400013, 'Nice job with the event mission! The rewards are yours, home skillet! ♪', 'snd_voi_event_090005', 13, 3001, 7, 1, 0, 'snd_voi_event_090005_0013', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70018, 'Groovy!', 'snd_voi_outgame_100400', 26, 1004016, 7, 1, 0, 'snd_voi_outgame_100400_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 70019, 'Engine''s ready. Time to drive!', 'snd_voi_outgame_100400', 27, 1004015, 7, 1, 0, 'snd_voi_outgame_100400_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71018, 'Groovy!', 'snd_voi_outgame_100400', 26, 152, 7, 0, 0, 'snd_voi_outgame_100400_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 71019, 'Engine''s ready. Time to drive!', 'snd_voi_outgame_100400', 27, 22, 7, 0, 0, 'snd_voi_outgame_100400_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 81000, 'All right, no holding back. I''m hurtling down the fast lane!', 'snd_voi_outgame_100400', 13, 1004015, 7, 1, 0, 'snd_voi_outgame_100400_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1004, 81001, 'Now my engine''s fired up! Keep up, if you can.', 'snd_voi_outgame_100400', 14, 10001, 7, 1, 0, 'snd_voi_outgame_100400_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 11, 'Cygames', 'snd_voi_tc_1005', 0, 0, 0, 1, 0, 'snd_voi_title_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1005', 1, 0, 0, 1, 0, 'snd_voi_title_100500_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10000, 'You may not see it yet, but I shall show you the radiance... of a glorious miracle!', 'snd_voi_home_100500', 0, 1005017, 1, 1, 0, 'snd_voi_home_100500_0000', 0, 2001, 4000, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10001, 'You and I share something special. We have a bond that rivals all others. ...Your support is always duly appreciated.', 'snd_voi_home_100500', 1, 1005006, 1, 1, 0, 'snd_voi_home_100500_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10002, 'Behind every miracle of mine is the person who inspires it. That''s you, Trainer.', 'snd_voi_home_100500', 2, 1005016, 1, 1, 0, 'snd_voi_home_100500_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10003, 'Hail! The happiest of New Years to you! For my next trick, I shall shoot off fireworks from a hat... Ah, wait that''s actually a little hard.', 'snd_voi_home_100500', 3, 1005000, 1, 1, 0, 'snd_voi_home_100500_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10004, 'Hey, Trainer, are you a fan of chocolates? Then, take a look inside your bag. Haha, I think you''ll find a sweet surprise! ♪', 'snd_voi_home_100500', 4, 2001, 1, 1, 0, 'snd_voi_home_100500_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10005, 'Here... I had this arranged just for you. Haha, it was supposed to be all in jest, but now that I''ve done it... I''m blushing.', 'snd_voi_home_100500', 5, 1005013, 1, 1, 0, 'snd_voi_home_100500_0005', 0, 1005012, 4900, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10006, 'If it were me, I would have crossed the entire night sky to meet Orihime. A miracle to outshine the stars!', 'snd_voi_home_100500', 6, 1005016, 1, 1, 0, 'snd_voi_home_100500_0006', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10007, 'Trick or treat! Hehehe. Now, just what surprises do I have up my sleeve for you? ♪', 'snd_voi_home_100500', 7, 1005007, 1, 1, 0, 'snd_voi_home_100500_0007', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10008, 'Did you believe in Santa when you were a kid? I still believe in him. Because that makes such a better story!', 'snd_voi_home_100500', 8, 1005000, 1, 1, 0, 'snd_voi_home_100500_0008', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10009, 'Happy holidays! If perchance you have no prior arrangements, I would love to escort you tonight.', 'snd_voi_home_100500', 9, 1001, 1, 1, 0, 'snd_voi_home_100500_0009', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10010, 'We''re cleaning the dorms, but some little darlings have decided to cut and run. Haha! Looks like the game is afoot!', 'snd_voi_home_100500', 10, 1005006, 1, 1, 0, 'snd_voi_home_100500_0010', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10011, 'Happy Birthday! I''d love to have the honor of making this day one of the best in your life.', 'snd_voi_home_100500', 11, 1005015, 1, 1, 0, 'snd_voi_home_100500_0011', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10012, 'I can''t help but smile when I realize this is the day you came into the world... Happy Birthday, Trainer.', 'snd_voi_home_100500', 12, 11002, 1, 1, 0, 'snd_voi_home_100500_0012', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10013, 'I was bestowed with many gifts. I must strive to repay everyone with more than just gratitude!', 'snd_voi_home_100500', 13, 1005001, 1, 1, 0, 'snd_voi_home_100500_0013', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10014, 'I am beside myself that you deemed it worthy to celebrate my birthday. You have my thanks, Trainer!', 'snd_voi_home_100500', 14, 1005006, 1, 1, 0, 'snd_voi_home_100500_0014', 0, 1005007, 7400, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10015, 'It seems there''s a new notice. You should see what it''s all about before you forget.', 'snd_voi_home_100500', 15, 1005016, 1, 1, 0, 'snd_voi_home_100500_0015', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10016, 'There''s a present here for you. Hehe, I wonder how big your smile will be when you open it.', 'snd_voi_home_100500', 16, 1005007, 1, 1, 0, 'snd_voi_home_100500_0016', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10017, 'Well done on clearing the mission! It is but the fruit of your labor. Your work has finally paid off!', 'snd_voi_home_100500', 17, 1005001, 1, 1, 0, 'snd_voi_home_100500_0017', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10018, 'It seems an event is on the horizon. As a performer of the arts, it is my duty to join in the festivities!', 'snd_voi_home_100500', 18, 1005017, 1, 1, 0, 'snd_voi_home_100500_0018', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10019, 'An event has started. Let us go forth and have fun!', 'snd_voi_home_100500', 19, 1005015, 1, 1, 0, 'snd_voi_home_100500_0019', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20000, 'Phew... I cannot let my darling ponies see such a haggard face.', 'snd_voi_training_100500', 0, 1005010, 2, 1, 0, 'snd_voi_training_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20001, 'Ngh... I seem to be of somewhat ill health.', 'snd_voi_training_100500', 1, 1005011, 2, 1, 0, 'snd_voi_training_100500_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20002, 'Raise the curtains! I''m ready to take stage. It will be my most spectacular performance yet!', 'snd_voi_training_100500', 2, 1005001, 2, 1, 0, 'snd_voi_training_100500_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20003, 'Whatever the burden, I shall carry it. In today''s trials, be vigilant, for the flicker of a miracle will emerge!', 'snd_voi_training_100500', 3, 1005007, 2, 1, 0, 'snd_voi_training_100500_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20004, 'Ah, I''m feeling perfect! But, are you ready for your monologue? I jest, I jest!', 'snd_voi_training_100500', 4, 1005017, 2, 1, 0, 'snd_voi_training_100500_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20005, 'I heard calls of adoration from my darling ponies in the audience. Hehe, that put a pep right in my step!', 'snd_voi_training_100500', 5, 1005007, 2, 1, 0, 'snd_voi_training_100500_0005', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20006, 'Everything''s in order on my side. Shall we begin?', 'snd_voi_training_100500', 6, 1005015, 2, 1, 0, 'snd_voi_training_100500_0006', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20007, 'Good, nothing bad to speak of! I''ll give them my same performance as usual.', 'snd_voi_training_100500', 7, 1005000, 2, 1, 0, 'snd_voi_training_100500_0007', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20008, 'Oh goodness me... My body feels quite sluggish. However, I shall perform to the best of my ability.', 'snd_voi_training_100500', 8, 1005009, 2, 1, 0, 'snd_voi_training_100500_0008', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20009, 'Oh... sorry. I spaced out for a moment there. Ahem... Okay, let''s get back on track.', 'snd_voi_training_100500', 9, 1005014, 2, 1, 0, 'snd_voi_training_100500_0009', 0, 1005000, 6300, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20010, 'I must be tired... Where did all my energy wander off to, I wonder?', 'snd_voi_training_100500', 10, 1005011, 2, 1, 0, 'snd_voi_training_100500_0010', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20011, 'My apologies. I''m feeling a bit under the weather. And after you made time for me...', 'snd_voi_training_100500', 11, 1005010, 2, 1, 0, 'snd_voi_training_100500_0011', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20021, 'Another race? ...No, it''s just I''m worried about the state of my legs under such constant use.', 'snd_voi_training_100500', 12, 1005003, 2, 1, 0, 'snd_voi_training_100500_0012', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20022, 'May I ask for an intermission from racing? It''s important to keep challenging oneself, but respite is also necessary.', 'snd_voi_training_100500', 13, 1005008, 2, 1, 0, 'snd_voi_training_100500_0013', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20023, 'Let''s manifest a marvel of epic proportions today!', 'snd_voi_training_100500', 14, 2002, 2, 1, 0, 'snd_voi_training_100500_0014', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20024, 'My next performance will break the box office! Time to give my audience the surprise of their life!', 'snd_voi_training_100500', 15, 1005001, 2, 1, 0, 'snd_voi_training_100500_0015', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20025, 'Now, what miracle shall I perform in today''s race? Hehe... I mustn''t spoil it!', 'snd_voi_training_100500', 16, 1005006, 2, 1, 0, 'snd_voi_training_100500_0016', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20026, 'There, I can hit all my cues. This will surely be a success. To the stage!', 'snd_voi_training_100500', 17, 1005007, 2, 1, 0, 'snd_voi_training_100500_0017', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20027, 'All my rehearsing is done. All that''s left is to wait for the curtains to rise.', 'snd_voi_training_100500', 18, 1005000, 2, 1, 0, 'snd_voi_training_100500_0018', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20028, 'The race is about to start. You''ll want to be front row for this. The crowd is about to go wild.', 'snd_voi_training_100500', 19, 1005016, 2, 1, 0, 'snd_voi_training_100500_0019', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20029, 'As long as I stick to my lines, the show will be a roaring success.', 'snd_voi_training_100500', 20, 1005017, 2, 1, 0, 'snd_voi_training_100500_0020', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20030, 'I''m in somewhat okay condition. All that''s left is to make it or break it.', 'snd_voi_training_100500', 21, 1005000, 2, 1, 0, 'snd_voi_training_100500_0021', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20031, 'No matter the stage, I retain my presence of mind. I will always march to my own tune.', 'snd_voi_training_100500', 22, 1005016, 2, 1, 0, 'snd_voi_training_100500_0022', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20032, 'I will admit my mind is heavy, but excuses do not belong on the track. I will pour my soul into today''s race.', 'snd_voi_training_100500', 23, 1005017, 2, 1, 0, 'snd_voi_training_100500_0023', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20033, 'I dare say my heart is uneasy about the race... But the show must go on! Excelsior!', 'snd_voi_training_100500', 24, 1005002, 2, 1, 0, 'snd_voi_training_100500_0024', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20034, 'I cannot say this will be a blockbuster performance, but that is no reason to give up. I shall take the road less traveled!', 'snd_voi_training_100500', 25, 1005004, 2, 1, 0, 'snd_voi_training_100500_0025', 0, 11000, 5200, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20035, 'No matter the reception, I will act to the best of my ability.', 'snd_voi_training_100500', 26, 1005002, 2, 1, 0, 'snd_voi_training_100500_0026', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20036, 'It will be rough going, but I shall do what I can.', 'snd_voi_training_100500', 27, 1005017, 2, 1, 0, 'snd_voi_training_100500_0027', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20037, 'I cannot let them see me in such a state.', 'snd_voi_training_100500', 28, 1005003, 2, 1, 0, 'snd_voi_training_100500_0028', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20038, 'Let us begin!', 'snd_voi_training_100500', 29, 0, 2, 1, 0, 'snd_voi_training_100500_0029', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20039, 'My time has come!', 'snd_voi_training_100500', 30, 0, 2, 1, 0, 'snd_voi_training_100500_0030', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20040, 'Keep at it!', 'snd_voi_training_100500', 31, 0, 2, 1, 0, 'snd_voi_training_100500_0031', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20041, 'Ahh, I see.', 'snd_voi_training_100500', 32, 0, 2, 1, 0, 'snd_voi_training_100500_0032', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20042, 'Ughhh...', 'snd_voi_training_100500', 33, 0, 2, 1, 0, 'snd_voi_training_100500_0033', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20043, 'Oh dear...', 'snd_voi_training_100500', 34, 0, 2, 1, 0, 'snd_voi_training_100500_0034', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20046, 'Let''s go!', 'snd_voi_training_100500', 37, 0, 2, 1, 0, 'snd_voi_training_100500_0037', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20047, 'How delightful!', 'snd_voi_training_100500', 38, 0, 2, 1, 0, 'snd_voi_training_100500_0038', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20049, 'I have realized even greater potential because of you.', 'snd_voi_training_100500', 63, 0, 2, 1, 0, 'snd_voi_training_100500_0063', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20050, 'That was a delight, Trainer!', 'snd_voi_training_100500', 64, 0, 2, 1, 0, 'snd_voi_training_100500_0064', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 30000, 'I guess I was lacking just a little something.', 'snd_voi_race_100500', 0, 0, 3, 1, 0, 'snd_voi_race_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 30001, 'I must wow the audience even more!', 'snd_voi_race_100500', 1, 0, 3, 1, 0, 'snd_voi_race_100500_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 30002, 'The time for miracles is yet past the horizon...', 'snd_voi_race_100500', 2, 0, 3, 1, 0, 'snd_voi_race_100500_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 30003, 'What an absolutely... atrocious display.', 'snd_voi_race_100500', 3, 0, 3, 1, 0, 'snd_voi_race_100500_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 60000, 'The audience was completely enthralled!', 'snd_voi_live_100500', 0, 0, 4, 1, 0, 'snd_voi_live_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 60001, 'I''m a miracle worker—on and off the track!', 'snd_voi_live_100500', 1, 0, 4, 1, 0, 'snd_voi_live_100500_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70001, 'Finding your trainer badge was the start of our journey together. Hehe, what a wonderful memory.', 'snd_voi_outgame_100500', 1, 1005006, 7, 1, 0, 'snd_voi_outgame_100500_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90000, 'I must think up something to put the first smile of the day onto everyone''s faces.', 'snd_voi_home_100501', 0, 1005016, 1, 1, 0, 'snd_voi_home_100501_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90001, 'If you haven''t broken your fast yet, care to join me? The sleepyheads shall be awake soon. I must prepare an amazing show for them!', 'snd_voi_home_100501', 1, 1005000, 1, 1, 0, 'snd_voi_home_100501_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90002, 'Shall we have some tea before this afternoon''s training? The best performance comes when offstage life is fully enjoyed after all.', 'snd_voi_home_100501', 2, 1005016, 1, 1, 0, 'snd_voi_home_100501_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90003, 'How about you join me in the cafeteria for lunch? I promise it will be just the opposite of boring.', 'snd_voi_home_100501', 3, 1005015, 1, 1, 0, 'snd_voi_home_100501_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90004, 'It''s time to do some rounds. I hope my darling ponies have been on their best behavior.', 'snd_voi_home_100501', 4, 1005000, 1, 1, 0, 'snd_voi_home_100501_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90005, 'Let me know if you''re going to be out late. The streets can be dangerous at night, so I''ll escort you back to your room.', 'snd_voi_home_100501', 5, 1005016, 1, 1, 0, 'snd_voi_home_100501_0005', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90006, 'Spring is the season for new beginnings. I wonder what manner of surprises I should prepare for the newest troupe of darling ponies?', 'snd_voi_home_100501', 6, 1002, 1, 1, 0, 'snd_voi_home_100501_0006', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90007, 'Be careful of heat stroke. If you''re feeling faint, take my arm, and... Oh, I really shouldn''t say that! Haha!', 'snd_voi_home_100501', 7, 1005006, 1, 1, 0, 'snd_voi_home_100501_0007', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90008, 'Some students like to jump right into piles of leaves... Hehehe, their hearts are so innocent it''s hard to get angry.', 'snd_voi_home_100501', 8, 1005006, 1, 1, 0, 'snd_voi_home_100501_0008', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 90009, 'The ground is slippery with ice. So make sure you walk with both arms stretched out to keep your balance.', 'snd_voi_home_100501', 9, 1005000, 1, 1, 0, 'snd_voi_home_100501_0009', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91000, 'I saw my mother take stage a long time ago. She was brilliant. I''m sure even now she''s off to great heights.', 'snd_voi_home_100501', 10, 1005006, 1, 1, 0, 'snd_voi_home_100501_0010', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91001, 'I was practicing my smoking finger trick when Hishiama ran past and asked me when I turned into a delinquent! Hahaha!', 'snd_voi_home_100501', 11, 1005017, 1, 1, 0, 'snd_voi_home_100501_0011', 0, 1005007, 5000, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91002, 'Brian''s always biting on a stem... I''ll really knock her socks off if I make it bloom. Ooh, I must try it!', 'snd_voi_home_100501', 12, 1005000, 1, 1, 0, 'snd_voi_home_100501_0012', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91003, 'I love when I surprise someone and their shock turns into glee. Hehe, now that''s a sight I''ll never tire of.', 'snd_voi_home_100501', 13, 1005007, 1, 1, 0, 'snd_voi_home_100501_0013', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91004, 'I''m usually the one doing the surprising, but Tachyon tends to get the best of me... Hmm, I can''t let her win!', 'snd_voi_home_100501', 14, 1005011, 1, 1, 0, 'snd_voi_home_100501_0014', 0, 2009, 7100, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91005, 'Whether it''s on a track or a stage, a person''s expression is key... How do I appear in your eyes?', 'snd_voi_home_100501', 15, 1005006, 1, 1, 0, 'snd_voi_home_100501_0015', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91006, 'I''m not opposed to a cute uniform. It''ll be different from my usual. All the more to surprise everyone with!', 'snd_voi_home_100501', 16, 2001, 1, 1, 0, 'snd_voi_home_100501_0016', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91007, 'Some people have taken to calling me the Black Meteor. I guess these clothes are a fitting embodiment of that.', 'snd_voi_home_100501', 17, 2009, 1, 1, 0, 'snd_voi_home_100501_0017', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91008, 'I feel I can travel to the ends of the world with you. Now, that is a miraculous kind of feeling.', 'snd_voi_home_100501', 18, 1005001, 1, 1, 0, 'snd_voi_home_100501_0018', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91009, 'A performer must always be aware of their appearance. And so, I must fix the strayest strand of hair immediately!', 'snd_voi_home_100501', 19, 1005016, 1, 1, 0, 'snd_voi_home_100501_0019', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91010, 'The cafeteria is always bustling with sweet ponies around this time. It makes for a most boisterous lunch.', 'snd_voi_home_100501', 20, 1005000, 1, 1, 0, 'snd_voi_home_100501_0020', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91011, 'I caught a student breaking curfew, so I made her smile with my patented Fuji Jack-in-the-box. ...Not much of a punishment, huh?', 'snd_voi_home_100501', 21, 1005002, 1, 1, 0, 'snd_voi_home_100501_0021', 0, 1005011, 6100, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91012, 'Hishiama is getting all worked up about the cherry blossoms again. So be it! I''ll have to prepare a monologue to fit the occasion!', 'snd_voi_home_100501', 22, 1005017, 1, 1, 0, 'snd_voi_home_100501_0022', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91013, 'The ocean is wonderful, but full of perils. I must make sure my darling ponies do not get ahead of themselves.', 'snd_voi_home_100501', 23, 1005016, 1, 1, 0, 'snd_voi_home_100501_0023', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91014, 'Tis the season where students come to me saying they''re overeating. Hehe, how precious of them.', 'snd_voi_home_100501', 24, 1005007, 1, 1, 0, 'snd_voi_home_100501_0024', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 91015, 'I can catch a snowflake on my glove and see its exquisite details with my own eyes. It feels like a gift from the sky.', 'snd_voi_home_100501', 25, 1005006, 1, 1, 0, 'snd_voi_home_100501_0025', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 92000, 'I''m ready to train whenever you are! Let''s have a great time!', 'snd_voi_training_100501', 0, 1005001, 2, 1, 0, 'snd_voi_training_100501_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 92001, 'The adoration of my darling ponies is what fuels my performance. I cannot let them see me in such a wretched state.', 'snd_voi_training_100501', 1, 2001, 2, 1, 0, 'snd_voi_training_100501_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 92002, 'Be it on the track or not, I shall pull no punches. My miracles will be everlasting.', 'snd_voi_training_100501', 2, 1005000, 2, 1, 0, 'snd_voi_training_100501_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 92003, 'With every training session, I feel that much stronger. I can''t wait to see where the future leads me.', 'snd_voi_training_100501', 3, 1005001, 2, 1, 0, 'snd_voi_training_100501_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 92011, 'These legs bear the weight of all my hard-won skills. I shall show the world my strength!', 'snd_voi_training_100501', 4, 1005016, 2, 1, 0, 'snd_voi_training_100501_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 92005, 'Thank you for putting together such a wonderful workout regimen. I won''t let it go to waste!', 'snd_voi_training_100501', 5, 1005007, 2, 1, 0, 'snd_voi_training_100501_0005', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 92006, 'Every day is a surprise thinking of what you''re going to teach me next. Hehe, I guess I''m your audience!', 'snd_voi_training_100501', 6, 1002, 2, 1, 0, 'snd_voi_training_100501_0006', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 92007, 'Ever since you began training me, my life has gotten richer and richer. What do you have in store today?', 'snd_voi_training_100501', 7, 1005016, 2, 1, 0, 'snd_voi_training_100501_0007', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 93000, 'Wouldn''t you call that a miracle?', 'snd_voi_training_100501', 8, 0, 2, 1, 0, 'snd_voi_training_100501_0008', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 93001, 'The tale of Fuji Kiseki has pages left in it yet.', 'snd_voi_training_100501', 9, 0, 2, 1, 0, 'snd_voi_training_100501_0009', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 95000, 'I shall be the world''s greatest entertainer!', 'snd_voi_outgame_100501', 0, 1005015, 7, 1, 0, 'snd_voi_outgame_100501_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 95001, 'Don''t blink—I''m going to shine brighter than ever!', 'snd_voi_outgame_100501', 1, 0, 7, 1, 0, 'snd_voi_outgame_100501_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 95003, 'Indeed. It is I, Fuji Kiseki.', 'snd_voi_outgame_100501', 3, 2000, 7, 1, 0, 'snd_voi_outgame_100501_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 95004, 'I''ll be the miracle that lights up your world!', 'snd_voi_gacha_100501', 0, 0, 7, 1, 0, 'snd_voi_gacha_100501_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1008, 'Everyone, let''s go!', 'snd_voi_teamst_st_100500_0000', 0, 1005015, 8, 1, 0, 'snd_voi_teamst_st_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1017, 'Let''s enjoy this to the fullest!', 'snd_voi_teamst_st_100500_1032', 0, 1005001, 8, 1, 0, 'snd_voi_teamst_st_100500_1032_00', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1018, 'Let the show begin!', 'snd_voi_teamst_st_100500_1012', 0, 2000, 8, 1, 0, 'snd_voi_teamst_st_100500_1012_00', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1031, 'This is a tag team battle.', 'snd_voi_teamst_st_101200_1005', 1, 1005011, 8, 1, 0, 'snd_voi_teamst_st_101200_1005_01', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1000, 'Shall we go?', 'snd_voi_teamst_100500', 0, 1005015, 8, 1, 0, 'snd_voi_teamst_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1001, 'Victory is ours!', 'snd_voi_teamst_100500', 1, 0, 8, 1, 0, 'snd_voi_teamst_100500_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1003, 'That was a close match.', 'snd_voi_teamst_100500', 2, 0, 8, 1, 0, 'snd_voi_teamst_100500_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1002, 'How shameful...', 'snd_voi_teamst_100500', 3, 0, 8, 1, 0, 'snd_voi_teamst_100500_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1004, 'Well done, everyone!', 'snd_voi_teamst_100500', 4, 1005016, 8, 1, 0, 'snd_voi_teamst_100500_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1007, 'All right, a new high score!', 'snd_voi_teamst_100500', 5, 1005001, 8, 1, 0, 'snd_voi_teamst_100500_0005', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1006, 'That was a close match.', 'snd_voi_teamst_100500', 2, 1005017, 8, 1, 0, 'snd_voi_teamst_100500_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 1005, 'How shameful...', 'snd_voi_teamst_100500', 3, 1005003, 8, 1, 0, 'snd_voi_teamst_100500_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 40000, 'Without further ado, let the show begin!', 'snd_voi_race_100501', 2, 0, 3, 1, 0, 'snd_voi_race_100501_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 40001, 'There, a sudden flash! The time for a miracle is nigh! ...The curtains open on the stage of my dreams!', 'snd_voi_race_100501', 3, 0, 3, 1, 0, 'snd_voi_race_100501_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 30004, 'The stage is set for a miracle, ladies and gentlemen. ♪', 'snd_voi_race_100501', 0, 0, 3, 1, 0, 'snd_voi_race_100501_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 30005, 'Thank you! Thank you! A performer is nothing without her audience!', 'snd_voi_race_100500', 8, 0, 3, 1, 0, 'snd_voi_race_100500_0008', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 31000, 'I''ll put on a show just for you.', 'snd_voi_race_100500', 9, 0, 3, 1, 0, 'snd_voi_race_100500_0009', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 13, 'This is today''s login bonus.', 'snd_voi_title_100500', 4, 1005015, 1, 1, 0, 'snd_voi_title_100500_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 15, 'And here''s tomorrow''s. How positively delightful.', 'snd_voi_title_100500', 5, 1005000, 1, 1, 0, 'snd_voi_title_100500_0005', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 110000, 'What kind of training do you prefer?', 'snd_voi_home_100500', 21, 0, 1, 1, 0, 'snd_voi_home_100500_0021', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 110001, 'Would you like to reminisce with me?', 'snd_voi_home_100500', 22, 0, 1, 1, 0, 'snd_voi_home_100500_0022', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 110002, 'Shall we enter a race?', 'snd_voi_home_100500', 23, 0, 1, 1, 0, 'snd_voi_home_100500_0023', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 10021, 'The Archive level appears to have increased.', 'snd_voi_home_100500', 24, 1005016, 1, 1, 0, 'snd_voi_home_100500_0024', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 20051, 'All right, let''s start practice!', 'snd_voi_training_100500', 65, 0, 2, 1, 0, 'snd_voi_training_100500_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70000, 'Stand by my side, and let us make miracles!', 'snd_voi_outgame_100500', 3, 2001, 7, 1, 0, 'snd_voi_outgame_100500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 95005, 'I hope to be a boon to you.', 'snd_voi_outgame_100500', 4, 0, 7, 1, 0, 'snd_voi_outgame_100500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 95006, 'Fret not, for I am by your side!', 'snd_voi_outgame_100500', 5, 0, 7, 1, 0, 'snd_voi_outgame_100500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 120000, 'I feel it—what splendid warmth!', 'snd_voi_outgame_100500', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_100500_0011', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140000, 'I have high expectations for you, Trainer.', 'snd_voi_minigame_100500', 0, 1001, 9, 1, 0, 'snd_voi_minigame_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140001, 'You did it!', 'snd_voi_minigame_100500', 1, 2002, 9, 1, 0, 'snd_voi_minigame_100500_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140002, 'So close.', 'snd_voi_minigame_100500', 2, 1005003, 9, 1, 0, 'snd_voi_minigame_100500_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140003, 'Well done, that''s quite a haul.', 'snd_voi_minigame_100500', 3, 971005, 9, 1, 0, 'snd_voi_minigame_100500_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140004, 'Not a bad performance.', 'snd_voi_minigame_100500', 4, 972005, 9, 1, 0, 'snd_voi_minigame_100500_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140005, 'There''s always next time. Keep your wits about you.', 'snd_voi_minigame_100500', 5, 1005017, 9, 1, 0, 'snd_voi_minigame_100500_0005', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140006, 'Well done, that''s quite a haul.', 'snd_voi_minigame_100500', 3, 974005, 9, 1, 0, 'snd_voi_minigame_100500_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140007, 'Not a bad performance.', 'snd_voi_minigame_100500', 4, 973005, 9, 1, 0, 'snd_voi_minigame_100500_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140008, 'Hehehe.', 'snd_voi_minigame_100500', 6, 1005006, 9, 1, 0, 'snd_voi_minigame_100500_0006', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140009, 'Hmm-hm-hmm! ♪', 'snd_voi_minigame_100500', 7, 1002, 9, 1, 0, 'snd_voi_minigame_100500_0007', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140010, 'Phew...', 'snd_voi_minigame_100500', 8, 1005800, 9, 1, 0, 'snd_voi_minigame_100500_0008', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140011, 'Resplendent!', 'snd_voi_minigame_100500', 9, 1005801, 9, 1, 0, 'snd_voi_minigame_100500_0009', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140014, 'Ngh...', 'snd_voi_minigame_100500', 10, 1005804, 9, 1, 0, 'snd_voi_minigame_100500_0010', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140015, 'Oh.', 'snd_voi_minigame_100500', 11, 1005805, 9, 1, 0, 'snd_voi_minigame_100500_0011', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140016, 'Might I make a request?', 'snd_voi_minigame_100500', 12, 1005806, 9, 1, 0, 'snd_voi_minigame_100500_0012', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140012, 'Absolutely splendid!', 'snd_voi_minigame_100500', 13, 1005802, 9, 1, 0, 'snd_voi_minigame_100500_0013', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140013, 'All right!', 'snd_voi_minigame_100500', 14, 1005803, 9, 1, 0, 'snd_voi_minigame_100500_0014', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140017, 'Ah!', 'snd_voi_minigame_100500', 15, 11011, 9, 1, 0, 'snd_voi_minigame_100500_0015', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 140018, 'Nooo...', 'snd_voi_minigame_100500', 16, 1005010, 9, 1, 0, 'snd_voi_minigame_100500_0016', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70004, 'I just love vivid colors.', 'snd_voi_outgame_100500', 16, 1005016, 7, 1, 0, 'snd_voi_outgame_100500_0016', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70010, 'I''d prefer pants myself, but this is acceptable.', 'snd_voi_outgame_100500', 17, 1005017, 7, 1, 0, 'snd_voi_outgame_100500_0017', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70008, 'How do I look dressed like this?', 'snd_voi_outgame_100500', 20, 2001, 7, 1, 0, 'snd_voi_outgame_100500_0020', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70014, 'I will sing and dance with the utmost gusto!', 'snd_voi_outgame_100500', 21, 1005001, 7, 1, 0, 'snd_voi_outgame_100500_0021', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70009, 'Well? What do you think of my stage outfit?', 'snd_voi_outgame_100500', 22, 1005006, 7, 1, 0, 'snd_voi_outgame_100500_0022', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70015, 'I provide only the highest forms of entertainment.', 'snd_voi_outgame_100500', 23, 2009, 7, 1, 0, 'snd_voi_outgame_100500_0023', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 71004, 'I just love vivid colors.', 'snd_voi_outgame_100500', 16, 22, 7, 0, 0, 'snd_voi_outgame_100500_0016', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 71010, 'I''d prefer pants myself, but this is acceptable.', 'snd_voi_outgame_100500', 17, 48, 7, 0, 0, 'snd_voi_outgame_100500_0017', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 71008, 'How do I look dressed like this?', 'snd_voi_outgame_100500', 20, 34, 7, 0, 0, 'snd_voi_outgame_100500_0020', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 71014, 'I will sing and dance with the utmost gusto!', 'snd_voi_outgame_100500', 21, 22, 7, 0, 0, 'snd_voi_outgame_100500_0021', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 71009, 'Well? What do you think of my stage outfit?', 'snd_voi_outgame_100500', 22, 148, 7, 0, 0, 'snd_voi_outgame_100500_0022', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 71015, 'I provide only the highest forms of entertainment.', 'snd_voi_outgame_100500', 23, 22, 7, 0, 0, 'snd_voi_outgame_100500_0023', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 2030, 'Shall we go?', 'snd_voi_teamst_100500', 0, 1005001, 10, 1, 0, 'snd_voi_teamst_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 2031, 'Everyone, let''s go!', 'snd_voi_teamst_st_100500_0000', 0, 1005015, 10, 1, 0, 'snd_voi_teamst_st_100500_0000', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 2032, 'That was a delight, Trainer!', 'snd_voi_training_100500', 64, 2002, 10, 1, 0, 'snd_voi_training_100500_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 2033, 'The race is about to start. You''ll want to be front row for this. The crowd is about to go wild.', 'snd_voi_training_100500', 19, 1005016, 10, 1, 0, 'snd_voi_training_100500_0019', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 2034, 'Now, what miracle shall I perform in today''s race? Hehe... I mustn''t spoil it!', 'snd_voi_training_100500', 16, 1005006, 10, 1, 0, 'snd_voi_training_100500_0016', 0, 1005007, 4400, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 2035, 'That was a delight, Trainer!', 'snd_voi_training_100500', 64, 2002, 10, 0, 0, 'snd_voi_training_100500_0064', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70018, 'Let the show begin!', 'snd_voi_outgame_100500', 26, 11001, 7, 1, 0, 'snd_voi_outgame_100500_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 70019, 'I''ll show you what miracles are made of!', 'snd_voi_outgame_100500', 27, 1005015, 7, 1, 0, 'snd_voi_outgame_100500_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 71018, 'Let the show begin!', 'snd_voi_outgame_100500', 26, 35, 7, 0, 0, 'snd_voi_outgame_100500_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 71019, 'I''ll show you what miracles are made of!', 'snd_voi_outgame_100500', 27, 58, 7, 0, 0, 'snd_voi_outgame_100500_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 81000, 'It is I who shall be your adversary. Come now.', 'snd_voi_outgame_100500', 13, 1005015, 7, 1, 0, 'snd_voi_outgame_100500_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1005, 81001, 'We''re not done yet. I know you''ve got more potential.', 'snd_voi_outgame_100500', 14, 1005016, 7, 1, 0, 'snd_voi_outgame_100500_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 11, 'Cygames', 'snd_voi_title_100600', 0, 0, 0, 1, 0, 'snd_voi_title_100600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_100600', 1, 0, 0, 1, 0, 'snd_voi_title_100600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10000, 'Just knowing there are still Umamusume faster than me makes my heart race... I can''t wait to take them on!', 'snd_voi_home_100600', 0, 1006006, 1, 1, 0, 'snd_voi_home_100600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10001, 'When I''m racing, I feel like you''re right there with me... It''s such a reassuring sensation.', 'snd_voi_home_100600', 1, 3009, 1, 1, 0, 'snd_voi_home_100600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10002, 'I want to go cafe-hopping again. Those fluffy pancakes... They were so good!', 'snd_voi_home_100600', 2, 4013, 1, 1, 0, 'snd_voi_home_100600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10003, 'Happy New Year. Let''s have another great year together... By the way, how many mochi would you like?', 'snd_voi_home_100600', 3, 11000, 1, 1, 0, 'snd_voi_home_100600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10004, 'Today''s Valentine''s Day, huh? I wonder what kind of chocolate I''ll get... I can hardly wait!', 'snd_voi_home_100600', 4, 1006001, 1, 1, 0, 'snd_voi_home_100600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10005, 'I tried making chocolates. They went through some careful taste testing, so they''re a little small, but here you go, Trainer.', 'snd_voi_home_100600', 5, 1006811, 1, 1, 0, 'snd_voi_home_100600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10006, 'It''s Tanabata... I know what it''s like to have loved ones far away...', 'snd_voi_home_100600', 6, 1006007, 1, 1, 0, 'snd_voi_home_100600_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10007, 'I''ll have to think up a trick if I want any treats... Hm, what if I surprise you by tugging on your sleeve?', 'snd_voi_home_100600', 7, 1006001, 1, 1, 0, 'snd_voi_home_100600_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10008, 'I used to think there were a bunch of different Santas... Back home, everyone would dress up and give me presents, you see.', 'snd_voi_home_100600', 8, 1006001, 1, 1, 0, 'snd_voi_home_100600_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10009, 'Do you like stewed beef tendons? I think it''s a great party food. We should have it some time. I know the recipe.', 'snd_voi_home_100600', 9, 4001, 1, 1, 0, 'snd_voi_home_100600_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10010, 'It''s hard to believe the year''s almost over already... Still, I do feel like I''ve grown. I hope I keep growing next year too.', 'snd_voi_home_100600', 10, 1006007, 1, 1, 0, 'snd_voi_home_100600_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10011, 'Happy birthday. There''s a great cake shop in the shopping district. Would you like to go?', 'snd_voi_home_100600', 11, 4009, 1, 1, 0, 'snd_voi_home_100600_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10012, 'Happy birthday, Trainer. Hehe... How strange. It''s your birthday, but I''m the one who''s smiling.', 'snd_voi_home_100600', 12, 1006001, 1, 1, 0, 'snd_voi_home_100600_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10013, 'I''m really happy all my friends came to celebrate my birthday, but... this is a bit embarrassing. Hehe.', 'snd_voi_home_100600', 13, 1006810, 1, 1, 0, 'snd_voi_home_100600_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10014, 'This is for me? I''m so happy... It''s strange. My body feels so warm. Like a fluffy steamed cake...', 'snd_voi_home_100600', 14, 1006007, 1, 1, 0, 'snd_voi_home_100600_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10015, 'There''s a new notice. You should probably check it.', 'snd_voi_home_100600', 15, 11000, 1, 1, 0, 'snd_voi_home_100600_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10016, 'There''s a present here. Could it be food? Hurry and open it. We can''t let it go bad, Trainer.', 'snd_voi_home_100600', 16, 4010, 1, 1, 0, 'snd_voi_home_100600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10017, 'Seems like you cleared a mission. Amazing. I better keep up on my end too.', 'snd_voi_home_100600', 17, 1006017, 1, 1, 0, 'snd_voi_home_100600_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10018, 'Looks like an event is coming soon. I''m a little nervous, but in a good way... Yeah.', 'snd_voi_home_100600', 18, 1006010, 1, 1, 0, 'snd_voi_home_100600_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10019, 'There''s an event going on... Do you think I can join? I''d like to if I can.', 'snd_voi_home_100600', 19, 9, 1, 1, 0, 'snd_voi_home_100600_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20000, 'Ngh... I feel a little tired.', 'snd_voi_training_100600', 0, 1006808, 2, 1, 0, 'snd_voi_training_100600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20001, 'Sorry, could I rest for a bit?', 'snd_voi_training_100600', 1, 1006807, 2, 1, 0, 'snd_voi_training_100600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20002, 'Ho, ho, hee, hoo! Oh, this? It''s what I''m like when I''m feeling on top of my game. You''ll see what I mean!', 'snd_voi_training_100600', 2, 1006017, 2, 1, 0, 'snd_voi_training_100600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20003, 'This feeling... Yup. I''m ready for some training!', 'snd_voi_training_100600', 3, 1006007, 2, 1, 0, 'snd_voi_training_100600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20004, 'I''ve eaten my fill, so I''m ready for training!', 'snd_voi_training_100600', 4, 4013, 2, 1, 0, 'snd_voi_training_100600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20005, 'Mmm... I feel great today. Hit me with whatever you''ve got!', 'snd_voi_training_100600', 5, 1001, 2, 1, 0, 'snd_voi_training_100600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20006, 'All right, what''s first on today''s agenda?', 'snd_voi_training_100600', 6, 11000, 2, 1, 0, 'snd_voi_training_100600_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20007, 'Okay, I''m ready for anything.', 'snd_voi_training_100600', 7, 3001, 2, 1, 0, 'snd_voi_training_100600_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20008, 'I feel terrible. I probably didn''t get enough sleep...', 'snd_voi_training_100600', 8, 2007, 2, 1, 0, 'snd_voi_training_100600_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20009, 'Ugh... I feel so weak. I should have eaten more...', 'snd_voi_training_100600', 9, 4007, 2, 1, 0, 'snd_voi_training_100600_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20010, 'Ngh... Ah, sorry. My heart''s just not in it today.', 'snd_voi_training_100600', 10, 1006807, 2, 1, 0, 'snd_voi_training_100600_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20011, 'My body''s been feeling so sluggish recently... This isn''t... like me at all...', 'snd_voi_training_100600', 11, 1006808, 2, 1, 0, 'snd_voi_training_100600_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20021, 'Another race? Okay. I''ll just have to run with everything I''ve got.', 'snd_voi_training_100600', 12, 1006002, 2, 1, 0, 'snd_voi_training_100600_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20022, 'I can''t keep racing like this... I''d like to skip this one if possible.', 'snd_voi_training_100600', 13, 1006011, 2, 1, 0, 'snd_voi_training_100600_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20023, 'I''m in peak condition. Thank you, Trainer!', 'snd_voi_training_100600', 14, 1006806, 2, 1, 0, 'snd_voi_training_100600_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20024, 'I hope the folks back home are watching!', 'snd_voi_training_100600', 15, 1006007, 2, 1, 0, 'snd_voi_training_100600_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20025, 'Ho, ho, hee, hoo! I feel amazing! What are your orders?', 'snd_voi_training_100600', 16, 1006806, 2, 1, 0, 'snd_voi_training_100600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20026, 'I feel good. Now all that''s left is to win.', 'snd_voi_training_100600', 17, 1009, 2, 1, 0, 'snd_voi_training_100600_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20027, 'Okay, I''m feeling good. Now I can focus on the race.', 'snd_voi_training_100600', 18, 3001, 2, 1, 0, 'snd_voi_training_100600_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20028, 'Feels like I can get some great results today. Watch me, Trainer!', 'snd_voi_training_100600', 19, 1006017, 2, 1, 0, 'snd_voi_training_100600_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20029, 'It''s almost time. Watch me, Trainer. I''ll give it my all.', 'snd_voi_training_100600', 20, 1, 2, 1, 0, 'snd_voi_training_100600_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20030, 'I''m a little nervous... I''ll have to watch my pacing.', 'snd_voi_training_100600', 21, 11000, 2, 1, 0, 'snd_voi_training_100600_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20031, 'As long as I do what I learned in training, there''s no way I''ll lose.', 'snd_voi_training_100600', 22, 1006809, 2, 1, 0, 'snd_voi_training_100600_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20032, 'Things aren''t perfect, but... I''ll give it my all anyway.', 'snd_voi_training_100600', 23, 1006814, 2, 1, 0, 'snd_voi_training_100600_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20033, 'I feel a little off... I''ll need your complete support this time, Trainer.', 'snd_voi_training_100600', 24, 1006002, 2, 1, 0, 'snd_voi_training_100600_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20034, 'Even if I''m a little out of my depth, I''m still gonna run with everything I have!', 'snd_voi_training_100600', 25, 3003, 2, 1, 0, 'snd_voi_training_100600_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20035, 'At my current level, I—no! Whatever the case, all I can do is give it my best.', 'snd_voi_training_100600', 26, 1006807, 2, 1, 0, 'snd_voi_training_100600_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20036, 'Can I really live up to everyone''s expectations? No, that''s the wrong attitude. I just have to give it everything I''ve got.', 'snd_voi_training_100600', 27, 1006808, 2, 1, 0, 'snd_voi_training_100600_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20037, 'These are formidable opponents... They''re all faster than me. However, a match isn''t decided until the very end!', 'snd_voi_training_100600', 28, 1006813, 2, 1, 0, 'snd_voi_training_100600_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20038, 'All right, let''s do it.', 'snd_voi_training_100600', 29, 0, 2, 1, 0, 'snd_voi_training_100600_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20039, 'Watch over me.', 'snd_voi_training_100600', 30, 0, 2, 1, 0, 'snd_voi_training_100600_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20040, 'Leave it to me.', 'snd_voi_training_100600', 31, 0, 2, 1, 0, 'snd_voi_training_100600_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20041, 'Time to study, huh?', 'snd_voi_training_100600', 32, 0, 2, 1, 0, 'snd_voi_training_100600_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20042, 'I don''t feel very good...', 'snd_voi_training_100600', 33, 0, 2, 1, 0, 'snd_voi_training_100600_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20043, 'This is hard...', 'snd_voi_training_100600', 34, 0, 2, 1, 0, 'snd_voi_training_100600_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20046, 'Where are we going?', 'snd_voi_training_100600', 37, 0, 2, 1, 0, 'snd_voi_training_100600_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20047, 'I-it''s the sea...', 'snd_voi_training_100600', 38, 0, 2, 1, 0, 'snd_voi_training_100600_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20049, 'Thanks, I feel stronger.', 'snd_voi_training_100600', 63, 0, 2, 1, 0, 'snd_voi_training_100600_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20050, 'Thank you for everything you''ve done for me.', 'snd_voi_training_100600', 64, 0, 2, 1, 0, 'snd_voi_training_100600_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 30000, 'Second place? That''s not too bad.', 'snd_voi_race_100600', 0, 0, 3, 1, 0, 'snd_voi_race_100600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 30001, 'Hmm... At least I placed.', 'snd_voi_race_100600', 1, 0, 3, 1, 0, 'snd_voi_race_100600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 30002, 'I fell one step short...', 'snd_voi_race_100600', 2, 0, 3, 1, 0, 'snd_voi_race_100600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 30003, 'I hate that I''m so weak...', 'snd_voi_race_100600', 3, 0, 3, 1, 0, 'snd_voi_race_100600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 60000, 'It''s finally time. I''m gonna give it my all!', 'snd_voi_live_100600', 0, 0, 4, 1, 0, 'snd_voi_live_100600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 60001, 'My heart''s racing... But I''m fine!', 'snd_voi_live_100600', 1, 0, 4, 1, 0, 'snd_voi_live_100600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70001, 'I remember feeling completely lost when I first arrived at the academy. I''m grateful for all the help you gave me.', 'snd_voi_outgame_100600', 1, 1006007, 7, 1, 0, 'snd_voi_outgame_100600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90000, 'Good morning. Have you gotten breakfast yet? If not, let''s go together. I''m still a bit hungry myself.', 'snd_voi_home_100601', 0, 1006812, 1, 1, 0, 'snd_voi_home_100601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90001, 'I need to get even faster... Let''s make it happen, Trainer.', 'snd_voi_home_100601', 1, 3009, 1, 1, 0, 'snd_voi_home_100601_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90002, 'Let''s do some afternoon training. I''m full of food and energy.', 'snd_voi_home_100601', 2, 1006017, 1, 1, 0, 'snd_voi_home_100601_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90003, 'Lunch break is way too short. Have you seen the size of the cafeteria''s menu?', 'snd_voi_home_100601', 3, 1006808, 1, 1, 0, 'snd_voi_home_100601_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90004, 'Sigh... I''m ready to hit the sack. I have to be in perfect shape for training, after all.', 'snd_voi_home_100601', 4, 1006809, 1, 1, 0, 'snd_voi_home_100601_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90005, 'You''re up late. You''re always such a hard worker, Trainer.', 'snd_voi_home_100601', 5, 1006007, 1, 1, 0, 'snd_voi_home_100601_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90006, 'Spring makes me feel so warm and fuzzy. I''m always napping and taking walks. Sometimes I even forget to go to class...', 'snd_voi_home_100601', 6, 1006001, 1, 1, 0, 'snd_voi_home_100601_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90007, 'I always feel the breeze when I''m running, but once I stop, I get so hot... Guess that means I should run forever.', 'snd_voi_home_100601', 7, 1006809, 1, 1, 0, 'snd_voi_home_100601_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90008, 'The weather is so nice this time of year, but my stomach becomes a bottomless pit... I wonder what I should have today.', 'snd_voi_home_100601', 8, 4001, 1, 1, 0, 'snd_voi_home_100601_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90009, 'Apparently a cold''s going around. One sneeze and we''ll be doomed. I don''t want to get sick, so we both better stay vigilant.', 'snd_voi_home_100601', 9, 1006814, 1, 1, 0, 'snd_voi_home_100601_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91000, 'I had a fight with Tama... What do you think? Does pineapple belong on pizza or not?', 'snd_voi_home_100601', 10, 1006002, 1, 1, 0, 'snd_voi_home_100601_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91001, 'Hm... Creek was patting me on the head in the hallway just now... Did I have bedhead or something?', 'snd_voi_home_100601', 11, 2007, 1, 1, 0, 'snd_voi_home_100601_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91002, 'I got a letter from back home. I wonder what I should write back... I have so much to say.', 'snd_voi_home_100601', 12, 1006006, 1, 1, 0, 'snd_voi_home_100601_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91003, 'I really like the cafeteria, but everyone always looks at me when I order... Am I doing something wrong?', 'snd_voi_home_100601', 13, 1006811, 1, 1, 0, 'snd_voi_home_100601_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91004, 'Everyone seems to know how to use phones so well. Aren''t they surprised when it suddenly vibrates?', 'snd_voi_home_100601', 14, 9010, 1, 1, 0, 'snd_voi_home_100601_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91005, 'Trainer, take my picture, please. I want to show my outfit to my family, but I don''t know how to use a camera...', 'snd_voi_home_100601', 15, 1006007, 1, 1, 0, 'snd_voi_home_100601_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91006, 'I want to show the folks back home how much I''ve grown. I''m sure they''ll be proud.', 'snd_voi_home_100601', 16, 1006806, 1, 1, 0, 'snd_voi_home_100601_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91007, 'This outfit is my brand. People can recognize me even from afar. Now all I have to do is give them something to watch.', 'snd_voi_home_100601', 17, 8001, 1, 1, 0, 'snd_voi_home_100601_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91008, 'It''s so easy to move in this outfit. It''s almost like it''s telling me to get out there and run!', 'snd_voi_home_100601', 18, 1006007, 1, 1, 0, 'snd_voi_home_100601_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91009, 'Yeah, this feels great. I''m definitely an early bird. The morning air just feels so nice.', 'snd_voi_home_100601', 19, 8001, 1, 1, 0, 'snd_voi_home_100601_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91010, 'I had lunch with Inari, but she scarfed her food down in seconds. That can''t be healthy...', 'snd_voi_home_100601', 20, 1006808, 1, 1, 0, 'snd_voi_home_100601_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91011, 'Run a lot, eat a lot, and then all that''s left is... sleep a lot.', 'snd_voi_home_100601', 21, 1006812, 1, 1, 0, 'snd_voi_home_100601_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91012, 'I want to see the cherry blossoms with everyone. Food just tastes better when you''ve got people to share with... What about the flowers? What about them?', 'snd_voi_home_100601', 22, 4001, 1, 1, 0, 'snd_voi_home_100601_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91013, 'Tama taught me how to make ice cream by freezing juice. Isn''t that amazing?!', 'snd_voi_home_100601', 23, 1009, 1, 1, 0, 'snd_voi_home_100601_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91014, 'When I think of fall, I think of saury, roasted sweet potatoes, and persimmons... What a great season! I love it!', 'snd_voi_home_100601', 24, 1006001, 1, 1, 0, 'snd_voi_home_100601_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91015, 'It''s starting to get cold lately. Which means it''s time for hot pot. A hot pot under a warm kotatsu... Yeah, that sounds perfect!', 'snd_voi_home_100601', 25, 1006809, 1, 1, 0, 'snd_voi_home_100601_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92000, 'Time for training, right? What should we do today?', 'snd_voi_training_100601', 0, 8001, 2, 1, 0, 'snd_voi_training_100601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92001, 'I''ll master any task you throw at me.', 'snd_voi_training_100601', 1, 1003, 2, 1, 0, 'snd_voi_training_100601_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92002, 'I did my stretches, so I''m all ready for training. Let me know whenever.', 'snd_voi_training_100601', 3, 11000, 2, 1, 0, 'snd_voi_training_100601_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92003, 'The key to getting faster is all about persevering day by day.', 'snd_voi_training_100601', 4, 1006814, 2, 1, 0, 'snd_voi_training_100601_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92011, 'You don''t need to go easy on me. I''m pretty tough, you know.', 'snd_voi_training_100601', 2, 3001, 2, 1, 0, 'snd_voi_training_100601_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92005, 'I want to give a performance that does this outfit justice. So cook up a routine that''s perfect for me, Trainer.', 'snd_voi_training_100601', 5, 1006017, 2, 1, 0, 'snd_voi_training_100601_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92006, 'I''ve got to practice hard and make the folks back home proud. Here goes nothing.', 'snd_voi_training_100601', 6, 1006806, 2, 1, 0, 'snd_voi_training_100601_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92007, 'Don''t go easy on me. Give me a regimen that''ll help me win, and I''ll do it.', 'snd_voi_training_100601', 7, 1006002, 2, 1, 0, 'snd_voi_training_100601_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 93000, 'You know... I''m so glad I came here.', 'snd_voi_training_100601', 8, 0, 2, 1, 0, 'snd_voi_training_100601_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 93001, 'Did I meet your expectations?', 'snd_voi_training_100601', 9, 0, 2, 1, 0, 'snd_voi_training_100601_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95000, 'Mm... This feels good.', 'snd_voi_outgame_100601', 0, 1006010, 7, 1, 0, 'snd_voi_outgame_100601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95001, 'Mm... I feel faster.', 'snd_voi_outgame_100601', 1, 1006806, 7, 1, 0, 'snd_voi_outgame_100601_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95003, 'I''m Oguri Cap. Nice to meet you.', 'snd_voi_outgame_100601', 3, 1009, 7, 1, 0, 'snd_voi_outgame_100601_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95004, 'I came here to become the best runner possible.', 'snd_voi_gacha_100601', 0, 0, 7, 1, 0, 'snd_voi_gacha_100601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1008, 'Come on, guys, let’s show ''em what we''re made of!', 'snd_voi_teamst_st_100600_0000', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_100600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1019, 'I''m glad you''re here, Creek.', 'snd_voi_teamst_st_100600_1045', 0, 1006007, 8, 1, 0, 'snd_voi_teamst_st_100600_1045_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1000, 'Let''s go for the win!', 'snd_voi_teamst_100600', 0, 1006002, 8, 1, 0, 'snd_voi_teamst_100600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1001, 'All right.', 'snd_voi_teamst_100600', 1, 0, 8, 1, 0, 'snd_voi_teamst_100600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1003, 'I suppose these things happen...', 'snd_voi_teamst_100600', 2, 0, 8, 1, 0, 'snd_voi_teamst_100600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1002, 'Darn it all...', 'snd_voi_teamst_100600', 3, 0, 8, 1, 0, 'snd_voi_teamst_100600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1004, 'We won!', 'snd_voi_teamst_100600', 4, 1006000, 8, 1, 0, 'snd_voi_teamst_100600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1007, 'Looks like it''s a new high score.', 'snd_voi_teamst_100600', 5, 1006010, 8, 1, 0, 'snd_voi_teamst_100600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1006, 'I suppose these things happen...', 'snd_voi_teamst_100600', 2, 1006008, 8, 1, 0, 'snd_voi_teamst_100600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 1005, 'Darn it all...', 'snd_voi_teamst_100600', 3, 1006005, 8, 1, 0, 'snd_voi_teamst_100600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 120000, 'I''m bursting with power!', 'snd_voi_outgame_100600', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_100600_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140000, 'I''m counting on you!', 'snd_voi_minigame_100600', 0, 1006017, 9, 1, 0, 'snd_voi_minigame_100600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140001, 'Yes! You got it!', 'snd_voi_minigame_100600', 1, 1006001, 9, 1, 0, 'snd_voi_minigame_100600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140002, 'Ngh...', 'snd_voi_minigame_100600', 2, 1006011, 9, 1, 0, 'snd_voi_minigame_100600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140003, 'Yeah, this was fun!', 'snd_voi_minigame_100600', 3, 971006, 9, 1, 0, 'snd_voi_minigame_100600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140004, 'You got quite a lot.', 'snd_voi_minigame_100600', 4, 972006, 9, 1, 0, 'snd_voi_minigame_100600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140005, 'It''s really hard, huh?', 'snd_voi_minigame_100600', 5, 1006808, 9, 1, 0, 'snd_voi_minigame_100600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140006, 'Yeah, this was fun!', 'snd_voi_minigame_100600', 3, 974006, 9, 1, 0, 'snd_voi_minigame_100600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140007, 'You got quite a lot.', 'snd_voi_minigame_100600', 4, 973006, 9, 1, 0, 'snd_voi_minigame_100600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140008, 'Hehe.', 'snd_voi_minigame_100600', 6, 1006001, 9, 1, 0, 'snd_voi_minigame_100600_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140009, 'Huh?', 'snd_voi_minigame_100600', 7, 1006815, 9, 1, 0, 'snd_voi_minigame_100600_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140010, 'Mmm...', 'snd_voi_minigame_100600', 8, 1006816, 9, 1, 0, 'snd_voi_minigame_100600_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140011, 'Incredible!', 'snd_voi_minigame_100600', 9, 1006817, 9, 1, 0, 'snd_voi_minigame_100600_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140014, 'Ughhh...', 'snd_voi_minigame_100600', 10, 1006808, 9, 1, 0, 'snd_voi_minigame_100600_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140015, 'Oh...', 'snd_voi_minigame_100600', 11, 1006818, 9, 1, 0, 'snd_voi_minigame_100600_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140016, 'Come on!', 'snd_voi_minigame_100600', 12, 1006819, 9, 1, 0, 'snd_voi_minigame_100600_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140012, 'All right!', 'snd_voi_minigame_100600', 13, 1006806, 9, 1, 0, 'snd_voi_minigame_100600_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140013, '...!', 'snd_voi_minigame_100600', 14, 1006014, 9, 1, 0, 'snd_voi_minigame_100600_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140017, 'No...', 'snd_voi_minigame_100600', 15, 1006002, 9, 1, 0, 'snd_voi_minigame_100600_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 140018, 'Darn it!', 'snd_voi_minigame_100600', 16, 1006820, 9, 1, 0, 'snd_voi_minigame_100600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 40000, 'This is... my full power!', 'snd_voi_race_100601', 2, 0, 3, 1, 0, 'snd_voi_race_100601_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 40001, 'Watch me... This is... my... My full power!', 'snd_voi_race_100601', 3, 0, 3, 1, 0, 'snd_voi_race_100601_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 30004, 'All right! Ngh... I''m so hungry.', 'snd_voi_race_100601', 0, 0, 3, 1, 0, 'snd_voi_race_100601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 30005, 'That was... amazing! Yes!', 'snd_voi_race_100600', 8, 0, 3, 1, 0, 'snd_voi_race_100600_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 31000, 'Here I go!', 'snd_voi_race_100600', 9, 0, 3, 1, 0, 'snd_voi_race_100600_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 13, 'Here''s today''s login bonus.', 'snd_voi_title_100600', 4, 11000, 1, 1, 0, 'snd_voi_title_100600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 15, 'And here''s what to expect tomorrow.', 'snd_voi_title_100600', 5, 1006007, 1, 1, 0, 'snd_voi_title_100600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 110000, 'Training? I can start whenever you''re ready.', 'snd_voi_home_100600', 21, 0, 1, 1, 0, 'snd_voi_home_100600_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 110001, 'So much has happened...', 'snd_voi_home_100600', 22, 0, 1, 1, 0, 'snd_voi_home_100600_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 110002, 'Are we going to enter a race?', 'snd_voi_home_100600', 23, 0, 1, 1, 0, 'snd_voi_home_100600_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 10021, 'Looks like your Umamusume Archive level has gone up.', 'snd_voi_home_100600', 24, 8001, 1, 1, 0, 'snd_voi_home_100600_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 20051, 'Okay, let''s do it together.', 'snd_voi_training_100600', 65, 1009, 2, 1, 0, 'snd_voi_training_100600_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70000, 'Trainer... I trust you.', 'snd_voi_outgame_100600', 3, 0, 7, 1, 0, 'snd_voi_outgame_100600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95005, 'If I want to help out, I better work hard.', 'snd_voi_outgame_100600', 4, 0, 7, 1, 0, 'snd_voi_outgame_100600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95006, 'Now I can help even more.', 'snd_voi_outgame_100600', 5, 0, 7, 1, 0, 'snd_voi_outgame_100600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70004, 'Okay, everything checks out.', 'snd_voi_outgame_100600', 16, 1006017, 7, 1, 0, 'snd_voi_outgame_100600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70010, 'Am I pulling this outfit off?', 'snd_voi_outgame_100600', 17, 1006009, 7, 1, 0, 'snd_voi_outgame_100600_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70008, 'Isn''t this a little too... flashy?', 'snd_voi_outgame_100600', 20, 1006013, 7, 1, 0, 'snd_voi_outgame_100600_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70014, 'I hope it looks good on me...', 'snd_voi_outgame_100600', 21, 1006007, 7, 1, 0, 'snd_voi_outgame_100600_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70009, 'Okay, now both my body and mind are ready.', 'snd_voi_outgame_100600', 22, 2009, 7, 1, 0, 'snd_voi_outgame_100600_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70015, 'My chest feels like it''s on fire when I wear this!', 'snd_voi_outgame_100600', 23, 1006000, 7, 1, 0, 'snd_voi_outgame_100600_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71004, 'Okay, everything checks out.', 'snd_voi_outgame_100600', 16, 148, 7, 0, 0, 'snd_voi_outgame_100600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71010, 'Am I pulling this outfit off?', 'snd_voi_outgame_100600', 17, 33, 7, 0, 0, 'snd_voi_outgame_100600_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71008, 'Isn''t this a little too... flashy?', 'snd_voi_outgame_100600', 20, 43, 7, 0, 0, 'snd_voi_outgame_100600_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71014, 'I hope it looks good on me...', 'snd_voi_outgame_100600', 21, 34, 7, 0, 0, 'snd_voi_outgame_100600_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71009, 'Okay, now both my body and mind are ready.', 'snd_voi_outgame_100600', 22, 48, 7, 0, 0, 'snd_voi_outgame_100600_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71015, 'My chest feels like it''s on fire when I wear this!', 'snd_voi_outgame_100600', 23, 22, 7, 0, 0, 'snd_voi_outgame_100600_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 2030, 'Let''s go for the win!', 'snd_voi_teamst_100600', 0, 1006002, 10, 1, 0, 'snd_voi_teamst_100600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 2031, 'Come on, guys, let’s show ''em what we''re made of!', 'snd_voi_teamst_st_100600_0000', 0, 3009, 10, 1, 0, 'snd_voi_teamst_st_100600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 2032, 'Thank you for everything you''ve done for me.', 'snd_voi_training_100600', 64, 3009, 10, 1, 0, 'snd_voi_training_100600_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 2033, 'Feels like I can get some great results today. Watch me, Trainer!', 'snd_voi_training_100600', 19, 1006017, 10, 1, 0, 'snd_voi_training_100600_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 2034, 'Ho, ho, hee, hoo! I feel amazing! What are your orders?', 'snd_voi_training_100600', 16, 1006806, 10, 1, 0, 'snd_voi_training_100600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 2035, 'Thank you for everything you''ve done for me.', 'snd_voi_training_100600', 64, 3009, 10, 0, 0, 'snd_voi_training_100600_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90010, 'I like this outfit. It has words of encouragement written on the inside that give me strength every morning.', 'snd_voi_home_100602', 0, 3001, 1, 1, 0, 'snd_voi_home_100602_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90011, 'Morning. Have you checked your bedside? Santa might''ve paid you a visit.', 'snd_voi_home_100602', 1, 1006007, 1, 1, 0, 'snd_voi_home_100602_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90012, 'Something''s been on my mind. I was in the cafeteria, and when I said I wanted to eat a big chicken, El ran away. Did I say something wrong?', 'snd_voi_home_100602', 2, 1006011, 1, 1, 0, 'snd_voi_home_100602_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90013, 'It feels so nice to bask in the sun, I could just melt... I wonder if this is what it feels like to be a snowman.', 'snd_voi_home_100602', 3, 1006821, 1, 1, 0, 'snd_voi_home_100602_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90014, 'Don''t overdo it, okay? If you stay up too late, he''ll think you''re a naughty kid and you won''t get any presents.', 'snd_voi_home_100602', 4, 1006808, 1, 1, 0, 'snd_voi_home_100602_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90015, 'I wish I could run through the night sky... Then there''d be no limit to how far I could run...', 'snd_voi_home_100602', 5, 1006010, 1, 1, 0, 'snd_voi_home_100602_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90016, 'Ugh, I thought I climbed a fir tree, but it was actually a cedar. You might want to stay away from me if you have hay fever.', 'snd_voi_home_100602', 6, 11007, 1, 1, 0, 'snd_voi_home_100602_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90017, 'You know, I heard that Santa does surfing during the summer. Maybe I should start learning with Hayahide.', 'snd_voi_home_100602', 7, 1006007, 1, 1, 0, 'snd_voi_home_100602_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90018, 'Did you know? You can eat pine cones. So that means... wreaths can double up as emergency food.', 'snd_voi_home_100602', 8, 4003, 1, 1, 0, 'snd_voi_home_100602_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 90019, 'Trainer, have you ever tried ice skating? If not, I can teach you. I''m pretty good.', 'snd_voi_home_100602', 9, 1006010, 1, 1, 0, 'snd_voi_home_100602_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91016, 'Tama says they make takoyaki at her house for the winter holidays... Next year, we''re heading to Tama''s room, all right?', 'snd_voi_home_100602', 10, 4001, 1, 1, 0, 'snd_voi_home_100602_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91017, 'Hayahide looks just like Santa in her red costume... Especially from the back.', 'snd_voi_home_100602', 11, 1006017, 1, 1, 0, 'snd_voi_home_100602_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91018, 'I''d like to race against Santa''s reindeer sometime... I bet they''re fast!', 'snd_voi_home_100602', 12, 1006000, 1, 1, 0, 'snd_voi_home_100602_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91019, 'Creek is unsure about how to wash this costume. I wish I could help somehow...', 'snd_voi_home_100602', 13, 1006008, 1, 1, 0, 'snd_voi_home_100602_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91020, 'They say candles help you have a good night''s sleep. Watch out though. If you put them too close to you, you''ll end up looking like a red-nosed reindeer.', 'snd_voi_home_100602', 14, 11000, 1, 1, 0, 'snd_voi_home_100602_0014', 0, 1006002, 4200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91028, 'This star decoration... it''s nice. Looking at it fills me with courage. I feel driven to shine even brighter!', 'snd_voi_home_100602', 15, 1006007, 1, 1, 0, 'snd_voi_home_100602_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91029, 'Tama really likes the bell on my head. She says the jingling makes it easy to find me.', 'snd_voi_home_100602', 16, 11001, 1, 1, 0, 'snd_voi_home_100602_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91021, 'If only I could fly like Santa, I could whoosh right into school every morni—ah! But without a chimney, how would I get in?', 'snd_voi_home_100602', 17, 1006001, 1, 1, 0, 'snd_voi_home_100602_0017', 0, 1006008, 5800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91022, 'This belt is great. I can eat as much as I want and it just stretches. I''m going to feast this lunchtime.', 'snd_voi_home_100602', 18, 4001, 1, 1, 0, 'snd_voi_home_100602_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91023, 'Every night before I sleep, I fold this costume neatly and place it by my bed. I hope one day Santa will see it.', 'snd_voi_home_100602', 19, 1006007, 1, 1, 0, 'snd_voi_home_100602_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91024, 'I wish Santa could see the cherry blossoms in full bloom... I bet that would wash away all his holiday fatigue in an instant.', 'snd_voi_home_100602', 20, 1006006, 1, 1, 0, 'snd_voi_home_100602_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91025, 'Wait! If you make a humongous giant snowman in winter, then you could still have some snow left in the summer!', 'snd_voi_home_100602', 21, 1006014, 1, 1, 0, 'snd_voi_home_100602_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91026, 'It''s about time I wrote my letter to Santa. Would you like to join me? Back home, I used to write them with my mom.', 'snd_voi_home_100602', 22, 11000, 1, 1, 0, 'snd_voi_home_100602_0022', 0, 1006007, 4100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 91027, 'It''s a good season for stargazing... They''re so bright, it''s like you can still see them even after you look away... That''s how I''d like to shine too.', 'snd_voi_home_100602', 23, 1006010, 1, 1, 0, 'snd_voi_home_100602_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92015, 'It''s now or never for Oguri Cap! ...Just thought it''d sound cool.', 'snd_voi_training_100602', 0, 11001, 2, 1, 0, 'snd_voi_training_100602_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92016, 'I won''t lose to some reindeer!', 'snd_voi_training_100602', 1, 1006002, 2, 1, 0, 'snd_voi_training_100602_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92017, 'So many people are supporting me... I can''t let them down!', 'snd_voi_training_100602', 2, 1006000, 2, 1, 0, 'snd_voi_training_100602_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92018, 'I can be faster... as fast as Santa dashing through the night sky!', 'snd_voi_training_100602', 3, 3009, 2, 1, 0, 'snd_voi_training_100602_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92020, 'A fan gave me this costume, so it fits perfectly. Now to pay them back... with a worthy run!', 'snd_voi_training_100602', 5, 1006010, 2, 1, 0, 'snd_voi_training_100602_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92021, 'I''ve decided on my present for you, Trainer. It can only be one thing... victory. Not to mention, it comes with a shoulder massage too!', 'snd_voi_training_100602', 6, 1006806, 2, 1, 0, 'snd_voi_training_100602_0006', 0, 1006007, 8100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 92022, 'Trainer, I''m thinking of going back to my hometown to race for the holidays. What are your plans?', 'snd_voi_training_100602', 7, 11000, 2, 1, 0, 'snd_voi_training_100602_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 93004, 'It''s a miracle that we met... and I''m glad we did.', 'snd_voi_training_100602', 8, 0, 2, 1, 0, 'snd_voi_training_100602_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 93005, 'This is a great present. Thanks.', 'snd_voi_training_100602', 9, 0, 2, 1, 0, 'snd_voi_training_100602_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95007, 'Everyone''s dreams are what keep me going!', 'snd_voi_outgame_100602', 0, 3009, 7, 1, 0, 'snd_voi_outgame_100602_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95008, 'I''ll shine bright like a star—a miracle in the night!', 'snd_voi_outgame_100602', 1, 0, 7, 1, 0, 'snd_voi_outgame_100602_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95010, 'I''m Oguri Cap. Let''s give our fans the best present we can!', 'snd_voi_outgame_100602', 3, 1006010, 7, 1, 0, 'snd_voi_outgame_100602_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70016, 'Like the star on a tree, I''ll twinkle bright.', 'snd_voi_outgame_100600', 24, 1006806, 7, 1, 0, 'snd_voi_outgame_100600_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70017, 'You like this ornament? A fan gave me instructions on how to make it. I can give them to you if you like.', 'snd_voi_outgame_100600', 25, 11000, 7, 1, 0, 'snd_voi_outgame_100600_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71016, 'Like the star on a tree, I''ll twinkle bright.', 'snd_voi_outgame_100600', 24, 23, 7, 0, 0, 'snd_voi_outgame_100600_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71017, 'You like this ornament? A fan gave me instructions on how to make it. I can give them to you if you like.', 'snd_voi_outgame_100600', 25, 48, 7, 0, 0, 'snd_voi_outgame_100600_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 95009, 'Tis the season... for making dreams come true!', 'snd_voi_gacha_100602', 0, 0, 7, 1, 0, 'snd_voi_gacha_100602_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 40003, 'A shining star... for all!', 'snd_voi_race_100602', 2, 0, 3, 1, 0, 'snd_voi_race_100602_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 40004, 'Yes... Just watch, I''ll make their dreams come true! Hehe... Chomp!', 'snd_voi_race_100602', 3, 0, 3, 1, 0, 'snd_voi_race_100602_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 30006, 'Sorry for the wait. Here, this is my present to you.', 'snd_voi_race_100602', 0, 0, 3, 1, 0, 'snd_voi_race_100602_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 30007, 'That was... awesome! All right!', 'snd_voi_race_100600', 8, 0, 3, 1, 0, 'snd_voi_race_100600_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70018, 'Amazing.', 'snd_voi_outgame_100600', 26, 1006007, 7, 1, 0, 'snd_voi_outgame_100600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 70019, 'I''m gonna win for the folks back home!', 'snd_voi_outgame_100600', 27, 1006002, 7, 1, 0, 'snd_voi_outgame_100600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71018, 'Amazing.', 'snd_voi_outgame_100600', 26, 48, 7, 0, 0, 'snd_voi_outgame_100600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 71019, 'I''m gonna win for the folks back home!', 'snd_voi_outgame_100600', 27, 22, 7, 0, 0, 'snd_voi_outgame_100600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 400000, 'Since we all get to spend the holidays together, I''ll make sure we have fun, we''re happy, and... um, it''s fun!', 'snd_voi_event_090008', 0, 11000, 7, 1, 0, 'snd_voi_event_090008_0000', 0, 11001, 8500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 400006, 'Snow is not bad if you know how to handle it. I won''t let anything stop me from fulfilling everyone''s wishes.', 'snd_voi_event_090008', 6, 1006002, 7, 1, 0, 'snd_voi_event_090008_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 400009, 'My belly''s full and I''m powered up. I''ve got to stay strong for everyone who''s supporting me!', 'snd_voi_event_090008', 9, 1006806, 7, 1, 0, 'snd_voi_event_090008_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 400014, 'Thanks for running with me. Now what should I eat, cake or ramen? I''ll just have both!', 'snd_voi_event_090008', 14, 1006007, 7, 1, 0, 'snd_voi_event_090008_0014', 0, 11013, 9100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410000, 'Here I go!', 'snd_voi_roulette_100600', 0, 0, 7, 1, 0, 'snd_voi_roulette_100600_0000', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410001, 'All right!', 'snd_voi_roulette_100600', 1, 400008, 7, 1, 0, 'snd_voi_roulette_100600_0001', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410002, 'All right.', 'snd_voi_roulette_100600', 2, 400009, 7, 1, 0, 'snd_voi_roulette_100600_0002', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410003, 'All right.', 'snd_voi_roulette_100600', 2, 400009, 7, 0, 0, 'snd_voi_roulette_100600_0002', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410004, 'Hehe.', 'snd_voi_roulette_100600', 3, 400010, 7, 1, 0, 'snd_voi_roulette_100600_0003', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410005, 'Hehe.', 'snd_voi_roulette_100600', 3, 400010, 7, 0, 0, 'snd_voi_roulette_100600_0003', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410006, 'Darn it!', 'snd_voi_roulette_100600', 4, 400011, 7, 1, 0, 'snd_voi_roulette_100600_0004', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410007, 'Darn it!', 'snd_voi_roulette_100600', 4, 400011, 7, 0, 0, 'snd_voi_roulette_100600_0004', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1006, 410008, 'Darn it!', 'snd_voi_roulette_100600', 4, 400011, 7, 0, 0, 'snd_voi_roulette_100600_0004', 0, 0, 0, 1638187200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 11, 'Cygames', 'snd_voi_title_100700', 0, 0, 0, 1, 0, 'snd_voi_title_100700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_100700', 1, 0, 0, 1, 0, 'snd_voi_title_100700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10000, 'Yo, you free in a hundred years? Let''s go to space if you are!', 'snd_voi_home_100700', 0, 1001, 1, 1, 0, 'snd_voi_home_100700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10001, 'You''re gettin'' pretty good at goin'' with the flow! Like a broken hot-water tap in a soccer field restroom.', 'snd_voi_home_100700', 1, 1007018, 1, 1, 0, 'snd_voi_home_100700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10002, 'You better not take your eyes off me! I dunno what might happen after a second!', 'snd_voi_home_100700', 2, 1007012, 1, 1, 0, 'snd_voi_home_100700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10003, 'Happy New Year! Bonne Annee! Xin Nian Kuai Le! Imma crash your New Year''s dream with an eggplant, hawk, and Mount Fuji in hand!', 'snd_voi_home_100700', 3, 1007001, 1, 1, 0, 'snd_voi_home_100700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10004, 'Hey, which would you prefer? Chocolate-flavored charcoal, or charcoal-flavored chocolate?', 'snd_voi_home_100700', 4, 1001, 1, 1, 0, 'snd_voi_home_100700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10005, 'Happy Valentine''s Day! ☆ Make sure you savor the wonderful flavors of my handmade... tu-na sa-shi-mi! ★', 'snd_voi_home_100700', 5, 1007021, 1, 1, 0, 'snd_voi_home_100700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10006, 'They only get to meet once a year? If I were them, I''d prepare a huge surprise... like, a Milky-Way-explosion-level surprise, y''know?', 'snd_voi_home_100700', 6, 1007830, 1, 1, 0, 'snd_voi_home_100700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10007, 'Trick or... HAT TRICK! C''MON, IT''S SOCCER TIME!', 'snd_voi_home_100700', 7, 2001, 1, 1, 0, 'snd_voi_home_100700_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10008, 'The younger students in the dorms get excited over letters from Santa every year. It''s just me writing random stuff.', 'snd_voi_home_100700', 8, 1007024, 1, 1, 0, 'snd_voi_home_100700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10009, 'You don''t have a chimney at yours, do ya? Okay! I''ll bore a hole in advance before infiltrating your place! ☆', 'snd_voi_home_100700', 9, 1001, 1, 1, 0, 'snd_voi_home_100700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10010, 'I issue a challenge to all New Year''s bells! If you think you can purify my mind filled with worldly desires, then bring it on!', 'snd_voi_home_100700', 10, 2009, 1, 1, 0, 'snd_voi_home_100700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10011, 'Happy birthday-day-daytime talk show. Here''s one mechanical pencil lead for every birthday you''ve celebrated. Use ''em all by next year, got it?', 'snd_voi_home_100700', 11, 1007006, 1, 1, 0, 'snd_voi_home_100700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10012, 'Happy birthday. I was bored, so I sent a box to your place filled with salted rice bran for pickling. You better make me some nice pickles.', 'snd_voi_home_100700', 12, 11001, 1, 1, 0, 'snd_voi_home_100700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10013, 'It''s my birthday, huh? How old am I again? Oh, crap! We''re not supposed to talk about that.', 'snd_voi_home_100700', 13, 1000, 1, 1, 0, 'snd_voi_home_100700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10014, 'It''s my birthday, so I''ve got the favor of a lifetime to ask of you! Lemme shave the sides of your head! Please!', 'snd_voi_home_100700', 14, 1007828, 1, 1, 0, 'snd_voi_home_100700_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10015, 'Bing, bong, bing! ♪ A new notice, there is! ♪', 'snd_voi_home_100700', 15, 1007801, 1, 1, 0, 'snd_voi_home_100700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10016, 'A present, you have. Take what you can, you must!', 'snd_voi_home_100700', 16, 1009, 1, 1, 0, 'snd_voi_home_100700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10017, 'Yo, you finished the thing! I dunno what the thing is, though.', 'snd_voi_home_100700', 17, 11000, 1, 1, 0, 'snd_voi_home_100700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10018, 'WHOOOOOA! I can''t wait for the event!', 'snd_voi_home_100700', 18, 1007825, 1, 1, 0, 'snd_voi_home_100700_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10019, 'Yo, there''s an event on! Let''s get ging-gang-going!', 'snd_voi_home_100700', 19, 1007802, 1, 1, 0, 'snd_voi_home_100700_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20000, 'No energy... I feel as sluggish as a slug washed in mud after getting covered in salt...', 'snd_voi_training_100700', 0, 1007826, 2, 1, 0, 'snd_voi_training_100700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20001, 'I can''t handle anymore... Hey, let''s just call today off.', 'snd_voi_training_100700', 1, 1007826, 2, 1, 0, 'snd_voi_training_100700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20002, 'Hurry up and gimme some instructions already! I don''t have the time to be watchin'' the grass grow—C''MON!', 'snd_voi_training_100700', 2, 1007802, 2, 1, 0, 'snd_voi_training_100700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20003, 'Lil'' Golshi''s an erupting volcano! Motivated to the max! Rapt to the max MAX!', 'snd_voi_training_100700', 3, 1007825, 2, 1, 0, 'snd_voi_training_100700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20004, 'If you don''t hurry, then I''m gonna skedaddle somewhere!', 'snd_voi_training_100700', 4, 1007006, 2, 1, 0, 'snd_voi_training_100700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20005, 'Yo, can I go for a run? I''m overflowing with way more energy than I need!', 'snd_voi_training_100700', 5, 1007000, 2, 1, 0, 'snd_voi_training_100700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20006, 'You want summa dis? Then come and geddit!', 'snd_voi_training_100700', 6, 2001, 2, 1, 0, 'snd_voi_training_100700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20007, 'What are you gonna do? You got plans? Lemme hear ''em.', 'snd_voi_training_100700', 7, 1000, 2, 1, 0, 'snd_voi_training_100700_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20008, 'Hm? Oh, it''s just you. My bad, I was thinking about Bounty Hunter Sogabe just now.', 'snd_voi_training_100700', 8, 1007827, 2, 1, 0, 'snd_voi_training_100700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20009, 'Hup! Hup! Nah, it''s no good. I just can''t get into it.', 'snd_voi_training_100700', 9, 1007013, 2, 1, 0, 'snd_voi_training_100700_0009', 0, 8003, 3400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20010, 'Crap, my senses are melting...', 'snd_voi_training_100700', 10, 1007009, 2, 1, 0, 'snd_voi_training_100700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20011, 'Yaaawn. I''m so sleepy. Wake me up when it''s over.', 'snd_voi_training_100700', 11, 1007831, 2, 1, 0, 'snd_voi_training_100700_0011', 0, 8012, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20021, 'Whoa, hey, another race? Try putting yourself in my shoes!', 'snd_voi_training_100700', 12, 1007002, 2, 1, 0, 'snd_voi_training_100700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20022, 'EXCUSE ME? You''re gonna make me run AGAIN?! I''m gonna sue you for violating the Golshi Protection Act!', 'snd_voi_training_100700', 13, 1007003, 2, 1, 0, 'snd_voi_training_100700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20023, 'AWWW YEEEEE! Sharks, dolphins, whales, whatever! Bring anything on!', 'snd_voi_training_100700', 14, 1007825, 2, 1, 0, 'snd_voi_training_100700_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20024, 'Arrr, I be ready to dig me up some treasure!', 'snd_voi_training_100700', 15, 1007000, 2, 1, 0, 'snd_voi_training_100700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20025, 'A party?! A race?! Both?! Throw it all at me!', 'snd_voi_training_100700', 16, 1007803, 2, 1, 0, 'snd_voi_training_100700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20026, 'I''m totally ready on a vibe level. You feel me? I mean, you vibing with me?', 'snd_voi_training_100700', 17, 1007018, 2, 1, 0, 'snd_voi_training_100700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20027, 'Am I feeling more tortoise or hare? I guess I''m all hare-y!', 'snd_voi_training_100700', 18, 1007006, 2, 1, 0, 'snd_voi_training_100700_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20028, 'If I''m gonna race, you can bet I''m gonna win, with a splashy splash!', 'snd_voi_training_100700', 19, 1007829, 2, 1, 0, 'snd_voi_training_100700_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20029, 'Yes! I''ve been waiting for race time!', 'snd_voi_training_100700', 20, 1007000, 2, 1, 0, 'snd_voi_training_100700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20030, 'Meh, I''m sure I''ll do well if I just run howevs!', 'snd_voi_training_100700', 21, 1000, 2, 1, 0, 'snd_voi_training_100700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20031, 'Having a clear mind is the best way to go. Maybe I''ll look at the sky while I run.', 'snd_voi_training_100700', 22, 1007832, 2, 1, 0, 'snd_voi_training_100700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20032, 'Ahhh... the sky''s so pretty.', 'snd_voi_training_100700', 23, 1007834, 2, 1, 0, 'snd_voi_training_100700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20033, 'Sorry, looks like I''ve got a call from Planet 9. You mind waiting a bit?', 'snd_voi_training_100700', 24, 1007019, 2, 1, 0, 'snd_voi_training_100700_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20034, 'I wanna eat a mackerel sandwich so bad. Can I go buy one?', 'snd_voi_training_100700', 25, 1007833, 2, 1, 0, 'snd_voi_training_100700_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20035, 'You want me to run now? Ugh, I''m barely able to hold myself upright.', 'snd_voi_training_100700', 26, 1007826, 2, 1, 0, 'snd_voi_training_100700_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20036, 'If I stop in the middle of the race, you better piggyback me and cross the finish line in my place.', 'snd_voi_training_100700', 27, 1007830, 2, 1, 0, 'snd_voi_training_100700_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20037, 'I wonder if I''ll end up as a snail or something if I get reincarnated...', 'snd_voi_training_100700', 28, 1007833, 2, 1, 0, 'snd_voi_training_100700_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20038, 'Let''s go!', 'snd_voi_training_100700', 29, 0, 2, 1, 0, 'snd_voi_training_100700_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20039, 'Aw yeah!', 'snd_voi_training_100700', 30, 0, 2, 1, 0, 'snd_voi_training_100700_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20040, 'Get pumped!', 'snd_voi_training_100700', 31, 0, 2, 1, 0, 'snd_voi_training_100700_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20041, 'No sweat!', 'snd_voi_training_100700', 32, 0, 2, 1, 0, 'snd_voi_training_100700_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20042, '...Eh?', 'snd_voi_training_100700', 33, 0, 2, 1, 0, 'snd_voi_training_100700_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20043, 'I don''t get it...', 'snd_voi_training_100700', 34, 0, 2, 1, 0, 'snd_voi_training_100700_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20046, 'And we''re off!', 'snd_voi_training_100700', 37, 0, 2, 1, 0, 'snd_voi_training_100700_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20047, 'Aye, aye!', 'snd_voi_training_100700', 38, 0, 2, 1, 0, 'snd_voi_training_100700_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20049, 'Thank you very muchos gracias!', 'snd_voi_training_100700', 63, 0, 2, 1, 0, 'snd_voi_training_100700_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20050, 'Thanks, Trainer!', 'snd_voi_training_100700', 64, 0, 2, 1, 0, 'snd_voi_training_100700_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 30000, 'Not bad at all!', 'snd_voi_race_100700', 0, 0, 3, 1, 0, 'snd_voi_race_100700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 30001, 'Yarrr! Just a bit more!', 'snd_voi_race_100700', 1, 0, 3, 1, 0, 'snd_voi_race_100700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 30002, 'This is what I call "meh."', 'snd_voi_race_100700', 2, 0, 3, 1, 0, 'snd_voi_race_100700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 30003, 'This is actually impressive in a way.', 'snd_voi_race_100700', 3, 0, 3, 1, 0, 'snd_voi_race_100700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 60000, 'I''m gonna make everyone fall for me!', 'snd_voi_live_100700', 0, 0, 4, 1, 0, 'snd_voi_live_100700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 60001, 'Love power, full throttle! ☆', 'snd_voi_live_100700', 1, 0, 4, 1, 0, 'snd_voi_live_100700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70001, 'You looked like you had all the time in the world. I bet meeting me has really brought some spice to your life, huh?', 'snd_voi_outgame_100700', 1, 1000, 7, 1, 0, 'snd_voi_outgame_100700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90000, 'BAM! Time to get this morning''s dropkick off with a KERBLAM!', 'snd_voi_home_100701', 0, 1007020, 1, 1, 0, 'snd_voi_home_100701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90001, 'Just another day we gotta survive on this massive field we call... EARTH!', 'snd_voi_home_100701', 1, 1007018, 1, 1, 0, 'snd_voi_home_100701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90002, 'Peace, peace! ☆ If you don''t play with me, I''ll disassemble all of your pens! ☆', 'snd_voi_home_100701', 2, 4002, 1, 1, 0, 'snd_voi_home_100701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90003, 'Stomach condition and "ramekin fission" sound totally alike, no?', 'snd_voi_home_100701', 3, 11000, 1, 1, 0, 'snd_voi_home_100701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90004, 'If you''re sleepy, how''s about some coffee? I''ll put chili oil instead of milk into it... Just. For. You. ♪', 'snd_voi_home_100701', 4, 1007021, 1, 1, 0, 'snd_voi_home_100701_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90005, 'GAHHH! I can''t sleep because I''m too amped up from playing musical chairs in my head!', 'snd_voi_home_100701', 5, 1007836, 1, 1, 0, 'snd_voi_home_100701_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90006, 'Spring''s totally raaad. Get groovin'' so we can admire some cherry blossoms, maaan. Psychedelic!', 'snd_voi_home_100701', 6, 1007829, 1, 1, 0, 'snd_voi_home_100701_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90007, 'Let''s go bug catching with a quick trip to the Philippines!', 'snd_voi_home_100701', 7, 1007802, 1, 1, 0, 'snd_voi_home_100701_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90008, 'A cricket found its way into my room, so I named it "Fido." I hope Fido''s doing well today...', 'snd_voi_home_100701', 8, 11000, 1, 1, 0, 'snd_voi_home_100701_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 90009, 'Phew, wearing a bulletproof vest under your clothes keeps you pretty warm. I''ll be fine come harpoon or mackerel.', 'snd_voi_home_100701', 9, 1007830, 1, 1, 0, 'snd_voi_home_100701_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91000, 'I get so edgy in the starting gate! Can''t they implement a system where we kick it open ourselves?!', 'snd_voi_home_100701', 10, 1007013, 1, 1, 0, 'snd_voi_home_100701_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91001, 'I asked McQueen to join my band, but she rejected me. Maybe she''s more of a mandolin player than a balalaika one?', 'snd_voi_home_100701', 11, 1015, 1, 1, 0, 'snd_voi_home_100701_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91002, 'I secretly added five yen to Flash''s piggy bank. I bet she''ll notice right away!', 'snd_voi_home_100701', 12, 1007006, 1, 1, 0, 'snd_voi_home_100701_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91003, 'When I gaze far off into the sky through cling wrap, I can see my home, Planet Golgol... Ho ho ho.', 'snd_voi_home_100701', 13, 1007817, 1, 1, 0, 'snd_voi_home_100701_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91004, 'Didja know there''s a part-time job where you bore holes into balls to make doughnuts? Talk about una-void-able...', 'snd_voi_home_100701', 14, 11000, 1, 1, 0, 'snd_voi_home_100701_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91005, 'Gosh, this frilly skirt is oh-so embarrassing! Hey, look properly, you dunce.', 'snd_voi_home_100701', 15, 1007837, 1, 1, 0, 'snd_voi_home_100701_0015', 0, 8003, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91006, 'The stage is the earth, and I am the wind... I shall bless you with my glorious contemporary dancing!', 'snd_voi_home_100701', 16, 1007838, 1, 1, 0, 'snd_voi_home_100701_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91007, 'Red-hot Golshi, here and ready! I''ll paint your entire world red!', 'snd_voi_home_100701', 17, 4009, 1, 1, 0, 'snd_voi_home_100701_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91008, 'Oh? What do you seek me for, mon ami? If you mean to invite me to Paris Fashion Week in la France, then I have already declined, escargot.', 'snd_voi_home_100701', 18, 1007813, 1, 1, 0, 'snd_voi_home_100701_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91009, 'Ahhh, what a refreshing morning. It''s mornings like these where I really wanna greet Jordan by clotheslining her...', 'snd_voi_home_100701', 19, 1007830, 1, 1, 0, 'snd_voi_home_100701_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91010, 'I saw Rice eating bread... What''s she tryin'' to say?! Some kind of antithesis against herself?!', 'snd_voi_home_100701', 20, 1007839, 1, 1, 0, 'snd_voi_home_100701_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91011, 'Oh, looks like it''s Creamy Rakshasa Meal time. Will I finally perfect the ultimate creamy oden today?', 'snd_voi_home_100701', 21, 1007815, 1, 1, 0, 'snd_voi_home_100701_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91012, 'Now it''s getting warmer outside, I really wanna play with the little kiddos. I love how fun kids are! ♪', 'snd_voi_home_100701', 22, 1001, 1, 1, 0, 'snd_voi_home_100701_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91013, 'Welcome! At this time of the year, I recommend the eel bento box without the eel!', 'snd_voi_home_100701', 23, 1007018, 1, 1, 0, 'snd_voi_home_100701_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91014, 'Goodness! My skin feels a little dry! ☆ This beautiful complexion of mine will get all irritated! ★ I must moisturize, most certainly! ☆★', 'snd_voi_home_100701', 24, 1007816, 1, 1, 0, 'snd_voi_home_100701_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 91015, 'When it''s cold, you gotta beat your chest to keep warm and assert dominance! Ooh-ho-ho! Ooh-ho-ho-ho!', 'snd_voi_home_100701', 25, 1007024, 1, 1, 0, 'snd_voi_home_100701_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 92000, 'What''s on the cards today? Push ''n'' shove training? All right, lemme have it!', 'snd_voi_training_100701', 0, 1007018, 2, 1, 0, 'snd_voi_training_100701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 92001, 'Yaaawn... Golshi''s gettin'' boredshi.', 'snd_voi_training_100701', 2, 11015, 2, 1, 0, 'snd_voi_training_100701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 92002, 'Wha?! I was counting ants and totally passed out...', 'snd_voi_training_100701', 3, 1007014, 2, 1, 0, 'snd_voi_training_100701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 92003, 'My eyes get real dry when I run with only the whites of them showing.', 'snd_voi_training_100701', 4, 1007826, 2, 1, 0, 'snd_voi_training_100701_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 92011, 'Can ya keep up with my fighting spirit?!', 'snd_voi_training_100701', 1, 1007000, 2, 1, 0, 'snd_voi_training_100701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 92005, 'Imma stomp up a storm onstage with my powerful Muay Thai legs!', 'snd_voi_training_100701', 5, 1007000, 2, 1, 0, 'snd_voi_training_100701_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 92006, 'I''ll leave the small deets to you. All I care about is getting to run a heated race!', 'snd_voi_training_100701', 6, 1001, 2, 1, 0, 'snd_voi_training_100701_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 92007, 'I''ll make it to Planet 9 today, just you wait! Let''s go, Trainer!', 'snd_voi_training_100701', 7, 1007018, 2, 1, 0, 'snd_voi_training_100701_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 93000, 'I had mad fun spending time with you!', 'snd_voi_training_100701', 8, 0, 2, 1, 0, 'snd_voi_training_100701_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 93001, 'Betcha can''t get enough of living out your days with me.', 'snd_voi_training_100701', 9, 0, 2, 1, 0, 'snd_voi_training_100701_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 95000, 'WHOOOOOA!', 'snd_voi_outgame_100701', 0, 2009, 7, 1, 0, 'snd_voi_outgame_100701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 95001, 'EXPLOSIOOOOON!', 'snd_voi_outgame_100701', 1, 2001, 7, 1, 0, 'snd_voi_outgame_100701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 95003, 'Oh? Did you summon me, the mighty Gold Ship?', 'snd_voi_outgame_100701', 3, 1001, 7, 1, 0, 'snd_voi_outgame_100701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1008, 'We''re young! Let''s race towards the sea!', 'snd_voi_teamst_st_100700_0000', 0, 1007001, 8, 1, 0, 'snd_voi_teamst_st_100700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1021, 'You better piggyback me!', 'snd_voi_teamst_st_100700_1013', 0, 1007000, 8, 1, 0, 'snd_voi_teamst_st_100700_1013_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1022, 'Let''s go!', 'snd_voi_teamst_st_100700_1037', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_100700_1037_00', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1000, 'Follow the mighty Golshi!', 'snd_voi_teamst_100700', 0, 990021, 8, 1, 0, 'snd_voi_teamst_100700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1001, 'That''s how it''s done!', 'snd_voi_teamst_100700', 1, 0, 8, 1, 0, 'snd_voi_teamst_100700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1003, 'What an intense race...', 'snd_voi_teamst_100700', 2, 0, 8, 1, 0, 'snd_voi_teamst_100700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1002, 'Cough, wheeze!', 'snd_voi_teamst_100700', 3, 0, 8, 1, 0, 'snd_voi_teamst_100700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1004, 'As expected!', 'snd_voi_teamst_100700', 4, 1007024, 8, 1, 0, 'snd_voi_teamst_100700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1007, 'Whatcha think about the new record?!', 'snd_voi_teamst_100700', 5, 1007043, 8, 1, 0, 'snd_voi_teamst_100700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1006, 'What an intense race...', 'snd_voi_teamst_100700', 2, 1007000, 8, 1, 0, 'snd_voi_teamst_100700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 1005, 'Cough, wheeze!', 'snd_voi_teamst_100700', 3, 1007009, 8, 1, 0, 'snd_voi_teamst_100700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 120000, 'Whoooooa! Fire!', 'snd_voi_outgame_100700', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_100700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140000, 'This is so exciting!', 'snd_voi_minigame_100700', 0, 1007018, 9, 1, 0, 'snd_voi_minigame_100700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140001, 'Awww yeah! Got it!', 'snd_voi_minigame_100700', 1, 1007000, 9, 1, 0, 'snd_voi_minigame_100700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140002, 'What?! It... It dropped?!', 'snd_voi_minigame_100700', 2, 1007014, 9, 1, 0, 'snd_voi_minigame_100700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140003, 'Heh heh! Talk about a huge haul!', 'snd_voi_minigame_100700', 3, 971007, 9, 1, 0, 'snd_voi_minigame_100700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140004, 'Let''s leave it at this for today!', 'snd_voi_minigame_100700', 4, 972007, 9, 1, 0, 'snd_voi_minigame_100700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140005, 'Nuwooooogh!', 'snd_voi_minigame_100700', 5, 1007826, 9, 1, 0, 'snd_voi_minigame_100700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140006, 'Heh heh! Talk about a huge haul!', 'snd_voi_minigame_100700', 3, 974007, 9, 1, 0, 'snd_voi_minigame_100700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140007, 'Let''s leave it at this for today!', 'snd_voi_minigame_100700', 4, 973007, 9, 1, 0, 'snd_voi_minigame_100700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140008, 'Hehe.', 'snd_voi_minigame_100700', 6, 1007818, 9, 1, 0, 'snd_voi_minigame_100700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140009, 'Yeah!', 'snd_voi_minigame_100700', 7, 1007819, 9, 1, 0, 'snd_voi_minigame_100700_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140010, '...!', 'snd_voi_minigame_100700', 8, 1007820, 9, 1, 0, 'snd_voi_minigame_100700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140011, 'Seriously?!', 'snd_voi_minigame_100700', 9, 1007821, 9, 1, 0, 'snd_voi_minigame_100700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140014, 'Noooo...', 'snd_voi_minigame_100700', 10, 1007822, 9, 1, 0, 'snd_voi_minigame_100700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140015, 'Oh.', 'snd_voi_minigame_100700', 11, 1007014, 9, 1, 0, 'snd_voi_minigame_100700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140016, 'Peace, peace! ☆', 'snd_voi_minigame_100700', 12, 1007024, 9, 1, 0, 'snd_voi_minigame_100700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140012, 'Phew! Not bad!', 'snd_voi_minigame_100700', 13, 1007803, 9, 1, 0, 'snd_voi_minigame_100700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140013, 'Whoooa!', 'snd_voi_minigame_100700', 14, 1007825, 9, 1, 0, 'snd_voi_minigame_100700_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140017, 'Oh c''mon!', 'snd_voi_minigame_100700', 15, 1007823, 9, 1, 0, 'snd_voi_minigame_100700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 140018, 'Nghhh...', 'snd_voi_minigame_100700', 16, 1007840, 9, 1, 0, 'snd_voi_minigame_100700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 40000, 'This is gettin'' interesting!', 'snd_voi_race_100701', 2, 0, 3, 1, 0, 'snd_voi_race_100701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 40001, 'This is gettin'' interesting!', 'snd_voi_race_100701', 2, 0, 3, 1, 0, 'snd_voi_race_100701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 40002, 'Hah! Take this!', 'snd_voi_race_100700', 6, 0, 3, 1, 0, 'snd_voi_race_100700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 30004, 'Yaaay! Yaaay! TAKE THAT! Hehe, howzat? ★', 'snd_voi_race_100701', 0, 0, 3, 1, 0, 'snd_voi_race_100701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 30005, 'Spin-turn and wow! My first-place pose!', 'snd_voi_race_100700', 8, 0, 3, 1, 0, 'snd_voi_race_100700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 31000, 'Get runnin''!', 'snd_voi_race_100700', 9, 0, 3, 1, 0, 'snd_voi_race_100700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 13, 'Oh, y''hear that? It''s today''s login bonus.', 'snd_voi_title_100700', 4, 1007006, 1, 1, 0, 'snd_voi_title_100700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 15, 'You''re getting this tomorrow!', 'snd_voi_title_100700', 5, 8002, 1, 1, 0, 'snd_voi_title_100700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 110000, 'Oh, time for training? Guess I''ll set my sights on becoming... the Queen of Shogi!', 'snd_voi_home_100700', 21, 1, 1, 1, 0, 'snd_voi_home_100700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 110001, 'Memories, huh? That time we spent a week in the deep sea sure takes me back.', 'snd_voi_home_100700', 22, 0, 1, 1, 0, 'snd_voi_home_100700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 110002, 'You better make it an interesting race.', 'snd_voi_home_100700', 23, 0, 1, 1, 0, 'snd_voi_home_100700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 10021, 'Huh, looks like that archive shmarchive level or whatever has gone up!', 'snd_voi_home_100700', 24, 8001, 1, 1, 0, 'snd_voi_home_100700_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 20051, 'Oooh, let''s have a blast!', 'snd_voi_training_100700', 65, 1009, 2, 1, 0, 'snd_voi_training_100700_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70000, 'Let''s just go with the flow.', 'snd_voi_outgame_100700', 3, 0, 7, 1, 0, 'snd_voi_outgame_100700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 95005, 'Leave it to the mighty Golshi!', 'snd_voi_outgame_100700', 4, 0, 7, 1, 0, 'snd_voi_outgame_100700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 95006, 'Now I can chase you around!', 'snd_voi_outgame_100700', 5, 0, 7, 1, 0, 'snd_voi_outgame_100700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70004, 'Transforming into honor student Golshi! ♪', 'snd_voi_outgame_100700', 16, 1007012, 7, 1, 0, 'snd_voi_outgame_100700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70010, 'I''ve got spy devices hidden in this uniform... Actually, I don''t.', 'snd_voi_outgame_100700', 17, 1007006, 7, 1, 0, 'snd_voi_outgame_100700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70008, 'Man... It scares me how amazing I look in an outfit as cute as this.', 'snd_voi_outgame_100700', 20, 1007008, 7, 1, 0, 'snd_voi_outgame_100700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70014, 'You know what these frills are made of? Actually, no... For your safety, I better not say.', 'snd_voi_outgame_100700', 21, 1007018, 7, 1, 0, 'snd_voi_outgame_100700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70009, 'The possibilities are endless for me right now! I''m gonna make a house of cards 100 meters tall!', 'snd_voi_outgame_100700', 22, 1007001, 7, 1, 0, 'snd_voi_outgame_100700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70015, 'You''ll get burned if you touch the mighty Golshi enrobed in red right now...', 'snd_voi_outgame_100700', 23, 10001, 7, 1, 0, 'snd_voi_outgame_100700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 71004, 'Transforming into honor student Golshi! ♪', 'snd_voi_outgame_100700', 16, 24, 7, 0, 0, 'snd_voi_outgame_100700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 71010, 'I''ve got spy devices hidden in this uniform... Actually, I don''t.', 'snd_voi_outgame_100700', 17, 33, 7, 0, 0, 'snd_voi_outgame_100700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 71008, 'Man... It scares me how amazing I look in an outfit as cute as this.', 'snd_voi_outgame_100700', 20, 148, 7, 0, 0, 'snd_voi_outgame_100700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 71014, 'You know what these frills are made of? Actually, no... For your safety, I better not say.', 'snd_voi_outgame_100700', 21, 48, 7, 0, 0, 'snd_voi_outgame_100700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 71009, 'The possibilities are endless for me right now! I''m gonna make a house of cards 100 meters tall!', 'snd_voi_outgame_100700', 22, 18, 7, 0, 0, 'snd_voi_outgame_100700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 71015, 'You''ll get burned if you touch the mighty Golshi enrobed in red right now...', 'snd_voi_outgame_100700', 23, 18, 7, 0, 0, 'snd_voi_outgame_100700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 2030, 'Follow the mighty Golshi!', 'snd_voi_teamst_100700', 0, 990021, 10, 1, 0, 'snd_voi_teamst_100700_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 2031, 'We''re young! Let''s race towards the sea!', 'snd_voi_teamst_st_100700_0000', 0, 1007001, 10, 1, 0, 'snd_voi_teamst_st_100700_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 2032, 'Thanks, Trainer!', 'snd_voi_training_100700', 64, 1001, 10, 1, 0, 'snd_voi_training_100700_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 2033, 'If I''m gonna race, you can bet I''m gonna win, with a splashy splash!', 'snd_voi_training_100700', 19, 1007829, 10, 1, 0, 'snd_voi_training_100700_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 2034, 'A party?! A race?! Both?! Throw it all at me!', 'snd_voi_training_100700', 16, 1007803, 10, 1, 0, 'snd_voi_training_100700_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 2035, 'Thanks, Trainer!', 'snd_voi_training_100700', 64, 1001, 10, 0, 0, 'snd_voi_training_100700_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 400012, 'If you complete everything, I''ll lend you half the world!', 'snd_voi_event_090002', 12, 1007018, 7, 1, 0, 'snd_voi_event_090002_0012', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 400013, 'Sorry, the event''s over. See ya at the next festival!', 'snd_voi_event_090002', 13, 1002, 7, 1, 0, 'snd_voi_event_090002_0013', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410000, 'Let''s gooo!', 'snd_voi_roulette_100700', 0, 0, 7, 1, 0, 'snd_voi_roulette_100700_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410001, 'AWWW YEEEEE!', 'snd_voi_roulette_100700', 1, 400008, 7, 1, 0, 'snd_voi_roulette_100700_0001', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410002, 'Yeah!', 'snd_voi_roulette_100700', 2, 400009, 7, 1, 0, 'snd_voi_roulette_100700_0002', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410003, 'Yeah!', 'snd_voi_roulette_100700', 2, 400009, 7, 0, 0, 'snd_voi_roulette_100700_0002', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410004, 'Yeah.', 'snd_voi_roulette_100700', 3, 400010, 7, 1, 0, 'snd_voi_roulette_100700_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410005, 'Yeah.', 'snd_voi_roulette_100700', 3, 400010, 7, 0, 0, 'snd_voi_roulette_100700_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410006, 'Ahaha...', 'snd_voi_roulette_100700', 4, 400011, 7, 1, 0, 'snd_voi_roulette_100700_0004', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410007, 'Ahaha...', 'snd_voi_roulette_100700', 4, 400011, 7, 0, 0, 'snd_voi_roulette_100700_0004', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 410008, 'Ahaha...', 'snd_voi_roulette_100700', 4, 400011, 7, 0, 0, 'snd_voi_roulette_100700_0004', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 81000, 'If you wanna become the most powerful yakisoba seller around, then come at me!', 'snd_voi_outgame_100700', 13, 1007005, 7, 1, 0, 'snd_voi_outgame_100700_0013', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 81001, 'On the next episode—Golshi gets down to business! Don''t miss it!', 'snd_voi_outgame_100700', 14, 1007018, 7, 1, 0, 'snd_voi_outgame_100700_0014', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70018, 'The daaaaance of victory!', 'snd_voi_outgame_100700', 26, 1007001, 7, 1, 0, 'snd_voi_outgame_100700_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 70019, 'Let''s make it a fun and heated battle!', 'snd_voi_outgame_100700', 27, 1007000, 7, 1, 0, 'snd_voi_outgame_100700_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 71018, 'The daaaaance of victory!', 'snd_voi_outgame_100700', 26, 17, 7, 0, 0, 'snd_voi_outgame_100700_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1007, 71019, 'Let''s make it a fun and heated battle!', 'snd_voi_outgame_100700', 27, 22, 7, 0, 0, 'snd_voi_outgame_100700_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 11, 'Cygames', 'snd_voi_title_100800', 0, 0, 0, 1, 0, 'snd_voi_title_100800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_100800', 1, 0, 0, 1, 0, 'snd_voi_title_100800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10000, 'I told myself I''d never give up! So that''s why... that''s why I won''t give up on my test either!', 'snd_voi_home_100800', 0, 1008007, 1, 1, 0, 'snd_voi_home_100800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10001, 'I''m gonna become real cool in my own way. Make sure you keep up, partner!', 'snd_voi_home_100800', 1, 3009, 1, 1, 0, 'snd_voi_home_100800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10002, 'So, hey... how about... how ''bout one day, once I get my motorcycle, we drive down to that beach and hang out? ...I''ll let you ride on the back.', 'snd_voi_home_100800', 2, 1008826, 1, 1, 0, 'snd_voi_home_100800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10003, 'Yo, Happy New Year! Here''s to another year of crankin'' the throttle and leavin'' everyone in the dust!', 'snd_voi_home_100800', 3, 1009, 1, 1, 0, 'snd_voi_home_100800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10004, 'Agh, I got given chocolates again. I know they don''t mean anythin'', but... y-y''know... it''s still embarrassing.', 'snd_voi_home_100800', 4, 1008004, 1, 1, 0, 'snd_voi_home_100800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10005, 'Did you... see what''s on your desk? Today''s... y''know... V-V-Valentine''s Day. Just a token of my appreciation. Don''t read too much into it!', 'snd_voi_home_100800', 5, 1008828, 1, 1, 0, 'snd_voi_home_100800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10006, 'You gotta go for the gold-plated paper for wish slips! It''s the coolest and stands out the most! Wishes on those gotta come true, don''tcha think?', 'snd_voi_home_100800', 6, 1009, 1, 1, 0, 'snd_voi_home_100800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10007, 'I''m not some kid who gets excited over candy... But, I mean, if you already have it, then I guess I''ll take it.', 'snd_voi_home_100800', 7, 1008006, 1, 1, 0, 'snd_voi_home_100800_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10008, 'At my place, we say that Santa rides a bright red motorcycle. Man, I used to dream of havin'' a flying bike!', 'snd_voi_home_100800', 8, 1008018, 1, 1, 0, 'snd_voi_home_100800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10009, 'Happy holidays! Hey, let''s go somewhere. Today''s the day you''re supposed to spend with the person you lo—I mean, your partner in crime, right?', 'snd_voi_home_100800', 9, 1001, 1, 1, 0, 'snd_voi_home_100800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10010, 'We''re heading out first thing in the morning tomorrow! No biker would miss the first sunrise of the year.', 'snd_voi_home_100800', 10, 1008007, 1, 1, 0, 'snd_voi_home_100800_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10011, 'Oh, it''s your birthday? Congrats. Let''s go grab somethin'' tasty to eat. Your fountain drinks are on me!', 'snd_voi_home_100800', 11, 1008007, 1, 1, 0, 'snd_voi_home_100800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10012, 'H-hey, today''s your birthday, right? Um... I got you a cake! You better have room for it!', 'snd_voi_home_100800', 12, 1008829, 1, 1, 0, 'snd_voi_home_100800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10013, 'Today''s my birthday! I''ve gained another level of suave and cool! ♪', 'snd_voi_home_100800', 13, 1008841, 1, 1, 0, 'snd_voi_home_100800_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10014, 'Huh? You wanna go out to celebrate my birthday? You seriously don''t have to! That stuff''s too embarrassing! I-I''ll have cake with you, though.', 'snd_voi_home_100800', 14, 1008803, 1, 1, 0, 'snd_voi_home_100800_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10015, 'There''s some kind of notice. Make sure you check it!', 'snd_voi_home_100800', 15, 1008018, 1, 1, 0, 'snd_voi_home_100800_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10016, 'Ooh, a present! What is it? Lemme open it with you!', 'snd_voi_home_100800', 16, 1009, 1, 1, 0, 'snd_voi_home_100800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10017, 'Nice, you completed a mission! That''s my partner for ya.', 'snd_voi_home_100800', 17, 1008006, 1, 1, 0, 'snd_voi_home_100800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10018, 'Looks like they''re preparing for an event. I hope they make it a cool one.', 'snd_voi_home_100800', 18, 1008019, 1, 1, 0, 'snd_voi_home_100800_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10019, 'An event''s on! We''re gonna be the ones who outdo the others, right?! Hehe!', 'snd_voi_home_100800', 19, 1002, 1, 1, 0, 'snd_voi_home_100800_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20000, 'Dammit, I feel weak... I guess I''ve been cranking the throttle too hard lately.', 'snd_voi_training_100800', 0, 1008830, 2, 1, 0, 'snd_voi_training_100800_0000', 0, 1008842, 2900, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20001, 'I get really dazed lately. It''s like I can''t shake off my fatigue.', 'snd_voi_training_100800', 1, 1008824, 2, 1, 0, 'snd_voi_training_100800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20002, 'Whoooa! I''m! Feeling! Great! I bet I can do anything right now!', 'snd_voi_training_100800', 2, 3009, 2, 1, 0, 'snd_voi_training_100800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20003, 'Vroom, vroooom! My heart''s engine is warmed up to the max!', 'snd_voi_training_100800', 3, 1008018, 2, 1, 0, 'snd_voi_training_100800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20004, 'Let''s get goin'' already! I''ve been itching to get my body moving!', 'snd_voi_training_100800', 4, 1008007, 2, 1, 0, 'snd_voi_training_100800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20005, 'I''m totally pumped! I don''t care what it is—I''ll get the job done!', 'snd_voi_training_100800', 5, 1008805, 2, 1, 0, 'snd_voi_training_100800_0005', 0, 1008007, 3200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20006, 'I''ll train to the max like I usually do!', 'snd_voi_training_100800', 6, 1008006, 2, 1, 0, 'snd_voi_training_100800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20007, 'Yo! What''s on the program today?', 'snd_voi_training_100800', 7, 1001, 2, 1, 0, 'snd_voi_training_100800_0007', 0, 1009, 1200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20008, 'Can''t you make training cooler? It''d feel more worthwhile that way, y''know?', 'snd_voi_training_100800', 8, 1008002, 2, 1, 0, 'snd_voi_training_100800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20009, 'Argh, I''ve got no strength! But it''s times like these when you just gotta push through it, right?!', 'snd_voi_training_100800', 9, 1008825, 2, 1, 0, 'snd_voi_training_100800_0009', 0, 1008002, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20010, 'Uggghhh, my body feels so heavy. I wanna hop onto a motorcycle and refresh myself.', 'snd_voi_training_100800', 10, 1008822, 2, 1, 0, 'snd_voi_training_100800_0010', 0, 1003, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20011, 'I don''t feel like doing anything... Man, there''s nothing lamer than this.', 'snd_voi_training_100800', 11, 1008830, 2, 1, 0, 'snd_voi_training_100800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20021, 'Whoa, hey, another race? You gotta give me a break soon or I won''t be able to perform when I really need to.', 'snd_voi_training_100800', 12, 1008019, 2, 1, 0, 'snd_voi_training_100800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20022, 'Ugh, you''re making me run again?! That''s totally not cool. You need to rethink that. I''m serious.', 'snd_voi_training_100800', 13, 1008015, 2, 1, 0, 'snd_voi_training_100800_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20023, 'My form is fire! I''ll ride tandem with the goddess of victory, you''ll see!', 'snd_voi_training_100800', 14, 1008007, 2, 1, 0, 'snd_voi_training_100800_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20024, 'Whoooa! I''m bursting with power! I''m gonna burn up the track with my fastest attack all the way to the finish line!', 'snd_voi_training_100800', 15, 3009, 2, 1, 0, 'snd_voi_training_100800_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20025, 'Yeah! My blood''s boiling with energy!', 'snd_voi_training_100800', 16, 1008007, 2, 1, 0, 'snd_voi_training_100800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20026, 'I''m as ready as I''ll ever be! There''s no way I''ll lose!', 'snd_voi_training_100800', 17, 1009, 2, 1, 0, 'snd_voi_training_100800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20027, 'I''m in great condition! I think I''ll be able to catch a great gust of wind.', 'snd_voi_training_100800', 18, 1008805, 2, 1, 0, 'snd_voi_training_100800_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20028, 'My legs feel light... Heh! You better look forward to the race results.', 'snd_voi_training_100800', 19, 1008018, 2, 1, 0, 'snd_voi_training_100800_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20029, 'With these legs of mine, I''ll smash through like I usually do!', 'snd_voi_training_100800', 20, 1009, 2, 1, 0, 'snd_voi_training_100800_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20030, 'I''m feelin'' pretty good, so I shouldn''t have any problems if I run how I usually do.', 'snd_voi_training_100800', 21, 1008006, 2, 1, 0, 'snd_voi_training_100800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20031, 'I''ll run and win like I always do!', 'snd_voi_training_100800', 22, 1008023, 2, 1, 0, 'snd_voi_training_100800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20032, 'I can''t summon up any strength, but I''ll be the coolest around if I win in this condition!', 'snd_voi_training_100800', 23, 1008827, 2, 1, 0, 'snd_voi_training_100800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20033, 'I can''t say I''m well prepared, but who knows what''ll happen? That''s what makes races fun!', 'snd_voi_training_100800', 24, 1008018, 2, 1, 0, 'snd_voi_training_100800_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20034, 'Even if I''m not feeling great, I''m gonna win. If I go in thinkin'' I''m gonna lose, then I won''t be able to win even if I''m capable of it.', 'snd_voi_training_100800', 25, 1000, 2, 1, 0, 'snd_voi_training_100800_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20035, 'Dammit! My body feels so heavy. But I''m not gonna give up. If I don''t put up a fight here, I''ll be betraying who I am!', 'snd_voi_training_100800', 26, 1008830, 2, 1, 0, 'snd_voi_training_100800_0026', 0, 1008805, 4600, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20036, 'Even if I''ve got concerns, all I can do is keep running forward... because I''ve inherited the spirit of a biker!', 'snd_voi_training_100800', 27, 1009, 2, 1, 0, 'snd_voi_training_100800_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20037, 'Yeah, I couldn''t feel any worse, but the more thrillin'' the conditions, the more fired up I get!', 'snd_voi_training_100800', 28, 1008806, 2, 1, 0, 'snd_voi_training_100800_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20038, 'Lemme at it!', 'snd_voi_training_100800', 29, 0, 2, 1, 0, 'snd_voi_training_100800_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20039, 'It''s time!', 'snd_voi_training_100800', 30, 0, 2, 1, 0, 'snd_voi_training_100800_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20040, 'I got this!', 'snd_voi_training_100800', 31, 0, 2, 1, 0, 'snd_voi_training_100800_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20041, 'Ugh, study?', 'snd_voi_training_100800', 32, 0, 2, 1, 0, 'snd_voi_training_100800_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20042, 'Dammit.', 'snd_voi_training_100800', 33, 0, 2, 1, 0, 'snd_voi_training_100800_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20043, 'I don''t get it!', 'snd_voi_training_100800', 34, 0, 2, 1, 0, 'snd_voi_training_100800_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20046, 'Yeah, let''s go!', 'snd_voi_training_100800', 37, 0, 2, 1, 0, 'snd_voi_training_100800_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20047, 'Let''s go soak up the sea breeze!', 'snd_voi_training_100800', 38, 0, 2, 1, 0, 'snd_voi_training_100800_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20049, 'I''ve got you to thank, Trainer!', 'snd_voi_training_100800', 63, 0, 2, 1, 0, 'snd_voi_training_100800_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20050, 'I gotta show my gratitude! Thanks!', 'snd_voi_training_100800', 64, 0, 2, 1, 0, 'snd_voi_training_100800_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 30000, 'The next first-place finish is mine!', 'snd_voi_race_100800', 0, 0, 3, 1, 0, 'snd_voi_race_100800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 30001, 'The higher the wall, the more fired up I get!', 'snd_voi_race_100800', 1, 0, 3, 1, 0, 'snd_voi_race_100800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 30002, 'I wanted to push a little harder.', 'snd_voi_race_100800', 2, 0, 3, 1, 0, 'snd_voi_race_100800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 30003, 'Man, I''m super lame...', 'snd_voi_race_100800', 3, 0, 3, 1, 0, 'snd_voi_race_100800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 60000, 'I''m gonna send shivers down your spine!', 'snd_voi_live_100800', 0, 0, 4, 1, 0, 'snd_voi_live_100800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 60001, 'Pushing through at full throttle!', 'snd_voi_live_100800', 1, 0, 4, 1, 0, 'snd_voi_live_100800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70001, 'I gotta say, you''ve got good eyes. After all, you noticed how cool I was before anybody else.', 'snd_voi_outgame_100800', 1, 1009, 7, 1, 0, 'snd_voi_outgame_100800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90000, 'Yo! Morning! Let''s race through today at full throttle!', 'snd_voi_home_100801', 0, 1009, 1, 1, 0, 'snd_voi_home_100801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90001, 'Oh, you''re here! Good news for me! Couldja tell me the answers—I mean, hints! Give me some hints for my homework! Please?!', 'snd_voi_home_100801', 1, 1008007, 1, 1, 0, 'snd_voi_home_100801_0001', 0, 1008807, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90002, 'Yawn... I''m sleepy. I think I got a bit too into it yesterday. Maybe I''ll take an afternoon nap on the rooftop or something.', 'snd_voi_home_100801', 2, 1008808, 1, 1, 0, 'snd_voi_home_100801_0002', 0, 1008005, 2600, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90003, 'Ugh, you found me. N-no, it''s not like I was thinkin'' of skipping class to go running! Ahaha!', 'snd_voi_home_100801', 3, 1008015, 1, 1, 0, 'snd_voi_home_100801_0003', 0, 1008010, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90004, 'I wonder how late I should stay up? Hehe, there''s no point in lecturing me, y''know? ''Cause I''m baaad to the bone!', 'snd_voi_home_100801', 4, 1008018, 1, 1, 0, 'snd_voi_home_100801_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90005, 'Wow, you''re still working? Aren''t you tired? I''ll drill my elbows into your shoulders to help. It''s a massage technique my dad taught me!', 'snd_voi_home_100801', 5, 1008006, 1, 1, 0, 'snd_voi_home_100801_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90006, 'Field mustard isn''t good for eating since it''s bitter, but the sight of it is amazing from the saddle of a motorcycle!', 'snd_voi_home_100801', 6, 1008021, 1, 1, 0, 'snd_voi_home_100801_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90007, 'The sun''s rays are intense during summer, so how''s about runnin'' with shades on? Looks cool and it''s practical! Genius, right?!', 'snd_voi_home_100801', 7, 1009, 1, 1, 0, 'snd_voi_home_100801_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90008, 'The fall leaves in the mountain pass are probably beautiful right now. Let''s go for a quick run around there next time! I know a spot with great views!', 'snd_voi_home_100801', 8, 1008018, 1, 1, 0, 'snd_voi_home_100801_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 90009, 'Don''t walk around with your hands in your pockets just ''cause it looks cool! It''s dangerous, y''know? ''Course, that doesn''t stop me from doing it!', 'snd_voi_home_100801', 9, 1008018, 1, 1, 0, 'snd_voi_home_100801_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91000, 'Ugh, I lost to Opera O again. How does she come up with such cool poses?', 'snd_voi_home_100801', 10, 1008823, 1, 1, 0, 'snd_voi_home_100801_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91001, 'Awww, I wanna talk passionately about things like the rumbling sounds of a motorcycle muffler, just like I did with my dad!', 'snd_voi_home_100801', 11, 1008825, 1, 1, 0, 'snd_voi_home_100801_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91002, 'Vrrrrr... Vroom, vroom! Maaaaan, I want my own motorcycle so bad!', 'snd_voi_home_100801', 12, 3009, 1, 1, 0, 'snd_voi_home_100801_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91003, 'Ack... Thinking back on that conversation I just had is making my face all hot... Damn that Mayano! Her and those extreme love rants of hers!', 'snd_voi_home_100801', 13, 1008828, 1, 1, 0, 'snd_voi_home_100801_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91004, 'Brian''s so cool! She''s majestic and strong... Well, she''s gonna be chasing my back someday, though!', 'snd_voi_home_100801', 14, 1008007, 1, 1, 0, 'snd_voi_home_100801_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91005, 'Ugh... Urrrggghhh... GRAHHH! These frills are so distracting! My face is all hot! This totally isn''t me at all!', 'snd_voi_home_100801', 15, 1008828, 1, 1, 0, 'snd_voi_home_100801_0015', 0, 1008009, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91006, 'Qu-quit staring at me! A-and! Don''t you dare say that I''m c-c-c-cute! Got that?!', 'snd_voi_home_100801', 16, 1008832, 1, 1, 0, 'snd_voi_home_100801_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91007, 'This jacket is light and easy to move around in. It''s so awesomely hard-boiled! Hoo, I can''t wait to run!', 'snd_voi_home_100801', 17, 1008007, 1, 1, 0, 'snd_voi_home_100801_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91008, 'What kind of pose should I strike? Maybe I should stand up tall with my hand on my jaw... But I wanna show off the clock around my neck too... Hmm.', 'snd_voi_home_100801', 18, 1008833, 1, 1, 0, 'snd_voi_home_100801_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91009, 'Bahaha, I just remembered how Scarlet''s bedhead looked this morning. Nothing really beats my flicked-out, cool hairstyle!', 'snd_voi_home_100801', 19, 1002, 1, 1, 0, 'snd_voi_home_100801_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91010, 'Oh yeeeah, there''s nothing like an Americano to wake you up after lunch! The bitterness just slaps you in the face!', 'snd_voi_home_100801', 20, 1008018, 1, 1, 0, 'snd_voi_home_100801_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91011, 'I''m gonna wake up before everyone tomorrow and then do some individual training! I wonder how Scarlet''s gonna react?', 'snd_voi_home_100801', 21, 1008805, 1, 1, 0, 'snd_voi_home_100801_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91012, 'Let''s start the new school year off with a bang! I''ll smash all the records!', 'snd_voi_home_100801', 22, 1008023, 1, 1, 0, 'snd_voi_home_100801_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91013, 'Barley tea on the rocks hits differently on a hot summer''s day!', 'snd_voi_home_100801', 23, 1002, 1, 1, 0, 'snd_voi_home_100801_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91014, 'I don''t know what it is, but looking at the moon gets me all excited! Maybe it''s ''cause I''m such a lone wolf?!', 'snd_voi_home_100801', 24, 1008018, 1, 1, 0, 'snd_voi_home_100801_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 91015, 'It''s freezing! I struggle so hard to get out of bed in the morning... My mom used to pull my comforter off me... Brr!', 'snd_voi_home_100801', 25, 1008834, 1, 1, 0, 'snd_voi_home_100801_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 92000, 'Train me real good!', 'snd_voi_training_100801', 0, 1008006, 2, 1, 0, 'snd_voi_training_100801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 92001, 'Don''t give me half-baked instructions! I''m serious about aiming for the top!', 'snd_voi_training_100801', 1, 1008018, 2, 1, 0, 'snd_voi_training_100801_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 92002, 'I''ve been waiting so long, my gears are all rusty. C''mon, let''s get into it already!', 'snd_voi_training_100801', 2, 1009, 2, 1, 0, 'snd_voi_training_100801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 92003, 'I''ve eaten, and I napped during class, so I''m ready to tear up the track!', 'snd_voi_training_100801', 3, 1008018, 2, 1, 0, 'snd_voi_training_100801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 92011, 'Sock it to me! There''s someone I gotta beat, no matter what.', 'snd_voi_training_100801', 4, 1008806, 2, 1, 0, 'snd_voi_training_100801_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 92005, 'Give me all you''ve got! There''s nothing I can''t do!', 'snd_voi_training_100801', 5, 1008806, 2, 1, 0, 'snd_voi_training_100801_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 92006, 'I''ve got more of a powerful air about me now, right? Hehe, you''re pretty good at what you do too.', 'snd_voi_training_100801', 6, 1002, 2, 1, 0, 'snd_voi_training_100801_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 92007, 'I''m gonna get even stronger. Hold tight so you don''t fall off this wild ride!', 'snd_voi_training_100801', 7, 3009, 2, 1, 0, 'snd_voi_training_100801_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 93000, 'Hehe! And that''s why you''re my bud!', 'snd_voi_training_100801', 8, 0, 2, 1, 0, 'snd_voi_training_100801_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 93001, 'I was pretty cool, huh?', 'snd_voi_training_100801', 9, 0, 2, 1, 0, 'snd_voi_training_100801_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 95000, 'Rah! I''m fired up!', 'snd_voi_outgame_100801', 0, 1008007, 7, 1, 0, 'snd_voi_outgame_100801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 95001, 'I''m kickin'' this up to full throttle—now let''s rock!', 'snd_voi_outgame_100801', 1, 1008023, 7, 1, 0, 'snd_voi_outgame_100801_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 95003, 'Yo! I''m Vodka!', 'snd_voi_outgame_100801', 3, 1009, 7, 1, 0, 'snd_voi_outgame_100801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1008, 'Okay, let''s get fueled up and ready to go!', 'snd_voi_teamst_st_100800_0000', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_100800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1023, 'I''m with you all the way!', 'snd_voi_teamst_st_100800_1015', 0, 1008007, 8, 1, 0, 'snd_voi_teamst_st_100800_1015_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1024, 'Let''s do this like we mean it!', 'snd_voi_teamst_st_100800_1039', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_100800_1039_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1000, 'Let''s go!', 'snd_voi_teamst_100800', 0, 990031, 8, 1, 0, 'snd_voi_teamst_100800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1001, 'Aw yeah!', 'snd_voi_teamst_100800', 1, 0, 8, 1, 0, 'snd_voi_teamst_100800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1003, 'It was a great race.', 'snd_voi_teamst_100800', 2, 0, 8, 1, 0, 'snd_voi_teamst_100800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1002, 'We lost!', 'snd_voi_teamst_100800', 3, 0, 8, 1, 0, 'snd_voi_teamst_100800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1004, 'An awesome victory!', 'snd_voi_teamst_100800', 4, 1008001, 8, 1, 0, 'snd_voi_teamst_100800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1007, 'Whoa, that''s a new high score!', 'snd_voi_teamst_100800', 5, 1008018, 8, 1, 0, 'snd_voi_teamst_100800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1006, 'It was a great race.', 'snd_voi_teamst_100800', 2, 1008024, 8, 1, 0, 'snd_voi_teamst_100800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 1005, 'We lost!', 'snd_voi_teamst_100800', 3, 1008009, 8, 1, 0, 'snd_voi_teamst_100800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 120000, 'I''m getting revved up with energy!', 'snd_voi_outgame_100800', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_100800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140000, 'Okay, let''s get fueled up and ready to go!', 'snd_voi_minigame_100800', 0, 1008007, 9, 1, 0, 'snd_voi_minigame_100800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140001, 'Got it!', 'snd_voi_minigame_100800', 1, 1008001, 9, 1, 0, 'snd_voi_minigame_100800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140002, 'No way!', 'snd_voi_minigame_100800', 2, 1008014, 9, 1, 0, 'snd_voi_minigame_100800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140003, 'Yeah!', 'snd_voi_minigame_100800', 3, 971008, 9, 1, 0, 'snd_voi_minigame_100800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140004, 'Thanks!', 'snd_voi_minigame_100800', 4, 972008, 9, 1, 0, 'snd_voi_minigame_100800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140005, 'For real? That sucks.', 'snd_voi_minigame_100800', 5, 1008823, 9, 1, 0, 'snd_voi_minigame_100800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140006, 'Yeah!', 'snd_voi_minigame_100800', 3, 974008, 9, 1, 0, 'snd_voi_minigame_100800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140007, 'Thanks!', 'snd_voi_minigame_100800', 4, 973008, 9, 1, 0, 'snd_voi_minigame_100800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140008, 'Hm-hmm.', 'snd_voi_minigame_100800', 6, 1008835, 9, 1, 0, 'snd_voi_minigame_100800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140009, 'Ahahaha!', 'snd_voi_minigame_100800', 7, 1008836, 9, 1, 0, 'snd_voi_minigame_100800_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140010, 'Hehehe.', 'snd_voi_minigame_100800', 8, 1008006, 9, 1, 0, 'snd_voi_minigame_100800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140011, 'Sweet!', 'snd_voi_minigame_100800', 9, 1008837, 9, 1, 0, 'snd_voi_minigame_100800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140014, 'Gahhh!', 'snd_voi_minigame_100800', 10, 1008838, 9, 1, 0, 'snd_voi_minigame_100800_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140015, '...!', 'snd_voi_minigame_100800', 11, 1008014, 9, 1, 0, 'snd_voi_minigame_100800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140016, 'Hey, Trainer!', 'snd_voi_minigame_100800', 12, 1008802, 9, 1, 0, 'snd_voi_minigame_100800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140012, 'Nice!', 'snd_voi_minigame_100800', 13, 1008001, 9, 1, 0, 'snd_voi_minigame_100800_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140013, '...!', 'snd_voi_minigame_100800', 14, 1008821, 9, 1, 0, 'snd_voi_minigame_100800_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140017, 'Urghhh!', 'snd_voi_minigame_100800', 15, 1008839, 9, 1, 0, 'snd_voi_minigame_100800_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 140018, 'No...', 'snd_voi_minigame_100800', 16, 1008840, 9, 1, 0, 'snd_voi_minigame_100800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 40000, 'Smashing through at full throttle!', 'snd_voi_race_100801', 2, 0, 3, 1, 0, 'snd_voi_race_100801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 40001, 'Smashing through at full throttle!', 'snd_voi_race_100801', 2, 0, 3, 1, 0, 'snd_voi_race_100801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 40002, 'I''ll show you!', 'snd_voi_race_100800', 6, 0, 3, 1, 0, 'snd_voi_race_100800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 30004, 'Ngh... Hahhh! Rahhh!', 'snd_voi_race_100801', 0, 0, 3, 1, 0, 'snd_voi_race_100801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 30005, 'Heh... I won!', 'snd_voi_race_100800', 8, 0, 3, 1, 0, 'snd_voi_race_100800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 31000, 'Here I go!', 'snd_voi_race_100800', 9, 0, 3, 1, 0, 'snd_voi_race_100800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 13, 'Ooh, a login bonus.', 'snd_voi_title_100800', 4, 1008018, 1, 1, 0, 'snd_voi_title_100800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 15, 'This is comin'' up tomorrow.', 'snd_voi_title_100800', 5, 8002, 1, 1, 0, 'snd_voi_title_100800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 110000, 'Oh, time for some training?', 'snd_voi_home_100800', 21, 0, 1, 1, 0, 'snd_voi_home_100800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 110001, 'Ughhh, so many words.', 'snd_voi_home_100800', 22, 0, 1, 1, 0, 'snd_voi_home_100800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 110002, 'Are we going to enter a race?', 'snd_voi_home_100800', 23, 0, 1, 1, 0, 'snd_voi_home_100800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 10021, 'Looks like your Umamusume Archive has leveled up.', 'snd_voi_home_100800', 24, 8001, 1, 1, 0, 'snd_voi_home_100800_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 20051, 'All right, let''s get started!', 'snd_voi_training_100800', 65, 1009, 2, 1, 0, 'snd_voi_training_100800_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70000, 'Let''s keep the smashing up!', 'snd_voi_outgame_100800', 3, 0, 7, 1, 0, 'snd_voi_outgame_100800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 95005, 'I got this!', 'snd_voi_outgame_100800', 4, 0, 7, 1, 0, 'snd_voi_outgame_100800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 95006, 'You can rely on me more, y''know?', 'snd_voi_outgame_100800', 5, 0, 7, 1, 0, 'snd_voi_outgame_100800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70004, 'If only I could move a little easier...', 'snd_voi_outgame_100800', 16, 1008002, 7, 1, 0, 'snd_voi_outgame_100800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70010, 'I can''t rip my sleeves off, can I...', 'snd_voi_outgame_100800', 17, 1008008, 7, 1, 0, 'snd_voi_outgame_100800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70008, 'This is kinda embarrassing.', 'snd_voi_outgame_100800', 20, 1008011, 7, 1, 0, 'snd_voi_outgame_100800_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70014, 'Ugh... Isn''t there anything cooler?', 'snd_voi_outgame_100800', 21, 1008019, 7, 1, 0, 'snd_voi_outgame_100800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70009, 'Woo! Sweet! This rocks!', 'snd_voi_outgame_100800', 22, 10001, 7, 1, 0, 'snd_voi_outgame_100800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70015, 'The wind feels so close to my skin when I wear this!', 'snd_voi_outgame_100800', 23, 10001, 7, 1, 0, 'snd_voi_outgame_100800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 71004, 'If only I could move a little easier...', 'snd_voi_outgame_100800', 16, 48, 7, 0, 0, 'snd_voi_outgame_100800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 71010, 'I can''t rip my sleeves off, can I...', 'snd_voi_outgame_100800', 17, 43, 7, 0, 0, 'snd_voi_outgame_100800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 71008, 'This is kinda embarrassing.', 'snd_voi_outgame_100800', 20, 50, 7, 0, 0, 'snd_voi_outgame_100800_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 71014, 'Ugh... Isn''t there anything cooler?', 'snd_voi_outgame_100800', 21, 148, 7, 0, 0, 'snd_voi_outgame_100800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 71009, 'Woo! Sweet! This rocks!', 'snd_voi_outgame_100800', 22, 18, 7, 0, 0, 'snd_voi_outgame_100800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 71015, 'The wind feels so close to my skin when I wear this!', 'snd_voi_outgame_100800', 23, 18, 7, 0, 0, 'snd_voi_outgame_100800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 2030, 'Let''s go!', 'snd_voi_teamst_100800', 0, 990031, 10, 1, 0, 'snd_voi_teamst_100800_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 2031, 'Okay, let''s get fueled up and ready to go!', 'snd_voi_teamst_st_100800_0000', 0, 3009, 10, 1, 0, 'snd_voi_teamst_st_100800_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 2032, 'I gotta show my gratitude! Thanks!', 'snd_voi_training_100800', 64, 1009, 10, 1, 0, 'snd_voi_training_100800_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 2033, 'My legs feel light... Heh! You better look forward to the race results.', 'snd_voi_training_100800', 19, 1008018, 10, 1, 0, 'snd_voi_training_100800_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 2034, 'Yeah! My blood''s boiling with energy!', 'snd_voi_training_100800', 16, 1008007, 10, 1, 0, 'snd_voi_training_100800_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 2035, 'I gotta show my gratitude! Thanks!', 'snd_voi_training_100800', 64, 1009, 10, 0, 0, 'snd_voi_training_100800_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 81000, 'You wanna battle against me? Sure, bring it on!', 'snd_voi_outgame_100800', 13, 1008018, 7, 1, 0, 'snd_voi_outgame_100800_0013', 0, 0, 0, 1621425600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 81001, 'Okay, time for me to get serious!', 'snd_voi_outgame_100800', 14, 3009, 7, 1, 0, 'snd_voi_outgame_100800_0014', 0, 0, 0, 1621425600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70018, 'Sooo cool!', 'snd_voi_outgame_100800', 26, 1008007, 7, 1, 0, 'snd_voi_outgame_100800_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 70019, 'I''m gonna smash through and win!', 'snd_voi_outgame_100800', 27, 1008001, 7, 1, 0, 'snd_voi_outgame_100800_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 71018, 'Sooo cool!', 'snd_voi_outgame_100800', 26, 152, 7, 0, 0, 'snd_voi_outgame_100800_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1008, 71019, 'I''m gonna smash through and win!', 'snd_voi_outgame_100800', 27, 18, 7, 0, 0, 'snd_voi_outgame_100800_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 11, 'Cygames', 'snd_voi_title_100900', 0, 0, 0, 1, 0, 'snd_voi_title_100900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_100900', 1, 0, 0, 1, 0, 'snd_voi_title_100900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10000, 'You really are a weirdo for wanting to support me, honestly... I suppose I don''t mind, though.', 'snd_voi_home_100900', 0, 1009017, 1, 1, 0, 'snd_voi_home_100900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10001, 'I''m going to become the number one Umamusume. You better stay by my side and become the number one trainer, too!', 'snd_voi_home_100900', 1, 1009020, 1, 1, 0, 'snd_voi_home_100900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10002, 'It may not seem like it, but I do rely on you, at least a little...', 'snd_voi_home_100900', 2, 1009012, 1, 1, 0, 'snd_voi_home_100900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10003, 'Happy New Year. I''m going to keep striving to be number one this year, so there''s no time to be lazing about now!', 'snd_voi_home_100900', 3, 1009007, 1, 1, 0, 'snd_voi_home_100900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10004, 'Chocolate? I suppose I''ll give you some later, if you want. Hehe, but I expect the number one most extravagant gift in return!', 'snd_voi_home_100900', 4, 1009006, 1, 1, 0, 'snd_voi_home_100900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10005, 'Here—Valentine''s Day chocolate. I-I''m just doing this out of courtesy, okay?! Well, I guess you are a tiny bit special.', 'snd_voi_home_100900', 5, 1009018, 1, 1, 0, 'snd_voi_home_100900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10006, 'Did you write a wish on your wish slip? I''ve already written mine, and it''s obviously to become number one.', 'snd_voi_home_100900', 6, 3009, 1, 1, 0, 'snd_voi_home_100900_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10007, 'What candy should I make to give out for Halloween this year? ...Oh, you want some too? Fine, I guess.', 'snd_voi_home_100900', 7, 1009010, 1, 1, 0, 'snd_voi_home_100900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10008, 'Mama gives me a bunch of flowers around this time of year. She''s got this whole thing about flower language. I wonder what she''ll give me this year?', 'snd_voi_home_100900', 8, 1009000, 1, 1, 0, 'snd_voi_home_100900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10009, 'So you''d be happy to get a present from me, too? I-I didn''t say I''d give you one!', 'snd_voi_home_100900', 9, 4003, 1, 1, 0, 'snd_voi_home_100900_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10010, 'Spending the year running to be number one has made it fly by so quickly. I''ll aim even higher next year!', 'snd_voi_home_100900', 10, 1009, 1, 1, 0, 'snd_voi_home_100900_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10011, 'Today''s your birthday, right? You do a lot for me every day, so I guess I can bake you a cake... but that''s all you''re getting.', 'snd_voi_home_100900', 11, 1009017, 1, 1, 0, 'snd_voi_home_100900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10012, 'So, um... Happy birthday! I-I''m celebrating it with you, so you better be happy! Hmph!', 'snd_voi_home_100900', 12, 1009021, 1, 1, 0, 'snd_voi_home_100900_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10013, 'Oh? You actually remembered my birthday? Well, you are my trainer, so it''d be rude if you didn''t.', 'snd_voi_home_100900', 13, 1000, 1, 1, 0, 'snd_voi_home_100900_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10014, 'Why are you getting all excited over a little birthday? You''re so dramatic... I don''t mind, though.', 'snd_voi_home_100900', 14, 1009006, 1, 1, 0, 'snd_voi_home_100900_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10015, 'There''s a new notice. You better remember to check it!', 'snd_voi_home_100900', 15, 1009020, 1, 1, 0, 'snd_voi_home_100900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10016, 'Oh look, a present! Hey, I want to see what it is, too!', 'snd_voi_home_100900', 16, 1009006, 1, 1, 0, 'snd_voi_home_100900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10017, 'Looks like you''ve completed a mission. Don''t rest on your laurels, though. Give it your all next time as well!', 'snd_voi_home_100900', 17, 1009000, 1, 1, 0, 'snd_voi_home_100900_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10018, 'It''s almost time for an event. I assume you''re ready?', 'snd_voi_home_100900', 18, 3009, 1, 1, 0, 'snd_voi_home_100900_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10019, 'There''s an event on! We have to aim to be number one and race past everyone!', 'snd_voi_home_100900', 19, 1009007, 1, 1, 0, 'snd_voi_home_100900_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20000, 'Argh, I hate this! My body isn''t moving how I want it to! How annoying!', 'snd_voi_training_100900', 0, 1009810, 2, 1, 0, 'snd_voi_training_100900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20001, 'Excuse me? Who said I''m pushing myself too hard?! I''m just... a little tired.', 'snd_voi_training_100900', 1, 4003, 2, 1, 0, 'snd_voi_training_100900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20002, 'My body feels so light! I feel like I can do anything right now! ♪', 'snd_voi_training_100900', 2, 1009006, 2, 1, 0, 'snd_voi_training_100900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20003, 'Are we going to get running soon or what? Hurry up and start training already!', 'snd_voi_training_100900', 3, 1009001, 2, 1, 0, 'snd_voi_training_100900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20004, 'My legs are moving well, so this isn''t too bad.', 'snd_voi_training_100900', 4, 1009000, 2, 1, 0, 'snd_voi_training_100900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20005, 'I still have room to improve! Let me run more!', 'snd_voi_training_100900', 5, 3009, 2, 1, 0, 'snd_voi_training_100900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20006, 'I have to give it all I''ve got to become number one.', 'snd_voi_training_100900', 6, 1009007, 2, 1, 0, 'snd_voi_training_100900_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20007, 'I''m going to put my all into running today.', 'snd_voi_training_100900', 7, 1009017, 2, 1, 0, 'snd_voi_training_100900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20008, 'Ugh, my legs feel so heavy... I have to do something about this.', 'snd_voi_training_100900', 8, 1009810, 2, 1, 0, 'snd_voi_training_100900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20009, 'There''s no time to complain! The worse you feel, the harder you have to try!', 'snd_voi_training_100900', 9, 1009811, 2, 1, 0, 'snd_voi_training_100900_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20010, 'Can I... really become number one?', 'snd_voi_training_100900', 10, 1009809, 2, 1, 0, 'snd_voi_training_100900_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20011, 'My body feels so heavy... Could this be... overwork?', 'snd_voi_training_100900', 11, 1009009, 2, 1, 0, 'snd_voi_training_100900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20021, 'Another race? I won''t be satisfied until you explain your reasoning for this to me!', 'snd_voi_training_100900', 12, 1009808, 2, 1, 0, 'snd_voi_training_100900_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20022, 'Don''t tell me you want me to race again? Do you put any thought into my schedule? What are you? A broken tape recorder?', 'snd_voi_training_100900', 13, 1009003, 2, 1, 0, 'snd_voi_training_100900_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20023, 'Hehe, I''m in perfect form! I feel unstoppable right now!', 'snd_voi_training_100900', 14, 1009001, 2, 1, 0, 'snd_voi_training_100900_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20024, 'I''m feeling absolutely great! Watch my ultimate running form!', 'snd_voi_training_100900', 15, 2009, 2, 1, 0, 'snd_voi_training_100900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20025, 'It''s number one or nothing for me! I will win!', 'snd_voi_training_100900', 16, 1009, 2, 1, 0, 'snd_voi_training_100900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20026, 'Yes, I feel great! All that''s left is for me to give it all I''ve got!', 'snd_voi_training_100900', 17, 2001, 2, 1, 0, 'snd_voi_training_100900_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20027, 'This is an important race! I''m in great form, so there''s no way I can lose!', 'snd_voi_training_100900', 18, 1009007, 2, 1, 0, 'snd_voi_training_100900_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20028, 'My condition''s looking good! You can expect great news!', 'snd_voi_training_100900', 19, 4009, 2, 1, 0, 'snd_voi_training_100900_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20029, 'I''ve put in so much hard work for this race, so I''ll come back with a victory.', 'snd_voi_training_100900', 20, 1009000, 2, 1, 0, 'snd_voi_training_100900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20030, 'I don''t feel too bad, so I should be able to unleash all my strength.', 'snd_voi_training_100900', 21, 1009017, 2, 1, 0, 'snd_voi_training_100900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20031, 'I have ice in my veins when it comes to big stages and events. There''s no way I''d feel nervous!', 'snd_voi_training_100900', 22, 3009, 2, 1, 0, 'snd_voi_training_100900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20032, 'What? Are you worried about something? It''s okay, I''ll take care of it. I''m... I''m sure it''ll be okay!', 'snd_voi_training_100900', 23, 1009810, 2, 1, 0, 'snd_voi_training_100900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20033, 'My goal race? No matter the circumstances, my goal will always be to become number one!', 'snd_voi_training_100900', 24, 1009020, 2, 1, 0, 'snd_voi_training_100900_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20034, 'I can''t sit around complaining. I''ll run my own race to the very end. Nothing more, nothing less.', 'snd_voi_training_100900', 25, 1003, 2, 1, 0, 'snd_voi_training_100900_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20035, 'This is who I''m up against in my condition? Ugh, talk about tough... But I just have to get the job done!', 'snd_voi_training_100900', 26, 1009009, 2, 1, 0, 'snd_voi_training_100900_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20036, 'I don''t want to use my condition as an excuse! If I want to aim for the top, then I have to run the best I can, no matter what!', 'snd_voi_training_100900', 27, 1009811, 2, 1, 0, 'snd_voi_training_100900_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20037, 'I won''t go down without a fight! I have to go for broke! And I might as well break my opponents while I''m at it!', 'snd_voi_training_100900', 28, 1009003, 2, 1, 0, 'snd_voi_training_100900_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20038, 'Here I go!', 'snd_voi_training_100900', 29, 0, 2, 1, 0, 'snd_voi_training_100900_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20039, 'I''ll get this done!', 'snd_voi_training_100900', 30, 0, 2, 1, 0, 'snd_voi_training_100900_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20040, 'Just you watch!', 'snd_voi_training_100900', 31, 0, 2, 1, 0, 'snd_voi_training_100900_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20041, 'I have to focus!', 'snd_voi_training_100900', 32, 0, 2, 1, 0, 'snd_voi_training_100900_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20042, 'That''s odd...', 'snd_voi_training_100900', 33, 0, 2, 1, 0, 'snd_voi_training_100900_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20043, '...How could I have failed?', 'snd_voi_training_100900', 34, 0, 2, 1, 0, 'snd_voi_training_100900_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20046, 'Time to go!', 'snd_voi_training_100900', 37, 0, 2, 1, 0, 'snd_voi_training_100900_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20047, 'We''re going to the beach!', 'snd_voi_training_100900', 38, 0, 2, 1, 0, 'snd_voi_training_100900_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20049, 'That wasn''t too bad. Thank you for your efforts.', 'snd_voi_training_100900', 63, 0, 2, 1, 0, 'snd_voi_training_100900_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20050, 'I suppose I''ll show my gratitude... Thanks.', 'snd_voi_training_100900', 64, 0, 2, 1, 0, 'snd_voi_training_100900_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 30000, 'How infuriating... I will finish in first place next time!', 'snd_voi_race_100900', 0, 0, 3, 1, 0, 'snd_voi_race_100900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 30001, 'Third place?! I''m definitely going to win next time!', 'snd_voi_race_100900', 1, 0, 3, 1, 0, 'snd_voi_race_100900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 30002, 'What?! I only just barely managed to place?!', 'snd_voi_race_100900', 2, 0, 3, 1, 0, 'snd_voi_race_100900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 30003, 'No, I must get stronger!', 'snd_voi_race_100900', 3, 0, 3, 1, 0, 'snd_voi_race_100900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 60000, 'Look forward to my concert!', 'snd_voi_live_100900', 0, 0, 4, 1, 0, 'snd_voi_live_100900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 60001, 'I''m going to give it my number one energy today!', 'snd_voi_live_100900', 1, 0, 4, 1, 0, 'snd_voi_live_100900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70001, 'Come to think of it, you''ve always been something of a weirdo from the beginning. I can''t ever forget that.', 'snd_voi_outgame_100900', 1, 1009017, 7, 1, 0, 'snd_voi_outgame_100900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90000, 'Morning! Let''s get into our morning practice already! Hurry up and get ready!', 'snd_voi_home_100901', 0, 1009020, 1, 1, 0, 'snd_voi_home_100901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90001, 'Why are you still half asleep? Look sharp! You''re my trainer, after all!', 'snd_voi_home_100901', 1, 1009808, 1, 1, 0, 'snd_voi_home_100901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90002, 'Hello, Trainer! ♪ Ugh, you''re supposed to match my vibe! The others are watching!', 'snd_voi_home_100901', 2, 1009020, 1, 1, 0, 'snd_voi_home_100901_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90003, 'Since I''m aiming to be number one, I need you to put together a training regimen to realize that!', 'snd_voi_home_100901', 3, 3009, 1, 1, 0, 'snd_voi_home_100901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90004, 'Yawn... I''m a little sleepy, but I also need to get my homework done. I don''t want to compromise on my studies!', 'snd_voi_home_100901', 4, 1009810, 1, 1, 0, 'snd_voi_home_100901_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90005, 'I sleep the latest and wake up the earliest. That''s what it means to aim for the top! ...I''m not pushing myself too hard!', 'snd_voi_home_100901', 5, 4009, 1, 1, 0, 'snd_voi_home_100901_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90006, 'I''m sure it would feel amazing to sprint under the spring sunshine! When''s my next race?', 'snd_voi_home_100901', 6, 1009007, 1, 1, 0, 'snd_voi_home_100901_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90007, 'I have a tendency to get easily irritated when it''s hot like this. I must act more like an honor student!', 'snd_voi_home_100901', 7, 1009808, 1, 1, 0, 'snd_voi_home_100901_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90008, 'The weather''s been more comfortable lately. I make better progress with my training and study in these cooler temperatures—it really helps.', 'snd_voi_home_100901', 8, 1009006, 1, 1, 0, 'snd_voi_home_100901_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 90009, 'You don''t have a cold, do you? Make sure you take proper preventative measures!', 'snd_voi_home_100901', 9, 3003, 1, 1, 0, 'snd_voi_home_100901_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91000, 'Air Groove is a little fearsome... but I admire her flawlessness.', 'snd_voi_home_100901', 10, 1009007, 1, 1, 0, 'snd_voi_home_100901_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91001, 'Don''t I look amazing in this tiara? Mama gave it to me to celebrate getting accepted into Tracen Academy!', 'snd_voi_home_100901', 11, 2001, 1, 1, 0, 'snd_voi_home_100901_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91002, 'Tachyon''s so kind. She shares her delicious tea with me and gives me handy items.', 'snd_voi_home_100901', 12, 10001, 1, 1, 0, 'snd_voi_home_100901_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91003, 'Ugh... The TV horoscopes this morning put my star sign at number two... It''s not bad, but it''s so frustrating!', 'snd_voi_home_100901', 13, 1009810, 1, 1, 0, 'snd_voi_home_100901_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91004, 'Hey, quit zoning out! You''re wasting time!', 'snd_voi_home_100901', 14, 1003, 1, 1, 0, 'snd_voi_home_100901_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91005, 'Uh... Is this feeling a little tighter? Sigh... I''ll have to adjust it later. I need to give more consideration to my potential growth spurts...', 'snd_voi_home_100901', 15, 1009009, 1, 1, 0, 'snd_voi_home_100901_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91006, 'I want to become the fastest, the strongest—the number one perfect Umamusume. I feel like I''m gradually inching closer to that ideal of mine.', 'snd_voi_home_100901', 16, 1009007, 1, 1, 0, 'snd_voi_home_100901_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91007, 'I need to get results worthy of these clothes. Please give me another tough day of training today!', 'snd_voi_home_100901', 17, 2009, 1, 1, 0, 'snd_voi_home_100901_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91008, 'No matter when, where, or against whom—I will cross the finish line in first place! That''s my policy!', 'snd_voi_home_100901', 18, 4009, 1, 1, 0, 'snd_voi_home_100901_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91009, 'Did you know? Being the first to arrive at school for morning practice feels absolutely amazing!', 'snd_voi_home_100901', 19, 3001, 1, 1, 0, 'snd_voi_home_100901_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91010, 'Oh no, I need to buy some bananas before training starts! Maintaining proper nutrition is very important.', 'snd_voi_home_100901', 20, 1009015, 1, 1, 0, 'snd_voi_home_100901_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91011, 'I want to burn incense at night, but Vodka tells me not to. She says it makes her restless.', 'snd_voi_home_100901', 21, 1009810, 1, 1, 0, 'snd_voi_home_100901_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91012, 'They say that it''s easy to oversleep in spring, but if I''m aiming to be number one, then I don''t have time to zone out!', 'snd_voi_home_100901', 22, 1009808, 1, 1, 0, 'snd_voi_home_100901_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91013, 'Summer''s great! The days are long, so I can train a lot!', 'snd_voi_home_100901', 23, 1009007, 1, 1, 0, 'snd_voi_home_100901_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91014, 'Hey, you''re not overeating because of all the delicious foods in the fall, are you? Make sure to eat in moderation.', 'snd_voi_home_100901', 24, 3003, 1, 1, 0, 'snd_voi_home_100901_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 91015, 'It''s sooo... not cold! This is nothing to me! I''m totally fine! Come on, let''s get training!', 'snd_voi_home_100901', 25, 4003, 1, 1, 0, 'snd_voi_home_100901_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 92000, 'What''s on the training program today? I won''t tolerate any half-baked routine.', 'snd_voi_training_100901', 0, 9, 2, 1, 0, 'snd_voi_training_100901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 92001, 'I''m aiming for the top, so I have to run far more than anyone else!', 'snd_voi_training_100901', 2, 1009007, 2, 1, 0, 'snd_voi_training_100901_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 92002, 'I''ve stretched, so I''m all ready now! No matter how tough the training, I''ll do it perfectly!', 'snd_voi_training_100901', 3, 2009, 2, 1, 0, 'snd_voi_training_100901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 92003, 'I''m not going to hand over the number one spot to anyone, no matter how strong my opponents may be.', 'snd_voi_training_100901', 4, 1009, 2, 1, 0, 'snd_voi_training_100901_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 92011, 'Quit dragging your feet! Let''s get right into training already!', 'snd_voi_training_100901', 1, 1009808, 2, 1, 0, 'snd_voi_training_100901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 92005, 'I''m putting in more energy in than I usually do! I want to become number one and get up onstage as soon as possible!', 'snd_voi_training_100901', 5, 3009, 2, 1, 0, 'snd_voi_training_100901_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 92006, 'I actually feel like I''ve gotten faster lately! But I''m definitely not satisfied yet! I can get faster still!', 'snd_voi_training_100901', 6, 1009000, 2, 1, 0, 'snd_voi_training_100901_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 92007, 'I''m looking forward to seeing the best training program you''ve ever come up with.', 'snd_voi_training_100901', 7, 2002, 2, 1, 0, 'snd_voi_training_100901_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 93000, 'Hehe, I''m glad I got to aim for number one with you!', 'snd_voi_training_100901', 8, 0, 2, 1, 0, 'snd_voi_training_100901_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 93001, 'Not bad! I''ll give you a little bit of acknowledgment.', 'snd_voi_training_100901', 9, 0, 2, 1, 0, 'snd_voi_training_100901_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 95000, 'I can still get stronger yet!', 'snd_voi_outgame_100901', 0, 2001, 7, 1, 0, 'snd_voi_outgame_100901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 95001, 'With this, I can finally become number one!', 'snd_voi_outgame_100901', 1, 2001, 7, 1, 0, 'snd_voi_outgame_100901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 95003, 'I, Daiwa Scarlet, am off!', 'snd_voi_outgame_100901', 3, 2009, 7, 1, 0, 'snd_voi_outgame_100901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1008, 'We will be number one!', 'snd_voi_teamst_st_100900_0000', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_100900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1025, 'I can''t believe we get to race together!', 'snd_voi_teamst_st_100900_1018', 0, 1009000, 8, 1, 0, 'snd_voi_teamst_st_100900_1018_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1026, 'How are you feeling, Tachyon?', 'snd_voi_teamst_st_100900_1032', 0, 1009, 8, 1, 0, 'snd_voi_teamst_st_100900_1032_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1000, 'Here I go!', 'snd_voi_teamst_100900', 0, 990021, 8, 1, 0, 'snd_voi_teamst_100900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1001, 'Never any doubt!', 'snd_voi_teamst_100900', 1, 0, 8, 1, 0, 'snd_voi_teamst_100900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1003, 'These things happen.', 'snd_voi_teamst_100900', 2, 0, 8, 1, 0, 'snd_voi_teamst_100900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1002, 'What? How?!', 'snd_voi_teamst_100900', 3, 0, 8, 1, 0, 'snd_voi_teamst_100900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1004, 'Yes, we won!', 'snd_voi_teamst_100900', 4, 3002, 8, 1, 0, 'snd_voi_teamst_100900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1007, 'A new high score!', 'snd_voi_teamst_100900', 5, 1009006, 8, 1, 0, 'snd_voi_teamst_100900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1006, 'These things happen.', 'snd_voi_teamst_100900', 2, 1009008, 8, 1, 0, 'snd_voi_teamst_100900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 1005, 'What? How?!', 'snd_voi_teamst_100900', 3, 1009013, 8, 1, 0, 'snd_voi_teamst_100900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 120000, 'Wow, I''m brimming with power!', 'snd_voi_outgame_100900', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_100900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140000, 'Go get ''em!', 'snd_voi_minigame_100900', 0, 1009007, 9, 1, 0, 'snd_voi_minigame_100900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140001, 'Yay!', 'snd_voi_minigame_100900', 1, 1009001, 9, 1, 0, 'snd_voi_minigame_100900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140002, 'No way!', 'snd_voi_minigame_100900', 2, 1009014, 9, 1, 0, 'snd_voi_minigame_100900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140003, 'That''s amazing!', 'snd_voi_minigame_100900', 3, 971009, 9, 1, 0, 'snd_voi_minigame_100900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140004, 'Well done!', 'snd_voi_minigame_100900', 4, 972009, 9, 1, 0, 'snd_voi_minigame_100900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140005, 'These things happen.', 'snd_voi_minigame_100900', 5, 1009009, 9, 1, 0, 'snd_voi_minigame_100900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140006, 'That''s amazing!', 'snd_voi_minigame_100900', 3, 974009, 9, 1, 0, 'snd_voi_minigame_100900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140007, 'Well done!', 'snd_voi_minigame_100900', 4, 973009, 9, 1, 0, 'snd_voi_minigame_100900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140008, 'Hmm-hmm! ♪', 'snd_voi_minigame_100900', 6, 1009006, 9, 1, 0, 'snd_voi_minigame_100900_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140009, 'Hehe!', 'snd_voi_minigame_100900', 7, 1009812, 9, 1, 0, 'snd_voi_minigame_100900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140010, 'Hehe!', 'snd_voi_minigame_100900', 8, 1009813, 9, 1, 0, 'snd_voi_minigame_100900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140011, 'Wow...', 'snd_voi_minigame_100900', 9, 1009814, 9, 1, 0, 'snd_voi_minigame_100900_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140014, 'Argh!', 'snd_voi_minigame_100900', 10, 1009815, 9, 1, 0, 'snd_voi_minigame_100900_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140015, 'Hrrrmmm...', 'snd_voi_minigame_100900', 11, 1009816, 9, 1, 0, 'snd_voi_minigame_100900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140016, 'Hey!', 'snd_voi_minigame_100900', 12, 1009817, 9, 1, 0, 'snd_voi_minigame_100900_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140012, 'Ahaha!', 'snd_voi_minigame_100900', 13, 1009006, 9, 1, 0, 'snd_voi_minigame_100900_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140013, 'All right!', 'snd_voi_minigame_100900', 14, 1009007, 9, 1, 0, 'snd_voi_minigame_100900_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140017, 'Hrm...', 'snd_voi_minigame_100900', 15, 1009818, 9, 1, 0, 'snd_voi_minigame_100900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 140018, 'Huh?!', 'snd_voi_minigame_100900', 16, 1009819, 9, 1, 0, 'snd_voi_minigame_100900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 40000, 'I will win... with grace!', 'snd_voi_race_100901', 2, 0, 3, 1, 0, 'snd_voi_race_100901_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 40001, 'I will win... with grace!', 'snd_voi_race_100901', 2, 0, 3, 1, 0, 'snd_voi_race_100901_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 40002, 'I''m number one!', 'snd_voi_race_100900', 6, 0, 3, 1, 0, 'snd_voi_race_100900_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 30004, 'Hehe! ♪ I knew I was number one!', 'snd_voi_race_100901', 0, 0, 3, 1, 0, 'snd_voi_race_100901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 30005, 'Did you see my running back there?', 'snd_voi_race_100900', 8, 0, 3, 1, 0, 'snd_voi_race_100900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 31000, 'Here I go!', 'snd_voi_race_100900', 9, 0, 3, 1, 0, 'snd_voi_race_100900_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 13, 'This is today''s login bonus.', 'snd_voi_title_100900', 4, 2009, 1, 1, 0, 'snd_voi_title_100900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 15, 'You''ll get this tomorrow.', 'snd_voi_title_100900', 5, 8002, 1, 1, 0, 'snd_voi_title_100900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 110000, 'Oh, we''re going to train?', 'snd_voi_home_100900', 21, 0, 1, 1, 0, 'snd_voi_home_100900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 110001, 'Wow, there''s some incredible history here...', 'snd_voi_home_100900', 22, 0, 1, 1, 0, 'snd_voi_home_100900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 110002, 'Are we entering a race?', 'snd_voi_home_100900', 23, 0, 1, 1, 0, 'snd_voi_home_100900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 10021, 'Looks like your Umamusume Archive level has gone up!', 'snd_voi_home_100900', 24, 8001, 1, 1, 0, 'snd_voi_home_100900_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 20051, 'Let''s get training!', 'snd_voi_training_100900', 65, 1009, 2, 1, 0, 'snd_voi_training_100900_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70000, 'Make sure to keep up with me!', 'snd_voi_outgame_100900', 3, 0, 7, 1, 0, 'snd_voi_outgame_100900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 95005, 'Leave the support role to me!', 'snd_voi_outgame_100900', 4, 0, 7, 1, 0, 'snd_voi_outgame_100900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 95006, 'Even as support, I''m number one!', 'snd_voi_outgame_100900', 5, 0, 7, 1, 0, 'snd_voi_outgame_100900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70004, 'What do you think? I make uniforms look amazing too.', 'snd_voi_outgame_100900', 16, 3009, 7, 1, 0, 'snd_voi_outgame_100900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70010, 'The uniform here really is so cute.', 'snd_voi_outgame_100900', 17, 1009000, 7, 1, 0, 'snd_voi_outgame_100900_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70008, 'I''ll be the number one star at the concert!', 'snd_voi_outgame_100900', 20, 2001, 7, 1, 0, 'snd_voi_outgame_100900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70014, 'I can dance anything perfectly!', 'snd_voi_outgame_100900', 21, 1009006, 7, 1, 0, 'snd_voi_outgame_100900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70009, 'There''s no way I''ll lose to anyone!', 'snd_voi_outgame_100900', 22, 10001, 7, 1, 0, 'snd_voi_outgame_100900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70015, 'I will become number one, just you watch!', 'snd_voi_outgame_100900', 23, 1009003, 7, 1, 0, 'snd_voi_outgame_100900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 71004, 'What do you think? I make uniforms look amazing too.', 'snd_voi_outgame_100900', 16, 33, 7, 0, 0, 'snd_voi_outgame_100900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 71010, 'The uniform here really is so cute.', 'snd_voi_outgame_100900', 17, 48, 7, 0, 0, 'snd_voi_outgame_100900_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 71008, 'I''ll be the number one star at the concert!', 'snd_voi_outgame_100900', 20, 18, 7, 0, 0, 'snd_voi_outgame_100900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 71014, 'I can dance anything perfectly!', 'snd_voi_outgame_100900', 21, 49, 7, 0, 0, 'snd_voi_outgame_100900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 71009, 'There''s no way I''ll lose to anyone!', 'snd_voi_outgame_100900', 22, 18, 7, 0, 0, 'snd_voi_outgame_100900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 71015, 'I will become number one, just you watch!', 'snd_voi_outgame_100900', 23, 18, 7, 0, 0, 'snd_voi_outgame_100900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 2030, 'Here I go!', 'snd_voi_teamst_100900', 0, 990021, 10, 1, 0, 'snd_voi_teamst_100900_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 2031, 'We will be number one!', 'snd_voi_teamst_st_100900_0000', 0, 2009, 10, 1, 0, 'snd_voi_teamst_st_100900_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 2032, 'I suppose I''ll show my gratitude... Thanks.', 'snd_voi_training_100900', 64, 1001, 10, 1, 0, 'snd_voi_training_100900_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 2033, 'My condition''s looking good! You can expect great news!', 'snd_voi_training_100900', 19, 4009, 10, 1, 0, 'snd_voi_training_100900_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 2034, 'It''s number one or nothing for me! I will win!', 'snd_voi_training_100900', 16, 1009, 10, 1, 0, 'snd_voi_training_100900_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 2035, 'I suppose I''ll show my gratitude... Thanks.', 'snd_voi_training_100900', 64, 1001, 10, 0, 0, 'snd_voi_training_100900_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 400002, 'Does Mama think I''m a difficult child?!', 'snd_voi_event_090005', 2, 1009005, 7, 1, 0, 'snd_voi_event_090005_0002', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 400003, 'Argh, this isn''t going to plan at all!', 'snd_voi_event_090005', 4, 1009002, 7, 1, 0, 'snd_voi_event_090005_0004', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 400006, 'Maybe what I need right now is actually here.', 'snd_voi_event_090005', 6, 1009008, 7, 1, 0, 'snd_voi_event_090005_0006', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 400010, 'I''m glad Mama was happy. I should''ve taken a photo.', 'snd_voi_event_090005', 10, 1009006, 7, 1, 0, 'snd_voi_event_090005_0010', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410000, 'Here I go!', 'snd_voi_roulette_100900', 0, 0, 7, 1, 0, 'snd_voi_roulette_100900_0000', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410001, 'Yay!', 'snd_voi_roulette_100900', 1, 400008, 7, 1, 0, 'snd_voi_roulette_100900_0001', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410002, 'Hehe!', 'snd_voi_roulette_100900', 2, 400009, 7, 1, 0, 'snd_voi_roulette_100900_0002', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410003, 'Hehe!', 'snd_voi_roulette_100900', 2, 400009, 7, 0, 0, 'snd_voi_roulette_100900_0002', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410004, 'Hehe!', 'snd_voi_roulette_100900', 3, 400010, 7, 1, 0, 'snd_voi_roulette_100900_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410005, 'Hehe!', 'snd_voi_roulette_100900', 3, 400010, 7, 0, 0, 'snd_voi_roulette_100900_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410006, 'Hehehe...', 'snd_voi_roulette_100900', 4, 400011, 7, 1, 0, 'snd_voi_roulette_100900_0004', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410007, 'Hehehe...', 'snd_voi_roulette_100900', 4, 400011, 7, 0, 0, 'snd_voi_roulette_100900_0004', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 410008, 'Hehehe...', 'snd_voi_roulette_100900', 4, 400011, 7, 0, 0, 'snd_voi_roulette_100900_0004', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70018, 'Wow...', 'snd_voi_outgame_100900', 26, 10001, 7, 1, 0, 'snd_voi_outgame_100900_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 70019, 'No one is going to be number one but me!', 'snd_voi_outgame_100900', 27, 1009002, 7, 1, 0, 'snd_voi_outgame_100900_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 71018, 'Wow...', 'snd_voi_outgame_100900', 26, 18, 7, 0, 0, 'snd_voi_outgame_100900_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1009, 71019, 'No one is going to be number one but me!', 'snd_voi_outgame_100900', 27, 22, 7, 0, 0, 'snd_voi_outgame_100900_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 11, 'Cygames', 'snd_voi_title_101000', 0, 0, 0, 1, 0, 'snd_voi_title_101000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_101000', 1, 0, 0, 1, 0, 'snd_voi_title_101000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10000, 'I''ve got a message for ya from my papa! He says, "Thanks for lookin'' after my little girl!"', 'snd_voi_home_101000', 0, 1010007, 1, 1, 0, 'snd_voi_home_101000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10001, 'Bang! I''m locked and loaded right on your heart, Trainer!', 'snd_voi_home_101000', 1, 1009, 1, 1, 0, 'snd_voi_home_101000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10002, 'I was a little worried when I first came to Japan, but now I''m happy every day—''cause I''ve got you, Trainer!', 'snd_voi_home_101000', 2, 1010006, 1, 1, 0, 'snd_voi_home_101000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10003, 'A happy New Year to ya! Here''s to another romp-stompin'' one! Come on in for your first hug, partner!', 'snd_voi_home_101000', 3, 1010019, 1, 1, 0, 'snd_voi_home_101000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10004, 'Happy Valentine''s Day! I''ll be giftin'' ya a heap of thanks today, Trainer!', 'snd_voi_home_101000', 4, 1010000, 1, 1, 0, 'snd_voi_home_101000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10005, 'Your chocolates are special! They''re a hundred times bigger, with a hundred times more love packed in!', 'snd_voi_home_101000', 5, 1002, 1, 1, 0, 'snd_voi_home_101000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10006, 'I went ahead and jotted down your wish too, Trainer! We''re gonna be champions together—ain''t that right?', 'snd_voi_home_101000', 6, 9002, 1, 1, 0, 'snd_voi_home_101000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10007, 'Wow, look at all the cute lil'' spooks out today! I''ll give ''em plenty of candy!', 'snd_voi_home_101000', 7, 1010006, 1, 1, 0, 'snd_voi_home_101000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10008, 'Happy holidays! Time for a party with plenty of turkey to go around! You''re in charge of the roastin'', Trainer!', 'snd_voi_home_101000', 8, 1010808, 1, 1, 0, 'snd_voi_home_101000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10009, 'The streets are mighty sparkly around the holidays! Hehe... Whaddya say we sneak off campus for a peek?', 'snd_voi_home_101000', 9, 8001, 1, 1, 0, 'snd_voi_home_101000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10010, 'A New Year''s kiss might be outta the question, but a New Year''s hug is just fine and dandy, right?', 'snd_voi_home_101000', 10, 1010000, 1, 1, 0, 'snd_voi_home_101000_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10011, 'Happy birthday! Let''s keep makin'' precious memories together from here on out!', 'snd_voi_home_101000', 11, 1010016, 1, 1, 0, 'snd_voi_home_101000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10012, 'We''ll be partying extra hard tonight! ''Cause it''s the birthday of the best trainer in the world—you!', 'snd_voi_home_101000', 12, 1010808, 1, 1, 0, 'snd_voi_home_101000_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10013, 'Hahaha! I''m another year older! Let''s have a toast with a tall, heapin'' glass of milk on the milk!', 'snd_voi_home_101000', 13, 1009, 1, 1, 0, 'snd_voi_home_101000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10014, 'Tonight''s my birthday party! I''ve saved a fine spot for ya right next to me, Trainer!', 'snd_voi_home_101000', 14, 1010000, 1, 1, 0, 'snd_voi_home_101000_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10015, 'Huh? Oh, looks like ya got some news! Better check it out!', 'snd_voi_home_101000', 15, 1001, 1, 1, 0, 'snd_voi_home_101000_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10016, 'Wow, a present! Lemme have a quick look-see too!', 'snd_voi_home_101000', 16, 1010015, 1, 1, 0, 'snd_voi_home_101000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10017, 'You completed the mission already?! That''s my trainer—always the go-getter!', 'snd_voi_home_101000', 17, 9002, 1, 1, 0, 'snd_voi_home_101000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10018, 'Look, Trainer! An event''s coming up real soon! Color me excited!', 'snd_voi_home_101000', 18, 1010007, 1, 1, 0, 'snd_voi_home_101000_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10019, 'It''s party time, Trainer! There''s an event in full swing!', 'snd_voi_home_101000', 19, 1010017, 1, 1, 0, 'snd_voi_home_101000_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20000, 'Oh no... These legs of mine just ain''t keepin'' up with my heart.', 'snd_voi_training_101000', 0, 1010811, 2, 1, 0, 'snd_voi_training_101000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20001, 'Oof... I''m all outta power...', 'snd_voi_training_101000', 1, 1010809, 2, 1, 0, 'snd_voi_training_101000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20002, 'I ain''t got time to sit around! I''m willing to try anything you throw my way!', 'snd_voi_training_101000', 2, 1010016, 2, 1, 0, 'snd_voi_training_101000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20003, 'Leave it to me, partner!', 'snd_voi_training_101000', 3, 1010017, 2, 1, 0, 'snd_voi_training_101000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20004, 'Mm, now that''s a swell breeze! I''m itchin'' to get moving!', 'snd_voi_training_101000', 4, 1010006, 2, 1, 0, 'snd_voi_training_101000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20005, 'I''ve got high hopes for some mighty nice training!', 'snd_voi_training_101000', 5, 1010007, 2, 1, 0, 'snd_voi_training_101000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20006, 'Another day to give all the grit I can muster!', 'snd_voi_training_101000', 6, 1001, 2, 1, 0, 'snd_voi_training_101000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20007, 'What''s on the docket for today?', 'snd_voi_training_101000', 7, 9002, 2, 1, 0, 'snd_voi_training_101000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20008, 'Boo... I wanna do something fun.', 'snd_voi_training_101000', 8, 1010811, 2, 1, 0, 'snd_voi_training_101000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20009, 'Look, a butterfly! Oops, I''m supposed to be training...', 'snd_voi_training_101000', 9, 1010812, 2, 1, 0, 'snd_voi_training_101000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20010, 'Sigh... I''m nervous as all get-out. Only managed to eat five hamburger steaks this morning...', 'snd_voi_training_101000', 10, 1010809, 2, 1, 0, 'snd_voi_training_101000_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20011, 'Boohoo... Papa... Mama...', 'snd_voi_training_101000', 11, 1010810, 2, 1, 0, 'snd_voi_training_101000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20021, 'Another race? You''re... pullin'' my leg, right?', 'snd_voi_training_101000', 12, 1010811, 2, 1, 0, 'snd_voi_training_101000_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20022, 'I''m tuckered out from all those races. I need to rest a spell...', 'snd_voi_training_101000', 13, 1010021, 2, 1, 0, 'snd_voi_training_101000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20023, 'Don''t worry—I won''t let ya down! I''ve got my eyes set square on that number one spot!', 'snd_voi_training_101000', 14, 1010017, 2, 1, 0, 'snd_voi_training_101000_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20024, 'I can handle anything, no problem! Just gotta stay focused ''til the very end!', 'snd_voi_training_101000', 15, 1010007, 2, 1, 0, 'snd_voi_training_101000_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20025, 'I''m perfectly prepared, partner! Come at me whenever!', 'snd_voi_training_101000', 16, 1009, 2, 1, 0, 'snd_voi_training_101000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20026, 'My condition''s just peachy! Don''t you go worryin'' your head about me!', 'snd_voi_training_101000', 17, 1010016, 2, 1, 0, 'snd_voi_training_101000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20027, 'My legs are in real good shape! So get ready for one heckuva race!', 'snd_voi_training_101000', 18, 1010007, 2, 1, 0, 'snd_voi_training_101000_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20028, 'I''m so darn excited! I can''t wait to stand at those gates!', 'snd_voi_training_101000', 19, 1002, 2, 1, 0, 'snd_voi_training_101000_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20029, 'Let''s get goin''!', 'snd_voi_training_101000', 20, 1001, 2, 1, 0, 'snd_voi_training_101000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20030, 'Here''s to a mighty exciting race!', 'snd_voi_training_101000', 21, 1010006, 2, 1, 0, 'snd_voi_training_101000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20031, 'I''m gonna have a hoot and a half—just like always!', 'snd_voi_training_101000', 22, 9002, 2, 1, 0, 'snd_voi_training_101000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20032, 'I''ve got more jitters than normal, but I''m mighty excited too!', 'snd_voi_training_101000', 23, 1010012, 2, 1, 0, 'snd_voi_training_101000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20033, 'What?! Race time already? I''ll switch gears right away!', 'snd_voi_training_101000', 24, 1010015, 2, 1, 0, 'snd_voi_training_101000_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20034, 'Smile, smiiile! That''s what ya do when you''re feelin'' flustered—yep!', 'snd_voi_training_101000', 25, 8001, 2, 1, 0, 'snd_voi_training_101000_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20035, 'Bad condition or not, I don''t wanna lose!', 'snd_voi_training_101000', 26, 1010003, 2, 1, 0, 'snd_voi_training_101000_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20036, 'I might be a cut below, but I''m still gonna run ''til the very end!', 'snd_voi_training_101000', 27, 1004, 2, 1, 0, 'snd_voi_training_101000_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20037, 'I''ve come this far, so now I just gotta go for broke! By hook or crook!', 'snd_voi_training_101000', 28, 1003, 2, 1, 0, 'snd_voi_training_101000_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20038, 'Here we go!', 'snd_voi_training_101000', 29, 0, 2, 1, 0, 'snd_voi_training_101000_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20039, 'Yippee-ki-yay!', 'snd_voi_training_101000', 30, 0, 2, 1, 0, 'snd_voi_training_101000_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20040, 'Let''s do it!', 'snd_voi_training_101000', 31, 0, 2, 1, 0, 'snd_voi_training_101000_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20041, 'I''ll get the job done!', 'snd_voi_training_101000', 32, 0, 2, 1, 0, 'snd_voi_training_101000_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20042, 'Yeowch!', 'snd_voi_training_101000', 33, 0, 2, 1, 0, 'snd_voi_training_101000_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20043, 'Well...', 'snd_voi_training_101000', 34, 0, 2, 1, 0, 'snd_voi_training_101000_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20046, 'Let''s have some fun!', 'snd_voi_training_101000', 37, 0, 2, 1, 0, 'snd_voi_training_101000_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20047, 'The sea!', 'snd_voi_training_101000', 38, 0, 2, 1, 0, 'snd_voi_training_101000_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20049, 'I gotta say, I''ve gotten stronger!', 'snd_voi_training_101000', 63, 0, 2, 1, 0, 'snd_voi_training_101000_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20050, 'Great job, Trainer!', 'snd_voi_training_101000', 64, 0, 2, 1, 0, 'snd_voi_training_101000_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 30000, 'Oh, so close!', 'snd_voi_race_101000', 0, 0, 3, 1, 0, 'snd_voi_race_101000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 30001, 'I ain''t gonna lose next time!', 'snd_voi_race_101000', 1, 0, 3, 1, 0, 'snd_voi_race_101000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 30002, 'There''s always the next one!', 'snd_voi_race_101000', 2, 0, 3, 1, 0, 'snd_voi_race_101000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 30003, 'No...', 'snd_voi_race_101000', 3, 0, 3, 1, 0, 'snd_voi_race_101000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 60000, 'I''m gonna make everybody happy!', 'snd_voi_live_101000', 0, 0, 4, 1, 0, 'snd_voi_live_101000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 60001, 'C''mon, let''s dance and sing!', 'snd_voi_live_101000', 1, 0, 4, 1, 0, 'snd_voi_live_101000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70001, 'Hehe! My heart feels all warm and fuzzy when I''m with ya, Trainer!', 'snd_voi_outgame_101000', 1, 1001, 7, 1, 0, 'snd_voi_outgame_101000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90000, 'Good morning! Let''s make this day a mighty happy and exciting one!', 'snd_voi_home_101001', 0, 1010007, 1, 1, 0, 'snd_voi_home_101001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90001, 'Oh! It''s you, Trainer! Lucky me, bumpin'' into ya right at the start of the day!', 'snd_voi_home_101001', 1, 1002, 1, 1, 0, 'snd_voi_home_101001_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90002, 'Howdy, Trainer! I''m ready and rarin'' to start training!', 'snd_voi_home_101001', 2, 1009, 1, 1, 0, 'snd_voi_home_101001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90003, 'I had a hunch you''d be moseyin'' over soon! And it looks like I hit the bull''s-eye! Yeehaw!', 'snd_voi_home_101001', 3, 1010808, 1, 1, 0, 'snd_voi_home_101001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90004, 'Thanks for another fine day! Here, lemme hammer out all those cricks and knots for ya!', 'snd_voi_home_101001', 4, 1010000, 1, 1, 0, 'snd_voi_home_101001_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90005, 'Let''s party! Time ain''t nothin'' but a number tonight! Just don''t tell Hishiama, ya hear?', 'snd_voi_home_101001', 5, 1010017, 1, 1, 0, 'snd_voi_home_101001_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90006, 'Spring has come! It''s a season ripe for running. How ''bout takin'' a lap with me, Trainer?', 'snd_voi_home_101001', 6, 1002, 1, 1, 0, 'snd_voi_home_101001_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90007, 'Summers here are different from the ones back home! And the barbecues too!', 'snd_voi_home_101001', 7, 9002, 1, 1, 0, 'snd_voi_home_101001_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90008, 'Mushroom pickin'' and admirin'' the fall leaves? Hehehe, guess it''s time to put my fancy boots on!', 'snd_voi_home_101001', 8, 1010006, 1, 1, 0, 'snd_voi_home_101001_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 90009, 'The holidays and Valentine''s Day, with New Year''s sandwiched in between? Winter in Japan is full of parties to enjoy!', 'snd_voi_home_101001', 9, 1010000, 1, 1, 0, 'snd_voi_home_101001_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91000, 'Suzuka''s a real speed demon in the lead! But I''ll chase her down and give her a big ol'' bear hug next time!', 'snd_voi_home_101001', 10, 1010019, 1, 1, 0, 'snd_voi_home_101001_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91001, 'I was the winner in today''s Radio Dance Battle, of course! Pearl ain''t gettin'' the best of me just yet!', 'snd_voi_home_101001', 11, 1010016, 1, 1, 0, 'snd_voi_home_101001_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91002, 'I''ve got little sisters back home, so that makes me a bona fide big sis! In other words, I know how to adapt!', 'snd_voi_home_101001', 12, 1010007, 1, 1, 0, 'snd_voi_home_101001_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91003, 'I can focus when I need to, ya know! Glance, glance...', 'snd_voi_home_101001', 13, 1010811, 1, 1, 0, 'snd_voi_home_101001_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91004, 'Oh, that homework clean slipped my mind. Wonder if Dober''ll help me out again tonight?', 'snd_voi_home_101001', 14, 1010015, 1, 1, 0, 'snd_voi_home_101001_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91005, 'Bang! Right through the hearts of my fans! I wanna show ''em some excellent racing!', 'snd_voi_home_101001', 15, 1010007, 1, 1, 0, 'snd_voi_home_101001_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91006, 'Hey, um... Could ya pay me a smidgen more attention?', 'snd_voi_home_101001', 16, 1010021, 1, 1, 0, 'snd_voi_home_101001_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91007, 'I''ve got it covered on both dirt and turf! I''ll race all the way to the top with these special boots!', 'snd_voi_home_101001', 17, 1010016, 1, 1, 0, 'snd_voi_home_101001_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91008, 'Let''s go watch some Westerns together, Trainer! I won''t spoil ''em for ya—cross my heart!', 'snd_voi_home_101001', 18, 1010019, 1, 1, 0, 'snd_voi_home_101001_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91009, 'Cock-a-doodle-doo! Ahaha, that was my best rooster impression! Did I wake ya up too, Trainer?', 'snd_voi_home_101001', 19, 1002, 1, 1, 0, 'snd_voi_home_101001_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91010, 'Oh! I plumb forgot to give Doto back her pen. I''ll go say sorry later.', 'snd_voi_home_101001', 20, 1010014, 1, 1, 0, 'snd_voi_home_101001_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91011, 'It''s still too early to say good night! Right? ...Right?!', 'snd_voi_home_101001', 21, 1010021, 1, 1, 0, 'snd_voi_home_101001_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91012, 'Sniff, sniff... Oh, I smell lots of flowers. That''s a Japanese spring for ya!', 'snd_voi_home_101001', 22, 8001, 1, 1, 0, 'snd_voi_home_101001_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91013, 'Where in tarnation is my summer vacation?! I''ve got way too many extra classes and homework!', 'snd_voi_home_101001', 23, 1010813, 1, 1, 0, 'snd_voi_home_101001_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91014, 'Hmm... Foliage, mile races, or sweets... Which fall feature should I try out first?', 'snd_voi_home_101001', 24, 1010811, 1, 1, 0, 'snd_voi_home_101001_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 91015, 'Cats curl up under the kotatsu... And that goes for me too... Yaaawn...', 'snd_voi_home_101001', 25, 8015, 1, 1, 0, 'snd_voi_home_101001_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 92000, 'It''s training time! Let''s race on through it like the Wild West!', 'snd_voi_training_101001', 0, 1010007, 2, 1, 0, 'snd_voi_training_101001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 92001, 'Howdy, Trainer! What should we start with?', 'snd_voi_training_101001', 1, 1010016, 2, 1, 0, 'snd_voi_training_101001_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 92002, 'I dozed off plenty in class today. Meaning... I''m all rested up for training!', 'snd_voi_training_101001', 2, 1002, 2, 1, 0, 'snd_voi_training_101001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 92003, 'Howdy, Trainer! I feel I have the utmost pleasure of receiving your pearls of wisdom today!', 'snd_voi_training_101001', 3, 1010016, 2, 1, 0, 'snd_voi_training_101001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 92011, 'I''m ready to polish up my skills!', 'snd_voi_training_101001', 4, 1010016, 2, 1, 0, 'snd_voi_training_101001_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 92005, 'I want all my family and friends to see me up on that stage. So let''s get right on to training!', 'snd_voi_training_101001', 5, 9002, 2, 1, 0, 'snd_voi_training_101001_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 92006, 'If I''m gonna snag that center spotlight, we both gotta keep our noses to the grindstone!', 'snd_voi_training_101001', 6, 1009, 2, 1, 0, 'snd_voi_training_101001_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 92007, 'I''m gonna bolt straight on toward the horizon and shower everybody with happiness!', 'snd_voi_training_101001', 7, 1002, 2, 1, 0, 'snd_voi_training_101001_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 93000, 'Yes! I''m the spittin'' image of perfection!', 'snd_voi_training_101001', 8, 0, 2, 1, 0, 'snd_voi_training_101001_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 93001, 'Global or local, I''m unbeatable!', 'snd_voi_training_101001', 9, 0, 2, 1, 0, 'snd_voi_training_101001_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 95000, 'Reckon I can get even faster?', 'snd_voi_outgame_101001', 0, 2001, 7, 1, 0, 'snd_voi_outgame_101001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 95001, 'Hold yer hats, and I''ll show y''all a real sweet trick!', 'snd_voi_outgame_101001', 1, 2001, 7, 1, 0, 'snd_voi_outgame_101001_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 95003, 'Hi! It''s your pal, Taiki Shuttle!', 'snd_voi_outgame_101001', 3, 1002, 7, 1, 0, 'snd_voi_outgame_101001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 95004, 'Bang! It''s a wild world, and we''re gonna win it!', 'snd_voi_gacha_101001', 0, 0, 7, 1, 0, 'snd_voi_gacha_101001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1008, 'C''mon, y''all! Let''s whoop it up!', 'snd_voi_teamst_st_101000_0000', 0, 1010017, 8, 1, 0, 'snd_voi_teamst_st_101000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1027, 'Grass, are ya ready?', 'snd_voi_teamst_st_101000_1011', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_101000_1011_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1028, 'Let''s get excited!', 'snd_voi_teamst_st_101000_1059', 0, 1010017, 8, 1, 0, 'snd_voi_teamst_st_101000_1059_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1035, 'Let''s do it!', 'snd_voi_teamst_st_101400_1010', 1, 1010007, 8, 1, 0, 'snd_voi_teamst_st_101400_1010_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1118, 'Victory! Yeehaw!', 'snd_voi_teamst_st_105600_1010', 1, 1010001, 8, 1, 0, 'snd_voi_teamst_st_105600_1010_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1121, 'Good!', 'snd_voi_teamst_st_105800_1010', 1, 1010007, 8, 1, 0, 'snd_voi_teamst_st_105800_1010_01', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1000, 'I''m hankerin'' for a taste of victory!', 'snd_voi_teamst_101000', 0, 990021, 8, 1, 0, 'snd_voi_teamst_101000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1001, 'Yes! Victory!', 'snd_voi_teamst_101000', 1, 0, 8, 1, 0, 'snd_voi_teamst_101000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1003, 'A draw?! That''s downright wonderful!', 'snd_voi_teamst_101000', 2, 0, 8, 1, 0, 'snd_voi_teamst_101000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1002, 'Nooo, we lost!', 'snd_voi_teamst_101000', 3, 0, 8, 1, 0, 'snd_voi_teamst_101000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1004, 'We''re the winners!', 'snd_voi_teamst_101000', 4, 1010016, 8, 1, 0, 'snd_voi_teamst_101000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1007, 'Oh, a new record!', 'snd_voi_teamst_101000', 5, 1010000, 8, 1, 0, 'snd_voi_teamst_101000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1006, 'A draw?! That''s downright wonderful!', 'snd_voi_teamst_101000', 2, 1010015, 8, 1, 0, 'snd_voi_teamst_101000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 1005, 'Nooo, we lost!', 'snd_voi_teamst_101000', 3, 1010009, 8, 1, 0, 'snd_voi_teamst_101000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 120000, 'What in blazes? I''m all fired up!', 'snd_voi_outgame_101000', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140000, 'Let''s shoot for the moon!', 'snd_voi_minigame_101000', 0, 1010017, 9, 1, 0, 'snd_voi_minigame_101000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140001, 'Yes! You got it!', 'snd_voi_minigame_101000', 1, 1010016, 9, 1, 0, 'snd_voi_minigame_101000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140002, 'Why?!', 'snd_voi_minigame_101000', 2, 1010015, 9, 1, 0, 'snd_voi_minigame_101000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140003, 'Excellent! We brought in a haul!', 'snd_voi_minigame_101000', 3, 971010, 9, 1, 0, 'snd_voi_minigame_101000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140004, 'That was so fun! I had a blast!', 'snd_voi_minigame_101000', 4, 972010, 9, 1, 0, 'snd_voi_minigame_101000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140005, 'Oh no! That''s a darn shame.', 'snd_voi_minigame_101000', 5, 1010813, 9, 1, 0, 'snd_voi_minigame_101000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140006, 'Excellent! We brought in a haul!', 'snd_voi_minigame_101000', 3, 974010, 9, 1, 0, 'snd_voi_minigame_101000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140007, 'That was so fun! I had a blast!', 'snd_voi_minigame_101000', 4, 973010, 9, 1, 0, 'snd_voi_minigame_101000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140008, 'Ehehe!', 'snd_voi_minigame_101000', 6, 1010814, 9, 1, 0, 'snd_voi_minigame_101000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140009, 'Hm-hmm.', 'snd_voi_minigame_101000', 7, 1010815, 9, 1, 0, 'snd_voi_minigame_101000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140010, 'Haha!', 'snd_voi_minigame_101000', 8, 1010006, 9, 1, 0, 'snd_voi_minigame_101000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140011, 'Amazing!', 'snd_voi_minigame_101000', 9, 1010808, 9, 1, 0, 'snd_voi_minigame_101000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140014, 'Oh no!', 'snd_voi_minigame_101000', 10, 1010816, 9, 1, 0, 'snd_voi_minigame_101000_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140015, 'Whoa!', 'snd_voi_minigame_101000', 11, 1010819, 9, 1, 0, 'snd_voi_minigame_101000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140016, 'Excuse me!', 'snd_voi_minigame_101000', 12, 1010818, 9, 1, 0, 'snd_voi_minigame_101000_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140012, 'Good!', 'snd_voi_minigame_101000', 13, 1010805, 9, 1, 0, 'snd_voi_minigame_101000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140013, 'Wow!', 'snd_voi_minigame_101000', 14, 1010806, 9, 1, 0, 'snd_voi_minigame_101000_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140017, 'Nooo!', 'snd_voi_minigame_101000', 15, 1010813, 9, 1, 0, 'snd_voi_minigame_101000_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 140018, 'Ngh...', 'snd_voi_minigame_101000', 16, 1010807, 9, 1, 0, 'snd_voi_minigame_101000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 40000, 'I''m shootin'' for first place, and I won''t miss the mark!', 'snd_voi_race_101001', 2, 0, 3, 1, 0, 'snd_voi_race_101001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 40001, 'Are ya ready? The real shoot-out''s about to begin!', 'snd_voi_race_101001', 3, 0, 3, 1, 0, 'snd_voi_race_101001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 30004, 'Bang! I''ll blow a hole right in the next race too!', 'snd_voi_race_101001', 0, 0, 3, 1, 0, 'snd_voi_race_101001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 30005, 'Yes! I''m the winner!', 'snd_voi_race_101000', 8, 0, 3, 1, 0, 'snd_voi_race_101000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 31000, 'Let''s go!', 'snd_voi_race_101000', 9, 0, 3, 1, 0, 'snd_voi_race_101000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 13, 'Here''s today''s login bonus, partner!', 'snd_voi_title_101000', 4, 1010016, 1, 1, 0, 'snd_voi_title_101000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 15, 'And this''ll be tomorrow''s bounty!', 'snd_voi_title_101000', 5, 8002, 1, 1, 0, 'snd_voi_title_101000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 110000, 'Training? Sounds fine by me!', 'snd_voi_home_101000', 21, 0, 1, 1, 0, 'snd_voi_home_101000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 110001, 'You can find lots of stories about us Umas here!', 'snd_voi_home_101000', 22, 0, 1, 1, 0, 'snd_voi_home_101000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 110002, 'Wow! You fixin'' to enter us in a race?', 'snd_voi_home_101000', 23, 0, 1, 1, 0, 'snd_voi_home_101000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 10021, 'Seems the Umamusume Archive went up a level!', 'snd_voi_home_101000', 24, 8001, 1, 1, 0, 'snd_voi_home_101000_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 20051, 'Let''s enjoy some trainin'' together!', 'snd_voi_training_101000', 65, 1009, 2, 1, 0, 'snd_voi_training_101000_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70000, 'Stick with me, and I''ll show you some powerful shooting!', 'snd_voi_outgame_101000', 3, 0, 7, 1, 0, 'snd_voi_outgame_101000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 95005, 'I got your back, partner!', 'snd_voi_outgame_101000', 4, 0, 7, 1, 0, 'snd_voi_outgame_101000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 95006, 'I''ll make sure I''m worth my salt to y''all!', 'snd_voi_outgame_101000', 5, 0, 7, 1, 0, 'snd_voi_outgame_101000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70004, 'Now I''m a true-blue Japanese schoolgirl too!', 'snd_voi_outgame_101000', 16, 1010000, 7, 1, 0, 'snd_voi_outgame_101000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70010, 'I''m tickled pink to be in the same uniform as y''all!', 'snd_voi_outgame_101000', 17, 1010001, 7, 1, 0, 'snd_voi_outgame_101000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70008, 'Ahaha! Do I look like one o'' those cute idols?', 'snd_voi_outgame_101000', 20, 1010006, 7, 1, 0, 'snd_voi_outgame_101000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70014, 'I gotta work my boots off to get these songs and dances just right.', 'snd_voi_outgame_101000', 21, 2001, 7, 1, 0, 'snd_voi_outgame_101000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70009, 'I feel downright powerful in this getup!', 'snd_voi_outgame_101000', 22, 1010016, 7, 1, 0, 'snd_voi_outgame_101000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70015, 'Bang, bang! I won''t let anybody snatch my victory!', 'snd_voi_outgame_101000', 23, 1010017, 7, 1, 0, 'snd_voi_outgame_101000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 71004, 'Now I''m a true-blue Japanese schoolgirl too!', 'snd_voi_outgame_101000', 16, 27, 7, 0, 0, 'snd_voi_outgame_101000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 71010, 'I''m tickled pink to be in the same uniform as y''all!', 'snd_voi_outgame_101000', 17, 24, 7, 0, 0, 'snd_voi_outgame_101000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 71008, 'Ahaha! Do I look like one o'' those cute idols?', 'snd_voi_outgame_101000', 20, 148, 7, 0, 0, 'snd_voi_outgame_101000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 71014, 'I gotta work my boots off to get these songs and dances just right.', 'snd_voi_outgame_101000', 21, 48, 7, 0, 0, 'snd_voi_outgame_101000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 71009, 'I feel downright powerful in this getup!', 'snd_voi_outgame_101000', 22, 22, 7, 0, 0, 'snd_voi_outgame_101000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 71015, 'Bang, bang! I won''t let anybody snatch my victory!', 'snd_voi_outgame_101000', 23, 18, 7, 0, 0, 'snd_voi_outgame_101000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 2030, 'I''m hankerin'' for a taste of victory!', 'snd_voi_teamst_101000', 0, 990021, 10, 1, 0, 'snd_voi_teamst_101000_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 2031, 'C''mon, y''all! Let''s whoop it up!', 'snd_voi_teamst_st_101000_0000', 0, 1010017, 10, 1, 0, 'snd_voi_teamst_st_101000_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 2032, 'Great job, Trainer!', 'snd_voi_training_101000', 64, 1010000, 10, 1, 0, 'snd_voi_training_101000_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 2033, 'I''m so darn excited! I can''t wait to stand at those gates!', 'snd_voi_training_101000', 19, 1002, 10, 1, 0, 'snd_voi_training_101000_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 2034, 'I''m perfectly prepared, partner! Come at me whenever!', 'snd_voi_training_101000', 16, 1009, 10, 1, 0, 'snd_voi_training_101000_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 2035, 'Great job, Trainer!', 'snd_voi_training_101000', 64, 1010000, 10, 0, 0, 'snd_voi_training_101000_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 81000, 'I''m ready for a real hot shoot-out!', 'snd_voi_outgame_101000', 13, 2009, 7, 1, 0, 'snd_voi_outgame_101000_0013', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 81001, 'Keep an eye on my power-packed dash!', 'snd_voi_outgame_101000', 14, 1010016, 7, 1, 0, 'snd_voi_outgame_101000_0014', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70018, 'I''m happy as can be!', 'snd_voi_outgame_101000', 26, 1010000, 7, 1, 0, 'snd_voi_outgame_101000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 70019, 'I am number one!', 'snd_voi_outgame_101000', 27, 1010016, 7, 1, 0, 'snd_voi_outgame_101000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 71018, 'I''m happy as can be!', 'snd_voi_outgame_101000', 26, 24, 7, 0, 0, 'snd_voi_outgame_101000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1010, 71019, 'I am number one!', 'snd_voi_outgame_101000', 27, 27, 7, 0, 0, 'snd_voi_outgame_101000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 11, 'Cygames! ♪', 'snd_voi_title_101100', 0, 0, 0, 1, 0, 'snd_voi_title_101100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 12, 'Umamusume: Pretty Derby! ♪', 'snd_voi_title_101100', 1, 0, 0, 1, 0, 'snd_voi_title_101100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10000, 'I will not bend nor compromise my values. Thank you for affirming who I am... You have my deepest gratitude.', 'snd_voi_home_101100', 0, 1011019, 1, 1, 0, 'snd_voi_home_101100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10001, 'I am on a journey to become the greatest Umamusume... Until I reach that day, please stay by my side.', 'snd_voi_home_101100', 1, 1011001, 1, 1, 0, 'snd_voi_home_101100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10002, 'This road would be perilous were I to go alone... Would you accompany me again? To the arcade, I mean. ♪', 'snd_voi_home_101100', 2, 1011006, 1, 1, 0, 'snd_voi_home_101100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10003, 'Happy New Year! How about a round of karuta? I''ll show you what a professional player looks like. ♪', 'snd_voi_home_101100', 3, 1011019, 1, 1, 0, 'snd_voi_home_101100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10004, 'I''ve brought some of my favorite Japanese sweets for you to try. Why shouldn''t we celebrate Valentine''s Day with treats other than chocolate?', 'snd_voi_home_101100', 4, 1011000, 1, 1, 0, 'snd_voi_home_101100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10005, 'Trainer, would you like some matcha tea to go with your sweets? I''ll make it just for you.', 'snd_voi_home_101100', 5, 1011020, 1, 1, 0, 'snd_voi_home_101100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10006, 'In one old Tanabata tradition, people used to write poems on mulberry leaves and offer them to the stars. Shall we write one together?', 'snd_voi_home_101100', 6, 1011006, 1, 1, 0, 'snd_voi_home_101100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10007, 'Nerikiri, manju, kintsuba... Pumpkin can be used to make many different kinds of Japanese sweets. ♪', 'snd_voi_home_101100', 7, 1011000, 1, 1, 0, 'snd_voi_home_101100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10008, 'My family''s home always draws tourists during the holiday season. It''s lit up every year with lots of paper lanterns. ♪', 'snd_voi_home_101100', 8, 1011816, 1, 1, 0, 'snd_voi_home_101100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10009, 'I''ve made turkey tatsuta-age and a cake with mochi and anko—I''ve even decorated a bonsai tree. Care to spend a relaxing evening with me?', 'snd_voi_home_101100', 9, 1011016, 1, 1, 0, 'snd_voi_home_101100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10010, 'I feel like I''ve grown so much this year. And it''s all because of you. I hope I''ll improve even more next year!', 'snd_voi_home_101100', 10, 1011007, 1, 1, 0, 'snd_voi_home_101100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10011, 'Happy birthday! ♪ You always work so hard, day in and day out. I must make sure I do the same!', 'snd_voi_home_101100', 11, 1011000, 1, 1, 0, 'snd_voi_home_101100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10012, 'Congratulations on your special day. I hope that we may weather each coming season together to greet this occasion again next year.', 'snd_voi_home_101100', 12, 1011001, 1, 1, 0, 'snd_voi_home_101100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10013, 'All the kind wishes I have been offered today... they leave me touched beyond words. I must repay everyone in kind for this wonderful birthday.', 'snd_voi_home_101100', 13, 1011006, 1, 1, 0, 'snd_voi_home_101100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10014, 'I believed that I had become an articulate speaker, but alas, my words fail me right now... Um, thank you... for celebrating this day with me.', 'snd_voi_home_101100', 14, 1011012, 1, 1, 0, 'snd_voi_home_101100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10015, 'It seems there''s a new notice. How about we have a cup of tea and check it together?', 'snd_voi_home_101100', 15, 10001, 1, 1, 0, 'snd_voi_home_101100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10016, 'It seems a present has arrived. I hope it contains a nicer surprise than Urashima Taro''s treasure box.', 'snd_voi_home_101100', 16, 10001, 1, 1, 0, 'snd_voi_home_101100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10017, 'Congratulations on completing a mission. It is important to always see your work through to the very end.', 'snd_voi_home_101100', 17, 1011000, 1, 1, 0, 'snd_voi_home_101100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10018, 'It seems an event is about to begin. Have all your preparations been arranged?', 'snd_voi_home_101100', 18, 8000, 1, 1, 0, 'snd_voi_home_101100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10019, 'The event has begun. Let us proceed at our leisure, yet never let victory out of our sight. ♪', 'snd_voi_home_101100', 19, 10001, 1, 1, 0, 'snd_voi_home_101100_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20000, 'A little fatigue will not hold me back... Please don''t be concerned on my account.', 'snd_voi_training_101100', 0, 1011814, 2, 1, 0, 'snd_voi_training_101100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20001, 'It seems I''ve overdone it. Ah, but I can still go on.', 'snd_voi_training_101100', 1, 1011003, 2, 1, 0, 'snd_voi_training_101100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20002, 'My need to run has sent chills down my body... Hehe, that won''t do. Be still, my beating heart. ♪', 'snd_voi_training_101100', 2, 1011811, 2, 1, 0, 'snd_voi_training_101100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20003, 'My legs feel light as a feather! Hehe, I think my performance will prove better than ever.', 'snd_voi_training_101100', 3, 1011800, 2, 1, 0, 'snd_voi_training_101100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20004, 'I am ready to take on any task. ♪ All with grace, poise, and ease.', 'snd_voi_training_101100', 4, 1011000, 2, 1, 0, 'snd_voi_training_101100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20005, 'Ahhh, the sunlight feels so pleasant! I feel I can run with ease. Hehe! ♪', 'snd_voi_training_101100', 5, 1011007, 2, 1, 0, 'snd_voi_training_101100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20006, 'They say it''s the strong swimmers who drown... Just because I''m feeling good is no cause to be unwary.', 'snd_voi_training_101100', 6, 10001, 2, 1, 0, 'snd_voi_training_101100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20007, 'Let us stay calm and carry on.', 'snd_voi_training_101100', 7, 1011001, 2, 1, 0, 'snd_voi_training_101100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20008, 'Life has its ups and downs. I may be feeling bad, but I''m not down and out just yet.', 'snd_voi_training_101100', 8, 1011017, 2, 1, 0, 'snd_voi_training_101100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20009, 'My body''s feeling sluggish... But I promise you, I''m fine. I can go on.', 'snd_voi_training_101100', 9, 1011814, 2, 1, 0, 'snd_voi_training_101100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20010, 'I fear I may be lacking the proper finesse... I must overcome this somehow...', 'snd_voi_training_101100', 10, 1011003, 2, 1, 0, 'snd_voi_training_101100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20011, 'I cannot let anyone overcome me... Can I truly succeed like this?', 'snd_voi_training_101100', 11, 1011812, 2, 1, 0, 'snd_voi_training_101100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20021, 'You''ve entered me in quite the number of races. Are you quite sure about this? There''s no need to rush...', 'snd_voi_training_101100', 12, 1011003, 2, 1, 0, 'snd_voi_training_101100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20022, 'It turns out that one can have too much of a good thing. Every racer has their limit. I must politely decline any further races for the time being.', 'snd_voi_training_101100', 13, 1011002, 2, 1, 0, 'snd_voi_training_101100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20023, 'Though I may seem cool and collected, underneath I have a wellspring of fervor. But... I shall keep it under wraps until the time comes. ♪', 'snd_voi_training_101100', 14, 1011007, 2, 1, 0, 'snd_voi_training_101100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20024, 'I am quite ready to go. I shall hoist my sail when the wind is fair, as they say, and sail straight to victory. ♪', 'snd_voi_training_101100', 15, 1011001, 2, 1, 0, 'snd_voi_training_101100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20025, 'My body feels like it''s surging with power... It''s hard to retain my composure. A race is not too far off, I hope?', 'snd_voi_training_101100', 16, 1011800, 2, 1, 0, 'snd_voi_training_101100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20026, 'The race is about to begin. I must remain calm... Hehe. Oh, I just can''t. I''m absolutely buzzing with excitement.', 'snd_voi_training_101100', 17, 1011006, 2, 1, 0, 'snd_voi_training_101100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20027, 'Preparations are perfect. I await the race with great anticipation. ♪', 'snd_voi_training_101100', 18, 1011000, 2, 1, 0, 'snd_voi_training_101100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20028, 'I am perfectly set. Now take a look at the fruits of my labor.', 'snd_voi_training_101100', 19, 10001, 2, 1, 0, 'snd_voi_training_101100_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20029, 'This is the race we''ve been preparing for. My run will be the epitome of calmness and poise.', 'snd_voi_training_101100', 20, 1011000, 2, 1, 0, 'snd_voi_training_101100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20030, 'Now then, on to the race. I shall take my leave at once. ♪', 'snd_voi_training_101100', 21, 8002, 2, 1, 0, 'snd_voi_training_101100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20031, 'First place is my usual. It''s because I always keep my wits about me.', 'snd_voi_training_101100', 22, 10001, 2, 1, 0, 'snd_voi_training_101100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20032, 'I may not be at my peak, but do not count me out yet. This shall be my last stand.', 'snd_voi_training_101100', 23, 1011003, 2, 1, 0, 'snd_voi_training_101100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20033, 'I feel as if a few things are out of place. However, I will never let such matters keep victory from my grasp.', 'snd_voi_training_101100', 24, 8003, 2, 1, 0, 'snd_voi_training_101100_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20034, 'My heart is set. No matter the odds, I aim for one thing—to seize victory.', 'snd_voi_training_101100', 25, 1011002, 2, 1, 0, 'snd_voi_training_101100_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20035, 'When the going gets tough, the tough get going. And in this race, I shall show everyone just how tough I can be.', 'snd_voi_training_101100', 26, 1011017, 2, 1, 0, 'snd_voi_training_101100_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20036, 'The hunter is to be feared, but a cornered animal is that much more dangerous. My skills shine brightest in the darkest of situations!', 'snd_voi_training_101100', 27, 1011813, 2, 1, 0, 'snd_voi_training_101100_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20037, 'I will never lose heart when faced with adversity. Giving up... It''s simply not in my nature.', 'snd_voi_training_101100', 28, 1011017, 2, 1, 0, 'snd_voi_training_101100_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20038, 'Let us begin.', 'snd_voi_training_101100', 29, 0, 2, 1, 0, 'snd_voi_training_101100_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20039, 'I''ll do my best.', 'snd_voi_training_101100', 30, 0, 2, 1, 0, 'snd_voi_training_101100_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20040, 'Let us be off.', 'snd_voi_training_101100', 31, 0, 2, 1, 0, 'snd_voi_training_101100_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20041, 'I shall handle this.', 'snd_voi_training_101100', 32, 0, 2, 1, 0, 'snd_voi_training_101100_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20042, 'Oh my...', 'snd_voi_training_101100', 33, 0, 2, 1, 0, 'snd_voi_training_101100_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20043, 'Nghh...', 'snd_voi_training_101100', 34, 0, 2, 1, 0, 'snd_voi_training_101100_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20046, 'Shall we be off? ♪', 'snd_voi_training_101100', 37, 0, 2, 1, 0, 'snd_voi_training_101100_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20047, 'Sounds splendid.', 'snd_voi_training_101100', 38, 0, 2, 1, 0, 'snd_voi_training_101100_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20049, 'Please continue to give me your guidance and encouragement. ♪', 'snd_voi_training_101100', 63, 0, 2, 1, 0, 'snd_voi_training_101100_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20050, 'Trainer, you have my deepest thanks.', 'snd_voi_training_101100', 64, 0, 2, 1, 0, 'snd_voi_training_101100_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 30000, 'It seems I was a mere step from victory...', 'snd_voi_race_101100', 0, 0, 3, 1, 0, 'snd_voi_race_101100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 30001, 'It seems I still have much to learn.', 'snd_voi_race_101100', 1, 0, 3, 1, 0, 'snd_voi_race_101100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 30002, 'I am utterly disappointed in myself...', 'snd_voi_race_101100', 2, 0, 3, 1, 0, 'snd_voi_race_101100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 30003, 'I cannot allow this of myself...', 'snd_voi_race_101100', 3, 0, 3, 1, 0, 'snd_voi_race_101100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 60000, 'I shall run with the utmost elegance and grace. ♪', 'snd_voi_live_101100', 0, 0, 4, 1, 0, 'snd_voi_live_101100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 60001, 'You have my sincerest gratitude.', 'snd_voi_live_101100', 1, 0, 4, 1, 0, 'snd_voi_live_101100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70001, 'To think, little lost you would become my trainer... Even chance meetings are preordained, it seems. ♪', 'snd_voi_outgame_101100', 1, 1011007, 7, 1, 0, 'snd_voi_outgame_101100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90000, 'Good morning. As they say, an hour in the morning is worth two in the evening. So let''s waste no time starting our day!', 'snd_voi_home_101101', 0, 1011019, 1, 1, 0, 'snd_voi_home_101101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90001, 'How about some tea to wake you up? As they say, an apple a day keeps the doctor away. Apple tea might also do the trick!', 'snd_voi_home_101101', 1, 1011020, 1, 1, 0, 'snd_voi_home_101101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90002, 'Hello. Let''s straighten our collars and give a proper start to our afternoon training session.', 'snd_voi_home_101101', 2, 1011001, 1, 1, 0, 'snd_voi_home_101101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90003, 'I''ve been quite caught up in making box lunches recently. If it pleases you, shall we eat together sometime? I can assure you it will be good. ♪', 'snd_voi_home_101101', 3, 1011006, 1, 1, 0, 'snd_voi_home_101101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90004, 'Oh, that El always gets me so ticked off... Ah! I mean, please pay me no mind. Hehehe.', 'snd_voi_home_101101', 4, 1011018, 1, 1, 0, 'snd_voi_home_101101_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90005, 'Do not overexert yourself. You''ll burn your candle at both ends and be left with a lump of wax.', 'snd_voi_home_101101', 5, 10001, 1, 1, 0, 'snd_voi_home_101101_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90006, 'The flowers are blossoming all around. Shall we take a nice springtime stroll? I''m sure it would be pleasant.', 'snd_voi_home_101101', 6, 1011020, 1, 1, 0, 'snd_voi_home_101101_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90007, 'Phew. It''s quite hot today... Why don''t we moisten the ground with a little water? You know, uchimizu? They say it helps to cool the environment.', 'snd_voi_home_101101', 7, 1011011, 1, 1, 0, 'snd_voi_home_101101_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90008, 'The fall sun sets as fast as an anchor. It brings the passage of time into focus, reminding us of the value of each moment.', 'snd_voi_home_101101', 8, 1011016, 1, 1, 0, 'snd_voi_home_101101_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90009, 'When winter comes, spring isn''t far behind. What we sow now shall be what we reap in a few months'' time. Let''s make sure it''s a good harvest.', 'snd_voi_home_101101', 9, 10001, 1, 1, 0, 'snd_voi_home_101101_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91000, 'Can you believe El mixes hot sauce into her natto? I cannot forgive such a complete mockery of culinary tradition!', 'snd_voi_home_101101', 10, 1011003, 1, 1, 0, 'snd_voi_home_101101_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91001, 'My little sister in America messaged me the other day. "I''ll beat you one day!" Isn''t she just precious? ♪', 'snd_voi_home_101101', 11, 8002, 1, 1, 0, 'snd_voi_home_101101_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91002, 'The more she challenges me, the more of a fight I put up. Hehe... I can''t get enough of Spe. ♪', 'snd_voi_home_101101', 12, 1011816, 1, 1, 0, 'snd_voi_home_101101_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91003, 'Maruzensky really looks out for me, and I have great respect for her. I must return the favor someday.', 'snd_voi_home_101101', 13, 10000, 1, 1, 0, 'snd_voi_home_101101_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91004, 'Do not rush. Keep a cool head. No matter the fuss, you must relaaax... Keeping calm is essential.', 'snd_voi_home_101101', 14, 8013, 1, 1, 0, 'snd_voi_home_101101_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91005, 'No matter the choreography, I will dance with vigor. My body has been sculpted by tradition!', 'snd_voi_home_101101', 15, 1011000, 1, 1, 0, 'snd_voi_home_101101_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91006, 'My skirt keeps fluttering in the wind... Heheh, I feel as happy as a clam at high tide.', 'snd_voi_home_101101', 16, 1011811, 1, 1, 0, 'snd_voi_home_101101_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91007, 'I must maintain an impeccable appearance while I wear this uniform. It is my duty.', 'snd_voi_home_101101', 17, 1011017, 1, 1, 0, 'snd_voi_home_101101_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91008, 'Although blue is a calming color, it''s also the color of a flame that burns ever so intensely.', 'snd_voi_home_101101', 18, 1011006, 1, 1, 0, 'snd_voi_home_101101_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91009, 'Did you see it, Trainer? The sunrise this morning was so beautiful. The epitome of radiance. ♪', 'snd_voi_home_101101', 19, 2, 1, 1, 0, 'snd_voi_home_101101_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91010, 'A willing mind makes a light foot. Whatever hardship I endure will only serve to further my self-improvement.', 'snd_voi_home_101101', 20, 10001, 1, 1, 0, 'snd_voi_home_101101_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91011, 'I adore the shadows that come from moonlight. Don''t they seem so much more elegant than ones made in simple sunlight?', 'snd_voi_home_101101', 21, 1011006, 1, 1, 0, 'snd_voi_home_101101_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91012, 'I awoke this morning to the song of a nightingale. Spring truly is the best kind of alarm clock. ♪', 'snd_voi_home_101101', 22, 1011012, 1, 1, 0, 'snd_voi_home_101101_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91013, 'I always lose sleep around this time of year... When insects get inside your room, does their buzz not bother you?', 'snd_voi_home_101101', 23, 1011008, 1, 1, 0, 'snd_voi_home_101101_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91014, 'Huh? There''s a leaf on your shoulder, Trainer. Hehe, it looks like a snapshot of fall.', 'snd_voi_home_101101', 24, 1011000, 1, 1, 0, 'snd_voi_home_101101_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91015, 'I can endure this bitter cold—I actually quite like it, in fact. It seems to sober me.', 'snd_voi_home_101101', 25, 10001, 1, 1, 0, 'snd_voi_home_101101_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92000, 'How are you today? Let''s give the day our finest effort.', 'snd_voi_training_101101', 0, 8001, 2, 1, 0, 'snd_voi_training_101101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92001, 'All right, I leave my training in your care once again. Let''s train hard, as always.', 'snd_voi_training_101101', 1, 1011000, 2, 1, 0, 'snd_voi_training_101101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92002, 'I''ve made all my preparations—I only await your call.', 'snd_voi_training_101101', 2, 1011001, 2, 1, 0, 'snd_voi_training_101101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92003, 'What''s on today''s agenda? I''ll engage even the basics with all seriousness. Always a student, never a master, as they say.', 'snd_voi_training_101101', 3, 8013, 2, 1, 0, 'snd_voi_training_101101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92011, 'I feel my endeavors are starting to bear fruit. It is not something I could have ever done alone. Hehe.', 'snd_voi_training_101101', 4, 1011007, 2, 1, 0, 'snd_voi_training_101101_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92005, 'I always feel myself wanting to train more. It''s because of your wonderful tutelage.', 'snd_voi_training_101101', 5, 1011000, 2, 1, 0, 'snd_voi_training_101101_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92006, 'Thank you for your meticulousness in training me. I know I will make you proud. ♪', 'snd_voi_training_101101', 6, 1011001, 2, 1, 0, 'snd_voi_training_101101_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92007, 'I know I won''t ever lose my way on this journey we take together. Because I have you as my guiding light.', 'snd_voi_training_101101', 7, 1011007, 2, 1, 0, 'snd_voi_training_101101_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 93000, 'I wish to always walk beside you on the path to glory.', 'snd_voi_training_101101', 8, 0, 2, 1, 0, 'snd_voi_training_101101_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 93001, 'The thrill of the race knows no bounds, wouldn''t you agree?', 'snd_voi_training_101101', 9, 0, 2, 1, 0, 'snd_voi_training_101101_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95000, 'I will work even harder to be victorious.', 'snd_voi_outgame_101101', 0, 1011020, 7, 1, 0, 'snd_voi_outgame_101101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95001, 'I promise—I''ll go beyond all of your expectations. ♪', 'snd_voi_outgame_101101', 1, 0, 7, 1, 0, 'snd_voi_outgame_101101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95003, 'Grass Wonder, at your service.', 'snd_voi_outgame_101101', 3, 8001, 7, 1, 0, 'snd_voi_outgame_101101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1008, 'I know we can win!', 'snd_voi_teamst_st_101100_0000', 0, 1011001, 8, 1, 0, 'snd_voi_teamst_st_101100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1029, 'Onward!', 'snd_voi_teamst_st_101100_1061', 0, 8001, 8, 1, 0, 'snd_voi_teamst_st_101100_1061_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1030, 'Shall we head to the gate?', 'snd_voi_teamst_st_101100_1020', 0, 1011018, 8, 1, 0, 'snd_voi_teamst_st_101100_1020_00', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1027, 'Yes! ♪', 'snd_voi_teamst_st_101000_1011', 1, 1011007, 8, 1, 0, 'snd_voi_teamst_st_101000_1011_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1000, 'Ready, everyone? Let''s go!', 'snd_voi_teamst_101100', 0, 10001, 8, 1, 0, 'snd_voi_teamst_101100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1001, 'I always believed we''d do it! ♪', 'snd_voi_teamst_101100', 1, 0, 8, 1, 0, 'snd_voi_teamst_101100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1003, 'My word! It was a draw?', 'snd_voi_teamst_101100', 2, 0, 8, 1, 0, 'snd_voi_teamst_101100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1002, 'So close... Next time it''s ours.', 'snd_voi_teamst_101100', 3, 0, 8, 1, 0, 'snd_voi_teamst_101100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1004, 'We''ve done it!', 'snd_voi_teamst_101100', 4, 1011001, 8, 1, 0, 'snd_voi_teamst_101100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1007, 'It''s a new high score! ♪', 'snd_voi_teamst_101100', 5, 1011000, 8, 1, 0, 'snd_voi_teamst_101100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1006, 'My word! It was a draw?', 'snd_voi_teamst_101100', 2, 1011003, 8, 1, 0, 'snd_voi_teamst_101100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 1005, 'So close... Next time it''s ours.', 'snd_voi_teamst_101100', 3, 1011002, 8, 1, 0, 'snd_voi_teamst_101100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 120000, 'What''s this warmth I feel?', 'snd_voi_outgame_101100', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140000, 'Stay calm and concentrate. ♪', 'snd_voi_minigame_101100', 0, 1011811, 9, 1, 0, 'snd_voi_minigame_101100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140001, 'You did it! ♪', 'snd_voi_minigame_101100', 1, 1011000, 9, 1, 0, 'snd_voi_minigame_101100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140002, 'Aghh!', 'snd_voi_minigame_101100', 2, 1011014, 9, 1, 0, 'snd_voi_minigame_101100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140003, 'Hehe, what a haul! ♪', 'snd_voi_minigame_101100', 3, 971011, 9, 1, 0, 'snd_voi_minigame_101100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140004, 'Absolutely splendid!', 'snd_voi_minigame_101100', 4, 972011, 9, 1, 0, 'snd_voi_minigame_101100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140005, 'Hmm, this proves more difficult than I thought.', 'snd_voi_minigame_101100', 5, 1011814, 9, 1, 0, 'snd_voi_minigame_101100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140006, 'Hehe, what a haul! ♪', 'snd_voi_minigame_101100', 3, 974011, 9, 1, 0, 'snd_voi_minigame_101100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140007, 'Absolutely splendid!', 'snd_voi_minigame_101100', 4, 973011, 9, 1, 0, 'snd_voi_minigame_101100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140008, 'Hmm-hm-hm! ♪', 'snd_voi_minigame_101100', 6, 1011801, 9, 1, 0, 'snd_voi_minigame_101100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140009, 'Ehehe.', 'snd_voi_minigame_101100', 7, 1011802, 9, 1, 0, 'snd_voi_minigame_101100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140010, 'Well... Hehe. ♪', 'snd_voi_minigame_101100', 8, 1011803, 9, 1, 0, 'snd_voi_minigame_101100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140011, 'Oh, how wonderful!', 'snd_voi_minigame_101100', 9, 1011804, 9, 1, 0, 'snd_voi_minigame_101100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140014, 'No!', 'snd_voi_minigame_101100', 10, 1011805, 9, 1, 0, 'snd_voi_minigame_101100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140015, 'Hmmm...', 'snd_voi_minigame_101100', 11, 1011819, 9, 1, 0, 'snd_voi_minigame_101100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140016, 'Hellooo! ♪', 'snd_voi_minigame_101100', 12, 1011817, 9, 1, 0, 'snd_voi_minigame_101100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140012, 'Oh my!', 'snd_voi_minigame_101100', 13, 1011807, 9, 1, 0, 'snd_voi_minigame_101100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140013, 'As expected.', 'snd_voi_minigame_101100', 14, 1011818, 9, 1, 0, 'snd_voi_minigame_101100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140017, 'Oh no...', 'snd_voi_minigame_101100', 15, 1011809, 9, 1, 0, 'snd_voi_minigame_101100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 140018, 'Oh well...', 'snd_voi_minigame_101100', 16, 1011810, 9, 1, 0, 'snd_voi_minigame_101100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 40000, 'Here begins my journey!', 'snd_voi_race_101101', 2, 0, 3, 1, 0, 'snd_voi_race_101101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 40001, 'Here begins my journey!', 'snd_voi_race_101101', 2, 0, 3, 1, 0, 'snd_voi_race_101101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 40002, 'Behold!', 'snd_voi_race_101100', 6, 0, 3, 1, 0, 'snd_voi_race_101100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 30004, 'Time for a victory dance. Hehe. ♪', 'snd_voi_race_101101', 0, 0, 3, 1, 0, 'snd_voi_race_101101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 30005, 'Hehe. ♪ Wonderful!', 'snd_voi_race_101100', 8, 0, 3, 1, 0, 'snd_voi_race_101100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 31000, 'All right—let''s begin.', 'snd_voi_race_101100', 9, 0, 3, 1, 0, 'snd_voi_race_101100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 13, 'This one is today''s login bonus.', 'snd_voi_title_101100', 4, 1011000, 1, 1, 0, 'snd_voi_title_101100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 15, 'And this is what you''ll receive tomorrow.', 'snd_voi_title_101100', 5, 8002, 1, 1, 0, 'snd_voi_title_101100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 110000, 'What''s on our training agenda for today?', 'snd_voi_home_101100', 21, 0, 1, 1, 0, 'snd_voi_home_101100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 110001, 'They all seem absolutely riveting! ♪', 'snd_voi_home_101100', 22, 0, 1, 1, 0, 'snd_voi_home_101100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 110002, 'Shall we enter a race?', 'snd_voi_home_101100', 23, 0, 1, 1, 0, 'snd_voi_home_101100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 10021, 'Oh, the Umamusume Archive level has gone up.', 'snd_voi_home_101100', 24, 8001, 1, 1, 0, 'snd_voi_home_101100_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 20051, 'Hard work really does pay off!', 'snd_voi_training_101100', 65, 0, 2, 1, 0, 'snd_voi_training_101100_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70000, 'Let us move onward together—in study and in life.', 'snd_voi_outgame_101100', 3, 0, 7, 1, 0, 'snd_voi_outgame_101100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95005, 'You''ve got all of my support! ♪', 'snd_voi_outgame_101100', 4, 0, 7, 1, 0, 'snd_voi_outgame_101100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95006, 'I want to be a greater boon to everyone than ever before.', 'snd_voi_outgame_101100', 5, 0, 7, 1, 0, 'snd_voi_outgame_101100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70004, 'This uniform comes from a historical and traditional lineage... Isn''t it beautiful?', 'snd_voi_outgame_101100', 16, 1011001, 7, 1, 0, 'snd_voi_outgame_101100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70010, 'I must remain prim and proper in all walks of life.', 'snd_voi_outgame_101100', 17, 8013, 7, 1, 0, 'snd_voi_outgame_101100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70008, 'I remember my efforts... on the stage.', 'snd_voi_outgame_101100', 20, 1011000, 7, 1, 0, 'snd_voi_outgame_101100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70014, 'I''ll put my whole heart and soul into my performance. ♪', 'snd_voi_outgame_101100', 21, 1011016, 7, 1, 0, 'snd_voi_outgame_101100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70009, 'I''m feeling tense, but filled with determination.', 'snd_voi_outgame_101100', 22, 10001, 7, 1, 0, 'snd_voi_outgame_101100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70015, 'This racewear is very close to my heart.', 'snd_voi_outgame_101100', 23, 10001, 7, 1, 0, 'snd_voi_outgame_101100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71004, 'This uniform comes from a historical and traditional lineage... Isn''t it beautiful?', 'snd_voi_outgame_101100', 16, 35, 7, 0, 0, 'snd_voi_outgame_101100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71010, 'I must remain prim and proper in all walks of life.', 'snd_voi_outgame_101100', 17, 48, 7, 0, 0, 'snd_voi_outgame_101100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71008, 'I remember my efforts... on the stage.', 'snd_voi_outgame_101100', 20, 18, 7, 0, 0, 'snd_voi_outgame_101100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71014, 'I''ll put my whole heart and soul into my performance. ♪', 'snd_voi_outgame_101100', 21, 48, 7, 0, 0, 'snd_voi_outgame_101100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71009, 'I''m feeling tense, but filled with determination.', 'snd_voi_outgame_101100', 22, 18, 7, 0, 0, 'snd_voi_outgame_101100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71015, 'This racewear is very close to my heart.', 'snd_voi_outgame_101100', 23, 18, 7, 0, 0, 'snd_voi_outgame_101100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 2030, 'Ready, everyone? Let''s go!', 'snd_voi_teamst_101100', 0, 10001, 10, 1, 0, 'snd_voi_teamst_101100_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 2031, 'I know we can win!', 'snd_voi_teamst_st_101100_0000', 0, 1011001, 10, 1, 0, 'snd_voi_teamst_st_101100_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 2032, 'Trainer, you have my deepest thanks.', 'snd_voi_training_101100', 64, 10000, 10, 1, 0, 'snd_voi_training_101100_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 2033, 'I am perfectly set. Now take a look at the fruits of my labor.', 'snd_voi_training_101100', 19, 1011007, 10, 1, 0, 'snd_voi_training_101100_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 2034, 'My body feels like it''s surging with power... It''s hard to retain my composure. A race is not too far off, I hope?', 'snd_voi_training_101100', 16, 1011800, 10, 1, 0, 'snd_voi_training_101100_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 2035, 'Trainer, you have my deepest thanks.', 'snd_voi_training_101100', 64, 10000, 10, 0, 0, 'snd_voi_training_101100_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90010, 'Hehe, you seem sleepy. Shall I cast a spell to wake you up? A few magic words... Pinchi-dacheeks! ♪', 'snd_voi_home_101102', 0, 1011016, 1, 1, 0, 'snd_voi_home_101102_0000', 0, 10001, 8800, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90011, 'My tea stalk was upright in my morning tea. That is a sign we will have a good start on our adventure.', 'snd_voi_home_101102', 1, 1011001, 1, 1, 0, 'snd_voi_home_101102_0001', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90012, 'Have you eaten lunch today? You know you can''t quest on an empty stomach! ♪', 'snd_voi_home_101102', 2, 1011020, 1, 1, 0, 'snd_voi_home_101102_0002', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90013, 'Would you like to have some herbal tea with me? Every adventure must have its respites.', 'snd_voi_home_101102', 3, 1011000, 1, 1, 0, 'snd_voi_home_101102_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90014, 'Were you able to level up today? I feel like I''m just on the cusp... Would you train with me a little?', 'snd_voi_home_101102', 4, 8013, 1, 1, 0, 'snd_voi_home_101102_0004', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90015, 'Thank you for all your hard work today. If you''re in need of healing, how about some of these magical wasanbon sweets.', 'snd_voi_home_101102', 5, 1011001, 1, 1, 0, 'snd_voi_home_101102_0005', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90016, 'Spring... It''s the best time to start a new adventure. Come now, there''s no rest for the weary! ♪', 'snd_voi_home_101102', 6, 1011000, 1, 1, 0, 'snd_voi_home_101102_0006', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90017, 'These sweltering days never end... Care for some of my chilling "ghost story" magic? It''ll give you shivers.', 'snd_voi_home_101102', 7, 1011020, 1, 1, 0, 'snd_voi_home_101102_0007', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90018, 'My heart is at peace when I gaze at this tapestry of gold and crimson trees. It seems to have a restorative effect, even on clerics. ♪', 'snd_voi_home_101102', 8, 1011007, 1, 1, 0, 'snd_voi_home_101102_0008', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 90019, 'No one can doubt the magical power of a kotatsu heater.', 'snd_voi_home_101102', 9, 1011013, 1, 1, 0, 'snd_voi_home_101102_0009', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91016, 'VR games are so realistic. They''re truly incredible. I wonder if there are any games about tea ceremony or flower arrangement?', 'snd_voi_home_101102', 10, 1011000, 1, 1, 0, 'snd_voi_home_101102_0010', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91017, 'I used to assume video games were really difficult. When I beat them though, I feel a sense of accomplishment different from that of racing.', 'snd_voi_home_101102', 11, 10001, 1, 1, 0, 'snd_voi_home_101102_0011', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91018, 'That rascal El! She forgot her homework again... It seems some magical chastising is called for.', 'snd_voi_home_101102', 12, 1011008, 1, 1, 0, 'snd_voi_home_101102_0012', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91019, 'I strive to be a cleric who can hasten to the side of those in need. Of course, I must take my training seriously as well.', 'snd_voi_home_101102', 13, 1011016, 1, 1, 0, 'snd_voi_home_101102_0013', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91020, 'If only I could use teleportation magic... Then I could run in any race in the country. Now that would be a fine training pilgrimage. ♪', 'snd_voi_home_101102', 14, 1011006, 1, 1, 0, 'snd_voi_home_101102_0014', 0, 1011000, 9900, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91028, 'My massage skills have been in high demand recently. I should study it a little more—it''s a great way to take care of injuries.', 'snd_voi_home_101102', 15, 1011001, 1, 1, 0, 'snd_voi_home_101102_0015', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91029, 'Traditional Japanese sweets are a cleric''s most important remedy. I have a stockpile of them ready at all times. ♪', 'snd_voi_home_101102', 16, 8013, 1, 1, 0, 'snd_voi_home_101102_0016', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91021, 'Amidst the mists and fiercest frosts. There, I''m all ready for my incantations.', 'snd_voi_home_101102', 17, 1011007, 1, 1, 0, 'snd_voi_home_101102_0017', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91022, 'It''s a strange feeling to not have enemies bearing down on me while I''m in the middle of casting a spell.', 'snd_voi_home_101102', 18, 1011016, 1, 1, 0, 'snd_voi_home_101102_0018', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91023, 'All things come to those who wait... However, the universe helps those who help themselves. Let''s prepare for anything tomorrow may bring.', 'snd_voi_home_101102', 19, 1011000, 1, 1, 0, 'snd_voi_home_101102_0019', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91024, 'Achoo! The flower fairies have been up to no good recently.', 'snd_voi_home_101102', 20, 1011011, 1, 1, 0, 'snd_voi_home_101102_0020', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91025, 'On hot days, we''ve got a magic charm from ancient Japan—the cooling wind chime.', 'snd_voi_home_101102', 21, 1011020, 1, 1, 0, 'snd_voi_home_101102_0021', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91026, 'I feel like taking an excursion into the mountains to see the autumn foliage.', 'snd_voi_home_101102', 22, 1011016, 1, 1, 0, 'snd_voi_home_101102_0022', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 91027, 'Brr... The cold always makes me want to recuperate in a hot spring inn—with a piping hot latte potion. ♪', 'snd_voi_home_101102', 23, 1011007, 1, 1, 0, 'snd_voi_home_101102_0023', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92015, 'O heavens! Guide your most humble white mage!', 'snd_voi_training_101102', 0, 1011019, 2, 1, 0, 'snd_voi_training_101102_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92016, 'Let us embark on a training quest! ♪', 'snd_voi_training_101102', 1, 1011001, 2, 1, 0, 'snd_voi_training_101102_0001', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92017, 'An adventure is but the culmination of our training.', 'snd_voi_training_101102', 2, 1011020, 2, 1, 0, 'snd_voi_training_101102_0002', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92018, 'Let''s walk side-by-side toward our happy ending.', 'snd_voi_training_101102', 3, 1011000, 2, 1, 0, 'snd_voi_training_101102_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92020, 'Incantations would be easier if they were in a five-seven-five pattern like haiku...', 'snd_voi_training_101102', 5, 1011011, 2, 1, 0, 'snd_voi_training_101102_0005', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92021, 'I cast Heal! Hehe... Now I can keep racing for a while longer.', 'snd_voi_training_101102', 6, 8013, 2, 1, 0, 'snd_voi_training_101102_0006', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 92022, 'El is a monk, and I''m a cleric. And since you lead us... I guess that makes you the hero, Trainer! ♪', 'snd_voi_training_101102', 7, 1011000, 2, 1, 0, 'snd_voi_training_101102_0007', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 93004, 'Thank you for granting my trainer your divine protection.', 'snd_voi_training_101102', 8, 0, 2, 1, 0, 'snd_voi_training_101102_0008', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 93005, 'Will you join me in a new playthrough?', 'snd_voi_training_101102', 9, 0, 2, 1, 0, 'snd_voi_training_101102_0009', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95007, 'Da-da-daah! ♪ I''ve gained some experience points.', 'snd_voi_outgame_101102', 0, 1011001, 7, 1, 0, 'snd_voi_outgame_101102_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95008, 'Level up! Let''s embark for the next stage.', 'snd_voi_outgame_101102', 1, 0, 7, 1, 0, 'snd_voi_outgame_101102_0001', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95010, 'Hi, I''m Grass Wonder. ♪ Leave the racing and healing to me! ♪', 'snd_voi_outgame_101102', 3, 1011007, 7, 1, 0, 'snd_voi_outgame_101102_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70016, 'I''ve changed classes to a cleric! ♪', 'snd_voi_outgame_101100', 24, 1011020, 7, 1, 0, 'snd_voi_outgame_101100_0024', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70017, 'Oh my. Are you in need of some healing magic?', 'snd_voi_outgame_101100', 25, 10001, 7, 1, 0, 'snd_voi_outgame_101100_0025', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71016, 'I''ve changed classes to a cleric! ♪', 'snd_voi_outgame_101100', 24, 34, 7, 0, 0, 'snd_voi_outgame_101100_0024', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71017, 'Oh my. Are you in need of some healing magic?', 'snd_voi_outgame_101100', 25, 30, 7, 0, 0, 'snd_voi_outgame_101100_0025', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 95009, 'I am Grass Wonder, a humble cleric. May you find victory!', 'snd_voi_gacha_101102', 0, 0, 7, 1, 0, 'snd_voi_gacha_101102_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 40003, 'Come to me! Healing power!', 'snd_voi_race_101102', 2, 0, 3, 1, 0, 'snd_voi_race_101102_0002', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 40004, 'Come to me! Healing power! Flow forth from these hands—Superior Heal! The blessing of victory has been bestowed.', 'snd_voi_race_101102', 3, 0, 3, 1, 0, 'snd_voi_race_101102_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 30006, 'Victory is the best cure-all. Quest cleared! ♪', 'snd_voi_race_101102', 0, 0, 3, 1, 0, 'snd_voi_race_101102_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 30007, 'Hehe. ♪ Wonderful!', 'snd_voi_race_101100', 8, 0, 3, 1, 0, 'snd_voi_race_101100_0008', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 400002, 'A white mage''s duty is to bring relief to and support others.', 'snd_voi_event_090002', 2, 1011007, 7, 1, 0, 'snd_voi_event_090002_0002', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 400004, 'On a journey to defeat an evil king... never neglect the healing!', 'snd_voi_event_090002', 4, 1011000, 7, 1, 0, 'snd_voi_event_090002_0004', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 400005, 'This world still teems with unsolved mysteries.', 'snd_voi_event_090002', 5, 1011002, 7, 1, 0, 'snd_voi_event_090002_0005', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 400008, 'An unrelenting evil must be squashed with the heavy hammer of compassion! ♪', 'snd_voi_event_090002', 8, 1011018, 7, 1, 0, 'snd_voi_event_090002_0008', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 400010, 'This appears to be the final level. I hope to provide you with healing again one day.', 'snd_voi_event_090002', 10, 1011000, 7, 1, 0, 'snd_voi_event_090002_0010', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 400011, 'This is my last prayer. May there no longer be any hurt left in all worlds...', 'snd_voi_event_090002', 11, 1011001, 7, 1, 0, 'snd_voi_event_090002_0011', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70018, 'How elegant!', 'snd_voi_outgame_101100', 26, 1011007, 7, 1, 0, 'snd_voi_outgame_101100_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 70019, 'Let us climb to the very top!', 'snd_voi_outgame_101100', 27, 1011002, 7, 1, 0, 'snd_voi_outgame_101100_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71018, 'How elegant!', 'snd_voi_outgame_101100', 26, 35, 7, 0, 0, 'snd_voi_outgame_101100_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1011, 71019, 'Let us climb to the very top!', 'snd_voi_outgame_101100', 27, 48, 7, 0, 0, 'snd_voi_outgame_101100_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 11, 'Cygames', 'snd_voi_title_101200', 0, 0, 0, 1, 0, 'snd_voi_title_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_101200', 1, 0, 0, 1, 0, 'snd_voi_title_101200_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10000, 'Y''know, it''s been a while since I started callin'' ya "Teach." ...Wait, what did I call you before?', 'snd_voi_home_101200', 0, 1012033, 1, 1, 0, 'snd_voi_home_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10001, 'The reason I''m so tough is ''cause you''ve always got my back. I''m counting on you, Teach!', 'snd_voi_home_101200', 1, 1012032, 1, 1, 0, 'snd_voi_home_101200_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10002, 'Nobody stands a chance against our tag team. Just let ''em try—we''ll be ready!', 'snd_voi_home_101200', 2, 1012001, 1, 1, 0, 'snd_voi_home_101200_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10003, 'It''s a big job putting up New Year''s decorations around the dorm, but everybody seems to love ''em. That makes it worth the effort!', 'snd_voi_home_101200', 3, 1012025, 1, 1, 0, 'snd_voi_home_101200_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10004, 'I''m always so busy this time of year—I gotta make chocolates for everybody in the dorm!', 'snd_voi_home_101200', 4, 1012034, 1, 1, 0, 'snd_voi_home_101200_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10005, 'So... I''ve got some extra chocolates. You can have ''em if you want. I think they came out pretty good.', 'snd_voi_home_101200', 5, 1012804, 1, 1, 0, 'snd_voi_home_101200_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10006, 'What''d you wish for, Teach? I always ask for good health! I gotta be in tip-top shape to go one-on-one!', 'snd_voi_home_101200', 6, 1012031, 1, 1, 0, 'snd_voi_home_101200_0006', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10007, 'Happy Halloween! Tricks and treats are fine and all, but make sure you brush your teeth before bed!', 'snd_voi_home_101200', 7, 1012033, 1, 1, 0, 'snd_voi_home_101200_0007', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10008, 'I treat the whole dorm to turkey for the holidays. It''s a big seller at my folks'' restaurant!', 'snd_voi_home_101200', 8, 1012025, 1, 1, 0, 'snd_voi_home_101200_0008', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10009, 'Happy holidays, Teach! Stopped by your office yet? Might just be something waiting for you there. Heh.', 'snd_voi_home_101200', 9, 1012032, 1, 1, 0, 'snd_voi_home_101200_0009', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10010, 'We sure did a lot of stuff this year. Guess I oughta take today off at least...', 'snd_voi_home_101200', 10, 1012034, 1, 1, 0, 'snd_voi_home_101200_0010', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10011, 'Hey, Teach! It''s your birthday, right? Nice—I''ll get everybody in the dorm together and throw a party!', 'snd_voi_home_101200', 11, 1012031, 1, 1, 0, 'snd_voi_home_101200_0011', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10012, 'Anything you wanna eat? It''ll be my birthday present to you! I''ll whip ya up something real nice!', 'snd_voi_home_101200', 12, 1012026, 1, 1, 0, 'snd_voi_home_101200_0012', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10013, 'Get a load of this—the whole dorm threw me a birthday party! Sniff... I''m the luckiest gal alive!', 'snd_voi_home_101200', 13, 1012033, 1, 1, 0, 'snd_voi_home_101200_0013', 0, 1012009, 5900, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10014, 'What do I want for my birthday? Hmm... How ''bout you stick around to celebrate my next one? Yeah, that''ll do.', 'snd_voi_home_101200', 14, 1012008, 1, 1, 0, 'snd_voi_home_101200_0014', 0, 1012032, 6500, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10015, 'Looks like there''s a new notice. Wait—think it might be a challenge for a one-on-one?!', 'snd_voi_home_101200', 15, 1012028, 1, 1, 0, 'snd_voi_home_101200_0015', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10016, 'It''s a present for you. So what''d ya get? How ''bout giving ol'' Hishiama a peek?', 'snd_voi_home_101200', 16, 1012033, 1, 1, 0, 'snd_voi_home_101200_0016', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10017, 'Looks like you completed a mission. Nice work, Teach! Keep that ball rollin''!', 'snd_voi_home_101200', 17, 1012025, 1, 1, 0, 'snd_voi_home_101200_0017', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10018, 'An event''s starting soon, huh? We''d better get ready. I gotta be prepped to go one-on-one at any moment!', 'snd_voi_home_101200', 18, 1012031, 1, 1, 0, 'snd_voi_home_101200_0018', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10019, 'There''s an event going on! Aren''t you gonna join in on the fun?', 'snd_voi_home_101200', 19, 1012039, 1, 1, 0, 'snd_voi_home_101200_0019', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20000, 'Whew, I''m beat. My body doesn''t wanna move...', 'snd_voi_training_101200', 0, 1012800, 2, 1, 0, 'snd_voi_training_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20001, 'Sorry, Teach. I''m completely wiped. Mind giving me a breather?', 'snd_voi_training_101200', 1, 1012806, 2, 1, 0, 'snd_voi_training_101200_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20002, 'My mind and body are in prime fightin'' shape! I''ll knock out whatever training you''ve got in store!', 'snd_voi_training_101200', 2, 1012025, 2, 1, 0, 'snd_voi_training_101200_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20003, 'Aw yeah! I am on fire! Betcha I could take on just about anybody right now!', 'snd_voi_training_101200', 3, 1012016, 2, 1, 0, 'snd_voi_training_101200_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20004, 'I''m ready to run! Let''s get started, Teach!', 'snd_voi_training_101200', 4, 4001, 2, 1, 0, 'snd_voi_training_101200_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20005, 'Mm—yeah, this feels good! I''m ready to go all out!', 'snd_voi_training_101200', 5, 1012025, 2, 1, 0, 'snd_voi_training_101200_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20006, 'All right, let''s knock this outta the park!', 'snd_voi_training_101200', 6, 1012033, 2, 1, 0, 'snd_voi_training_101200_0006', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20007, 'What''s cooking in the training department today?', 'snd_voi_training_101200', 7, 1012031, 2, 1, 0, 'snd_voi_training_101200_0007', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20008, 'Ngh... I''m off my game! I didn''t get to bed ''til late ''cause I was out on patrol...', 'snd_voi_training_101200', 8, 1012803, 2, 1, 0, 'snd_voi_training_101200_0008', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20009, 'I think I forgot to take my clothes off the line... Agh, nooo! Now I can''t focus!', 'snd_voi_training_101200', 9, 1012806, 2, 1, 0, 'snd_voi_training_101200_0009', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20010, 'My body''s feeling awful, and my mind''s just not there... Ugh, I wonder why?', 'snd_voi_training_101200', 10, 1012800, 2, 1, 0, 'snd_voi_training_101200_0010', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20011, 'Grr... My head''s just not in it. No way I can go one-on-one like this...', 'snd_voi_training_101200', 11, 1012803, 2, 1, 0, 'snd_voi_training_101200_0011', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20021, 'Haven''t you been putting me in a lot of races lately? I know persistence is important and all, but health is too!', 'snd_voi_training_101200', 12, 1012028, 2, 1, 0, 'snd_voi_training_101200_0012', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20022, 'I hate to say it, but I think this is overdoing things. One more race and I''m gonna drop dead.', 'snd_voi_training_101200', 13, 1012805, 2, 1, 0, 'snd_voi_training_101200_0013', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20023, 'I''m firin'' on all cylinders! So keep your eyes peeled—I''ll show you what I''m really made of!', 'snd_voi_training_101200', 14, 3009, 2, 1, 0, 'snd_voi_training_101200_0014', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20024, 'My condition''s better than ever! I''m all set for the ultimate one-on-one!', 'snd_voi_training_101200', 15, 4002, 2, 1, 0, 'snd_voi_training_101200_0015', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20025, 'Ready to go! I''ll prove the name "Queen of the Amazons" isn''t just for show!', 'snd_voi_training_101200', 16, 1012026, 2, 1, 0, 'snd_voi_training_101200_0016', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20026, 'My body''s as light as a butterfly! Feels like I can run as much as I want!', 'snd_voi_training_101200', 17, 1012033, 2, 1, 0, 'snd_voi_training_101200_0017', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20027, 'I''m fired up and ready for anything—bring it on!', 'snd_voi_training_101200', 18, 1012025, 2, 1, 0, 'snd_voi_training_101200_0018', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20028, 'My mind and body are in perfect sync... All right! Get ready to be impressed, Teach!', 'snd_voi_training_101200', 19, 1012006, 2, 1, 0, 'snd_voi_training_101200_0019', 0, 1012016, 3200, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20029, 'Not too shabby. Pretty sure I can win like this.', 'snd_voi_training_101200', 20, 1012031, 2, 1, 0, 'snd_voi_training_101200_0020', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20030, 'All I gotta do is run with everything I''ve got, and victory''ll be mine!', 'snd_voi_training_101200', 21, 1012016, 2, 1, 0, 'snd_voi_training_101200_0021', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20031, 'The winner''s gonna be me—Hishiama!', 'snd_voi_training_101200', 22, 1012034, 2, 1, 0, 'snd_voi_training_101200_0022', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20032, 'Can''t say I''m at a hundred percent, but I''ll fill in the gaps with sheer guts!', 'snd_voi_training_101200', 23, 1012031, 2, 1, 0, 'snd_voi_training_101200_0023', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20033, 'It''s not perfect, but as long as I keep my head up and my spirits high, I can make this happen!', 'snd_voi_training_101200', 24, 1012033, 2, 1, 0, 'snd_voi_training_101200_0024', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20034, 'No point whining before a race! Just gotta give it my best shot!', 'snd_voi_training_101200', 25, 1012027, 2, 1, 0, 'snd_voi_training_101200_0025', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20035, 'Must''ve screwed up somewhere... ''Cause honestly, I''m not feeling so hot. But I''ll run with whatever I''ve got left!', 'snd_voi_training_101200', 26, 1012800, 2, 1, 0, 'snd_voi_training_101200_0026', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20036, 'Wish I could run under better circumstances... Oh well, I''ll try to make up for it with grit.', 'snd_voi_training_101200', 27, 1012803, 2, 1, 0, 'snd_voi_training_101200_0027', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20037, 'My body feels like it''s made of lead... but I still aim to win.', 'snd_voi_training_101200', 28, 1012801, 2, 1, 0, 'snd_voi_training_101200_0028', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20038, 'I got this!', 'snd_voi_training_101200', 29, 0, 2, 1, 0, 'snd_voi_training_101200_0029', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20039, 'Let''s do this thing!', 'snd_voi_training_101200', 30, 0, 2, 1, 0, 'snd_voi_training_101200_0030', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20040, 'Come with me!', 'snd_voi_training_101200', 31, 0, 2, 1, 0, 'snd_voi_training_101200_0031', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20041, 'Nnngh...', 'snd_voi_training_101200', 32, 0, 2, 1, 0, 'snd_voi_training_101200_0032', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20042, 'Crap!', 'snd_voi_training_101200', 33, 0, 2, 1, 0, 'snd_voi_training_101200_0033', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20043, 'Gahhh...', 'snd_voi_training_101200', 34, 0, 2, 1, 0, 'snd_voi_training_101200_0034', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20046, 'Here I go!', 'snd_voi_training_101200', 37, 0, 2, 1, 0, 'snd_voi_training_101200_0037', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20047, 'Nice!', 'snd_voi_training_101200', 38, 0, 2, 1, 0, 'snd_voi_training_101200_0038', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20049, 'I was totally on fire thanks to you!', 'snd_voi_training_101200', 63, 0, 2, 1, 0, 'snd_voi_training_101200_0063', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20050, 'I loved working with you!', 'snd_voi_training_101200', 64, 0, 2, 1, 0, 'snd_voi_training_101200_0064', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 30000, 'Next time, first place''ll be mine!', 'snd_voi_race_101200', 0, 0, 3, 1, 0, 'snd_voi_race_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 30001, 'This ain''t enough to satisfy me!', 'snd_voi_race_101200', 1, 0, 3, 1, 0, 'snd_voi_race_101200_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 30002, 'Sigh... I''ve got a lot of work to do.', 'snd_voi_race_101200', 2, 0, 3, 1, 0, 'snd_voi_race_101200_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 30003, 'Well, that was pathetic...', 'snd_voi_race_101200', 3, 0, 3, 1, 0, 'snd_voi_race_101200_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 60000, 'Aw yeah! Time to rock and roll!', 'snd_voi_live_101200', 0, 0, 4, 1, 0, 'snd_voi_live_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 60001, 'I''ll go one-on-one with everybody in the crowd!', 'snd_voi_live_101200', 1, 0, 4, 1, 0, 'snd_voi_live_101200_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70001, 'I''m gonna be up against all sorts of opponents from here on out! You''d better be right there with me, Teach!', 'snd_voi_outgame_101200', 1, 1012000, 7, 1, 0, 'snd_voi_outgame_101200_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90000, 'Mornin'', Teach! Good to see you all chipper. That''s the only way to start the day!', 'snd_voi_home_101201', 0, 1012026, 1, 1, 0, 'snd_voi_home_101201_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90001, 'Stop nodding off and look sharp! You''ll set a bad example if you''re not on top of your game!', 'snd_voi_home_101201', 1, 1012031, 1, 1, 0, 'snd_voi_home_101201_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90002, 'Oof... Didn''t expect to be challenged to a one-on-one eating contest. I''d better start training my stomach too!', 'snd_voi_home_101201', 2, 1012800, 1, 1, 0, 'snd_voi_home_101201_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90003, 'Think I''ll take a midday nap. That way I can give it my all this afternoon!', 'snd_voi_home_101201', 3, 1012034, 1, 1, 0, 'snd_voi_home_101201_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90004, 'All righty, I''ve got a long night ahead of me. Gotta make sure everybody keeps curfew.', 'snd_voi_home_101201', 4, 1012033, 1, 1, 0, 'snd_voi_home_101201_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90005, 'Well, aren''t you a busy little bee? Just don''t overdo it, okay? You''d better promise me.', 'snd_voi_home_101201', 5, 1012034, 1, 1, 0, 'snd_voi_home_101201_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90006, 'The weather''s always so nice in early spring. If you need to do laundry, do it in the morning, Teach! I''ll even help ya!', 'snd_voi_home_101201', 6, 1012032, 1, 1, 0, 'snd_voi_home_101201_0006', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90007, 'Make sure you stay hydrated this time of year! Ah, but that doesn''t mean just drinking water! You gotta have some salty stuff too!', 'snd_voi_home_101201', 7, 1012034, 1, 1, 0, 'snd_voi_home_101201_0007', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90008, 'The sun sets so fast in the fall. Gotta squeeze in all my duties while it''s still light out.', 'snd_voi_home_101201', 8, 1012025, 1, 1, 0, 'snd_voi_home_101201_0008', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 90009, 'I love ginger tea in the winter. It warms me up right down to the core. The cold doesn''t stand a chance!', 'snd_voi_home_101201', 9, 1012031, 1, 1, 0, 'snd_voi_home_101201_0009', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91000, 'I tried to fix up a student''s uniform, but she ran away. Is this caterpillar patch really that gross-looking?', 'snd_voi_home_101201', 10, 1012800, 1, 1, 0, 'snd_voi_home_101201_0010', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91001, 'That dang Fuji. If she''s gonna play a trick, she should do it to my face! Tickling from behind like that is dirty!', 'snd_voi_home_101201', 11, 1012028, 1, 1, 0, 'snd_voi_home_101201_0011', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91002, 'Biko taught me a cool way to pose! I''ll show it off the next time I win!', 'snd_voi_home_101201', 12, 1012025, 1, 1, 0, 'snd_voi_home_101201_0012', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91003, 'Huh... Oh, I was doing laundry with Yukino, and she called me "Mom." Do I really seem that old?', 'snd_voi_home_101201', 13, 1012806, 1, 1, 0, 'snd_voi_home_101201_0013', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91004, 'You''d better not be spacin'' out on me. Ol'' Hishiama does not tolerate laziness!', 'snd_voi_home_101201', 14, 1012028, 1, 1, 0, 'snd_voi_home_101201_0014', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91005, 'I''ll show you my best performance yet! I owe it to my fans, after all!', 'snd_voi_home_101201', 15, 1012031, 1, 1, 0, 'snd_voi_home_101201_0015', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91006, 'These clothes are kinda uncomfortable. Can I take off a layer?', 'snd_voi_home_101201', 16, 1012803, 1, 1, 0, 'snd_voi_home_101201_0016', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91007, 'This outfit makes me wanna pull out all the stops for the win. ''Cause all eyes are on me!', 'snd_voi_home_101201', 17, 4001, 1, 1, 0, 'snd_voi_home_101201_0017', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91008, 'These threads are built for speed! Feels like I can thoroughly trounce anybody in a one-and-one!', 'snd_voi_home_101201', 18, 1012006, 1, 1, 0, 'snd_voi_home_101201_0018', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91009, 'Would ya believe it? I woke up before my alarm this morning! Ah, I feel on top of the world!', 'snd_voi_home_101201', 19, 1012031, 1, 1, 0, 'snd_voi_home_101201_0019', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91010, 'You look famished. Want me to fix ya up something? Does something like stew or omelet sound okay?', 'snd_voi_home_101201', 20, 1012033, 1, 1, 0, 'snd_voi_home_101201_0020', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91011, 'That was close! I was running with Brian and lost track of time. Could you imagine the dorm leader breaking curfew?', 'snd_voi_home_101201', 21, 1012801, 1, 1, 0, 'snd_voi_home_101201_0021', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91012, 'I''m worn out from all these student orientations. But seeing their cute faces perks me right back up.', 'snd_voi_home_101201', 22, 1012800, 1, 1, 0, 'snd_voi_home_101201_0022', 0, 1012006, 4300, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91013, 'Laundry just piles up in summer... It''s hard enough finding space to dry everything.', 'snd_voi_home_101201', 23, 1012802, 1, 1, 0, 'snd_voi_home_101201_0023', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91014, 'Fall leaves are pretty, but as somebody who has to rake ''em all up, the feeling''s complicated...', 'snd_voi_home_101201', 24, 1012804, 1, 1, 0, 'snd_voi_home_101201_0024', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 91015, 'Looks like the cold''s starting to get to you. Here, just rub your hands together—it''ll warm ya right up!', 'snd_voi_home_101201', 25, 1012031, 1, 1, 0, 'snd_voi_home_101201_0025', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 92000, 'All right, time to get this thing started!', 'snd_voi_training_101201', 0, 1012025, 2, 1, 0, 'snd_voi_training_101201_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 92001, 'I''m gonna show everybody what ol'' Hishiama can do! Better keep up!', 'snd_voi_training_101201', 1, 1012031, 2, 1, 0, 'snd_voi_training_101201_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 92002, 'I wanna get even faster! So let''s get trainin'' already!', 'snd_voi_training_101201', 2, 1012033, 2, 1, 0, 'snd_voi_training_101201_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 92003, 'Training''s basically a one-on-one against myself. It''s a fight I can''t afford to lose!', 'snd_voi_training_101201', 3, 1012016, 2, 1, 0, 'snd_voi_training_101201_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 92011, 'Okay, I''m off! And I''ll be bringin'' my A game like usual! That''s the way ol'' Hishiama does things!', 'snd_voi_training_101201', 4, 1012026, 2, 1, 0, 'snd_voi_training_101201_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 92005, 'I can''t wait to get even stronger, Teach!', 'snd_voi_training_101201', 5, 1012034, 2, 1, 0, 'snd_voi_training_101201_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 92006, 'I''ll keep getting stronger so I can go one-on-one against any opponent—and win!', 'snd_voi_training_101201', 6, 1012026, 2, 1, 0, 'snd_voi_training_101201_0006', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 92007, 'When we''re together, the sky''s the limit! Don''t you feel all tingly just thinkin'' about it?', 'snd_voi_training_101201', 7, 1012031, 2, 1, 0, 'snd_voi_training_101201_0007', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 93000, 'We make an unstoppable team!', 'snd_voi_training_101201', 8, 0, 2, 1, 0, 'snd_voi_training_101201_0008', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 93001, 'That was a great match! Thanks, Teach!', 'snd_voi_training_101201', 9, 0, 2, 1, 0, 'snd_voi_training_101201_0009', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 95000, 'Nice, feels like I''ve gotten even stronger!', 'snd_voi_outgame_101201', 0, 1009, 7, 1, 0, 'snd_voi_outgame_101201_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 95001, 'You haven''t even seen the half of what I can do!', 'snd_voi_outgame_101201', 1, 0, 7, 1, 0, 'snd_voi_outgame_101201_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 95003, 'I''m Hishi Amazon! I''ll be countin'' on ya!', 'snd_voi_outgame_101201', 3, 1012033, 7, 1, 0, 'snd_voi_outgame_101201_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 95004, 'One-on-one! You''re up against ol'' Hishiama!', 'snd_voi_gacha_101201', 0, 0, 7, 1, 0, 'snd_voi_gacha_101201_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1008, 'I''m itchin'' to go!', 'snd_voi_teamst_st_101200_0000', 0, 1012018, 8, 1, 0, 'snd_voi_teamst_st_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1031, 'Time for a one-on-one!', 'snd_voi_teamst_st_101200_1005', 0, 4009, 8, 1, 0, 'snd_voi_teamst_st_101200_1005_00', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1018, 'We''ll make this entertaining!', 'snd_voi_teamst_st_100500_1012', 1, 2009, 8, 1, 0, 'snd_voi_teamst_st_100500_1012_01', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1000, 'I''m all revved up. Let''s do this!', 'snd_voi_teamst_101200', 0, 990021, 8, 1, 0, 'snd_voi_teamst_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1001, 'How''d ya like that?', 'snd_voi_teamst_101200', 1, 0, 8, 1, 0, 'snd_voi_teamst_101200_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1003, 'Not bad!', 'snd_voi_teamst_101200', 2, 0, 8, 1, 0, 'snd_voi_teamst_101200_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1002, 'Crap!', 'snd_voi_teamst_101200', 3, 0, 8, 1, 0, 'snd_voi_teamst_101200_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1004, 'You gals did a great job!', 'snd_voi_teamst_101200', 4, 1012000, 8, 1, 0, 'snd_voi_teamst_101200_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1007, 'Awesome! A new high score!', 'snd_voi_teamst_101200', 5, 1012001, 8, 1, 0, 'snd_voi_teamst_101200_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1006, 'Not bad!', 'snd_voi_teamst_101200', 2, 1012018, 8, 1, 0, 'snd_voi_teamst_101200_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 1005, 'Crap!', 'snd_voi_teamst_101200', 3, 1012002, 8, 1, 0, 'snd_voi_teamst_101200_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 40000, 'Let''s go! One-on-one!', 'snd_voi_race_101201', 2, 0, 3, 1, 0, 'snd_voi_race_101201_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 40001, 'Run fast and surpass! Don''t take even one step back! Huh?! Heh... That''s what a one-on-one''s all about!', 'snd_voi_race_101201', 3, 0, 3, 1, 0, 'snd_voi_race_101201_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 30004, 'Hah, that takes care of that! Hehe!', 'snd_voi_race_101201', 0, 0, 3, 1, 0, 'snd_voi_race_101201_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 30005, 'There you have it! Ol'' Hishiama''s true strength!', 'snd_voi_race_101200', 8, 0, 3, 1, 0, 'snd_voi_race_101200_0008', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 31000, 'Time to run!', 'snd_voi_race_101200', 9, 0, 3, 1, 0, 'snd_voi_race_101200_0009', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 13, 'Oh, here''s today''s login bonus.', 'snd_voi_title_101200', 4, 1012006, 1, 1, 0, 'snd_voi_title_101200_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 15, 'Looks like you can snag this tomorrow!', 'snd_voi_title_101200', 5, 1001, 1, 1, 0, 'snd_voi_title_101200_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 110000, 'Oh, you wanna train?', 'snd_voi_home_101200', 21, 0, 1, 1, 0, 'snd_voi_home_101200_0021', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 110001, 'Make sure to cherish these memories!', 'snd_voi_home_101200', 22, 0, 1, 1, 0, 'snd_voi_home_101200_0022', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 110002, 'If we''re racing, you better pick an exciting one!', 'snd_voi_home_101200', 23, 0, 1, 1, 0, 'snd_voi_home_101200_0023', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 10021, 'Looks like the Umamusume Archive leveled up!', 'snd_voi_home_101200', 24, 1012019, 1, 1, 0, 'snd_voi_home_101200_0024', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 20051, 'All right! Time for a one-on-one!', 'snd_voi_training_101200', 65, 0, 2, 1, 0, 'snd_voi_training_101200_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70000, 'I''ve still got plenty left in the tank!', 'snd_voi_outgame_101200', 3, 2001, 7, 1, 0, 'snd_voi_outgame_101200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 95005, 'I got you!', 'snd_voi_outgame_101200', 4, 0, 7, 1, 0, 'snd_voi_outgame_101200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 95006, 'Leave it to ol'' Hishiama!', 'snd_voi_outgame_101200', 5, 0, 7, 1, 0, 'snd_voi_outgame_101200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 120000, 'Whoa! Feels like I''m bursting with power!', 'snd_voi_outgame_101200', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101200_0011', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140000, 'Work hard, play even harder!', 'snd_voi_minigame_101200', 0, 1012016, 9, 1, 0, 'snd_voi_minigame_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140001, 'Ooh, attaway!', 'snd_voi_minigame_101200', 1, 1012000, 9, 1, 0, 'snd_voi_minigame_101200_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140002, 'Agh, so close! Don''t give up!', 'snd_voi_minigame_101200', 2, 1012003, 9, 1, 0, 'snd_voi_minigame_101200_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140003, 'Now that''s a catch! You totally crushed it!', 'snd_voi_minigame_101200', 3, 971012, 9, 1, 0, 'snd_voi_minigame_101200_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140004, 'Great work out there!', 'snd_voi_minigame_101200', 4, 972012, 9, 1, 0, 'snd_voi_minigame_101200_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140005, 'It happens. Keep your head up!', 'snd_voi_minigame_101200', 5, 1012022, 9, 1, 0, 'snd_voi_minigame_101200_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140006, 'Now that''s a catch! You totally crushed it!', 'snd_voi_minigame_101200', 3, 974012, 9, 1, 0, 'snd_voi_minigame_101200_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140007, 'Great work out there!', 'snd_voi_minigame_101200', 4, 973012, 9, 1, 0, 'snd_voi_minigame_101200_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140008, 'Heh.', 'snd_voi_minigame_101200', 6, 1012807, 9, 1, 0, 'snd_voi_minigame_101200_0006', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140009, 'S-stop that!', 'snd_voi_minigame_101200', 7, 1012804, 9, 1, 0, 'snd_voi_minigame_101200_0007', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140010, 'Hmm-hmm! ♪', 'snd_voi_minigame_101200', 8, 1012808, 9, 1, 0, 'snd_voi_minigame_101200_0008', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140011, 'Yes!', 'snd_voi_minigame_101200', 9, 1012025, 9, 1, 0, 'snd_voi_minigame_101200_0009', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140014, 'Ah...', 'snd_voi_minigame_101200', 10, 9005, 9, 1, 0, 'snd_voi_minigame_101200_0010', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140015, 'Oh!', 'snd_voi_minigame_101200', 11, 9001, 9, 1, 0, 'snd_voi_minigame_101200_0011', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140016, 'Hey, Teach!', 'snd_voi_minigame_101200', 12, 1012811, 9, 1, 0, 'snd_voi_minigame_101200_0012', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140012, 'Oh yeah!', 'snd_voi_minigame_101200', 13, 1012001, 9, 1, 0, 'snd_voi_minigame_101200_0013', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140013, 'Nice!', 'snd_voi_minigame_101200', 14, 1012809, 9, 1, 0, 'snd_voi_minigame_101200_0014', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140017, 'Grr...', 'snd_voi_minigame_101200', 15, 1012810, 9, 1, 0, 'snd_voi_minigame_101200_0015', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 140018, 'Dammit.', 'snd_voi_minigame_101200', 16, 1012002, 9, 1, 0, 'snd_voi_minigame_101200_0016', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70004, 'Heh. Lookin'' good, don''tcha think?', 'snd_voi_outgame_101200', 16, 1012000, 7, 1, 0, 'snd_voi_outgame_101200_0016', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70010, 'This uniform''s so light and easy to move in!', 'snd_voi_outgame_101200', 17, 1012019, 7, 1, 0, 'snd_voi_outgame_101200_0017', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70008, 'I''m not used to wearing stuff like this... but it doesn''t look too bad.', 'snd_voi_outgame_101200', 20, 1012018, 7, 1, 0, 'snd_voi_outgame_101200_0020', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70014, 'It''s a tad cute for my style. I''m a little embarrassed...', 'snd_voi_outgame_101200', 21, 1012011, 7, 1, 0, 'snd_voi_outgame_101200_0021', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70009, 'Yep, wearin'' this really lights a fire in me!', 'snd_voi_outgame_101200', 22, 1012016, 7, 1, 0, 'snd_voi_outgame_101200_0022', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70015, 'Putting this on gets me pumped for some hot action!', 'snd_voi_outgame_101200', 23, 3009, 7, 1, 0, 'snd_voi_outgame_101200_0023', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 71004, 'Heh. Lookin'' good, don''tcha think?', 'snd_voi_outgame_101200', 16, 33, 7, 0, 0, 'snd_voi_outgame_101200_0016', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 71010, 'This uniform''s so light and easy to move in!', 'snd_voi_outgame_101200', 17, 48, 7, 0, 0, 'snd_voi_outgame_101200_0017', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 71008, 'I''m not used to wearing stuff like this... but it doesn''t look too bad.', 'snd_voi_outgame_101200', 20, 48, 7, 0, 0, 'snd_voi_outgame_101200_0020', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 71014, 'It''s a tad cute for my style. I''m a little embarrassed...', 'snd_voi_outgame_101200', 21, 149, 7, 0, 0, 'snd_voi_outgame_101200_0021', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 71009, 'Yep, wearin'' this really lights a fire in me!', 'snd_voi_outgame_101200', 22, 22, 7, 0, 0, 'snd_voi_outgame_101200_0022', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 71015, 'Putting this on gets me pumped for some hot action!', 'snd_voi_outgame_101200', 23, 19, 7, 0, 0, 'snd_voi_outgame_101200_0023', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 2030, 'I''m all revved up. Let''s do this!', 'snd_voi_teamst_101200', 0, 4009, 10, 1, 0, 'snd_voi_teamst_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 2031, 'I''m itchin'' to go!', 'snd_voi_teamst_st_101200_0000', 0, 1012016, 10, 1, 0, 'snd_voi_teamst_st_101200_0000', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 2032, 'I loved working with you!', 'snd_voi_training_101200', 64, 1012018, 10, 1, 0, 'snd_voi_training_101200_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 2033, 'My mind and body are in perfect sync... All right! Get ready to be impressed, Teach!', 'snd_voi_training_101200', 19, 1012006, 10, 1, 0, 'snd_voi_training_101200_0019', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 2034, 'Ready to go! I''ll prove the name "Queen of the Amazons" isn''t just for show!', 'snd_voi_training_101200', 16, 3009, 10, 1, 0, 'snd_voi_training_101200_0016', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 2035, 'I loved working with you!', 'snd_voi_training_101200', 64, 1012018, 10, 0, 0, 'snd_voi_training_101200_0064', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70018, 'Aw yeah!', 'snd_voi_outgame_101200', 26, 1012000, 7, 1, 0, 'snd_voi_outgame_101200_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 70019, 'If you wanna go one-on-one, I''m your gal!', 'snd_voi_outgame_101200', 27, 1012016, 7, 1, 0, 'snd_voi_outgame_101200_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 71018, 'Aw yeah!', 'snd_voi_outgame_101200', 26, 149, 7, 0, 0, 'snd_voi_outgame_101200_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1012, 71019, 'If you wanna go one-on-one, I''m your gal!', 'snd_voi_outgame_101200', 27, 22, 7, 0, 0, 'snd_voi_outgame_101200_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 11, 'Cygames', 'snd_voi_title_101300', 0, 0, 0, 1, 0, 'snd_voi_title_101300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_101300', 1, 0, 0, 1, 0, 'snd_voi_title_101300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10000, 'Being able to eat the things I like is so wonderful... It''s all thanks to your great meal plan, Trainer.', 'snd_voi_home_101300', 0, 1013006, 1, 1, 0, 'snd_voi_home_101300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10001, 'How peculiar. I feel as though I can tell you all my woes and worries.', 'snd_voi_home_101300', 1, 2000, 1, 1, 0, 'snd_voi_home_101300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10002, 'Shall we go watch a sports match together? As long you don''t mind seeing my more spirited side...', 'snd_voi_home_101300', 2, 4007, 1, 1, 0, 'snd_voi_home_101300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10003, 'Happy New Year. Let us reaffirm our mindsets and devote ourselves fully to our goals.', 'snd_voi_home_101300', 3, 5001, 1, 1, 0, 'snd_voi_home_101300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10004, 'Happy Valentine''s Day. Please accept this gift of chocolates for all that you do.', 'snd_voi_home_101300', 4, 1013001, 1, 1, 0, 'snd_voi_home_101300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10005, 'I fear it is nowhere near a professional''s level. However, I made it in earnest... Would you do me the honor of trying it?', 'snd_voi_home_101300', 5, 1013006, 1, 1, 0, 'snd_voi_home_101300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10006, 'I swear upon the stars—I shall see my dream through to completion.', 'snd_voi_home_101300', 6, 2009, 1, 1, 0, 'snd_voi_home_101300_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10007, 'Halloween, is it? ...Oh dear. The temptation of candy is all around me.', 'snd_voi_home_101300', 7, 1013808, 1, 1, 0, 'snd_voi_home_101300_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10008, 'We held a great party at the Mejiro family estate around this time of year. We all celebrated around an enormous cake.', 'snd_voi_home_101300', 8, 10001, 1, 1, 0, 'snd_voi_home_101300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10009, 'Do you mind if I stay up just a bit later than usual tonight? I''d like to enjoy the holiday season with you...', 'snd_voi_home_101300', 9, 5002, 1, 1, 0, 'snd_voi_home_101300_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10010, 'What another eventful year it''s been. I shall try not to squander what I''ve learned, and I hope it proves beneficial in the new year.', 'snd_voi_home_101300', 10, 4000, 1, 1, 0, 'snd_voi_home_101300_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10011, 'Happy birthday! A truly special day that comes but once a year. Please take the time to enjoy yourself to the fullest.', 'snd_voi_home_101300', 11, 1013006, 1, 1, 0, 'snd_voi_home_101300_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10012, 'I wish you a truly happy birthday. Hehe... You''ve become quite reliable, Trainer.', 'snd_voi_home_101300', 12, 2002, 1, 1, 0, 'snd_voi_home_101300_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10013, 'I feel grateful to have received so many birthday wishes from everyone. I must strive to repay their kindness with results.', 'snd_voi_home_101300', 13, 1013001, 1, 1, 0, 'snd_voi_home_101300_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10014, 'Seeing as it''s my birthday, may I be a bit selfish? I''d like to have some cake... with you.', 'snd_voi_home_101300', 14, 4001, 1, 1, 0, 'snd_voi_home_101300_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10015, 'It seems a notice has arrived for you. Won''t you check it?', 'snd_voi_home_101300', 15, 4000, 1, 1, 0, 'snd_voi_home_101300_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10016, 'It seems there''s a present for you. I wonder what it could be. How exciting.', 'snd_voi_home_101300', 16, 5001, 1, 1, 0, 'snd_voi_home_101300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10017, 'It seems you''ve completed a mission. I knew you could do it.', 'snd_voi_home_101300', 17, 1013020, 1, 1, 0, 'snd_voi_home_101300_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10018, 'I believe an event is about to begin. I wonder what festivities await.', 'snd_voi_home_101300', 18, 1013006, 1, 1, 0, 'snd_voi_home_101300_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10019, 'There seems to be an event going on. Shall we take a peek?', 'snd_voi_home_101300', 19, 8000, 1, 1, 0, 'snd_voi_home_101300_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20000, 'Sigh... I''m starting to feel a bit weary...', 'snd_voi_training_101300', 0, 1013806, 2, 1, 0, 'snd_voi_training_101300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20001, 'My apologies, but I cannot summon up any energy today. Would it be possible for me to take a rest?', 'snd_voi_training_101300', 1, 1013808, 2, 1, 0, 'snd_voi_training_101300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20002, 'I''m feeling quite invigorated today! Trainer, please start your instruction at once.', 'snd_voi_training_101300', 2, 5009, 2, 1, 0, 'snd_voi_training_101300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20003, 'Hehe. I feel ready to tackle any training you set before me!', 'snd_voi_training_101300', 3, 2002, 2, 1, 0, 'snd_voi_training_101300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20004, 'My condition fares better than usual.', 'snd_voi_training_101300', 4, 8001, 2, 1, 0, 'snd_voi_training_101300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20005, 'I believe I can complete my regimen faster than ever before.', 'snd_voi_training_101300', 5, 1013001, 2, 1, 0, 'snd_voi_training_101300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20006, 'Let''s put our full spirits into training today.', 'snd_voi_training_101300', 6, 10001, 2, 1, 0, 'snd_voi_training_101300_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20007, 'Now then, what shall we start with?', 'snd_voi_training_101300', 7, 5001, 2, 1, 0, 'snd_voi_training_101300_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20008, 'I''m terribly sorry, I just can''t seem to properly concentrate right now...', 'snd_voi_training_101300', 8, 1013808, 2, 1, 0, 'snd_voi_training_101300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20009, 'Ngh... My strength seems to be faltering today...', 'snd_voi_training_101300', 9, 8007, 2, 1, 0, 'snd_voi_training_101300_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20010, 'Sigh... I feel in very low spirits today...', 'snd_voi_training_101300', 10, 1013806, 2, 1, 0, 'snd_voi_training_101300_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20011, 'I know I should keep a positive attitude, but today is just...', 'snd_voi_training_101300', 11, 1013808, 2, 1, 0, 'snd_voi_training_101300_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20021, 'Another race? I fear too many in a row may begin to affect my health...', 'snd_voi_training_101300', 12, 4007, 2, 1, 0, 'snd_voi_training_101300_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20022, 'Excuse me, but instead of racing today, may I perhaps take a rest?', 'snd_voi_training_101300', 13, 1013808, 2, 1, 0, 'snd_voi_training_101300_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20023, 'This is the moment I''ve been waiting for. All my preparations have been made!', 'snd_voi_training_101300', 14, 1013006, 2, 1, 0, 'snd_voi_training_101300_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20024, 'All my preparations are complete. Victory is within a moment''s grasp.', 'snd_voi_training_101300', 15, 5002, 2, 1, 0, 'snd_voi_training_101300_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20025, 'I shall demonstrate the fruits of my training and secure certain victory!', 'snd_voi_training_101300', 16, 2009, 2, 1, 0, 'snd_voi_training_101300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20026, 'Perhaps all that hard work toward our goal paid off. I feel incredible.', 'snd_voi_training_101300', 17, 4001, 2, 1, 0, 'snd_voi_training_101300_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20027, 'I daresay I have an extra-strong performance in me today. The race can''t come soon enough.', 'snd_voi_training_101300', 18, 1013001, 2, 1, 0, 'snd_voi_training_101300_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20028, 'No problems here. I''m ready to run at any time.', 'snd_voi_training_101300', 19, 1013006, 2, 1, 0, 'snd_voi_training_101300_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20029, 'I shall endeavor to deliver the performance expected of me.', 'snd_voi_training_101300', 20, 10001, 2, 1, 0, 'snd_voi_training_101300_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20030, 'All the hard work I''ve done up until now will fuel me in the race to come.', 'snd_voi_training_101300', 21, 5009, 2, 1, 0, 'snd_voi_training_101300_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20031, 'I shall certainly be victorious in this race.', 'snd_voi_training_101300', 22, 2001, 2, 1, 0, 'snd_voi_training_101300_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20032, 'As long as I keep what I''ve practiced in mind, I should encounter no difficulties... Yes, it is sure to work.', 'snd_voi_training_101300', 23, 1013807, 2, 1, 0, 'snd_voi_training_101300_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20033, 'As long as I give it my all, I believe I can... No, I will make it happen.', 'snd_voi_training_101300', 24, 1013023, 2, 1, 0, 'snd_voi_training_101300_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20034, 'Focus, focus... Phew. I must keep my mind clear of distractions.', 'snd_voi_training_101300', 25, 1013811, 2, 1, 0, 'snd_voi_training_101300_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20035, 'I had hoped to be better prepared... However, I will do what I can.', 'snd_voi_training_101300', 26, 1013808, 2, 1, 0, 'snd_voi_training_101300_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20036, 'Is it possible to win in this condition? No, I cannot afford to foster such doubts before the race even starts.', 'snd_voi_training_101300', 27, 1013806, 2, 1, 0, 'snd_voi_training_101300_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20037, 'I should have trained harder... though it''s too late for such regrets. I must find a way forward...', 'snd_voi_training_101300', 28, 1013003, 2, 1, 0, 'snd_voi_training_101300_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20038, 'Let us begin.', 'snd_voi_training_101300', 29, 0, 2, 1, 0, 'snd_voi_training_101300_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20039, 'Here I go!', 'snd_voi_training_101300', 30, 0, 2, 1, 0, 'snd_voi_training_101300_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20040, 'Off we go!', 'snd_voi_training_101300', 31, 0, 2, 1, 0, 'snd_voi_training_101300_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20041, 'I must focus.', 'snd_voi_training_101300', 32, 0, 2, 1, 0, 'snd_voi_training_101300_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20042, 'O-oh?', 'snd_voi_training_101300', 33, 0, 2, 1, 0, 'snd_voi_training_101300_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20043, 'Oh no...', 'snd_voi_training_101300', 34, 0, 2, 1, 0, 'snd_voi_training_101300_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20046, 'Let us be off.', 'snd_voi_training_101300', 37, 0, 2, 1, 0, 'snd_voi_training_101300_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20047, 'Splendid.', 'snd_voi_training_101300', 38, 0, 2, 1, 0, 'snd_voi_training_101300_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20049, 'I do believe I''ve gotten better.', 'snd_voi_training_101300', 63, 0, 2, 1, 0, 'snd_voi_training_101300_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20050, 'Trainer, you have my deepest thanks.', 'snd_voi_training_101300', 64, 0, 2, 1, 0, 'snd_voi_training_101300_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 30000, 'I came up just short of the win. Next time, it shall be mine!', 'snd_voi_race_101300', 0, 0, 3, 1, 0, 'snd_voi_race_101300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 30001, 'I must set my sights even higher.', 'snd_voi_race_101300', 1, 0, 3, 1, 0, 'snd_voi_race_101300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 30002, 'I shall reflect upon this and come back stronger than ever!', 'snd_voi_race_101300', 2, 0, 3, 1, 0, 'snd_voi_race_101300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 30003, 'I cannot afford to let it end here... I shall train even harder than before!', 'snd_voi_race_101300', 3, 0, 3, 1, 0, 'snd_voi_race_101300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 60000, 'In concerts, as with races, I shall give my all.', 'snd_voi_live_101300', 0, 0, 4, 1, 0, 'snd_voi_live_101300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 60001, '...Now then, here I come!', 'snd_voi_live_101300', 1, 0, 4, 1, 0, 'snd_voi_live_101300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70001, 'I used to be so inexperienced—without the slightest modicum of self-discipline. I''m truly grateful to have found someone so reliable as you.', 'snd_voi_outgame_101300', 1, 2001, 7, 1, 0, 'snd_voi_outgame_101300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90000, 'Good morning. Let us commit ourselves to making the most of today.', 'snd_voi_home_101301', 0, 8000, 1, 1, 0, 'snd_voi_home_101301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90001, 'The early bird catches the worm, as they say. I intend to make the most of this morning.', 'snd_voi_home_101301', 1, 1013001, 1, 1, 0, 'snd_voi_home_101301_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90002, 'Good day to you. I hope to spend a splendid afternoon together.', 'snd_voi_home_101301', 2, 1013019, 1, 1, 0, 'snd_voi_home_101301_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90003, 'I start to crave sweets in the afternoon. However, I must resist in order to keep my figure.', 'snd_voi_home_101301', 3, 4003, 1, 1, 0, 'snd_voi_home_101301_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90004, 'Good work today. Please make sure to take care of your well-being and not overexert yourself.', 'snd_voi_home_101301', 4, 5001, 1, 1, 0, 'snd_voi_home_101301_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90005, 'I shall give my full strength even in the midst of night. I can still stay awake a while longer.', 'snd_voi_home_101301', 5, 2013, 1, 1, 0, 'snd_voi_home_101301_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90006, 'Seeing all the colorful flowers starting to bloom truly warms my heart.', 'snd_voi_home_101301', 6, 1013001, 1, 1, 0, 'snd_voi_home_101301_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90007, 'One should never go without a handkerchief in this season... I cannot afford to let the others see an unsightly display.', 'snd_voi_home_101301', 7, 4003, 1, 1, 0, 'snd_voi_home_101301_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90008, 'Autumn is not a good time for me... The changing of the seasons always has a deep negative impact on my health.', 'snd_voi_home_101301', 8, 1013023, 1, 1, 0, 'snd_voi_home_101301_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90009, 'The cold can seep into your very core... Make sure you properly bundle up from head to toe.', 'snd_voi_home_101301', 9, 1013808, 1, 1, 0, 'snd_voi_home_101301_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91000, 'Just now Gold Ship burst into a Cossack dance right in front of me... Wonder what that was all about.', 'snd_voi_home_101301', 10, 1013018, 1, 1, 0, 'snd_voi_home_101301_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91001, 'It''s hard to show restraint when we have a buffet-style cafeteria... Ngh...', 'snd_voi_home_101301', 11, 1013808, 1, 1, 0, 'snd_voi_home_101301_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91002, 'I make sure to greet all those around me. It is a manner every Mejiro must keep to.', 'snd_voi_home_101301', 12, 1013019, 1, 1, 0, 'snd_voi_home_101301_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91003, 'I admire Teio''s proactivity. However, I do wish she would be more composed from time to time...', 'snd_voi_home_101301', 13, 1013023, 1, 1, 0, 'snd_voi_home_101301_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91004, 'Yesterday, I turned on the television and happened to see a sports match, and—! Ahem. No, don''t worry about it.', 'snd_voi_home_101301', 14, 4014, 1, 1, 0, 'snd_voi_home_101301_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91005, 'If our eyes are fixed solely on victory, we may lose sight of our footing. The process can be just as important as the results.', 'snd_voi_home_101301', 15, 1013002, 1, 1, 0, 'snd_voi_home_101301_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91006, 'This place holds the potential to foster many friendly rivalries with the other racers. I must cherish this unique opportunity.', 'snd_voi_home_101301', 16, 1013001, 1, 1, 0, 'snd_voi_home_101301_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91007, 'I shall prove I am worthy of the Mejiro name by claiming many victories in this racewear.', 'snd_voi_home_101301', 17, 2009, 1, 1, 0, 'snd_voi_home_101301_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91008, 'My dream, my pride as a Mejiro... They come to me anew when I don this racewear.', 'snd_voi_home_101301', 18, 1013810, 1, 1, 0, 'snd_voi_home_101301_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91009, 'One''s appearance is fundamental. Each morning I work hard to make sure not one hair is astray.', 'snd_voi_home_101301', 19, 4001, 1, 1, 0, 'snd_voi_home_101301_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91010, 'I had lunch with Oguri Cap and carelessly let her lure me into a second helping of dessert.', 'snd_voi_home_101301', 20, 1013809, 1, 1, 0, 'snd_voi_home_101301_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91011, 'I am always diligent in my studies. Cramming before a test does not befit one who bears the Mejiro name.', 'snd_voi_home_101301', 21, 1013001, 1, 1, 0, 'snd_voi_home_101301_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91012, 'I tried to recommend a flower hair ornament to Dober for spring, but she paid me no mind. I''m sure it would just look splendid on her too...', 'snd_voi_home_101301', 22, 1013011, 1, 1, 0, 'snd_voi_home_101301_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91013, 'I must be careful of getting a sunburn. I can''t afford to have any blemishes or irritation on my skin.', 'snd_voi_home_101301', 23, 10001, 1, 1, 0, 'snd_voi_home_101301_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91014, 'A special feature on fall desserts! Ngh. I wish to look, but no! I must... resist...', 'snd_voi_home_101301', 24, 1013014, 1, 1, 0, 'snd_voi_home_101301_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91015, 'Make sure you don''t catch a cold in this chilly wea—ACHOO! Th-that was nothing more than a sneeze!', 'snd_voi_home_101301', 25, 1, 1, 1, 0, 'snd_voi_home_101301_0025', 0, 1013015, 3600, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92000, 'My preparations are complete. Now then, shall we begin today''s lesson?', 'snd_voi_training_101301', 0, 2009, 2, 1, 0, 'snd_voi_training_101301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92001, 'As one who bears the Mejiro name, I cannot afford to neglect my daily training.', 'snd_voi_training_101301', 1, 8000, 2, 1, 0, 'snd_voi_training_101301_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92002, 'Step by step. Inch by inch. I hope to proceed steadily but surely.', 'snd_voi_training_101301', 2, 5002, 2, 1, 0, 'snd_voi_training_101301_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92003, 'One day, I am certain I will achieve my long-awaited dream!', 'snd_voi_training_101301', 3, 1013811, 2, 1, 0, 'snd_voi_training_101301_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92011, 'I am prepared to endure the toughest training. If I weren''t, victory would be but a distant dream.', 'snd_voi_training_101301', 4, 1013810, 2, 1, 0, 'snd_voi_training_101301_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92005, 'I have always tried to be aware of how others see me. I hope to apply that to my concerts as well.', 'snd_voi_training_101301', 5, 2001, 2, 1, 0, 'snd_voi_training_101301_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92006, 'We have come this far through our hard work. We must continue to train in the same manner.', 'snd_voi_training_101301', 6, 5001, 2, 1, 0, 'snd_voi_training_101301_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92007, 'There are many who expect great things of me... and I am prepared to exceed those expectations.', 'snd_voi_training_101301', 7, 2002, 2, 1, 0, 'snd_voi_training_101301_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 93000, 'This is all thanks to you, Trainer.', 'snd_voi_training_101301', 8, 0, 2, 1, 0, 'snd_voi_training_101301_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 93001, 'I have done justice to my name.', 'snd_voi_training_101301', 9, 0, 2, 1, 0, 'snd_voi_training_101301_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95000, 'I am brimming with power!', 'snd_voi_outgame_101301', 0, 2001, 7, 1, 0, 'snd_voi_outgame_101301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95001, 'I can be so much more!', 'snd_voi_outgame_101301', 1, 2001, 7, 1, 0, 'snd_voi_outgame_101301_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95003, 'It is me, Mejiro McQueen.', 'snd_voi_outgame_101301', 3, 2001, 7, 1, 0, 'snd_voi_outgame_101301_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95004, 'I am destined for victory. One day, my plaque will be displayed in the family halls!', 'snd_voi_gacha_101301', 0, 0, 7, 1, 0, 'snd_voi_gacha_101301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1008, 'Let us win with our combined strength!', 'snd_voi_teamst_st_101300_0000', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_101300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1033, 'I''m ready to go! Yes!', 'snd_voi_teamst_st_101300_1059', 0, 1013007, 8, 1, 0, 'snd_voi_teamst_st_101300_1059_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1021, 'What on earth are you saying?!', 'snd_voi_teamst_st_100700_1013', 1, 3003, 8, 1, 0, 'snd_voi_teamst_st_100700_1013_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1000, 'We must be compete courageously.', 'snd_voi_teamst_101300', 0, 990021, 8, 1, 0, 'snd_voi_teamst_101300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1001, 'Absolutely splendid!', 'snd_voi_teamst_101300', 1, 0, 8, 1, 0, 'snd_voi_teamst_101300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1003, 'It is a draw.', 'snd_voi_teamst_101300', 2, 0, 8, 1, 0, 'snd_voi_teamst_101300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1002, 'How disappointing...', 'snd_voi_teamst_101300', 3, 0, 8, 1, 0, 'snd_voi_teamst_101300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1004, 'It was a difference in resolve.', 'snd_voi_teamst_101300', 4, 4009, 8, 1, 0, 'snd_voi_teamst_101300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1007, 'We''ve achieved a new high score!', 'snd_voi_teamst_101300', 5, 1013000, 8, 1, 0, 'snd_voi_teamst_101300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1006, 'It is a draw.', 'snd_voi_teamst_101300', 2, 1013002, 8, 1, 0, 'snd_voi_teamst_101300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 1005, 'How disappointing...', 'snd_voi_teamst_101300', 3, 1013003, 8, 1, 0, 'snd_voi_teamst_101300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 120000, 'What a strange feeling... This is the power of dreams!', 'snd_voi_outgame_101300', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101300_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140000, 'Hehe! ♪ My heart is pounding!', 'snd_voi_minigame_101300', 0, 1013000, 9, 1, 0, 'snd_voi_minigame_101300_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140001, 'You did it!', 'snd_voi_minigame_101300', 1, 1013007, 9, 1, 0, 'snd_voi_minigame_101300_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140002, 'Nghhh...', 'snd_voi_minigame_101300', 2, 1013807, 9, 1, 0, 'snd_voi_minigame_101300_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140003, 'Goodness! So many!', 'snd_voi_minigame_101300', 3, 971013, 9, 1, 0, 'snd_voi_minigame_101300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140004, 'You did it!', 'snd_voi_minigame_101300', 4, 972013, 9, 1, 0, 'snd_voi_minigame_101300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140005, 'Ngh... How frustrating...', 'snd_voi_minigame_101300', 5, 1013011, 9, 1, 0, 'snd_voi_minigame_101300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140006, 'Goodness! So many!', 'snd_voi_minigame_101300', 3, 974013, 9, 1, 0, 'snd_voi_minigame_101300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140007, 'You did it!', 'snd_voi_minigame_101300', 4, 973013, 9, 1, 0, 'snd_voi_minigame_101300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140008, 'Hm, hm! ♪', 'snd_voi_minigame_101300', 6, 1013800, 9, 1, 0, 'snd_voi_minigame_101300_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140009, 'Geez...', 'snd_voi_minigame_101300', 7, 1013010, 9, 1, 0, 'snd_voi_minigame_101300_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140010, 'Heh.', 'snd_voi_minigame_101300', 8, 1013801, 9, 1, 0, 'snd_voi_minigame_101300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140011, 'Excellent!', 'snd_voi_minigame_101300', 9, 1013000, 9, 1, 0, 'snd_voi_minigame_101300_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140014, 'Nooo...', 'snd_voi_minigame_101300', 10, 1013802, 9, 1, 0, 'snd_voi_minigame_101300_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140015, 'Ugh...', 'snd_voi_minigame_101300', 11, 1013812, 9, 1, 0, 'snd_voi_minigame_101300_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140016, 'Hello?', 'snd_voi_minigame_101300', 12, 1013019, 9, 1, 0, 'snd_voi_minigame_101300_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140012, 'Okay!', 'snd_voi_minigame_101300', 13, 1013007, 9, 1, 0, 'snd_voi_minigame_101300_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140013, 'I can''t believe it!', 'snd_voi_minigame_101300', 14, 1013804, 9, 1, 0, 'snd_voi_minigame_101300_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140017, 'No!', 'snd_voi_minigame_101300', 15, 1013805, 9, 1, 0, 'snd_voi_minigame_101300_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 140018, 'Nooo...', 'snd_voi_minigame_101300', 16, 1013002, 9, 1, 0, 'snd_voi_minigame_101300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 40000, 'Here I come... Prepare yourself!', 'snd_voi_race_101301', 2, 0, 3, 1, 0, 'snd_voi_race_101301_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 40001, 'Hmph. So the time has come. Here I go!', 'snd_voi_race_101301', 3, 0, 3, 1, 0, 'snd_voi_race_101301_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 30004, 'Cheers of celebration... You have my gratitude.', 'snd_voi_race_101301', 0, 0, 3, 1, 0, 'snd_voi_race_101301_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 30005, 'Hehe... Ahem. There was little doubt.', 'snd_voi_race_101300', 8, 0, 3, 1, 0, 'snd_voi_race_101300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 31000, 'I shall be victorious!', 'snd_voi_race_101300', 9, 0, 3, 1, 0, 'snd_voi_race_101300_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 13, 'Here''s today''s login bonus.', 'snd_voi_title_101300', 4, 2001, 1, 1, 0, 'snd_voi_title_101300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 15, 'And this is tomorrow''s, I believe. ♪', 'snd_voi_title_101300', 5, 8002, 1, 1, 0, 'snd_voi_title_101300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 110000, 'Let us learn from each other and climb higher.', 'snd_voi_home_101300', 21, 1, 1, 1, 0, 'snd_voi_home_101300_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 110001, 'History is but a collection of countless memories.', 'snd_voi_home_101300', 22, 0, 1, 1, 0, 'snd_voi_home_101300_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 110002, 'Are you considering entering a race?', 'snd_voi_home_101300', 23, 0, 1, 1, 0, 'snd_voi_home_101300_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 10021, 'Oh my, it seems your Umamusume Archive has leveled up.', 'snd_voi_home_101300', 24, 8001, 1, 1, 0, 'snd_voi_home_101300_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 20051, 'I''m feeling quite good! I''m ready to go!', 'snd_voi_training_101300', 65, 1009, 2, 1, 0, 'snd_voi_training_101300_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70000, 'Let us walk down the path of dreams.', 'snd_voi_outgame_101300', 3, 0, 7, 1, 0, 'snd_voi_outgame_101300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95005, 'I can be of even greater help to you now.', 'snd_voi_outgame_101300', 4, 0, 7, 1, 0, 'snd_voi_outgame_101300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95006, 'I shall hold nothing back!', 'snd_voi_outgame_101300', 5, 0, 7, 1, 0, 'snd_voi_outgame_101300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70004, 'My grandmother wore these clothes... It is no wonder I can hold my head high.', 'snd_voi_outgame_101300', 16, 2001, 7, 1, 0, 'snd_voi_outgame_101300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70010, 'I-I don''t have any candy in my pockets!', 'snd_voi_outgame_101300', 17, 1013012, 7, 1, 0, 'snd_voi_outgame_101300_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70008, 'I know how to pull off a frilly outfit! ♪', 'snd_voi_outgame_101300', 20, 1013006, 7, 1, 0, 'snd_voi_outgame_101300_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70014, 'My only qualm with this outfit is... the waist.', 'snd_voi_outgame_101300', 21, 1013011, 7, 1, 0, 'snd_voi_outgame_101300_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70009, 'I shall demonstrate the superiority of my running.', 'snd_voi_outgame_101300', 22, 1013007, 7, 1, 0, 'snd_voi_outgame_101300_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70015, 'My pride as a Mejiro. My duty. My resolve... They make me stronger.', 'snd_voi_outgame_101300', 23, 1013017, 7, 1, 0, 'snd_voi_outgame_101300_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71004, 'My grandmother wore these clothes... It is no wonder I can hold my head high.', 'snd_voi_outgame_101300', 16, 48, 7, 0, 0, 'snd_voi_outgame_101300_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71010, 'I-I don''t have any candy in my pockets!', 'snd_voi_outgame_101300', 17, 49, 7, 0, 0, 'snd_voi_outgame_101300_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71008, 'I know how to pull off a frilly outfit! ♪', 'snd_voi_outgame_101300', 20, 35, 7, 0, 0, 'snd_voi_outgame_101300_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71014, 'My only qualm with this outfit is... the waist.', 'snd_voi_outgame_101300', 21, 148, 7, 0, 0, 'snd_voi_outgame_101300_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71009, 'I shall demonstrate the superiority of my running.', 'snd_voi_outgame_101300', 22, 18, 7, 0, 0, 'snd_voi_outgame_101300_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71015, 'My pride as a Mejiro. My duty. My resolve... They make me stronger.', 'snd_voi_outgame_101300', 23, 28, 7, 0, 0, 'snd_voi_outgame_101300_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 2030, 'We must be compete courageously.', 'snd_voi_teamst_101300', 0, 990021, 10, 1, 0, 'snd_voi_teamst_101300_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 2031, 'Let us win with our combined strength!', 'snd_voi_teamst_st_101300_0000', 0, 2009, 10, 1, 0, 'snd_voi_teamst_st_101300_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 2032, 'Trainer, you have my deepest thanks.', 'snd_voi_training_101300', 64, 1013001, 10, 1, 0, 'snd_voi_training_101300_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 2033, 'I have no problems to report. I''m ready to run at any time.', 'snd_voi_training_101300', 19, 1013006, 10, 1, 0, 'snd_voi_training_101300_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 2034, 'I shall demonstrate the fruits of my training and secure victory for certain!', 'snd_voi_training_101300', 16, 2009, 10, 1, 0, 'snd_voi_training_101300_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 2035, 'Trainer, you have my deepest thanks.', 'snd_voi_training_101300', 64, 1013001, 10, 0, 0, 'snd_voi_training_101300_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90010, 'There''s nothing quite like the morning air. It''s so refreshing, I feel I can focus on anything.', 'snd_voi_home_101302', 0, 5001, 1, 1, 0, 'snd_voi_home_101302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90011, 'No matter how early I wake, there''s always someone already practicing. Tracen Academy is truly impressive.', 'snd_voi_home_101302', 1, 4009, 1, 1, 0, 'snd_voi_home_101302_0001', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90012, 'How about some afternoon tea? I shall treat you in the Mejiro way.', 'snd_voi_home_101302', 2, 1013006, 1, 1, 0, 'snd_voi_home_101302_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90013, 'Teio left for the track straight after lunch... I won''t let her get ahead of me.', 'snd_voi_home_101302', 3, 2009, 1, 1, 0, 'snd_voi_home_101302_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90014, 'You are always working late. I must learn from your example.', 'snd_voi_home_101302', 4, 1013006, 1, 1, 0, 'snd_voi_home_101302_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90015, 'I always put on flower-scented hand cream before bed. I feel like it helps me have sweet dreams.', 'snd_voi_home_101302', 5, 1013001, 1, 1, 0, 'snd_voi_home_101302_0005', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90016, 'Spring arrives, with all its blossoms... They inspire me to stand a little taller.', 'snd_voi_home_101302', 6, 1013006, 1, 1, 0, 'snd_voi_home_101302_0006', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90017, 'The season of many-a-shower is upon us... Its ill effects on the track are quite troublesome, however.', 'snd_voi_home_101302', 7, 1013003, 1, 1, 0, 'snd_voi_home_101302_0007', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90018, 'I yearn for the Mejiro estate''s hot springs when it gets chilly. One can admire the fall leaves from the open-air bath at this time of year.', 'snd_voi_home_101302', 8, 5001, 1, 1, 0, 'snd_voi_home_101302_0008', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 90019, 'Hm-hmm! ♪ A hot lemon drink with just a dash of honey is wonderful when it''s cold! ♪', 'snd_voi_home_101302', 9, 1013000, 1, 1, 0, 'snd_voi_home_101302_0009', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91016, 'Ikuno is more passionate than she seems. She spoke well into the night when I sought her advice for maintaining health...', 'snd_voi_home_101302', 10, 10001, 1, 1, 0, 'snd_voi_home_101302_0010', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91017, 'The Mejiro family often seeks Palmer out for advice when in need. We are all saved by her bright energy and joy.', 'snd_voi_home_101302', 11, 1013001, 1, 1, 0, 'snd_voi_home_101302_0011', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91018, 'I sometimes have trouble understanding what Helios means. Why does she say "thanks, fam" when we are not related?', 'snd_voi_home_101302', 12, 1013009, 1, 1, 0, 'snd_voi_home_101302_0012', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91019, 'Rice offered me her assistance while I was looking for a handkerchief I had dropped. She is so very kind.', 'snd_voi_home_101302', 13, 1013006, 1, 1, 0, 'snd_voi_home_101302_0013', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91020, 'Teio appeared to be rather unenergetic. Perhaps I shall introduce her to the Mejiro family doctor.', 'snd_voi_home_101302', 14, 1013003, 1, 1, 0, 'snd_voi_home_101302_0014', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91028, 'I feel as though I can reach for greater heights in this outfit.', 'snd_voi_home_101302', 15, 2002, 1, 1, 0, 'snd_voi_home_101302_0015', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91029, 'My new racewear also serves to express the expectations of others. I must run so as to not bring shame to those who support me.', 'snd_voi_home_101302', 16, 4003, 1, 1, 0, 'snd_voi_home_101302_0016', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91021, 'That wretched Teio! She had the nerve to eat a piece of toast covered in cheese in front of me this morning! I will not be tempted!', 'snd_voi_home_101302', 17, 1013002, 1, 1, 0, 'snd_voi_home_101302_0017', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91022, 'Oh, a cloud shaped like a carrot... Hehe, how lovely.', 'snd_voi_home_101302', 18, 5002, 1, 1, 0, 'snd_voi_home_101302_0018', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91023, 'I must call my parents soon. They''re quick to worry if I don''t contact them regularly.', 'snd_voi_home_101302', 19, 1013006, 1, 1, 0, 'snd_voi_home_101302_0019', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91024, 'There''s a large pond in the Mejiro estate garden. I''ve often watched as cherry blossoms fall onto the water''s surface there.', 'snd_voi_home_101302', 20, 8001, 1, 1, 0, 'snd_voi_home_101302_0020', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91025, 'There are night games around this time of—no! A Mejiro must not get up to such shenanigans!', 'snd_voi_home_101302', 21, 1013011, 1, 1, 0, 'snd_voi_home_101302_0021', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91026, 'I feel we drift deeper into fall the more the leaves change colors. How swiftly the seasons change...', 'snd_voi_home_101302', 22, 1013001, 1, 1, 0, 'snd_voi_home_101302_0022', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 91027, 'When I was a child, I would clasp my gloves to a brooch to keep them as a pair, as I would lose one on occasion...', 'snd_voi_home_101302', 23, 1013010, 1, 1, 0, 'snd_voi_home_101302_0023', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92015, 'I hope you will continue guiding me toward my ideals today.', 'snd_voi_training_101302', 0, 2009, 2, 1, 0, 'snd_voi_training_101302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92016, 'I am sure you know exactly what kind of training will make the most of my strengths, no?', 'snd_voi_training_101302', 1, 1013006, 2, 1, 0, 'snd_voi_training_101302_0001', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92017, 'Strong and elegant, like a waterfowl.', 'snd_voi_training_101302', 2, 4009, 2, 1, 0, 'snd_voi_training_101302_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92018, 'Let us spread our wings toward victory.', 'snd_voi_training_101302', 3, 10001, 2, 1, 0, 'snd_voi_training_101302_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92020, 'This place holds the potential to foster many friendly rivalries with the other racers. I must cherish this unique opportunity.', 'snd_voi_training_101302', 5, 1013006, 2, 1, 0, 'snd_voi_training_101302_0005', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92021, 'I strive to always be as calm as serene waters.', 'snd_voi_training_101302', 6, 5001, 2, 1, 0, 'snd_voi_training_101302_0006', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 92022, 'Let us discover what lies in the unknown future, together.', 'snd_voi_training_101302', 7, 1013001, 2, 1, 0, 'snd_voi_training_101302_0007', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 93004, 'The highest glory and gratitude are my gifts to you.', 'snd_voi_training_101302', 8, 0, 2, 1, 0, 'snd_voi_training_101302_0008', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 93005, 'My pride... is to be shared with you.', 'snd_voi_training_101302', 9, 0, 2, 1, 0, 'snd_voi_training_101302_0009', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95007, 'Toward the heavens!', 'snd_voi_outgame_101302', 0, 1013006, 7, 1, 0, 'snd_voi_outgame_101302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95008, 'To the ends of the sky!', 'snd_voi_outgame_101302', 1, 1013007, 7, 1, 0, 'snd_voi_outgame_101302_0001', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95010, 'I am Mejiro McQueen, and I shall race toward the skies.', 'snd_voi_outgame_101302', 3, 2001, 7, 1, 0, 'snd_voi_outgame_101302_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70016, 'An elegant and light outfit, don''t you think?', 'snd_voi_outgame_101300', 24, 1013006, 7, 1, 0, 'snd_voi_outgame_101300_0024', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70017, 'I feel as though I can race to the ends of the sky.', 'snd_voi_outgame_101300', 25, 1013001, 7, 1, 0, 'snd_voi_outgame_101300_0025', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71016, 'An elegant and light outfit, don''t you think?', 'snd_voi_outgame_101300', 24, 18, 7, 0, 0, 'snd_voi_outgame_101300_0024', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71017, 'I feel as though I can race to the ends of the sky.', 'snd_voi_outgame_101300', 25, 28, 7, 0, 0, 'snd_voi_outgame_101300_0025', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 95009, 'I shall advance to the distant, endless future!', 'snd_voi_gacha_101302', 0, 0, 7, 1, 0, 'snd_voi_gacha_101302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 40003, 'I shall spread my wings!', 'snd_voi_race_101302', 2, 0, 3, 1, 0, 'snd_voi_race_101302_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 40004, 'With these wings of mine, I shall soar higher and higher!', 'snd_voi_race_101302', 3, 0, 3, 1, 0, 'snd_voi_race_101302_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 30006, 'I have risen to the heavens and won!', 'snd_voi_race_101302', 0, 0, 3, 1, 0, 'snd_voi_race_101302_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 30007, 'Hehe... Ahem. There was little doubt.', 'snd_voi_race_101300', 8, 0, 3, 1, 0, 'snd_voi_race_101300_0008', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 400001, 'Even if a new wind takes hold, I will not release my grasp on victory.', 'snd_voi_event_090003', 1, 4009, 7, 1, 0, 'snd_voi_event_090003_0001', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 81000, 'I will happily take on the challenge.', 'snd_voi_outgame_101300', 13, 1013006, 7, 1, 0, 'snd_voi_outgame_101300_0013', 0, 0, 0, 1623931200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 81001, 'I will never back down... I shall live up to my family name!', 'snd_voi_outgame_101300', 14, 1013002, 7, 1, 0, 'snd_voi_outgame_101300_0014', 0, 0, 0, 1623931200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70018, 'Wonderful.', 'snd_voi_outgame_101300', 26, 1013001, 7, 1, 0, 'snd_voi_outgame_101300_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 70019, 'I shall show you the true strength of the Mejiro family!', 'snd_voi_outgame_101300', 27, 8009, 7, 1, 0, 'snd_voi_outgame_101300_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71018, 'Wonderful.', 'snd_voi_outgame_101300', 26, 48, 7, 0, 0, 'snd_voi_outgame_101300_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1013, 71019, 'I shall show you the true strength of the Mejiro family!', 'snd_voi_outgame_101300', 27, 35, 7, 0, 0, 'snd_voi_outgame_101300_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 11, 'Cygames', 'snd_voi_title_101400', 0, 0, 0, 1, 0, 'snd_voi_title_101400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_101400', 1, 0, 0, 1, 0, 'snd_voi_title_101400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10000, 'She''s the fastest, the greatest—the world''s strongest racer! And... she''s your Trainee Umamusume! Rumblin'' onto the stage—it''s El Condor Pasa!', 'snd_voi_home_101400', 0, 2009, 1, 1, 0, 'snd_voi_home_101400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10001, 'Trainer! Let''s make sure we soar onto the world stage! Startin'' with a hundred laps of running!', 'snd_voi_home_101400', 1, 1014007, 1, 1, 0, 'snd_voi_home_101400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10002, 'Make sure to take good care of yourself! The world''s strongest racer needs the world''s best amigo!', 'snd_voi_home_101400', 2, 1014006, 1, 1, 0, 'snd_voi_home_101400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10003, 'I wrote my first calligraphy of the year with Grass earlier. Japanese brushes are so hard to use!', 'snd_voi_home_101400', 3, 1014019, 1, 1, 0, 'snd_voi_home_101400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10004, 'Happy Valentine''s Day! I''ll bring you chocolates later as thanks for everything you do for me!', 'snd_voi_home_101400', 4, 8000, 1, 1, 0, 'snd_voi_home_101400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10005, 'Here you go! Spiced chocolates filled with homemade sauce. It''s even got my papa''s stamp of approval. You''re the first non-family member to have some!', 'snd_voi_home_101400', 5, 1014016, 1, 1, 0, 'snd_voi_home_101400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10006, 'Have you already written your Tanabata wish slip? Mine is done, complete—fabuloso! Let''s realize our dream of becoming the strongest in the world!', 'snd_voi_home_101400', 6, 1014006, 1, 1, 0, 'snd_voi_home_101400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10007, 'Happy Halloween, amigo! As a palate cleanser to all of those sweet candies, how about some of my special jalapeno tacos?', 'snd_voi_home_101400', 7, 1014016, 1, 1, 0, 'snd_voi_home_101400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10008, 'My papa used to dress up as Santa back in the day. That''s right, he was the mysterious masked wrestler: Santa Enmascarado!', 'snd_voi_home_101400', 8, 1014001, 1, 1, 0, 'snd_voi_home_101400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10009, 'A gorgeous, extravagant tree! Let''s put the star on top together!', 'snd_voi_home_101400', 9, 2001, 1, 1, 0, 'snd_voi_home_101400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10010, 'It''s almost that time of the year. Y''know, for New Year''s pro wrestling! I''m so excited right now that I can''t sit still!', 'snd_voi_home_101400', 10, 1014000, 1, 1, 0, 'snd_voi_home_101400_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10011, 'Happy birthday! I''ll treat you to some of my special hot-and-spicy chicken at the cafeteria!', 'snd_voi_home_101400', 11, 1014001, 1, 1, 0, 'snd_voi_home_101400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10012, 'Trainer! I hope you have a bueno, super—extremo day!', 'snd_voi_home_101400', 12, 2009, 1, 1, 0, 'snd_voi_home_101400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10013, 'Gracias for celebrating with me! Let''s etch our names in history as the world''s strongest tag team!', 'snd_voi_home_101400', 13, 1014000, 1, 1, 0, 'snd_voi_home_101400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10014, 'My mama and papa called to wish me a happy birthday—wanna talk to them too? You''re my special tag-team partner, after all!', 'snd_voi_home_101400', 14, 1014812, 1, 1, 0, 'snd_voi_home_101400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10015, 'Looks like there''s a new notice, amigo! Let''s check it out together!', 'snd_voi_home_101400', 15, 1014007, 1, 1, 0, 'snd_voi_home_101400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10016, 'You''ve got a present waitin'' for you! I can''t wait to see what you got!', 'snd_voi_home_101400', 16, 9002, 1, 1, 0, 'snd_voi_home_101400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10017, 'Bueno! You completed a mission!', 'snd_voi_home_101400', 17, 1014007, 1, 1, 0, 'snd_voi_home_101400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10018, 'There''s a match—I mean, an event coming up soon!', 'snd_voi_home_101400', 18, 1014006, 1, 1, 0, 'snd_voi_home_101400_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10019, 'There''s an event goin'' on right now! We just gotta join in!', 'snd_voi_home_101400', 19, 2009, 1, 1, 0, 'snd_voi_home_101400_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20000, 'Ugh, I''m off my game today... My heart is burning like the sun, yet my running lacks oomph!', 'snd_voi_training_101400', 0, 1014810, 2, 1, 0, 'snd_voi_training_101400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20001, 'I wanna run more, but my legs just won''t move! I should rest for a bit and prepare for next time!', 'snd_voi_training_101400', 1, 1014811, 2, 1, 0, 'snd_voi_training_101400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20002, 'I''m feelin'' bueno, excelente—fabulosa! Trainer, give me the hardest training you''ve got!', 'snd_voi_training_101400', 2, 1014007, 2, 1, 0, 'snd_voi_training_101400_0002', 0, 2009, 3300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20003, 'My motivation''s fully charged! Let''s show everyone how the world''s strongest Umamusume runs!', 'snd_voi_training_101400', 3, 2002, 2, 1, 0, 'snd_voi_training_101400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20004, 'Let''s get training already! The track, my shoes, and I are ready to go! Vamos!', 'snd_voi_training_101400', 4, 1014007, 2, 1, 0, 'snd_voi_training_101400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20005, 'I''m on fire! Gimme some training so hot I''ll get first-degree burns!', 'snd_voi_training_101400', 5, 1014001, 2, 1, 0, 'snd_voi_training_101400_0005', 0, 1014000, 1700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20006, 'Making her way into the ring—it''s El Condor Pasa! What''ve you got in store for me today?', 'snd_voi_training_101400', 6, 2001, 2, 1, 0, 'snd_voi_training_101400_0006', 0, 1014007, 4100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20007, 'Okay, let''s get fired up, pumped up—blazing! It''s time for training!', 'snd_voi_training_101400', 7, 1014006, 2, 1, 0, 'snd_voi_training_101400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20008, 'My body feels a little heavy, but I''m sure I can still fly!', 'snd_voi_training_101400', 8, 1014018, 2, 1, 0, 'snd_voi_training_101400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20009, 'I kinda feel like I''m lacking focus... Wait, do I not have enough energy?!', 'snd_voi_training_101400', 9, 1014811, 2, 1, 0, 'snd_voi_training_101400_0009', 0, 1014014, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20010, 'I don''t think I''m in good shape... Th-there''s no way I can show my face to Papa like this!', 'snd_voi_training_101400', 10, 1014811, 2, 1, 0, 'snd_voi_training_101400_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20011, 'Has my body always been so stiff?! What''s wrong with it?', 'snd_voi_training_101400', 11, 1014809, 2, 1, 0, 'snd_voi_training_101400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20021, 'You want me to enter another race? I dunno if I''ll be able to take flight... N-no, if I''m entering, I''m racing to win!', 'snd_voi_training_101400', 12, 9007, 2, 1, 0, 'snd_voi_training_101400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20022, 'Another race? Don''t you know that condors need to rest their wings sometimes too?', 'snd_voi_training_101400', 13, 1014814, 2, 1, 0, 'snd_voi_training_101400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20023, 'It''s time for the big race! I''m all fired up! Let''s go, Trainer!', 'snd_voi_training_101400', 14, 1014000, 2, 1, 0, 'snd_voi_training_101400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20024, 'I''m perfecto! I can cut through the air like a condor right now!', 'snd_voi_training_101400', 15, 2002, 2, 1, 0, 'snd_voi_training_101400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20025, 'El Condor Pasa—in the ring and raring to go! Let''s show everyone how the world''s strongest Umamusume runs!', 'snd_voi_training_101400', 16, 2009, 2, 1, 0, 'snd_voi_training_101400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20026, 'Stretches are done, and the shoes are on! I feel like I can run faster than usual!', 'snd_voi_training_101400', 17, 1014001, 2, 1, 0, 'snd_voi_training_101400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20027, 'Well then, time for me to fly gloriously across the turf!', 'snd_voi_training_101400', 18, 1014016, 2, 1, 0, 'snd_voi_training_101400_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20028, 'My body feels light today! I''m gonna soar higher than ever!', 'snd_voi_training_101400', 19, 1014007, 2, 1, 0, 'snd_voi_training_101400_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20029, 'Okay, it''s race time! I''ve done all I can, so all that''s left is to win!', 'snd_voi_training_101400', 20, 1014006, 2, 1, 0, 'snd_voi_training_101400_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20030, 'If I can put in as much power as I usually do, then there''s no way I''ll lose!', 'snd_voi_training_101400', 21, 1014000, 2, 1, 0, 'snd_voi_training_101400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20031, 'This is an important race, so I''m gonna zoom with all I''ve got!', 'snd_voi_training_101400', 22, 2000, 2, 1, 0, 'snd_voi_training_101400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20032, 'You''ll never win if you give up before the race even starts! I''ll be okay—I''ve got the wings to fly!', 'snd_voi_training_101400', 23, 1014006, 2, 1, 0, 'snd_voi_training_101400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20033, 'Heh-heh-heh... Even if I''m not well-prepared, the world''s strongest racer will still win!', 'snd_voi_training_101400', 24, 1014017, 2, 1, 0, 'snd_voi_training_101400_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20034, 'I''m not feeling my best, but that makes no difference! I''ve still gotta win!', 'snd_voi_training_101400', 25, 1014018, 2, 1, 0, 'snd_voi_training_101400_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20035, 'I''m cornered and almost down for the count... This is when my fire burns the hottest! I''ll show you the power of El Condor Pasa!', 'snd_voi_training_101400', 26, 1014007, 2, 1, 0, 'snd_voi_training_101400_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20036, 'This is an important race, so I''m gonna do my best and run my own way!', 'snd_voi_training_101400', 27, 1014814, 2, 1, 0, 'snd_voi_training_101400_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20037, 'I might be a liiittle out of shape. B-but everything''s fine! And y''know why? Because I''m the strongest around!', 'snd_voi_training_101400', 28, 1014811, 2, 1, 0, 'snd_voi_training_101400_0028', 0, 1014010, 6700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20038, 'Heeeeere''s El!', 'snd_voi_training_101400', 29, 0, 2, 1, 0, 'snd_voi_training_101400_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20039, 'I''m off!', 'snd_voi_training_101400', 30, 0, 2, 1, 0, 'snd_voi_training_101400_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20040, 'It''s practice time!', 'snd_voi_training_101400', 31, 0, 2, 1, 0, 'snd_voi_training_101400_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20041, 'I''m gonna get real smart!', 'snd_voi_training_101400', 32, 0, 2, 1, 0, 'snd_voi_training_101400_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20042, 'Por qué?!', 'snd_voi_training_101400', 33, 0, 2, 1, 0, 'snd_voi_training_101400_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20043, 'I don''t understand!', 'snd_voi_training_101400', 34, 0, 2, 1, 0, 'snd_voi_training_101400_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20046, 'Let''s go!', 'snd_voi_training_101400', 37, 0, 2, 1, 0, 'snd_voi_training_101400_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20047, 'Feel the sea breeze!', 'snd_voi_training_101400', 38, 0, 2, 1, 0, 'snd_voi_training_101400_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20049, 'Come rain, hail, or shine—be grateful and gracious!', 'snd_voi_training_101400', 63, 0, 2, 1, 0, 'snd_voi_training_101400_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20050, 'Muchas gracias!', 'snd_voi_training_101400', 64, 0, 2, 1, 0, 'snd_voi_training_101400_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 30000, 'Just a little more! I''m still not satisfied!', 'snd_voi_race_101400', 0, 0, 3, 1, 0, 'snd_voi_race_101400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 30001, 'Talk about gut-wrenching! I will win next time!', 'snd_voi_race_101400', 1, 0, 3, 1, 0, 'snd_voi_race_101400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 30002, 'Faster... I''m gonna get even faster!', 'snd_voi_race_101400', 2, 0, 3, 1, 0, 'snd_voi_race_101400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 30003, 'I''m still nowhere near being the world''s strongest!', 'snd_voi_race_101400', 3, 0, 3, 1, 0, 'snd_voi_race_101400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 60000, 'I''ll give you the strongest performance you''ve ever seen!', 'snd_voi_live_101400', 0, 0, 4, 1, 0, 'snd_voi_live_101400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 60001, 'No one comes close to me on turf or onstage!', 'snd_voi_live_101400', 1, 0, 4, 1, 0, 'snd_voi_live_101400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70001, 'Trainer! I''m so moved by your words, your fire—your passion!', 'snd_voi_outgame_101400', 1, 1014007, 7, 1, 0, 'snd_voi_outgame_101400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90000, 'I''m up early, at school—nothing can stop me! Buenos díaaas! Ahhh, what a beautiful breeze this morning!', 'snd_voi_home_101401', 0, 1014000, 1, 1, 0, 'snd_voi_home_101401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90001, 'Okay, let''s shout our greetings towards the blazing sun to start the day! Bueeenos díaaas!', 'snd_voi_home_101401', 1, 1014007, 1, 1, 0, 'snd_voi_home_101401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90002, 'Have you already had lunch? If you haven''t, help yourself to some of my special chili-pepper-filled red tortillas!', 'snd_voi_home_101401', 2, 1014018, 1, 1, 0, 'snd_voi_home_101401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90003, 'Buenas tardes! As the world''s strongest, I''ll tackle any training you''ve got for me today!', 'snd_voi_home_101401', 3, 1014001, 1, 1, 0, 'snd_voi_home_101401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90004, 'The sun may set, but it always rises again! The sun stocks up on power at night so it can burst into the ring again the next day!', 'snd_voi_home_101401', 4, 1014019, 1, 1, 0, 'snd_voi_home_101401_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90005, 'Qué? My homework? Tomorrow I have to submit uno, dos, tres... Grass! Where are you?!', 'snd_voi_home_101401', 5, 1014811, 1, 1, 0, 'snd_voi_home_101401_0005', 0, 1014005, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90006, 'Spring means cactus flowers! So I''ve placed some next to Grass''s vase. Talk about tasteful!', 'snd_voi_home_101401', 6, 1014019, 1, 1, 0, 'snd_voi_home_101401_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90007, 'Hotter than a heatwave and faster than fiery winds! El Condor Pasa''s mighty legs will take her to the far reaches of the summer sky!', 'snd_voi_home_101401', 7, 2009, 1, 1, 0, 'snd_voi_home_101401_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90008, 'Lately, the days have been getting shorter. Buuuuut! The condor shall fly, even in the darkness!', 'snd_voi_home_101401', 8, 1014019, 1, 1, 0, 'snd_voi_home_101401_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90009, 'Japanese kotatsu heaters are dangerous. Once you slip in, you can never escape. It''s like a deathmatch against an evil antlion!', 'snd_voi_home_101401', 9, 2003, 1, 1, 0, 'snd_voi_home_101401_0009', 0, 1014003, 5100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91000, 'If I wanna prove myself as the world''s strongest, then I gotta beat Suzuka first! I''ll make sure I send her flying out of the ring!', 'snd_voi_home_101401', 10, 1014007, 1, 1, 0, 'snd_voi_home_101401_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91001, 'The meat Taiki serves at her barbecues is always huge, juicy—delicious! It reminds me of home in the States!', 'snd_voi_home_101401', 11, 1014000, 1, 1, 0, 'snd_voi_home_101401_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91002, 'Trainer, did you see the pro wrestling match on TV yesterday?! That mid-air finisher at the end was bueno!', 'snd_voi_home_101401', 12, 1014007, 1, 1, 0, 'snd_voi_home_101401_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91003, 'Papa passed this mask down to me. It''s the burning passion within it that''s made me the world''s strongest racer!', 'snd_voi_home_101401', 13, 1014001, 1, 1, 0, 'snd_voi_home_101401_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91004, 'Japanese, English, and Spanish... You need to be multilingual to race around the world! I''m currently studying French!', 'snd_voi_home_101401', 14, 1014006, 1, 1, 0, 'snd_voi_home_101401_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91005, 'A masked Umamusume who appears onstage with a fluttering dance in her gorgeous garb—it''s El Condor Pasa!', 'snd_voi_home_101401', 15, 2009, 1, 1, 0, 'snd_voi_home_101401_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91006, 'You think it''d be possible to set up a rope on the concert stage so I could pull off some aerial techniques?!', 'snd_voi_home_101401', 16, 1014018, 1, 1, 0, 'snd_voi_home_101401_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91007, 'I''ve got an outfit that can shine all over the world! Now all I have to do is perfect my winning running technique!', 'snd_voi_home_101401', 17, 1014007, 1, 1, 0, 'snd_voi_home_101401_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91008, 'Nothing''s impossible for me! I''m gonna use these bright red wings to fly across the sea!', 'snd_voi_home_101401', 18, 2009, 1, 1, 0, 'snd_voi_home_101401_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91009, 'I was doing my morning practice until just now... Ack, it''s almost starting time! I haven''t trained enough yet!', 'snd_voi_home_101401', 19, 1014814, 1, 1, 0, 'snd_voi_home_101401_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91010, 'Wanna give my handgrips a squeeze? I got them custom-made, so they''re pretty tough!', 'snd_voi_home_101401', 20, 1014018, 1, 1, 0, 'snd_voi_home_101401_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91011, 'Yaaawn... I may be the strongest, but I can''t win against the sleepies. I''ll sleep now to recharge for tomorrow!', 'snd_voi_home_101401', 21, 1014815, 1, 1, 0, 'snd_voi_home_101401_0021', 0, 1014018, 2800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91012, 'I love how the breeze feels in the spring! I feel like I could pull off an impressive body slam if I rode it up into the air!', 'snd_voi_home_101401', 22, 1014006, 1, 1, 0, 'snd_voi_home_101401_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91013, 'It''s hot... Way too hot! Which means we need some hot food! Food to get your body and soul all caliente! So hot that fire feels cool!', 'snd_voi_home_101401', 23, 1014004, 1, 1, 0, 'snd_voi_home_101401_0023', 0, 2001, 3100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91014, 'Matsutake mushroom rice is only around in the fall, so Spe and I had a rock-paper-scissors match for the last one. And the winner was... El!', 'snd_voi_home_101401', 24, 1014017, 1, 1, 0, 'snd_voi_home_101401_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91015, 'Even if I run with passion as hot as the sun, I still feel cold in winter... Qué misterio!', 'snd_voi_home_101401', 25, 1014003, 1, 1, 0, 'snd_voi_home_101401_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92000, 'Vamos! It''s time for training!', 'snd_voi_training_101401', 0, 2009, 2, 1, 0, 'snd_voi_training_101401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92001, 'I''m perfecta! Ready for training whenever!', 'snd_voi_training_101401', 2, 1014017, 2, 1, 0, 'snd_voi_training_101401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92002, 'Trainer! Give me your instructions!', 'snd_voi_training_101401', 3, 9009, 2, 1, 0, 'snd_voi_training_101401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92003, 'I''m ready to take flight!', 'snd_voi_training_101401', 4, 1014007, 2, 1, 0, 'snd_voi_training_101401_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92011, 'Tough, rough—never enough! That''s the kind of training I want!', 'snd_voi_training_101401', 1, 1014007, 2, 1, 0, 'snd_voi_training_101401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92005, 'Let''s get in some extremo training so that I can become the strongest in the world!', 'snd_voi_training_101401', 5, 1014018, 2, 1, 0, 'snd_voi_training_101401_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92006, 'I don''t intend to lose to anyone! That''s why we shouldn''t hold anything back!', 'snd_voi_training_101401', 6, 1014007, 2, 1, 0, 'snd_voi_training_101401_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92007, 'She''s the strongest, she''s invincible—she''s El Condor Pasa! Soaring high every day!', 'snd_voi_training_101401', 7, 2009, 2, 1, 0, 'snd_voi_training_101401_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 93000, 'We''ve become the strongest tag team around!', 'snd_voi_training_101401', 8, 0, 2, 1, 0, 'snd_voi_training_101401_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 93001, 'I''m a step closer to becoming the world''s strongest racer!', 'snd_voi_training_101401', 9, 0, 2, 1, 0, 'snd_voi_training_101401_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95000, 'Oooooh! My body is burnin'' up!', 'snd_voi_outgame_101401', 0, 2001, 7, 1, 0, 'snd_voi_outgame_101401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95001, 'One step closer to being the world champ!', 'snd_voi_outgame_101401', 1, 2001, 7, 1, 0, 'snd_voi_outgame_101401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95003, 'I''m El Condor Pasa! Nice to meet ya!', 'snd_voi_outgame_101401', 3, 1014007, 7, 1, 0, 'snd_voi_outgame_101401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1008, 'Friendship, unity—victoryyyyy!', 'snd_voi_teamst_st_101400_0000', 0, 4009, 8, 1, 0, 'snd_voi_teamst_st_101400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1035, 'Are you ready?!', 'snd_voi_teamst_st_101400_1010', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_101400_1010_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1036, 'Let''s go, Sei!', 'snd_voi_teamst_st_101400_1020', 0, 1014016, 8, 1, 0, 'snd_voi_teamst_st_101400_1020_00', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1000, 'And we''re off!', 'snd_voi_teamst_101400', 0, 990021, 8, 1, 0, 'snd_voi_teamst_101400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1001, 'Victoria!', 'snd_voi_teamst_101400', 1, 0, 8, 1, 0, 'snd_voi_teamst_101400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1003, 'That was a burnin''-hot match!', 'snd_voi_teamst_101400', 2, 0, 8, 1, 0, 'snd_voi_teamst_101400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1002, 'Not like thiiis!', 'snd_voi_teamst_101400', 3, 0, 8, 1, 0, 'snd_voi_teamst_101400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1004, 'We did it! We won!', 'snd_voi_teamst_101400', 4, 1014000, 8, 1, 0, 'snd_voi_teamst_101400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1007, 'A new high score!', 'snd_voi_teamst_101400', 5, 1014016, 8, 1, 0, 'snd_voi_teamst_101400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1006, 'That was a burnin''-hot match!', 'snd_voi_teamst_101400', 2, 2009, 8, 1, 0, 'snd_voi_teamst_101400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 1005, 'Not like thiiis!', 'snd_voi_teamst_101400', 3, 1014005, 8, 1, 0, 'snd_voi_teamst_101400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 120000, 'I could burst with energy!', 'snd_voi_outgame_101400', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140000, 'Let''s do our best!', 'snd_voi_minigame_101400', 0, 1014001, 9, 1, 0, 'snd_voi_minigame_101400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140001, 'Got it!', 'snd_voi_minigame_101400', 1, 1014007, 9, 1, 0, 'snd_voi_minigame_101400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140002, 'Awww, you lost it...', 'snd_voi_minigame_101400', 2, 1014015, 9, 1, 0, 'snd_voi_minigame_101400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140003, 'Success! Triunfo! A huge haul!', 'snd_voi_minigame_101400', 3, 971014, 9, 1, 0, 'snd_voi_minigame_101400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140004, 'Fantástico!', 'snd_voi_minigame_101400', 4, 972014, 9, 1, 0, 'snd_voi_minigame_101400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140005, 'Ugh, we failed...', 'snd_voi_minigame_101400', 5, 1014809, 9, 1, 0, 'snd_voi_minigame_101400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140006, 'Success! Triunfo! A huge haul!', 'snd_voi_minigame_101400', 3, 974014, 9, 1, 0, 'snd_voi_minigame_101400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140007, 'Fantástico!', 'snd_voi_minigame_101400', 4, 973014, 9, 1, 0, 'snd_voi_minigame_101400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140008, 'Ehehe!', 'snd_voi_minigame_101400', 6, 1014803, 9, 1, 0, 'snd_voi_minigame_101400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140009, 'Hmm-hm-hmm! ♪', 'snd_voi_minigame_101400', 7, 1014000, 9, 1, 0, 'snd_voi_minigame_101400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140010, 'Hmm...', 'snd_voi_minigame_101400', 8, 1014804, 9, 1, 0, 'snd_voi_minigame_101400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140011, 'Magnífico!', 'snd_voi_minigame_101400', 9, 1014805, 9, 1, 0, 'snd_voi_minigame_101400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140014, 'Ugaaagh!', 'snd_voi_minigame_101400', 10, 1014813, 9, 1, 0, 'snd_voi_minigame_101400_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140015, 'Hmm...', 'snd_voi_minigame_101400', 11, 1014009, 9, 1, 0, 'snd_voi_minigame_101400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140016, 'C''mon!', 'snd_voi_minigame_101400', 12, 1014000, 9, 1, 0, 'snd_voi_minigame_101400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140012, 'You did it!', 'snd_voi_minigame_101400', 13, 1014016, 9, 1, 0, 'snd_voi_minigame_101400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140013, 'Wow!', 'snd_voi_minigame_101400', 14, 1014806, 9, 1, 0, 'snd_voi_minigame_101400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140017, 'No way...', 'snd_voi_minigame_101400', 15, 1014816, 9, 1, 0, 'snd_voi_minigame_101400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 140018, 'Ngh...', 'snd_voi_minigame_101400', 16, 1014817, 9, 1, 0, 'snd_voi_minigame_101400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 40000, 'Now it''s my time to shine!', 'snd_voi_race_101401', 2, 0, 3, 1, 0, 'snd_voi_race_101401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 40001, 'Now it''s my time to shine!', 'snd_voi_race_101401', 2, 0, 3, 1, 0, 'snd_voi_race_101401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 40002, 'I''m red-hot serious!', 'snd_voi_race_101400', 6, 0, 3, 1, 0, 'snd_voi_race_101400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 30004, 'Yes! Victory! Knocked ''em outta the ring!', 'snd_voi_race_101401', 0, 0, 3, 1, 0, 'snd_voi_race_101401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 30005, 'Who''s the world''s strongest? It''s El Condor Pasa!', 'snd_voi_race_101400', 8, 0, 3, 1, 0, 'snd_voi_race_101400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 31000, 'Go, go!', 'snd_voi_race_101400', 9, 0, 3, 1, 0, 'snd_voi_race_101400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 13, 'Here''s your login bonus for today!', 'snd_voi_title_101400', 4, 2009, 1, 1, 0, 'snd_voi_title_101400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 15, 'You''ve got this comin'' to you tomorrow!', 'snd_voi_title_101400', 5, 8002, 1, 1, 0, 'snd_voi_title_101400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 110000, 'Perfect, powered-up, and ready for a fight?!', 'snd_voi_home_101400', 21, 0, 1, 1, 0, 'snd_voi_home_101400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 110001, 'It''s nice to look back on memories, too!', 'snd_voi_home_101400', 22, 0, 1, 1, 0, 'snd_voi_home_101400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 110002, 'Is there a race perfect for me?!', 'snd_voi_home_101400', 23, 0, 1, 1, 0, 'snd_voi_home_101400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 10021, 'Your Umamusume Archive has leveled uuuuup!', 'snd_voi_home_101400', 24, 8001, 1, 1, 0, 'snd_voi_home_101400_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 20051, 'Let''s do our best!', 'snd_voi_training_101400', 65, 1009, 2, 1, 0, 'snd_voi_training_101400_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70000, 'Let''s aim to be the strongest in the world!', 'snd_voi_outgame_101400', 3, 0, 7, 1, 0, 'snd_voi_outgame_101400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95005, 'I''ll support you!', 'snd_voi_outgame_101400', 4, 0, 7, 1, 0, 'snd_voi_outgame_101400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95006, 'I''m the best in the world when it comes to supporting people, too!', 'snd_voi_outgame_101400', 5, 0, 7, 1, 0, 'snd_voi_outgame_101400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70004, 'This uniform is so easy to move around in!', 'snd_voi_outgame_101400', 16, 3009, 7, 1, 0, 'snd_voi_outgame_101400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70010, 'Wearing clothes that I''m used to is so calming!', 'snd_voi_outgame_101400', 17, 1014000, 7, 1, 0, 'snd_voi_outgame_101400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70008, 'These frills are like the wings of a condor!', 'snd_voi_outgame_101400', 20, 1014016, 7, 1, 0, 'snd_voi_outgame_101400_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70014, 'We might as well dance while we''re at it!', 'snd_voi_outgame_101400', 21, 1014007, 7, 1, 0, 'snd_voi_outgame_101400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70009, 'I get all motivated when I wear this!', 'snd_voi_outgame_101400', 22, 10001, 7, 1, 0, 'snd_voi_outgame_101400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70015, 'Clothes fit for the world''s strongest racer!', 'snd_voi_outgame_101400', 23, 10001, 7, 1, 0, 'snd_voi_outgame_101400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71004, 'This uniform is so easy to move around in!', 'snd_voi_outgame_101400', 16, 22, 7, 0, 0, 'snd_voi_outgame_101400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71010, 'Wearing clothes that I''m used to is so calming!', 'snd_voi_outgame_101400', 17, 18, 7, 0, 0, 'snd_voi_outgame_101400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71008, 'These frills are like the wings of a condor!', 'snd_voi_outgame_101400', 20, 148, 7, 0, 0, 'snd_voi_outgame_101400_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71014, 'We might as well dance while we''re at it!', 'snd_voi_outgame_101400', 21, 23, 7, 0, 0, 'snd_voi_outgame_101400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71009, 'I get all motivated when I wear this!', 'snd_voi_outgame_101400', 22, 18, 7, 0, 0, 'snd_voi_outgame_101400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71015, 'Clothes fit for the world''s strongest racer!', 'snd_voi_outgame_101400', 23, 18, 7, 0, 0, 'snd_voi_outgame_101400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 2030, 'And we''re off!', 'snd_voi_teamst_101400', 0, 990021, 10, 1, 0, 'snd_voi_teamst_101400_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 2031, 'Friendship, unity—victoryyyyy!', 'snd_voi_teamst_st_101400_0000', 0, 4009, 10, 1, 0, 'snd_voi_teamst_st_101400_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 2032, 'Muchas gracias!', 'snd_voi_training_101400', 64, 1014000, 10, 1, 0, 'snd_voi_training_101400_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 2033, 'My body feels light today! I think I can soar with more energy than usual right now!', 'snd_voi_training_101400', 19, 1014007, 10, 1, 0, 'snd_voi_training_101400_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 2034, 'El Condor Pasa—in the ring and raring to go! Let''s show everyone the world''s best running!', 'snd_voi_training_101400', 16, 2009, 10, 1, 0, 'snd_voi_training_101400_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 2035, 'Muchas gracias!', 'snd_voi_training_101400', 64, 1014000, 10, 0, 0, 'snd_voi_training_101400_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 81000, 'She''s the world''s strongest and fastest! Your opponent is... El Condor Pasa!', 'snd_voi_outgame_101400', 13, 2009, 7, 1, 0, 'snd_voi_outgame_101400_0013', 0, 0, 0, 1615809600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 81001, 'We''re just getting started! The battle gong sounded not long ago!', 'snd_voi_outgame_101400', 14, 1014017, 7, 1, 0, 'snd_voi_outgame_101400_0014', 0, 0, 0, 1615809600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90010, 'Como estáaaaas! Whaddya say we do some martial arts training this morning? I''m bursting with energy!', 'snd_voi_home_101402', 0, 1014007, 1, 1, 0, 'snd_voi_home_101402_0000', 0, 2009, 2400, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90011, 'Oooooh! Smooth, sweet—sensational! I''m starting the day feeling all refreshed thanks to Grass''s massage!', 'snd_voi_home_101402', 1, 1014017, 1, 1, 0, 'snd_voi_home_101402_0001', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90012, 'What should we do during our lunch break? Whether we''re playing cards or dancing, I''ll take on any challenge!', 'snd_voi_home_101402', 2, 1014006, 1, 1, 0, 'snd_voi_home_101402_0002', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90013, 'I''m getting hungry... Let''s go to the second-hand shop—I mean, café to get some grub!', 'snd_voi_home_101402', 3, 1014010, 1, 1, 0, 'snd_voi_home_101402_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90014, 'Nighttime is when the monsters come out to play... But! All monsters are destined to be slain by me! Which means! It''s time for me to play!', 'snd_voi_home_101402', 4, 1014003, 1, 1, 0, 'snd_voi_home_101402_0004', 0, 1014007, 3100, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90015, 'Are you looking for a place to stay? The Tracen dorms are free of charge! Trainers can''t come in, though!', 'snd_voi_home_101402', 5, 1014007, 1, 1, 0, 'snd_voi_home_101402_0005', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90016, 'Spring is the season of new beginnings! The El-style Condor Martial Arts Academy is always accepting new disciples!', 'snd_voi_home_101402', 6, 1014016, 1, 1, 0, 'snd_voi_home_101402_0006', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90017, 'The hot days never end... So what you need is—shaved ice made by punching ice chunks! It helps with training too, so you''re killing two condors with one stone!', 'snd_voi_home_101402', 7, 1014004, 1, 1, 0, 'snd_voi_home_101402_0007', 0, 1014017, 2700, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90018, 'Hmph! How could these blazing crimson-red clothes of mine be pretty like fall leaves?! Grass just doesn''t get it!', 'snd_voi_home_101402', 8, 1014003, 1, 1, 0, 'snd_voi_home_101402_0008', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 90019, 'It''s not cold... It''s not! When I wear these clothes, the burning-hot fighting spirit makes me—achoo!', 'snd_voi_home_101402', 9, 1014008, 1, 1, 0, 'snd_voi_home_101402_0009', 0, 1014818, 8100, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91016, 'Biko''s eyes get all sparkly when I wear these clothes... It''s not like I''ve got anything to do with Carrot Ranger, though...', 'snd_voi_home_101402', 10, 1014009, 1, 1, 0, 'snd_voi_home_101402_0010', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91017, 'Exploration, discovery—adventure! The next time I go to Umanest, Spe and the others''ll be with me too!', 'snd_voi_home_101402', 11, 1014016, 1, 1, 0, 'snd_voi_home_101402_0011', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91018, 'RPGs are great and all, but let''s go for a fighting game next! I wanna meet others stronger than me!', 'snd_voi_home_101402', 12, 1014000, 1, 1, 0, 'snd_voi_home_101402_0012', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91019, 'King dropped by in the middle of my dance lesson to watch... My dance was awesome, wasn''t it?!', 'snd_voi_home_101402', 13, 1014004, 1, 1, 0, 'snd_voi_home_101402_0013', 0, 8007, 5200, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91020, 'Hmm, I can deal with orcs and goblins, but how do I put a wyvern in a joint lock?', 'snd_voi_home_101402', 14, 1014003, 1, 1, 0, 'snd_voi_home_101402_0014', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91028, 'The flames within me are burning with a bright-red fighting spirit! These clothes show my drive to never lose against anyone!', 'snd_voi_home_101402', 15, 2009, 1, 1, 0, 'snd_voi_home_101402_0015', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91029, 'Oooh, this is ultimo cool! Just wearing this sets my spirit ablaze with intense heat!', 'snd_voi_home_101402', 16, 1014007, 1, 1, 0, 'snd_voi_home_101402_0016', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91021, 'Start your morning by greeting the sun! The Condor Style teaches you to be the earliest to rise!', 'snd_voi_home_101402', 17, 1014017, 1, 1, 0, 'snd_voi_home_101402_0017', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91022, 'Grand meals are great, but sometimes I just want some inn food, like stew with rye bread...', 'snd_voi_home_101402', 18, 1014006, 1, 1, 0, 'snd_voi_home_101402_0018', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91023, 'Gotta get some shadowboxing done before I sleep! You have to picture your enemy and fight them! That''s the way of a Condor monk!', 'snd_voi_home_101402', 19, 1014007, 1, 1, 0, 'snd_voi_home_101402_0019', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91024, 'The Condor Style can turn even a gentle spring breeze into a fiery wind! Well? Wanna give it a shot?', 'snd_voi_home_101402', 20, 1014001, 1, 1, 0, 'snd_voi_home_101402_0020', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91025, 'I''ve got you covered for summer ghost stories! If you get scared, just yell out, "Condor dancing fist! Hah!"', 'snd_voi_home_101402', 21, 1014016, 1, 1, 0, 'snd_voi_home_101402_0021', 0, 1014001, 6100, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91026, 'Punch faster than a dry leaf falls to the ground! That''s the Condor Falling-Leaf Fist! Give it a try when you''re cleaning up fallen leaves!', 'snd_voi_home_101402', 22, 2009, 1, 1, 0, 'snd_voi_home_101402_0022', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 91027, 'The cold waves of winter don''t stand a chance against the Condor Style! Who even needs a jacket? ...Achoo!', 'snd_voi_home_101402', 23, 1014010, 1, 1, 0, 'snd_voi_home_101402_0023', 0, 1014818, 7700, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92015, 'It''s training time!', 'snd_voi_training_101402', 0, 1014001, 2, 1, 0, 'snd_voi_training_101402_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92016, 'I''m always ready for battle! Bring it on!', 'snd_voi_training_101402', 1, 1014007, 2, 1, 0, 'snd_voi_training_101402_0001', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92017, 'Both racing and martial arts are about training and practice!', 'snd_voi_training_101402', 3, 1014016, 2, 1, 0, 'snd_voi_training_101402_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92018, 'Full fire, full power—full steam ahead! Gotta get that spirit on fire!', 'snd_voi_training_101402', 4, 1014017, 2, 1, 0, 'snd_voi_training_101402_0004', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92020, 'I don''t think! I feel—that''s what my training''s about!', 'snd_voi_training_101402', 5, 1014019, 2, 1, 0, 'snd_voi_training_101402_0005', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92021, 'The path to becoming the fastest... Do you train every day—or do you not? It''s very simple!', 'snd_voi_training_101402', 6, 1014017, 2, 1, 0, 'snd_voi_training_101402_0006', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 92022, 'I''m the strongest and fastest around! Be it on turf or the entire world—I''ll save you all!', 'snd_voi_training_101402', 7, 1014001, 2, 1, 0, 'snd_voi_training_101402_0007', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 93004, 'I flew this far because I''m not alone! As long as I''ve got you, I can do my best no matter what world I''m in!', 'snd_voi_training_101402', 8, 0, 2, 1, 0, 'snd_voi_training_101402_0008', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 93005, 'I''ve managed to show off the true power of the Condor Style!', 'snd_voi_training_101402', 9, 0, 2, 1, 0, 'snd_voi_training_101402_0009', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95007, 'Level uuup! Let''s keep this up and get some more experience!', 'snd_voi_outgame_101402', 0, 4009, 7, 1, 0, 'snd_voi_outgame_101402_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95008, 'Uno! Dos! Tres! Nothing''s stopping my Condor Punch!', 'snd_voi_outgame_101402', 1, 0, 7, 1, 0, 'snd_voi_outgame_101402_0001', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95010, 'El Condor Pasa! Soaring in to save the wooorld!', 'snd_voi_outgame_101402', 3, 1014017, 7, 1, 0, 'snd_voi_outgame_101402_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70016, 'Whoa! Wearing this signature racewear really does get me all pumped up!', 'snd_voi_outgame_101400', 24, 1014016, 7, 1, 0, 'snd_voi_outgame_101400_0024', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70017, 'Oh? You wish to battle me? I''m always ready for a challenge!', 'snd_voi_outgame_101400', 25, 1014007, 7, 1, 0, 'snd_voi_outgame_101400_0025', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71016, 'Whoa! Wearing this signature racewear really does get me all pumped up!', 'snd_voi_outgame_101400', 24, 23, 7, 0, 0, 'snd_voi_outgame_101400_0024', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71017, 'Oh? You wish to battle me? I''m always ready for a challenge!', 'snd_voi_outgame_101400', 25, 33, 7, 0, 0, 'snd_voi_outgame_101400_0025', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 95009, 'Wha-bam! Ka-slam! FISTS OF FURYYY! No one throws a punch like EL CONDOR PASAAAA!', 'snd_voi_gacha_101402', 0, 0, 7, 1, 0, 'snd_voi_gacha_101402_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 40003, 'Furious Condor Fists!', 'snd_voi_race_101402', 2, 0, 3, 1, 0, 'snd_voi_race_101402_0002', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 40004, 'Heh! Feast your eyes on my true power! Oooh, Condor Chop! El Cross! Ultimo technique—Furious Condor Fists!', 'snd_voi_race_101402', 3, 0, 3, 1, 0, 'snd_voi_race_101402_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 30006, 'Condor Monks are unstoppable!', 'snd_voi_race_101402', 0, 0, 3, 1, 0, 'snd_voi_race_101402_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 30007, 'Who''s the world''s strongest? It''s El Condor Pasa!', 'snd_voi_race_101400', 8, 0, 3, 1, 0, 'snd_voi_race_101400_0008', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 400000, 'Adventures! Battles! Fantasy! Let''s push ahead!', 'snd_voi_event_090002', 0, 1014007, 7, 1, 0, 'snd_voi_event_090002_0000', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 400001, 'Say "hello" to the monsters with an Umamusume KO-puuunch!', 'snd_voi_event_090002', 1, 1014001, 7, 1, 0, 'snd_voi_event_090002_0001', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 400003, 'Demon Queen Golshi! I-I won''t let you get away!', 'snd_voi_event_090002', 3, 1014017, 7, 1, 0, 'snd_voi_event_090002_0003', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 400006, 'Decisive battles, foreshadowing—an unexpected twist! Please keep supporting me to the very end!', 'snd_voi_event_090002', 6, 4009, 7, 1, 0, 'snd_voi_event_090002_0006', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 400007, 'Oh-ho, going into overtime?! Bring it on!', 'snd_voi_event_090002', 7, 1014000, 7, 1, 0, 'snd_voi_event_090002_0007', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 400009, 'Ciao, everyone! Let''s hang out again!', 'snd_voi_event_090002', 9, 1014016, 7, 1, 0, 'snd_voi_event_090002_0009', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 400014, 'The curtain falls! See ya later, alligators! The event''s over now!', 'snd_voi_event_090002', 14, 1014007, 7, 1, 0, 'snd_voi_event_090002_0014', 0, 0, 0, 1624968000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70018, 'Making a graaand entrance!', 'snd_voi_outgame_101400', 26, 1014017, 7, 1, 0, 'snd_voi_outgame_101400_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 70019, 'I am the one... the only... the Phantom Bird, El Condor Pasa!', 'snd_voi_outgame_101400', 27, 1014007, 7, 1, 0, 'snd_voi_outgame_101400_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71018, 'Making a graaand entrance!', 'snd_voi_outgame_101400', 26, 58, 7, 0, 0, 'snd_voi_outgame_101400_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1014, 71019, 'I am the one... the only... the Phantom Bird, El Condor Pasa!', 'snd_voi_outgame_101400', 27, 33, 7, 0, 0, 'snd_voi_outgame_101400_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 11, 'Cygames', 'snd_voi_title_101500', 0, 0, 0, 1, 0, 'snd_voi_title_101500_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_101500', 1, 0, 0, 1, 0, 'snd_voi_title_101500_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10000, 'Haaah ha ha ha hah! To play the part of the Overlord''s trainer... You''ve landed the role of a lifetime!', 'snd_voi_home_101500', 0, 3009, 1, 1, 0, 'snd_voi_home_101500_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10001, 'Your critiques of my performance ring true and clear. I know I can always trust your opinion, so... Hehe, I anticipate your next review.', 'snd_voi_home_101500', 1, 1015000, 1, 1, 0, 'snd_voi_home_101500_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10002, 'The battle with mineself hath not yet seen a conclusion! Alas! What must I do to win?! Lend me your knowledge!', 'snd_voi_home_101500', 2, 3007, 1, 1, 0, 'snd_voi_home_101500_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10003, 'Happy New Year! To encounter fortune incarnate right off the bat... surely you''ve got a splendid year ahead!', 'snd_voi_home_101500', 3, 1015801, 1, 1, 0, 'snd_voi_home_101500_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10004, 'What timid gazes I feel upon me! Be not shy, my dear fans. You''re all dying to give me chocolate, aren''t you?', 'snd_voi_home_101500', 4, 1015804, 1, 1, 0, 'snd_voi_home_101500_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10005, 'I sent a life-sized chocolate statue of myself to your quarters. Hehe, before you enjoy the feast, do enjoy the beauty of the sculpture!', 'snd_voi_home_101500', 5, 3009, 1, 1, 0, 'snd_voi_home_101500_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10006, 'The Milky Way? A stage to be rivalled, for sure—but we''ll see just who shines brightest.', 'snd_voi_home_101500', 6, 1015804, 1, 1, 0, 'snd_voi_home_101500_0006', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10007, 'You''ll not be getting treats from me... for I await your grandest tricks. Now, bring on the spooks!', 'snd_voi_home_101500', 7, 1015006, 1, 1, 0, 'snd_voi_home_101500_0007', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10008, 'Why decorate a mere tree when you have me? Behold—I shine ever the brighter, ever the merrier!', 'snd_voi_home_101500', 8, 1015800, 1, 1, 0, 'snd_voi_home_101500_0008', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10009, 'Allow me to present... a special song just for you. Enjoy "The Overlord''s Winter Eve" featuring Trainer accompaniment.', 'snd_voi_home_101500', 9, 1015805, 1, 1, 0, 'snd_voi_home_101500_0009', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10010, 'Take a good look at me while you still can. For the dawn of the new year shall be the dawn of a new me!', 'snd_voi_home_101500', 10, 1015016, 1, 1, 0, 'snd_voi_home_101500_0010', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10011, 'Your destined meeting with me was the only reason for your birth into this realm. Bask in the joy of that blessing!', 'snd_voi_home_101500', 11, 1015804, 1, 1, 0, 'snd_voi_home_101500_0011', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10012, 'I am so grateful that you exist, fair Trainer. You truly make me shine anew.', 'snd_voi_home_101500', 12, 1015017, 1, 1, 0, 'snd_voi_home_101500_0012', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10013, 'Haaah ha ha ha! The anniversary of my birth ought to be a holiday—let us proclaim it "Overlord Day" in celebration!', 'snd_voi_home_101500', 13, 3002, 1, 1, 0, 'snd_voi_home_101500_0013', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10014, 'What utter bliss you must feel, celebrating my birthday with the one and only me! Ah, I wish I could take your place!', 'snd_voi_home_101500', 14, 3014, 1, 1, 0, 'snd_voi_home_101500_0014', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10015, 'I was checking the mail for love letters, but it seems like this is a message for you. Give it a look!', 'snd_voi_home_101500', 15, 1015018, 1, 1, 0, 'snd_voi_home_101500_0015', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10016, 'You appear to have a gift waiting for you. Hehe! It seems you have loving fans of your own.', 'snd_voi_home_101500', 16, 1015804, 1, 1, 0, 'snd_voi_home_101500_0016', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10017, 'I see you have completed a mission. Truly, you have what it takes to be my trainer!', 'snd_voi_home_101500', 17, 1, 1, 1, 0, 'snd_voi_home_101500_0017', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10018, 'It seems an event will soon be upon us. Hehe... Mayhap I shall play the lead!', 'snd_voi_home_101500', 18, 1015006, 1, 1, 0, 'snd_voi_home_101500_0018', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10019, 'The curtain rises on an event! Haaah ha ha ha! Attention, all—your star hath arrived!', 'snd_voi_home_101500', 19, 1015016, 1, 1, 0, 'snd_voi_home_101500_0019', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20000, 'I am immobilized?! H-how could this be?!', 'snd_voi_training_101500', 0, 1015802, 2, 1, 0, 'snd_voi_training_101500_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20001, 'The road to glory lies before me, and yet... I cannot find the energy to move!', 'snd_voi_training_101500', 1, 1015803, 2, 1, 0, 'snd_voi_training_101500_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20002, 'Haaah ha ha ha! I''m shining particularly bright today!', 'snd_voi_training_101500', 2, 3009, 2, 1, 0, 'snd_voi_training_101500_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20003, 'Excellent! It is only a matter of time before I become the absolute Centurial Overlord!', 'snd_voi_training_101500', 3, 1015006, 2, 1, 0, 'snd_voi_training_101500_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20004, 'Ahhh... Each step feels like I''m flying—like a swan gliding through the skies!', 'snd_voi_training_101500', 4, 1015800, 2, 1, 0, 'snd_voi_training_101500_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20005, 'You shall bear witness to how I shine! Come close. Don''t be shy!', 'snd_voi_training_101500', 5, 1015804, 2, 1, 0, 'snd_voi_training_101500_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20006, 'What better time for an etude? Now, let us begin.', 'snd_voi_training_101500', 6, 1015805, 2, 1, 0, 'snd_voi_training_101500_0006', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20007, 'I must insist on the most beautiful training you have.', 'snd_voi_training_101500', 7, 1015806, 2, 1, 0, 'snd_voi_training_101500_0007', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20008, 'A slight sense of ennui is upon me...', 'snd_voi_training_101500', 8, 1015802, 2, 1, 0, 'snd_voi_training_101500_0008', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20009, 'I feel somewhat... Actually, no. ''Tis nothing.', 'snd_voi_training_101500', 9, 1015808, 2, 1, 0, 'snd_voi_training_101500_0009', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20010, 'Loathe though I am, I must admit... I''m feeling somewhat de-energized...', 'snd_voi_training_101500', 10, 1015012, 2, 1, 0, 'snd_voi_training_101500_0010', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20011, 'As the mighty Overlord, I absolutely cannot stop here... I know this, and yet...', 'snd_voi_training_101500', 11, 1015803, 2, 1, 0, 'snd_voi_training_101500_0011', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20021, 'Another race? While I do not mind, have you given any thought as to what may follow?', 'snd_voi_training_101500', 12, 1015002, 2, 1, 0, 'snd_voi_training_101500_0012', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20022, 'I may be the Overlord, but it is unwise for me to race so much. Whatever would you do were my condition to suffer?', 'snd_voi_training_101500', 13, 1015802, 2, 1, 0, 'snd_voi_training_101500_0013', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20023, 'Hark! The trumpets already ring in my ears! A fanfare to my victory!', 'snd_voi_training_101500', 14, 1015800, 2, 1, 0, 'snd_voi_training_101500_0014', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20024, 'My foes will quiver before my might. And they shall see the Overlord crowned winner!', 'snd_voi_training_101500', 15, 1015804, 2, 1, 0, 'snd_voi_training_101500_0015', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20025, 'A single word to describe myself? Perfect!', 'snd_voi_training_101500', 16, 3009, 2, 1, 0, 'snd_voi_training_101500_0016', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20026, 'My heart burns... It burns with raging passion!', 'snd_voi_training_101500', 17, 1015006, 2, 1, 0, 'snd_voi_training_101500_0017', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20027, 'My form is excellent, if I do say so myself.', 'snd_voi_training_101500', 18, 1015805, 2, 1, 0, 'snd_voi_training_101500_0018', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20028, 'I feel exceptional! Now, onward to glorious victory!', 'snd_voi_training_101500', 19, 1015804, 2, 1, 0, 'snd_voi_training_101500_0019', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20029, 'I shall run a grand race as the great Overlord!', 'snd_voi_training_101500', 20, 9, 2, 1, 0, 'snd_voi_training_101500_0020', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20030, 'I''ll start the movement at a nice andante, and then build up speed to the grand finale.', 'snd_voi_training_101500', 21, 1015804, 2, 1, 0, 'snd_voi_training_101500_0021', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20031, 'Watch closely as I show off my prowess.', 'snd_voi_training_101500', 22, 1015006, 2, 1, 0, 'snd_voi_training_101500_0022', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20032, 'I must do my best... I will do my best! I am the Overlord, T.M. Opera O!', 'snd_voi_training_101500', 23, 1015005, 2, 1, 0, 'snd_voi_training_101500_0023', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20033, 'One''s potential is truly tested when they are in poor form... Worry not, for the show must go on!', 'snd_voi_training_101500', 24, 1015805, 2, 1, 0, 'snd_voi_training_101500_0024', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20034, 'Adversity? Hehe. Very interesting... A victory here would truly make me an Overlord!', 'snd_voi_training_101500', 25, 1015804, 2, 1, 0, 'snd_voi_training_101500_0025', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20035, 'As long as I am the Overlord, I cannot give up here!', 'snd_voi_training_101500', 26, 1015803, 2, 1, 0, 'snd_voi_training_101500_0026', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20036, 'Ah... What if I should lose my light? Who shall shine upon the world if not me?!', 'snd_voi_training_101500', 27, 2005, 2, 1, 0, 'snd_voi_training_101500_0027', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20037, 'I won''t stand to let my poor fettle hold me back. I won''t lose!', 'snd_voi_training_101500', 28, 1015808, 2, 1, 0, 'snd_voi_training_101500_0028', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20038, 'Let us begin!', 'snd_voi_training_101500', 29, 0, 2, 1, 0, 'snd_voi_training_101500_0029', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20039, 'My time has come!', 'snd_voi_training_101500', 30, 0, 2, 1, 0, 'snd_voi_training_101500_0030', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20040, 'Dazzling!', 'snd_voi_training_101500', 31, 0, 2, 1, 0, 'snd_voi_training_101500_0031', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20041, 'Not a problem!', 'snd_voi_training_101500', 32, 0, 2, 1, 0, 'snd_voi_training_101500_0032', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20042, 'No!', 'snd_voi_training_101500', 33, 0, 2, 1, 0, 'snd_voi_training_101500_0033', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20043, 'Goodness...', 'snd_voi_training_101500', 34, 0, 2, 1, 0, 'snd_voi_training_101500_0034', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20046, 'Onward!', 'snd_voi_training_101500', 37, 0, 2, 1, 0, 'snd_voi_training_101500_0037', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20047, 'Ooh, not bad!', 'snd_voi_training_101500', 38, 0, 2, 1, 0, 'snd_voi_training_101500_0038', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20049, 'You did a fine job as well!', 'snd_voi_training_101500', 63, 0, 2, 1, 0, 'snd_voi_training_101500_0063', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20050, 'You have my thanks, fair Trainer.', 'snd_voi_training_101500', 64, 0, 2, 1, 0, 'snd_voi_training_101500_0064', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 30000, 'Dare I say that nobody shone brighter than me?', 'snd_voi_race_101500', 0, 0, 3, 1, 0, 'snd_voi_race_101500_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 30001, 'Not a problem. This is something for me to build upon for next time.', 'snd_voi_race_101500', 1, 0, 3, 1, 0, 'snd_voi_race_101500_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 30002, 'I will not settle for this.', 'snd_voi_race_101500', 2, 0, 3, 1, 0, 'snd_voi_race_101500_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 30003, 'The title of Overlord brings with it great trials and tribulations...', 'snd_voi_race_101500', 3, 0, 3, 1, 0, 'snd_voi_race_101500_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 60000, 'Ah, my radiance shall sweep you away!', 'snd_voi_live_101500', 0, 0, 4, 1, 0, 'snd_voi_live_101500_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 60001, 'The curtain rises on the best time of your life!', 'snd_voi_live_101500', 1, 0, 4, 1, 0, 'snd_voi_live_101500_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70001, 'Looking back, I suppose my meeting with you was the beginning of my destiny.', 'snd_voi_outgame_101500', 1, 1015806, 7, 1, 0, 'snd_voi_outgame_101500_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90000, 'I am the sun who giveth the light of dawn unto the lands. Here''s to the start of a magnificent day!', 'snd_voi_home_101501', 0, 3001, 1, 1, 0, 'snd_voi_home_101501_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90001, 'Did you already have your morning ensemble? ...Huh? "Ensemble" as in breakfast, naturally.', 'snd_voi_home_101501', 1, 1015018, 1, 1, 0, 'snd_voi_home_101501_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90002, 'Haaah ha ha ha! A wonderful afternoon for a stroll down the path of conquest!', 'snd_voi_home_101501', 2, 1015016, 1, 1, 0, 'snd_voi_home_101501_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90003, 'I shine bright like the sun, for we are both stars! Alas, we shine too bright!', 'snd_voi_home_101501', 3, 1015803, 1, 1, 0, 'snd_voi_home_101501_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90004, 'My radiance is more pronounced in the dark... Apologies for blinding you with my light...', 'snd_voi_home_101501', 4, 3014, 1, 1, 0, 'snd_voi_home_101501_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90005, 'Shall I sing you a song to reenergize you? Very well, I shall sing... "A Serenade of the Moonlight and Me"!', 'snd_voi_home_101501', 5, 1015806, 1, 1, 0, 'snd_voi_home_101501_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90006, 'The flowers in the garden smelled so sweet. Hehe. Perhaps that fragrance was just them begging me to caress their petals?', 'snd_voi_home_101501', 6, 1015800, 1, 1, 0, 'snd_voi_home_101501_0006', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90007, 'How each bead of sweat upon my brow glistens! Ahhh, it''s a crime to be this beautiful...', 'snd_voi_home_101501', 7, 1015803, 1, 1, 0, 'snd_voi_home_101501_0007', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90008, 'Autumn leaves are beautiful as they fall in a flutter. I would learn from them... But alas, I shall never fall! Ahahaha!', 'snd_voi_home_101501', 8, 1015806, 1, 1, 0, 'snd_voi_home_101501_0008', 0, 1015016, 5800, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 90009, 'I felt a zap when I opened the door... Pray tell, has my radiance evolved into lightning now?!', 'snd_voi_home_101501', 9, 1015800, 1, 1, 0, 'snd_voi_home_101501_0009', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91000, 'I must go purchase some more mineral water. I am very particular about my water intake, lest I upset my delicate constitution.', 'snd_voi_home_101501', 10, 3009, 1, 1, 0, 'snd_voi_home_101501_0010', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91001, 'I invited Doto to run with me and she reacted as if she were unworthy. Hehe. I invited her precisely because I respect her so much!', 'snd_voi_home_101501', 11, 1015016, 1, 1, 0, 'snd_voi_home_101501_0011', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91002, 'I realized one day that I am the Overlord who must lead the world... It is my sacred duty!', 'snd_voi_home_101501', 12, 1015002, 1, 1, 0, 'snd_voi_home_101501_0012', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91003, 'Ayabe seems to like stars. I sent her a photo of me so that she may gaze upon the brightest star all day long!', 'snd_voi_home_101501', 13, 1015800, 1, 1, 0, 'snd_voi_home_101501_0013', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91004, 'When I break the dorm rules, Fuji simply smiles and calls me a bad pony... Ugh, I will not let her outshine me!', 'snd_voi_home_101501', 14, 1015802, 1, 1, 0, 'snd_voi_home_101501_0014', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91005, 'I would hold all living beings present spellbound were I to perform in a concert... Alas, I am far too beautiful for my own good!', 'snd_voi_home_101501', 15, 3014, 1, 1, 0, 'snd_voi_home_101501_0015', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91006, 'My word, I must not shine any more brightly! Take care not to let my radiance blind you!', 'snd_voi_home_101501', 16, 1015014, 1, 1, 0, 'snd_voi_home_101501_0016', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91007, 'Haaah ha ha ha! This signature racewear is proof that I am the Overlord!', 'snd_voi_home_101501', 17, 1015016, 1, 1, 0, 'snd_voi_home_101501_0017', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91008, 'A flash of tension before the finish line, then the cheers following the race... Simply imagining it fills me with strength!', 'snd_voi_home_101501', 18, 3009, 1, 1, 0, 'snd_voi_home_101501_0018', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91009, 'Mornings are always a battle. Me with my quest for beauty, and Hayahide struggling to tame her hair... But we shan''t give up the fight.', 'snd_voi_home_101501', 19, 1015000, 1, 1, 0, 'snd_voi_home_101501_0019', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91010, 'Digital was watching me fervently all lunch... While I welcome fans with open arms, she somehow sent a chill down my spine...', 'snd_voi_home_101501', 20, 1015809, 1, 1, 0, 'snd_voi_home_101501_0020', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91011, 'I always use the bath after everyone''s left. That way, I can fill it with rose petals and enjoy a luxurious singing session.', 'snd_voi_home_101501', 21, 1015806, 1, 1, 0, 'snd_voi_home_101501_0021', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91012, 'This is the perfect season to witness the symphony of colors that is me and the flowers! Heh. Is your camera ready?', 'snd_voi_home_101501', 22, 1015800, 1, 1, 0, 'snd_voi_home_101501_0022', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91013, 'Ugh! Must I be so alluring even to mosquitoes?! Does my charm know no mercy?', 'snd_voi_home_101501', 23, 1015803, 1, 1, 0, 'snd_voi_home_101501_0023', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91014, 'The artistic beauty of fall... Yes, I know. You must be desperate to paint my portrait. Very well! Do as you please!', 'snd_voi_home_101501', 24, 3009, 1, 1, 0, 'snd_voi_home_101501_0024', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 91015, 'One such as I never falls ill! No, the illnesses fall before me—overcome by my glorious brilliance!', 'snd_voi_home_101501', 25, 1015006, 1, 1, 0, 'snd_voi_home_101501_0025', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 92000, 'Shall I show you how radiant I am?', 'snd_voi_training_101501', 0, 3009, 2, 1, 0, 'snd_voi_training_101501_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 92001, 'Well then, let us once more embark upon the road to victory.', 'snd_voi_training_101501', 1, 1015804, 2, 1, 0, 'snd_voi_training_101501_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 92002, 'How would you like to bring forth my radiance? Go on, you may speak.', 'snd_voi_training_101501', 2, 1015800, 2, 1, 0, 'snd_voi_training_101501_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 92003, 'I look forward to training worthy of the Overlord.', 'snd_voi_training_101501', 3, 1015805, 2, 1, 0, 'snd_voi_training_101501_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 92011, 'Yield is not a word in my vocabulary. Let us always give it our all.', 'snd_voi_training_101501', 4, 9, 2, 1, 0, 'snd_voi_training_101501_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 92005, 'The road to becoming the Centurial Overlord is long and arduous... but I have every intention of continuing down it.', 'snd_voi_training_101501', 5, 1015804, 2, 1, 0, 'snd_voi_training_101501_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 92006, 'Trials assail me with every step I take, but I shall overcome them all. I do not take the title of Overlord lightly!', 'snd_voi_training_101501', 6, 1015006, 2, 1, 0, 'snd_voi_training_101501_0006', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 92007, 'Being the Overlord is a lonely existence... which is precisely why you are so vital to me. Surely you understand.', 'snd_voi_training_101501', 7, 1015805, 2, 1, 0, 'snd_voi_training_101501_0007', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 93000, 'I believe you are what made me the Overlord I am today!', 'snd_voi_training_101501', 8, 0, 2, 1, 0, 'snd_voi_training_101501_0008', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 93001, 'You should be honored that you are always by the Overlord''s side!', 'snd_voi_training_101501', 9, 0, 2, 1, 0, 'snd_voi_training_101501_0009', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 95000, 'Powerfully! Radiantly!', 'snd_voi_outgame_101501', 0, 1015006, 7, 1, 0, 'snd_voi_outgame_101501_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 95001, 'I''ll be ever more dazzling!', 'snd_voi_outgame_101501', 1, 0, 7, 1, 0, 'snd_voi_outgame_101501_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 95003, 'Yes, indeed. I am the T.M. Opera O!', 'snd_voi_outgame_101501', 3, 3014, 7, 1, 0, 'snd_voi_outgame_101501_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 95004, 'Let us begin! We shall attain glory worthy of an Overlord!', 'snd_voi_gacha_101501', 0, 0, 7, 1, 0, 'snd_voi_gacha_101501_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1008, 'Just follow my lead!', 'snd_voi_teamst_st_101500_0000', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_101500_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1038, 'Let us grasp victory together!', 'snd_voi_teamst_st_101500_1058', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_101500_1058_00', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1023, 'Our story begins now!', 'snd_voi_teamst_st_100800_1015', 1, 1015000, 8, 1, 0, 'snd_voi_teamst_st_100800_1015_01', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1109, 'Within our reach!', 'snd_voi_teamst_st_105200_1015', 1, 3009, 8, 1, 0, 'snd_voi_teamst_st_105200_1015_01', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1046, 'Behold my stunning brilliance!', 'snd_voi_teamst_st_101900_1015', 1, 990073, 8, 1, 0, 'snd_voi_teamst_st_101900_1015_01', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1000, 'Now, with style!', 'snd_voi_teamst_101500', 0, 990031, 8, 1, 0, 'snd_voi_teamst_101500_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1001, 'A natural result!', 'snd_voi_teamst_101500', 1, 0, 8, 1, 0, 'snd_voi_teamst_101500_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1003, 'We will be victorious next time.', 'snd_voi_teamst_101500', 2, 0, 8, 1, 0, 'snd_voi_teamst_101500_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1002, 'How unfortunate...', 'snd_voi_teamst_101500', 3, 0, 8, 1, 0, 'snd_voi_teamst_101500_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1004, 'A splendid victory for us!', 'snd_voi_teamst_101500', 4, 1015017, 8, 1, 0, 'snd_voi_teamst_101500_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1007, 'A new high score! Wonderful!', 'snd_voi_teamst_101500', 5, 1015001, 8, 1, 0, 'snd_voi_teamst_101500_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1006, 'We will be victorious next time.', 'snd_voi_teamst_101500', 2, 1015011, 8, 1, 0, 'snd_voi_teamst_101500_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 1005, 'How unfortunate...', 'snd_voi_teamst_101500', 3, 1015005, 8, 1, 0, 'snd_voi_teamst_101500_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 40000, 'Fend off the darkness and forge a path to the light!', 'snd_voi_race_101501', 2, 0, 3, 1, 0, 'snd_voi_race_101501_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 40001, 'No matter... what darkness... obscures my path! ...Hah! I will shine on!', 'snd_voi_race_101501', 3, 0, 3, 1, 0, 'snd_voi_race_101501_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 30004, 'Hehehe! None can stand before me!', 'snd_voi_race_101501', 0, 0, 3, 1, 0, 'snd_voi_race_101501_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 30005, 'Mmhmm. I expected no less.', 'snd_voi_race_101500', 8, 0, 3, 1, 0, 'snd_voi_race_101500_0008', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 31000, 'Go forth!', 'snd_voi_race_101500', 9, 0, 3, 1, 0, 'snd_voi_race_101500_0009', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 13, 'Behold, your login bonus for today!', 'snd_voi_title_101500', 4, 2009, 1, 1, 0, 'snd_voi_title_101500_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 15, 'This shall be waiting for you tomorrow!', 'snd_voi_title_101500', 5, 1015000, 1, 1, 0, 'snd_voi_title_101500_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 110000, 'Let us strive for greater heights!', 'snd_voi_home_101500', 21, 0, 1, 1, 0, 'snd_voi_home_101500_0021', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 110001, 'Let us write our own story together!', 'snd_voi_home_101500', 22, 0, 1, 1, 0, 'snd_voi_home_101500_0022', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 110002, 'Entering into a race? Is it my time to take to the stage?', 'snd_voi_home_101500', 23, 0, 1, 1, 0, 'snd_voi_home_101500_0023', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 10021, 'It seems your Umamusume Archive leveled up.', 'snd_voi_home_101500', 24, 1015019, 1, 1, 0, 'snd_voi_home_101500_0024', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 20051, 'Let us push each other to improve!', 'snd_voi_training_101500', 65, 0, 2, 1, 0, 'snd_voi_training_101500_0065', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70000, 'I pray that you will watch as my legend unfolds.', 'snd_voi_outgame_101500', 3, 3009, 7, 1, 0, 'snd_voi_outgame_101500_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 95005, 'You will be untouchable as long as you''re with me!', 'snd_voi_outgame_101500', 4, 0, 7, 1, 0, 'snd_voi_outgame_101500_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 95006, 'The Overlord''s assistance is most reassuring, no?', 'snd_voi_outgame_101500', 5, 0, 7, 1, 0, 'snd_voi_outgame_101500_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 120000, 'A powerful strength is welling up inside of me!', 'snd_voi_outgame_101500', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101500_0011', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140000, 'Now, give it a try!', 'snd_voi_minigame_101500', 0, 1015800, 9, 1, 0, 'snd_voi_minigame_101500_0000', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140001, 'Hehe! Not a problem in the slightest.', 'snd_voi_minigame_101500', 1, 1015804, 9, 1, 0, 'snd_voi_minigame_101500_0001', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140002, 'Whaaat?!', 'snd_voi_minigame_101500', 2, 1015015, 9, 1, 0, 'snd_voi_minigame_101500_0002', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140003, 'I did not expect this!', 'snd_voi_minigame_101500', 3, 971015, 9, 1, 0, 'snd_voi_minigame_101500_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140004, 'Not bad.', 'snd_voi_minigame_101500', 4, 972015, 9, 1, 0, 'snd_voi_minigame_101500_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140005, 'Oh, woe is me...', 'snd_voi_minigame_101500', 5, 1015810, 9, 1, 0, 'snd_voi_minigame_101500_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140006, 'I did not expect this!', 'snd_voi_minigame_101500', 3, 974015, 9, 1, 0, 'snd_voi_minigame_101500_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140007, 'Not bad.', 'snd_voi_minigame_101500', 4, 973015, 9, 1, 0, 'snd_voi_minigame_101500_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140008, 'Hehe!', 'snd_voi_minigame_101500', 6, 1015019, 9, 1, 0, 'snd_voi_minigame_101500_0006', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140009, 'Haha!', 'snd_voi_minigame_101500', 7, 1015018, 9, 1, 0, 'snd_voi_minigame_101500_0007', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140010, 'Hm-hm-hm-hmmm! ♪', 'snd_voi_minigame_101500', 8, 1015811, 9, 1, 0, 'snd_voi_minigame_101500_0008', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140011, 'Resplendent!', 'snd_voi_minigame_101500', 9, 1015812, 9, 1, 0, 'snd_voi_minigame_101500_0009', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140014, 'Hmmm...', 'snd_voi_minigame_101500', 10, 1015814, 9, 1, 0, 'snd_voi_minigame_101500_0010', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140015, 'Aha!', 'snd_voi_minigame_101500', 11, 1015817, 9, 1, 0, 'snd_voi_minigame_101500_0011', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140016, 'Come on, now!', 'snd_voi_minigame_101500', 12, 1015818, 9, 1, 0, 'snd_voi_minigame_101500_0012', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140012, 'Excellent!', 'snd_voi_minigame_101500', 13, 1015801, 9, 1, 0, 'snd_voi_minigame_101500_0013', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140013, 'Well done!', 'snd_voi_minigame_101500', 14, 1015813, 9, 1, 0, 'snd_voi_minigame_101500_0014', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140017, 'Agh...', 'snd_voi_minigame_101500', 15, 1015815, 9, 1, 0, 'snd_voi_minigame_101500_0015', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 140018, 'My word!', 'snd_voi_minigame_101500', 16, 1015816, 9, 1, 0, 'snd_voi_minigame_101500_0016', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70004, 'An outfit worthy of this stage we call the "academy."', 'snd_voi_outgame_101500', 16, 1015019, 7, 1, 0, 'snd_voi_outgame_101500_0016', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70010, 'I dazzle no matter what I wear... Alas, I am too brilliant for my own good!', 'snd_voi_outgame_101500', 17, 1015016, 7, 1, 0, 'snd_voi_outgame_101500_0017', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70008, 'Ahhh, do you hear that? My adoring fans call for me!', 'snd_voi_outgame_101500', 20, 3009, 7, 1, 0, 'snd_voi_outgame_101500_0020', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70014, 'I will shine the brightest no matter the stage!', 'snd_voi_outgame_101500', 21, 1015000, 7, 1, 0, 'snd_voi_outgame_101500_0021', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70009, 'Feast your eyes—it is I, the Overlord!', 'snd_voi_outgame_101500', 22, 1015006, 7, 1, 0, 'snd_voi_outgame_101500_0022', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70015, 'Take care not to be blinded by my radiance!', 'snd_voi_outgame_101500', 23, 1015018, 7, 1, 0, 'snd_voi_outgame_101500_0023', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 71004, 'An outfit worthy of this stage we call the "academy."', 'snd_voi_outgame_101500', 16, 148, 7, 0, 0, 'snd_voi_outgame_101500_0016', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 71010, 'I dazzle no matter what I wear... Alas, I am too brilliant for my own good!', 'snd_voi_outgame_101500', 17, 48, 7, 0, 0, 'snd_voi_outgame_101500_0017', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 71008, 'Ahhh, do you hear that? My adoring fans call for me!', 'snd_voi_outgame_101500', 20, 23, 7, 0, 0, 'snd_voi_outgame_101500_0020', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 71014, 'I will shine the brightest no matter the stage!', 'snd_voi_outgame_101500', 21, 22, 7, 0, 0, 'snd_voi_outgame_101500_0021', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 71009, 'Feast your eyes—it is I, the Overlord!', 'snd_voi_outgame_101500', 22, 23, 7, 0, 0, 'snd_voi_outgame_101500_0022', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 71015, 'Take care not to be blinded by my radiance!', 'snd_voi_outgame_101500', 23, 48, 7, 0, 0, 'snd_voi_outgame_101500_0023', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 2030, 'Now, with style!', 'snd_voi_teamst_101500', 0, 990031, 10, 1, 0, 'snd_voi_teamst_101500_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 2031, 'Just follow my lead!', 'snd_voi_teamst_st_101500_0000', 0, 3009, 10, 1, 0, 'snd_voi_teamst_st_101500_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 2032, 'You have my thanks, fair Trainer.', 'snd_voi_training_101500', 64, 1015000, 10, 1, 0, 'snd_voi_training_101500_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 2033, 'I feel exceptional! Now, onward to glorious victory!', 'snd_voi_training_101500', 19, 1015804, 10, 1, 0, 'snd_voi_training_101500_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 2034, 'A single word to describe myself? Perfect!', 'snd_voi_training_101500', 16, 3009, 10, 1, 0, 'snd_voi_training_101500_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 2035, 'You have my thanks, fair Trainer.', 'snd_voi_training_101500', 64, 1015000, 10, 0, 0, 'snd_voi_training_101500_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 81000, 'You wish to challenge me? Very well. We shall determine whether courage or recklessness drives you!', 'snd_voi_outgame_101500', 13, 1015006, 7, 1, 0, 'snd_voi_outgame_101500_0013', 0, 0, 0, 1623931200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 81001, 'Excellent work! This is, however, naught but a prologue. The real show begins now!', 'snd_voi_outgame_101500', 14, 1015007, 7, 1, 0, 'snd_voi_outgame_101500_0014', 0, 0, 0, 1623931200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70018, 'How beautiful I am!', 'snd_voi_outgame_101500', 26, 3009, 7, 1, 0, 'snd_voi_outgame_101500_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 70019, 'Gaze upon the true power of an Overlord!', 'snd_voi_outgame_101500', 27, 1015006, 7, 1, 0, 'snd_voi_outgame_101500_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 71018, 'How beautiful I am!', 'snd_voi_outgame_101500', 26, 148, 7, 0, 0, 'snd_voi_outgame_101500_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1015, 71019, 'Gaze upon the true power of an Overlord!', 'snd_voi_outgame_101500', 27, 58, 7, 0, 0, 'snd_voi_outgame_101500_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 11, 'Cygames', 'snd_voi_title_101600', 0, 0, 0, 1, 0, 'snd_voi_title_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_101600', 1, 0, 0, 1, 0, 'snd_voi_title_101600_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10000, 'You''ve always been so doggedly persistent... I suppose I should admire your nerve.', 'snd_voi_home_101600', 0, 1016001, 1, 1, 0, 'snd_voi_home_101600_0000', 0, 1016015, 4000, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10001, 'You were the one who invaded my territory first. Don''t run away now.', 'snd_voi_home_101600', 1, 1009, 1, 1, 0, 'snd_voi_home_101600_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10002, 'I don''t know why you get so desperate... Whatever—do what you want.', 'snd_voi_home_101600', 2, 1016001, 1, 1, 0, 'snd_voi_home_101600_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10003, 'The new year doesn''t change my objective. I must prepare for battle and nothing else.', 'snd_voi_home_101600', 3, 1016002, 1, 1, 0, 'snd_voi_home_101600_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10004, 'Why can''t we lock the lockers? Look at this mess of Valentine''s boxes that fell out.', 'snd_voi_home_101600', 4, 1016007, 1, 1, 0, 'snd_voi_home_101600_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10005, 'Help me put all this chocolate away. Everyone seems to be busy, today of all days... Seriously, I need a hand.', 'snd_voi_home_101600', 5, 1016016, 1, 1, 0, 'snd_voi_home_101600_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10006, 'The bamboo leaves are rustling. It kinda makes me feel refreshed.', 'snd_voi_home_101600', 6, 1016802, 1, 1, 0, 'snd_voi_home_101600_0006', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10007, 'Halloween costumes? Now I''ve got no idea who''s who.', 'snd_voi_home_101600', 7, 1016007, 1, 1, 0, 'snd_voi_home_101600_0007', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10008, 'They''re just balls of glass, but they seem so shiny... So that''s how people decorate for the holidays, huh?', 'snd_voi_home_101600', 8, 1016803, 1, 1, 0, 'snd_voi_home_101600_0008', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10009, 'Think I''ll take a run through the neighborhood since the holiday decorations are up. Maybe there will be a shop with something tasty too.', 'snd_voi_home_101600', 9, 1016006, 1, 1, 0, 'snd_voi_home_101600_0009', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10010, 'It''s the end of the year... I better get some cleaning done before my sister lectures me.', 'snd_voi_home_101600', 10, 1016016, 1, 1, 0, 'snd_voi_home_101600_0010', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10011, 'Your birthday is a turning point in your life. It also serves as an opportunity to ask yourself how you want to live.', 'snd_voi_home_101600', 11, 1016015, 1, 1, 0, 'snd_voi_home_101600_0011', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10012, 'I guess getting a year older has made you a little more capable. You''re my trainer, so you''d better be improving.', 'snd_voi_home_101600', 12, 1016006, 1, 1, 0, 'snd_voi_home_101600_0012', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10013, 'It''s my birthday? Time never stops, huh... All I wish for is to be free of regrets.', 'snd_voi_home_101600', 13, 1016007, 1, 1, 0, 'snd_voi_home_101600_0013', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10014, 'Ugh. Everyone''s making such a fuss over having a birthday party and a cake... Help me lay low.', 'snd_voi_home_101600', 14, 1016011, 1, 1, 0, 'snd_voi_home_101600_0014', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10015, 'You''ve got a new notice. Check it already, would you?', 'snd_voi_home_101600', 15, 1016016, 1, 1, 0, 'snd_voi_home_101600_0015', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10016, 'There''s a gift waiting for you. Use it wisely.', 'snd_voi_home_101600', 16, 1016001, 1, 1, 0, 'snd_voi_home_101600_0016', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10017, 'You completed a mission? Guess you''re keeping sharp.', 'snd_voi_home_101600', 17, 1016015, 1, 1, 0, 'snd_voi_home_101600_0017', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10018, 'An event''s coming up. Let''s get ready to tear into it.', 'snd_voi_home_101600', 18, 3009, 1, 1, 0, 'snd_voi_home_101600_0018', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10019, 'There''s an event on. I''m ready to tear it up.', 'snd_voi_home_101600', 19, 1016000, 1, 1, 0, 'snd_voi_home_101600_0019', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20000, 'Ugh... Where''d my strength go?', 'snd_voi_training_101600', 0, 1016003, 2, 1, 0, 'snd_voi_training_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20001, 'I just need a bit of rest.', 'snd_voi_training_101600', 1, 1016009, 2, 1, 0, 'snd_voi_training_101600_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20002, 'I''m ready for a chase. Let''s sink our teeth into this!', 'snd_voi_training_101600', 2, 1016808, 2, 1, 0, 'snd_voi_training_101600_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20003, 'I''m bursting with energy! Don''t let this opportunity go to waste.', 'snd_voi_training_101600', 3, 1016000, 2, 1, 0, 'snd_voi_training_101600_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20004, 'Maybe I should build up my strength for this race while I can.', 'snd_voi_training_101600', 4, 1016007, 2, 1, 0, 'snd_voi_training_101600_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20005, 'I don''t mind if the training plan is tougher than usual.', 'snd_voi_training_101600', 5, 1016015, 2, 1, 0, 'snd_voi_training_101600_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20006, 'I''m ready to go.', 'snd_voi_training_101600', 6, 1016017, 2, 1, 0, 'snd_voi_training_101600_0006', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20007, 'I''m not feeling too bad. Ready whenever.', 'snd_voi_training_101600', 7, 1016001, 2, 1, 0, 'snd_voi_training_101600_0007', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20008, 'Why do I feel slow...', 'snd_voi_training_101600', 8, 1016003, 2, 1, 0, 'snd_voi_training_101600_0008', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20009, 'Ugh... I lost my sharpness...', 'snd_voi_training_101600', 9, 1016004, 2, 1, 0, 'snd_voi_training_101600_0009', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20010, 'Tch... I can barely move!', 'snd_voi_training_101600', 10, 1016010, 2, 1, 0, 'snd_voi_training_101600_0010', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20011, 'Why''s this happening? I can''t afford to stop now!', 'snd_voi_training_101600', 11, 3003, 2, 1, 0, 'snd_voi_training_101600_0011', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20021, 'I don''t mind running a race, but you better put some thought into how it''ll affect me later.', 'snd_voi_training_101600', 12, 1016002, 2, 1, 0, 'snd_voi_training_101600_0012', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20022, 'You thought this through, right? You better not be making me waste my time and energy.', 'snd_voi_training_101600', 13, 1016017, 2, 1, 0, 'snd_voi_training_101600_0013', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20023, 'It''s time to hunt... Heh. My blood''s boiling!', 'snd_voi_training_101600', 14, 1016015, 2, 1, 0, 'snd_voi_training_101600_0014', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20024, 'I don''t care who it is. Just give me your best shot!', 'snd_voi_training_101600', 15, 1016006, 2, 1, 0, 'snd_voi_training_101600_0015', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20025, 'I feel my blood tingling... It must be time for a fight!', 'snd_voi_training_101600', 16, 1016006, 2, 1, 0, 'snd_voi_training_101600_0016', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20026, 'Who wants to be my prey? I will hunt you down.', 'snd_voi_training_101600', 17, 1016014, 2, 1, 0, 'snd_voi_training_101600_0017', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20027, 'I can end this very quickly. Won''t be satisfying though.', 'snd_voi_training_101600', 18, 1016015, 2, 1, 0, 'snd_voi_training_101600_0018', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20028, 'I''ll make them all surrender through sheer force.', 'snd_voi_training_101600', 19, 1016002, 2, 1, 0, 'snd_voi_training_101600_0019', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20029, 'I will win. Simple as that.', 'snd_voi_training_101600', 20, 3003, 2, 1, 0, 'snd_voi_training_101600_0020', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20030, 'I''ll put the results of all of my hard work to use.', 'snd_voi_training_101600', 21, 1016006, 2, 1, 0, 'snd_voi_training_101600_0021', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20031, 'I can''t wait to hear the fanfare when the race starts.', 'snd_voi_training_101600', 22, 1016000, 2, 1, 0, 'snd_voi_training_101600_0022', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20032, 'I can handle something like this. It''s nothing to worry about.', 'snd_voi_training_101600', 23, 1016001, 2, 1, 0, 'snd_voi_training_101600_0023', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20033, 'My claws might be a little dull right now, but I can still tear through this.', 'snd_voi_training_101600', 24, 1016016, 2, 1, 0, 'snd_voi_training_101600_0024', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20034, 'I don''t need your concern. Just keep your eyes forward.', 'snd_voi_training_101600', 25, 3003, 2, 1, 0, 'snd_voi_training_101600_0025', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20035, 'My sister always used to say that what doesn''t kill you makes you stronger... Maybe she was right.', 'snd_voi_training_101600', 26, 1016804, 2, 1, 0, 'snd_voi_training_101600_0026', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20036, 'There''s no point wallowing in regret right now. We just have to do what we can.', 'snd_voi_training_101600', 27, 1016017, 2, 1, 0, 'snd_voi_training_101600_0027', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20037, 'Now''s not the time to lose our nerve!', 'snd_voi_training_101600', 28, 1016004, 2, 1, 0, 'snd_voi_training_101600_0028', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20038, 'Let''s go.', 'snd_voi_training_101600', 29, 0, 2, 1, 0, 'snd_voi_training_101600_0029', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20039, 'Sounds good.', 'snd_voi_training_101600', 30, 0, 2, 1, 0, 'snd_voi_training_101600_0030', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20040, 'Yeah.', 'snd_voi_training_101600', 31, 0, 2, 1, 0, 'snd_voi_training_101600_0031', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20041, 'Let''s get started.', 'snd_voi_training_101600', 32, 0, 2, 1, 0, 'snd_voi_training_101600_0032', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20042, 'Tch...', 'snd_voi_training_101600', 33, 0, 2, 1, 0, 'snd_voi_training_101600_0033', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20043, 'Damn...', 'snd_voi_training_101600', 34, 0, 2, 1, 0, 'snd_voi_training_101600_0034', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20046, 'Time to go.', 'snd_voi_training_101600', 37, 0, 2, 1, 0, 'snd_voi_training_101600_0037', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20047, 'We going?', 'snd_voi_training_101600', 38, 0, 2, 1, 0, 'snd_voi_training_101600_0038', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20049, 'Not half bad. Keep it that way.', 'snd_voi_training_101600', 63, 0, 2, 1, 0, 'snd_voi_training_101600_0063', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20050, 'I am grateful, you know.', 'snd_voi_training_101600', 64, 0, 2, 1, 0, 'snd_voi_training_101600_0064', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 30000, 'So close. I couldn''t make the kill.', 'snd_voi_race_101600', 0, 0, 3, 1, 0, 'snd_voi_race_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 30001, 'That''s not enough to satisfy me.', 'snd_voi_race_101600', 1, 0, 3, 1, 0, 'snd_voi_race_101600_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 30002, 'This is nothing to be happy about.', 'snd_voi_race_101600', 2, 0, 3, 1, 0, 'snd_voi_race_101600_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 30003, 'Tch... Nowhere near enough to sate my hunger!', 'snd_voi_race_101600', 3, 0, 3, 1, 0, 'snd_voi_race_101600_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 60000, 'If I''m gonna do this, I''m going all out.', 'snd_voi_live_101600', 0, 0, 4, 1, 0, 'snd_voi_live_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 60001, 'This is just another battle, huh...', 'snd_voi_live_101600', 1, 0, 4, 1, 0, 'snd_voi_live_101600_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70001, 'You were the one who lit this flame under me. So you better be there until the end.', 'snd_voi_outgame_101600', 1, 1009, 7, 1, 0, 'snd_voi_outgame_101600_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90000, 'It''s morning. I don''t want to spend the day lazing about.', 'snd_voi_home_101601', 0, 1016016, 1, 1, 0, 'snd_voi_home_101601_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90001, 'Early morning isn''t too bad, I suppose. Everything''s got this kind of... stillness.', 'snd_voi_home_101601', 1, 1016805, 1, 1, 0, 'snd_voi_home_101601_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90002, 'It''s already afternoon. Let''s hurry up and start training.', 'snd_voi_home_101601', 2, 1016002, 1, 1, 0, 'snd_voi_home_101601_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90003, 'Nothing beats eating lunch behind the main hall. Just ignore all the noisy footsteps, and it''s pretty nice.', 'snd_voi_home_101601', 3, 3001, 1, 1, 0, 'snd_voi_home_101601_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90004, 'The sun''s set, leaving only darkness. It''s the most dangerous time of day in the natural world.', 'snd_voi_home_101601', 4, 1016800, 1, 1, 0, 'snd_voi_home_101601_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90005, 'Way back when, I was always told to head home when the crows start cawing.', 'snd_voi_home_101601', 5, 1016015, 1, 1, 0, 'snd_voi_home_101601_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90006, 'Looks like we''ve got some new students. It''s up to them whether they soar through the skies—or fall to the ground.', 'snd_voi_home_101601', 6, 1016006, 1, 1, 0, 'snd_voi_home_101601_0006', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90007, 'A cicada shell? That takes me back... My sister and I used to see who could find more of them.', 'snd_voi_home_101601', 7, 1016805, 1, 1, 0, 'snd_voi_home_101601_0007', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90008, 'Chirping insects and rustling leaves... It sounds like the cries of the defeated.', 'snd_voi_home_101601', 8, 1016016, 1, 1, 0, 'snd_voi_home_101601_0008', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 90009, 'The cold won''t freeze me. When I get running, my blood starts boiling.', 'snd_voi_home_101601', 9, 1016012, 1, 1, 0, 'snd_voi_home_101601_0009', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91000, 'The tape on my nose? It helps me focus. Dunno when I started—it''s just something I do now.', 'snd_voi_home_101601', 10, 2009, 1, 1, 0, 'snd_voi_home_101601_0010', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91001, 'A young student with a black hair thing keeps trying to start something with me. She seems to be all bark right now, but who knows...', 'snd_voi_home_101601', 11, 1016007, 1, 1, 0, 'snd_voi_home_101601_0011', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91002, 'My big sis won''t stop asking if I''m eating and sleeping enough... She never changes.', 'snd_voi_home_101601', 12, 3000, 1, 1, 0, 'snd_voi_home_101601_0012', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91003, 'A bird of prey could very well hurt me with its claws and beak... but there''s something alluring about that sharpness.', 'snd_voi_home_101601', 13, 9001, 1, 1, 0, 'snd_voi_home_101601_0013', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91004, 'What lies behind all that dignity the "Emperor" has... I''d love to lay it all bare.', 'snd_voi_home_101601', 14, 1016015, 1, 1, 0, 'snd_voi_home_101601_0014', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91005, 'These clothes have frills for no reason... Hey, can I just rip these ruffles off?', 'snd_voi_home_101601', 15, 1016012, 1, 1, 0, 'snd_voi_home_101601_0015', 0, 1016017, 3300, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91006, 'What''s important is whether or not I get to stand on the winner''s stage. I have no interest in the performance itself.', 'snd_voi_home_101601', 16, 1016001, 1, 1, 0, 'snd_voi_home_101601_0016', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91007, 'The hem on this was actually longer to begin with. I tore it off because it got in the way... What, see something funny?', 'snd_voi_home_101601', 17, 1016016, 1, 1, 0, 'snd_voi_home_101601_0017', 0, 11003, 7600, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91008, 'Everyone makes a big fuss when I win... But if it helps lure in strong opponents, I guess that works out just fine.', 'snd_voi_home_101601', 18, 1016011, 1, 1, 0, 'snd_voi_home_101601_0018', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91009, 'Running late in the morning is disastrous. I especially can''t deal with the noisy crowds in the cafeteria...', 'snd_voi_home_101601', 19, 1016016, 1, 1, 0, 'snd_voi_home_101601_0019', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91010, 'Ama gave me a boxed lunch again. They taste good, but I could do without the cutesy character shapes...', 'snd_voi_home_101601', 20, 1016009, 1, 1, 0, 'snd_voi_home_101601_0020', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91011, 'If you can''t sleep, then just run until you''ve got nothing left. That''ll generally make you pass out.', 'snd_voi_home_101601', 21, 1016015, 1, 1, 0, 'snd_voi_home_101601_0021', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91012, 'It''s getting warmer. Looks like I can wear short slee—actually, I''ll go sleeveless.', 'snd_voi_home_101601', 22, 1016007, 1, 1, 0, 'snd_voi_home_101601_0022', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91013, 'The heat always tires me out... Maybe I''ll sink my teeth into some meat for an energy boost.', 'snd_voi_home_101601', 23, 1016009, 1, 1, 0, 'snd_voi_home_101601_0023', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91014, 'Fallen leaves scattering into oblivion is kind of sad... But me—I''m not finished like them.', 'snd_voi_home_101601', 24, 1016800, 1, 1, 0, 'snd_voi_home_101601_0024', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 91015, 'A kotatsu heater? Sometimes I do give in to the temptation...', 'snd_voi_home_101601', 25, 1016011, 1, 1, 0, 'snd_voi_home_101601_0025', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 92000, 'Winning requires strength. So let''s get started.', 'snd_voi_training_101601', 0, 1016014, 2, 1, 0, 'snd_voi_training_101601_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 92001, 'Okay, show me how you get it done.', 'snd_voi_training_101601', 1, 1016017, 2, 1, 0, 'snd_voi_training_101601_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 92002, 'Carelessness can be fatal. Stay focused.', 'snd_voi_training_101601', 2, 1016005, 2, 1, 0, 'snd_voi_training_101601_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 92003, 'Everything I do is to build strength for battle. I don''t have time to daydream.', 'snd_voi_training_101601', 3, 1016002, 2, 1, 0, 'snd_voi_training_101601_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 92011, 'Half-hearted training won''t help me perform when the time calls for it.', 'snd_voi_training_101601', 4, 1016005, 2, 1, 0, 'snd_voi_training_101601_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 92005, 'Birds will fly so long as their wings remain unbroken. Ever higher, ever farther...', 'snd_voi_training_101601', 5, 1016806, 2, 1, 0, 'snd_voi_training_101601_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 92006, 'The stronger I get, the harder it is to see the end... But all I can do now is push forward.', 'snd_voi_training_101601', 6, 1016015, 2, 1, 0, 'snd_voi_training_101601_0006', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 92007, 'The more power I have, the hungrier I get... Hurry up and train me already.', 'snd_voi_training_101601', 7, 1016000, 2, 1, 0, 'snd_voi_training_101601_0007', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 93000, 'I like this new look we both have in our eyes.', 'snd_voi_training_101601', 8, 0, 2, 1, 0, 'snd_voi_training_101601_0008', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 93001, 'My thirst for more has been quenched... slightly.', 'snd_voi_training_101601', 9, 0, 2, 1, 0, 'snd_voi_training_101601_0009', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 95000, 'More power... more strength!', 'snd_voi_outgame_101601', 0, 1016000, 7, 1, 0, 'snd_voi_outgame_101601_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 95001, 'More. More!', 'snd_voi_outgame_101601', 1, 0, 7, 1, 0, 'snd_voi_outgame_101601_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 95003, 'Yeah, I''m Narita Brian.', 'snd_voi_outgame_101601', 3, 1016016, 7, 1, 0, 'snd_voi_outgame_101601_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 95004, 'I''ll keep on fighting. The fire in my soul won''t stop for anything—now hear it roar!', 'snd_voi_gacha_101601', 0, 0, 7, 1, 0, 'snd_voi_gacha_101601_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1008, 'Come on. Time to battle.', 'snd_voi_teamst_st_101600_0000', 0, 1016000, 8, 1, 0, 'snd_voi_teamst_st_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1039, 'Are you trembling?', 'snd_voi_teamst_st_101600_1018', 0, 1016015, 8, 1, 0, 'snd_voi_teamst_st_101600_1018_00', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1040, 'I''ll do whatever I want.', 'snd_voi_teamst_st_101600_1023', 0, 1016006, 8, 1, 0, 'snd_voi_teamst_st_101600_1023_00', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1042, 'Give me a break.', 'snd_voi_teamst_st_101700_1016', 1, 3009, 8, 1, 0, 'snd_voi_teamst_st_101700_1016_01', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1053, 'Hmph.', 'snd_voi_teamst_st_102300_1016', 1, 1016015, 8, 1, 0, 'snd_voi_teamst_st_102300_1016_01', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1000, 'I''ll hunt them all down!', 'snd_voi_teamst_101600', 0, 1016014, 8, 1, 0, 'snd_voi_teamst_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1001, 'No surprise here.', 'snd_voi_teamst_101600', 1, 0, 8, 1, 0, 'snd_voi_teamst_101600_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1003, 'I slipped up right at the end.', 'snd_voi_teamst_101600', 2, 0, 8, 1, 0, 'snd_voi_teamst_101600_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1002, 'It''s mine next time.', 'snd_voi_teamst_101600', 3, 0, 8, 1, 0, 'snd_voi_teamst_101600_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1004, 'Nothing but the best.', 'snd_voi_teamst_101600', 4, 1016015, 8, 1, 0, 'snd_voi_teamst_101600_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1007, 'Oh, a new high score, huh?', 'snd_voi_teamst_101600', 5, 1016006, 8, 1, 0, 'snd_voi_teamst_101600_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1006, 'I slipped up right at the end.', 'snd_voi_teamst_101600', 2, 1016004, 8, 1, 0, 'snd_voi_teamst_101600_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 1005, 'It''s mine next time.', 'snd_voi_teamst_101600', 3, 1016003, 8, 1, 0, 'snd_voi_teamst_101600_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 40000, 'Hup... Haaah!', 'snd_voi_race_101601', 2, 0, 3, 1, 0, 'snd_voi_race_101601_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 40001, 'Phew... Hup, hrngh... Move it!', 'snd_voi_race_101601', 3, 0, 3, 1, 0, 'snd_voi_race_101601_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 30004, 'Heh. That race was almost fun.', 'snd_voi_race_101601', 0, 0, 3, 1, 0, 'snd_voi_race_101601_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 30005, 'Ahh... The taste of victory.', 'snd_voi_race_101600', 8, 0, 3, 1, 0, 'snd_voi_race_101600_0008', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 31000, 'Let''s go.', 'snd_voi_race_101600', 9, 0, 3, 1, 0, 'snd_voi_race_101600_0009', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 13, 'Here''s today''s login bonus.', 'snd_voi_title_101600', 4, 1016015, 1, 1, 0, 'snd_voi_title_101600_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 15, 'You''re getting this tomorrow.', 'snd_voi_title_101600', 5, 1016006, 1, 1, 0, 'snd_voi_title_101600_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 110000, 'Shall we get down to training?', 'snd_voi_home_101600', 21, 0, 1, 1, 0, 'snd_voi_home_101600_0021', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 110001, 'The paths you''ve traveled... become history.', 'snd_voi_home_101600', 22, 0, 1, 1, 0, 'snd_voi_home_101600_0022', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 110002, 'We''re entering a race? That gets my blood pumping.', 'snd_voi_home_101600', 23, 0, 1, 1, 0, 'snd_voi_home_101600_0023', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 10021, 'Look. The Umamusume Archive level has gone up.', 'snd_voi_home_101600', 24, 1016001, 1, 1, 0, 'snd_voi_home_101600_0024', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 20051, 'If you''re gonna do it, give it all you''ve got.', 'snd_voi_training_101600', 65, 0, 2, 1, 0, 'snd_voi_training_101600_0065', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70000, 'I hope you''re ready for a real fight.', 'snd_voi_outgame_101600', 3, 1016017, 7, 1, 0, 'snd_voi_outgame_101600_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 95005, 'I''ll give you a hand.', 'snd_voi_outgame_101600', 4, 0, 7, 1, 0, 'snd_voi_outgame_101600_0004', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 95006, 'I''ll push you beyond your limits!', 'snd_voi_outgame_101600', 5, 0, 7, 1, 0, 'snd_voi_outgame_101600_0005', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 120000, 'I''m fired up... And ready to burn!', 'snd_voi_outgame_101600', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101600_0011', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140000, 'Size up your prey.', 'snd_voi_minigame_101600', 0, 5000, 9, 1, 0, 'snd_voi_minigame_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140001, 'All right.', 'snd_voi_minigame_101600', 1, 1016006, 9, 1, 0, 'snd_voi_minigame_101600_0001', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140002, 'Ngh.', 'snd_voi_minigame_101600', 2, 1016010, 9, 1, 0, 'snd_voi_minigame_101600_0002', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140003, 'Quite a successful hunt.', 'snd_voi_minigame_101600', 3, 971016, 9, 1, 0, 'snd_voi_minigame_101600_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140004, 'Not bad.', 'snd_voi_minigame_101600', 4, 972016, 9, 1, 0, 'snd_voi_minigame_101600_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140005, 'That all you''ve got?', 'snd_voi_minigame_101600', 5, 1003, 9, 1, 0, 'snd_voi_minigame_101600_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140006, 'Quite a successful hunt.', 'snd_voi_minigame_101600', 3, 974016, 9, 1, 0, 'snd_voi_minigame_101600_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140007, 'Not bad.', 'snd_voi_minigame_101600', 4, 973016, 9, 1, 0, 'snd_voi_minigame_101600_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140008, 'Ngh. Hmph.', 'snd_voi_minigame_101600', 6, 3003, 9, 1, 0, 'snd_voi_minigame_101600_0006', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140009, 'Hmph.', 'snd_voi_minigame_101600', 7, 1016019, 9, 1, 0, 'snd_voi_minigame_101600_0007', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140010, 'Hm-hmm... ♪', 'snd_voi_minigame_101600', 8, 2001, 9, 1, 0, 'snd_voi_minigame_101600_0008', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140011, 'You''re pretty good!', 'snd_voi_minigame_101600', 9, 1016801, 9, 1, 0, 'snd_voi_minigame_101600_0009', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140014, 'What?!', 'snd_voi_minigame_101600', 10, 11010, 9, 1, 0, 'snd_voi_minigame_101600_0010', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140015, 'Huh...', 'snd_voi_minigame_101600', 11, 1016005, 9, 1, 0, 'snd_voi_minigame_101600_0011', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140016, 'Hey, let''s go!', 'snd_voi_minigame_101600', 12, 0, 9, 1, 0, 'snd_voi_minigame_101600_0012', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140012, 'Excellent.', 'snd_voi_minigame_101600', 13, 1, 9, 1, 0, 'snd_voi_minigame_101600_0013', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140013, '...?!', 'snd_voi_minigame_101600', 14, 9010, 9, 1, 0, 'snd_voi_minigame_101600_0014', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140017, 'Damn!', 'snd_voi_minigame_101600', 15, 1016004, 9, 1, 0, 'snd_voi_minigame_101600_0015', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 140018, 'Tch...', 'snd_voi_minigame_101600', 16, 1016012, 9, 1, 0, 'snd_voi_minigame_101600_0016', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70004, 'I keep forgetting my ribbon. Not that it matters.', 'snd_voi_outgame_101600', 16, 1016805, 7, 1, 0, 'snd_voi_outgame_101600_0016', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70010, 'Does it really have to be this flashy?', 'snd_voi_outgame_101600', 17, 1016009, 7, 1, 0, 'snd_voi_outgame_101600_0017', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70008, 'I wouldn''t pick this get-up.', 'snd_voi_outgame_101600', 20, 1016016, 7, 1, 0, 'snd_voi_outgame_101600_0020', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70014, 'Ugh... All these damn frills... I won''t forget this.', 'snd_voi_outgame_101600', 21, 1016807, 7, 1, 0, 'snd_voi_outgame_101600_0021', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70009, 'I''m itchin'' to fight!', 'snd_voi_outgame_101600', 22, 1016000, 7, 1, 0, 'snd_voi_outgame_101600_0022', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70015, 'That''s a good weight. Feels pretty good.', 'snd_voi_outgame_101600', 23, 1016015, 7, 1, 0, 'snd_voi_outgame_101600_0023', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 71004, 'I keep forgetting my ribbon. Not that it matters.', 'snd_voi_outgame_101600', 16, 49, 7, 0, 0, 'snd_voi_outgame_101600_0016', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 71010, 'Does it really have to be this flashy?', 'snd_voi_outgame_101600', 17, 152, 7, 0, 0, 'snd_voi_outgame_101600_0017', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 71008, 'I wouldn''t pick this get-up.', 'snd_voi_outgame_101600', 20, 48, 7, 0, 0, 'snd_voi_outgame_101600_0020', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 71014, 'Ugh... All these damn frills... I won''t forget this.', 'snd_voi_outgame_101600', 21, 152, 7, 0, 0, 'snd_voi_outgame_101600_0021', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 71009, 'I''m itchin'' to fight!', 'snd_voi_outgame_101600', 22, 22, 7, 0, 0, 'snd_voi_outgame_101600_0022', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 71015, 'That''s a good weight. Feels pretty good.', 'snd_voi_outgame_101600', 23, 48, 7, 0, 0, 'snd_voi_outgame_101600_0023', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 2030, 'I''ll hunt them all down!', 'snd_voi_teamst_101600', 0, 1016014, 10, 1, 0, 'snd_voi_teamst_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 2031, 'Come on. Time to battle.', 'snd_voi_teamst_st_101600_0000', 0, 1016001, 10, 1, 0, 'snd_voi_teamst_st_101600_0000', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 2032, 'I am grateful, you know.', 'snd_voi_training_101600', 64, 1016016, 10, 1, 0, 'snd_voi_training_101600_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 2033, 'I''ll make them all surrender through sheer force.', 'snd_voi_training_101600', 19, 1016006, 10, 1, 0, 'snd_voi_training_101600_0019', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 2034, 'I feel my blood tingling... It must be time for a fight!', 'snd_voi_training_101600', 16, 1016000, 10, 1, 0, 'snd_voi_training_101600_0016', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 2035, 'I am grateful, you know.', 'snd_voi_training_101600', 64, 1016016, 10, 0, 0, 'snd_voi_training_101600_0064', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70018, 'I''ll tear you to pieces!', 'snd_voi_outgame_101600', 26, 1016017, 7, 1, 0, 'snd_voi_outgame_101600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 70019, 'Oh, just shut up...', 'snd_voi_outgame_101600', 27, 1016001, 7, 1, 0, 'snd_voi_outgame_101600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 71018, 'I''ll tear you to pieces!', 'snd_voi_outgame_101600', 26, 48, 7, 0, 0, 'snd_voi_outgame_101600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 71019, 'Oh, just shut up...', 'snd_voi_outgame_101600', 27, 22, 7, 0, 0, 'snd_voi_outgame_101600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 400002, 'Ugh, come on. Why is work always getting pushed my way?', 'snd_voi_event_090007', 2, 1016008, 7, 1, 0, 'snd_voi_event_090007_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1016, 400007, '"Just have fun," huh? All right, Emperor. I''ll make you eat those words.', 'snd_voi_event_090007', 7, 1016006, 7, 1, 0, 'snd_voi_event_090007_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 11, 'Cygames', 'snd_voi_title_101700', 0, 0, 0, 1, 0, 'snd_voi_title_101700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 12, 'Umamusume: Pretty Derby', 'snd_voi_title_101700', 1, 0, 0, 1, 0, 'snd_voi_title_101700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10000, 'Since you''re intent on seeing this through to the end with me, I must work hard to achieve satisfactory results.', 'snd_voi_home_101700', 0, 3001, 1, 1, 0, 'snd_voi_home_101700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10001, 'The zenith was something I once took to be mere fantasy... But with you by my side, I feel one step closer to it.', 'snd_voi_home_101700', 1, 1017006, 1, 1, 0, 'snd_voi_home_101700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10002, 'Putting yourself in someone else''s shoes gives you a new perspective on things. That''s something you taught me.', 'snd_voi_home_101700', 2, 1017007, 1, 1, 0, 'snd_voi_home_101700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10003, 'Happy New Year. Let us continue to diligently work as one towards our dreams.', 'snd_voi_home_101700', 3, 3001, 1, 1, 0, 'snd_voi_home_101700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10004, 'Some chocolates were delivered to the student council. It is my duty as president to repay this kindness with the sincerest gratitude.', 'snd_voi_home_101700', 4, 1017006, 1, 1, 0, 'snd_voi_home_101700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10005, 'Please accept these chocolates I made. I refrained from using too much sugar as a way to symbolize that the path we tread will not always be sweet and pleasing.', 'snd_voi_home_101700', 5, 1017006, 1, 1, 0, 'snd_voi_home_101700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10006, 'The student council''s Tanabata event, where students write requests to us, is being received favorably. Let us do our best to make their wishes come true.', 'snd_voi_home_101700', 6, 1017007, 1, 1, 0, 'snd_voi_home_101700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10007, 'Happy Halloween. Countless students are complaining of stomachaches due to eating too many sweets. Please do not fall victim to this affliction.', 'snd_voi_home_101700', 7, 1017006, 1, 1, 0, 'snd_voi_home_101700_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10008, 'Happy holidays, Trainer. This is a busy day where I must tend to the student council-led festivities, but let us enjoy it all the same.', 'snd_voi_home_101700', 8, 3001, 1, 1, 0, 'snd_voi_home_101700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10009, 'Some younger students have decorated a tree in the courtyard... What do you think? Shall we take a look while patrolling the school grounds?', 'snd_voi_home_101700', 9, 1017012, 1, 1, 0, 'snd_voi_home_101700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10010, 'In the blink of an eye, this busy year comes to a close. Let us make rapid progress together in the next year as well.', 'snd_voi_home_101700', 10, 1017007, 1, 1, 0, 'snd_voi_home_101700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10011, 'It''s your birthday today, isn''t it? Let us have a small celebration after training.', 'snd_voi_home_101700', 11, 1017012, 1, 1, 0, 'snd_voi_home_101700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10012, 'Happy birthday, Trainer. As one who shares the path you walk, I intend to celebrate this occasion more than any other.', 'snd_voi_home_101700', 12, 1017021, 1, 1, 0, 'snd_voi_home_101700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10013, 'Having students, student council members, and even you celebrate my birthday... I am truly blessed.', 'snd_voi_home_101700', 13, 1017007, 1, 1, 0, 'snd_voi_home_101700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10014, 'You''ve come to see me just to celebrate my birthday? I guess this really takes the cake! Hehe.', 'snd_voi_home_101700', 14, 11010, 1, 1, 0, 'snd_voi_home_101700_0014', 0, 1017013, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10015, 'It seems there is a new notice. It may be important, so let us check it at once.', 'snd_voi_home_101700', 15, 1017006, 1, 1, 0, 'snd_voi_home_101700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10016, 'It seems that a present has arrived for you. Hehe! I''m excited just thinking of what could be inside.', 'snd_voi_home_101700', 16, 3009, 1, 1, 0, 'snd_voi_home_101700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10017, 'I see you''ve completed a mission. It''s as they say, experience builds character.', 'snd_voi_home_101700', 17, 1017006, 1, 1, 0, 'snd_voi_home_101700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10018, 'There''s going to be an event soon. Make absolutely certain we take on this challenge!', 'snd_voi_home_101700', 18, 3000, 1, 1, 0, 'snd_voi_home_101700_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10019, 'It seems the event has already started. Let us loose ourselves upon it as an arrow flies to its target.', 'snd_voi_home_101700', 19, 3009, 1, 1, 0, 'snd_voi_home_101700_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20000, 'To say I am tireless would be a lie. Ambition for ambition''s sake without rest is a fool''s errand.', 'snd_voi_training_101700', 0, 1017814, 2, 1, 0, 'snd_voi_training_101700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20001, 'It seems that exhaustion has started to catch up with me...', 'snd_voi_training_101700', 1, 1017004, 2, 1, 0, 'snd_voi_training_101700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20002, 'I''m feeling quite motivated today. My running will truly be fitting of the moniker "Emperor."', 'snd_voi_training_101700', 2, 1017006, 2, 1, 0, 'snd_voi_training_101700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20003, 'What kind of training are we doing today? Would you mind jogging my memory... Hehe, my jokes are in tip-top shape as well, it seems.', 'snd_voi_training_101700', 3, 1017001, 2, 1, 0, 'snd_voi_training_101700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20004, 'My goal of reaching the top inspires every step I take. I hope today''s training will prove just as meaningful.', 'snd_voi_training_101700', 4, 3009, 2, 1, 0, 'snd_voi_training_101700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20005, 'I always feel motivated when I think of my fellow Umamusume. I must strive onward for their sake.', 'snd_voi_training_101700', 5, 3009, 2, 1, 0, 'snd_voi_training_101700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20006, 'I''ve already finished my warm-up exercises. Let us begin training at once.', 'snd_voi_training_101700', 6, 1017006, 2, 1, 0, 'snd_voi_training_101700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20007, 'We can''t simply chase after victory. We must court it with every training session. Let us keep at it.', 'snd_voi_training_101700', 7, 1017000, 2, 1, 0, 'snd_voi_training_101700_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20008, 'Mm, I cannot lie and say I feel good. However, such slight discomfort does not warrant much whining either.', 'snd_voi_training_101700', 8, 1017818, 2, 1, 0, 'snd_voi_training_101700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20009, 'I''m having trouble concentrating today. Nevertheless, I will do what I must.', 'snd_voi_training_101700', 9, 1017814, 2, 1, 0, 'snd_voi_training_101700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20010, 'Deary me, my body feels quite heavy. I would prefer not to waste the day, however...', 'snd_voi_training_101700', 10, 1017814, 2, 1, 0, 'snd_voi_training_101700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20011, 'My energy is failing me today... I know I should push on... but my body will not cooperate.', 'snd_voi_training_101700', 11, 1017004, 2, 1, 0, 'snd_voi_training_101700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20021, 'The races never stop, it seems. Then I shall continue until I reach my limit.', 'snd_voi_training_101700', 12, 1017006, 2, 1, 0, 'snd_voi_training_101700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20022, 'I''ll give it my utmost effort... However, do not expect great results to come of this.', 'snd_voi_training_101700', 13, 1017814, 2, 1, 0, 'snd_voi_training_101700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20023, 'I feel power surging from my very being. Today, I shall race with unwavering determination.', 'snd_voi_training_101700', 14, 3001, 2, 1, 0, 'snd_voi_training_101700_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20024, 'There are no guarantees in racing. However, with your training... I am guaranteed absolute victory.', 'snd_voi_training_101700', 15, 1017006, 2, 1, 0, 'snd_voi_training_101700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20025, 'Hehe. My jovial mood will surely prove beneficial to my performance today. I could take off any minute now.', 'snd_voi_training_101700', 16, 3002, 2, 1, 0, 'snd_voi_training_101700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20026, 'Thanks to you, I am able to race in top form. In return for your efforts, I shall give you a race to remember.', 'snd_voi_training_101700', 17, 3009, 2, 1, 0, 'snd_voi_training_101700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20027, 'There is nothing to worry about. I''m feeling better than ever. I believe this race will prove to be a great one.', 'snd_voi_training_101700', 18, 1017006, 2, 1, 0, 'snd_voi_training_101700_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20028, 'Hehe! My heart is brimming with anticipation. I''m sure my performance today will yield good results.', 'snd_voi_training_101700', 19, 1017801, 2, 1, 0, 'snd_voi_training_101700_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20029, 'I will not dishonor my title of Emperor in today''s race. I will approach it with all my might.', 'snd_voi_training_101700', 20, 1017815, 2, 1, 0, 'snd_voi_training_101700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20030, 'I am calm and collected. All that remains is for me to perform.', 'snd_voi_training_101700', 21, 1017006, 2, 1, 0, 'snd_voi_training_101700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20031, 'The race is upon us. I''ll be back soon, Trainer.', 'snd_voi_training_101700', 22, 11000, 2, 1, 0, 'snd_voi_training_101700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20032, 'I feel somewhat unwell. But I know what I must do. I must run with all that I have.', 'snd_voi_training_101700', 23, 1017814, 2, 1, 0, 'snd_voi_training_101700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20033, 'I cannot say things are perfect. However, I will not show even the slightest hint of weakness. I will tackle this with all my usual passion.', 'snd_voi_training_101700', 24, 11000, 2, 1, 0, 'snd_voi_training_101700_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20034, 'I will run with utmost pride. Even if my condition is not at its peak, I must uphold the title of Emperor.', 'snd_voi_training_101700', 25, 3000, 2, 1, 0, 'snd_voi_training_101700_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20035, 'I feel ill-prepared. However, I can''t afford to give up on the race. I will do all that is in my power.', 'snd_voi_training_101700', 26, 1017004, 2, 1, 0, 'snd_voi_training_101700_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20036, 'I cannot believe I am this unsettled before a race. I must collect myself at once and see this race through to the end!', 'snd_voi_training_101700', 27, 1017814, 2, 1, 0, 'snd_voi_training_101700_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20037, 'My ill form is my own responsibility. I will make sure to do whatever it takes to right this wrong.', 'snd_voi_training_101700', 28, 1017003, 2, 1, 0, 'snd_voi_training_101700_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20038, 'Let us begin.', 'snd_voi_training_101700', 29, 0, 2, 1, 0, 'snd_voi_training_101700_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20039, 'Understood.', 'snd_voi_training_101700', 30, 0, 2, 1, 0, 'snd_voi_training_101700_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20040, 'You can count on me.', 'snd_voi_training_101700', 31, 0, 2, 1, 0, 'snd_voi_training_101700_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20041, 'Got it.', 'snd_voi_training_101700', 32, 0, 2, 1, 0, 'snd_voi_training_101700_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20042, 'Ngh...', 'snd_voi_training_101700', 33, 0, 2, 1, 0, 'snd_voi_training_101700_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20043, 'Oh no...', 'snd_voi_training_101700', 34, 0, 2, 1, 0, 'snd_voi_training_101700_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20046, 'Shall we go?', 'snd_voi_training_101700', 37, 0, 2, 1, 0, 'snd_voi_training_101700_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20047, 'How exciting.', 'snd_voi_training_101700', 38, 0, 2, 1, 0, 'snd_voi_training_101700_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20049, 'I feel I have come a little closer to achieving my aspirations.', 'snd_voi_training_101700', 63, 0, 2, 1, 0, 'snd_voi_training_101700_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20050, 'Thank you, Trainer.', 'snd_voi_training_101700', 64, 0, 2, 1, 0, 'snd_voi_training_101700_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 30000, 'Next time, I shall claim my rightful place at the top.', 'snd_voi_race_101700', 0, 0, 3, 1, 0, 'snd_voi_race_101700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 30001, 'Yes, a passable result.', 'snd_voi_race_101700', 1, 0, 3, 1, 0, 'snd_voi_race_101700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 30002, 'I must strive for even higher heights.', 'snd_voi_race_101700', 2, 0, 3, 1, 0, 'snd_voi_race_101700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 30003, 'Let this result serve as a cautionary tale.', 'snd_voi_race_101700', 3, 0, 3, 1, 0, 'snd_voi_race_101700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 60000, 'Let us put on the most excellent of concerts.', 'snd_voi_live_101700', 0, 0, 4, 1, 0, 'snd_voi_live_101700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 60001, 'Everyone is counting on me. I will not disappoint them.', 'snd_voi_live_101700', 1, 0, 4, 1, 0, 'snd_voi_live_101700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70001, 'You have embraced my dream and chosen to walk this path alongside me. I find that deeply gratifying and truly encouraging.', 'snd_voi_outgame_101700', 1, 3001, 7, 1, 0, 'snd_voi_outgame_101700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90000, 'Good morning, Trainer. Let us tackle training today wholeheartedly and with zealous effort.', 'snd_voi_home_101701', 0, 3001, 1, 1, 0, 'snd_voi_home_101701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90001, 'I aim for the zenith of Umamusume kind... And that means giving today my all as well.', 'snd_voi_home_101701', 1, 1017006, 1, 1, 0, 'snd_voi_home_101701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90002, 'Is it afternoon already? Our time is finite, so let us train swiftly and decisively.', 'snd_voi_home_101701', 2, 11000, 1, 1, 0, 'snd_voi_home_101701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90003, 'I finished all my student council duties this morning. I can devote myself to training without constraint.', 'snd_voi_home_101701', 3, 1017802, 1, 1, 0, 'snd_voi_home_101701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90004, 'The sun has completely dipped below the horizon, but that doesn''t mean that the day is done just yet.', 'snd_voi_home_101701', 4, 1017007, 1, 1, 0, 'snd_voi_home_101701_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90005, 'Good evening, Trainer. Fatigue usually begins to catch up with me this late in the day, but I can hold out somewhat longer.', 'snd_voi_home_101701', 5, 11000, 1, 1, 0, 'snd_voi_home_101701_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90006, 'This is the time of year that many students make their debut. I hope they all have great races.', 'snd_voi_home_101701', 6, 3001, 1, 1, 0, 'snd_voi_home_101701_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90007, 'I treated Teio to some ice cream, and she seemed overjoyed. Hehe! I should make more time to dine with her.', 'snd_voi_home_101701', 7, 1017801, 1, 1, 0, 'snd_voi_home_101701_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90008, 'I never let fall pass without some moon gazing. A large moon shining brilliantly in the night sky may be the sort of existence I aspire to.', 'snd_voi_home_101701', 8, 3000, 1, 1, 0, 'snd_voi_home_101701_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90009, 'The track gets covered in snow around this time of year. We in the student council must make sure proper maintenance is performed.', 'snd_voi_home_101701', 9, 1017006, 1, 1, 0, 'snd_voi_home_101701_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91000, 'Air Groove is always helping out in one way or another. It is no exaggeration to say that the school council can only function because of her support.', 'snd_voi_home_101701', 10, 1017007, 1, 1, 0, 'snd_voi_home_101701_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91001, 'Many students come to the student council with their worries. Hm... It seems the cafeteria ran out of food at lunch once again.', 'snd_voi_home_101701', 11, 1017814, 1, 1, 0, 'snd_voi_home_101701_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91002, 'Hehe, it seems we''re "plumb out of plums"! Hehehe!', 'snd_voi_home_101701', 12, 1017816, 1, 1, 0, 'snd_voi_home_101701_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91003, 'Victory is at the forefront of my mind, but that''s not all. I also wish to be mindful of the way in which I win.', 'snd_voi_home_101701', 13, 3000, 1, 1, 0, 'snd_voi_home_101701_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91004, 'There are many unique students, but what they all share is a dedication to running. I hope each of them can achieve their goals... their dreams.', 'snd_voi_home_101701', 14, 1017815, 1, 1, 0, 'snd_voi_home_101701_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91005, 'Let there be no doubt. My winning concert shall be the zenith of performance as well. I shall give the fans a show to remember.', 'snd_voi_home_101701', 15, 1017815, 1, 1, 0, 'snd_voi_home_101701_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91006, 'My outfit is quite popular among the students. I must give a performance worthy of their admiration.', 'snd_voi_home_101701', 16, 1017007, 1, 1, 0, 'snd_voi_home_101701_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91007, 'My signature racewear imbues me with energy. I guess I could say that it switches me from president mode to Emperor mode.', 'snd_voi_home_101701', 17, 3001, 1, 1, 0, 'snd_voi_home_101701_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91008, 'I shall brave the path towards the top in my signature racewear. It is an indispensable part of me.', 'snd_voi_home_101701', 18, 1017802, 1, 1, 0, 'snd_voi_home_101701_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91009, 'I feel motivated every time I see everyone''s morning training sessions. That makes it even more vital to attend.', 'snd_voi_home_101701', 19, 1017802, 1, 1, 0, 'snd_voi_home_101701_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91010, 'Some Umamusume have voracious appetites. I must talk with the school administration and see if they can increase our food allotments.', 'snd_voi_home_101701', 20, 1017824, 1, 1, 0, 'snd_voi_home_101701_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91011, 'I shall go to bed tonight and lay awake in deep thought... as I think up new jokes.', 'snd_voi_home_101701', 21, 1017817, 1, 1, 0, 'snd_voi_home_101701_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91012, 'Most think of cherry blossoms when spring arrives, but a number of G1 races also take place in this season. I wonder what new Star Umamusume will emerge.', 'snd_voi_home_101701', 22, 1017006, 1, 1, 0, 'snd_voi_home_101701_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91013, 'I''m told I seem cool and collected even in summer. Hmm, I wonder if I should go around looking languid occasionally?', 'snd_voi_home_101701', 23, 1017814, 1, 1, 0, 'snd_voi_home_101701_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91014, 'Fall is filled with school events. Just imagining the students'' smiling faces is enough to put me in high spirits. I will do everything I can to make them happy.', 'snd_voi_home_101701', 24, 1017007, 1, 1, 0, 'snd_voi_home_101701_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91015, 'The days are starting to get colder, but my passion is ever-burning. I shall never shrink from the cold.', 'snd_voi_home_101701', 25, 3009, 1, 1, 0, 'snd_voi_home_101701_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92000, 'I am an Umamusume of her word. I will face any training with the utmost determination.', 'snd_voi_training_101701', 0, 3000, 2, 1, 0, 'snd_voi_training_101701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92001, 'Practice makes perfect, as they say. Let us get to training then.', 'snd_voi_training_101701', 1, 1017006, 2, 1, 0, 'snd_voi_training_101701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92002, 'Training is always beneficial, be it basic or advanced. I will follow your lead.', 'snd_voi_training_101701', 3, 11000, 2, 1, 0, 'snd_voi_training_101701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92003, 'My preparations are complete. I''m ready for your instructions at any time.', 'snd_voi_training_101701', 4, 1017006, 2, 1, 0, 'snd_voi_training_101701_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92011, 'What shall we do today? I trust in your ability.', 'snd_voi_training_101701', 2, 3001, 2, 1, 0, 'snd_voi_training_101701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92005, 'If you are stuck, feel free to talk to me. We both share the same goal, after all.', 'snd_voi_training_101701', 5, 3000, 2, 1, 0, 'snd_voi_training_101701_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92006, 'There''s a part of me that always looks forward to training. Hehe, let''s see what you have in store for me today.', 'snd_voi_training_101701', 6, 11000, 2, 1, 0, 'snd_voi_training_101701_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92007, 'We are partners who share common aspirations. No matter the training, I have complete trust in you.', 'snd_voi_training_101701', 7, 3000, 2, 1, 0, 'snd_voi_training_101701_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 93000, 'I hope to continue proceeding towards the top with you by my side.', 'snd_voi_training_101701', 8, 0, 2, 1, 0, 'snd_voi_training_101701_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 93001, 'The path we have walked together has been full of eye-opening experiences.', 'snd_voi_training_101701', 9, 0, 2, 1, 0, 'snd_voi_training_101701_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95000, 'This is also a gift borne from all my hard work and dedication.', 'snd_voi_outgame_101701', 0, 2001, 7, 1, 0, 'snd_voi_outgame_101701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95001, 'I''ve taken another step towards the zenith—the greatest of glory.', 'snd_voi_outgame_101701', 1, 2001, 7, 1, 0, 'snd_voi_outgame_101701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95003, 'Yes, I am Symboli Rudolf.', 'snd_voi_outgame_101701', 3, 3000, 7, 1, 0, 'snd_voi_outgame_101701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95004, 'As the Emperor, I must command dignity.', 'snd_voi_gacha_101701', 0, 0, 7, 1, 0, 'snd_voi_gacha_101701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1008, 'Let us fasten our laces and give it our all!', 'snd_voi_teamst_st_101700_0000', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_101700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1041, 'Time to go.', 'snd_voi_teamst_st_101700_1018', 0, 1017006, 8, 1, 0, 'snd_voi_teamst_st_101700_1018_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1042, 'I expect great things from you.', 'snd_voi_teamst_st_101700_1016', 0, 1017006, 8, 1, 0, 'snd_voi_teamst_st_101700_1016_00', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1013, 'Here we go, Teio.', 'snd_voi_teamst_st_100300_1017', 1, 1017017, 8, 1, 0, 'snd_voi_teamst_st_100300_1017_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1000, 'Let us be united in our efforts!', 'snd_voi_teamst_101700', 0, 1017006, 8, 1, 0, 'snd_voi_teamst_101700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1001, 'Well done, everyone.', 'snd_voi_teamst_101700', 1, 0, 8, 1, 0, 'snd_voi_teamst_101700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1003, 'What a worthy opponent... A contender for supremacy, even.', 'snd_voi_teamst_101700', 2, 0, 8, 1, 0, 'snd_voi_teamst_101700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1002, 'Turn failure into success and move onward.', 'snd_voi_teamst_101700', 3, 0, 8, 1, 0, 'snd_voi_teamst_101700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1004, 'We have seized glory!', 'snd_voi_teamst_101700', 4, 1017006, 8, 1, 0, 'snd_voi_teamst_101700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1007, 'A new high score. This calls for celebration.', 'snd_voi_teamst_101700', 5, 1017007, 8, 1, 0, 'snd_voi_teamst_101700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1006, 'What a worthy opponent... A contender for supremacy, even.', 'snd_voi_teamst_101700', 2, 1017016, 8, 1, 0, 'snd_voi_teamst_101700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 1005, 'Turn failure into success and move onward.', 'snd_voi_teamst_101700', 3, 1017008, 8, 1, 0, 'snd_voi_teamst_101700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 120000, 'I feel spurred on by an invisible force.', 'snd_voi_outgame_101700', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140000, 'I expect great things from you.', 'snd_voi_minigame_101700', 0, 1017006, 9, 1, 0, 'snd_voi_minigame_101700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140001, 'All right.', 'snd_voi_minigame_101700', 1, 1017007, 9, 1, 0, 'snd_voi_minigame_101700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140002, 'This is hard...', 'snd_voi_minigame_101700', 2, 1017814, 9, 1, 0, 'snd_voi_minigame_101700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140003, 'I thank you from the bottom of my heart.', 'snd_voi_minigame_101700', 3, 971017, 9, 1, 0, 'snd_voi_minigame_101700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140004, 'A passable result.', 'snd_voi_minigame_101700', 4, 972017, 9, 1, 0, 'snd_voi_minigame_101700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140005, 'Turn failure into success and move onward.', 'snd_voi_minigame_101700', 5, 1017007, 9, 1, 0, 'snd_voi_minigame_101700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140006, 'I thank you from the bottom of my heart.', 'snd_voi_minigame_101700', 3, 974017, 9, 1, 0, 'snd_voi_minigame_101700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140007, 'A passable result.', 'snd_voi_minigame_101700', 4, 973017, 9, 1, 0, 'snd_voi_minigame_101700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140008, 'Hehe!', 'snd_voi_minigame_101700', 6, 1017819, 9, 1, 0, 'snd_voi_minigame_101700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140009, 'Dear me...', 'snd_voi_minigame_101700', 7, 1017011, 9, 1, 0, 'snd_voi_minigame_101700_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140010, 'Haha!', 'snd_voi_minigame_101700', 8, 1017812, 9, 1, 0, 'snd_voi_minigame_101700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140011, 'Resplendent!', 'snd_voi_minigame_101700', 9, 1017816, 9, 1, 0, 'snd_voi_minigame_101700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140014, 'What?!', 'snd_voi_minigame_101700', 10, 1017820, 9, 1, 0, 'snd_voi_minigame_101700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140015, 'Hm...', 'snd_voi_minigame_101700', 11, 1017007, 9, 1, 0, 'snd_voi_minigame_101700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140016, 'Hey!', 'snd_voi_minigame_101700', 12, 1017822, 9, 1, 0, 'snd_voi_minigame_101700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140012, 'All right!', 'snd_voi_minigame_101700', 13, 1017811, 9, 1, 0, 'snd_voi_minigame_101700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140013, 'Oh!', 'snd_voi_minigame_101700', 14, 1017809, 9, 1, 0, 'snd_voi_minigame_101700_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140017, 'Hmmm...', 'snd_voi_minigame_101700', 15, 1017823, 9, 1, 0, 'snd_voi_minigame_101700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 140018, 'What happened?', 'snd_voi_minigame_101700', 16, 1017813, 9, 1, 0, 'snd_voi_minigame_101700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 40000, 'Let the heavens hear me roar!', 'snd_voi_race_101701', 2, 0, 3, 1, 0, 'snd_voi_race_101701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 40001, 'There is no path laid out before me. Which is why I shall carve one myself with spirit and vigor!', 'snd_voi_race_101701', 3, 0, 3, 1, 0, 'snd_voi_race_101701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 30004, 'As they say, "Eclipse first, the rest nowhere."', 'snd_voi_race_101701', 0, 0, 3, 1, 0, 'snd_voi_race_101701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 30005, 'Behold... That was the run of an Emperor!', 'snd_voi_race_101700', 8, 0, 3, 1, 0, 'snd_voi_race_101700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 31000, 'Let us make history today.', 'snd_voi_race_101700', 9, 0, 3, 1, 0, 'snd_voi_race_101700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 13, 'This is today''s login bonus.', 'snd_voi_title_101700', 4, 1017006, 1, 1, 0, 'snd_voi_title_101700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 15, 'Hmmm, for tomorrow... this, I suppose.', 'snd_voi_title_101700', 5, 8002, 1, 1, 0, 'snd_voi_title_101700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 110000, 'Progress is born of consistent practice.', 'snd_voi_home_101700', 21, 0, 1, 1, 0, 'snd_voi_home_101700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 110001, 'Every Umamusume has a story to tell.', 'snd_voi_home_101700', 22, 0, 1, 1, 0, 'snd_voi_home_101700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 110002, 'Are we going to enter a race?', 'snd_voi_home_101700', 23, 0, 1, 1, 0, 'snd_voi_home_101700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 10021, 'Well then, it appears your Umamusume Archive has increased in level.', 'snd_voi_home_101700', 24, 8001, 1, 1, 0, 'snd_voi_home_101700_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 20051, 'Let us progress together.', 'snd_voi_training_101700', 65, 1009, 2, 1, 0, 'snd_voi_training_101700_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70000, 'Let us aim for our dreams together.', 'snd_voi_outgame_101700', 3, 0, 7, 1, 0, 'snd_voi_outgame_101700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95005, 'Perhaps now I can be of more help.', 'snd_voi_outgame_101700', 4, 0, 7, 1, 0, 'snd_voi_outgame_101700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95006, 'My performance will be even better going forward.', 'snd_voi_outgame_101700', 5, 0, 7, 1, 0, 'snd_voi_outgame_101700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70004, 'Even in uniform, I am ready to take to the track.', 'snd_voi_outgame_101700', 16, 1017017, 7, 1, 0, 'snd_voi_outgame_101700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70010, 'A student council president should be a role model for all.', 'snd_voi_outgame_101700', 17, 1017007, 7, 1, 0, 'snd_voi_outgame_101700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70008, 'Wearing this kind of outfit is refreshing in its own way.', 'snd_voi_outgame_101700', 20, 8000, 7, 1, 0, 'snd_voi_outgame_101700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70014, 'I shall sing and dance in a dignified manner everyone will enjoy.', 'snd_voi_outgame_101700', 21, 3001, 7, 1, 0, 'snd_voi_outgame_101700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70009, 'This signature racewear shall take me towards the zenith!', 'snd_voi_outgame_101700', 22, 2009, 7, 1, 0, 'snd_voi_outgame_101700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70015, 'Even after I reach the top, it will not be enough. I will always aim higher!', 'snd_voi_outgame_101700', 23, 1017022, 7, 1, 0, 'snd_voi_outgame_101700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71004, 'Even in uniform, I am ready to take to the track.', 'snd_voi_outgame_101700', 16, 34, 7, 0, 0, 'snd_voi_outgame_101700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71010, 'A student council president should be a role model for all.', 'snd_voi_outgame_101700', 17, 48, 7, 0, 0, 'snd_voi_outgame_101700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71008, 'Wearing this kind of outfit is refreshing in its own way.', 'snd_voi_outgame_101700', 20, 148, 7, 0, 0, 'snd_voi_outgame_101700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71014, 'I shall sing and dance in a dignified manner everyone will enjoy.', 'snd_voi_outgame_101700', 21, 18, 7, 0, 0, 'snd_voi_outgame_101700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71009, 'This signature racewear shall take me towards the zenith!', 'snd_voi_outgame_101700', 22, 22, 7, 0, 0, 'snd_voi_outgame_101700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71015, 'Even after I reach the top, it will not be enough. I will always aim higher!', 'snd_voi_outgame_101700', 23, 48, 7, 0, 0, 'snd_voi_outgame_101700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 2030, 'Let us be united in our efforts!', 'snd_voi_teamst_101700', 0, 1017006, 10, 1, 0, 'snd_voi_teamst_101700_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 2031, 'Let us fasten our laces and give it our all!', 'snd_voi_teamst_st_101700_0000', 0, 2009, 10, 1, 0, 'snd_voi_teamst_st_101700_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 2032, 'Thank you, Trainer.', 'snd_voi_training_101700', 64, 3001, 10, 1, 0, 'snd_voi_training_101700_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 2033, 'Hehe! My heart is bounding with anticipation. I''m sure my performance today will yield good results.', 'snd_voi_training_101700', 19, 1017801, 10, 1, 0, 'snd_voi_training_101700_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 2034, 'Hehe. My jovial mood will surely prove beneficial to my performance today. I could take off any minute now.', 'snd_voi_training_101700', 16, 3002, 10, 1, 0, 'snd_voi_training_101700_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 2035, 'Thank you, Trainer.', 'snd_voi_training_101700', 64, 3001, 10, 0, 0, 'snd_voi_training_101700_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 81000, 'Let us foster each other''s potential.', 'snd_voi_outgame_101700', 13, 2009, 7, 1, 0, 'snd_voi_outgame_101700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 81001, 'The warm-up ends here. Let us take on the real challenge.', 'snd_voi_outgame_101700', 14, 1017017, 7, 1, 0, 'snd_voi_outgame_101700_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70018, 'My glorious reign has just begun.', 'snd_voi_outgame_101700', 26, 1017017, 7, 1, 0, 'snd_voi_outgame_101700_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70019, 'I''ll show you what is absolute!', 'snd_voi_outgame_101700', 27, 11009, 7, 1, 0, 'snd_voi_outgame_101700_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71018, 'My glorious reign has just begun.', 'snd_voi_outgame_101700', 26, 18, 7, 0, 0, 'snd_voi_outgame_101700_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71019, 'I''ll show you what is absolute!', 'snd_voi_outgame_101700', 27, 33, 7, 0, 0, 'snd_voi_outgame_101700_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90010, 'Just like martial arts, racing begins and ends with respect... So Trainer, I would like to respectfully say that I look forward to today''s training.', 'snd_voi_home_101702', 0, 1017017, 1, 1, 0, 'snd_voi_home_101702_0000', 0, 1017805, 4300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90011, 'While I was taking my morning walk, a kind woman said my clothes have a beautiful pattern. She even gifted me with a piece of mochi.', 'snd_voi_home_101702', 1, 1017822, 1, 1, 0, 'snd_voi_home_101702_0001', 0, 1017825, 5200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90012, 'We archers have a saying—"True shooting, certain hitting." Let us keep this principle in mind as we go about our day.', 'snd_voi_home_101702', 2, 3009, 1, 1, 0, 'snd_voi_home_101702_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90013, 'Now, the next event is scheduled for... Hm, I''ll have to contact the coordinator before the day is done.', 'snd_voi_home_101702', 3, 1017006, 1, 1, 0, 'snd_voi_home_101702_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90014, 'They say the darkness draws in all manner of evil... Perhaps preparing a course of action is in order—just in case something happens.', 'snd_voi_home_101702', 4, 3000, 1, 1, 0, 'snd_voi_home_101702_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90015, 'The more I plead with my body to slumber, the longer I lie awake... The night before the festival was especially rough for me.', 'snd_voi_home_101702', 5, 1017010, 1, 1, 0, 'snd_voi_home_101702_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90016, 'Yawn... Come spring, the base desire to sleep grows strong enough to resist the arrows of even the purest archers.', 'snd_voi_home_101702', 6, 1017011, 1, 1, 0, 'snd_voi_home_101702_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90017, 'A future where I can truly relax is still far off... But if we happen to have an opening in our schedules, we should go to a local festival.', 'snd_voi_home_101702', 7, 1017007, 1, 1, 0, 'snd_voi_home_101702_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90018, 'The chrysanthemum for the Kikuka Sho, the seasonal flowers for the Shuka Sho, and the shield of the Tenno Sho... No, that last one can wait until after I''ve been crowned at the end of the year. For now, let us simply enjoy this fall festival.', 'snd_voi_home_101702', 8, 1017006, 1, 1, 0, 'snd_voi_home_101702_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 90019, 'Compared to outside, the temperature in here is just right. Be sure to stay warm, lest you catch your death... I suppose that goes for me as well.', 'snd_voi_home_101702', 9, 3001, 1, 1, 0, 'snd_voi_home_101702_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91016, 'Teio was absolutely thrilled to see my hair tied up like this. We''ve even made plans to buy matching hair ties next week.', 'snd_voi_home_101702', 10, 11001, 1, 1, 0, 'snd_voi_home_101702_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91017, 'The director was kind enough to push my selfish request all the way to the URA at the Fleetfoot Festival. She has my deepest respect.', 'snd_voi_home_101702', 11, 1017007, 1, 1, 0, 'snd_voi_home_101702_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91018, 'Change is constant... There will come a time where I, too, will decline and fall, like the autumn foliage. Before then, I must leave my mark.', 'snd_voi_home_101702', 12, 11000, 1, 1, 0, 'snd_voi_home_101702_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91019, 'Curren Chan was teaching me the ways of social media, but I must admit it still... mystifies me.', 'snd_voi_home_101702', 13, 1017010, 1, 1, 0, 'snd_voi_home_101702_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91020, 'C.B. said I remind her of a fairy-tale hero, come to cleanse the world of evil. Personally, I think that role suits her better.', 'snd_voi_home_101702', 14, 1017015, 1, 1, 0, 'snd_voi_home_101702_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91028, 'My grandfather seems to enjoy this outfit. He even said I would be quite popular in France... Perhaps I should pay France a visit?', 'snd_voi_home_101702', 15, 1017006, 1, 1, 0, 'snd_voi_home_101702_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91029, 'Whenever I feel down, I just look at the fall foliage and remember that I have to be-leaf in myself. Hehe.', 'snd_voi_home_101702', 16, 3002, 1, 1, 0, 'snd_voi_home_101702_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91021, 'Gold City gifted me this tail oil recently, and it smells just like lemons... It really adds some zest to my morning routine.', 'snd_voi_home_101702', 17, 1017007, 1, 1, 0, 'snd_voi_home_101702_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91022, 'The other day, I stopped by the archery dojo I used to attend as a child, and they gifted me with some jelly desserts. Would you care to sample them with me?', 'snd_voi_home_101702', 18, 1017006, 1, 1, 0, 'snd_voi_home_101702_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91023, 'Let me know when you''re being plagued by nightmares. My arrows shall ring true and purify them for you.', 'snd_voi_home_101702', 19, 3000, 1, 1, 0, 'snd_voi_home_101702_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91024, 'What sort of fruit shall be born of this season? I eagerly await the harvest.', 'snd_voi_home_101702', 20, 1017826, 1, 1, 0, 'snd_voi_home_101702_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91025, 'I''ve opened the windows to cool the student council office, but Brian insists that it''s still too hot. I even gave her a fan. I swear, that girl...', 'snd_voi_home_101702', 21, 1017011, 1, 1, 0, 'snd_voi_home_101702_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91026, 'I see participating in the Fleetfoot Festival as a great honor. After all, our performance can prove pivotal to the rookies watching.', 'snd_voi_home_101702', 22, 1017007, 1, 1, 0, 'snd_voi_home_101702_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 91027, 'A snow festival... If it''s on a small scale, we should be able to recreate it on campus. I should reserve a truck to help transport any additional snow we need.', 'snd_voi_home_101702', 23, 1017019, 1, 1, 0, 'snd_voi_home_101702_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92015, 'My belt is secure. I''m ready to go.', 'snd_voi_training_101702', 0, 3001, 2, 1, 0, 'snd_voi_training_101702_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92016, 'If I want to succeed from the onset, I must sharpen my intuition.', 'snd_voi_training_101702', 1, 1017006, 2, 1, 0, 'snd_voi_training_101702_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92017, 'They say music is great for raising morale... Tell me, which do you prefer? Taiko drums or the flute?', 'snd_voi_training_101702', 2, 11000, 2, 1, 0, 'snd_voi_training_101702_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92018, 'No matter what they wear, an archer is still a hunter in essence. May my trophies convey my prowess.', 'snd_voi_training_101702', 3, 3009, 2, 1, 0, 'snd_voi_training_101702_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92020, 'My target is in sight. All that remains is for me to be steadfast in my pursuit.', 'snd_voi_training_101702', 5, 1017006, 2, 1, 0, 'snd_voi_training_101702_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92021, 'If I deem a trial necessary for my conquest, not even the steepest slopes will keep me from advancing.', 'snd_voi_training_101702', 6, 1017016, 2, 1, 0, 'snd_voi_training_101702_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 92022, 'Calling a racer a beast conjures a sense of fear, but also respect for their formative skills. Now, Trainer... what would you call me?', 'snd_voi_training_101702', 7, 11000, 2, 1, 0, 'snd_voi_training_101702_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 93004, 'Let us continue ever forward with calm and steady hearts.', 'snd_voi_training_101702', 8, 0, 2, 1, 0, 'snd_voi_training_101702_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 93005, 'So this is what they mean when they say time flies.', 'snd_voi_training_101702', 9, 0, 2, 1, 0, 'snd_voi_training_101702_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95007, 'I look forward to using these sharpened fangs of mine.', 'snd_voi_outgame_101702', 0, 3001, 7, 1, 0, 'snd_voi_outgame_101702_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95008, 'This flame... is it passion, or instinct?', 'snd_voi_outgame_101702', 1, 0, 7, 1, 0, 'snd_voi_outgame_101702_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95010, 'The name''s Symboli Rudolf. Shall we?', 'snd_voi_outgame_101702', 3, 2009, 7, 1, 0, 'snd_voi_outgame_101702_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70016, 'Now then, where is my next target?', 'snd_voi_outgame_101700', 24, 3001, 7, 1, 0, 'snd_voi_outgame_101700_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 70017, 'I must give a performance worthy of the chrysanthemums.', 'snd_voi_outgame_101700', 25, 1017006, 7, 1, 0, 'snd_voi_outgame_101700_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71016, 'Now then, where is my next target?', 'snd_voi_outgame_101700', 24, 33, 7, 0, 0, 'snd_voi_outgame_101700_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 71017, 'I must give a performance worthy of the chrysanthemums.', 'snd_voi_outgame_101700', 25, 50, 7, 0, 0, 'snd_voi_outgame_101700_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 95009, 'With my bow mighty and arrows pure, I shall expel all calamity.', 'snd_voi_gacha_101702', 0, 0, 7, 1, 0, 'snd_voi_gacha_101702_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 40003, 'My bow and I shall ward off all disasters!', 'snd_voi_race_101702', 2, 0, 3, 1, 0, 'snd_voi_race_101702_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 40004, 'The time has come—the targets are in sight. One... two... Now, take aim! ...It is done.', 'snd_voi_race_101702', 3, 0, 3, 1, 0, 'snd_voi_race_101702_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 30006, 'With this, another target has been taken down.', 'snd_voi_race_101702', 0, 0, 3, 1, 0, 'snd_voi_race_101702_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 30007, 'Remember well... This is how the Emperor runs!', 'snd_voi_race_101700', 8, 0, 3, 1, 0, 'snd_voi_race_101700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 400003, 'I have done all that I can to push them in the right direction. Now all that''s left... is to watch and wait.', 'snd_voi_event_090007', 3, 1017015, 7, 1, 0, 'snd_voi_event_090007_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 400008, 'The beast should open her eyes any minute now... This has been a long time coming, Brian.', 'snd_voi_event_090007', 8, 1017016, 7, 1, 0, 'snd_voi_event_090007_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 400009, 'It took a lot of hard work to create such a memorable festival, but as they say, no pain, no gain... Now then, I must return to finish up my student council duties!', 'snd_voi_event_090007', 9, 1017007, 7, 1, 0, 'snd_voi_event_090007_0009', 0, 11014, 5900, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410000, 'Here I go!', 'snd_voi_roulette_101700', 0, 0, 7, 1, 0, 'snd_voi_roulette_101700_0000', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410001, 'Good!', 'snd_voi_roulette_101700', 1, 400008, 7, 1, 0, 'snd_voi_roulette_101700_0001', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410002, 'Hm...', 'snd_voi_roulette_101700', 2, 400009, 7, 1, 0, 'snd_voi_roulette_101700_0002', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410003, 'Hm...', 'snd_voi_roulette_101700', 2, 400009, 7, 0, 0, 'snd_voi_roulette_101700_0002', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410004, 'Hehe.', 'snd_voi_roulette_101700', 3, 400010, 7, 1, 0, 'snd_voi_roulette_101700_0003', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410005, 'Hehe.', 'snd_voi_roulette_101700', 3, 400010, 7, 0, 0, 'snd_voi_roulette_101700_0003', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410006, 'Hahaha...', 'snd_voi_roulette_101700', 4, 400011, 7, 1, 0, 'snd_voi_roulette_101700_0004', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410007, 'Hahaha...', 'snd_voi_roulette_101700', 4, 400011, 7, 0, 0, 'snd_voi_roulette_101700_0004', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1017, 410008, 'Hahaha...', 'snd_voi_roulette_101700', 4, 400011, 7, 0, 0, 'snd_voi_roulette_101700_0004', 0, 0, 0, 1635422400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 11, 'Cygames', 'snd_voi_title_101800', 0, 0, 0, 1, 0, 'snd_voi_title_101800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_101800', 1, 0, 0, 1, 0, 'snd_voi_title_101800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10000, 'I did say I wouldn''t mind placing trust in you, but I didn''t say I''d placed it yet... Hmph. Keep at it.', 'snd_voi_home_101800', 0, 1018017, 1, 1, 0, 'snd_voi_home_101800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10001, 'Meet me behind the school building at first light tomorrow... The flowers are almost ready to bloom.', 'snd_voi_home_101800', 1, 1018002, 1, 1, 0, 'snd_voi_home_101800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10002, 'You once called me the "ideal empress." Rest assured, I will not allow that ideal to crumble.', 'snd_voi_home_101800', 2, 1018820, 1, 1, 0, 'snd_voi_home_101800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10003, 'Happy New Year. Though it may be a time of celebration, you ought to refrain from overindulgence and live in an orderly fashion.', 'snd_voi_home_101800', 3, 1018820, 1, 1, 0, 'snd_voi_home_101800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10004, 'Sigh... I am grateful that so many think highly of me, but this is entirely too much chocolate. Eating them all will be no easy task.', 'snd_voi_home_101800', 4, 1007, 1, 1, 0, 'snd_voi_home_101800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10005, 'I made some chocolates for you. I only wanted to acknowledge the work you do for me each day, but please tell me honestly how they taste. That is all.', 'snd_voi_home_101800', 5, 1018008, 1, 1, 0, 'snd_voi_home_101800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10006, 'The bamboo trees are covered in wish slips for Tanabata. I can''t help but hope that all the dreams written on them come true.', 'snd_voi_home_101800', 6, 1001, 1, 1, 0, 'snd_voi_home_101800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10007, 'Trick or treat. My mother told me to cherish these seasonal events. You enjoy yourself, too... In moderation, of course.', 'snd_voi_home_101800', 7, 1018820, 1, 1, 0, 'snd_voi_home_101800_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10008, 'When we decorate the big tree, there''s always someone who tries to climb it... Sigh... I wonder who it''ll be this year.', 'snd_voi_home_101800', 8, 1018817, 1, 1, 0, 'snd_voi_home_101800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10009, 'The holiday decorations in town are worth seeing. If you''re interested, then I suppose I could accompany you.', 'snd_voi_home_101800', 9, 1018820, 1, 1, 0, 'snd_voi_home_101800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10010, 'Another year gone by... With you fussing about every day, there was never a boring moment. Yes, I''m being sarcastic. But you already knew that.', 'snd_voi_home_101800', 10, 25000, 1, 1, 0, 'snd_voi_home_101800_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10011, 'What? It''s your birthday? Why didn''t you say something earlier? I would''ve prepared something.', 'snd_voi_home_101800', 11, 1018820, 1, 1, 0, 'snd_voi_home_101800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10012, 'Hey, is there anything you want? ...Today is your birthday, after all, so I wouldn''t mind granting a wish or two.', 'snd_voi_home_101800', 12, 1018821, 1, 1, 0, 'snd_voi_home_101800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10013, 'I''ll be heading home early today. My mother is coming to see me for my birthday!', 'snd_voi_home_101800', 13, 1018006, 1, 1, 0, 'snd_voi_home_101800_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10014, 'You want to celebrate my birthday? A-ahem... I am quite busy, but... Fine. Hold on, I''ll free up some time.', 'snd_voi_home_101800', 14, 1018017, 1, 1, 0, 'snd_voi_home_101800_0014', 0, 1018800, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10015, 'Hm? It seems there''s some new information. Check it and report back immediately.', 'snd_voi_home_101800', 15, 1018820, 1, 1, 0, 'snd_voi_home_101800_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10016, 'Hey, a present came for you. Make sure you keep your packages sorted, you hear?', 'snd_voi_home_101800', 16, 1018801, 1, 1, 0, 'snd_voi_home_101800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10017, 'Oh, it looks like you accomplished a mission. You better put what you learned to good use.', 'snd_voi_home_101800', 17, 25000, 1, 1, 0, 'snd_voi_home_101800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10018, 'It seems preparations are underway for an event. Make sure you confirm the details, lest you regret it.', 'snd_voi_home_101800', 18, 11000, 1, 1, 0, 'snd_voi_home_101800_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10019, 'An event is underway. There seem to be quite a few rewards... Participating as much as possible would be a good idea.', 'snd_voi_home_101800', 19, 1001, 1, 1, 0, 'snd_voi_home_101800_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20000, 'I feel inexplicably dizzy... Am I at my limit?', 'snd_voi_training_101800', 0, 1018822, 2, 1, 0, 'snd_voi_training_101800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20001, 'Ngh... My legs feel so heavy. I need to rest...', 'snd_voi_training_101800', 1, 1018822, 2, 1, 0, 'snd_voi_training_101800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20002, 'I''m bursting with energy! This is a fine opportunity to train! Let''s get started!', 'snd_voi_training_101800', 2, 1018833, 2, 1, 0, 'snd_voi_training_101800_0002', 0, 1018001, 2000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20003, 'I truly feel amazing. I can take on anything you throw at me and achieve excellent results.', 'snd_voi_training_101800', 3, 1018006, 2, 1, 0, 'snd_voi_training_101800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20004, 'I feel great thanks to a peaceful day off. Now I can truly concentrate on training.', 'snd_voi_training_101800', 4, 1018006, 2, 1, 0, 'snd_voi_training_101800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20005, 'My body feels so light... I''m sure training today will prove very productive.', 'snd_voi_training_101800', 5, 1018017, 2, 1, 0, 'snd_voi_training_101800_0005', 0, 8001, 1900, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20006, 'I have nothing to complain about. I can run as usual.', 'snd_voi_training_101800', 6, 1018820, 2, 1, 0, 'snd_voi_training_101800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20007, 'As long as I can keep my composure, nothing will go wrong.', 'snd_voi_training_101800', 7, 11000, 2, 1, 0, 'snd_voi_training_101800_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20008, 'My body won''t move how I want it to...', 'snd_voi_training_101800', 8, 1018816, 2, 1, 0, 'snd_voi_training_101800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20009, 'I know I must always run with passion... But today, I...', 'snd_voi_training_101800', 9, 8003, 2, 1, 0, 'snd_voi_training_101800_0009', 0, 1018815, 2400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20010, 'I''ve been feeling bad since this morning. No, it is not your fault. Pay it no mind.', 'snd_voi_training_101800', 10, 1018822, 2, 1, 0, 'snd_voi_training_101800_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20011, '...My body feels so heavy. This just won''t do. What has happened?', 'snd_voi_training_101800', 11, 1018822, 2, 1, 0, 'snd_voi_training_101800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20021, 'Another race? Have you put any thought into this?', 'snd_voi_training_101800', 12, 1003, 2, 1, 0, 'snd_voi_training_101800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20022, 'This isn''t a contest to see who can enter the most races. You do understand that, don''t you?', 'snd_voi_training_101800', 13, 1018018, 2, 1, 0, 'snd_voi_training_101800_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20023, 'I have the most perfect form. Winning will come naturally.', 'snd_voi_training_101800', 14, 1018001, 2, 1, 0, 'snd_voi_training_101800_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20024, 'It does not matter who I''m up against. They are merely stepping stones toward my ideal.', 'snd_voi_training_101800', 15, 1018006, 2, 1, 0, 'snd_voi_training_101800_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20025, 'Hmph. This will not do. The audience''s fervor is getting to me.', 'snd_voi_training_101800', 16, 1018823, 2, 1, 0, 'snd_voi_training_101800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20026, 'These legs will carve a path to victory!', 'snd_voi_training_101800', 17, 1018001, 2, 1, 0, 'snd_voi_training_101800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20027, 'All my hard work has finally paid off. The result was practically guaranteed.', 'snd_voi_training_101800', 18, 1018006, 2, 1, 0, 'snd_voi_training_101800_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20028, 'I''m off! I''ll show the younger students something they can aspire to!', 'snd_voi_training_101800', 19, 1018813, 2, 1, 0, 'snd_voi_training_101800_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20029, 'I''m feeling just fine. I will seize control of this race and bend it to my will.', 'snd_voi_training_101800', 20, 1018801, 2, 1, 0, 'snd_voi_training_101800_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20030, 'My form is as per usual. Now all that''s left is to seize control of the flow of the race.', 'snd_voi_training_101800', 21, 11000, 2, 1, 0, 'snd_voi_training_101800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20031, 'I believe I can run as I always do... When I see an opportunity to claim victory, I shall take it.', 'snd_voi_training_101800', 22, 25000, 2, 1, 0, 'snd_voi_training_101800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20032, 'I can''t say I''m in perfect shape, but... Hmph, that is exactly what makes this a worthy challenge.', 'snd_voi_training_101800', 23, 1018003, 2, 1, 0, 'snd_voi_training_101800_0023', 0, 1009, 5200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20033, 'I must change my frame of mind... If I fail here, I fear I could never face my mother again.', 'snd_voi_training_101800', 24, 1018817, 2, 1, 0, 'snd_voi_training_101800_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20034, 'Even if my condition is lacking, I shall not falter. I must press on. That is what an empress does.', 'snd_voi_training_101800', 25, 1003, 2, 1, 0, 'snd_voi_training_101800_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20035, 'My form is all wrong. This must be some kind of nightmare. But I will put a stop to it!', 'snd_voi_training_101800', 26, 1018815, 2, 1, 0, 'snd_voi_training_101800_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20036, 'Grrr... My form is pitiful. However, I will get my act together.', 'snd_voi_training_101800', 27, 1018816, 2, 1, 0, 'snd_voi_training_101800_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20037, 'Grrr... My condition is abysmal. Nevertheless, I need to retain my composure.', 'snd_voi_training_101800', 28, 1018822, 2, 1, 0, 'snd_voi_training_101800_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20038, 'Understood.', 'snd_voi_training_101800', 29, 0, 2, 1, 0, 'snd_voi_training_101800_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20039, 'Very well...', 'snd_voi_training_101800', 30, 0, 2, 1, 0, 'snd_voi_training_101800_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20040, 'Okay, understood.', 'snd_voi_training_101800', 31, 0, 2, 1, 0, 'snd_voi_training_101800_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20041, 'Knowledge is power.', 'snd_voi_training_101800', 32, 0, 2, 1, 0, 'snd_voi_training_101800_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20042, 'Grrr.', 'snd_voi_training_101800', 33, 0, 2, 1, 0, 'snd_voi_training_101800_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20043, 'How unsightly...', 'snd_voi_training_101800', 34, 0, 2, 1, 0, 'snd_voi_training_101800_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20046, 'Let''s go.', 'snd_voi_training_101800', 37, 0, 2, 1, 0, 'snd_voi_training_101800_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20047, 'Don''t get carried away.', 'snd_voi_training_101800', 38, 0, 2, 1, 0, 'snd_voi_training_101800_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20049, 'You''re quite the hard worker. Keep it up.', 'snd_voi_training_101800', 63, 0, 2, 1, 0, 'snd_voi_training_101800_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20050, 'We have room for growth yet.', 'snd_voi_training_101800', 64, 0, 2, 1, 0, 'snd_voi_training_101800_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 30000, 'I was a step away... Next time will be different!', 'snd_voi_race_101800', 0, 0, 3, 1, 0, 'snd_voi_race_101800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 30001, 'Let''s take this as a lesson to learn from.', 'snd_voi_race_101800', 1, 0, 3, 1, 0, 'snd_voi_race_101800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 30002, 'I cannot accept this.', 'snd_voi_race_101800', 2, 0, 3, 1, 0, 'snd_voi_race_101800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 30003, 'How could this happen? Curses...', 'snd_voi_race_101800', 3, 0, 3, 1, 0, 'snd_voi_race_101800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 60000, 'I''ll put on a performance befitting an empress.', 'snd_voi_live_101800', 0, 0, 4, 1, 0, 'snd_voi_live_101800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 60001, 'I must sing and dance perfectly too.', 'snd_voi_live_101800', 1, 0, 4, 1, 0, 'snd_voi_live_101800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70001, 'If I told my past self that you were to be my trainer, I would surely have been astonished. I still can''t believe it now.', 'snd_voi_outgame_101800', 1, 25000, 7, 1, 0, 'snd_voi_outgame_101800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90000, 'Don''t get sloppy just because it''s morning. I won''t tolerate any sleepiness.', 'snd_voi_home_101801', 0, 1018018, 1, 1, 0, 'snd_voi_home_101801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90001, 'Morning. Have you decided on our schedule for today? I want you fully committed to your duties.', 'snd_voi_home_101801', 1, 1018820, 1, 1, 0, 'snd_voi_home_101801_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90002, 'Time marches ever onward. We need to hurry and finish what we can before the sun sets.', 'snd_voi_home_101801', 2, 25000, 1, 1, 0, 'snd_voi_home_101801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90003, 'Have you had lunch yet? Make sure to eat in moderation so as not to impede your duties this afternoon.', 'snd_voi_home_101801', 3, 11000, 1, 1, 0, 'snd_voi_home_101801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90004, 'Excellent work today. Resting is also one of your duties, so go home and sleep.', 'snd_voi_home_101801', 4, 1018801, 1, 1, 0, 'snd_voi_home_101801_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90005, 'The security guards are out on patrol at night, but you can''t let your guard down. Be sure to always lock your door.', 'snd_voi_home_101801', 5, 25000, 1, 1, 0, 'snd_voi_home_101801_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90006, 'So many bright eyes full of innocence and hope. As Empress, it is my job to lead them.', 'snd_voi_home_101801', 6, 1001, 1, 1, 0, 'snd_voi_home_101801_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90007, 'Some get so caught up in running they forget to hydrate properly. I must make sure they receive thorough instruction on this.', 'snd_voi_home_101801', 7, 1018801, 1, 1, 0, 'snd_voi_home_101801_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90008, 'I don''t usually like insects, but I think bell crickets sound positively beautiful. I hope they won''t get trampled on among the fallen leaves.', 'snd_voi_home_101801', 8, 1018824, 1, 1, 0, 'snd_voi_home_101801_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90009, 'Eating hot pot in winter is the best. I should make one as a token of my appreciation... For my classmates, that is. I''ll have you work as my taste tester.', 'snd_voi_home_101801', 9, 25000, 1, 1, 0, 'snd_voi_home_101801_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91000, 'Suzuka isn''t one to say what''s troubling her. As her friend, I wish she''d confide in me a little more.', 'snd_voi_home_101801', 10, 1018825, 1, 1, 0, 'snd_voi_home_101801_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91001, 'My eyeshadow matches my mother''s. What do you think? Isn''t it such an elegant hue?', 'snd_voi_home_101801', 11, 1018006, 1, 1, 0, 'snd_voi_home_101801_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91002, 'Fine wants to go out for ramen almost every day... But that''s not the kind of food you should eat so often. Sigh...', 'snd_voi_home_101801', 12, 1018818, 1, 1, 0, 'snd_voi_home_101801_0012', 0, 1018004, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91003, 'That cursed Brian! She ditched her student council duties! Hey, report to me immediately if you find her!', 'snd_voi_home_101801', 13, 1003, 1, 1, 0, 'snd_voi_home_101801_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91004, '...Oh, right! I finally get the president''s joke! I get it... but I don''t really know what she means by it.', 'snd_voi_home_101801', 14, 1010, 1, 1, 0, 'snd_voi_home_101801_0014', 0, 1018004, 8000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91005, 'Many young Umamusume who aspire to enroll at Tracen watch our concerts. We must convey our passion to them.', 'snd_voi_home_101801', 15, 1018001, 1, 1, 0, 'snd_voi_home_101801_0015', 0, 1018000, 5400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91006, 'Mm, these clothes are quite easy to move in. I can feel the craftsmanship of a true professional. I need to put on a performance worthy of such attire.', 'snd_voi_home_101801', 16, 1018006, 1, 1, 0, 'snd_voi_home_101801_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91007, 'The title of Empress cannot be earned through appearances alone. I must prove I am worthy of it at the races.', 'snd_voi_home_101801', 17, 25000, 1, 1, 0, 'snd_voi_home_101801_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91008, 'I picked this outfit and had it tailor-made for me. I will train diligently so that it becomes the embodiment of my pride.', 'snd_voi_home_101801', 18, 1018006, 1, 1, 0, 'snd_voi_home_101801_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91009, 'Prior to the morning assembly, I must share the minutes of yesterday''s meeting, finalize the budget proposal, and... Heh, I can hardly wait.', 'snd_voi_home_101801', 19, 1018825, 1, 1, 0, 'snd_voi_home_101801_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91010, 'A younger student invited me to lunch. Heh. She seemed so nervous as she spoke. It was simply adorable.', 'snd_voi_home_101801', 20, 11000, 1, 1, 0, 'snd_voi_home_101801_0020', 0, 1018006, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91011, 'I must revise what I have learned. We continue to improve ourselves through daily progress, after all.', 'snd_voi_home_101801', 21, 25000, 1, 1, 0, 'snd_voi_home_101801_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91012, 'Spring is the time when promising young buds finally begin to bloom. Heh. It makes me want to see the smiles of the younger students.', 'snd_voi_home_101801', 22, 1018006, 1, 1, 0, 'snd_voi_home_101801_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91013, 'I wonder what kind of yukata I should wear at this year''s festival... Maybe I should ask Suzuka for her opinion, since we''re going together.', 'snd_voi_home_101801', 23, 1018824, 1, 1, 0, 'snd_voi_home_101801_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91014, 'They say fall is the season for eating, but I must have self-restraint. It''s my duty as a runner to keep my body in racing-shape.', 'snd_voi_home_101801', 24, 25000, 1, 1, 0, 'snd_voi_home_101801_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91015, 'Ugh! I got zapped again. I swear the static electricity is so bad this time of year. Hey, make sure you don''t touch me inadvertently!', 'snd_voi_home_101801', 25, 1018014, 1, 1, 0, 'snd_voi_home_101801_0025', 0, 1007, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92000, 'There are no shortcuts to success. Let''s be patient and diligent in our training.', 'snd_voi_training_101801', 1, 25000, 2, 1, 0, 'snd_voi_training_101801_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92001, 'Based on my current ability, it is clear what needs to be done. Do not err in your judgment.', 'snd_voi_training_101801', 2, 1018801, 2, 1, 0, 'snd_voi_training_101801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92002, 'If you''re going to do something, do it well. Do not cut corners.', 'snd_voi_training_101801', 3, 1003, 2, 1, 0, 'snd_voi_training_101801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92003, 'I''m ready. Let''s begin.', 'snd_voi_training_101801', 4, 11000, 2, 1, 0, 'snd_voi_training_101801_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92011, 'I''ll listen to your proposal and then decide if it is up to my standards or not.', 'snd_voi_training_101801', 0, 1018820, 2, 1, 0, 'snd_voi_training_101801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92005, 'Have you decided on today''s schedule? Think carefully, and do not rush. I can wait.', 'snd_voi_training_101801', 5, 1018820, 2, 1, 0, 'snd_voi_training_101801_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92006, 'You can consult with me if you''re at a loss for what to do. Two heads are better than one, after all.', 'snd_voi_training_101801', 6, 25000, 2, 1, 0, 'snd_voi_training_101801_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92007, 'Your thoughtful training regimen has resulted in great improvements for me. Rest assured, I shall not let them go to waste.', 'snd_voi_training_101801', 7, 1018820, 2, 1, 0, 'snd_voi_training_101801_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 93000, 'Heh. To think you would meet my expectations of you.', 'snd_voi_training_101801', 8, 0, 2, 1, 0, 'snd_voi_training_101801_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 93001, 'You''ve done surprisingly well. I commend you.', 'snd_voi_training_101801', 9, 0, 2, 1, 0, 'snd_voi_training_101801_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95000, 'Hmph. One more step toward my ideals.', 'snd_voi_outgame_101801', 0, 2001, 7, 1, 0, 'snd_voi_outgame_101801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95001, 'I don''t need limits. I''ll break them all down!', 'snd_voi_outgame_101801', 1, 2001, 7, 1, 0, 'snd_voi_outgame_101801_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95003, 'I am Air Groove. Do you need something?', 'snd_voi_outgame_101801', 3, 25000, 7, 1, 0, 'snd_voi_outgame_101801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1008, 'Let us go forth to victory!', 'snd_voi_teamst_st_101800_0000', 0, 1018001, 8, 1, 0, 'snd_voi_teamst_st_101800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1043, 'We need to work together as a team.', 'snd_voi_teamst_st_101800_1003', 0, 1018017, 8, 1, 0, 'snd_voi_teamst_st_101800_1003_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1012, 'Yes, understood.', 'snd_voi_teamst_st_100200_1018', 1, 1018006, 8, 1, 0, 'snd_voi_teamst_st_100200_1018_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1025, 'Hmph. Let''s go.', 'snd_voi_teamst_st_100900_1018', 1, 1018832, 8, 1, 0, 'snd_voi_teamst_st_100900_1018_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1041, 'Yes, President.', 'snd_voi_teamst_st_101700_1018', 1, 1018018, 8, 1, 0, 'snd_voi_teamst_st_101700_1018_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1039, 'I tremble in anticipation!', 'snd_voi_teamst_st_101600_1018', 1, 1018002, 8, 1, 0, 'snd_voi_teamst_st_101600_1018_01', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1123, 'Yes, just try not to tense up.', 'snd_voi_teamst_st_105900_1018', 1, 1018006, 8, 1, 0, 'snd_voi_teamst_st_105900_1018_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1000, 'Let us give our best effort.', 'snd_voi_teamst_101800', 0, 1018016, 8, 1, 0, 'snd_voi_teamst_101800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1001, 'Yes, we won!', 'snd_voi_teamst_101800', 1, 0, 8, 1, 0, 'snd_voi_teamst_101800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1003, 'Well, at least it''s a result.', 'snd_voi_teamst_101800', 2, 0, 8, 1, 0, 'snd_voi_teamst_101800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1002, 'Regrettable...', 'snd_voi_teamst_101800', 3, 0, 8, 1, 0, 'snd_voi_teamst_101800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1004, 'We are victorious!', 'snd_voi_teamst_101800', 4, 1009, 8, 1, 0, 'snd_voi_teamst_101800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1007, 'Seems like it''s a new high score.', 'snd_voi_teamst_101800', 5, 1018001, 8, 1, 0, 'snd_voi_teamst_101800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1006, 'Well, at least it''s a result.', 'snd_voi_teamst_101800', 2, 1018017, 8, 1, 0, 'snd_voi_teamst_101800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 1005, 'Regrettable...', 'snd_voi_teamst_101800', 3, 1018004, 8, 1, 0, 'snd_voi_teamst_101800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 120000, 'I feel boundless power flowing through me!', 'snd_voi_outgame_101800', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_101800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140000, 'I''ll be rooting for you.', 'snd_voi_minigame_101800', 0, 1018006, 9, 1, 0, 'snd_voi_minigame_101800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140001, 'No surprise here.', 'snd_voi_minigame_101800', 1, 1018001, 9, 1, 0, 'snd_voi_minigame_101800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140002, 'What?!', 'snd_voi_minigame_101800', 2, 1018814, 9, 1, 0, 'snd_voi_minigame_101800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140003, 'You have my thanks.', 'snd_voi_minigame_101800', 3, 971018, 9, 1, 0, 'snd_voi_minigame_101800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140004, 'Nice work.', 'snd_voi_minigame_101800', 4, 972018, 9, 1, 0, 'snd_voi_minigame_101800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140005, 'Good effort.', 'snd_voi_minigame_101800', 5, 1018001, 9, 1, 0, 'snd_voi_minigame_101800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140006, 'You have my thanks.', 'snd_voi_minigame_101800', 3, 974018, 9, 1, 0, 'snd_voi_minigame_101800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140007, 'Nice work.', 'snd_voi_minigame_101800', 4, 973018, 9, 1, 0, 'snd_voi_minigame_101800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140008, 'Hehe!', 'snd_voi_minigame_101800', 6, 1018826, 9, 1, 0, 'snd_voi_minigame_101800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140009, '...', 'snd_voi_minigame_101800', 7, 1018827, 9, 1, 0, 'snd_voi_minigame_101800_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140010, 'Hmph.', 'snd_voi_minigame_101800', 8, 1018006, 9, 1, 0, 'snd_voi_minigame_101800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140011, 'Incredible...', 'snd_voi_minigame_101800', 9, 1018828, 9, 1, 0, 'snd_voi_minigame_101800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140014, 'Darn it!', 'snd_voi_minigame_101800', 10, 1018829, 9, 1, 0, 'snd_voi_minigame_101800_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140015, 'Oh.', 'snd_voi_minigame_101800', 11, 1018830, 9, 1, 0, 'snd_voi_minigame_101800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140016, 'Let''s go!', 'snd_voi_minigame_101800', 12, 1018006, 9, 1, 0, 'snd_voi_minigame_101800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140012, 'Okay!', 'snd_voi_minigame_101800', 13, 1018813, 9, 1, 0, 'snd_voi_minigame_101800_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140013, 'Ah!', 'snd_voi_minigame_101800', 14, 1018006, 9, 1, 0, 'snd_voi_minigame_101800_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140017, 'Tch...', 'snd_voi_minigame_101800', 15, 1018816, 9, 1, 0, 'snd_voi_minigame_101800_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 140018, 'Hmph...', 'snd_voi_minigame_101800', 16, 1018831, 9, 1, 0, 'snd_voi_minigame_101800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 40000, 'This is the might of an empress!', 'snd_voi_race_101801', 2, 0, 3, 1, 0, 'snd_voi_race_101801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 40001, 'This is the might of an empress!', 'snd_voi_race_101801', 2, 0, 3, 1, 0, 'snd_voi_race_101801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 40002, 'Hmph. Pathetic!', 'snd_voi_race_101800', 6, 0, 3, 1, 0, 'snd_voi_race_101800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 30004, 'Do you hear their cheers? This is the ideal that I strive towards!', 'snd_voi_race_101801', 0, 0, 3, 1, 0, 'snd_voi_race_101801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 30005, 'Another step closer to my ideals!', 'snd_voi_race_101800', 8, 0, 3, 1, 0, 'snd_voi_race_101800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 31000, 'Let''s go!', 'snd_voi_race_101800', 9, 0, 3, 1, 0, 'snd_voi_race_101800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 13, 'Here''s today''s login bonus.', 'snd_voi_title_101800', 4, 1018006, 1, 1, 0, 'snd_voi_title_101800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 15, 'This has been prepared for tomorrow.', 'snd_voi_title_101800', 5, 8001, 1, 1, 0, 'snd_voi_title_101800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 110000, 'Is it time to train?', 'snd_voi_home_101800', 21, 0, 1, 1, 0, 'snd_voi_home_101800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 110001, 'History offers us valuable lessons. Let us look over them thoroughly.', 'snd_voi_home_101800', 22, 0, 1, 1, 0, 'snd_voi_home_101800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 110002, 'Are we going to enter a race?', 'snd_voi_home_101800', 23, 0, 1, 1, 0, 'snd_voi_home_101800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 10021, 'Your Umamusume Archive seems to have leveled up. Go and take a look.', 'snd_voi_home_101800', 24, 8001, 1, 1, 0, 'snd_voi_home_101800_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 20051, 'Are you ready to start training?', 'snd_voi_training_101800', 65, 1009, 2, 1, 0, 'snd_voi_training_101800_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70000, 'You must never let your mind grow too lax.', 'snd_voi_outgame_101800', 3, 0, 7, 1, 0, 'snd_voi_outgame_101800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95005, 'I''ll lend you my aid.', 'snd_voi_outgame_101800', 4, 0, 7, 1, 0, 'snd_voi_outgame_101800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95006, 'Good grief, what a handful.', 'snd_voi_outgame_101800', 5, 0, 7, 1, 0, 'snd_voi_outgame_101800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70004, 'This uniform is proof that I am a student of this academy. I must look perfect wearing it.', 'snd_voi_outgame_101800', 16, 1018018, 7, 1, 0, 'snd_voi_outgame_101800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70010, 'Hm, is there something wrong with it?', 'snd_voi_outgame_101800', 17, 1018017, 7, 1, 0, 'snd_voi_outgame_101800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70008, 'If outfits are also an important part of a performance, then I must wear it with grace.', 'snd_voi_outgame_101800', 20, 1018016, 7, 1, 0, 'snd_voi_outgame_101800_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70014, 'Whether concert or race, I will strive to be number one.', 'snd_voi_outgame_101800', 21, 1018006, 7, 1, 0, 'snd_voi_outgame_101800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70009, 'Beautiful yet functional... Absolutely splendid!', 'snd_voi_outgame_101800', 22, 10001, 7, 1, 0, 'snd_voi_outgame_101800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70015, 'I must always behave as the "Empress" would.', 'snd_voi_outgame_101800', 23, 10001, 7, 1, 0, 'snd_voi_outgame_101800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71004, 'This uniform is proof that I am a student of this academy. I must look perfect wearing it.', 'snd_voi_outgame_101800', 16, 50, 7, 0, 0, 'snd_voi_outgame_101800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71010, 'Hm, is there something wrong with it?', 'snd_voi_outgame_101800', 17, 18, 7, 0, 0, 'snd_voi_outgame_101800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71008, 'If outfits are also an important part of a performance, then I must wear it with grace.', 'snd_voi_outgame_101800', 20, 148, 7, 0, 0, 'snd_voi_outgame_101800_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71014, 'Whether concert or race, I will strive to be number one.', 'snd_voi_outgame_101800', 21, 50, 7, 0, 0, 'snd_voi_outgame_101800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71009, 'Beautiful yet functional... Absolutely splendid!', 'snd_voi_outgame_101800', 22, 18, 7, 0, 0, 'snd_voi_outgame_101800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71015, 'I must always behave as the "Empress" would.', 'snd_voi_outgame_101800', 23, 18, 7, 0, 0, 'snd_voi_outgame_101800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 2030, 'Let us give our best effort.', 'snd_voi_teamst_101800', 0, 1018016, 10, 1, 0, 'snd_voi_teamst_101800_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 2031, 'Let us go forth to victory!', 'snd_voi_teamst_st_101800_0000', 0, 1018001, 10, 1, 0, 'snd_voi_teamst_st_101800_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 2032, 'We have room for growth yet.', 'snd_voi_training_101800', 64, 1018820, 10, 1, 0, 'snd_voi_training_101800_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 2033, 'I''m off! I''ll show the younger students something they can aspire to!', 'snd_voi_training_101800', 19, 1018813, 10, 1, 0, 'snd_voi_training_101800_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 2034, 'Hmph. This will not do. The audience''s fervor is getting to me.', 'snd_voi_training_101800', 16, 1018823, 10, 1, 0, 'snd_voi_training_101800_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 2035, 'We have room for growth yet.', 'snd_voi_training_101800', 64, 1018820, 10, 0, 0, 'snd_voi_training_101800_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90010, 'It''s morning! Hop to it! Stand up straight! Such poor posture is unsightly.', 'snd_voi_home_101802', 0, 1018016, 1, 1, 0, 'snd_voi_home_101802_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90011, 'Hey, there''s a thread on your shoulder. You''re appearance is so untidy this morning. Pull yourself together, and let''s get on with today''s work.', 'snd_voi_home_101802', 1, 1018017, 1, 1, 0, 'snd_voi_home_101802_0001', 0, 1018006, 5900, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90012, 'Can I use your office? I''m a walking magnet for the younger students when I''m dressed like this. I can''t even eat lunch.', 'snd_voi_home_101802', 2, 1018004, 1, 1, 0, 'snd_voi_home_101802_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90013, 'The day is just beginning. I must keep my head held high and carry myself with dignity.', 'snd_voi_home_101802', 3, 1018006, 1, 1, 0, 'snd_voi_home_101802_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90014, 'You''re still working? Make sure you don''t overdo it. Health is the foundation of both beauty and strength.', 'snd_voi_home_101802', 4, 1000, 1, 1, 0, 'snd_voi_home_101802_0004', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90015, 'Staying up late is going to give you wrinkles. Even you have a duty to keep up your appearance.', 'snd_voi_home_101802', 5, 1018017, 1, 1, 0, 'snd_voi_home_101802_0005', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90016, 'It''s the season of blooming flowers. It''s exciting but also carries a certain sadness. I think this must be what it feels like to be a parent.', 'snd_voi_home_101802', 6, 1018834, 1, 1, 0, 'snd_voi_home_101802_0006', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90017, 'How sweltering. I could go for a swim. My mother taught me all the best swimming techniques, so I''m very confident.', 'snd_voi_home_101802', 7, 1018008, 1, 1, 0, 'snd_voi_home_101802_0007', 0, 1018006, 4000, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90018, 'I hear fall used to be a colder season in the past. Some days, I can even get away with wearing only this and still be fine.', 'snd_voi_home_101802', 8, 1018017, 1, 1, 0, 'snd_voi_home_101802_0008', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 90019, 'Ugh! I''m saying I''m not cold! I don''t need a scarf or gloves. Stop trying to make me wear that snow jacket!', 'snd_voi_home_101802', 9, 1018002, 1, 1, 0, 'snd_voi_home_101802_0009', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91016, 'The purple rose represents the pride in my heart, huh? Heh. Now this is a sophisticated touch only a first-rate designer could make.', 'snd_voi_home_101802', 10, 1018001, 1, 1, 0, 'snd_voi_home_101802_0010', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91017, 'Life has its ups and downs, and I wish to face them in my own way... Just like my mother before me.', 'snd_voi_home_101802', 11, 1018017, 1, 1, 0, 'snd_voi_home_101802_0011', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91018, 'Dober told me that she wants to be my flower girl... I''m not sure why she''s bringing that up now.', 'snd_voi_home_101802', 12, 1018018, 1, 1, 0, 'snd_voi_home_101802_0012', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91019, 'Oh, that Brian! She thinks I''m going to become a domineering wife?! It''s not like I scold people for the fun of it... Goodness!', 'snd_voi_home_101802', 13, 1018002, 1, 1, 0, 'snd_voi_home_101802_0013', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91020, 'Beauty is a surprisingly philosophical word. The world is a vast place.', 'snd_voi_home_101802', 14, 1018008, 1, 1, 0, 'snd_voi_home_101802_0014', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91028, 'This racewear... The desire I once had to be like my mother... Now, I too must become a role model that others aspire to.', 'snd_voi_home_101802', 15, 2001, 1, 1, 0, 'snd_voi_home_101802_0015', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91029, 'Weaved into my racewear is the desire to become ever stronger and more beautiful... It also carries my deepest feelings.', 'snd_voi_home_101802', 16, 1018000, 1, 1, 0, 'snd_voi_home_101802_0016', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91021, 'How dare they tease me by saying "congratulations" instead of "good morning"...', 'snd_voi_home_101802', 17, 1018009, 1, 1, 0, 'snd_voi_home_101802_0017', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91022, 'If Akebono ever invites you to lunch, don''t eat anything that morning... Burp.', 'snd_voi_home_101802', 18, 1018004, 1, 1, 0, 'snd_voi_home_101802_0018', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91023, 'Fine gave me detailed instruction on dinner etiquette. There is still so much I have yet to learn.', 'snd_voi_home_101802', 19, 1018005, 1, 1, 0, 'snd_voi_home_101802_0019', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91024, 'Perhaps I should plant some purple roses. I''m sure they''ll make a beautiful sight when they bloom next spring.', 'snd_voi_home_101802', 20, 1018001, 1, 1, 0, 'snd_voi_home_101802_0020', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91025, 'This dress is made of "silk," huh? I like that it feels cool, but I find the name of the material kind of unsettling for some reason...', 'snd_voi_home_101802', 21, 1018004, 1, 1, 0, 'snd_voi_home_101802_0021', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91026, 'Will this racewear be suitable for all the events in fall? No matter. On my mother''s name, I will wear it with pride!', 'snd_voi_home_101802', 22, 1018000, 1, 1, 0, 'snd_voi_home_101802_0022', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 91027, 'So white, you''d have sworn it was snow? Ha. I guess even you have a poetic side.', 'snd_voi_home_101802', 23, 1018001, 1, 1, 0, 'snd_voi_home_101802_0023', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92015, 'For strength and beauty!', 'snd_voi_training_101802', 0, 1018015, 2, 1, 0, 'snd_voi_training_101802_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92016, 'Elegance is essential, even in training.', 'snd_voi_training_101802', 1, 1018017, 2, 1, 0, 'snd_voi_training_101802_0001', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92017, 'The hard work I put in will one day make me shine.', 'snd_voi_training_101802', 2, 2001, 2, 1, 0, 'snd_voi_training_101802_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92018, 'Hard work is the most exquisite form of beauty.', 'snd_voi_training_101802', 3, 1018001, 2, 1, 0, 'snd_voi_training_101802_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92020, 'I must continuously hone myself so as to be worthy of this racewear.', 'snd_voi_training_101802', 5, 1018006, 2, 1, 0, 'snd_voi_training_101802_0005', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92021, 'Every day takes me closer to my goal, but that alone is not enough. I must make sure that I reach it!', 'snd_voi_training_101802', 6, 1003, 2, 1, 0, 'snd_voi_training_101802_0006', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 92022, 'I can tell anyone with my head held high that this is my racewear. It''s something that fills me with tremendous pride!', 'snd_voi_training_101802', 7, 1018006, 2, 1, 0, 'snd_voi_training_101802_0007', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 93004, 'Let''s showcase these achievements to my mother!', 'snd_voi_training_101802', 8, 0, 2, 1, 0, 'snd_voi_training_101802_0008', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 93005, 'We were able to carve out our own path.', 'snd_voi_training_101802', 9, 0, 2, 1, 0, 'snd_voi_training_101802_0009', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95007, 'Hard work shall be my path forward!', 'snd_voi_outgame_101802', 0, 1018000, 7, 1, 0, 'snd_voi_outgame_101802_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95008, 'An auspicious step forwards.', 'snd_voi_outgame_101802', 1, 1018006, 7, 1, 0, 'snd_voi_outgame_101802_0001', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95010, 'I''m Air Groove. Are you ready to commit yourself to our journey?', 'snd_voi_outgame_101802', 3, 1009, 7, 1, 0, 'snd_voi_outgame_101802_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70016, 'This is the uniform countless Umamusume dream of wearing. I now understand why.', 'snd_voi_outgame_101800', 24, 1018006, 7, 1, 0, 'snd_voi_outgame_101800_0024', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70017, 'It feels so smooth... I just keep wanting to touch it.', 'snd_voi_outgame_101800', 25, 1001, 7, 1, 0, 'snd_voi_outgame_101800_0025', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71016, 'This is the uniform countless Umamusume dream of wearing. I now understand why.', 'snd_voi_outgame_101800', 24, 33, 7, 0, 0, 'snd_voi_outgame_101800_0024', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71017, 'It feels so smooth... I just keep wanting to touch it.', 'snd_voi_outgame_101800', 25, 50, 7, 0, 0, 'snd_voi_outgame_101800_0025', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 95009, 'I vow to you—my everlasting grace... and indomitable glory!', 'snd_voi_gacha_101802', 0, 0, 7, 1, 0, 'snd_voi_gacha_101802_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 40003, 'I vow... to bring home victory.', 'snd_voi_race_101802', 2, 0, 3, 1, 0, 'snd_voi_race_101802_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 40004, 'Hmph. The way ahead is bright. I shall show you a glamorous future.', 'snd_voi_race_101802', 3, 0, 3, 1, 0, 'snd_voi_race_101802_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 30006, 'Sound the bells of victory!', 'snd_voi_race_101802', 0, 0, 3, 1, 0, 'snd_voi_race_101802_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 30007, 'Another step closer to my ideals!', 'snd_voi_race_101800', 8, 0, 3, 1, 0, 'snd_voi_race_101800_0008', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 400002, 'Regardless of how we got here, I must give it my all. I will succeed and lay claim to my signature racewear.', 'snd_voi_event_090004', 2, 1001, 7, 1, 0, 'snd_voi_event_090004_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 400003, 'I''ve had some mishaps in the past. However, overcoming adversity and blossoming once more is what makes me Empress.', 'snd_voi_event_090004', 3, 1018000, 7, 1, 0, 'snd_voi_event_090004_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 400011, 'This is my signature racewear. Is this how Miss Beauty sees me? Heh. I approve.', 'snd_voi_event_090004', 11, 2009, 7, 1, 0, 'snd_voi_event_090004_0011', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 400014, 'The event is now over. Beauty Anshinzawa was quite a character, wasn''t she?', 'snd_voi_event_090004', 14, 1, 7, 1, 0, 'snd_voi_event_090004_0014', 0, 1018011, 2700, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70018, 'Wonderful!', 'snd_voi_outgame_101800', 26, 1018006, 7, 1, 0, 'snd_voi_outgame_101800_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 70019, 'I shall show you how the Empress runs!', 'snd_voi_outgame_101800', 27, 1018000, 7, 1, 0, 'snd_voi_outgame_101800_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71018, 'Wonderful!', 'snd_voi_outgame_101800', 26, 48, 7, 0, 0, 'snd_voi_outgame_101800_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 71019, 'I shall show you how the Empress runs!', 'snd_voi_outgame_101800', 27, 50, 7, 0, 0, 'snd_voi_outgame_101800_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 81000, 'Don''t think even for a moment that I''ll go easy on you.', 'snd_voi_outgame_101800', 13, 1003, 7, 1, 0, 'snd_voi_outgame_101800_0013', 0, 0, 0, 1636718400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1018, 81001, 'Oh, not bad at all. Challenge me again, won''t you?', 'snd_voi_outgame_101800', 14, 1018006, 7, 1, 0, 'snd_voi_outgame_101800_0014', 0, 0, 0, 1636718400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 11, 'Cygames', 'snd_voi_tc_1019', 0, 0, 0, 1, 0, 'snd_voi_title_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1019', 1, 0, 0, 1, 0, 'snd_voi_title_101900_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10000, 'When you said I could run both ways, I was like, this Trainer''s a bigger frea—I mean, a bigger fan than I thought!', 'snd_voi_home_101900', 0, 1019000, 1, 1, 0, 'snd_voi_home_101900_0000', 0, 1019007, 3400, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10001, 'You and I are soldiers, simping for our oshis on the Uma racing frontlines!', 'snd_voi_home_101900', 1, 1019814, 1, 1, 0, 'snd_voi_home_101900_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10002, 'We''ve gotta go on another simp pilgrimage—but it''s your turn to pick which Uma sites we tour! I''m highkey curious who your oshis are... Mwahaha! ♪', 'snd_voi_home_101900', 2, 1019001, 1, 1, 0, 'snd_voi_home_101900_0002', 0, 4013, 4800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10003, 'Happy New Yea—huh? I sound tired? No way, I''m having the time of my life with all the events!', 'snd_voi_home_101900', 3, 1019806, 1, 1, 0, 'snd_voi_home_101900_0003', 0, 1019007, 5200, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10004, 'There are Umas swapping chocolate all around me! It''s too much to take in—I''ve gotta be dreaming... Hwaaaah!', 'snd_voi_home_101900', 4, 1019002, 1, 1, 0, 'snd_voi_home_101900_0004', 0, 1019022, 3000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10005, 'Trainer... Today of all days, we''ve gotta blend into the background! Quick, have some chocolate and power up before we go!', 'snd_voi_home_101900', 5, 1019000, 1, 1, 0, 'snd_voi_home_101900_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10006, 'But once per year, the star-crossed racers meet upon the track. In the fleeting time they share, the two grow ever more interested in each other... Ahsadhfh, the ship writes itself!', 'snd_voi_home_101900', 6, 1019800, 1, 1, 0, 'snd_voi_home_101900_0006', 0, 4002, 6600, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10007, 'I would recognize those elegantly perked ears anywhere. And that adorable curly tail! Oh, a mask isn''t enough to fool me!', 'snd_voi_home_101900', 7, 1019818, 1, 1, 0, 'snd_voi_home_101900_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10008, '"Guess I''m spending the holiday alone again," or so they try to brush it off. But they''re actually desperately fishing for an invitation!', 'snd_voi_home_101900', 8, 1019808, 1, 1, 0, 'snd_voi_home_101900_0008', 0, 1019012, 4800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10009, 'You wanna go hit the town? There are Umas on holiday dates for us to cheer on, and I can''t think of a better way to celebrate the season!', 'snd_voi_home_101900', 9, 1019018, 1, 1, 0, 'snd_voi_home_101900_0009', 0, 1019818, 2600, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10010, 'I DID IT! The doujin''s done, I''m ready for the market, and I got through my race prep... Aaaahdjhsh, the end of the year is always so busy!', 'snd_voi_home_101900', 10, 1019005, 1, 1, 0, 'snd_voi_home_101900_0010', 0, 1019007, 9000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10011, 'Happy happy happy birthdaaay! C''mon, let''s go celebrate your big day! I rewatched all my favs'' b-day events for inspo!', 'snd_voi_home_101900', 11, 1019814, 1, 1, 0, 'snd_voi_home_101900_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10012, 'I wanted to write you something personalized for your birthday, so... What are your favorite tags?', 'snd_voi_home_101900', 12, 1019000, 1, 1, 0, 'snd_voi_home_101900_0012', 0, 11003, 5500, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10013, 'FWAAH?! M-m-my oshi messaged me?! ...O-oh, r-right! I filled out my birthdate when I signed up for the fanclub...', 'snd_voi_home_101900', 13, 1019014, 1, 1, 0, 'snd_voi_home_101900_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10014, 'Huh, wh-what I want for my birthday?! Um, well if I lend you one of my favorite books, would you talk about it with me?', 'snd_voi_home_101900', 14, 1019809, 1, 1, 0, 'snd_voi_home_101900_0014', 0, 1019000, 4000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10015, 'There''s a new notice to check out. What if... What if they finally restocked my fav''s merch?!', 'snd_voi_home_101900', 15, 1019000, 1, 1, 0, 'snd_voi_home_101900_0015', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10016, 'We''ve got a present! I bet it''s the Umamusume merch I ordered!', 'snd_voi_home_101900', 16, 1019814, 1, 1, 0, 'snd_voi_home_101900_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10017, 'You cleared a mission! Not surprising, for an Uma simp like you!', 'snd_voi_home_101900', 17, 1019007, 1, 1, 0, 'snd_voi_home_101900_0017', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10018, 'There''s gonna be an event soon?! I''ve gotta get all geared up... I''ll need a fan and lightsticks...', 'snd_voi_home_101900', 18, 1019809, 1, 1, 0, 'snd_voi_home_101900_0018', 0, 1019012, 2300, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10019, 'There''s an event going on! Grab your gear and let''s get straight to simping!', 'snd_voi_home_101900', 19, 1019001, 1, 1, 0, 'snd_voi_home_101900_0019', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20000, 'Simping''s hard work. I need some rest...', 'snd_voi_training_101900', 0, 1019004, 2, 1, 0, 'snd_voi_training_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20001, 'I can''t let my beloved Umas see me being such a mess!', 'snd_voi_training_101900', 1, 1019009, 2, 1, 0, 'snd_voi_training_101900_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20002, 'The moe power is off the charts! I feel so alive!', 'snd_voi_training_101900', 2, 1019007, 2, 1, 0, 'snd_voi_training_101900_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20003, 'There are Umas here! And there! And over there! Aaasdgahd, I can''t! Just seeing them makes me feel like I could do anything!', 'snd_voi_training_101900', 3, 1019017, 2, 1, 0, 'snd_voi_training_101900_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20004, 'I can''t believe I''m training at the same facilities as my favs... I can''t disgrace this sacred site!', 'snd_voi_training_101900', 4, 1019000, 2, 1, 0, 'snd_voi_training_101900_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20005, 'Gimme the plan, Trainer! I''m ready for anything you''ve got!', 'snd_voi_training_101900', 5, 1019813, 2, 1, 0, 'snd_voi_training_101900_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20006, 'All right, let''s rack up some good karma!', 'snd_voi_training_101900', 6, 1019001, 2, 1, 0, 'snd_voi_training_101900_0006', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20007, 'If we wanna simp, we''ve gotta get our business done first! C''mon, there''s not a minute to waste!', 'snd_voi_training_101900', 7, 1019810, 2, 1, 0, 'snd_voi_training_101900_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20008, 'I''m just not really feeling it today... I''d kinda rather be watching the others, y''know?', 'snd_voi_training_101900', 8, 1019011, 2, 1, 0, 'snd_voi_training_101900_0008', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20009, 'Wowwie... Oh, sorry. I was just watching the Umamusume over there...', 'snd_voi_training_101900', 9, 1019811, 2, 1, 0, 'snd_voi_training_101900_0009', 0, 11014, 3000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20010, 'Ah... I can see someone''s cleatprints. I could sit here admiring them forever...', 'snd_voi_training_101900', 10, 1019010, 2, 1, 0, 'snd_voi_training_101900_0010', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20011, 'If I die, I hope I get reborn as a carrot farmer...', 'snd_voi_training_101900', 11, 11015, 2, 1, 0, 'snd_voi_training_101900_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20021, 'I''m always happy to run with my oshis, but... I don''t wanna push my luck and get in their way...', 'snd_voi_training_101900', 12, 1019013, 2, 1, 0, 'snd_voi_training_101900_0012', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20022, 'Are you sure about this? I think I''ll only get in the way if I race in this condition...', 'snd_voi_training_101900', 13, 1019008, 2, 1, 0, 'snd_voi_training_101900_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20023, 'I can''t believe it''s finally here! C''mon, let''s go—we can''t miss a second of our beloved Umas!', 'snd_voi_training_101900', 14, 1019001, 2, 1, 0, 'snd_voi_training_101900_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20024, 'Exhale... Inhale...\nI can''t let myself get too excited, y''know? My legs could give out any second!', 'snd_voi_training_101900', 15, 1019812, 2, 1, 0, 'snd_voi_training_101900_0015', 0, 1019813, 3800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20025, 'I am so ready for this! I''ve even got my fans and lightsticks ready for the winning concert!', 'snd_voi_training_101900', 16, 1019814, 2, 1, 0, 'snd_voi_training_101900_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20026, 'What divine Uma goodness am I gonna see today? Mwahaha, I can''t wait to get on the track. ♪', 'snd_voi_training_101900', 17, 1019000, 2, 1, 0, 'snd_voi_training_101900_0017', 0, 1019800, 3400, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20027, 'I''ll run with my whole heart and soul! My oshis are gonna be running their hardest, so I''ve gotta put up the best fight I possibly can!', 'snd_voi_training_101900', 18, 1019814, 2, 1, 0, 'snd_voi_training_101900_0018', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20028, 'Is the camera all good to go? Make sure to get some good shots of the view from the stands!', 'snd_voi_training_101900', 19, 1019018, 2, 1, 0, 'snd_voi_training_101900_0019', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20029, 'Keep it clean, follow the rules, and stay in my lane! Digitan—ready to simp!', 'snd_voi_training_101900', 20, 1019007, 2, 1, 0, 'snd_voi_training_101900_0020', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20030, 'I''m perfectly calm. It''d be rude not to give the race my full attention!', 'snd_voi_training_101900', 21, 1019813, 2, 1, 0, 'snd_voi_training_101900_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20031, 'You''ll have to tell me how the race looked from the stands, okay? ♪', 'snd_voi_training_101900', 22, 1019000, 2, 1, 0, 'snd_voi_training_101900_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20032, 'Once I get on the course, I''m sure the moe overload will perk me up!', 'snd_voi_training_101900', 23, 1019002, 2, 1, 0, 'snd_voi_training_101900_0023', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20033, 'I wish I could watch this one from the stands... Oh, no, uh... You heard nothing!', 'snd_voi_training_101900', 24, 1019008, 2, 1, 0, 'snd_voi_training_101900_0024', 0, 1019015, 4800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20034, '...Look at all the names on the entry list. Don''t you just wanna look at them forever?', 'snd_voi_training_101900', 25, 1019012, 2, 1, 0, 'snd_voi_training_101900_0025', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20035, 'Gwaaaasdgfh! Doctor, I need some cute Uma pics, stat!', 'snd_voi_training_101900', 26, 1019009, 2, 1, 0, 'snd_voi_training_101900_0026', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20036, 'I''ve gotta pull myself together! I couldn''t possibly taint this sacred place with sloppy running!', 'snd_voi_training_101900', 27, 1019002, 2, 1, 0, 'snd_voi_training_101900_0027', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20037, 'This is but a small hurdle compared to the infinite love I have for Umas! I can do this!', 'snd_voi_training_101900', 28, 1019812, 2, 1, 0, 'snd_voi_training_101900_0028', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20038, 'Here goes!', 'snd_voi_training_101900', 29, 0, 2, 1, 0, 'snd_voi_training_101900_0029', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20039, 'Let''s do this!', 'snd_voi_training_101900', 30, 0, 2, 1, 0, 'snd_voi_training_101900_0030', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20040, 'My pleasure!', 'snd_voi_training_101900', 31, 0, 2, 1, 0, 'snd_voi_training_101900_0031', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20041, 'Leave it to me!', 'snd_voi_training_101900', 32, 0, 2, 1, 0, 'snd_voi_training_101900_0032', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20042, 'Oof...', 'snd_voi_training_101900', 33, 0, 2, 1, 0, 'snd_voi_training_101900_0033', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20043, 'Sorry...', 'snd_voi_training_101900', 34, 0, 2, 1, 0, 'snd_voi_training_101900_0034', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20046, 'Let''s go!', 'snd_voi_training_101900', 37, 0, 2, 1, 0, 'snd_voi_training_101900_0037', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20047, 'Sounds good! ♪', 'snd_voi_training_101900', 38, 0, 2, 1, 0, 'snd_voi_training_101900_0038', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20049, 'I feel like I understand my favs better now!', 'snd_voi_training_101900', 63, 0, 2, 1, 0, 'snd_voi_training_101900_0063', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20050, 'Thank you for everything!', 'snd_voi_training_101900', 64, 0, 2, 1, 0, 'snd_voi_training_101900_0064', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 30000, 'We were so close to winning it!', 'snd_voi_race_101900', 0, 0, 3, 1, 0, 'snd_voi_race_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 30001, 'I got a really sweet view of the finish!', 'snd_voi_race_101900', 1, 0, 3, 1, 0, 'snd_voi_race_101900_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 30002, 'I wanna see races from a better angle than this!', 'snd_voi_race_101900', 2, 0, 3, 1, 0, 'snd_voi_race_101900_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 30003, 'I mean, I don''t dislike watching their backs the whole time... but...', 'snd_voi_race_101900', 3, 0, 3, 1, 0, 'snd_voi_race_101900_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 60000, 'It''s almost time for the concert! You know what this means, everyone? It''s time to show those Umas our passion!', 'snd_voi_live_101900', 0, 0, 4, 1, 0, 'snd_voi_live_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 60001, 'I''ll leave my lightsticks to you. Make sure you cheer lots in my place!', 'snd_voi_live_101900', 1, 0, 4, 1, 0, 'snd_voi_live_101900_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70001, 'Back when I first met you, I knew it was meant to be—I knew you were as much of an Uma simp as I am!', 'snd_voi_outgame_101900', 1, 1019814, 7, 1, 0, 'snd_voi_outgame_101900_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90000, 'Good morning! It''s another perfect day to give thanks to our idols!', 'snd_voi_home_101901', 0, 1019007, 1, 1, 0, 'snd_voi_home_101901_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90001, 'I made sure I was up and out of the room before Tachyon woke up. I wouldn''t want to disturb an oshi''s morning routine!', 'snd_voi_home_101901', 1, 1019000, 1, 1, 0, 'snd_voi_home_101901_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90002, 'Hello, hello! What a lovely day to admire Umamusume... ♪ Let''s make like wallflowers and get straight to simping!', 'snd_voi_home_101901', 2, 1019814, 1, 1, 0, 'snd_voi_home_101901_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90003, 'Ooooh! I bet the cafeteria''s packed with Umas right about now... Wanna go take a peek?', 'snd_voi_home_101901', 3, 4013, 1, 1, 0, 'snd_voi_home_101901_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90004, 'It seems the night is upon us... But we otaku are just getting started!', 'snd_voi_home_101901', 4, 2001, 1, 1, 0, 'snd_voi_home_101901_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90005, 'There''s so much to do in a day. I''ve gotta check my feeds, watch the new race clips, update my fanfi—ahem... Y''know, do fan stuff!', 'snd_voi_home_101901', 5, 1019815, 1, 1, 0, 'snd_voi_home_101901_0005', 0, 1019810, 9400, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90006, 'Spring is the season of... you guessed it—Umamusume! Any second now that Uma''s "friend" will gently stroke her hair to brush away a petal... and hit her with the classic italic "Oh..." moment!', 'snd_voi_home_101901', 6, 1019012, 1, 1, 0, 'snd_voi_home_101901_0006', 0, 1019818, 9000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90007, 'Summer is the season of Umamusume! Of offering to share a water bottle, and then belatedly realizing... does that mean they just you-know-what?!', 'snd_voi_home_101901', 7, 1019012, 1, 1, 0, 'snd_voi_home_101901_0007', 0, 1019814, 6300, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90008, 'Nothing says "autumn" like Umamusume! As the sun sets, she turns to the other—and her smile looks so warm in the soft, amber light... In that moment, nothing else matters!', 'snd_voi_home_101901', 8, 1019012, 1, 1, 0, 'snd_voi_home_101901_0008', 0, 1019813, 7200, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 90009, 'Winter always makes me think of Umamusume! Even though it''s called the season of farewells, those two promised they''d never leave each other... And then their relationship progresses further!!!1!!1!', 'snd_voi_home_101901', 9, 1019012, 1, 1, 0, 'snd_voi_home_101901_0009', 0, 1019814, 7300, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91000, 'Whenever I watch Falco perform, she always waves at me with a huge smile. Is she—is she legit an angel?', 'snd_voi_home_101901', 10, 1019010, 1, 1, 0, 'snd_voi_home_101901_0010', 0, 1019809, 4600, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91001, 'My dad''s job makes it pretty easy to get my mitts on all the reading material I want. Le-legitimately, of course!', 'snd_voi_home_101901', 11, 1019000, 1, 1, 0, 'snd_voi_home_101901_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91002, 'Opera O just took Doto''s hand and started leading her to the course! I-i-it should be illegal to watch this for free!', 'snd_voi_home_101901', 12, 1019014, 1, 1, 0, 'snd_voi_home_101901_0012', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91003, 'You know any good ways to blend into the background? I''ve been trying to admire my fav, but I think my lurking is distracting her...', 'snd_voi_home_101901', 13, 1019002, 1, 1, 0, 'snd_voi_home_101901_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91004, 'Gyaaah?! It''ll take fifteen minutes to transfer lines? I won''t get to the second event on time unless I leave the first early! Why''re the train schedules like this?!', 'snd_voi_home_101901', 14, 1019009, 1, 1, 0, 'snd_voi_home_101901_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91005, 'Hwaaah! This is the same racewear my oshis have worn... I''ll be extra ultra careful not to get it dirty!', 'snd_voi_home_101901', 15, 4013, 1, 1, 0, 'snd_voi_home_101901_0015', 0, 1019814, 3800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91006, 'I get to watch my oshis from the stage itself?! Like seriously how is this even real???', 'snd_voi_home_101901', 16, 1019814, 1, 1, 0, 'snd_voi_home_101901_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91007, 'How''s it look? I really put a lot of thought into the design, so it wouldn''t ruin other fans'' view if I ran near their oshi!', 'snd_voi_home_101901', 17, 1019010, 1, 1, 0, 'snd_voi_home_101901_0017', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91008, 'I''ve always loved this kind of fashion! Just, um, please don''t look at me like that...', 'snd_voi_home_101901', 18, 1019000, 1, 1, 0, 'snd_voi_home_101901_0018', 0, 1019011, 2800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91009, 'No way. Those two just walked here together from the same dorm! Does that mean... they''re roommates?!', 'snd_voi_home_101901', 19, 1019014, 1, 1, 0, 'snd_voi_home_101901_0019', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91010, 'Look at Urara stuffing her adorable little chipmunk cheeks with carrot buns... I could watch her forever... I love Urara...', 'snd_voi_home_101901', 20, 1019800, 1, 1, 0, 'snd_voi_home_101901_0020', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91011, 'Curren just updated her Umasta?! Oh NOOO, how am I supposed to handle all of these photos aasdhk she''s too cute I can''t!', 'snd_voi_home_101901', 21, 1019014, 1, 1, 0, 'snd_voi_home_101901_0021', 0, 1019022, 2800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91012, 'Mwehehe! ♪ There are all sorts of big races coming up... and I''m not missing a single one!', 'snd_voi_home_101901', 22, 2001, 1, 1, 0, 'snd_voi_home_101901_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91013, 'So there''s kiiinda a big con comin'' up, and I could use a hand shopping... How confident are you in your stamina? And how are you with heat?', 'snd_voi_home_101901', 23, 1019008, 1, 1, 0, 'snd_voi_home_101901_0023', 0, 11003, 5000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91014, 'I love watching the big graded races, sure, but there''s also something magical about the debuts. I wonder what kinds of racers we''ll see this year!', 'snd_voi_home_101901', 24, 1019815, 1, 1, 0, 'snd_voi_home_101901_0024', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 91015, 'Wait! L-look—look at the f-fuzzy trim on that Uma''s ear-warmers... Ahhdsjh that floof... Oh no, she''s adorable! I''m ascending...', 'snd_voi_home_101901', 25, 1019816, 1, 1, 0, 'snd_voi_home_101901_0025', 0, 1019022, 6000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 92000, 'All right, I''m ready for anything! Just say the word and I''ll give it all I''ve got!', 'snd_voi_training_101901', 0, 1019001, 2, 1, 0, 'snd_voi_training_101901_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 92001, 'So first, I''ll follow her... and then her... Mwehehe, I can see it all in my mind''s eye!', 'snd_voi_training_101901', 1, 1019815, 2, 1, 0, 'snd_voi_training_101901_0001', 0, 1019000, 4000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 92002, 'Aaaaasajdk, what a blessed day to be a simp.', 'snd_voi_training_101901', 2, 1019007, 2, 1, 0, 'snd_voi_training_101901_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 92003, 'The more I think about how many Umamusume have run on this track... I just, I get so fired up!', 'snd_voi_training_101901', 3, 1019012, 2, 1, 0, 'snd_voi_training_101901_0003', 0, 1019818, 5200, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 92011, 'Hwaaasadhkah! Look at all the Umas in their swimsuits! What a day to be alive...', 'snd_voi_training_101900', 39, 1019818, 2, 1, 0, 'snd_voi_training_101900_0039', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 92005, 'A wise philosopher once said... love''s truest essence lies not in being loved, but in feeling love for another.', 'snd_voi_training_101901', 5, 1019002, 2, 1, 0, 'snd_voi_training_101901_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 92006, 'The more you look up, the higher your goal feels. The harder you push, the harder they resist... Just like our racing careers, huh?', 'snd_voi_training_101901', 6, 1019002, 2, 1, 0, 'snd_voi_training_101901_0006', 0, 1019018, 6300, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 92007, 'A wise fan once said, "If the heavens didn''t want me simping for multiple Umas, they wouldn''t have given me two hands." Just you watch, I''ll simp for all Umakind!', 'snd_voi_training_101901', 7, 1019814, 2, 1, 0, 'snd_voi_training_101901_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 93000, 'You''re the master of all things Umamusume!', 'snd_voi_training_101901', 8, 0, 2, 1, 0, 'snd_voi_training_101901_0008', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 93001, 'That was a super jam-packed, fulfilling series!', 'snd_voi_training_101901', 9, 0, 2, 1, 0, 'snd_voi_training_101901_0009', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 95000, 'I''m leveling up!', 'snd_voi_outgame_101901', 0, 1019016, 7, 1, 0, 'snd_voi_outgame_101901_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 95001, 'Anything for my oshis!', 'snd_voi_outgame_101901', 1, 0, 7, 1, 0, 'snd_voi_outgame_101901_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 95003, 'Okay! Agnes Digital—ready!', 'snd_voi_outgame_101901', 3, 1019000, 7, 1, 0, 'snd_voi_outgame_101901_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 95004, 'I''ll follow my oshis to the ends of the earth! I''ll run dirt, turf—anywhere at all!', 'snd_voi_gacha_101901', 0, 0, 7, 1, 0, 'snd_voi_gacha_101901_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1008, 'I''m looking forward to this!', 'snd_voi_teamst_st_101900_0000', 0, 1019006, 8, 1, 0, 'snd_voi_teamst_st_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1045, 'This is an Umamusume paradise...', 'snd_voi_teamst_st_101900_1032', 0, 1019016, 8, 1, 0, 'snd_voi_teamst_st_101900_1032_00', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1046, 'Aaahadjk, so dazzling!', 'snd_voi_teamst_st_101900_1015', 0, 1019000, 8, 1, 0, 'snd_voi_teamst_st_101900_1015_00', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1069, 'I''ll inspect every last inch!', 'snd_voi_teamst_st_103200_1019', 1, 3013, 8, 1, 0, 'snd_voi_teamst_st_103200_1019_01', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1000, 'I''ll give you the grand tour!', 'snd_voi_teamst_101900', 0, 1019018, 8, 1, 0, 'snd_voi_teamst_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1001, 'Praise be to Umakind!', 'snd_voi_teamst_101900', 1, 0, 8, 1, 0, 'snd_voi_teamst_101900_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1003, 'You''re really good!', 'snd_voi_teamst_101900', 2, 0, 8, 1, 0, 'snd_voi_teamst_101900_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1002, 'That''s fair enough...', 'snd_voi_teamst_101900', 3, 0, 8, 1, 0, 'snd_voi_teamst_101900_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1004, 'Did you see how they ran?!', 'snd_voi_teamst_101900', 4, 1019006, 8, 1, 0, 'snd_voi_teamst_101900_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1007, 'That''s a new best!', 'snd_voi_teamst_101900', 5, 1019014, 8, 1, 0, 'snd_voi_teamst_101900_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1006, 'You''re really good!', 'snd_voi_teamst_101900', 2, 1019000, 8, 1, 0, 'snd_voi_teamst_101900_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 1005, 'That''s fair enough...', 'snd_voi_teamst_101900', 3, 1019005, 8, 1, 0, 'snd_voi_teamst_101900_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 40000, 'Perfect! Precious! My Queen!', 'snd_voi_race_101901', 2, 0, 3, 1, 0, 'snd_voi_race_101901_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 40001, 'Ooh! Ahh! I love her! And her! Oh my glob, I love Umas so much! My fangirl senses are going crazy!', 'snd_voi_race_101901', 3, 0, 3, 1, 0, 'snd_voi_race_101901_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 30004, 'Eeeek, I''m so unbelievably blessed!', 'snd_voi_race_101901', 0, 0, 3, 1, 0, 'snd_voi_race_101901_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 30005, 'My heart is so full!', 'snd_voi_race_101900', 8, 0, 3, 1, 0, 'snd_voi_race_101900_0008', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 31000, 'Let''s do this!', 'snd_voi_race_101900', 9, 0, 3, 1, 0, 'snd_voi_race_101900_0009', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 13, 'Here''s your login bonus for today!', 'snd_voi_title_101900', 4, 1019007, 1, 1, 0, 'snd_voi_title_101900_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 15, 'Look what''s coming up next! ♪', 'snd_voi_title_101900', 5, 1019000, 1, 1, 0, 'snd_voi_title_101900_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 110000, 'Got some training to do? Bring it on!', 'snd_voi_home_101900', 21, 0, 1, 1, 0, 'snd_voi_home_101900_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 110001, 'Mwehehe! Just look at all the Uma lore!', 'snd_voi_home_101900', 22, 0, 1, 1, 0, 'snd_voi_home_101900_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 110002, 'Entering some races? You just can''t get enough, huh? ♪', 'snd_voi_home_101900', 23, 0, 1, 1, 0, 'snd_voi_home_101900_0023', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 10021, 'You leveled up the Archive?! You''re the best!', 'snd_voi_home_101900', 24, 1019014, 1, 1, 0, 'snd_voi_home_101900_0024', 0, 1019814, 2000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 20051, '...I get a free pass to train with my oshis?', 'snd_voi_training_101900', 65, 0, 2, 1, 0, 'snd_voi_training_101900_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70000, 'You''ve gotta grind to shine!', 'snd_voi_outgame_101900', 3, 2001, 7, 1, 0, 'snd_voi_outgame_101900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 95005, 'I''d follow you to the ends of the internet!', 'snd_voi_outgame_101900', 4, 0, 7, 1, 0, 'snd_voi_outgame_101900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 95006, 'I''ll give the best service a simp can offer!', 'snd_voi_outgame_101900', 5, 0, 7, 1, 0, 'snd_voi_outgame_101900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 120000, 'Mwaaaagh?! I can see my oshis—I can feel them in my heart!', 'snd_voi_outgame_101900', 11, 1019017, 2, 1, 0, 'snd_voi_outgame_101900_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140000, 'I''ve got my sights on those Umas!', 'snd_voi_minigame_101900', 0, 1019801, 9, 1, 0, 'snd_voi_minigame_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140001, 'Come to Digitan!', 'snd_voi_minigame_101900', 1, 3015, 9, 1, 0, 'snd_voi_minigame_101900_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140002, 'Ahhh...', 'snd_voi_minigame_101900', 2, 11005, 9, 1, 0, 'snd_voi_minigame_101900_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140003, 'I''m in heaven!', 'snd_voi_minigame_101900', 3, 971019, 9, 1, 0, 'snd_voi_minigame_101900_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140004, 'This smile... I''ll protect it with my life!', 'snd_voi_minigame_101900', 4, 972019, 9, 1, 0, 'snd_voi_minigame_101900_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140005, 'Next time! We''ll get them for sure next time!', 'snd_voi_minigame_101900', 5, 1019802, 9, 1, 0, 'snd_voi_minigame_101900_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140006, 'I''m in heaven!', 'snd_voi_minigame_101900', 3, 974019, 9, 1, 0, 'snd_voi_minigame_101900_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140007, 'This smile... I''ll protect it with my life!', 'snd_voi_minigame_101900', 4, 973019, 9, 1, 0, 'snd_voi_minigame_101900_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140008, 'Ehehe!', 'snd_voi_minigame_101900', 6, 1019007, 9, 1, 0, 'snd_voi_minigame_101900_0006', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140009, 'Hehe!', 'snd_voi_minigame_101900', 7, 2, 9, 1, 0, 'snd_voi_minigame_101900_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140010, 'Mwehehe!', 'snd_voi_minigame_101900', 8, 2002, 9, 1, 0, 'snd_voi_minigame_101900_0008', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140011, 'Whoa!', 'snd_voi_minigame_101900', 9, 1019016, 9, 1, 0, 'snd_voi_minigame_101900_0009', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140014, 'No way...', 'snd_voi_minigame_101900', 10, 1019005, 9, 1, 0, 'snd_voi_minigame_101900_0010', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140015, 'Ooooh!', 'snd_voi_minigame_101900', 11, 1019804, 9, 1, 0, 'snd_voi_minigame_101900_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140016, 'Trainer!', 'snd_voi_minigame_101900', 12, 1019805, 9, 1, 0, 'snd_voi_minigame_101900_0012', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140012, 'Thank you so much!', 'snd_voi_minigame_101900', 13, 1019017, 9, 1, 0, 'snd_voi_minigame_101900_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140013, 'Mwahaha!', 'snd_voi_minigame_101900', 14, 1019006, 9, 1, 0, 'snd_voi_minigame_101900_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140017, 'Anguish...', 'snd_voi_minigame_101900', 15, 1019803, 9, 1, 0, 'snd_voi_minigame_101900_0015', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 140018, 'Asadjkhk...', 'snd_voi_minigame_101900', 16, 1019009, 9, 1, 0, 'snd_voi_minigame_101900_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70004, 'Look at this—look! The holy garb of heaven on earth!', 'snd_voi_outgame_101900', 16, 1019000, 7, 1, 0, 'snd_voi_outgame_101900_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70010, '...You think this''ll help me blend in? Do I look like a normal student?', 'snd_voi_outgame_101900', 17, 1019807, 7, 1, 0, 'snd_voi_outgame_101900_0017', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70008, 'The racewear of my dreams... You don''t know how many fics I''ve written of Umas experiencing this moment, and now it''s happening to me!', 'snd_voi_outgame_101900', 20, 1019022, 7, 1, 0, 'snd_voi_outgame_101900_0020', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70014, 'There are little hidden details everywhere! Every last inch was expertly designed to bring out the best of Umamusume!', 'snd_voi_outgame_101900', 21, 1019016, 7, 1, 0, 'snd_voi_outgame_101900_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70009, 'I always imagined what it''d be like to be a racer myself... so I channeled all of those fantasies into this outfit!', 'snd_voi_outgame_101900', 22, 1019007, 7, 1, 0, 'snd_voi_outgame_101900_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70015, 'Look, I went all-out catering this racewear to my tastes! ...But it''s kinda embarrassing now that I''m actually wearing it.', 'snd_voi_outgame_101900', 23, 1019006, 7, 1, 0, 'snd_voi_outgame_101900_0023', 0, 1019010, 2800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 71004, 'Look at this—look! The holy garb of heaven on earth!', 'snd_voi_outgame_101900', 16, 24, 7, 0, 0, 'snd_voi_outgame_101900_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 71010, '...You think this''ll help me blend in? Do I look like a normal student?', 'snd_voi_outgame_101900', 17, 18, 7, 0, 0, 'snd_voi_outgame_101900_0017', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 71008, 'The racewear of my dreams... You don''t know how many fics I''ve written of Umas experiencing this moment, and now it''s happening to me!', 'snd_voi_outgame_101900', 20, 27, 7, 0, 0, 'snd_voi_outgame_101900_0020', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 71014, 'There are little hidden details everywhere! Every last inch was expertly designed to bring out the best of Umamusume!', 'snd_voi_outgame_101900', 21, 148, 7, 0, 0, 'snd_voi_outgame_101900_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 71009, 'I always imagined what it''d be like to be a racer myself... so I channeled all of those fantasies into this outfit!', 'snd_voi_outgame_101900', 22, 18, 7, 0, 0, 'snd_voi_outgame_101900_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 71015, 'Look, I went all-out catering this racewear to my tastes! ...But it''s kinda embarrassing now that I''m actually wearing it.', 'snd_voi_outgame_101900', 23, 43, 7, 0, 0, 'snd_voi_outgame_101900_0023', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70018, 'Digitan, ready to go! ☆', 'snd_voi_outgame_101900', 26, 1019001, 7, 1, 0, 'snd_voi_outgame_101900_0026', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 70019, 'I won''t lose—even to my beloved Umas!', 'snd_voi_outgame_101900', 27, 1019814, 7, 1, 0, 'snd_voi_outgame_101900_0027', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 71018, 'Digitan, ready to go! ☆', 'snd_voi_outgame_101900', 26, 15, 7, 0, 0, 'snd_voi_outgame_101900_0026', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 71019, 'I won''t lose—even to my beloved Umas!', 'snd_voi_outgame_101900', 27, 48, 7, 0, 0, 'snd_voi_outgame_101900_0027', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 2030, 'I''ll give you the grand tour!', 'snd_voi_teamst_101900', 0, 1019018, 10, 1, 0, 'snd_voi_teamst_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 2031, 'I''m looking forward to this!', 'snd_voi_teamst_st_101900_0000', 0, 1019006, 10, 1, 0, 'snd_voi_teamst_st_101900_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 2032, 'Thank you for everything!', 'snd_voi_training_101900', 64, 1019000, 10, 1, 0, 'snd_voi_training_101900_0064', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 2033, 'Is the camera all good to go? Make sure to get some good shots of the view from the stands!', 'snd_voi_training_101900', 19, 1019018, 10, 1, 0, 'snd_voi_training_101900_0019', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 2034, 'I am so ready for this! I''ve even got my fans and lightsticks ready for the winning concert!', 'snd_voi_training_101900', 16, 1019814, 10, 1, 0, 'snd_voi_training_101900_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 2035, 'Thank you for everything!', 'snd_voi_training_101900', 64, 1019000, 10, 0, 0, 'snd_voi_training_101900_0064', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 81000, 'Please don''t go too hard on me!', 'snd_voi_outgame_101900', 13, 1019000, 7, 1, 0, 'snd_voi_outgame_101900_0013', 0, 0, 0, 1637211600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1019, 81001, 'This is amazing! C''mon, show me everything you''ve got!', 'snd_voi_outgame_101900', 14, 1019006, 7, 1, 0, 'snd_voi_outgame_101900_0014', 0, 0, 0, 1637211600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 11, 'Cygames', 'snd_voi_title_102000', 0, 0, 0, 1, 0, 'snd_voi_title_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 12, 'Umamusume: Pretty Derby', 'snd_voi_title_102000', 1, 0, 0, 1, 0, 'snd_voi_title_102000_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10000, 'If we''re gonna fish, we shouldn''t waste time on the small fry. The bigger the haul, the more fun it is.', 'snd_voi_home_102000', 0, 1020006, 1, 1, 0, 'snd_voi_home_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10001, 'Aww, I''d kill for a day out, y''know. What? I''m not gonna do anything... Anything bad, that is.', 'snd_voi_home_102000', 1, 1020001, 1, 1, 0, 'snd_voi_home_102000_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10002, 'Oh, our bond level has... Da-da-da... BZZT! Tooo baaad. Looks like it won''t go up that easily.', 'snd_voi_home_102000', 2, 11000, 1, 1, 0, 'snd_voi_home_102000_0002', 0, 1020018, 5200, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10003, 'Happy New Year. Here''s to another good one... Hey, when can we dig into that stuff starting with "f" and ending with "ood"?', 'snd_voi_home_102000', 3, 1020006, 1, 1, 0, 'snd_voi_home_102000_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10004, 'Oh, it''s Valentine''s already? I don''t have any chocolates, but how about some fish I caught? I''ll get ''em to you later.', 'snd_voi_home_102000', 4, 1001, 1, 1, 0, 'snd_voi_home_102000_0004', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10005, 'You know, I actually did make you some chocolates. Hehehe. Oh, what to do?', 'snd_voi_home_102000', 5, 1020006, 1, 1, 0, 'snd_voi_home_102000_0005', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10006, 'Just writing down your wish isn''t gonna make it come true! Which is why... Hey Trainer! I''d really love a new fishing rod!', 'snd_voi_home_102000', 6, 1001, 1, 1, 0, 'snd_voi_home_102000_0006', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10007, 'Treats pleaaaaase! Huh? I''m not gonna do any tricks. They''re way too much work.', 'snd_voi_home_102000', 7, 1020006, 1, 1, 0, 'snd_voi_home_102000_0007', 0, 1020018, 6100, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10008, 'I''m around that age where I don''t really care if Santa visits, but I sure do want presents. Wink-wink.', 'snd_voi_home_102000', 8, 1001, 1, 1, 0, 'snd_voi_home_102000_0008', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10009, 'Sometimes you get caught up in society''s troubles, so let''s let loose and have a party! I''m thinking chicken and pizza. Your treat of course. Hehe.', 'snd_voi_home_102000', 9, 1020015, 1, 1, 0, 'snd_voi_home_102000_0009', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10010, 'Sigh... I hate making New Year''s cards. But my mom will never let me hear the end of it if I don''t. Sigh...', 'snd_voi_home_102000', 10, 1020009, 1, 1, 0, 'snd_voi_home_102000_0010', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10011, 'Uh, what day is it today? Haha, just kidding! I''ve definitely prepared something for your birthday. Well, some kind words at least.', 'snd_voi_home_102000', 11, 1020009, 1, 1, 0, 'snd_voi_home_102000_0011', 0, 1020006, 4800, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10012, 'Happy Birthday to youuu! Hehe. I just came out and said it straight. You''re super stoked, right?', 'snd_voi_home_102000', 12, 11000, 1, 1, 0, 'snd_voi_home_102000_0012', 0, 1020001, 2800, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10013, 'You can give me my birthday present anytime! I''m accepting presents all year round!', 'snd_voi_home_102000', 13, 1020001, 1, 1, 0, 'snd_voi_home_102000_0013', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10014, 'Heh, now this is something. I''m glad you remembered my birthday. I appreciate it.', 'snd_voi_home_102000', 14, 1001, 1, 1, 0, 'snd_voi_home_102000_0014', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10015, 'Hey, hey, there''s some kind of notice addressed to you.', 'snd_voi_home_102000', 15, 11000, 1, 1, 0, 'snd_voi_home_102000_0015', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10016, 'Looks like you got something pretty good. Hey, mind splitting it with me?', 'snd_voi_home_102000', 16, 1020015, 1, 1, 0, 'snd_voi_home_102000_0016', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10017, 'Congrats on completing that mission. Look at you! What a hard worker. How about you do my homework while you''re at it?', 'snd_voi_home_102000', 17, 1020001, 1, 1, 0, 'snd_voi_home_102000_0017', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10018, 'Looks like there''s an event soon. Wonder what kind of fun stuff they''ve got in store?', 'snd_voi_home_102000', 18, 1020006, 1, 1, 0, 'snd_voi_home_102000_0018', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10019, 'An event... In other words, a chance to see everyone''s skills, right?', 'snd_voi_home_102000', 19, 1002, 1, 1, 0, 'snd_voi_home_102000_0019', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20000, 'Ugh, my body feels so heaaavy. Oh, I''m not joking, okay? I''m being super serious right now.', 'snd_voi_training_102000', 0, 1020004, 2, 1, 0, 'snd_voi_training_102000_0000', 0, 1020002, 3700, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20001, 'Hey, Trainer. Don''t overdo it, you hear?', 'snd_voi_training_102000', 1, 1020011, 2, 1, 0, 'snd_voi_training_102000_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20002, 'Whatever the strategy, running means that I need to use energy, huh? So let''s get this done lickety-split!', 'snd_voi_training_102000', 2, 1020006, 2, 1, 0, 'snd_voi_training_102000_0002', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20003, 'Ooh, ooooh! Hey, Trainer. You know what I wanna do, right? Then I''ll leave it to you!', 'snd_voi_training_102000', 3, 1020001, 2, 1, 0, 'snd_voi_training_102000_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20004, 'Ah, just finished my stretching routine. Look, I work hard in my own way, all right?', 'snd_voi_training_102000', 4, 1020006, 2, 1, 0, 'snd_voi_training_102000_0004', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20005, 'Well, I guess I''ll put some energy into it.', 'snd_voi_training_102000', 5, 1020000, 2, 1, 0, 'snd_voi_training_102000_0005', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20006, 'Heyo. What''s on the agenda for today?', 'snd_voi_training_102000', 6, 11000, 2, 1, 0, 'snd_voi_training_102000_0006', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20007, 'Hrmmm, training, huh? All right, fine.', 'snd_voi_training_102000', 7, 1020009, 2, 1, 0, 'snd_voi_training_102000_0007', 0, 1020006, 4100, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20008, 'Trainer, for the time being, why don''t we go fishing instead?', 'snd_voi_training_102000', 8, 1020015, 2, 1, 0, 'snd_voi_training_102000_0008', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20009, 'Don''t forget who you''re dealing with here. You can''t expect me to go hard on training, you know?', 'snd_voi_training_102000', 9, 2014, 2, 1, 0, 'snd_voi_training_102000_0009', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20010, 'We''re really gonna train?', 'snd_voi_training_102000', 10, 1020009, 2, 1, 0, 'snd_voi_training_102000_0010', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20011, 'Nooo. I can''t take another step. Can you at least praise me for getting this far?', 'snd_voi_training_102000', 11, 1020011, 2, 1, 0, 'snd_voi_training_102000_0011', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20021, 'A race, huh? Hmm. But I''m kinda tired.', 'snd_voi_training_102000', 12, 1020009, 2, 1, 0, 'snd_voi_training_102000_0012', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20022, 'If you have me racing all the time, how am I supposed to come up with a plan? Yeah, that''s what I''ll say.', 'snd_voi_training_102000', 13, 1020002, 2, 1, 0, 'snd_voi_training_102000_0013', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20023, 'Heh-heh-heh. I''ll show you my sky-high ambition!', 'snd_voi_training_102000', 14, 1020001, 2, 1, 0, 'snd_voi_training_102000_0014', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20024, 'Operation "Do our best, but not too much!" is ready to go. Let''s strive for victory while also letting down our guard a bit.', 'snd_voi_training_102000', 15, 1020015, 2, 1, 0, 'snd_voi_training_102000_0015', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20025, 'My preparations were done ages ago. Come on, let''s go catch the big one already!', 'snd_voi_training_102000', 16, 1020000, 2, 1, 0, 'snd_voi_training_102000_0016', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20026, 'I''m saying it''s pointless for me to get so worked up. In other words, let''s do the usual. Hehehe.', 'snd_voi_training_102000', 17, 1020006, 2, 1, 0, 'snd_voi_training_102000_0017', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20027, 'Okay. I better prepare for the start of the race, huh?', 'snd_voi_training_102000', 18, 1001, 2, 1, 0, 'snd_voi_training_102000_0018', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20028, 'Yeah, I guess so... Just keep your expectations low, okay?', 'snd_voi_training_102000', 19, 1020000, 2, 1, 0, 'snd_voi_training_102000_0019', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20029, 'Time to go for a relaxing run.', 'snd_voi_training_102000', 20, 1001, 2, 1, 0, 'snd_voi_training_102000_0020', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20030, 'A life of moderation is just right for me.', 'snd_voi_training_102000', 21, 1020016, 2, 1, 0, 'snd_voi_training_102000_0021', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20031, 'Well, I''ll shoot my shot at least.', 'snd_voi_training_102000', 22, 2, 2, 1, 0, 'snd_voi_training_102000_0022', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20032, 'I know there''s stuff I need to work on, but that doesn''t mean I''ll just hand my opponents the victory.', 'snd_voi_training_102000', 23, 1001, 2, 1, 0, 'snd_voi_training_102000_0023', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20033, 'I''m not feeling so hot, but it''s for times like these that I always prepare some tricks up my sleeve.', 'snd_voi_training_102000', 24, 1020016, 2, 1, 0, 'snd_voi_training_102000_0024', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20034, 'Uwaaah, another race? Guess I''ve gotta do it, since we''re here and all.', 'snd_voi_training_102000', 25, 1020004, 2, 1, 0, 'snd_voi_training_102000_0025', 0, 11000, 3500, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20035, 'It''s far too late to be telling me to do this or that. I''ll race how I wanna.', 'snd_voi_training_102000', 26, 1014, 2, 1, 0, 'snd_voi_training_102000_0026', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20036, 'Yikes, the competition looks tough! But wouldn''t it be soooo funny if I got first place anyways?', 'snd_voi_training_102000', 27, 10010, 2, 1, 0, 'snd_voi_training_102000_0027', 0, 1020000, 4300, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20037, 'If I win, it''s a fluke. If I lose, it''s expected. Well, that''s pretty much how it goes.', 'snd_voi_training_102000', 28, 1020018, 2, 1, 0, 'snd_voi_training_102000_0028', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20038, 'Okaaay.', 'snd_voi_training_102000', 29, 0, 2, 1, 0, 'snd_voi_training_102000_0029', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20039, 'If I have to.', 'snd_voi_training_102000', 30, 0, 2, 1, 0, 'snd_voi_training_102000_0030', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20040, 'Okay.', 'snd_voi_training_102000', 31, 0, 2, 1, 0, 'snd_voi_training_102000_0031', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20041, 'Study?!', 'snd_voi_training_102000', 32, 0, 2, 1, 0, 'snd_voi_training_102000_0032', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20042, 'Oh dear...', 'snd_voi_training_102000', 33, 0, 2, 1, 0, 'snd_voi_training_102000_0033', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20043, 'Yaaaawn...', 'snd_voi_training_102000', 34, 0, 2, 1, 0, 'snd_voi_training_102000_0034', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20046, 'Wanna head out?', 'snd_voi_training_102000', 37, 0, 2, 1, 0, 'snd_voi_training_102000_0037', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20047, 'It''s the ocean!', 'snd_voi_training_102000', 38, 0, 2, 1, 0, 'snd_voi_training_102000_0038', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20049, 'Woo! That was fun, Trainer!', 'snd_voi_training_102000', 63, 0, 2, 1, 0, 'snd_voi_training_102000_0063', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20050, 'Considering it''s me, I think I tried pretty hard, don''t you think?', 'snd_voi_training_102000', 64, 0, 2, 1, 0, 'snd_voi_training_102000_0064', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 30000, 'Well done, well done! ♪', 'snd_voi_race_102000', 0, 0, 3, 1, 0, 'snd_voi_race_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 30001, 'Huh, I guess I can do it if I try.', 'snd_voi_race_102000', 1, 0, 3, 1, 0, 'snd_voi_race_102000_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 30002, 'That was passable, if I do say so myself!', 'snd_voi_race_102000', 2, 0, 3, 1, 0, 'snd_voi_race_102000_0002', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 30003, 'Whoops, that''s no good... Ahaha...', 'snd_voi_race_102000', 3, 0, 3, 1, 0, 'snd_voi_race_102000_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 60000, 'Woo! Woo! This is where it gets exciting!', 'snd_voi_live_102000', 0, 0, 4, 1, 0, 'snd_voi_live_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 60001, 'Fine, then how about a song?', 'snd_voi_live_102000', 1, 0, 4, 1, 0, 'snd_voi_live_102000_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70001, 'Once upon a time, there was an Umamusume and her rookie trainer... What do you mean you don''t need a story?', 'snd_voi_outgame_102000', 1, 1020018, 7, 1, 0, 'snd_voi_outgame_102000_0001', 0, 1001, 7900, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90000, 'Trainer, it''s a miracle! Look! Isn''t it amazing?! I came to school!', 'snd_voi_home_102001', 0, 1020001, 1, 1, 0, 'snd_voi_home_102001_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90001, 'Morning. Let''s take it easy-breezy-lemon-squeezy today.', 'snd_voi_home_102001', 1, 2001, 1, 1, 0, 'snd_voi_home_102001_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90002, 'Sigh... I worked my butt off this morning, so I''ll need to take the afternoon off... What do you mean I can''t?! Come ooon!', 'snd_voi_home_102001', 2, 1020001, 1, 1, 0, 'snd_voi_home_102001_0002', 0, 1020014, 9800, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90003, 'What''s this? You''re inviting me to take an afternoon nap? Well, I''d be delighted to! Nya-ha-ha!', 'snd_voi_home_102001', 3, 1020006, 1, 1, 0, 'snd_voi_home_102001_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90004, 'Wow, the stars are out. Which I take it that means it''s time for... some night fishing! Oops. Guess not.', 'snd_voi_home_102001', 4, 1020001, 1, 1, 0, 'snd_voi_home_102001_0004', 0, 1020006, 8800, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90005, 'Nothing beats watching TV with a nice cup of tea. I wouldn''t trade this for anything else. Well, maybe going home would be nice...', 'snd_voi_home_102001', 5, 1020018, 1, 1, 0, 'snd_voi_home_102001_0005', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90006, 'Sometimes in life we need to just stop and smell the flowers, you know? Like tomorrow for instance... Ahem.', 'snd_voi_home_102001', 6, 1020001, 1, 1, 0, 'snd_voi_home_102001_0006', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90007, 'The days keep getting hotter and hotter. I wonder if the library is open? Sigh... Seeking: a cool place.', 'snd_voi_home_102001', 7, 1020004, 1, 1, 0, 'snd_voi_home_102001_0007', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90008, 'There are so many leaves on the ground in fall! They sure do look cozy to sleep in. I could take a nap anywhere. Heh.', 'snd_voi_home_102001', 8, 1020016, 1, 1, 0, 'snd_voi_home_102001_0008', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 90009, 'Brrr, it''s so cold! I''m gonna go hibernate, so wake me up when spring comes... Please? Pretty please?', 'snd_voi_home_102001', 9, 1020004, 1, 1, 0, 'snd_voi_home_102001_0009', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91000, 'Trainers sure have it rough having to work with us every day. Maybe you should take more days off? Hehe.', 'snd_voi_home_102001', 10, 1020015, 1, 1, 0, 'snd_voi_home_102001_0010', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91001, 'I feel exhausted even looking at my phone when I have more than ten unread messages. ...Ahhh! They''re still coming!', 'snd_voi_home_102001', 11, 1020009, 1, 1, 0, 'snd_voi_home_102001_0011', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91002, 'Why do we even start in a gate? It''s so narrow and cramped for some weird reason. Sigh...', 'snd_voi_home_102001', 12, 11005, 1, 1, 0, 'snd_voi_home_102001_0012', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91003, 'Oh yeah, if you run into King, can you give her this message for me? "Don''t waste your time trying to find it."', 'snd_voi_home_102001', 13, 1020002, 1, 1, 0, 'snd_voi_home_102001_0013', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91004, 'Never make Grass angry. I''ll say it again: Never. Make. Grass. Angry.', 'snd_voi_home_102001', 14, 1020004, 1, 1, 0, 'snd_voi_home_102001_0014', 0, 1020002, 3200, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91005, 'To think the day would come when I put on this outfit. I''m genuinely shocked. You can totally see my belly button...', 'snd_voi_home_102001', 15, 1020018, 1, 1, 0, 'snd_voi_home_102001_0015', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91006, 'I actually loosened the collar a bit. You can''t even tell, can you? Good.', 'snd_voi_home_102001', 16, 1020001, 1, 1, 0, 'snd_voi_home_102001_0016', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91007, 'Wowie, they really let me have my own signature racewear. Doesn''t that mean they... believe in me? Haha, I''m in a pickle now.', 'snd_voi_home_102001', 17, 1020001, 1, 1, 0, 'snd_voi_home_102001_0017', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91008, 'I want both my races and my clothes to be easygoing. That''s my style after all.', 'snd_voi_home_102001', 18, 1020006, 1, 1, 0, 'snd_voi_home_102001_0018', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91009, 'No matter how early I get up, El is already running on the track. I could never do that... No way, no how.', 'snd_voi_home_102001', 19, 1000, 1, 1, 0, 'snd_voi_home_102001_0019', 0, 2007, 9500, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91010, 'Spe sure does love eating. ...I wonder where she puts all that food?', 'snd_voi_home_102001', 20, 1020006, 1, 1, 0, 'snd_voi_home_102001_0020', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91011, 'No matter how many times Flower nags me to go bed early, I won''t listen. I decide when I sleep! Bam!', 'snd_voi_home_102001', 21, 1009, 1, 1, 0, 'snd_voi_home_102001_0021', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91012, 'Aah, the days are finally getting warmer. I could laze around on the lawn forever. And I do mean... forever.', 'snd_voi_home_102001', 22, 1020001, 1, 1, 0, 'snd_voi_home_102001_0022', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91013, 'Be careful of getting heatstroke in summer! We need to stay inside and laze around!', 'snd_voi_home_102001', 23, 1020002, 1, 1, 0, 'snd_voi_home_102001_0023', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91014, 'Fall is the season for chowing down on some Pacific saury. They''re pretty tricky to catch, but it''s definitely worth it.', 'snd_voi_home_102001', 24, 1020006, 1, 1, 0, 'snd_voi_home_102001_0024', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 91015, 'Oof, now this is cold-cold! I could cozy up with a warm kitty right about now...', 'snd_voi_home_102001', 25, 1020004, 1, 1, 0, 'snd_voi_home_102001_0025', 0, 1020016, 3900, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 92000, 'Don''t rush. Don''t get impatient. Let''s cruise along at our own pace.', 'snd_voi_training_102001', 0, 1020015, 2, 1, 0, 'snd_voi_training_102001_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 92001, 'Does anyone wanna sub into this race for me?', 'snd_voi_training_102001', 1, 1020018, 2, 1, 0, 'snd_voi_training_102001_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 92002, 'All right. I guess I''ll try a little!', 'snd_voi_training_102001', 2, 1020006, 2, 1, 0, 'snd_voi_training_102001_0002', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 92003, 'Oh. Were we supposed to be training?', 'snd_voi_training_102001', 3, 1020001, 2, 1, 0, 'snd_voi_training_102001_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 92011, 'Okay, okay. I''ll make sure to take training seriously.', 'snd_voi_training_102001', 4, 1020006, 2, 1, 0, 'snd_voi_training_102001_0004', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 92005, 'Sometimes I''ve gotta put the pedal to the metal. In a car. Kidding! I''ve gotta show you I can be serious sometimes.', 'snd_voi_training_102001', 5, 1020001, 2, 1, 0, 'snd_voi_training_102001_0005', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 92006, 'At the end of the day, I just want to make people laugh and smile in my races. Nya-ha-ha.', 'snd_voi_training_102001', 6, 1020006, 2, 1, 0, 'snd_voi_training_102001_0006', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 92007, 'As long as you''re the one steering this ship, then I can take it easy knowing I''m in good hands.', 'snd_voi_training_102001', 7, 1020016, 2, 1, 0, 'snd_voi_training_102001_0007', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 93000, 'I''m impressed you made me train this much, you sly dog you!', 'snd_voi_training_102001', 8, 0, 2, 1, 0, 'snd_voi_training_102001_0008', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 93001, 'Wow, I actually feel like trying.', 'snd_voi_training_102001', 9, 0, 2, 1, 0, 'snd_voi_training_102001_0009', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 95000, 'Is this what they call a growth period?', 'snd_voi_outgame_102001', 0, 1020001, 7, 1, 0, 'snd_voi_outgame_102001_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 95001, 'You didn''t think that was my all, did you? I just don''t show it. ♪', 'snd_voi_outgame_102001', 1, 0, 7, 1, 0, 'snd_voi_outgame_102001_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 95003, 'Hey hey, it''s your pal Seiun Sky here!', 'snd_voi_outgame_102001', 3, 2001, 7, 1, 0, 'snd_voi_outgame_102001_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 95004, 'Seeing as you''re here and all, why don''t we cause some chaos?', 'snd_voi_gacha_102001', 0, 0, 7, 1, 0, 'snd_voi_gacha_102001_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1008, 'Looks like we''re up!', 'snd_voi_teamst_st_102000_0000', 0, 1001, 8, 1, 0, 'snd_voi_teamst_st_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1047, 'Do your best, King!', 'snd_voi_teamst_st_102000_1061', 0, 2014, 8, 1, 0, 'snd_voi_teamst_st_102000_1061_00', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1030, 'Noooo!', 'snd_voi_teamst_st_101100_1020', 1, 1020004, 8, 1, 0, 'snd_voi_teamst_st_101100_1020_01', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1036, 'Sure, sure.', 'snd_voi_teamst_st_101400_1020', 1, 1020006, 8, 1, 0, 'snd_voi_teamst_st_101400_1020_01', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1000, 'I guess we''re going.', 'snd_voi_teamst_102000', 0, 1020006, 8, 1, 0, 'snd_voi_teamst_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1001, 'Yay! ♪', 'snd_voi_teamst_102000', 1, 0, 8, 1, 0, 'snd_voi_teamst_102000_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1003, 'Guess that''s how it is.', 'snd_voi_teamst_102000', 2, 0, 8, 1, 0, 'snd_voi_teamst_102000_0002', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1002, 'Whoops.', 'snd_voi_teamst_102000', 3, 0, 8, 1, 0, 'snd_voi_teamst_102000_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1004, 'Ooh, we did it!', 'snd_voi_teamst_102000', 4, 1020006, 8, 1, 0, 'snd_voi_teamst_102000_0004', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1007, 'We broke a record!', 'snd_voi_teamst_102000', 5, 1020015, 8, 1, 0, 'snd_voi_teamst_102000_0005', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1006, 'Guess that''s how it is.', 'snd_voi_teamst_102000', 2, 1020001, 8, 1, 0, 'snd_voi_teamst_102000_0002', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 1005, 'Whoops.', 'snd_voi_teamst_102000', 3, 1020009, 8, 1, 0, 'snd_voi_teamst_102000_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 40000, 'It''s time! Now!', 'snd_voi_race_102001', 2, 0, 3, 1, 0, 'snd_voi_race_102001_0002', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 40001, 'Ahhh... Zzz... Hrk! The big one''s finally mine! Nya-ha! Gotcha!', 'snd_voi_race_102001', 3, 0, 3, 1, 0, 'snd_voi_race_102001_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 30004, 'What a joyful result—whoa! Haha...', 'snd_voi_race_102001', 0, 0, 3, 1, 0, 'snd_voi_race_102001_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 30005, 'Those were cheers, right? They''re louder than I thought.', 'snd_voi_race_102000', 8, 0, 3, 1, 0, 'snd_voi_race_102000_0008', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 31000, 'Time for me to race, huh?', 'snd_voi_race_102000', 9, 0, 3, 1, 0, 'snd_voi_race_102000_0009', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 13, 'Here''s today''s login bonus.', 'snd_voi_title_102000', 4, 1020006, 1, 1, 0, 'snd_voi_title_102000_0004', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 15, 'You''ll be getting this tomorrow.', 'snd_voi_title_102000', 5, 1020016, 1, 1, 0, 'snd_voi_title_102000_0005', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 110000, 'Oh, training? You''re really working hard, aren''t ya?', 'snd_voi_home_102000', 21, 0, 1, 1, 0, 'snd_voi_home_102000_0021', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 110001, 'I wonder what kind of stories we can enjoy?', 'snd_voi_home_102000', 22, 0, 1, 1, 0, 'snd_voi_home_102000_0022', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 110002, 'So we''re entering a race?', 'snd_voi_home_102000', 23, 0, 1, 1, 0, 'snd_voi_home_102000_0023', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 10021, 'Seems like your Umamusume Archive leveled up.', 'snd_voi_home_102000', 24, 1020016, 1, 1, 0, 'snd_voi_home_102000_0024', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 20051, 'Hey there. Let''s do our best.', 'snd_voi_training_102000', 65, 0, 2, 1, 0, 'snd_voi_training_102000_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70000, 'Let''s take it reeeal easy.', 'snd_voi_outgame_102000', 3, 1, 7, 1, 0, 'snd_voi_outgame_102000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 95005, 'You''re gonna make me help out?', 'snd_voi_outgame_102000', 4, 0, 7, 1, 0, 'snd_voi_outgame_102000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 95006, 'Wow. Are you gonna rely on me?', 'snd_voi_outgame_102000', 5, 0, 7, 1, 0, 'snd_voi_outgame_102000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 120000, 'Ooooh?', 'snd_voi_outgame_102000', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_102000_0011', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140000, 'Come on, let''s go check out what''s up for grabs.', 'snd_voi_minigame_102000', 0, 1020020, 9, 1, 0, 'snd_voi_minigame_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140001, 'Got one!', 'snd_voi_minigame_102000', 1, 1020800, 9, 1, 0, 'snd_voi_minigame_102000_0001', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140002, 'Aw man...', 'snd_voi_minigame_102000', 2, 1020801, 9, 1, 0, 'snd_voi_minigame_102000_0002', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140003, 'Wowie! What a huge catch!', 'snd_voi_minigame_102000', 3, 971020, 9, 1, 0, 'snd_voi_minigame_102000_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140004, 'You did great! Clap, clap, clap.', 'snd_voi_minigame_102000', 4, 972020, 9, 1, 0, 'snd_voi_minigame_102000_0004', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140005, '...Well, sometimes these things happen.', 'snd_voi_minigame_102000', 5, 1020802, 9, 1, 0, 'snd_voi_minigame_102000_0005', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140006, 'Wowie! What a huge catch!', 'snd_voi_minigame_102000', 3, 974020, 9, 1, 0, 'snd_voi_minigame_102000_0003', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140007, 'You did great! Clap, clap, clap.', 'snd_voi_minigame_102000', 4, 973020, 9, 1, 0, 'snd_voi_minigame_102000_0004', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140008, 'Hehe.', 'snd_voi_minigame_102000', 6, 1020006, 9, 1, 0, 'snd_voi_minigame_102000_0006', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140009, 'Hehe!', 'snd_voi_minigame_102000', 7, 1020001, 9, 1, 0, 'snd_voi_minigame_102000_0007', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140010, 'Tee-hee! ☆', 'snd_voi_minigame_102000', 8, 1020019, 9, 1, 0, 'snd_voi_minigame_102000_0008', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140011, 'Yay!', 'snd_voi_minigame_102000', 9, 1020803, 9, 1, 0, 'snd_voi_minigame_102000_0009', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140014, 'Aww...', 'snd_voi_minigame_102000', 10, 1007, 9, 1, 0, 'snd_voi_minigame_102000_0010', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140015, 'Let''s see now?', 'snd_voi_minigame_102000', 11, 1020021, 9, 1, 0, 'snd_voi_minigame_102000_0011', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140016, 'Are we still playing?', 'snd_voi_minigame_102000', 12, 1001, 9, 1, 0, 'snd_voi_minigame_102000_0012', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140012, 'Nya-ha-ha!', 'snd_voi_minigame_102000', 13, 1020804, 9, 1, 0, 'snd_voi_minigame_102000_0013', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140013, 'Oooh!', 'snd_voi_minigame_102000', 14, 1020805, 9, 1, 0, 'snd_voi_minigame_102000_0014', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140017, 'No...', 'snd_voi_minigame_102000', 15, 10008, 9, 1, 0, 'snd_voi_minigame_102000_0015', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 140018, 'Ah...', 'snd_voi_minigame_102000', 16, 11005, 9, 1, 0, 'snd_voi_minigame_102000_0016', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70004, 'I never have to decide what to wear each morning! Uniforms rock!', 'snd_voi_outgame_102000', 16, 1020001, 7, 1, 0, 'snd_voi_outgame_102000_0016', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70010, 'Huh? This is on the right way, right?', 'snd_voi_outgame_102000', 17, 1020009, 7, 1, 0, 'snd_voi_outgame_102000_0017', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70008, 'I''ve gotta do a concert right after I finish a race... This stuff is tough, you know?', 'snd_voi_outgame_102000', 20, 1020002, 7, 1, 0, 'snd_voi_outgame_102000_0020', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70014, 'Am I cute? Aww, you! ☆', 'snd_voi_outgame_102000', 21, 1020015, 7, 1, 0, 'snd_voi_outgame_102000_0021', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70009, 'This is my favorite outfit!', 'snd_voi_outgame_102000', 22, 1020020, 7, 1, 0, 'snd_voi_outgame_102000_0022', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70015, 'Since I''m running in a G1 race, you better prepare something big!', 'snd_voi_outgame_102000', 23, 1020000, 7, 1, 0, 'snd_voi_outgame_102000_0023', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 71004, 'I never have to decide what to wear each morning! Uniforms rock!', 'snd_voi_outgame_102000', 16, 22, 7, 0, 0, 'snd_voi_outgame_102000_0016', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 71010, 'Huh? This is on the right way, right?', 'snd_voi_outgame_102000', 17, 148, 7, 0, 0, 'snd_voi_outgame_102000_0017', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 71008, 'I''ve gotta do a concert right after I finish a race... This stuff is tough, you know?', 'snd_voi_outgame_102000', 20, 48, 7, 0, 0, 'snd_voi_outgame_102000_0020', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 71014, 'Am I cute? Aww, you! ☆', 'snd_voi_outgame_102000', 21, 24, 7, 0, 0, 'snd_voi_outgame_102000_0021', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 71009, 'This is my favorite outfit!', 'snd_voi_outgame_102000', 22, 49, 7, 0, 0, 'snd_voi_outgame_102000_0022', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 71015, 'Since I''m running in a G1 race, you better prepare something big!', 'snd_voi_outgame_102000', 23, 19, 7, 0, 0, 'snd_voi_outgame_102000_0023', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 2030, 'I guess we''re going.', 'snd_voi_teamst_102000', 0, 1020006, 10, 1, 0, 'snd_voi_teamst_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 2031, 'Looks like we''re up!', 'snd_voi_teamst_st_102000_0000', 0, 1001, 10, 1, 0, 'snd_voi_teamst_st_102000_0000', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 2032, 'Woo! That was fun, Trainer!', 'snd_voi_training_102000', 63, 1020001, 10, 1, 0, 'snd_voi_training_102000_0063', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 2033, 'Yeah, I guess so... Just keep your expectations low, okay?', 'snd_voi_training_102000', 19, 1020016, 10, 1, 0, 'snd_voi_training_102000_0019', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 2034, 'My preparations were done ages ago. Come on, let''s go catch the big one already!', 'snd_voi_training_102000', 16, 1020000, 10, 1, 0, 'snd_voi_training_102000_0016', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 2035, 'Woo! That was fun, Trainer!', 'snd_voi_training_102000', 63, 1020001, 10, 0, 0, 'snd_voi_training_102000_0063', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70018, 'Are we still playing?', 'snd_voi_outgame_102000', 26, 1020006, 7, 1, 0, 'snd_voi_outgame_102000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 70019, 'I can''t wait to see what happens!', 'snd_voi_outgame_102000', 27, 1020021, 7, 1, 0, 'snd_voi_outgame_102000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 71018, 'Are we still playing?', 'snd_voi_outgame_102000', 26, 50, 7, 0, 0, 'snd_voi_outgame_102000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 71019, 'I can''t wait to see what happens!', 'snd_voi_outgame_102000', 27, 48, 7, 0, 0, 'snd_voi_outgame_102000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 81000, 'Whaaa, you really wanna take me on? Definitely gonna lose—me, I mean.', 'snd_voi_outgame_102000', 13, 10010, 7, 1, 0, 'snd_voi_outgame_102000_0013', 0, 1020006, 3400, 1634533200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1020, 81001, 'Maaan, you''re really good. You should know though—I''m not gonna let it slide and just lose. That''s not my thing.', 'snd_voi_outgame_102000', 14, 1020012, 7, 1, 0, 'snd_voi_outgame_102000_0014', 0, 1001, 3400, 1634533200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1021, 20051, 'Aw yeah, let''s do this!', 'snd_voi_training_102100', 65, 0, 2, 1, 0, 'snd_voi_training_102100_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1021, 70000, 'Lay it on me, Trainer!', 'snd_voi_outgame_102100', 3, 1021007, 7, 1, 0, 'snd_voi_outgame_102100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1021, 95005, 'Hehe, don''t worry. You''re in my hands now!', 'snd_voi_outgame_102100', 4, 0, 7, 1, 0, 'snd_voi_outgame_102100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1021, 95006, 'Ya can rely on me much as ya need!', 'snd_voi_outgame_102100', 5, 0, 7, 1, 0, 'snd_voi_outgame_102100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1021, 400004, 'Man have I got my hands full this year... But hey, I''m used to bein'' the big sis!', 'snd_voi_event_090006', 4, 1021800, 7, 1, 0, 'snd_voi_event_090006_0004', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1021, 400011, 'I wonder if this''s how my mom felt sendin'' me off to Tracen. Just trustin'' that I''d figure things out...', 'snd_voi_event_090006', 11, 1021011, 7, 1, 0, 'snd_voi_event_090006_0011', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1022, 20051, 'Let''s shoot for the moon! ♪', 'snd_voi_training_102200', 65, 0, 2, 1, 0, 'snd_voi_training_102200_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1022, 70000, 'Let''s make every day as wonderful as it can be!', 'snd_voi_outgame_102200', 3, 2001, 7, 1, 0, 'snd_voi_outgame_102200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1022, 95005, 'You need some help? Say no more! ♪', 'snd_voi_outgame_102200', 4, 0, 7, 1, 0, 'snd_voi_outgame_102200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1022, 95006, 'If you need anything, you can always rely on me!', 'snd_voi_outgame_102200', 5, 0, 7, 1, 0, 'snd_voi_outgame_102200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 11, 'Cygames', 'snd_voi_title_102300', 0, 0, 0, 1, 0, 'snd_voi_title_102300_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_102300', 1, 0, 0, 1, 0, 'snd_voi_title_102300_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10000, 'I want to pursue theories that bring me ever closer to victory. With a reliable partner by my side, of course.', 'snd_voi_home_102300', 0, 1023000, 1, 1, 0, 'snd_voi_home_102300_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10001, 'Your words always touch my heart. I can understand them before I even think about them. You really are a mystery to me.', 'snd_voi_home_102300', 1, 1023006, 1, 1, 0, 'snd_voi_home_102300_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10002, 'Hm, not a single comment... Oh, it''s nothing. I only changed my hair oil. It''s still far from silky smooth, though.', 'snd_voi_home_102300', 2, 1023013, 1, 1, 0, 'snd_voi_home_102300_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10003, 'Happy New Year. Shall we get right into it and discuss the future? Let''s keep our spirits up in the new year.', 'snd_voi_home_102300', 3, 1023000, 1, 1, 0, 'snd_voi_home_102300_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10004, 'Valentine''s Day is also a day to express one''s gratitude. So I''d like to express my heartfelt thanks.', 'snd_voi_home_102300', 4, 1023006, 1, 1, 0, 'snd_voi_home_102300_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10005, 'Appearance, taste, and packaging—I handcrafted these chocolates with a calculated balance of each. I hope you like them.', 'snd_voi_home_102300', 5, 1023006, 1, 1, 0, 'snd_voi_home_102300_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10006, 'Verbalize and visualize your wish. Tanabata is actually quite logical. ...Not very romantic, you say? Hm-hmph.', 'snd_voi_home_102300', 6, 1023017, 1, 1, 0, 'snd_voi_home_102300_0006', 0, 11010, 6200, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10007, 'I prepared some ghost-shaped candy for Brian... But I guess she''s too old for that kind of thing.', 'snd_voi_home_102300', 7, 1023010, 1, 1, 0, 'snd_voi_home_102300_0007', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10008, 'Argh, that Ticket! Messing around and saying my hair is like Santa''s beard... They don''t look anything alike! Right?!', 'snd_voi_home_102300', 8, 1023003, 1, 1, 0, 'snd_voi_home_102300_0008', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10009, 'Memories can sometimes be powerful motivators. I''ll take this time we spent together during the holidays and turn it into power for the future.', 'snd_voi_home_102300', 9, 1023006, 1, 1, 0, 'snd_voi_home_102300_0009', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10010, 'This year has gone by so fast. Time should be flowing at an even rate, but... it feels much faster since I met you.', 'snd_voi_home_102300', 10, 1023000, 1, 1, 0, 'snd_voi_home_102300_0010', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10011, 'Today is your birthday, correct? I hope it''s a great day, filled with new knowledge and learning.', 'snd_voi_home_102300', 11, 1023006, 1, 1, 0, 'snd_voi_home_102300_0011', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10012, 'Happy Birthday, Trainer. Heh, it''s strange... I''m celebrating you, yet I feel the most delighted from it.', 'snd_voi_home_102300', 12, 1001, 1, 1, 0, 'snd_voi_home_102300_0012', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10013, 'Thank you for your congratulations, Trainer. I''ll keep trying hard to live up to your expectations.', 'snd_voi_home_102300', 13, 1023006, 1, 1, 0, 'snd_voi_home_102300_0013', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10014, 'I see... Now I finally understand. The only present I wanted was a few words—"happy birthday" from you.', 'snd_voi_home_102300', 14, 1023007, 1, 1, 0, 'snd_voi_home_102300_0014', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10015, 'It seems like there''s a new notice. It might be something important, so I suggest you check it as soon as possible.', 'snd_voi_home_102300', 15, 1023017, 1, 1, 0, 'snd_voi_home_102300_0015', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10016, 'You received a present. I see you''re not one to be overlooked.', 'snd_voi_home_102300', 16, 1023000, 1, 1, 0, 'snd_voi_home_102300_0016', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10017, 'Looks like you completed a mission. A well-deserved recognition for your efforts. I, too, feel proud.', 'snd_voi_home_102300', 17, 1023006, 1, 1, 0, 'snd_voi_home_102300_0017', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10018, 'It seems that an event will start soon. I''ll go gather information on it.', 'snd_voi_home_102300', 18, 1023002, 1, 1, 0, 'snd_voi_home_102300_0018', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10019, 'There''s an event going on. Following the rule of thumb can be important, so I think we should participate.', 'snd_voi_home_102300', 19, 1023017, 1, 1, 0, 'snd_voi_home_102300_0019', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20000, 'Hm? A slight tingling in the fingertips... It''s a sign of ill health. Let''s be careful going forward.', 'snd_voi_training_102300', 0, 1023005, 2, 1, 0, 'snd_voi_training_102300_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20001, 'Phew... Sorry, Trainer... It would be illogical to train with this fatigue. May I take a rest?', 'snd_voi_training_102300', 1, 1023008, 2, 1, 0, 'snd_voi_training_102300_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20002, 'Hmm... Guess I need to rework the equation. Of course, this will be a major upward revision. Hehe, you could almost say things are going too well.', 'snd_voi_training_102300', 2, 1009, 2, 1, 0, 'snd_voi_training_102300_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20003, 'Hey, can I run now? It may be illogical to feel this way, but I think we''ll have great results today!', 'snd_voi_training_102300', 3, 1023001, 2, 1, 0, 'snd_voi_training_102300_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20004, 'My mind is clear and my body is alert... I can assure you that I''m in great shape.', 'snd_voi_training_102300', 4, 1023000, 2, 1, 0, 'snd_voi_training_102300_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20005, 'At this moment, I''m more than capable of meeting your expectations. Now, tell me your plan.', 'snd_voi_training_102300', 5, 1023006, 2, 1, 0, 'snd_voi_training_102300_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20006, 'I tested myself with some light exercises, and I''m not feeling bad at all. We can start anytime.', 'snd_voi_training_102300', 6, 1023017, 2, 1, 0, 'snd_voi_training_102300_0006', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20007, 'Which formula should we test today... The location I''ll leave to you.', 'snd_voi_training_102300', 7, 1023000, 2, 1, 0, 'snd_voi_training_102300_0007', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20008, 'Hmm... Let''s wrap it up early today. It doesn''t seem like continuing to push through fatigue will provide good results.', 'snd_voi_training_102300', 8, 1023002, 2, 1, 0, 'snd_voi_training_102300_0008', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20009, '...Oh, sorry. I was just stuck in thought.', 'snd_voi_training_102300', 9, 1023017, 2, 1, 0, 'snd_voi_training_102300_0009', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20010, 'Phew... I''m not feeling well. Could I relieve this weariness by training... That would probably have the opposite effect.', 'snd_voi_training_102300', 10, 1023008, 2, 1, 0, 'snd_voi_training_102300_0010', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20011, 'The next item on the agenda is... Ugh... It''s no good. I can''t think straight, nor come up with the right words.', 'snd_voi_training_102300', 11, 1023002, 2, 1, 0, 'snd_voi_training_102300_0011', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20021, 'Hm? Another race? As I grow more fatigued, my odds of winning... No, never mind. I''ll leave it up to you.', 'snd_voi_training_102300', 12, 1023003, 2, 1, 0, 'snd_voi_training_102300_0012', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20022, 'A-another race?! I''m sure you have some kind of plan, but I would ask you to reconsider my schedule.', 'snd_voi_training_102300', 13, 1023008, 2, 1, 0, 'snd_voi_training_102300_0013', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20023, 'Heh... The adjustments are perfect. Victory is as good as guaranteed. Prepare for good news, Trainer!', 'snd_voi_training_102300', 14, 1009, 2, 1, 0, 'snd_voi_training_102300_0014', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20024, 'Everything has been for this day... Now, all we have to do is prove to everyone that our theory is correct.', 'snd_voi_training_102300', 15, 1023001, 2, 1, 0, 'snd_voi_training_102300_0015', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20025, 'I''m in good shape. Now, for the final touches. Give me a pep talk, Trainer. Those words will form the final piece to my victory!', 'snd_voi_training_102300', 16, 1023000, 2, 1, 0, 'snd_voi_training_102300_0016', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20026, 'My form is approximately as expected. If that''s the case, all that''s left is to grasp victory in the actual race.', 'snd_voi_training_102300', 17, 1023006, 2, 1, 0, 'snd_voi_training_102300_0017', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20027, 'My preparations are complete. And... good—you look poised as well. This is precisely why I can race with confidence.', 'snd_voi_training_102300', 18, 1001, 2, 1, 0, 'snd_voi_training_102300_0018', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20028, 'Now then... This is a crucial race. I swear by all the efforts I''ve made and the formulae I''ve written... I will win.', 'snd_voi_training_102300', 19, 1023003, 2, 1, 0, 'snd_voi_training_102300_0019', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20029, 'We have finished based on the mean value. In other words, there is no problem even if our condition is average.', 'snd_voi_training_102300', 20, 11000, 2, 1, 0, 'snd_voi_training_102300_0020', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20030, 'I don''t feel particularly good or bad... In that case, I suppose my ability to adapt will be put to the test once I''m in a race.', 'snd_voi_training_102300', 21, 1023017, 2, 1, 0, 'snd_voi_training_102300_0021', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20031, 'We''ll find out the truth in this race—whether our theory is correct or not.', 'snd_voi_training_102300', 22, 1023003, 2, 1, 0, 'snd_voi_training_102300_0022', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20032, 'There shouldn''t be a problem... Provided I can perform normally, of course.', 'snd_voi_training_102300', 23, 1023008, 2, 1, 0, 'snd_voi_training_102300_0023', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20033, 'I wasn''t able to make satisfactory adjustments, but everyone was given the same amount of time. All that''s left... is to persevere!', 'snd_voi_training_102300', 24, 1023005, 2, 1, 0, 'snd_voi_training_102300_0024', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20034, 'I still have some concerns about my adjustments... Let''s keep in mind that the plan could change at the last moment.', 'snd_voi_training_102300', 25, 1023004, 2, 1, 0, 'snd_voi_training_102300_0025', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20035, 'The tougher the problem, the better it feels once you finally solve it. That''s why... I won''t lose.', 'snd_voi_training_102300', 26, 1023016, 2, 1, 0, 'snd_voi_training_102300_0026', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20036, '...Are you nervous? You could certainly say that I''m in the worst possible shape. But I''ll still give it everything I have. It''s all I can do.', 'snd_voi_training_102300', 27, 1023008, 2, 1, 0, 'snd_voi_training_102300_0027', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20037, 'I''m not asking for a miracle. I''ll rework my theory while I run. I just want to win.', 'snd_voi_training_102300', 28, 1023002, 2, 1, 0, 'snd_voi_training_102300_0028', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20038, 'Let''s get started.', 'snd_voi_training_102300', 29, 0, 2, 1, 0, 'snd_voi_training_102300_0029', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20039, 'Understood.', 'snd_voi_training_102300', 30, 0, 2, 1, 0, 'snd_voi_training_102300_0030', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20040, 'All right!', 'snd_voi_training_102300', 31, 0, 2, 1, 0, 'snd_voi_training_102300_0031', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20041, 'Hmm...', 'snd_voi_training_102300', 32, 0, 2, 1, 0, 'snd_voi_training_102300_0032', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20042, 'What?!', 'snd_voi_training_102300', 33, 0, 2, 1, 0, 'snd_voi_training_102300_0033', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20043, 'That can''t be...', 'snd_voi_training_102300', 34, 0, 2, 1, 0, 'snd_voi_training_102300_0034', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20046, 'How exciting.', 'snd_voi_training_102300', 37, 0, 2, 1, 0, 'snd_voi_training_102300_0037', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20047, 'Such nice weather.', 'snd_voi_training_102300', 38, 0, 2, 1, 0, 'snd_voi_training_102300_0038', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20049, 'One step closer to completion.', 'snd_voi_training_102300', 63, 0, 2, 1, 0, 'snd_voi_training_102300_0063', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20050, 'Thank you, Trainer.', 'snd_voi_training_102300', 64, 0, 2, 1, 0, 'snd_voi_training_102300_0064', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 30000, 'I could see a path to first place!', 'snd_voi_race_102300', 0, 0, 3, 1, 0, 'snd_voi_race_102300_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 30001, 'Hmm, it was within expectations... But still...', 'snd_voi_race_102300', 1, 0, 3, 1, 0, 'snd_voi_race_102300_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 30002, 'I need to adjust the formula.', 'snd_voi_race_102300', 2, 0, 3, 1, 0, 'snd_voi_race_102300_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 30003, 'The solution I calculated came up wrong...', 'snd_voi_race_102300', 3, 0, 3, 1, 0, 'snd_voi_race_102300_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 60000, 'It''s okay. I''ll do it just like in my lessons.', 'snd_voi_live_102300', 0, 0, 4, 1, 0, 'snd_voi_live_102300_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 60001, 'Even in dance, I''ll show you my own solution!', 'snd_voi_live_102300', 1, 0, 4, 1, 0, 'snd_voi_live_102300_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70001, 'The time when I met you and swore to complete my equation... You know, that may have been fate.', 'snd_voi_outgame_102300', 1, 1023006, 7, 1, 0, 'snd_voi_outgame_102300_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90000, 'For breakfast, I suggest a sandwich with a lot of vegetables. If you continue to vary the ingredients each day, you won''t get sick of it.', 'snd_voi_home_102301', 0, 1023017, 1, 1, 0, 'snd_voi_home_102301_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90001, 'How efficiently you use your time in the morning has a significant impact on your overall results for the day. ...Does that sound too stringent?', 'snd_voi_home_102301', 1, 1000, 1, 1, 0, 'snd_voi_home_102301_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90002, 'I''m tall so I tend to choose the back when we switch seats. ...It''s not because of my hair!', 'snd_voi_home_102301', 2, 1023002, 1, 1, 0, 'snd_voi_home_102301_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90003, 'I often go to the library during my lunch break. I go to look for books, but it also feels nice to concentrate in a quiet environment.', 'snd_voi_home_102301', 3, 1023000, 1, 1, 0, 'snd_voi_home_102301_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90004, 'Are you feeling tired, Trainer? Ticket once said that she gets sleepy when talking to me...', 'snd_voi_home_102301', 4, 1023017, 1, 1, 0, 'snd_voi_home_102301_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90005, 'The pursuit of a theory continues around the clock. Let''s do our best while being careful not to stay up too late.', 'snd_voi_home_102301', 5, 1023006, 1, 1, 0, 'snd_voi_home_102301_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90006, 'There are a lot of new students this time of year. I can easily tell by their innocent manner and expressions... Maybe I used to get carried away like them too.', 'snd_voi_home_102301', 6, 1023017, 1, 1, 0, 'snd_voi_home_102301_0006', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90007, 'Phew... There''s no way around it—heat builds up in my hair during summer. I have to take care of it, so it doesn''t get damaged.', 'snd_voi_home_102301', 7, 1023008, 1, 1, 0, 'snd_voi_home_102301_0007', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90008, 'Fall has many days with comfortable weather, so you can expect training efficiency to rise. Let''s create a special training regimen.', 'snd_voi_home_102301', 8, 1023006, 1, 1, 0, 'snd_voi_home_102301_0008', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90009, 'It''s getting cold, Trainer. If you like, I can treat you to a special soup that will efficiently warm up your body.', 'snd_voi_home_102301', 9, 1023000, 1, 1, 0, 'snd_voi_home_102301_0009', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91000, 'No matter how thick a book is, Taishin will always read it to the end. Even so, she sometimes gives off a rather... crude impression.', 'snd_voi_home_102301', 10, 1023006, 1, 1, 0, 'snd_voi_home_102301_0010', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91001, 'The other day, Ticket asked me help to her study... No, it''s fine. I''m sure she''ll be able to avoid a failing mark. At least, theoretically.', 'snd_voi_home_102301', 11, 1023008, 1, 1, 0, 'snd_voi_home_102301_0011', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91002, 'Recent TV crime dramas are excellent. The foreshadowing... The character dynamics... I always find myself watching one after a bath.', 'snd_voi_home_102301', 12, 1023000, 1, 1, 0, 'snd_voi_home_102301_0012', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91003, 'I found a caterpillar in my room the other day. All puffed up with hair and wriggling around... Ugh, just thinking about it gives me the creeps!', 'snd_voi_home_102301', 13, 1023009, 1, 1, 0, 'snd_voi_home_102301_0013', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91004, 'I had to listen to my mother complain that she hasn''t heard from Brian. Goodness... It''s difficult being an older sister.', 'snd_voi_home_102301', 14, 1023010, 1, 1, 0, 'snd_voi_home_102301_0014', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91005, 'Race conditions are generally predictable, but there are too many uncertainties on a concert stage. I suppose that''s why I''m nervous.', 'snd_voi_home_102301', 15, 1023003, 1, 1, 0, 'snd_voi_home_102301_0015', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91006, 'Perhaps I''m not very good at singing and dancing. But as long as there are those who have hope in me, I''ll do my best.', 'snd_voi_home_102301', 16, 1023017, 1, 1, 0, 'snd_voi_home_102301_0016', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91007, 'How I look in a race is what remains in the memory of those who watch me. This design has plenty of impact, don''t you think?', 'snd_voi_home_102301', 17, 1001, 1, 1, 0, 'snd_voi_home_102301_0017', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91008, 'This signature racewear is the embodiment of my determination. Someday, I will definitely complete my equation—and win it all.', 'snd_voi_home_102301', 18, 1023000, 1, 1, 0, 'snd_voi_home_102301_0018', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91009, 'When my morning routine is disrupted, I feel restless for the remainder of the day. That''s why I take the time to prepare.', 'snd_voi_home_102301', 19, 1023006, 1, 1, 0, 'snd_voi_home_102301_0019', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91010, 'To make the most of your afternoon, you should eat only until your stomach is eighty percent full. ...Unless your favorite is on the menu.', 'snd_voi_home_102301', 20, 1023017, 1, 1, 0, 'snd_voi_home_102301_0020', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91011, 'Do you fall asleep quickly when you go to bed? I''ve gotten into a habit of ruminating on things. Please tell me if you know a method of falling asleep quickly.', 'snd_voi_home_102301', 21, 1023017, 1, 1, 0, 'snd_voi_home_102301_0021', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91012, 'I love spring and the way the flowers are in bloom. I''ve determined that if I see flowers while running, it results in improved performance.', 'snd_voi_home_102301', 22, 1023006, 1, 1, 0, 'snd_voi_home_102301_0022', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91013, 'A nutritionally balanced diet is an effective way to prevent summer fatigue... but Brian is a picky eater.', 'snd_voi_home_102301', 23, 1023002, 1, 1, 0, 'snd_voi_home_102301_0023', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91014, 'Fall evenings are good for reading. There''s a wide range of genres, but I''ll choose a few to recommend to you.', 'snd_voi_home_102301', 24, 1023006, 1, 1, 0, 'snd_voi_home_102301_0024', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91015, 'A pinpoint exchange of attacks and evasive maneuvers! I was up against Ticket and Taishin, but snowball fights are quite fun!', 'snd_voi_home_102301', 25, 1023001, 1, 1, 0, 'snd_voi_home_102301_0025', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92000, 'Logically and efficiently. That''s the ideal when it comes to training. Let''s do our best together, Trainer.', 'snd_voi_training_102301', 0, 1023017, 2, 1, 0, 'snd_voi_training_102301_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92001, 'Repetition is the key to both theory analysis and training. Let''s keep up the effort.', 'snd_voi_training_102301', 1, 1023006, 2, 1, 0, 'snd_voi_training_102301_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92002, 'A hypothesis popped into my head just now. May I incorporate it into training and test it?', 'snd_voi_training_102301', 2, 1023017, 2, 1, 0, 'snd_voi_training_102301_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92003, 'Trainer, let me get a grasp of your instruction method. I''ll then proceed with preparations accordingly.', 'snd_voi_training_102301', 3, 1000, 2, 1, 0, 'snd_voi_training_102301_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92011, 'I want to practice at a good pace. If I speak in a roundabout way, please point it out.', 'snd_voi_training_102301', 4, 1023017, 2, 1, 0, 'snd_voi_training_102301_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92005, 'Consulting with you about my regimen is becoming something I look forward to every day. Hehe, thank you in advance for today as well.', 'snd_voi_training_102301', 5, 1023006, 2, 1, 0, 'snd_voi_training_102301_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92006, 'Hard work always pays off someday. I strongly believe that—just as you do, Trainer.', 'snd_voi_training_102301', 6, 1023001, 2, 1, 0, 'snd_voi_training_102301_0006', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92007, 'I can devote myself to training with the help of someone like you who understands me. Please look forward to the day I repay your efforts with results.', 'snd_voi_training_102301', 7, 1023000, 2, 1, 0, 'snd_voi_training_102301_0007', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 93000, 'All the discussions we''ve had together are what sustain me.', 'snd_voi_training_102301', 8, 0, 2, 1, 0, 'snd_voi_training_102301_0008', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 93001, 'We''ve found a way to move forward.', 'snd_voi_training_102301', 9, 0, 2, 1, 0, 'snd_voi_training_102301_0009', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95000, 'All right, let''s move on to our next objective.', 'snd_voi_outgame_102301', 0, 1023000, 7, 1, 0, 'snd_voi_outgame_102301_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95001, 'The calculations paid off... Heh.', 'snd_voi_outgame_102301', 1, 0, 7, 1, 0, 'snd_voi_outgame_102301_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95003, 'I''m Biwa Hayahide. Nice to meet you.', 'snd_voi_outgame_102301', 3, 1023000, 7, 1, 0, 'snd_voi_outgame_102301_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95004, 'The results are indisputable—my victory takes shape as we speak!', 'snd_voi_gacha_102301', 0, 0, 7, 1, 0, 'snd_voi_gacha_102301_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1008, 'Let''s do this according to plan.', 'snd_voi_teamst_st_102300_0000', 0, 1009, 8, 1, 0, 'snd_voi_teamst_st_102300_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1053, 'This reminds me of the old days.', 'snd_voi_teamst_st_102300_1016', 0, 1023006, 8, 1, 0, 'snd_voi_teamst_st_102300_1016_00', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1040, 'I''ve got it.', 'snd_voi_teamst_st_101600_1023', 1, 1023000, 8, 1, 0, 'snd_voi_teamst_st_101600_1023_01', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1000, 'Right! Let''s do it!', 'snd_voi_teamst_102300', 0, 1009, 8, 1, 0, 'snd_voi_teamst_102300_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1001, 'This is the result of working together.', 'snd_voi_teamst_102300', 1, 0, 8, 1, 0, 'snd_voi_teamst_102300_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1003, 'I guess we were an even match.', 'snd_voi_teamst_102300', 2, 0, 8, 1, 0, 'snd_voi_teamst_102300_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1002, 'Far better than I expected...', 'snd_voi_teamst_102300', 3, 0, 8, 1, 0, 'snd_voi_teamst_102300_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1004, 'Victory is ours!', 'snd_voi_teamst_102300', 4, 1023000, 8, 1, 0, 'snd_voi_teamst_102300_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1007, 'A new high score. We did it!', 'snd_voi_teamst_102300', 5, 1023006, 8, 1, 0, 'snd_voi_teamst_102300_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1006, 'I guess we were an even match.', 'snd_voi_teamst_102300', 2, 1023003, 8, 1, 0, 'snd_voi_teamst_102300_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 1005, 'Far better than I expected...', 'snd_voi_teamst_102300', 3, 1023005, 8, 1, 0, 'snd_voi_teamst_102300_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 40000, 'The solution I was looking for!', 'snd_voi_race_102301', 2, 0, 3, 1, 0, 'snd_voi_race_102301_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 40001, 'I''ve verified and revised it again and again. This... is my very own equation!', 'snd_voi_race_102301', 3, 0, 3, 1, 0, 'snd_voi_race_102301_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 30004, 'Heh... Well? Got a good look—rather closely I see!', 'snd_voi_race_102301', 0, 0, 3, 1, 0, 'snd_voi_race_102301_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 30005, 'Hm... Just as expected. Good.', 'snd_voi_race_102300', 8, 0, 3, 1, 0, 'snd_voi_race_102300_0008', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 31000, 'All right, let''s go.', 'snd_voi_race_102300', 9, 0, 3, 1, 0, 'snd_voi_race_102300_0009', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 13, 'Here''s today''s login bonus.', 'snd_voi_title_102300', 4, 1023000, 1, 1, 0, 'snd_voi_title_102300_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 15, 'You''ll get this tomorrow.', 'snd_voi_title_102300', 5, 11001, 1, 1, 0, 'snd_voi_title_102300_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 110000, 'We''ll keep trying our best through repeated trial and error.', 'snd_voi_home_102300', 21, 0, 1, 1, 0, 'snd_voi_home_102300_0021', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 110001, 'The past records... Looks like they''ll be useful in training.', 'snd_voi_home_102300', 22, 0, 1, 1, 0, 'snd_voi_home_102300_0022', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 110002, 'Are we going to race? If so, let''s hold a strategy meeting.', 'snd_voi_home_102300', 23, 0, 1, 1, 0, 'snd_voi_home_102300_0023', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 10021, 'The Archive level has gone up. That''s the result of constant effort.', 'snd_voi_home_102300', 24, 1023000, 1, 1, 0, 'snd_voi_home_102300_0024', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 20051, 'Let''s train with efficiency.', 'snd_voi_training_102300', 65, 0, 2, 1, 0, 'snd_voi_training_102300_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70000, 'The winning equation... Let''s find it together.', 'snd_voi_outgame_102300', 3, 1023000, 7, 1, 0, 'snd_voi_outgame_102300_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95005, 'Look forward to even better results.', 'snd_voi_outgame_102300', 4, 0, 7, 1, 0, 'snd_voi_outgame_102300_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95006, 'I''ll teach you the optimal training method.', 'snd_voi_outgame_102300', 5, 0, 7, 1, 0, 'snd_voi_outgame_102300_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 120000, 'Is this... the power of determination?', 'snd_voi_outgame_102300', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_102300_0011', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140000, 'Let''s see what you''ve got.', 'snd_voi_minigame_102300', 0, 1023800, 9, 1, 0, 'snd_voi_minigame_102300_0000', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140001, 'Well! A fine job!', 'snd_voi_minigame_102300', 1, 1023801, 9, 1, 0, 'snd_voi_minigame_102300_0001', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140002, 'Agh!', 'snd_voi_minigame_102300', 2, 1023802, 9, 1, 0, 'snd_voi_minigame_102300_0002', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140003, 'As expected, Trainer.', 'snd_voi_minigame_102300', 3, 971023, 9, 1, 0, 'snd_voi_minigame_102300_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140004, 'You did it, Trainer.', 'snd_voi_minigame_102300', 4, 972023, 9, 1, 0, 'snd_voi_minigame_102300_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140005, 'Mhm, the chance was fifty percent.', 'snd_voi_minigame_102300', 5, 1023803, 9, 1, 0, 'snd_voi_minigame_102300_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140006, 'As expected, Trainer.', 'snd_voi_minigame_102300', 3, 974023, 9, 1, 0, 'snd_voi_minigame_102300_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140007, 'You did it, Trainer.', 'snd_voi_minigame_102300', 4, 973023, 9, 1, 0, 'snd_voi_minigame_102300_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140008, 'Hehe!', 'snd_voi_minigame_102300', 6, 1023804, 9, 1, 0, 'snd_voi_minigame_102300_0006', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140009, 'Hmph...', 'snd_voi_minigame_102300', 7, 1023805, 9, 1, 0, 'snd_voi_minigame_102300_0007', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140010, 'Hehe.', 'snd_voi_minigame_102300', 8, 1023806, 9, 1, 0, 'snd_voi_minigame_102300_0008', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140011, 'Wonderful.', 'snd_voi_minigame_102300', 9, 1023807, 9, 1, 0, 'snd_voi_minigame_102300_0009', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140014, 'Agh...', 'snd_voi_minigame_102300', 10, 1023810, 9, 1, 0, 'snd_voi_minigame_102300_0010', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140015, 'Huh...', 'snd_voi_minigame_102300', 11, 1023813, 9, 1, 0, 'snd_voi_minigame_102300_0011', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140016, 'Come on!', 'snd_voi_minigame_102300', 12, 1023814, 9, 1, 0, 'snd_voi_minigame_102300_0012', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140012, 'That''s incredible!', 'snd_voi_minigame_102300', 13, 1023808, 9, 1, 0, 'snd_voi_minigame_102300_0013', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140013, 'All right!', 'snd_voi_minigame_102300', 14, 1023809, 9, 1, 0, 'snd_voi_minigame_102300_0014', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140017, 'What?!', 'snd_voi_minigame_102300', 15, 1023811, 9, 1, 0, 'snd_voi_minigame_102300_0015', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 140018, 'Ah...', 'snd_voi_minigame_102300', 16, 1023812, 9, 1, 0, 'snd_voi_minigame_102300_0016', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70004, 'A uniform is the mark of a scholar. It''s essential to take care of it.', 'snd_voi_outgame_102300', 16, 1023017, 7, 1, 0, 'snd_voi_outgame_102300_0016', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70010, 'As I thought, it looks too cute on me. I do like it though.', 'snd_voi_outgame_102300', 17, 1023011, 7, 1, 0, 'snd_voi_outgame_102300_0017', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70008, 'Concerts are like races. You must undertake them after diligent study.', 'snd_voi_outgame_102300', 20, 1023006, 7, 1, 0, 'snd_voi_outgame_102300_0020', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70014, 'Well-fitting stage outfits can be an indicator of whether you''re in good shape.', 'snd_voi_outgame_102300', 21, 1023017, 7, 1, 0, 'snd_voi_outgame_102300_0021', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70009, 'This signature racewear is memorable, isn''t it? I did find it a little embarrassing at first...', 'snd_voi_outgame_102300', 22, 1023006, 7, 1, 0, 'snd_voi_outgame_102300_0022', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70015, 'I vow on this signature racewear that I will formulate a victory!', 'snd_voi_outgame_102300', 23, 1023000, 7, 1, 0, 'snd_voi_outgame_102300_0023', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71004, 'A uniform is the mark of a scholar. It''s essential to take care of it.', 'snd_voi_outgame_102300', 16, 48, 7, 0, 0, 'snd_voi_outgame_102300_0016', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71010, 'As I thought, it looks too cute on me. I do like it though.', 'snd_voi_outgame_102300', 17, 148, 7, 0, 0, 'snd_voi_outgame_102300_0017', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71008, 'Concerts are like races. You must undertake them after diligent study.', 'snd_voi_outgame_102300', 20, 23, 7, 0, 0, 'snd_voi_outgame_102300_0020', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71014, 'Well-fitting stage outfits can be an indicator of whether you''re in good shape.', 'snd_voi_outgame_102300', 21, 22, 7, 0, 0, 'snd_voi_outgame_102300_0021', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71009, 'This signature racewear is memorable, isn''t it? I did find it a little embarrassing at first...', 'snd_voi_outgame_102300', 22, 23, 7, 0, 0, 'snd_voi_outgame_102300_0022', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71015, 'I vow on this signature racewear that I will formulate a victory!', 'snd_voi_outgame_102300', 23, 48, 7, 0, 0, 'snd_voi_outgame_102300_0023', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 2030, 'Right! Let''s do it!', 'snd_voi_teamst_102300', 0, 990031, 10, 1, 0, 'snd_voi_teamst_102300_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 2031, 'Let''s do this according to plan.', 'snd_voi_teamst_st_102300_0000', 0, 1009, 10, 1, 0, 'snd_voi_teamst_st_102300_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 2032, 'Thank you, Trainer.', 'snd_voi_training_102300', 64, 1001, 10, 1, 0, 'snd_voi_training_102300_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 2033, 'Now then... This is a crucial race. I swear by all the efforts I''ve made and the formulae I''ve written... I will win.', 'snd_voi_training_102300', 19, 1023003, 10, 1, 0, 'snd_voi_training_102300_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 2034, 'I''m in good shape. Now, for the final touches. Give me a pep talk, Trainer. Those words will form the final piece to my victory!', 'snd_voi_training_102300', 16, 1023000, 10, 1, 0, 'snd_voi_training_102300_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 2035, 'Thank you, Trainer.', 'snd_voi_training_102300', 64, 1001, 10, 0, 0, 'snd_voi_training_102300_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90010, 'Good morning. I hope today is filled with happiness and brings you plenty of joyous moments... etcetera.', 'snd_voi_home_102302', 0, 1023006, 1, 1, 0, 'snd_voi_home_102302_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90011, 'Yawn... I barely have any time in the morning to put all this on. It takes so long to check that all the accessories are in place, you know.', 'snd_voi_home_102302', 1, 1023815, 1, 1, 0, 'snd_voi_home_102302_0001', 0, 1023816, 2600, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90012, 'Would you like some fruit cake with your afternoon tea? It not only tastes good—it''s perfect for replenishing energy.', 'snd_voi_home_102302', 2, 1023006, 1, 1, 0, 'snd_voi_home_102302_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90013, 'All right, it''s time to stay focused. Good things are likely to come to those who behave themselves.', 'snd_voi_home_102302', 3, 1023000, 1, 1, 0, 'snd_voi_home_102302_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90014, 'I highly recommend cinnamon leaf oil on chilly nights. The aroma warms and relaxes you for a good night''s rest.', 'snd_voi_home_102302', 4, 1023817, 1, 1, 0, 'snd_voi_home_102302_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90015, 'I should send Taishin a video of reindeer. ...That will hopefully soothe her into a restful sleep.', 'snd_voi_home_102302', 5, 1023000, 1, 1, 0, 'snd_voi_home_102302_0005', 0, 1023818, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90016, 'I think of the past whenever I see white clover... My sister once made me the most precious flower crown with them.', 'snd_voi_home_102302', 6, 11001, 1, 1, 0, 'snd_voi_home_102302_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90017, 'I wonder if an "edible snowman" is like an edible flower bouquet. A nearby cafe is selling them... I must try one!', 'snd_voi_home_102302', 7, 1023821, 1, 1, 0, 'snd_voi_home_102302_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90018, 'It''s gotten cold out... Oh, would you like to try some fur clothing on too? It would look nice on you.', 'snd_voi_home_102302', 8, 1023006, 1, 1, 0, 'snd_voi_home_102302_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 90019, 'When it snows, Ticket runs all around, and Taishin curls up into a ball... Honestly, I can understand how both of them feel.', 'snd_voi_home_102302', 9, 1023000, 1, 1, 0, 'snd_voi_home_102302_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91016, 'My sister and I used to make gingerbread men together. It took what seemed to be an eternity until we could draw the faces well.', 'snd_voi_home_102302', 10, 1023006, 1, 1, 0, 'snd_voi_home_102302_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91017, 'Rumors are circulating that there''s a shaggily bearded Santa around... Wait... My hair is... not in the least bit shaggy!', 'snd_voi_home_102302', 11, 1023008, 1, 1, 0, 'snd_voi_home_102302_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91018, 'I met with Nature a few moments ago. There was a strange affinity I felt with her... Maybe it was our colors?', 'snd_voi_home_102302', 12, 1023017, 1, 1, 0, 'snd_voi_home_102302_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91019, 'Mayano said she''d love to wear my outfit. A nice sentiment, but I''m afraid it''d slip right off her...', 'snd_voi_home_102302', 13, 1023010, 1, 1, 0, 'snd_voi_home_102302_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91020, 'Everyone''s bringing me stars and beards to put on... I can''t tell if they want me to be a tree or Santa. Can they at least make up their minds first?', 'snd_voi_home_102302', 14, 1023004, 1, 1, 0, 'snd_voi_home_102302_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91028, 'I think I feel my headpiece slipping off. If it starts to fall, you must inform me immediately!', 'snd_voi_home_102302', 15, 1023009, 1, 1, 0, 'snd_voi_home_102302_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91029, 'Aren''t my nails colorful? I find my eyes unconciously drawn to them, as if they weren''t my own hands. It''s a whole new look for me.', 'snd_voi_home_102302', 16, 1023000, 1, 1, 0, 'snd_voi_home_102302_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91021, 'I wonder how Brian would react if I left candy in her socks like when we were children... Hehe.', 'snd_voi_home_102302', 17, 1023012, 1, 1, 0, 'snd_voi_home_102302_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91022, 'The younger students saw me holding a large bag while I was cleaning, and their eyes lit up... I should just start carrying presents around.', 'snd_voi_home_102302', 18, 1023819, 1, 1, 0, 'snd_voi_home_102302_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91023, 'We should go out for dinner sometimes. Let me handle where to go—I''m great at finding little-known spots.', 'snd_voi_home_102302', 19, 1023000, 1, 1, 0, 'snd_voi_home_102302_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91024, 'The snow melts, and a bright new season begins... It''s a relief, certainly, but also somewhat sad.', 'snd_voi_home_102302', 20, 1023017, 1, 1, 0, 'snd_voi_home_102302_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91025, 'It''s somewhat... Actually, it''s quite hot out. Best to cool down in the air conditioning for a while.', 'snd_voi_home_102302', 21, 1023016, 1, 1, 0, 'snd_voi_home_102302_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91026, 'Have you thought about what you want? If you don''t decide on your present soon, it will make Santa''s job harder.', 'snd_voi_home_102302', 22, 1023006, 1, 1, 0, 'snd_voi_home_102302_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 91027, 'Be careful when riding a sleigh. Once you go down a hill, nothing can stop you. It''s like a speeding, runaway train.', 'snd_voi_home_102302', 23, 1023008, 1, 1, 0, 'snd_voi_home_102302_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92015, 'I''m here to deliver joy to one and all. Now, let''s begin!', 'snd_voi_training_102302', 0, 1023000, 2, 1, 0, 'snd_voi_training_102302_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92016, 'While we''re training, I might as well practice handing out presents.', 'snd_voi_training_102302', 1, 1023006, 2, 1, 0, 'snd_voi_training_102302_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92017, 'You needn''t be worried at all. This is much easier to run in than it may look.', 'snd_voi_training_102302', 2, 1023000, 2, 1, 0, 'snd_voi_training_102302_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92018, 'Whatever attire I decide to run in, I know exactly where I''m going.', 'snd_voi_training_102302', 3, 1023015, 2, 1, 0, 'snd_voi_training_102302_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92020, 'I just want my running to bring happiness to at least one person... Yes, that wouldn''t be bad at all.', 'snd_voi_training_102302', 5, 11000, 2, 1, 0, 'snd_voi_training_102302_0005', 0, 1023006, 4900, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92021, 'I''ll make this promise... My gift to you will be the victory you hope for!', 'snd_voi_training_102302', 6, 1009, 2, 1, 0, 'snd_voi_training_102302_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 92022, 'I wish you just as much happiness as you are always wishing for me.', 'snd_voi_training_102302', 7, 1023000, 2, 1, 0, 'snd_voi_training_102302_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 93004, 'Our days together were filled with warmth and joy!', 'snd_voi_training_102302', 8, 0, 2, 1, 0, 'snd_voi_training_102302_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 93005, 'I hope my present to you made you happy.', 'snd_voi_training_102302', 9, 0, 2, 1, 0, 'snd_voi_training_102302_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95007, 'I have a very festive gift for you!', 'snd_voi_outgame_102302', 0, 1001, 7, 1, 0, 'snd_voi_outgame_102302_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95008, 'I''ll be able to spread more joy now.', 'snd_voi_outgame_102302', 1, 0, 7, 1, 0, 'snd_voi_outgame_102302_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95010, 'I''m Biwa Hayahide. Shall we begin our festivities together?', 'snd_voi_outgame_102302', 3, 1023006, 7, 1, 0, 'snd_voi_outgame_102302_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70016, 'Isn''t my silhouette both elegant and dazzling?', 'snd_voi_outgame_102300', 24, 1023000, 7, 1, 0, 'snd_voi_outgame_102300_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70017, 'My presence should be quite inspiring with this racewear.', 'snd_voi_outgame_102300', 25, 1023012, 7, 1, 0, 'snd_voi_outgame_102300_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71016, 'Isn''t my silhouette both elegant and dazzling?', 'snd_voi_outgame_102300', 24, 152, 7, 0, 0, 'snd_voi_outgame_102300_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71017, 'My presence should be quite inspiring with this racewear.', 'snd_voi_outgame_102300', 25, 48, 7, 0, 0, 'snd_voi_outgame_102300_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 95009, 'Let the festive feast begin! Joy and merriment to all!', 'snd_voi_gacha_102302', 0, 0, 7, 1, 0, 'snd_voi_gacha_102302_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 40003, 'Here it is! I give you the gift of winning!', 'snd_voi_race_102302', 2, 0, 3, 1, 0, 'snd_voi_race_102302_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 40004, 'Cheers to the stars in the sky! Blessings to the snow-covered streets! Heh... H-hey, who called me bigheaded?!', 'snd_voi_race_102302', 3, 0, 3, 1, 0, 'snd_voi_race_102302_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 30006, 'I can hear the jingle of joyous tidings!', 'snd_voi_race_102302', 0, 0, 3, 1, 0, 'snd_voi_race_102302_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 30007, 'Yes... It''s as I predicted, good.', 'snd_voi_race_102300', 8, 0, 3, 1, 0, 'snd_voi_race_102300_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70018, 'Perfect.', 'snd_voi_outgame_102300', 26, 1023006, 7, 1, 0, 'snd_voi_outgame_102300_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 70019, 'Let''s prove our winning equation!', 'snd_voi_outgame_102300', 27, 1023002, 7, 1, 0, 'snd_voi_outgame_102300_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71018, 'Perfect.', 'snd_voi_outgame_102300', 26, 50, 7, 0, 0, 'snd_voi_outgame_102300_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 71019, 'Let''s prove our winning equation!', 'snd_voi_outgame_102300', 27, 148, 7, 0, 0, 'snd_voi_outgame_102300_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 81000, 'First, a preliminary test... I''m going to measure your abilities.', 'snd_voi_outgame_102300', 13, 1023006, 7, 1, 0, 'snd_voi_outgame_102300_0013', 0, 0, 0, 1634792400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 81001, 'I''ve deduced your skills. Now let''s see if you can solve this one.', 'snd_voi_outgame_102300', 14, 1023015, 7, 1, 0, 'snd_voi_outgame_102300_0014', 0, 0, 0, 1634792400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 400001, 'Shall we start preparing? Taishin''s always cold, so I need to hurry and have her put a coat on.', 'snd_voi_event_090008', 1, 1023017, 7, 1, 0, 'snd_voi_event_090008_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 400007, 'The kids were a handful... But still, that was nothing compared to competing against Brian when we were young.', 'snd_voi_event_090008', 7, 1023820, 7, 1, 0, 'snd_voi_event_090008_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1023, 400010, 'I''m truly blessed to have such wonderful friends. I should enjoy their gracious company for as long as I can tonight.', 'snd_voi_event_090008', 10, 1023000, 7, 1, 0, 'snd_voi_event_090008_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 11, 'Cygames! ☆', 'snd_voi_title_102400', 0, 0, 0, 1, 0, 'snd_voi_title_102400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 12, 'Umamusume: Pretty Derby! ☆', 'snd_voi_title_102400', 1, 0, 0, 1, 0, 'snd_voi_title_102400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10000, 'I feel like anything can be fun when I''m with you, Trainer! That''s a first for me!', 'snd_voi_home_102400', 0, 1024016, 1, 1, 0, 'snd_voi_home_102400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10001, 'I''ll definitely become a twinkly, grown-up Umamusume! Make sure you stick with me so you can see it!', 'snd_voi_home_102400', 1, 1024017, 1, 1, 0, 'snd_voi_home_102400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10002, 'I''ve got it! No matter what it is, there''s meaning in everything we do! Ehehe, I think I''ve become a little more like an adult!', 'snd_voi_home_102400', 2, 1024007, 1, 1, 0, 'snd_voi_home_102400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10003, 'Happy New Maya! ☆ Hey, hey, let''s visit a shrine together! It''s okay if I drink amazake, right?!', 'snd_voi_home_102400', 3, 1024007, 1, 1, 0, 'snd_voi_home_102400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10004, 'Here! Chocolates from me! ☆ You''re an adult, so I picked the most bitter ones I could find!', 'snd_voi_home_102400', 4, 1024006, 1, 1, 0, 'snd_voi_home_102400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10005, 'For you, Trainer... Muah! ☆ My air kiss present! Ehehe, Happy Valentine''s Day! ♪', 'snd_voi_home_102400', 5, 1024007, 1, 1, 0, 'snd_voi_home_102400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10006, 'The story of Tanabata is so romantic... The stars are twinkling, and it''s kind of a grown-up night. ☆', 'snd_voi_home_102400', 6, 1024016, 1, 1, 0, 'snd_voi_home_102400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10007, 'Trick or treat! ☆ Hm, what''s a grown-up kind of prank? A kiss on the forehead? W-waaah!', 'snd_voi_home_102400', 7, 1024019, 1, 1, 0, 'snd_voi_home_102400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10008, 'Merry Chris-Maya! ☆ Let''s have chicken, cake, and carrots—like at a grown-up party!', 'snd_voi_home_102400', 8, 1024007, 1, 1, 0, 'snd_voi_home_102400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10009, 'I''m looking forward to the cake and tree, but the thing I''m most excited for? It''s my present from you! ♪', 'snd_voi_home_102400', 9, 1024016, 1, 1, 0, 'snd_voi_home_102400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10010, 'Housecleaning... eating soba noodles... There are so many things I wanna do and see! New Year''s is so busy and exciting!', 'snd_voi_home_102400', 10, 1024000, 1, 1, 0, 'snd_voi_home_102400_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10011, 'Happy, happy birthday! ☆ Let''s go buy a cake! Then let''s get everyone together and celebrate all day long!', 'snd_voi_home_102400', 11, 1024007, 1, 1, 0, 'snd_voi_home_102400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10012, 'Happy birthday! ☆ For your present... Ah! How about an embroidered patch? Let''s go pick one out together!', 'snd_voi_home_102400', 12, 2001, 1, 1, 0, 'snd_voi_home_102400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10013, 'I''m one step closer to becoming a mature Umamusume. Keep this up and—zoom—I''ll be an adult!', 'snd_voi_home_102400', 13, 1024019, 1, 1, 0, 'snd_voi_home_102400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10014, 'Hey, Trainer. I want a grown-up birthday present. Like... um, blow me a kiss!', 'snd_voi_home_102400', 14, 1024813, 1, 1, 0, 'snd_voi_home_102400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10015, 'A notice! A noootice! ♪ Let''s check it together!', 'snd_voi_home_102400', 15, 1024019, 1, 1, 0, 'snd_voi_home_102400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10016, 'Trainer! A present''s here! What is it? What is it?', 'snd_voi_home_102400', 16, 1024006, 1, 1, 0, 'snd_voi_home_102400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10017, 'Target mission neutralized! ☆ Let''s keep it up!', 'snd_voi_home_102400', 17, 1024018, 1, 1, 0, 'snd_voi_home_102400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10018, 'An event''s starting soon! I''m sooo excited!', 'snd_voi_home_102400', 18, 1024016, 1, 1, 0, 'snd_voi_home_102400_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10019, 'The event''s starting! Let''s take off and become the best aces out there!', 'snd_voi_home_102400', 19, 1024017, 1, 1, 0, 'snd_voi_home_102400_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20000, 'Huh? For some reason I can''t move so great... What''s wrong with me?', 'snd_voi_training_102400', 0, 1024811, 2, 1, 0, 'snd_voi_training_102400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20001, 'Nghhh... My energy levels are taking a nosedive...', 'snd_voi_training_102400', 1, 1024811, 2, 1, 0, 'snd_voi_training_102400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20002, 'Fuel tank full! Flight preparations complete! Ready for takeoff! I think I might actually be able to fly!', 'snd_voi_training_102400', 2, 1024017, 2, 1, 0, 'snd_voi_training_102400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20003, 'Trainer! Don''t you think I''m super twinkly with energy right now? Ehehe. ♪', 'snd_voi_training_102400', 3, 1024007, 2, 1, 0, 'snd_voi_training_102400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20004, 'Yeah, yeah, yeah! My body''s so light! I feel like I can run for miles!', 'snd_voi_training_102400', 4, 1024000, 2, 1, 0, 'snd_voi_training_102400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20005, 'Bring on any training there is! Whoosh—I''ll soar right through it!', 'snd_voi_training_102400', 5, 1024017, 2, 1, 0, 'snd_voi_training_102400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20006, 'I''ll try extra hard! Don''t forget the compliments if I get a good result! ☆', 'snd_voi_training_102400', 6, 1024019, 2, 1, 0, 'snd_voi_training_102400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20007, 'I wonder if I can find something fun and exciting. ♪', 'snd_voi_training_102400', 7, 1024000, 2, 1, 0, 'snd_voi_training_102400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20008, 'I''ll do my best, so can you give me a reward later? I''m not feeling super good for some reason...', 'snd_voi_training_102400', 8, 1024800, 2, 1, 0, 'snd_voi_training_102400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20009, 'Hmmm, this is weird... I can''t run as much as I thought...', 'snd_voi_training_102400', 9, 1024811, 2, 1, 0, 'snd_voi_training_102400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20010, 'Ugh... Maybe I''m not feeling well... I''m on the brink of a crash landing.', 'snd_voi_training_102400', 10, 1024809, 2, 1, 0, 'snd_voi_training_102400_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20011, 'I''m not in the mood to work hard right now! Doesn''t matter what anyone says—I can''t do iiit!', 'snd_voi_training_102400', 11, 1024002, 2, 1, 0, 'snd_voi_training_102400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20021, 'Isn''t this too many races? Well, as long as you''re doing what''s best for me, I''ll try my best!', 'snd_voi_training_102400', 12, 1024811, 2, 1, 0, 'snd_voi_training_102400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20022, 'Another race? I like racing, but... I can barely lift my legs. I don''t think I can run well...', 'snd_voi_training_102400', 13, 1024002, 2, 1, 0, 'snd_voi_training_102400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20023, 'It''s finally time! This race is gonna be so much fun! I can''t stop feeling all giddy!', 'snd_voi_training_102400', 14, 1024006, 2, 1, 0, 'snd_voi_training_102400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20024, 'Trainer, watch me, okay?! I''m gonna do my best run ever in this!', 'snd_voi_training_102400', 15, 1024022, 2, 1, 0, 'snd_voi_training_102400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20025, 'Right now, I feel like I''ll be number one no matter how I run! I can''t wait to start!', 'snd_voi_training_102400', 16, 1024016, 2, 1, 0, 'snd_voi_training_102400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20026, 'It''s like I''m ascending towards victory! I bet I can be so bright that I twinkle!', 'snd_voi_training_102400', 17, 1024017, 2, 1, 0, 'snd_voi_training_102400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20027, 'There''s an important race coming up! I''m suuuper excited! This''ll be one to remember!', 'snd_voi_training_102400', 18, 1024006, 2, 1, 0, 'snd_voi_training_102400_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20028, 'I wonder how I should run. Trainer, what do you think is the most fun way to run?', 'snd_voi_training_102400', 19, 1024000, 2, 1, 0, 'snd_voi_training_102400_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20029, 'I''m gonna fly with everything I got! It''s gonna be fun!', 'snd_voi_training_102400', 20, 1024000, 2, 1, 0, 'snd_voi_training_102400_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20030, 'This is the race we''ve been aiming for! I wonder who will be in it! So exciting!', 'snd_voi_training_102400', 21, 1024016, 2, 1, 0, 'snd_voi_training_102400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20031, 'It''s okay, I know! Just run like usual. Got it!', 'snd_voi_training_102400', 22, 1024019, 2, 1, 0, 'snd_voi_training_102400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20032, 'Don''t worry! I''m good at rapid ascents! It''ll be easy even if I''m a little under the weather.', 'snd_voi_training_102400', 23, 1024018, 2, 1, 0, 'snd_voi_training_102400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20033, 'I''ll do as much as I can! I don''t want all the hard work I''ve done up until now to go to waste!', 'snd_voi_training_102400', 24, 10000, 2, 1, 0, 'snd_voi_training_102400_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20034, 'I''m not really excited about it... but I''m sure I''ll be fine once I start running!', 'snd_voi_training_102400', 25, 10007, 2, 1, 0, 'snd_voi_training_102400_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20035, 'Trainer! Don''t forget to root for me—it''s a promise, okay?! I need your support to help me run!', 'snd_voi_training_102400', 26, 1024800, 2, 1, 0, 'snd_voi_training_102400_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20036, 'I don''t know how I should run anymore... But maybe that just makes things more exciting?', 'snd_voi_training_102400', 27, 1024811, 2, 1, 0, 'snd_voi_training_102400_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20037, 'I think a grown-up Umamusume can always twinkle bright no matter what! That''s why I''ll do my best!', 'snd_voi_training_102400', 28, 10009, 2, 1, 0, 'snd_voi_training_102400_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20038, 'Copy that! ☆', 'snd_voi_training_102400', 29, 0, 2, 1, 0, 'snd_voi_training_102400_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20039, 'Watch real close!', 'snd_voi_training_102400', 30, 0, 2, 1, 0, 'snd_voi_training_102400_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20040, 'I''m oooff!', 'snd_voi_training_102400', 31, 0, 2, 1, 0, 'snd_voi_training_102400_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20041, 'I''ll finish this quick!', 'snd_voi_training_102400', 32, 0, 2, 1, 0, 'snd_voi_training_102400_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20042, 'Huhhh?', 'snd_voi_training_102400', 33, 0, 2, 1, 0, 'snd_voi_training_102400_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20043, 'This is kinda boring...', 'snd_voi_training_102400', 34, 0, 2, 1, 0, 'snd_voi_training_102400_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20046, 'It''s a date!', 'snd_voi_training_102400', 37, 0, 2, 1, 0, 'snd_voi_training_102400_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20047, 'Wow, a beach date!', 'snd_voi_training_102400', 38, 0, 2, 1, 0, 'snd_voi_training_102400_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20049, 'I did my best! Praise me! Praise me! ☆', 'snd_voi_training_102400', 63, 0, 2, 1, 0, 'snd_voi_training_102400_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20050, 'Thank you, Trainer! ☆', 'snd_voi_training_102400', 64, 0, 2, 1, 0, 'snd_voi_training_102400_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 30000, 'Sooo close! I''ll be first next time!', 'snd_voi_race_102400', 0, 0, 3, 1, 0, 'snd_voi_race_102400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 30001, 'Aw, I thought I could make it...', 'snd_voi_race_102400', 1, 0, 3, 1, 0, 'snd_voi_race_102400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 30002, 'Argh... This didn''t go like I thought it would!', 'snd_voi_race_102400', 2, 0, 3, 1, 0, 'snd_voi_race_102400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 30003, 'Huh? What happened?', 'snd_voi_race_102400', 3, 0, 3, 1, 0, 'snd_voi_race_102400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 60000, 'We''re gonna have the best concert ever!', 'snd_voi_live_102400', 0, 0, 4, 1, 0, 'snd_voi_live_102400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 60001, 'I want everyone to see how grown-up I am!', 'snd_voi_live_102400', 1, 0, 4, 1, 0, 'snd_voi_live_102400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70001, 'It was sooo much fun to go on a date with you! Let''s do it again!', 'snd_voi_outgame_102400', 1, 1024000, 7, 1, 0, 'snd_voi_outgame_102400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90000, 'Gooood morning! Hope you have a great day! Maya''s taking off!', 'snd_voi_home_102401', 0, 1024021, 1, 1, 0, 'snd_voi_home_102401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90001, 'Good morning, Trainer! What''s this? Were you looking for me? Ehehe, here I am! ♪', 'snd_voi_home_102401', 1, 1024016, 1, 1, 0, 'snd_voi_home_102401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90002, 'Traineeer! What kind of training do you wanna do today? I''m ready to scramble any time!', 'snd_voi_home_102401', 2, 1024017, 1, 1, 0, 'snd_voi_home_102401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90003, 'Let''s go, Trainer! Today I continue my pursuit of all things exciting and twinkly! Time for takeoff!', 'snd_voi_home_102401', 3, 2001, 1, 1, 0, 'snd_voi_home_102401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90004, 'Good evening! ☆ Nights make me so excited! Maybe because it''s the time adults like the most?', 'snd_voi_home_102401', 4, 1024023, 1, 1, 0, 'snd_voi_home_102401_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90005, 'Yawn... Trainer... Still working this late? I''m already... getting sleepy though...', 'snd_voi_home_102401', 5, 1024814, 1, 1, 0, 'snd_voi_home_102401_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90006, 'Since it''s spring, let''s go out for a walk! C''mon, it''ll be the best date ever! We can go to all kinds of places together! ☆', 'snd_voi_home_102401', 6, 1024016, 1, 1, 0, 'snd_voi_home_102401_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90007, 'Do you like tan lines, Trainer? Then I''m gonna get all tanned up! That way I''ll be exactly your type! ☆', 'snd_voi_home_102401', 7, 1024018, 1, 1, 0, 'snd_voi_home_102401_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90008, 'Fall is the time to try out tons of outfits! I wanna twinkle in a more mature style. ♪', 'snd_voi_home_102401', 8, 1024016, 1, 1, 0, 'snd_voi_home_102401_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90009, 'Waaah! It''s so c-cold! Hey, is one of your pockets free? Can I put my hand in there?', 'snd_voi_home_102401', 9, 1024800, 1, 1, 0, 'snd_voi_home_102401_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91000, 'Oh-so marvelous! Ehe! ♪ I''m imitating Marvey! I learned it when we were playing together!', 'snd_voi_home_102401', 10, 1024808, 1, 1, 0, 'snd_voi_home_102401_0010', 0, 1024019, 2800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91001, 'On my next day off, I''m gonna research fashion with Yuki. Do you wanna come too, Trainer?', 'snd_voi_home_102401', 11, 1024019, 1, 1, 0, 'snd_voi_home_102401_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91002, 'If I copy Maruzen, will I look more mature? This is the bomb! ...Was that right?', 'snd_voi_home_102401', 12, 1024019, 1, 1, 0, 'snd_voi_home_102401_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91003, 'Ah, contrails in the sky! Maybe they''re from the plane my dad''s flying! Ehehe. ♪', 'snd_voi_home_102401', 13, 1024016, 1, 1, 0, 'snd_voi_home_102401_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91004, 'Hngh! Trainer, doing nothing is boooring!', 'snd_voi_home_102401', 14, 1024003, 1, 1, 0, 'snd_voi_home_102401_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91005, 'I''m gonna lock onto the hearts of everyone cheering for me at the winning concert!', 'snd_voi_home_102401', 15, 1024017, 1, 1, 0, 'snd_voi_home_102401_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91006, 'These concert clothes have a mature design! Bold, but really classy! I''m sure I''ll twinkle if I wear this!', 'snd_voi_home_102401', 16, 1024019, 1, 1, 0, 'snd_voi_home_102401_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91007, 'I''m gonna fly like vwooosh! Make sure you don''t fall behind, Trainer!', 'snd_voi_home_102401', 17, 2001, 1, 1, 0, 'snd_voi_home_102401_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91008, 'These clothes are cool, huh? ♪ By the way, if you say they are, then you''ve passed level 3 on the Maya test.', 'snd_voi_home_102401', 18, 1024016, 1, 1, 0, 'snd_voi_home_102401_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91009, 'Yaaawn... I stayed up late last night with Teio... Hngh, I''m sleepy, but I feel grown-up...', 'snd_voi_home_102401', 19, 1024016, 1, 1, 0, 'snd_voi_home_102401_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91010, 'Hiya-Maya! ☆ Catchy? Marvey and I are making it a thing! You can use it too.', 'snd_voi_home_102401', 20, 1024006, 1, 1, 0, 'snd_voi_home_102401_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91011, 'Ugh... Help me... I grew up too much and became a grandma! ...Huh? It was a dream? Oh, thank goodness!', 'snd_voi_home_102401', 21, 1024812, 1, 1, 0, 'snd_voi_home_102401_0021', 0, 1024019, 10000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91012, 'Something new always starts in spring—it''s so exciting! And the weather''s so nice! I''m ready to take off and find something fun to do!', 'snd_voi_home_102401', 22, 1024017, 1, 1, 0, 'snd_voi_home_102401_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91013, 'Hey, if we set off fireworks at school, should we do it from the roof? Or the classroom? ☆ ...Nowhere? You meanie!', 'snd_voi_home_102401', 23, 1024811, 1, 1, 0, 'snd_voi_home_102401_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91014, 'There''s Halloween, the Solefall Faire... We can go moon viewing and see the fall leaves too! Fall is packed with exciting things!', 'snd_voi_home_102401', 24, 1024016, 1, 1, 0, 'snd_voi_home_102401_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91015, 'A sh-shot?! Nope! Nope! Nope! Nope! There''s no way I''m getting a shot!', 'snd_voi_home_102401', 25, 1024002, 1, 1, 0, 'snd_voi_home_102401_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92000, 'Training is so fun when it''s with you! It makes me wanna fly high!', 'snd_voi_training_102401', 0, 1024019, 2, 1, 0, 'snd_voi_training_102401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92001, 'I''ll try my very best! Watch closely—don''t take your eyes off me!', 'snd_voi_training_102401', 1, 1024018, 2, 1, 0, 'snd_voi_training_102401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92002, 'Hurry, hurry, hurry! Let''s start training already!', 'snd_voi_training_102401', 3, 1024006, 2, 1, 0, 'snd_voi_training_102401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92003, 'Flight preparations complete! Maya''s ready for takeoff!', 'snd_voi_training_102401', 4, 1024017, 2, 1, 0, 'snd_voi_training_102401_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92011, 'Any training will be a piece of cake! I can master anything in a flash!', 'snd_voi_training_102401', 2, 1024022, 2, 1, 0, 'snd_voi_training_102401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92005, 'Don''t let me get bored, ''kay? I don''t think that''ll be a problem for you though, Trainer.', 'snd_voi_training_102401', 5, 1024019, 2, 1, 0, 'snd_voi_training_102401_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92006, 'You can expect a lot from me because I''m really talented. Do you copy?', 'snd_voi_training_102401', 6, 2001, 2, 1, 0, 'snd_voi_training_102401_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92007, 'Visibility favorable! Target acquired! Ready to execute the order? I can lift off any time!', 'snd_voi_training_102401', 7, 1024000, 2, 1, 0, 'snd_voi_training_102401_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 93000, 'I''ve grown up a lot! Now I''m an adult! ☆', 'snd_voi_training_102401', 8, 0, 2, 1, 0, 'snd_voi_training_102401_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 93001, 'Muah! I just blew you a kiss of gratitude!', 'snd_voi_training_102401', 9, 0, 2, 1, 0, 'snd_voi_training_102401_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95000, 'I think I''m getting stronger!', 'snd_voi_outgame_102401', 0, 2001, 7, 1, 0, 'snd_voi_outgame_102401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95001, 'I''m gonna be a real classy lady one day, just you wait!', 'snd_voi_outgame_102401', 1, 2001, 7, 1, 0, 'snd_voi_outgame_102401_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95003, 'Mayano Top Gun, lifting off!', 'snd_voi_outgame_102401', 3, 1024017, 7, 1, 0, 'snd_voi_outgame_102401_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1008, 'Everyone! Let''s scramble!', 'snd_voi_teamst_st_102400_0000', 0, 2001, 8, 1, 0, 'snd_voi_teamst_st_102400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1055, 'C''mon, Bono! Let''s go!', 'snd_voi_teamst_st_102400_1028', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_102400_1028_00', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1056, 'This''ll be so fun, Curren!', 'snd_voi_teamst_st_102400_1038', 0, 1024016, 8, 1, 0, 'snd_voi_teamst_st_102400_1038_00', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1014, 'Copy that!', 'snd_voi_teamst_st_100300_1024', 1, 3002, 8, 1, 0, 'snd_voi_teamst_st_100300_1024_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1125, 'You are too, Nature! ♪', 'snd_voi_teamst_st_106000_1024', 1, 1024007, 8, 1, 0, 'snd_voi_teamst_st_106000_1024_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1081, '—are ours! ♪', 'snd_voi_teamst_st_103800_1024', 1, 1024001, 8, 1, 0, 'snd_voi_teamst_st_103800_1024_01', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1000, 'We''re gonna win!', 'snd_voi_teamst_102400', 0, 990021, 8, 1, 0, 'snd_voi_teamst_102400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1001, 'All targets neutralized!', 'snd_voi_teamst_102400', 1, 0, 8, 1, 0, 'snd_voi_teamst_102400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1003, 'Aghhh! So close!', 'snd_voi_teamst_102400', 2, 0, 8, 1, 0, 'snd_voi_teamst_102400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1002, 'No way! We lost?!', 'snd_voi_teamst_102400', 3, 0, 8, 1, 0, 'snd_voi_teamst_102400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1004, 'Here comes the victory parade! ☆', 'snd_voi_teamst_102400', 4, 1024001, 8, 1, 0, 'snd_voi_teamst_102400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1007, 'Yay! A new high score! ♪', 'snd_voi_teamst_102400', 5, 2002, 8, 1, 0, 'snd_voi_teamst_102400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1006, 'Aghhh! So close!', 'snd_voi_teamst_102400', 2, 1024010, 8, 1, 0, 'snd_voi_teamst_102400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 1005, 'No way! We lost?!', 'snd_voi_teamst_102400', 3, 1024005, 8, 1, 0, 'snd_voi_teamst_102400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 120000, 'It''s so warm! It''s like power is welling up inside me!', 'snd_voi_outgame_102400', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_102400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140000, 'Fly high out there!', 'snd_voi_minigame_102400', 0, 1024023, 9, 1, 0, 'snd_voi_minigame_102400_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140001, 'You did it! You really did it!', 'snd_voi_minigame_102400', 1, 1024000, 9, 1, 0, 'snd_voi_minigame_102400_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140002, 'Argh! Why?!', 'snd_voi_minigame_102400', 2, 1024810, 9, 1, 0, 'snd_voi_minigame_102400_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140003, 'Amaaazing!', 'snd_voi_minigame_102400', 3, 971024, 9, 1, 0, 'snd_voi_minigame_102400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140004, 'That was fun! ☆', 'snd_voi_minigame_102400', 4, 972024, 9, 1, 0, 'snd_voi_minigame_102400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140005, 'Aghhh! So close!', 'snd_voi_minigame_102400', 5, 1024002, 9, 1, 0, 'snd_voi_minigame_102400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140006, 'Amaaazing!', 'snd_voi_minigame_102400', 3, 974024, 9, 1, 0, 'snd_voi_minigame_102400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140007, 'That was fun! ☆', 'snd_voi_minigame_102400', 4, 973024, 9, 1, 0, 'snd_voi_minigame_102400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140008, 'Ehehe...', 'snd_voi_minigame_102400', 6, 1024016, 9, 1, 0, 'snd_voi_minigame_102400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140009, 'Heehee', 'snd_voi_minigame_102400', 7, 1024802, 9, 1, 0, 'snd_voi_minigame_102400_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140010, 'Hm-hm-hmm! ♪', 'snd_voi_minigame_102400', 8, 1024803, 9, 1, 0, 'snd_voi_minigame_102400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140011, 'You did it!', 'snd_voi_minigame_102400', 9, 1024804, 9, 1, 0, 'snd_voi_minigame_102400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140014, 'Aaagh!', 'snd_voi_minigame_102400', 10, 1024810, 9, 1, 0, 'snd_voi_minigame_102400_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140015, 'Wah!', 'snd_voi_minigame_102400', 11, 1024805, 9, 1, 0, 'snd_voi_minigame_102400_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140016, 'Hey, you there?!', 'snd_voi_minigame_102400', 12, 1024806, 9, 1, 0, 'snd_voi_minigame_102400_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140012, 'Whoa!', 'snd_voi_minigame_102400', 13, 1024807, 9, 1, 0, 'snd_voi_minigame_102400_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140013, 'Wow! I''m so happy!', 'snd_voi_minigame_102400', 14, 1024016, 9, 1, 0, 'snd_voi_minigame_102400_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140017, 'Booo!', 'snd_voi_minigame_102400', 15, 1024003, 9, 1, 0, 'snd_voi_minigame_102400_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 140018, 'Nooo way!', 'snd_voi_minigame_102400', 16, 1024002, 9, 1, 0, 'snd_voi_minigame_102400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 40000, 'Hmmm—I got it! ☆', 'snd_voi_race_102401', 2, 0, 3, 1, 0, 'snd_voi_race_102401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 40001, 'Hmmm—I got it! ☆', 'snd_voi_race_102401', 2, 0, 3, 1, 0, 'snd_voi_race_102401_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 40002, 'In pursuit! ♪', 'snd_voi_race_102400', 6, 0, 3, 1, 0, 'snd_voi_race_102400_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 30004, 'Laaanding... kiss! ♪ A victory for Maya! ☆', 'snd_voi_race_102401', 0, 0, 3, 1, 0, 'snd_voi_race_102401_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 30005, 'Victory! ☆ Can''t get enough of me, right?', 'snd_voi_race_102400', 8, 0, 3, 1, 0, 'snd_voi_race_102400_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 31000, 'Take off! ☆', 'snd_voi_race_102400', 9, 0, 3, 1, 0, 'snd_voi_race_102400_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 13, 'Yay! You got a login bonus!', 'snd_voi_title_102400', 4, 2001, 1, 1, 0, 'snd_voi_title_102400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 15, 'Tomorrow''s bonus is this. ♪', 'snd_voi_title_102400', 5, 8002, 1, 1, 0, 'snd_voi_title_102400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 110000, 'If you made the schedule, then I''m all for it!', 'snd_voi_home_102400', 21, 0, 1, 1, 0, 'snd_voi_home_102400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 110001, 'Let''s watch everyone''s twinkly stories! ☆', 'snd_voi_home_102400', 22, 0, 1, 1, 0, 'snd_voi_home_102400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 110002, 'Hey, hey! Any interesting races?', 'snd_voi_home_102400', 23, 0, 1, 1, 0, 'snd_voi_home_102400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 10021, 'Wow! The Archive level went up!', 'snd_voi_home_102400', 24, 8001, 1, 1, 0, 'snd_voi_home_102400_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 20051, 'Let''s really go for it!', 'snd_voi_training_102400', 65, 1009, 2, 1, 0, 'snd_voi_training_102400_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70000, 'Make me shine and twinkle! ♪', 'snd_voi_outgame_102400', 3, 0, 7, 1, 0, 'snd_voi_outgame_102400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95005, 'I''m a charming girl who can support others, right? ♪', 'snd_voi_outgame_102400', 4, 0, 7, 1, 0, 'snd_voi_outgame_102400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95006, 'No worries—you can rely on me! ☆', 'snd_voi_outgame_102400', 5, 0, 7, 1, 0, 'snd_voi_outgame_102400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70004, 'This uniform''s all frilly! ♪ It''s so cute!', 'snd_voi_outgame_102400', 16, 1024016, 7, 1, 0, 'snd_voi_outgame_102400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70010, 'Maybe I''ll tweak it to make it look more mature.', 'snd_voi_outgame_102400', 17, 1024000, 7, 1, 0, 'snd_voi_outgame_102400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70008, 'Oooh! Have I become a real grown-up now?!', 'snd_voi_outgame_102400', 20, 1027007, 7, 1, 0, 'snd_voi_outgame_102400_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70014, 'Ehe... You can see my belly button... It''s a little embarrassing.', 'snd_voi_outgame_102400', 21, 1024016, 7, 1, 0, 'snd_voi_outgame_102400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70009, 'Hehe! Just like an ace pilot, right? ♪', 'snd_voi_outgame_102400', 22, 10001, 7, 1, 0, 'snd_voi_outgame_102400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70015, 'Ready for an airshow? ☆', 'snd_voi_outgame_102400', 23, 10001, 7, 1, 0, 'snd_voi_outgame_102400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71004, 'This uniform''s all frilly! ♪ It''s so cute!', 'snd_voi_outgame_102400', 16, 24, 7, 0, 0, 'snd_voi_outgame_102400_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71010, 'Maybe I''ll tweak it to make it look more mature.', 'snd_voi_outgame_102400', 17, 18, 7, 0, 0, 'snd_voi_outgame_102400_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71008, 'Oooh! Have I become a real grown-up now?!', 'snd_voi_outgame_102400', 20, 22, 7, 0, 0, 'snd_voi_outgame_102400_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71014, 'Ehe... You can see my belly button... It''s a little embarrassing.', 'snd_voi_outgame_102400', 21, 24, 7, 0, 0, 'snd_voi_outgame_102400_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71009, 'Hehe! Just like an ace pilot, right? ♪', 'snd_voi_outgame_102400', 22, 18, 7, 0, 0, 'snd_voi_outgame_102400_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71015, 'Ready for an airshow? ☆', 'snd_voi_outgame_102400', 23, 18, 7, 0, 0, 'snd_voi_outgame_102400_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 2030, 'We''re gonna win!', 'snd_voi_teamst_102400', 0, 990021, 10, 1, 0, 'snd_voi_teamst_102400_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 2031, 'Everyone! Let''s scramble!', 'snd_voi_teamst_st_102400_0000', 0, 2001, 10, 1, 0, 'snd_voi_teamst_st_102400_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 2032, 'Thank you, Trainer! ☆', 'snd_voi_training_102400', 64, 1024017, 10, 1, 0, 'snd_voi_training_102400_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 2033, 'I wonder how I should run? Trainer, what do you think is the most fun way to run?', 'snd_voi_training_102400', 19, 1024000, 10, 1, 0, 'snd_voi_training_102400_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 2034, 'Right now, I feel like I''ll be number one no matter how I run! I can''t wait to start!', 'snd_voi_training_102400', 16, 1024016, 10, 1, 0, 'snd_voi_training_102400_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 2035, 'Thank you, Trainer! ☆', 'snd_voi_training_102400', 64, 1024017, 10, 0, 0, 'snd_voi_training_102400_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90010, 'Ring, ring, ring! ♪ This is the Maya special wake-up call!', 'snd_voi_home_102402', 0, 2002, 1, 1, 0, 'snd_voi_home_102402_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90011, 'Good morning! Ehehe. I wanted to show this to you first thing in the morning, so I flew right over!', 'snd_voi_home_102402', 1, 1024016, 1, 1, 0, 'snd_voi_home_102402_0001', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90012, 'Hey, hey! Are we training? I can take off any time! ☆ Let''s head towards a bright and happy future!', 'snd_voi_home_102402', 2, 1024000, 1, 1, 0, 'snd_voi_home_102402_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90013, 'Target locked-on! ☆ I''m using your smile to recharge my energy for the afternoon!', 'snd_voi_home_102402', 3, 1024017, 1, 1, 0, 'snd_voi_home_102402_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90014, 'Good work today! What will you do after work? Dinner? A bath? Or maybe... a pajama party?!', 'snd_voi_home_102402', 4, 1024000, 1, 1, 0, 'snd_voi_home_102402_0004', 0, 1024001, 7500, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90015, 'Are you staying up late, Trainer? What a coincidence! ☆ I am too! Maybe we were made for each other!♪', 'snd_voi_home_102402', 5, 1024019, 1, 1, 0, 'snd_voi_home_102402_0005', 0, 1024016, 3000, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90016, 'Listen to this! A new student mistook me for a model! ☆ I''m blushing...', 'snd_voi_home_102402', 6, 1024010, 1, 1, 0, 'snd_voi_home_102402_0006', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90017, 'Hey! Let''s go to the beach! It can be a rehearsal for our tropical honeymoon. ☆', 'snd_voi_home_102402', 7, 1024001, 1, 1, 0, 'snd_voi_home_102402_0007', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90018, 'Hey, here''s a riddle! Which Umamusume is cute like a flower but doesn''t wither? It''s me! ☆', 'snd_voi_home_102402', 8, 1024000, 1, 1, 0, 'snd_voi_home_102402_0008', 0, 3002, 8400, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 90019, 'Air Groove said my legs looked cold and gave me a heat pad! ♪ She''s just like my mom!', 'snd_voi_home_102402', 9, 1024016, 1, 1, 0, 'snd_voi_home_102402_0009', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91016, 'There! How do you like it? This pose is perfect, right? ☆ City taught me a mature pose! ♪', 'snd_voi_home_102402', 10, 3009, 1, 1, 0, 'snd_voi_home_102402_0010', 0, 1024000, 1600, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91017, 'I feel like Rice has been staring at me! Maybe... she wants to join my pretend wedding ceremony?', 'snd_voi_home_102402', 11, 1024008, 1, 1, 0, 'snd_voi_home_102402_0011', 0, 1024006, 4800, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91018, 'Table manners are important at a wedding reception! That''s why McQueen... umm, Miss McQueen is teaching me!', 'snd_voi_home_102402', 12, 1024006, 1, 1, 0, 'snd_voi_home_102402_0012', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91019, 'When I showed Brian my dress, she said it hurt her eyes! She should just be honest and say it''s cute!', 'snd_voi_home_102402', 13, 1024008, 1, 1, 0, 'snd_voi_home_102402_0013', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91020, 'Oh, I wanna post some photos on Umastagram! ☆ Trainer, can we take a photo together? C''mon, let''s share a bit of our happiness!', 'snd_voi_home_102402', 14, 1024000, 1, 1, 0, 'snd_voi_home_102402_0014', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91028, 'When I sent the photo of my dress to my dad yesterday, he started crying and stuff. Was it cute enough to bring someone to tears?', 'snd_voi_home_102402', 15, 1024008, 1, 1, 0, 'snd_voi_home_102402_0015', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91029, 'I wanna sparkle more! I want to be the sun that shines on everyone—especially you, Trainer!', 'snd_voi_home_102402', 16, 1024017, 1, 1, 0, 'snd_voi_home_102402_0016', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91021, 'Yaaawn... I woke up early today to make a boxed lunch... Ehehe, you''ll just have to wait until lunch! ♪', 'snd_voi_home_102402', 17, 1024815, 1, 1, 0, 'snd_voi_home_102402_0017', 0, 1024817, 3200, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91022, 'Today''s snack is cake again, of course! Wearing this dress just makes me wanna eat some. ♪', 'snd_voi_home_102402', 18, 1024006, 1, 1, 0, 'snd_voi_home_102402_0018', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91023, 'Shalala. ♪ It doesn''t matter how late it gets—my dress''ll never disappear! It''s proof of our engagement! ☆', 'snd_voi_home_102402', 19, 1024016, 1, 1, 0, 'snd_voi_home_102402_0019', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91024, 'Ah, Trainer! You have flower petals on your head! We match! ☆', 'snd_voi_home_102402', 20, 1024000, 1, 1, 0, 'snd_voi_home_102402_0020', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91025, 'My skin is burning... I guess my sunscreen wore off. I''ll get Teio to put more on for me.', 'snd_voi_home_102402', 21, 1024008, 1, 1, 0, 'snd_voi_home_102402_0021', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91026, 'The fall flowers are such mature colors! So mellow and graceful! It makes me wanna throw a grown-up bouquet! ♪', 'snd_voi_home_102402', 22, 1024000, 1, 1, 0, 'snd_voi_home_102402_0022', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 91027, 'Once the snow piles up, let''s make a snowman together! This is called "sharing responsibility," Trainer! ♪', 'snd_voi_home_102402', 23, 1024016, 1, 1, 0, 'snd_voi_home_102402_0023', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92015, 'Ehe! I wanna walk with you on the road to victory!', 'snd_voi_training_102402', 0, 2002, 2, 1, 0, 'snd_voi_training_102402_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92016, 'This sparkly dress is perfect! It''ll make me sparkle too!', 'snd_voi_training_102402', 1, 3001, 2, 1, 0, 'snd_voi_training_102402_0001', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92017, 'Hehe! I look a little bit different from normal when I''m all dressed up. ☆', 'snd_voi_training_102402', 2, 1024017, 2, 1, 0, 'snd_voi_training_102402_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92018, 'A new beginning! Here''s to our future happiness! ☆', 'snd_voi_training_102402', 3, 1024001, 2, 1, 0, 'snd_voi_training_102402_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92020, 'I vow to you, Trainer, not god or whatever! We will always do our best together.', 'snd_voi_training_102402', 5, 1024016, 2, 1, 0, 'snd_voi_training_102402_0005', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92021, 'Don''t dress up in any fancy clothes, Trainer... I want you to wait until I become more of an adult first.', 'snd_voi_training_102402', 6, 1024012, 2, 1, 0, 'snd_voi_training_102402_0006', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 92022, 'You were mesmerized by me just now! I can read you like a book—we''re wingmates after all! ♪', 'snd_voi_training_102402', 7, 1024000, 2, 1, 0, 'snd_voi_training_102402_0007', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 93004, 'Ehehe! The rendezvous flight was a huge success! ☆', 'snd_voi_training_102402', 8, 0, 2, 1, 0, 'snd_voi_training_102402_0008', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 93005, 'I crossed the finish line! ♪ I''m so happy!', 'snd_voi_training_102402', 9, 0, 2, 1, 0, 'snd_voi_training_102402_0009', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95007, 'Let''s look charming together. Time to dress up!', 'snd_voi_outgame_102402', 0, 2001, 7, 1, 0, 'snd_voi_outgame_102402_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95008, 'Yay! All our hard work together is finally paying off! ♪', 'snd_voi_outgame_102402', 1, 1024001, 7, 1, 0, 'snd_voi_outgame_102402_0001', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95010, 'It''s Maya! Let the wedding bells of victory ring! ☆', 'snd_voi_outgame_102402', 3, 3001, 7, 1, 0, 'snd_voi_outgame_102402_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70016, 'All done changing into my dress! ♪', 'snd_voi_outgame_102400', 24, 1024000, 7, 1, 0, 'snd_voi_outgame_102400_0024', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70017, 'You have to escort me. ☆', 'snd_voi_outgame_102400', 25, 1024016, 7, 1, 0, 'snd_voi_outgame_102400_0025', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71016, 'All done changing into my dress! ♪', 'snd_voi_outgame_102400', 24, 18, 7, 0, 0, 'snd_voi_outgame_102400_0024', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71017, 'You have to escort me. ☆', 'snd_voi_outgame_102400', 25, 24, 7, 0, 0, 'snd_voi_outgame_102400_0025', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 95009, 'Ta-daaa! ♪ Promise me you''ll make me happy, okay? Pinky swear! ☆', 'snd_voi_gacha_102402', 0, 0, 7, 1, 0, 'snd_voi_gacha_102402_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 40003, 'Whoosh! What a romantic rendezvous! ♪', 'snd_voi_race_102402', 2, 0, 3, 1, 0, 'snd_voi_race_102402_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 40004, 'Sorry for the wait! I put my heart into this bouquet. Nnh... Ready? ♪ Here comes happiness for everyone! ☆', 'snd_voi_race_102402', 3, 0, 3, 1, 0, 'snd_voi_race_102402_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 30006, 'Thump, thump... ♪ The bells of my heart won''t stop ringing. ☆', 'snd_voi_race_102402', 0, 0, 3, 1, 0, 'snd_voi_race_102402_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 30007, 'Victory! ☆ Can''t get enough of me, right?', 'snd_voi_race_102400', 8, 0, 3, 1, 0, 'snd_voi_race_102400_0008', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400000, 'Wedding dress signature racewear? I knew a mature design was the way to go! ♪ I feel like an grown-up Umamusume!', 'snd_voi_event_090004', 0, 1024016, 7, 1, 0, 'snd_voi_event_090004_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400001, 'What kind of person is Beauty? I saw someone who looks just like her in the infirmary.', 'snd_voi_event_090004', 1, 1024000, 7, 1, 0, 'snd_voi_event_090004_0001', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400006, 'This is my answer, Bono! I definitely won''t regret it!', 'snd_voi_event_090004', 6, 1024017, 7, 1, 0, 'snd_voi_event_090004_0006', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400007, 'I don''t want to give up on Bono or my wedding dress!', 'snd_voi_event_090004', 7, 1024816, 7, 1, 0, 'snd_voi_event_090004_0007', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400009, 'Ehehe. ♪ Have I become a little more mature?', 'snd_voi_event_090004', 9, 1024012, 7, 1, 0, 'snd_voi_event_090004_0009', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400010, 'Hey, hey! Everyone, let''s take a photo to remember this. ♪ You too, Miss Beauty. Come on, hurry!', 'snd_voi_event_090004', 10, 2002, 7, 1, 0, 'snd_voi_event_090004_0010', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410000, 'I''m oooff!', 'snd_voi_roulette_102400', 0, 0, 7, 1, 0, 'snd_voi_roulette_102400_0000', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410001, 'You did it!', 'snd_voi_roulette_102400', 1, 400008, 7, 1, 0, 'snd_voi_roulette_102400_0001', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410002, 'Heh-heh!', 'snd_voi_roulette_102400', 2, 400009, 7, 1, 0, 'snd_voi_roulette_102400_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410003, 'Heh-heh!', 'snd_voi_roulette_102400', 2, 400009, 7, 0, 0, 'snd_voi_roulette_102400_0002', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410004, 'Heehee', 'snd_voi_roulette_102400', 3, 400010, 7, 1, 0, 'snd_voi_roulette_102400_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410005, 'Heehee', 'snd_voi_roulette_102400', 3, 400010, 7, 0, 0, 'snd_voi_roulette_102400_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410006, 'Uhhh...', 'snd_voi_roulette_102400', 4, 400011, 7, 1, 0, 'snd_voi_roulette_102400_0004', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410007, 'Uhhh...', 'snd_voi_roulette_102400', 4, 400011, 7, 0, 0, 'snd_voi_roulette_102400_0004', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 410008, 'Uhhh...', 'snd_voi_roulette_102400', 4, 400011, 7, 0, 0, 'snd_voi_roulette_102400_0004', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 81000, 'Hey, I know more than you think! ☆', 'snd_voi_outgame_102400', 13, 1024016, 7, 1, 0, 'snd_voi_outgame_102400_0013', 0, 0, 0, 1623931200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 81001, 'Hm-hm. ♪ This race is just getting started! ☆', 'snd_voi_outgame_102400', 14, 1024017, 7, 1, 0, 'snd_voi_outgame_102400_0014', 0, 0, 0, 1623931200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70018, 'Take off! ☆', 'snd_voi_outgame_102400', 26, 1024001, 7, 1, 0, 'snd_voi_outgame_102400_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 70019, 'I can totally understand everything!', 'snd_voi_outgame_102400', 27, 1024017, 7, 1, 0, 'snd_voi_outgame_102400_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71018, 'Take off! ☆', 'snd_voi_outgame_102400', 26, 24, 7, 0, 0, 'snd_voi_outgame_102400_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 71019, 'I can totally understand everything!', 'snd_voi_outgame_102400', 27, 48, 7, 0, 0, 'snd_voi_outgame_102400_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400003, 'I never know what''ll happen when I''m with Marvey. It''s so exciting! ☆ This is gonna be a great holiday!', 'snd_voi_event_090008', 3, 1024016, 7, 1, 0, 'snd_voi_event_090008_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400008, 'Oguri''s got this in the bag! Guess I''ll start getting our next fun thing ready. ☆', 'snd_voi_event_090008', 8, 1024017, 7, 1, 0, 'snd_voi_event_090008_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1024, 400011, 'Today really was the best! ♪ But Santa Maya isn''t going to let herself be outdone. ☆ It''s my turn to take off into the sparkly night sky!', 'snd_voi_event_090008', 11, 1024000, 7, 1, 0, 'snd_voi_event_090008_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 11, 'Cygames', 'snd_voi_tc_1025', 0, 0, 0, 1, 0, 'snd_voi_title_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1025', 1, 0, 0, 1, 0, 'snd_voi_title_102500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10000, 'Your kind words lifted a weight off my heart... in a way that no one else has...', 'snd_voi_home_102500', 0, 1025006, 1, 1, 0, 'snd_voi_home_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10001, 'The beings I can see... The sensations you can feel... They may not be exactly the same, but...', 'snd_voi_home_102500', 1, 1025005, 1, 1, 0, 'snd_voi_home_102500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10002, 'You seem to attract the unseeable... If you notice anything unusual, please come straight to me.', 'snd_voi_home_102500', 2, 2007, 1, 1, 0, 'snd_voi_home_102500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10003, 'The new year is a blank plot... Whether the seeds of fate will sleep cold in the ground or blossom forth... is in your hands.', 'snd_voi_home_102500', 3, 4000, 1, 1, 0, 'snd_voi_home_102500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10004, 'Feelings are stronger than any other force... They linger in this world, carrying the thoughts of great minds through the centuries...', 'snd_voi_home_102500', 4, 1025006, 1, 1, 0, 'snd_voi_home_102500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10005, 'The feelings behind chocolate are known only to the sender... And your heart''s reaction is known only to you... Here, take them.', 'snd_voi_home_102500', 5, 1025005, 1, 1, 0, 'snd_voi_home_102500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10006, 'The bamboo sways... The stars twinkle... If this is a once-in-a-year chance... I hope the wish comes true...', 'snd_voi_home_102500', 6, 1025805, 1, 1, 0, 'snd_voi_home_102500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10007, 'The distant shore of the other side... feels closer than usual. Hehe... I can hear more voices than usual too.', 'snd_voi_home_102500', 7, 1025800, 1, 1, 0, 'snd_voi_home_102500_0007', 0, 1025801, 3800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10008, 'There''s a peculiar presence nearby... Almost like there''s something flying through the sky, up above the rooftops.', 'snd_voi_home_102500', 8, 1025802, 1, 1, 0, 'snd_voi_home_102500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10009, 'I brewed this coffee with special beans, just for today... It has a beautiful sheen, dark as onyx... If you''d like, would you have a cup with me?', 'snd_voi_home_102500', 9, 1025801, 1, 1, 0, 'snd_voi_home_102500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10010, 'I like to collect things... If I can find one pretty trinket a month, I''ll have a dozen things to remember the year by... right here... in my box of treasures...', 'snd_voi_home_102500', 10, 4001, 1, 1, 0, 'snd_voi_home_102500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10011, 'I''d like... to wish you a happy birthday. Would you like a herbarium of undying flowers... or maybe a mug molded from fired earth? I want to give you something...', 'snd_voi_home_102500', 11, 1025005, 1, 1, 0, 'snd_voi_home_102500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10012, 'I wish you a happy birthday... and I... would like to express my gratitude and respect for your compassion...', 'snd_voi_home_102500', 12, 1025006, 1, 1, 0, 'snd_voi_home_102500_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10013, 'It''s my birthday once more... I feel as though the shadow has grown longer again...', 'snd_voi_home_102500', 13, 1025008, 1, 1, 0, 'snd_voi_home_102500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10014, 'What do I want for my birthday? ...Whatever you think would be good. I''m curious about... your thought process...', 'snd_voi_home_102500', 14, 1025803, 1, 1, 0, 'snd_voi_home_102500_0014', 0, 11000, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10015, 'I think there''s a notice for you... Listen—someone''s calling for you...', 'snd_voi_home_102500', 15, 11001, 1, 1, 0, 'snd_voi_home_102500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10016, 'There seems to be a present for you.\n...Uh?! Did it... just move?', 'snd_voi_home_102500', 16, 11000, 1, 1, 0, 'snd_voi_home_102500_0016', 0, 1025013, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10017, 'You completed a mission... Hehe, everyone is happy for you.', 'snd_voi_home_102500', 17, 1025801, 1, 1, 0, 'snd_voi_home_102500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10018, 'They''re holding an event soon... We should be prepared... for anything that could happen.', 'snd_voi_home_102500', 18, 1025000, 1, 1, 0, 'snd_voi_home_102500_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10019, 'There''s an event in progress. If you''re going out, be sure to bring a light...', 'snd_voi_home_102500', 19, 1025005, 1, 1, 0, 'snd_voi_home_102500_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20000, 'I feel like... the shadow will swallow me...', 'snd_voi_training_102500', 0, 1025804, 2, 1, 0, 'snd_voi_training_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20001, 'Give me a few minutes to drink some coffee first... please.', 'snd_voi_training_102500', 1, 1025011, 2, 1, 0, 'snd_voi_training_102500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20002, 'I feel like I could scale the heavens and pluck the stars from the sky.', 'snd_voi_training_102500', 2, 1025000, 2, 1, 0, 'snd_voi_training_102500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20003, 'Like dragons have wings to fly... I have my coffee to help me soar... Hehe.', 'snd_voi_training_102500', 3, 1025801, 2, 1, 0, 'snd_voi_training_102500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20004, 'I feel so light—like I could cross mountains with just a leap.', 'snd_voi_training_102500', 4, 1025006, 2, 1, 0, 'snd_voi_training_102500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20005, 'My soul is alight with fire... burning brightly as the guiding flames of the distant shore.', 'snd_voi_training_102500', 5, 4001, 2, 1, 0, 'snd_voi_training_102500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20006, 'What should I do? ...Should I chase after the talking cat?', 'snd_voi_training_102500', 6, 1025016, 2, 1, 0, 'snd_voi_training_102500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20007, 'Let''s get started. My friend says she wants to run too...', 'snd_voi_training_102500', 7, 11000, 2, 1, 0, 'snd_voi_training_102500_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20008, 'I don''t... I don''t think I can push myself too hard right now...', 'snd_voi_training_102500', 8, 1025011, 2, 1, 0, 'snd_voi_training_102500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20009, 'If there''s no coffee, even just some water would be nice...', 'snd_voi_training_102500', 9, 2007, 2, 1, 0, 'snd_voi_training_102500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20010, 'Maybe this... is merely a trick of my mind... A waking nightmare...', 'snd_voi_training_102500', 10, 1025008, 2, 1, 0, 'snd_voi_training_102500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20011, 'My legs... won''t move... It''s like they''re rooted deep in the ground...', 'snd_voi_training_102500', 11, 1025804, 2, 1, 0, 'snd_voi_training_102500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20021, 'If you''re sure this is fine, I''ll follow your lead... but...', 'snd_voi_training_102500', 12, 1025007, 2, 1, 0, 'snd_voi_training_102500_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20022, 'I''m afraid that... if I push myself too hard... I''ll lose sight of what really matters...', 'snd_voi_training_102500', 13, 1025008, 2, 1, 0, 'snd_voi_training_102500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20023, 'It''s like I have wings... With just a leap, I could fly anywhere!', 'snd_voi_training_102500', 14, 1025006, 2, 1, 0, 'snd_voi_training_102500_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20024, 'Across sapphire seas... or ruby red earth!', 'snd_voi_training_102500', 15, 1025005, 2, 1, 0, 'snd_voi_training_102500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20025, 'My friend... she''s holding out her hand for me. If I can just reach her, then—', 'snd_voi_training_102500', 16, 2001, 2, 1, 0, 'snd_voi_training_102500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20026, 'The seeds we planted... are soon to sprout.', 'snd_voi_training_102500', 17, 4001, 2, 1, 0, 'snd_voi_training_102500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20027, 'No beast can best me. Not here on the soils of earth...', 'snd_voi_training_102500', 18, 1025005, 2, 1, 0, 'snd_voi_training_102500_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20028, 'My friend is happy for me... I know I can do this.', 'snd_voi_training_102500', 19, 1025000, 2, 1, 0, 'snd_voi_training_102500_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20029, 'I can clearly see... the shadow ahead of me.', 'snd_voi_training_102500', 20, 11000, 2, 1, 0, 'snd_voi_training_102500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20030, 'The wind today... isn''t too bad.', 'snd_voi_training_102500', 21, 1025016, 2, 1, 0, 'snd_voi_training_102500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20031, 'Just as mermaids glide through the sea... I''ll try to glide through this course.', 'snd_voi_training_102500', 22, 2000, 2, 1, 0, 'snd_voi_training_102500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20032, 'Why does she... seem so far away?', 'snd_voi_training_102500', 23, 11005, 2, 1, 0, 'snd_voi_training_102500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20033, 'I just have to take the first step. What follows will follow...', 'snd_voi_training_102500', 24, 1025003, 2, 1, 0, 'snd_voi_training_102500_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20034, 'We can''t turn back the hands of time... All we can do now... is our best to move forward...', 'snd_voi_training_102500', 25, 1025002, 2, 1, 0, 'snd_voi_training_102500_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20035, 'It''s like I''m stuck in a cage... I feel so cold and constricted...', 'snd_voi_training_102500', 26, 1025804, 2, 1, 0, 'snd_voi_training_102500_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20036, 'I promised I would catch up to her shadow... I have to.', 'snd_voi_training_102500', 27, 2003, 2, 1, 0, 'snd_voi_training_102500_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20037, 'If this is all a bad dream, please let me wake soon...', 'snd_voi_training_102500', 28, 4005, 2, 1, 0, 'snd_voi_training_102500_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20038, '...Let''s begin.', 'snd_voi_training_102500', 29, 0, 2, 1, 0, 'snd_voi_training_102500_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20039, 'Let''s go...', 'snd_voi_training_102500', 30, 0, 2, 1, 0, 'snd_voi_training_102500_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20040, 'Understood...', 'snd_voi_training_102500', 31, 0, 2, 1, 0, 'snd_voi_training_102500_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20041, 'I''ll try...', 'snd_voi_training_102500', 32, 0, 2, 1, 0, 'snd_voi_training_102500_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20042, 'Ah...', 'snd_voi_training_102500', 33, 0, 2, 1, 0, 'snd_voi_training_102500_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20043, 'Why...', 'snd_voi_training_102500', 34, 0, 2, 1, 0, 'snd_voi_training_102500_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20046, 'So far away...', 'snd_voi_training_102500', 37, 0, 2, 1, 0, 'snd_voi_training_102500_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20047, 'The world is so blue...', 'snd_voi_training_102500', 38, 0, 2, 1, 0, 'snd_voi_training_102500_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20049, 'I grew... thanks to you.', 'snd_voi_training_102500', 63, 0, 2, 1, 0, 'snd_voi_training_102500_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20050, 'I''d like... to thank you...', 'snd_voi_training_102500', 64, 0, 2, 1, 0, 'snd_voi_training_102500_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 30000, 'I caught her shadow.', 'snd_voi_race_102500', 0, 0, 3, 1, 0, 'snd_voi_race_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 30001, 'I''m still so far... from catching up to her...', 'snd_voi_race_102500', 1, 0, 3, 1, 0, 'snd_voi_race_102500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 30002, 'I need to latch on... and hold on stronger...', 'snd_voi_race_102500', 2, 0, 3, 1, 0, 'snd_voi_race_102500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 30003, 'Ah... She''s going to pass me...', 'snd_voi_race_102500', 3, 0, 3, 1, 0, 'snd_voi_race_102500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 60000, 'I think the stage... is another world of its own.', 'snd_voi_live_102500', 0, 0, 4, 1, 0, 'snd_voi_live_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 60001, 'Keep an eye out... for what happens on stage.', 'snd_voi_live_102500', 1, 0, 4, 1, 0, 'snd_voi_live_102500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70001, 'I''m glad... you accepted the "strange" things that are normal for me...', 'snd_voi_outgame_102500', 1, 1025006, 7, 1, 0, 'snd_voi_outgame_102500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90000, 'Good morning. Have you already had some coffee... to get your day started?', 'snd_voi_home_102501', 0, 1025005, 1, 1, 0, 'snd_voi_home_102501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90001, 'There was a whale with prismatic wings flying through a sky as blue as lapis lazuli... Hehe, the world of dreams is fascinating.', 'snd_voi_home_102501', 1, 1025801, 1, 1, 0, 'snd_voi_home_102501_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90002, '...Hello. It''s rather... bright out. I''d rather have windy weather than all this sun...', 'snd_voi_home_102501', 2, 2007, 1, 1, 0, 'snd_voi_home_102501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90003, 'I can''t... muster as much power in broad daylight... I prefer to train... when it''s darker...', 'snd_voi_home_102501', 3, 1025011, 1, 1, 0, 'snd_voi_home_102501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90004, 'It''s nighttime... The lines between us and the shadows are fading... See? They''re getting restless...', 'snd_voi_home_102501', 4, 1025016, 1, 1, 0, 'snd_voi_home_102501_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90005, 'Tapirs eat bad dreams... So you might get to meet one if you have a nightmare...', 'snd_voi_home_102501', 5, 11001, 1, 1, 0, 'snd_voi_home_102501_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90006, 'All kinds of fiddlehead ferns... are popping up their little spiral-y sprouts... They''re so cute.', 'snd_voi_home_102501', 6, 1025801, 1, 1, 0, 'snd_voi_home_102501_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90007, 'When the sunlight is strong, so are the shadows... She feels closer than usual...', 'snd_voi_home_102501', 7, 1025800, 1, 1, 0, 'snd_voi_home_102501_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90008, 'This time of year is good for hiking... Wandering the mountains in the silence of night, lantern in hand... There is nothing greater.', 'snd_voi_home_102501', 8, 1025005, 1, 1, 0, 'snd_voi_home_102501_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 90009, 'Snowflakes flutter through the air... Crystalline, like a monochrome kaleidoscope...', 'snd_voi_home_102501', 9, 1025006, 1, 1, 0, 'snd_voi_home_102501_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91000, 'You want to know more about Tachyon? ...She''s a menace. There''s nothing more to say.', 'snd_voi_home_102501', 10, 1025802, 1, 1, 0, 'snd_voi_home_102501_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91001, 'When I start brewing coffee, Yukino bakes cookies to go along with it... She''s so gentle and warm... like a cradle.', 'snd_voi_home_102501', 11, 11001, 1, 1, 0, 'snd_voi_home_102501_0011', 0, 4001, 5500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91002, 'If illusions can be perceived... then maybe... it''s not so odd to see things that can''t be felt...', 'snd_voi_home_102501', 12, 1025803, 1, 1, 0, 'snd_voi_home_102501_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91003, 'I''ve heard that higher elevations make for better coffee beans. And that''s why you sometimes see beans named after mountains...', 'snd_voi_home_102501', 13, 1025802, 1, 1, 0, 'snd_voi_home_102501_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91004, 'Mermaids dissolve into sea foam when they leave this world... Perhaps Umamusume will eventually return to the earth in a cloud of dust...', 'snd_voi_home_102501', 14, 1025803, 1, 1, 0, 'snd_voi_home_102501_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91005, 'Fluttering... Flapping... I like how the skirt''s shadow dances in a race...', 'snd_voi_home_102501', 15, 1025006, 1, 1, 0, 'snd_voi_home_102501_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91006, 'The stage lights are always so blinding... I wish they''d dim them down for us.', 'snd_voi_home_102501', 16, 1025007, 1, 1, 0, 'snd_voi_home_102501_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91007, 'It''s deep and dark, just like a fragrant cup of coffee... It''s so relaxing.', 'snd_voi_home_102501', 17, 1025005, 1, 1, 0, 'snd_voi_home_102501_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91008, 'When you mix colors together, they eventually blend into black... The color that engulfs everything... and embraces all.', 'snd_voi_home_102501', 18, 4000, 1, 1, 0, 'snd_voi_home_102501_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91009, 'Getting up in the morning to brew coffee is a magical time... Time I get to enjoy just for myself.', 'snd_voi_home_102501', 19, 1025006, 1, 1, 0, 'snd_voi_home_102501_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91010, 'The cafeteria''s coffee is on par with what''s served at good cafes... Except it''s so busy, it''s hard to get a cup...', 'snd_voi_home_102501', 20, 1025800, 1, 1, 0, 'snd_voi_home_102501_0020', 0, 1025007, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91011, 'I know what I''d wish for if I ever found a magic lamp... "Please let it stay nighttime forever."', 'snd_voi_home_102501', 21, 11001, 1, 1, 0, 'snd_voi_home_102501_0021', 0, 4000, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91012, 'What do you think lies beneath the sakura tree, feeding its roots? I want to know.', 'snd_voi_home_102501', 22, 1025803, 1, 1, 0, 'snd_voi_home_102501_0022', 0, 11001, 3100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91013, 'Raindrops... and puddles... and spirally snails.\nHow nice it''d be... to curl up in a shell...', 'snd_voi_home_102501', 23, 1025005, 1, 1, 0, 'snd_voi_home_102501_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91014, 'The path is plastered with little red handprints... here... and there... See? Look at all the maple leaves on the ground.', 'snd_voi_home_102501', 24, 1025006, 1, 1, 0, 'snd_voi_home_102501_0024', 0, 11001, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 91015, 'The world inside the snowdome looks so calm and cool... As long as the glass container... never breaks...', 'snd_voi_home_102501', 25, 1025801, 1, 1, 0, 'snd_voi_home_102501_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 92000, 'Thank you for always being here... to coach me... ', 'snd_voi_training_102501', 0, 11001, 2, 1, 0, 'snd_voi_training_102501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 92001, 'I''ll do what I must... to catch up to her.', 'snd_voi_training_102501', 1, 2000, 2, 1, 0, 'snd_voi_training_102501_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 92002, '...Yes, that sounds nice. Let''s run together... like always.', 'snd_voi_training_102501', 2, 1025015, 2, 1, 0, 'snd_voi_training_102501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 92003, 'Where should we go? Should we follow the little bluebird to somewhere far away?', 'snd_voi_training_102501', 3, 1025005, 2, 1, 0, 'snd_voi_training_102501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 92011, 'The far edge of the sea may connect to a completely different world from ours.', 'snd_voi_training_102500', 39, 1025802, 2, 1, 0, 'snd_voi_training_102500_0039', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 92005, 'Wait, your shadow just moved without you.\n...Hehe, just kidding.', 'snd_voi_training_102501', 5, 11010, 2, 1, 0, 'snd_voi_training_102501_0005', 0, 1025801, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 92006, 'Before she vanishes from my sight, I swear... I will catch up to her.', 'snd_voi_training_102501', 6, 1025002, 2, 1, 0, 'snd_voi_training_102501_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 92007, 'The bunny on the moon is all alone... But I''m not. I have you and my friend...', 'snd_voi_training_102501', 7, 1025802, 2, 1, 0, 'snd_voi_training_102501_0007', 0, 11001, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 93000, 'She always felt so far... but now... now...', 'snd_voi_training_102501', 8, 0, 2, 1, 0, 'snd_voi_training_102501_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 93001, 'How did I do? ...From your perspective?', 'snd_voi_training_102501', 9, 0, 2, 1, 0, 'snd_voi_training_102501_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 95000, 'Faster than the shadow.', 'snd_voi_outgame_102501', 0, 2000, 7, 1, 0, 'snd_voi_outgame_102501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 95001, 'Deeper and deeper...', 'snd_voi_outgame_102501', 1, 0, 7, 1, 0, 'snd_voi_outgame_102501_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 95003, '...Manhattan Cafe, present.', 'snd_voi_outgame_102501', 3, 2000, 7, 1, 0, 'snd_voi_outgame_102501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 95004, 'I run on and on after the shadow... but someday, I will reach you.', 'snd_voi_gacha_102501', 0, 0, 7, 1, 0, 'snd_voi_gacha_102501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1008, 'We''re all headed to the same end.', 'snd_voi_teamst_st_102500_0000', 0, 2003, 8, 1, 0, 'snd_voi_teamst_st_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1057, 'No experimenting on anyone.', 'snd_voi_teamst_st_102500_1032', 0, 11003, 8, 1, 0, 'snd_voi_teamst_st_102500_1032_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1000, 'Take a deep breath...', 'snd_voi_teamst_102500', 0, 11003, 8, 1, 0, 'snd_voi_teamst_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1001, 'We won...', 'snd_voi_teamst_102500', 1, 0, 8, 1, 0, 'snd_voi_teamst_102500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1003, 'We tied...', 'snd_voi_teamst_102500', 2, 0, 8, 1, 0, 'snd_voi_teamst_102500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1002, 'What a shame...', 'snd_voi_teamst_102500', 3, 0, 8, 1, 0, 'snd_voi_teamst_102500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1004, 'We''re victorious...', 'snd_voi_teamst_102500', 4, 1025006, 8, 1, 0, 'snd_voi_teamst_102500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1007, 'That''s a new best.', 'snd_voi_teamst_102500', 5, 11001, 8, 1, 0, 'snd_voi_teamst_102500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1006, 'We tied...', 'snd_voi_teamst_102500', 2, 11000, 8, 1, 0, 'snd_voi_teamst_102500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 1005, 'What a shame...', 'snd_voi_teamst_102500', 3, 1025011, 8, 1, 0, 'snd_voi_teamst_102500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 40000, 'I want to catch up... and run with you!', 'snd_voi_race_102501', 2, 0, 3, 1, 0, 'snd_voi_race_102501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 40001, 'Rainbow starlight, a twilit cat, the sky in a frame, and you... you... you''re here!', 'snd_voi_race_102501', 3, 0, 3, 1, 0, 'snd_voi_race_102501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 30004, 'I was faster—I outran the shadows!', 'snd_voi_race_102501', 0, 0, 3, 1, 0, 'snd_voi_race_102501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 30005, 'Am I... getting closer to her shadow?', 'snd_voi_race_102500', 8, 0, 3, 1, 0, 'snd_voi_race_102500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 31000, 'Let''s go.', 'snd_voi_race_102500', 9, 0, 3, 1, 0, 'snd_voi_race_102500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 13, 'This is your login bonus for the day...', 'snd_voi_title_102500', 4, 2001, 1, 1, 0, 'snd_voi_title_102500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 15, 'This is what you''ll get tomorrow...', 'snd_voi_title_102500', 5, 1025005, 1, 1, 0, 'snd_voi_title_102500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 110000, 'Are you... trying to catch up to her?', 'snd_voi_home_102500', 21, 0, 1, 1, 0, 'snd_voi_home_102500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 110001, 'Our stories will age as legends, passed through history...', 'snd_voi_home_102500', 22, 0, 1, 1, 0, 'snd_voi_home_102500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 110002, 'Are you thinking of entering a race? ...Please watch your step, then.', 'snd_voi_home_102500', 23, 0, 1, 1, 0, 'snd_voi_home_102500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 10021, 'Your Archive level is higher than it was before... When did it go up?', 'snd_voi_home_102500', 24, 1025016, 1, 1, 0, 'snd_voi_home_102500_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 20051, 'Glad to be... working together.', 'snd_voi_training_102500', 65, 0, 2, 1, 0, 'snd_voi_training_102500_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70000, 'Will I ever... catch up to her?', 'snd_voi_outgame_102500', 3, 2001, 7, 1, 0, 'snd_voi_outgame_102500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 95005, 'Can I... be of help to you?', 'snd_voi_outgame_102500', 4, 0, 7, 1, 0, 'snd_voi_outgame_102500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 95006, 'I think... next time... I''ll do fine.', 'snd_voi_outgame_102500', 5, 0, 7, 1, 0, 'snd_voi_outgame_102500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 120000, 'What a warm, unyielding power!', 'snd_voi_outgame_102500', 11, 4003, 2, 1, 0, 'snd_voi_outgame_102500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140000, 'Hold your breath.', 'snd_voi_minigame_102500', 0, 0, 9, 1, 0, 'snd_voi_minigame_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140001, 'Got it.', 'snd_voi_minigame_102500', 1, 2001, 9, 1, 0, 'snd_voi_minigame_102500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140002, 'Ah...', 'snd_voi_minigame_102500', 2, 2005, 9, 1, 0, 'snd_voi_minigame_102500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140003, 'That''s quite a lot...', 'snd_voi_minigame_102500', 3, 971025, 9, 1, 0, 'snd_voi_minigame_102500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140004, 'I look forward to our friendship...', 'snd_voi_minigame_102500', 4, 972025, 9, 1, 0, 'snd_voi_minigame_102500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140005, '...Our paths will cross again.', 'snd_voi_minigame_102500', 5, 8000, 9, 1, 0, 'snd_voi_minigame_102500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140006, 'That''s quite a lot...', 'snd_voi_minigame_102500', 3, 974025, 9, 1, 0, 'snd_voi_minigame_102500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140007, 'I look forward to our friendship...', 'snd_voi_minigame_102500', 4, 973025, 9, 1, 0, 'snd_voi_minigame_102500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140008, 'Eheh...', 'snd_voi_minigame_102500', 6, 1025005, 9, 1, 0, 'snd_voi_minigame_102500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140009, 'Heh...', 'snd_voi_minigame_102500', 7, 1, 9, 1, 0, 'snd_voi_minigame_102500_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140010, 'Ehehe...', 'snd_voi_minigame_102500', 8, 1025001, 9, 1, 0, 'snd_voi_minigame_102500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140011, 'Wow...', 'snd_voi_minigame_102500', 9, 11010, 9, 1, 0, 'snd_voi_minigame_102500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140014, 'Oh no...', 'snd_voi_minigame_102500', 10, 4005, 9, 1, 0, 'snd_voi_minigame_102500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140015, 'Hmm...', 'snd_voi_minigame_102500', 11, 1025008, 9, 1, 0, 'snd_voi_minigame_102500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140016, 'Trainer.', 'snd_voi_minigame_102500', 12, 8001, 9, 1, 0, 'snd_voi_minigame_102500_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140012, 'So many...', 'snd_voi_minigame_102500', 13, 2010, 9, 1, 0, 'snd_voi_minigame_102500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140013, 'Ooh...', 'snd_voi_minigame_102500', 14, 10, 9, 1, 0, 'snd_voi_minigame_102500_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140017, 'Mmph...', 'snd_voi_minigame_102500', 15, 11003, 9, 1, 0, 'snd_voi_minigame_102500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 140018, 'Ah...', 'snd_voi_minigame_102500', 16, 5, 9, 1, 0, 'snd_voi_minigame_102500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70004, 'This blank... silky white...', 'snd_voi_outgame_102500', 16, 1025006, 7, 1, 0, 'snd_voi_outgame_102500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70010, 'This outfit is very comfortable. It''s simple and pure... and cool to the touch...', 'snd_voi_outgame_102500', 17, 1025005, 7, 1, 0, 'snd_voi_outgame_102500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70008, 'This outfit has a strange power... it makes me look extra dazzling on stage...', 'snd_voi_outgame_102500', 20, 1025000, 7, 1, 0, 'snd_voi_outgame_102500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70014, 'When I dance, the shadow dances with me.', 'snd_voi_outgame_102500', 21, 1025016, 7, 1, 0, 'snd_voi_outgame_102500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70009, 'Mm... I really do like this shade.', 'snd_voi_outgame_102500', 22, 1025006, 7, 1, 0, 'snd_voi_outgame_102500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70015, 'The darkness of night... My friend''s shadow... All my favorite things are this soft black shade...', 'snd_voi_outgame_102500', 23, 4001, 7, 1, 0, 'snd_voi_outgame_102500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 71004, 'This blank... silky white...', 'snd_voi_outgame_102500', 16, 34, 7, 0, 0, 'snd_voi_outgame_102500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 71010, 'This outfit is very comfortable. It''s simple and pure... and cool to the touch...', 'snd_voi_outgame_102500', 17, 27, 7, 0, 0, 'snd_voi_outgame_102500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 71008, 'This outfit has a strange power... it makes me look extra dazzling on stage...', 'snd_voi_outgame_102500', 20, 18, 7, 0, 0, 'snd_voi_outgame_102500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 71014, 'When I dance, the shadow dances with me.', 'snd_voi_outgame_102500', 21, 150, 7, 0, 0, 'snd_voi_outgame_102500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 71009, 'Mm... I really do like this shade.', 'snd_voi_outgame_102500', 22, 148, 7, 0, 0, 'snd_voi_outgame_102500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 71015, 'The darkness of night... My friend''s shadow... All my favorite things are this soft black shade...', 'snd_voi_outgame_102500', 23, 48, 7, 0, 0, 'snd_voi_outgame_102500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70018, 'I hear her...', 'snd_voi_outgame_102500', 26, 11000, 7, 1, 0, 'snd_voi_outgame_102500_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 70019, 'I''ll catch up. I''ll overtake the shadow!', 'snd_voi_outgame_102500', 27, 1025002, 7, 1, 0, 'snd_voi_outgame_102500_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 71018, 'I hear her...', 'snd_voi_outgame_102500', 26, 48, 7, 0, 0, 'snd_voi_outgame_102500_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 71019, 'I''ll catch up. I''ll overtake the shadow!', 'snd_voi_outgame_102500', 27, 18, 7, 0, 0, 'snd_voi_outgame_102500_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 2030, 'Take a deep breath...', 'snd_voi_teamst_102500', 0, 11003, 10, 1, 0, 'snd_voi_teamst_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 2031, 'We''re all headed to the same end.', 'snd_voi_teamst_st_102500_0000', 0, 2003, 10, 1, 0, 'snd_voi_teamst_st_102500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 2032, 'I''d like... to thank you...', 'snd_voi_training_102500', 64, 1025006, 10, 1, 0, 'snd_voi_training_102500_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 2033, 'My friend is happy for me... I know I can do this.', 'snd_voi_training_102500', 19, 1025000, 10, 1, 0, 'snd_voi_training_102500_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 2034, 'My friend... she''s holding out her hand for me. If I can just reach her, then—', 'snd_voi_training_102500', 16, 2001, 10, 1, 0, 'snd_voi_training_102500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1025, 2035, 'I''d like... to thank you...', 'snd_voi_training_102500', 64, 1025006, 10, 0, 0, 'snd_voi_training_102500_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 11, 'Cygames', 'snd_voi_title_102600', 0, 0, 0, 1, 0, 'snd_voi_title_102600_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_102600', 1, 0, 0, 1, 0, 'snd_voi_title_102600_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10000, 'Ever since the day I formed a contract with you, Trainer, becoming a Triple Crown Umamusume is no longer just a dream, but rather an achievable goal.', 'snd_voi_home_102600', 0, 1000, 1, 1, 0, 'snd_voi_home_102600_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10001, 'The results of my analysis inform me that your facial features and vocal inflections do not match my father''s, but... their "warmth" is similar.', 'snd_voi_home_102600', 1, 12000, 1, 1, 0, 'snd_voi_home_102600_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10002, 'Current condition of my room: adequate. Now assigning mission to my bunny: oversee this area during my absence today.', 'snd_voi_home_102600', 2, 1000, 1, 1, 0, 'snd_voi_home_102600_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10003, 'Happy New Year. My New Year''s resolution is to present a newer, improved version of myself.', 'snd_voi_home_102600', 3, 11001, 1, 1, 0, 'snd_voi_home_102600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10004, 'I received something called "friend chocolate" from my classmates. It seems like this is a special source of energy reserved only for today.', 'snd_voi_home_102600', 4, 1026001, 1, 1, 0, 'snd_voi_home_102600_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10005, 'I have finished preparing some chocolate for you, Trainer. Since I cannot touch cooking appliances, I completed everything by hand. Here you go.', 'snd_voi_home_102600', 5, 8001, 1, 1, 0, 'snd_voi_home_102600_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10006, 'If you happened to be waiting for me on the other side of that river of stars, then I would swim all the way across it.', 'snd_voi_home_102600', 6, 12000, 1, 1, 0, 'snd_voi_home_102600_0006', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10007, 'I heard that Halloween is a day where you play pranks on others. Please instruct me on what prank I should play on you, Trainer.', 'snd_voi_home_102600', 7, 12003, 1, 1, 0, 'snd_voi_home_102600_0007', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10008, 'I''ve identified various suitable routes for viewing the holiday lights. ...Shall we go, Trainer?', 'snd_voi_home_102600', 8, 12013, 1, 1, 0, 'snd_voi_home_102600_0008', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10009, 'The holidays do not alter the order of priority of my actions. ...I will pursue my dream by your side.', 'snd_voi_home_102600', 9, 8001, 1, 1, 0, 'snd_voi_home_102600_0009', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10010, 'Don''t count your chickens before they hatch? Is it necessary to procure chickens when thinking about the future?', 'snd_voi_home_102600', 10, 12000, 1, 1, 0, 'snd_voi_home_102600_0010', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10011, 'Happy birthday. My database informs me that the word "cake" goes hand in hand with such events. Requesting permission to prepare one.', 'snd_voi_home_102600', 11, 3001, 1, 1, 0, 'snd_voi_home_102600_0011', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10012, 'Awaiting permission to celebrate your birthday and to wish you happiness.', 'snd_voi_home_102600', 12, 1026001, 1, 1, 0, 'snd_voi_home_102600_0012', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10013, 'Today is my birthday. I am sometimes asked if I mean my "manufacturing date," but "birthday" is the appropriate term.', 'snd_voi_home_102600', 13, 12000, 1, 1, 0, 'snd_voi_home_102600_0013', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10014, 'Trainer, today is my birthday. I hope to receive new training equipment. Is that... okay?', 'snd_voi_home_102600', 14, 8013, 1, 1, 0, 'snd_voi_home_102600_0014', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10015, 'Trainer, a new notice has arrived. Please confirm its contents.', 'snd_voi_home_102600', 15, 1000, 1, 1, 0, 'snd_voi_home_102600_0015', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10016, 'It seems you have received a present. Please rest assured, I''ve confirmed that it does not contain any hazardous materials.', 'snd_voi_home_102600', 16, 12000, 1, 1, 0, 'snd_voi_home_102600_0016', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10017, 'Congratulations, Trainer. I have confirmed that the mission is now complete.', 'snd_voi_home_102600', 17, 3001, 1, 1, 0, 'snd_voi_home_102600_0017', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10018, 'Trainer, I would like to report that an event will be held. Shall I begin preparations for the operation?', 'snd_voi_home_102600', 18, 12003, 1, 1, 0, 'snd_voi_home_102600_0018', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10019, 'The event has started. Mihono Bourbon, ready to engage. Awaiting orders.', 'snd_voi_home_102600', 19, 4000, 1, 1, 0, 'snd_voi_home_102600_0019', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20000, 'A minor decline in stamina has been detected... but I can keep going.', 'snd_voi_training_102600', 0, 1026003, 2, 1, 0, 'snd_voi_training_102600_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20001, 'Detecting fatigue. Reduction in performance is possible.', 'snd_voi_training_102600', 1, 1026000, 2, 1, 0, 'snd_voi_training_102600_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20002, 'All functions operational. I have determined that I can overcome any difficulties.', 'snd_voi_training_102600', 2, 1026001, 2, 1, 0, 'snd_voi_training_102600_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20003, 'Detecting "elated" status. If you give me an order, I promise results will exceed that of normal expectations.', 'snd_voi_training_102600', 3, 4001, 2, 1, 0, 'snd_voi_training_102600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20004, 'Functions are operating at a satisfactory level. All systems go.', 'snd_voi_training_102600', 4, 11001, 2, 1, 0, 'snd_voi_training_102600_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20005, 'Energy accumulation complete. Preparations are optimal. Awaiting signal.', 'snd_voi_training_102600', 5, 4001, 2, 1, 0, 'snd_voi_training_102600_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20006, 'No problems detected. I''ve determined that adequate results can be obtained.', 'snd_voi_training_102600', 6, 1000, 2, 1, 0, 'snd_voi_training_102600_0006', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20007, 'Operation has been confirmed. I shall proceed to "execute" once a new command is received.', 'snd_voi_training_102600', 7, 12000, 2, 1, 0, 'snd_voi_training_102600_0007', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20008, 'There is a problem with my performance, but I have determined that I can still continue.', 'snd_voi_training_102600', 8, 1003, 2, 1, 0, 'snd_voi_training_102600_0008', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20009, '...A loss in energy has been confirmed. I predict that it will be difficult to achieve the desired result.', 'snd_voi_training_102600', 9, 1026003, 2, 1, 0, 'snd_voi_training_102600_0009', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20010, 'All functions are failing. A shift in status to "Awful" is likely to occur.', 'snd_voi_training_102600', 10, 12007, 2, 1, 0, 'snd_voi_training_102600_0010', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20011, 'Status: Defective. The current situation has made it impossible to predict future outcomes.', 'snd_voi_training_102600', 11, 1026000, 2, 1, 0, 'snd_voi_training_102600_0011', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20021, 'I anticipate a decline in functionality due to running consecutive races, but I will put forth my maximum effort.', 'snd_voi_training_102600', 12, 1000, 2, 1, 0, 'snd_voi_training_102600_0012', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20022, 'Increased burden of running due to continuous participation. There is a high possibility that a problem will occur. But still, I...', 'snd_voi_training_102600', 13, 1003, 2, 1, 0, 'snd_voi_training_102600_0013', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20023, 'Calculating the adjusted results based on training. My analysis states that the current circumstances are "favorable."', 'snd_voi_training_102600', 14, 1026001, 2, 1, 0, 'snd_voi_training_102600_0014', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20024, 'My form is perfect. I believe we will obtain an ideal result.', 'snd_voi_training_102600', 15, 8001, 2, 1, 0, 'snd_voi_training_102600_0015', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20025, 'Adjustments are flawless. The probability of winning is directly proportional to the status of my condition.', 'snd_voi_training_102600', 16, 8013, 2, 1, 0, 'snd_voi_training_102600_0016', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20026, 'Maintaining optimal form by allocating appropriate data collected from training. ...I can do this.', 'snd_voi_training_102600', 17, 4001, 2, 1, 0, 'snd_voi_training_102600_0017', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20027, 'Confirming current status. I''ve determined that the adjustments are on schedule. Aiming for first place.', 'snd_voi_training_102600', 18, 1000, 2, 1, 0, 'snd_voi_training_102600_0018', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20028, 'Analysis of target race parameters complete. I can adapt to any situation. Awaiting orders, Trainer.', 'snd_voi_training_102600', 19, 8000, 2, 1, 0, 'snd_voi_training_102600_0019', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20029, 'This race is labeled with high importance. Current condition status: Adequate. There are no concerns to be noted.', 'snd_voi_training_102600', 20, 8000, 2, 1, 0, 'snd_voi_training_102600_0020', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20030, 'Maintaining normal performance. Let''s go, Trainer.', 'snd_voi_training_102600', 21, 12000, 2, 1, 0, 'snd_voi_training_102600_0021', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20031, 'Loading previous training data. Systems are on and stable.', 'snd_voi_training_102600', 22, 1000, 2, 1, 0, 'snd_voi_training_102600_0022', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20032, 'I am concerned about executing a precise performance, but I can override any errors incurred with "strong effort."', 'snd_voi_training_102600', 23, 1003, 2, 1, 0, 'snd_voi_training_102600_0023', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20033, '...I detect the presence of a strong runner. Trainer, please grant me "spirit."', 'snd_voi_training_102600', 24, 12003, 2, 1, 0, 'snd_voi_training_102600_0024', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20034, 'Detecting stiffness in my body. Activating full concentration mode. Attempting to stabilize system control.', 'snd_voi_training_102600', 25, 1026003, 2, 1, 0, 'snd_voi_training_102600_0025', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20035, 'Unease has been detected. Regardless, I will do my best.', 'snd_voi_training_102600', 26, 12006, 2, 1, 0, 'snd_voi_training_102600_0026', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20036, 'Apprehension has been eliminated. No matter the situation, I will win.', 'snd_voi_training_102600', 27, 1003, 2, 1, 0, 'snd_voi_training_102600_0027', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20037, 'No matter how improbable victory seems, effort is the variable that will turn the tides. That is how I run.', 'snd_voi_training_102600', 28, 2003, 2, 1, 0, 'snd_voi_training_102600_0028', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20038, 'Starting.', 'snd_voi_training_102600', 29, 0, 2, 1, 0, 'snd_voi_training_102600_0029', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20039, 'Executing.', 'snd_voi_training_102600', 30, 0, 2, 1, 0, 'snd_voi_training_102600_0030', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20040, 'I''m going.', 'snd_voi_training_102600', 31, 0, 2, 1, 0, 'snd_voi_training_102600_0031', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20041, 'Concentration mode.', 'snd_voi_training_102600', 32, 0, 2, 1, 0, 'snd_voi_training_102600_0032', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20042, 'Error detected.', 'snd_voi_training_102600', 33, 0, 2, 1, 0, 'snd_voi_training_102600_0033', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20043, 'Impossible...', 'snd_voi_training_102600', 34, 0, 2, 1, 0, 'snd_voi_training_102600_0034', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20046, 'Now departing.', 'snd_voi_training_102600', 37, 0, 2, 1, 0, 'snd_voi_training_102600_0037', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20047, 'Ocean has now been set as the objective.', 'snd_voi_training_102600', 38, 0, 2, 1, 0, 'snd_voi_training_102600_0038', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20049, 'This result was only possible with your precise instructions.', 'snd_voi_training_102600', 63, 0, 2, 1, 0, 'snd_voi_training_102600_0063', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20050, 'Thank you, Trainer.', 'snd_voi_training_102600', 64, 0, 2, 1, 0, 'snd_voi_training_102600_0064', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 30000, 'Second place... The race has now been logged in my database. Switching over to data implementation mode.', 'snd_voi_race_102600', 0, 0, 3, 1, 0, 'snd_voi_race_102600_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 30001, 'Currently running simulations. I will absolutely win first place next time.', 'snd_voi_race_102600', 1, 0, 3, 1, 0, 'snd_voi_race_102600_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 30002, 'A problem has been detected. Combing through my data.', 'snd_voi_race_102600', 2, 0, 3, 1, 0, 'snd_voi_race_102600_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 30003, '...I judge that there is room for improvement.', 'snd_voi_race_102600', 3, 0, 3, 1, 0, 'snd_voi_race_102600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 60000, 'Now beginning "Operation: Smile at Concert."', 'snd_voi_live_102600', 0, 0, 4, 1, 0, 'snd_voi_live_102600_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 60001, 'A new objective for "expressing gratitude" has been set.', 'snd_voi_live_102600', 1, 0, 4, 1, 0, 'snd_voi_live_102600_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70001, 'My encounter with you has been kept safely in my memory as important data.', 'snd_voi_outgame_102600', 1, 1026001, 7, 1, 0, 'snd_voi_outgame_102600_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90000, 'Good morning, Trainer. What should we start with today? Awaiting your orders.', 'snd_voi_home_102601', 0, 3001, 1, 1, 0, 'snd_voi_home_102601_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90001, 'No abnormalities in last night''s sleep efficiency or this morning''s behavior. To surmise... I feel "great" today.', 'snd_voi_home_102601', 1, 1001, 1, 1, 0, 'snd_voi_home_102601_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90002, 'The clock indicates it is afternoon. I have also finished replenishing my operational energy. Burp.', 'snd_voi_home_102601', 2, 12000, 1, 1, 0, 'snd_voi_home_102601_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90003, 'Requesting permission to apologize. Electric kettle malfunction confirmed. Plans for after-dinner tea have been canceled.', 'snd_voi_home_102601', 3, 12007, 1, 1, 0, 'snd_voi_home_102601_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90004, 'Did you call me, Trainer? Rest assured. Even at night, I am continuously on standby mode.', 'snd_voi_home_102601', 4, 12000, 1, 1, 0, 'snd_voi_home_102601_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90005, 'Unauthorized training at night is prohibited. ...Attempting to maintain level emotions. I will wait until the morning.', 'snd_voi_home_102601', 5, 1026814, 1, 1, 0, 'snd_voi_home_102601_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90006, '...A new student called out to me, but I couldn''t respond fast enough. I wonder what is the optimal response time.', 'snd_voi_home_102601', 6, 1026003, 1, 1, 0, 'snd_voi_home_102601_0006', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90007, 'Errors caused by overheating are highly dangerous. Summer countermeasures are essential for emergencies. Let''s establish a dedicated procedure.', 'snd_voi_home_102601', 7, 1000, 1, 1, 0, 'snd_voi_home_102601_0007', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90008, 'Seafood, wild vegetables, and meat... Fall entices one''s appetite, which makes it dangerous. There is a great chance I won''t be able to suppress my cravings, Trainer.', 'snd_voi_home_102601', 8, 1003, 1, 1, 0, 'snd_voi_home_102601_0008', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 90009, 'Identified frost on the ramp prior to maintenance. Judging by its sound and texture, I can confirm that we are in winter.', 'snd_voi_home_102601', 9, 11001, 1, 1, 0, 'snd_voi_home_102601_0009', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91000, 'My father was my former trainer and worked very hard to help me achieve my dreams. I trust him with all my heart.', 'snd_voi_home_102601', 10, 1026814, 1, 1, 0, 'snd_voi_home_102601_0010', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91001, 'Smart Falcon gave me a lecture on Umadols this morning. The definition of "cute" is complicated.', 'snd_voi_home_102601', 11, 12003, 1, 1, 0, 'snd_voi_home_102601_0011', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91002, 'Rice Shower apologized to me for not keeping the conversation going. Was there a problem?', 'snd_voi_home_102601', 12, 12000, 1, 1, 0, 'snd_voi_home_102601_0012', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91003, 'Nishino Flower often decorates my room with flowers, and when I look at them, I feel a strange sense of "stability" in my heart.', 'snd_voi_home_102601', 13, 8001, 1, 1, 0, 'snd_voi_home_102601_0013', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91004, 'The other day I received a gift from Sakura Bakushin O. Would you also like some batteries, Trainer?', 'snd_voi_home_102601', 14, 12000, 1, 1, 0, 'snd_voi_home_102601_0014', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91005, 'I believe that expressing gratitude to one''s fans is an order the Triple Crown Champion must execute.', 'snd_voi_home_102601', 15, 11001, 1, 1, 0, 'snd_voi_home_102601_0015', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91006, 'Input of dance data complete. Simply give the order, and I''ll put on a perfect performance.', 'snd_voi_home_102601', 16, 4001, 1, 1, 0, 'snd_voi_home_102601_0016', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91007, 'Wearing this signature racewear means that I have achieved the necessary level to compete in G1 races. I will continue my efforts in realizing my dream.', 'snd_voi_home_102601', 17, 8001, 1, 1, 0, 'snd_voi_home_102601_0017', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91008, 'The scratches and frayed spots on these clothes are data that show the path I have taken, and a way for me to preserve my memories with you, Trainer.', 'snd_voi_home_102601', 18, 1026001, 1, 1, 0, 'snd_voi_home_102601_0018', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91009, 'I recommend apples in the morning. The sweetness, sourness, and shape... They define perfection.', 'snd_voi_home_102601', 19, 12000, 1, 1, 0, 'snd_voi_home_102601_0019', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91010, 'Yaaawn... Trainer, shall we transition to sleep mode after finishing lunch?', 'snd_voi_home_102601', 20, 1026003, 1, 1, 0, 'snd_voi_home_102601_0020', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91011, 'Trainer, are you still working? Please let me know if I can be of assistance.', 'snd_voi_home_102601', 21, 12000, 1, 1, 0, 'snd_voi_home_102601_0021', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91012, 'I was asked to reserve a spot at the cherry blossom viewing so I decided to remain on standby here a day in advance. I wonder why everyone scolded me for that.', 'snd_voi_home_102601', 22, 12000, 1, 1, 0, 'snd_voi_home_102601_0022', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91013, 'I am good at splitting watermelons. By following orders precisely, I am always able to hit it.', 'snd_voi_home_102601', 23, 1000, 1, 1, 0, 'snd_voi_home_102601_0023', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91014, 'I was just covered in smoke from the bonfire... If there were a fan on my body, I could have blown it away.', 'snd_voi_home_102601', 24, 1026003, 1, 1, 0, 'snd_voi_home_102601_0024', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 91015, 'People say bourbon is good on a cold day. I cannot drink yet, but my father was talking about sending some to you, Trainer.', 'snd_voi_home_102601', 25, 11001, 1, 1, 0, 'snd_voi_home_102601_0025', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 92000, 'No matter how tough the mission may be, I will complete it. Please give the order.', 'snd_voi_training_102601', 0, 4000, 2, 1, 0, 'snd_voi_training_102601_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 92001, 'A lack of stamina can be made up for with effort. I will put my father''s words into practice.', 'snd_voi_training_102601', 1, 12000, 2, 1, 0, 'snd_voi_training_102601_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 92002, 'Leniency is not necessary. I seek training that is harder than usual.', 'snd_voi_training_102601', 2, 1003, 2, 1, 0, 'snd_voi_training_102601_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 92003, 'Mihono Bourbon, systems online. Objective: victory.', 'snd_voi_training_102601', 3, 4000, 2, 1, 0, 'snd_voi_training_102601_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 92011, 'Startup has been initiated. Currently on standby.', 'snd_voi_training_102601', 4, 12000, 2, 1, 0, 'snd_voi_training_102601_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 92005, 'Is something troubling you? Don''t worry about me. Do as you wish, Trainer.', 'snd_voi_training_102601', 5, 1026001, 2, 1, 0, 'snd_voi_training_102601_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 92006, 'No matter the issue, Trainer, I am sure we will be able to overcome any difficulties with effort.', 'snd_voi_training_102601', 6, 3000, 2, 1, 0, 'snd_voi_training_102601_0006', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 92007, 'I will not give up on myself. I believe that you will lead me wherever I need to go.', 'snd_voi_training_102601', 7, 1003, 2, 1, 0, 'snd_voi_training_102601_0007', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 93000, 'This memory log of you is irreplaceable.', 'snd_voi_training_102601', 8, 0, 2, 1, 0, 'snd_voi_training_102601_0008', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 93001, 'I confirmed that we have achieved our goal... Thank you, Trainer.', 'snd_voi_training_102601', 9, 0, 2, 1, 0, 'snd_voi_training_102601_0009', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 95000, 'Update completed.', 'snd_voi_outgame_102601', 0, 4001, 7, 1, 0, 'snd_voi_outgame_102601_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 95001, 'Mihono Bourbon, processing update.', 'snd_voi_outgame_102601', 1, 1001, 7, 1, 0, 'snd_voi_outgame_102601_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 95003, 'Yes, I am Mihono Bourbon.', 'snd_voi_outgame_102601', 3, 8000, 7, 1, 0, 'snd_voi_outgame_102601_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 95004, 'Awaiting orders for the first mission. Your wish is my command, Trainer.', 'snd_voi_gacha_102601', 0, 0, 7, 1, 0, 'snd_voi_gacha_102601_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1008, 'Setting objective: Victory. ...Start.', 'snd_voi_teamst_st_102600_0000', 0, 4000, 8, 1, 0, 'snd_voi_teamst_st_102600_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1059, 'Umadol Order.', 'snd_voi_teamst_st_102600_1046', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_102600_1046_00', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1088, 'No, temperatures are normal.', 'snd_voi_teamst_st_104100_1026', 1, 1000, 8, 1, 0, 'snd_voi_teamst_st_104100_1026_01', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1000, 'Race mode activated.', 'snd_voi_teamst_102600', 0, 4003, 8, 1, 0, 'snd_voi_teamst_102600_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1001, 'Complete.', 'snd_voi_teamst_102600', 1, 0, 8, 1, 0, 'snd_voi_teamst_102600_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1003, 'My analysis says that our strength was equal.', 'snd_voi_teamst_102600', 2, 0, 8, 1, 0, 'snd_voi_teamst_102600_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1002, '...Verification is required.', 'snd_voi_teamst_102600', 3, 0, 8, 1, 0, 'snd_voi_teamst_102600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1004, '...Objective completed.', 'snd_voi_teamst_102600', 4, 1026001, 8, 1, 0, 'snd_voi_teamst_102600_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1007, 'High score updated.', 'snd_voi_teamst_102600', 5, 3001, 8, 1, 0, 'snd_voi_teamst_102600_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1006, 'My analysis says that our strength was equal.', 'snd_voi_teamst_102600', 2, 1000, 8, 1, 0, 'snd_voi_teamst_102600_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 1005, '...Verification is required.', 'snd_voi_teamst_102600', 3, 12000, 8, 1, 0, 'snd_voi_teamst_102600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 40000, 'All system outputs amplified... Launching now!', 'snd_voi_race_102601', 2, 0, 3, 1, 0, 'snd_voi_race_102601_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 40001, 'Startup initiated, limiter disengaged... Set. All green. I will now begin.', 'snd_voi_race_102601', 3, 0, 3, 1, 0, 'snd_voi_race_102601_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 30004, 'All functions confirmed... All clear. Perfect victory.', 'snd_voi_race_102601', 0, 0, 3, 1, 0, 'snd_voi_race_102601_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 30005, 'Phew... First place achieved.', 'snd_voi_race_102600', 8, 0, 3, 1, 0, 'snd_voi_race_102600_0008', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 31000, 'Start.', 'snd_voi_race_102600', 9, 0, 3, 1, 0, 'snd_voi_race_102600_0009', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 13, 'This is today''s login bonus.', 'snd_voi_title_102600', 4, 4000, 1, 1, 0, 'snd_voi_title_102600_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 15, 'You will receive this tomorrow.', 'snd_voi_title_102600', 5, 11001, 1, 1, 0, 'snd_voi_title_102600_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 110000, 'I have been waiting for you. Beginning preparations for training.', 'snd_voi_home_102600', 21, 0, 1, 1, 0, 'snd_voi_home_102600_0021', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 110001, 'Browsing data logs.', 'snd_voi_home_102600', 22, 0, 1, 1, 0, 'snd_voi_home_102600_0022', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 110002, 'Proof of my effort... Trainer, please choose to enter the race.', 'snd_voi_home_102600', 23, 0, 1, 1, 0, 'snd_voi_home_102600_0023', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 10021, 'I have confirmed that your Umamusume Archive level has gone up.', 'snd_voi_home_102600', 24, 12000, 1, 1, 0, 'snd_voi_home_102600_0024', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 20051, 'Commencing a cooperative mission.', 'snd_voi_training_102600', 65, 0, 2, 1, 0, 'snd_voi_training_102600_0065', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70000, 'Your orders, Trainer?', 'snd_voi_outgame_102600', 3, 4000, 7, 1, 0, 'snd_voi_outgame_102600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 95005, 'Support functions improved.', 'snd_voi_outgame_102600', 4, 0, 7, 1, 0, 'snd_voi_outgame_102600_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 95006, 'Confirmed increased output of support functions.', 'snd_voi_outgame_102600', 5, 0, 7, 1, 0, 'snd_voi_outgame_102600_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 120000, 'Unable to restrain it... Confirming a mysterious increase in energy from within!', 'snd_voi_outgame_102600', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_102600_0011', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 81000, 'Status updated to "curious." All systems are ready to go.', 'snd_voi_outgame_102600', 13, 12000, 7, 1, 0, 'snd_voi_outgame_102600_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 81001, 'Disabling safety locks... Ready to engage.', 'snd_voi_outgame_102600', 14, 4003, 7, 1, 0, 'snd_voi_outgame_102600_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140000, 'I wish you success, Trainer.', 'snd_voi_minigame_102600', 0, 1026800, 9, 1, 0, 'snd_voi_minigame_102600_0000', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140001, 'Confirming acquisition.', 'snd_voi_minigame_102600', 1, 1026801, 9, 1, 0, 'snd_voi_minigame_102600_0001', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140002, 'Oh... Don''t worry about it.', 'snd_voi_minigame_102600', 2, 1026802, 9, 1, 0, 'snd_voi_minigame_102600_0002', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140003, 'I have determined the result to be a great success.', 'snd_voi_minigame_102600', 3, 971026, 9, 1, 0, 'snd_voi_minigame_102600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140004, 'I have determined this to be a good outcome.', 'snd_voi_minigame_102600', 4, 972026, 9, 1, 0, 'snd_voi_minigame_102600_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140005, 'This is all because of my inability to use machines...', 'snd_voi_minigame_102600', 5, 1026803, 9, 1, 0, 'snd_voi_minigame_102600_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140006, 'I have determined the result to be a great success.', 'snd_voi_minigame_102600', 3, 974026, 9, 1, 0, 'snd_voi_minigame_102600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140007, 'I have determined this to be a good outcome.', 'snd_voi_minigame_102600', 4, 973026, 9, 1, 0, 'snd_voi_minigame_102600_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140008, 'Hah.', 'snd_voi_minigame_102600', 6, 1026804, 9, 1, 0, 'snd_voi_minigame_102600_0006', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140009, 'Hehe.', 'snd_voi_minigame_102600', 7, 1026805, 9, 1, 0, 'snd_voi_minigame_102600_0007', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140010, 'Nngh...', 'snd_voi_minigame_102600', 8, 1026806, 9, 1, 0, 'snd_voi_minigame_102600_0008', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140011, 'Exceptional...', 'snd_voi_minigame_102600', 9, 1026807, 9, 1, 0, 'snd_voi_minigame_102600_0009', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140014, 'Ngh...', 'snd_voi_minigame_102600', 10, 1026809, 9, 1, 0, 'snd_voi_minigame_102600_0010', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140015, 'Hmm.', 'snd_voi_minigame_102600', 11, 1026812, 9, 1, 0, 'snd_voi_minigame_102600_0011', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140016, 'Trainer!', 'snd_voi_minigame_102600', 12, 1026813, 9, 1, 0, 'snd_voi_minigame_102600_0012', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140012, 'Hehe...', 'snd_voi_minigame_102600', 13, 1026808, 9, 1, 0, 'snd_voi_minigame_102600_0013', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140013, 'Wonderful!', 'snd_voi_minigame_102600', 14, 1026001, 9, 1, 0, 'snd_voi_minigame_102600_0014', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140017, 'Ah...', 'snd_voi_minigame_102600', 15, 1026810, 9, 1, 0, 'snd_voi_minigame_102600_0015', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 140018, 'Nngh...', 'snd_voi_minigame_102600', 16, 1026811, 9, 1, 0, 'snd_voi_minigame_102600_0016', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70004, 'I don''t feel any particular functionality issues with uniforms.', 'snd_voi_outgame_102600', 16, 2000, 7, 1, 0, 'snd_voi_outgame_102600_0016', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70010, 'The first time I wore one, my father complimented me and said it looked good on me.', 'snd_voi_outgame_102600', 17, 12000, 7, 1, 0, 'snd_voi_outgame_102600_0017', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70008, 'Material, range of motion, design... All in all, I have determined this outfit to be suitable for live performances.', 'snd_voi_outgame_102600', 20, 1026001, 7, 1, 0, 'snd_voi_outgame_102600_0020', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70014, 'Concert objective: Gratitude. Input complete.', 'snd_voi_outgame_102600', 21, 4001, 7, 1, 0, 'snd_voi_outgame_102600_0021', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70009, '...Detecting "elated" status.', 'snd_voi_outgame_102600', 22, 8001, 7, 1, 0, 'snd_voi_outgame_102600_0022', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70015, 'No other clothing fits my body like this.', 'snd_voi_outgame_102600', 23, 1026001, 7, 1, 0, 'snd_voi_outgame_102600_0023', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 71004, 'I don''t feel any particular functionality issues with uniforms.', 'snd_voi_outgame_102600', 16, 148, 7, 0, 0, 'snd_voi_outgame_102600_0016', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 71010, 'The first time I wore one, my father complimented me and said it looked good on me.', 'snd_voi_outgame_102600', 17, 48, 7, 0, 0, 'snd_voi_outgame_102600_0017', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 71008, 'Material, range of motion, design... All in all, I have determined this outfit to be suitable for live performances.', 'snd_voi_outgame_102600', 20, 48, 7, 0, 0, 'snd_voi_outgame_102600_0020', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 71014, 'Concert objective: Gratitude. Input complete.', 'snd_voi_outgame_102600', 21, 148, 7, 0, 0, 'snd_voi_outgame_102600_0021', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 71009, '...Detecting "elated" status.', 'snd_voi_outgame_102600', 22, 34, 7, 0, 0, 'snd_voi_outgame_102600_0022', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 71015, 'No other clothing fits my body like this.', 'snd_voi_outgame_102600', 23, 48, 7, 0, 0, 'snd_voi_outgame_102600_0023', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 2030, 'Race mode activated.', 'snd_voi_teamst_102600', 0, 4003, 10, 1, 0, 'snd_voi_teamst_102600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 2031, 'Setting objective: Victory. ...Start.', 'snd_voi_teamst_st_102600_0000', 0, 4000, 10, 1, 0, 'snd_voi_teamst_st_102600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 2032, 'Thank you, Trainer.', 'snd_voi_training_102600', 64, 1001, 10, 1, 0, 'snd_voi_training_102600_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 2033, 'Analysis of target race parameters complete. I can adapt to any situation. Awaiting orders, Trainer.', 'snd_voi_training_102600', 19, 8000, 10, 1, 0, 'snd_voi_training_102600_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 2034, 'Adjustments are flawless. The probability of winning is directly proportional to the status of my condition.', 'snd_voi_training_102600', 16, 8013, 10, 1, 0, 'snd_voi_training_102600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 2035, 'Thank you, Trainer.', 'snd_voi_training_102600', 64, 1001, 10, 0, 0, 'snd_voi_training_102600_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410000, 'Preparations complete.', 'snd_voi_roulette_102600', 0, 0, 7, 1, 0, 'snd_voi_roulette_102600_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410001, 'Mission complete.', 'snd_voi_roulette_102600', 1, 400008, 7, 1, 0, 'snd_voi_roulette_102600_0001', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410002, 'Action complete.', 'snd_voi_roulette_102600', 2, 400009, 7, 1, 0, 'snd_voi_roulette_102600_0002', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410003, 'Action complete.', 'snd_voi_roulette_102600', 2, 400009, 7, 0, 0, 'snd_voi_roulette_102600_0002', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410004, 'Hm...', 'snd_voi_roulette_102600', 3, 400010, 7, 1, 0, 'snd_voi_roulette_102600_0003', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410005, 'Hm...', 'snd_voi_roulette_102600', 3, 400010, 7, 0, 0, 'snd_voi_roulette_102600_0003', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410006, 'My mission!', 'snd_voi_roulette_102600', 4, 400011, 7, 1, 0, 'snd_voi_roulette_102600_0004', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410007, 'My mission!', 'snd_voi_roulette_102600', 4, 400011, 7, 0, 0, 'snd_voi_roulette_102600_0004', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 410008, 'My mission!', 'snd_voi_roulette_102600', 4, 400011, 7, 0, 0, 'snd_voi_roulette_102600_0004', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70018, 'Analyzing...', 'snd_voi_outgame_102600', 26, 13000, 7, 1, 0, 'snd_voi_outgame_102600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 70019, 'Executing command: Victory.', 'snd_voi_outgame_102600', 27, 4000, 7, 1, 0, 'snd_voi_outgame_102600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 71018, 'Analyzing...', 'snd_voi_outgame_102600', 26, 48, 7, 0, 0, 'snd_voi_outgame_102600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 71019, 'Executing command: Victory.', 'snd_voi_outgame_102600', 27, 34, 7, 0, 0, 'snd_voi_outgame_102600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 400001, 'Now commencing Mission: "Cross-Dorm Halloween Party."', 'snd_voi_event_090006', 0, 4000, 7, 1, 0, 'snd_voi_event_090006_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 400003, 'I must complete my task by myself. That is only "natural."', 'snd_voi_event_090006', 5, 1000, 7, 1, 0, 'snd_voi_event_090006_0005', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 400008, 'Information collected insufficient for task. Calculating remaining issues...', 'snd_voi_event_090006', 7, 12000, 7, 1, 0, 'snd_voi_event_090006_0007', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1026, 400010, 'I was mistaken in thinking I could do this alone. It turns out that together... we are stronger.', 'snd_voi_event_090006', 9, 1026001, 7, 1, 0, 'snd_voi_event_090006_0009', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 11, 'Cygames', 'snd_voi_title_102700', 0, 0, 0, 1, 0, 'snd_voi_title_102700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_102700', 1, 0, 0, 1, 0, 'snd_voi_title_102700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10000, 'The reason I came to Tracen Academy? Sorry to disappoint, but it''s nothing special.', 'snd_voi_home_102700', 0, 1027018, 1, 1, 0, 'snd_voi_home_102700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10001, 'Alone, there''s no way I could have realized my charm... Will you continue to help me seek it out?', 'snd_voi_home_102700', 1, 4001, 1, 1, 0, 'snd_voi_home_102700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10002, 'I like cute clothes, but I don''t think they don''t suit me... If that ever changes, I''ll let you know, and we can go shopping!', 'snd_voi_home_102700', 2, 1027813, 1, 1, 0, 'snd_voi_home_102700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10003, 'Happy New Year! How about we turn our first shrine visit into our first workout by dashing up some stone steps?', 'snd_voi_home_102700', 3, 1027001, 1, 1, 0, 'snd_voi_home_102700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10004, 'I''m often on the receiving end of chocolates on Valentine''s Day. It''s nice to know I have their support, so I don''t mind.', 'snd_voi_home_102700', 4, 1027012, 1, 1, 0, 'snd_voi_home_102700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10005, 'You like sweets, right? I have extras, so you can have them. ...A-actually, no, pretend you didn''t hear that! Way too embarrassing!', 'snd_voi_home_102700', 5, 4007, 1, 1, 0, 'snd_voi_home_102700_0005', 0, 1027015, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10006, 'If you could only meet your lover once a year... I''m sure your heart would be pounding the minute you saw them.', 'snd_voi_home_102700', 6, 1027813, 1, 1, 0, 'snd_voi_home_102700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10007, 'Aaaagh! I was wondering what Falco''s trick would be, but why makeup of all things?!', 'snd_voi_home_102700', 7, 4008, 1, 1, 0, 'snd_voi_home_102700_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10008, 'During the holidays, everyone in the Mejiro family exchanges presents. I wonder who will receive my gift... It''s a bodybuilding set!', 'snd_voi_home_102700', 8, 1027001, 1, 1, 0, 'snd_voi_home_102700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10009, 'Um, do you like going to see the holiday decorations? Ah, no, I was just wondering! Don''t read too much into it!', 'snd_voi_home_102700', 9, 1027012, 1, 1, 0, 'snd_voi_home_102700_0009', 0, 1027014, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10010, 'Thanks to you, I''ve made some great gains this year! I can''t wait to see how swole I get next year!', 'snd_voi_home_102700', 10, 2002, 1, 1, 0, 'snd_voi_home_102700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10011, 'Have some birthday cake! After you''ve eaten, let''s go for a run to make use of those calories!', 'snd_voi_home_102700', 11, 1027000, 1, 1, 0, 'snd_voi_home_102700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10012, 'I thought long and hard about the ultimate gift for you... Here''s my hand-picked, highly recommended workout plan! Hope you like it!', 'snd_voi_home_102700', 12, 1027814, 1, 1, 0, 'snd_voi_home_102700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10013, 'My birthday is close to McQueen''s. It was so much fun to have parties one after another every year. Ehehe.', 'snd_voi_home_102700', 13, 9002, 1, 1, 0, 'snd_voi_home_102700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10014, 'We''re going to celebrate my birthday?! Wow, if I''d known beforehand, I would''ve thought about what I want to do!', 'snd_voi_home_102700', 14, 1, 1, 1, 0, 'snd_voi_home_102700_0014', 0, 1027001, 3700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10015, 'Looks like there''s a new notice! Let''s check it before we head out to train!', 'snd_voi_home_102700', 15, 1027000, 1, 1, 0, 'snd_voi_home_102700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10016, 'Looks like you''ve got a present. Is it dumbbells? A barbell? Or maybe a full bench press set?!', 'snd_voi_home_102700', 16, 9009, 1, 1, 0, 'snd_voi_home_102700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10017, 'You completed a mission! Ehehe, I can''t let myself fall behind!', 'snd_voi_home_102700', 17, 2001, 1, 1, 0, 'snd_voi_home_102700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10018, 'There''s gonna be an event held soon. Let''s train our bodies now so we can go hard when the time comes!', 'snd_voi_home_102700', 18, 1027000, 1, 1, 0, 'snd_voi_home_102700_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10019, 'An event has started! How about we check it out?', 'snd_voi_home_102700', 19, 1027006, 1, 1, 0, 'snd_voi_home_102700_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20000, 'No way... Is this muscle fatigue?!', 'snd_voi_training_102700', 0, 1027009, 2, 1, 0, 'snd_voi_training_102700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20001, 'I can barely move... Guess I didn''t do a good job taking care of myself...', 'snd_voi_training_102700', 1, 1027812, 2, 1, 0, 'snd_voi_training_102700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20002, 'Ah, my abs are itching to get started... Standing around is a waste of time! Let''s hurry up and train!', 'snd_voi_training_102700', 2, 2002, 2, 1, 0, 'snd_voi_training_102700_0002', 0, 1027016, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20003, 'I''m dying to move my muscles! Please give me some really tough training!', 'snd_voi_training_102700', 3, 1027814, 2, 1, 0, 'snd_voi_training_102700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20004, 'I''m overflowing with energy! Let''s train hard and work up a good sweat!', 'snd_voi_training_102700', 4, 1027006, 2, 1, 0, 'snd_voi_training_102700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20005, 'LET''S GET SWOLE! Yeah, that felt good! I can really speak from my diaphragm today!', 'snd_voi_training_102700', 5, 1027000, 2, 1, 0, 'snd_voi_training_102700_0005', 0, 1027016, 1700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20006, 'How''s today''s regimen looking? Are we hitting the weights at all?', 'snd_voi_training_102700', 6, 9001, 2, 1, 0, 'snd_voi_training_102700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20007, 'Muscles stretched and ready to go! Just tell me what to do!', 'snd_voi_training_102700', 7, 1027001, 2, 1, 0, 'snd_voi_training_102700_0007', 0, 1027006, 2000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20008, 'Huh, my muscles don''t feel as jacked as they usually do... Maybe I''m just imagining things.', 'snd_voi_training_102700', 8, 1027812, 2, 1, 0, 'snd_voi_training_102700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20009, 'I feel a little heavy... No, I''ll be fine.', 'snd_voi_training_102700', 9, 1027009, 2, 1, 0, 'snd_voi_training_102700_0009', 0, 9007, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20010, 'Where''d my energy go?! At this rate...', 'snd_voi_training_102700', 10, 1027009, 2, 1, 0, 'snd_voi_training_102700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20011, 'I know I can''t stay still, but...', 'snd_voi_training_102700', 11, 1027004, 2, 1, 0, 'snd_voi_training_102700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20021, 'I can still run, but if I push myself too hard, I might pull a muscle or worse...', 'snd_voi_training_102700', 12, 1027812, 2, 1, 0, 'snd_voi_training_102700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20022, 'Sorry, but if I race anymore, I''m afraid it will affect my physical condition...', 'snd_voi_training_102700', 13, 1027004, 2, 1, 0, 'snd_voi_training_102700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20023, 'My quads are in tip-top shape! It''s like they''re telling me to run!', 'snd_voi_training_102700', 14, 2002, 2, 1, 0, 'snd_voi_training_102700_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20024, 'I can beat any opponent today! I mean, just look at these rock-hard abs!', 'snd_voi_training_102700', 15, 2009, 2, 1, 0, 'snd_voi_training_102700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20025, 'Ooooh! My hamstrings are screaming for me to start running RIGHT NOW!', 'snd_voi_training_102700', 16, 1027001, 2, 1, 0, 'snd_voi_training_102700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20026, 'Muscle! Hustle! All the muscles in my body are bustling with energy!', 'snd_voi_training_102700', 17, 1027007, 2, 1, 0, 'snd_voi_training_102700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20027, 'My calves are telling me they''re ready to give this race their all!', 'snd_voi_training_102700', 18, 1027000, 2, 1, 0, 'snd_voi_training_102700_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20028, 'I''ll prove to everyone that hard work and muscles will never let you down!', 'snd_voi_training_102700', 19, 1027814, 2, 1, 0, 'snd_voi_training_102700_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20029, 'I''ll run today with faith in both my trainer and my muscles!', 'snd_voi_training_102700', 20, 1027006, 2, 1, 0, 'snd_voi_training_102700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20030, 'I''ve worked hard, and I gotta believe it''ll pay off!', 'snd_voi_training_102700', 21, 9001, 2, 1, 0, 'snd_voi_training_102700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20031, 'I just have to stay calm and run the way I always do.', 'snd_voi_training_102700', 22, 1027018, 2, 1, 0, 'snd_voi_training_102700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20032, 'I''m anxious, but once I start running, it won''t matter anymore.', 'snd_voi_training_102700', 23, 1027018, 2, 1, 0, 'snd_voi_training_102700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20033, 'Was something wrong with my training? No, what''s done is done. I need to focus on what''s in front of me.', 'snd_voi_training_102700', 24, 1027812, 2, 1, 0, 'snd_voi_training_102700_0024', 0, 1027003, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20034, 'I''m here today because of all the effort I''ve put in... I should be fine...', 'snd_voi_training_102700', 25, 1027019, 2, 1, 0, 'snd_voi_training_102700_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20035, 'Just think about how you usually feel running... Just run like you always do...', 'snd_voi_training_102700', 26, 1027009, 2, 1, 0, 'snd_voi_training_102700_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20036, 'Staying calm is important when you''re in a slump... I just need to focus on running.', 'snd_voi_training_102700', 27, 4007, 2, 1, 0, 'snd_voi_training_102700_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20037, 'There are people who support me... Even if I''m not feeling great, I definitely don''t want to lose!', 'snd_voi_training_102700', 28, 1027004, 2, 1, 0, 'snd_voi_training_102700_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20038, 'Let''s get started!', 'snd_voi_training_102700', 29, 0, 2, 1, 0, 'snd_voi_training_102700_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20039, 'Here I go!', 'snd_voi_training_102700', 30, 0, 2, 1, 0, 'snd_voi_training_102700_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20040, 'Warm-up complete!', 'snd_voi_training_102700', 31, 0, 2, 1, 0, 'snd_voi_training_102700_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20041, 'I''ll do my best!', 'snd_voi_training_102700', 32, 0, 2, 1, 0, 'snd_voi_training_102700_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20042, 'Wah!', 'snd_voi_training_102700', 33, 0, 2, 1, 0, 'snd_voi_training_102700_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20043, 'H-huh?', 'snd_voi_training_102700', 34, 0, 2, 1, 0, 'snd_voi_training_102700_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20046, 'Let''s go!', 'snd_voi_training_102700', 37, 0, 2, 1, 0, 'snd_voi_training_102700_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20047, 'I wanna swim!', 'snd_voi_training_102700', 38, 0, 2, 1, 0, 'snd_voi_training_102700_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20049, 'I''ll never forget all the hours we put in together training!', 'snd_voi_training_102700', 63, 0, 2, 1, 0, 'snd_voi_training_102700_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20050, 'Thank you so much, Trainer!', 'snd_voi_training_102700', 64, 0, 2, 1, 0, 'snd_voi_training_102700_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 30000, 'So close! I was right there!', 'snd_voi_race_102700', 0, 0, 3, 1, 0, 'snd_voi_race_102700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 30001, 'I was almost there... I gotta work harder!', 'snd_voi_race_102700', 1, 0, 3, 1, 0, 'snd_voi_race_102700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 30002, 'No way I''m taking this lying down... I''m headed to the gym!', 'snd_voi_race_102700', 2, 0, 3, 1, 0, 'snd_voi_race_102700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 30003, 'I did my best, but I could''ve done better...', 'snd_voi_race_102700', 3, 0, 3, 1, 0, 'snd_voi_race_102700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 60000, 'Inhale... exhale... I-I''ll do my best!', 'snd_voi_live_102700', 0, 0, 4, 1, 0, 'snd_voi_live_102700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 60001, 'Think of it the same as a race!', 'snd_voi_live_102700', 1, 0, 4, 1, 0, 'snd_voi_live_102700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70001, 'Thanks to you, I was finally able to face myself. I''m really thankful for that.', 'snd_voi_outgame_102700', 1, 9000, 7, 1, 0, 'snd_voi_outgame_102700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90000, 'Good morning! The weather is beautiful again. I''m gonna go for a little run before class!', 'snd_voi_home_102701', 0, 9002, 1, 1, 0, 'snd_voi_home_102701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90001, 'Vitamins, minerals, protein... I make sure I''m fully charged each morning. That way I can stay pumped and work hard till night!', 'snd_voi_home_102701', 1, 2002, 1, 1, 0, 'snd_voi_home_102701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90002, 'Hey! What should we start with today? Weights? Cardio?', 'snd_voi_home_102701', 2, 9001, 1, 1, 0, 'snd_voi_home_102701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90003, 'Oh, wanna share a protein shake? The flavors have been getting much better recently, so it''s easy to get hooked!', 'snd_voi_home_102701', 3, 1027801, 1, 1, 0, 'snd_voi_home_102701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90004, 'Make sure you rest up. If you don''t get enough sleep, your concentration and metabolism will drop like crazy!', 'snd_voi_home_102701', 4, 9000, 1, 1, 0, 'snd_voi_home_102701_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90005, 'What should I do tomorrow? I want to work on my abs, but my erector spinae could use some work too.', 'snd_voi_home_102701', 5, 1027802, 1, 1, 0, 'snd_voi_home_102701_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90006, 'Those spring-colored dresses look so nice. I bet McQueen and Dober would look good in them, but... Urgh...', 'snd_voi_home_102701', 6, 4014, 1, 1, 0, 'snd_voi_home_102701_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90007, 'On hot summer days, the gym is the only place to be. I can train at a hundred percent without worrying about temperature or humidity!', 'snd_voi_home_102701', 7, 1027000, 1, 1, 0, 'snd_voi_home_102701_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90008, 'Mountains are the best place for viewing the fall leaves! While we''re at it, let''s improve our cardio with some high-altitude training!', 'snd_voi_home_102701', 8, 9001, 1, 1, 0, 'snd_voi_home_102701_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 90009, 'Cold days are the perfect time to warm your body and soul with some exercise! All together now... Let''s get swole!', 'snd_voi_home_102701', 9, 2002, 1, 1, 0, 'snd_voi_home_102701_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91000, 'It''s like McQueen grows more every time I see her. She seems so far away even though she''s so close... I''m probably overthinking it, huh?', 'snd_voi_home_102701', 10, 1027812, 1, 1, 0, 'snd_voi_home_102701_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91001, 'This sportswear Ines recommended is so easy to move in! Ehehe, I''ll pick out some sneakers for her as a thank-you!', 'snd_voi_home_102701', 11, 9002, 1, 1, 0, 'snd_voi_home_102701_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91002, 'I like short hair. It''s easy to wash, and I don''t have to worry about it getting in the way when I''m working out. Even in terms of looks, it just feels perfect for me!', 'snd_voi_home_102701', 12, 1027801, 1, 1, 0, 'snd_voi_home_102701_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91003, 'Dober may come off a bit cold, but that''s just because she''s a little awkward. She''s got plenty of cute quirks too.', 'snd_voi_home_102701', 13, 1027018, 1, 1, 0, 'snd_voi_home_102701_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91004, 'Baseball is the sport I love most. I used to invite McQueen and Dober to watch the games with me.', 'snd_voi_home_102701', 14, 9000, 1, 1, 0, 'snd_voi_home_102701_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91005, 'Um, please tell me if something looks off, okay? I''m not used to wearing clothes like these.', 'snd_voi_home_102701', 15, 1027012, 1, 1, 0, 'snd_voi_home_102701_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91006, 'It''s okay, it''s okay! You''re wearing shorts underneath, so just think of it like your normal clothes!', 'snd_voi_home_102701', 16, 4008, 1, 1, 0, 'snd_voi_home_102701_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91007, 'My very own signature racewear! I gotta do my best to live up to everyone''s expectations!', 'snd_voi_home_102701', 17, 1027001, 1, 1, 0, 'snd_voi_home_102701_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91008, 'It''s so easy to move in—I could probably play baseball in this! I''m going for a strikeout! Just kidding!', 'snd_voi_home_102701', 18, 2002, 1, 1, 0, 'snd_voi_home_102701_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91009, 'The Tracen Academy uniform is so cute. But to be honest, I''m not confident that it looks good on me, even if I wear it every day... A-ahaha...', 'snd_voi_home_102701', 19, 1027012, 1, 1, 0, 'snd_voi_home_102701_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91010, 'Oguri eats so much... She must be doing some serious training to burn it all off! Maybe I should do the same!', 'snd_voi_home_102701', 20, 1027014, 1, 1, 0, 'snd_voi_home_102701_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91011, 'This manga I''m reading makes my heart pound with each scene! Ooooh! I''m gonna go home and read the rest!', 'snd_voi_home_102701', 21, 1027802, 1, 1, 0, 'snd_voi_home_102701_0021', 0, 1027001, 4900, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91012, 'They say that if you put a carrot in your mouth on the day of your entrance ceremony... BOOM! You''ll meet your soulmate. But I''ve never seen it happen...', 'snd_voi_home_102701', 22, 1027802, 1, 1, 0, 'snd_voi_home_102701_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91013, 'It might rain, but I like muddy tracks, too. You can really feel each step!', 'snd_voi_home_102701', 23, 1027018, 1, 1, 0, 'snd_voi_home_102701_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91014, 'Fall fruits are highly nutritious, so they''re good for replenishing energy. You can almost feel it flowing into your muscles!', 'snd_voi_home_102701', 24, 1027000, 1, 1, 0, 'snd_voi_home_102701_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 91015, 'It''s cold, isn''t it? ...Give me your hand. Oooh! That line is just so cooool!', 'snd_voi_home_102701', 25, 1027018, 1, 1, 0, 'snd_voi_home_102701_0025', 0, 1027001, 3200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 92000, 'The effort you put in every day is what makes your future self! Now, let get started and forge our future!', 'snd_voi_training_102701', 0, 1027006, 2, 1, 0, 'snd_voi_training_102701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 92001, 'Yeah, my lats and triceps are feelin'' the burn!', 'snd_voi_training_102701', 1, 1027814, 2, 1, 0, 'snd_voi_training_102701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 92002, 'What''s the most essential thing for running? The correct answer is... muscles!', 'snd_voi_training_102701', 3, 9001, 2, 1, 0, 'snd_voi_training_102701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 92003, 'Now, let''s start training. If I don''t hurry and get moving, I''ll lose all my gains!', 'snd_voi_training_102701', 4, 1027001, 2, 1, 0, 'snd_voi_training_102701_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 92011, 'You can do anything you put your mind to! That''s right, anyone can get swole if they work hard enough!', 'snd_voi_training_102701', 2, 1027000, 2, 1, 0, 'snd_voi_training_102701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 92005, 'My muscles will never betray me! I know that the more I train, the stronger I get!', 'snd_voi_training_102701', 5, 2009, 2, 1, 0, 'snd_voi_training_102701_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 92006, 'My desire to win is what makes me want to be stronger. I''ll never lose sight of that again!', 'snd_voi_training_102701', 6, 1027018, 2, 1, 0, 'snd_voi_training_102701_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 92007, 'I want to show them all... I want to show everyone that I became the strongest thanks to my trainer!', 'snd_voi_training_102701', 7, 9002, 2, 1, 0, 'snd_voi_training_102701_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 93000, 'I feel like I can win as long as you''re with me!', 'snd_voi_training_102701', 8, 0, 2, 1, 0, 'snd_voi_training_102701_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 93001, 'I won''t let the fruits of our efforts go to waste!', 'snd_voi_training_102701', 9, 0, 2, 1, 0, 'snd_voi_training_102701_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 95000, 'Oooh! My muscles are roaring!', 'snd_voi_outgame_102701', 0, 2001, 7, 1, 0, 'snd_voi_outgame_102701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 95001, 'Trust me, there''s no such thing as too much muscle!', 'snd_voi_outgame_102701', 1, 2001, 7, 1, 0, 'snd_voi_outgame_102701_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 95003, 'Hi, I''m Mejiro Ryan!', 'snd_voi_outgame_102701', 3, 2002, 7, 1, 0, 'snd_voi_outgame_102701_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1008, 'Everyone, let''s give it everything we''ve got!', 'snd_voi_teamst_st_102700_0000', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_102700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1062, 'Doesn''t this remind you of the old days?', 'snd_voi_teamst_st_102700_1059', 0, 1027007, 8, 1, 0, 'snd_voi_teamst_st_102700_1059_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1124, 'Yeah, you bet!', 'snd_voi_teamst_st_105900_1027', 1, 1027000, 8, 1, 0, 'snd_voi_teamst_st_105900_1027_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1000, 'Let''s go win!', 'snd_voi_teamst_102700', 0, 990021, 8, 1, 0, 'snd_voi_teamst_102700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1001, 'We won!', 'snd_voi_teamst_102700', 1, 0, 8, 1, 0, 'snd_voi_teamst_102700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1003, 'That was a good race!', 'snd_voi_teamst_102700', 2, 0, 8, 1, 0, 'snd_voi_teamst_102700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1002, 'That''s too bad...', 'snd_voi_teamst_102700', 3, 0, 8, 1, 0, 'snd_voi_teamst_102700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1004, 'This is a team victory!', 'snd_voi_teamst_102700', 4, 1027000, 8, 1, 0, 'snd_voi_teamst_102700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1007, 'We did it! High score updated!', 'snd_voi_teamst_102700', 5, 1027001, 8, 1, 0, 'snd_voi_teamst_102700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1006, 'That was a good race!', 'snd_voi_teamst_102700', 2, 1027007, 8, 1, 0, 'snd_voi_teamst_102700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 1005, 'That''s too bad...', 'snd_voi_teamst_102700', 3, 1027004, 8, 1, 0, 'snd_voi_teamst_102700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 120000, 'I''m getting stronger!', 'snd_voi_outgame_102700', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_102700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140000, 'Please give it all you''ve got.', 'snd_voi_minigame_102700', 0, 1027814, 9, 1, 0, 'snd_voi_minigame_102700_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140001, 'You did it!', 'snd_voi_minigame_102700', 1, 1027001, 9, 1, 0, 'snd_voi_minigame_102700_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140002, 'So close!', 'snd_voi_minigame_102700', 2, 1027004, 9, 1, 0, 'snd_voi_minigame_102700_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140003, 'Wow, you got a lot!', 'snd_voi_minigame_102700', 3, 971027, 9, 1, 0, 'snd_voi_minigame_102700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140004, 'I knew you could do it!', 'snd_voi_minigame_102700', 4, 972027, 9, 1, 0, 'snd_voi_minigame_102700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140005, 'So close! I was right there!', 'snd_voi_minigame_102700', 5, 1027009, 9, 1, 0, 'snd_voi_minigame_102700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140006, 'Wow, you got a lot!', 'snd_voi_minigame_102700', 3, 974027, 9, 1, 0, 'snd_voi_minigame_102700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140007, 'I knew you could do it!', 'snd_voi_minigame_102700', 4, 973027, 9, 1, 0, 'snd_voi_minigame_102700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140008, 'Ehehe...', 'snd_voi_minigame_102700', 6, 1027803, 9, 1, 0, 'snd_voi_minigame_102700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140009, 'Hehehe.', 'snd_voi_minigame_102700', 7, 1027804, 9, 1, 0, 'snd_voi_minigame_102700_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140010, 'Ah!', 'snd_voi_minigame_102700', 8, 1027805, 9, 1, 0, 'snd_voi_minigame_102700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140011, 'Wow...', 'snd_voi_minigame_102700', 9, 1027806, 9, 1, 0, 'snd_voi_minigame_102700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140014, 'Wh-whoa!', 'snd_voi_minigame_102700', 10, 1027807, 9, 1, 0, 'snd_voi_minigame_102700_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140015, 'My heart is pounding...', 'snd_voi_minigame_102700', 11, 1027808, 9, 1, 0, 'snd_voi_minigame_102700_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140016, 'Ummm!', 'snd_voi_minigame_102700', 12, 1027809, 9, 1, 0, 'snd_voi_minigame_102700_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140012, 'All right!', 'snd_voi_minigame_102700', 13, 1027006, 9, 1, 0, 'snd_voi_minigame_102700_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140013, 'This is great!', 'snd_voi_minigame_102700', 14, 1027024, 9, 1, 0, 'snd_voi_minigame_102700_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140017, 'Ngh...', 'snd_voi_minigame_102700', 15, 1027816, 9, 1, 0, 'snd_voi_minigame_102700_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 140018, 'Damn!', 'snd_voi_minigame_102700', 16, 1027817, 9, 1, 0, 'snd_voi_minigame_102700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 40000, 'Oooh! Let''s... get swole!', 'snd_voi_race_102701', 2, 0, 3, 1, 0, 'snd_voi_race_102701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 40001, 'Oooh! Let''s... get swole!', 'snd_voi_race_102701', 2, 0, 3, 1, 0, 'snd_voi_race_102701_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 40002, 'All right!', 'snd_voi_race_102700', 6, 0, 3, 1, 0, 'snd_voi_race_102700_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 30004, 'Nice, muscles! We did it!', 'snd_voi_race_102701', 0, 0, 3, 1, 0, 'snd_voi_race_102701_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 30005, 'Phew! What a workout!', 'snd_voi_race_102700', 8, 0, 3, 1, 0, 'snd_voi_race_102700_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 31000, 'Here I go!', 'snd_voi_race_102700', 9, 0, 3, 1, 0, 'snd_voi_race_102700_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 13, 'Ah, this is today''s login bonus.', 'snd_voi_title_102700', 4, 1027016, 1, 1, 0, 'snd_voi_title_102700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 15, 'You''ll get this tomorrow!', 'snd_voi_title_102700', 5, 8002, 1, 1, 0, 'snd_voi_title_102700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 110000, 'Whether it''s training or lifting weights, leave it to me!', 'snd_voi_home_102700', 21, 0, 1, 1, 0, 'snd_voi_home_102700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 110001, 'You can really feel the history, huh?', 'snd_voi_home_102700', 22, 0, 1, 1, 0, 'snd_voi_home_102700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 110002, 'Oh! Are we entering a race?', 'snd_voi_home_102700', 23, 0, 1, 1, 0, 'snd_voi_home_102700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 10021, 'Oh, your Umamusume Archive level went up!', 'snd_voi_home_102700', 24, 8001, 1, 1, 0, 'snd_voi_home_102700_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 20051, 'Come on, let''s get swole!', 'snd_voi_training_102700', 65, 1009, 2, 1, 0, 'snd_voi_training_102700_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70000, 'Let''s aim for victory and finish this together!', 'snd_voi_outgame_102700', 3, 0, 7, 1, 0, 'snd_voi_outgame_102700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 95005, 'Now I can do more!', 'snd_voi_outgame_102700', 4, 0, 7, 1, 0, 'snd_voi_outgame_102700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 95006, 'If you need support, I can help!', 'snd_voi_outgame_102700', 5, 0, 7, 1, 0, 'snd_voi_outgame_102700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70004, 'It doesn''t really suit me, does it? Ehehe.', 'snd_voi_outgame_102700', 16, 1027012, 7, 1, 0, 'snd_voi_outgame_102700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70010, 'Umm... Isn''t the skirt too short?', 'snd_voi_outgame_102700', 17, 1027010, 7, 1, 0, 'snd_voi_outgame_102700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70008, 'Isn''t this... a little too cute?', 'snd_voi_outgame_102700', 20, 1027011, 7, 1, 0, 'snd_voi_outgame_102700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70014, 'I guess I have to get used to these kinds of clothes!', 'snd_voi_outgame_102700', 21, 1027013, 7, 1, 0, 'snd_voi_outgame_102700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70009, 'I''m bulging with motivation, courage and muscles!', 'snd_voi_outgame_102700', 22, 10001, 7, 1, 0, 'snd_voi_outgame_102700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70015, 'These clothes show off my muscles perfectly!', 'snd_voi_outgame_102700', 23, 10001, 7, 1, 0, 'snd_voi_outgame_102700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 71004, 'It doesn''t really suit me, does it? Ehehe.', 'snd_voi_outgame_102700', 16, 43, 7, 0, 0, 'snd_voi_outgame_102700_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 71010, 'Umm... Isn''t the skirt too short?', 'snd_voi_outgame_102700', 17, 48, 7, 0, 0, 'snd_voi_outgame_102700_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 71008, 'Isn''t this... a little too cute?', 'snd_voi_outgame_102700', 20, 148, 7, 0, 0, 'snd_voi_outgame_102700_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 71014, 'I guess I have to get used to these kinds of clothes!', 'snd_voi_outgame_102700', 21, 48, 7, 0, 0, 'snd_voi_outgame_102700_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 71009, 'I''m bulging with motivation, courage and muscles!', 'snd_voi_outgame_102700', 22, 18, 7, 0, 0, 'snd_voi_outgame_102700_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 71015, 'These clothes show off my muscles perfectly!', 'snd_voi_outgame_102700', 23, 18, 7, 0, 0, 'snd_voi_outgame_102700_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 2030, 'Let''s go win!', 'snd_voi_teamst_102700', 0, 990021, 10, 1, 0, 'snd_voi_teamst_102700_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 2031, 'Everyone, let''s give it everything we''ve got!', 'snd_voi_teamst_st_102700_0000', 0, 2009, 10, 1, 0, 'snd_voi_teamst_st_102700_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 2032, 'Thank you so much, Trainer!', 'snd_voi_training_102700', 64, 2002, 10, 1, 0, 'snd_voi_training_102700_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 2033, 'I''ll prove to everyone that hard work and muscles will never let you down!', 'snd_voi_training_102700', 19, 1027814, 10, 1, 0, 'snd_voi_training_102700_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 2034, 'Ooooh! My hamstrings are screaming for me to start running RIGHT NOW!', 'snd_voi_training_102700', 16, 1027001, 10, 1, 0, 'snd_voi_training_102700_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 2035, 'Thank you so much, Trainer!', 'snd_voi_training_102700', 64, 2002, 10, 0, 0, 'snd_voi_training_102700_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 81000, 'I''m a Mejiro Umamusume too! I''ll be claiming this victory!', 'snd_voi_outgame_102700', 13, 1027016, 7, 1, 0, 'snd_voi_outgame_102700_0013', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 81001, 'My muscles are warming up nicely!', 'snd_voi_outgame_102700', 14, 1027006, 7, 1, 0, 'snd_voi_outgame_102700_0014', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70018, 'Let''s get swole!', 'snd_voi_outgame_102700', 26, 1027000, 7, 1, 0, 'snd_voi_outgame_102700_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 70019, 'I won''t lose!', 'snd_voi_outgame_102700', 27, 1027016, 7, 1, 0, 'snd_voi_outgame_102700_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 71018, 'Let''s get swole!', 'snd_voi_outgame_102700', 26, 22, 7, 0, 0, 'snd_voi_outgame_102700_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1027, 71019, 'I won''t lose!', 'snd_voi_outgame_102700', 27, 48, 7, 0, 0, 'snd_voi_outgame_102700_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 11, 'Cygames', 'snd_voi_tc_1028', 0, 0, 0, 1, 0, 'snd_voi_title_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1028', 1, 0, 0, 1, 0, 'snd_voi_title_102800_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10000, 'Training, racing, and cooking... Let''s give aaaall of them everything we''ve got. Only then can I call myself a pot of chanko!', 'snd_voi_home_102800', 0, 1028800, 1, 1, 0, 'snd_voi_home_102800_0000', 0, 4002, 7500, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10001, 'I''m going to need lots and lots of different ingredients if I wanna become a true pot of chanko, but the most important ingredient of all is you.', 'snd_voi_home_102800', 1, 1028803, 1, 1, 0, 'snd_voi_home_102800_0001', 0, 10002, 7500, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10002, 'I''ll never forget that buono feast you made with my friends! My heart feels so full just thinking about it!', 'snd_voi_home_102800', 2, 1028021, 1, 1, 0, 'snd_voi_home_102800_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10003, 'Happy New Year! I''ll be in the central plaza making mochi, so make sure you stop by!', 'snd_voi_home_102800', 3, 1028801, 1, 1, 0, 'snd_voi_home_102800_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10004, 'I made you the most buono chocolates ever. Ehehe, I can''t wait to see your face when you try them.', 'snd_voi_home_102800', 4, 1028805, 1, 1, 0, 'snd_voi_home_102800_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10005, 'I wanted to give you the most buono valentine ever, so I baked you this ginormous double fudge chocolate cake! ☆', 'snd_voi_home_102800', 5, 1028007, 1, 1, 0, 'snd_voi_home_102800_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10006, 'What did I wish for? I want to make the most delicious food ever—something that''ll put a smile on everybody''s face!', 'snd_voi_home_102800', 6, 1028021, 1, 1, 0, 'snd_voi_home_102800_0006', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10007, 'I made all kinds of treats, from more sophisticated flavors to super-sweet sugar bombs. If we have extras, we can just have a party with the others.', 'snd_voi_home_102800', 7, 1028016, 1, 1, 0, 'snd_voi_home_102800_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10008, 'Roast turkey is kinda like hot pot, isn''t it? You eat it surrounded by friends and family after all. ☆ Now let''s see if I can make one!', 'snd_voi_home_102800', 8, 10001, 1, 1, 0, 'snd_voi_home_102800_0008', 0, 1028000, 7600, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10009, 'An extra happy holidays to you! ☆ I made a super buono full course meal just for youuu! ♪', 'snd_voi_home_102800', 9, 1028805, 1, 1, 0, 'snd_voi_home_102800_0009', 0, 1028021, 7000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10010, 'Another year''s come to an end. Tonight, we''ll stuff our bellies full of delicious food so we can greet the new year with a smile!', 'snd_voi_home_102800', 10, 1028800, 1, 1, 0, 'snd_voi_home_102800_0010', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10011, 'Happy birthday! This big milestone only happens once a year, so we need to celebrate in a big way!', 'snd_voi_home_102800', 11, 10001, 1, 1, 0, 'snd_voi_home_102800_0011', 0, 1028007, 4800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10012, 'I made an extra-large birthday cake just for youuu! Now I just need to call all our friends so we can get this birthday bash started. ♪', 'snd_voi_home_102800', 12, 1028016, 1, 1, 0, 'snd_voi_home_102800_0012', 0, 1028000, 4200, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10013, 'Bigger is always better! ☆ And that''s why... I''m inviting eeeverybody to my birthday party! ♪', 'snd_voi_home_102800', 13, 1028800, 1, 1, 0, 'snd_voi_home_102800_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10014, 'Do I know what I want for my birthday? Mm-hm. I want you... to taste test my latest creation! ♪', 'snd_voi_home_102800', 14, 1028803, 1, 1, 0, 'snd_voi_home_102800_0014', 0, 1028805, 6500, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10015, 'You''ve got a notification. I wonder what it is... Can we open it together? ☆', 'snd_voi_home_102800', 15, 10001, 1, 1, 0, 'snd_voi_home_102800_0015', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10016, 'A present arrived for you! I hope it''s something buono. ♪', 'snd_voi_home_102800', 16, 1028800, 1, 1, 0, 'snd_voi_home_102800_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10017, 'Hurray! Mission complete! ♪ I think you deserve a reward... How about chanko?', 'snd_voi_home_102800', 17, 1028801, 1, 1, 0, 'snd_voi_home_102800_0017', 0, 4002, 6500, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10018, 'Looks like there''s an event coming up. I''m sure all the participants are gonna be super hungry, so I''ll make some food to take along.', 'snd_voi_home_102800', 18, 1028805, 1, 1, 0, 'snd_voi_home_102800_0018', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10019, 'I heard the event going on is super fun! We should go too! After all, food tastes better after giving something your all. ☆', 'snd_voi_home_102800', 19, 1028800, 1, 1, 0, 'snd_voi_home_102800_0019', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20000, 'I''m feeling a bit tired... I think? I better take a break and eat something.', 'snd_voi_training_102800', 0, 1028008, 2, 1, 0, 'snd_voi_training_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20001, 'Hmmm, collecting ingredients would bring back my energy... Ah, wait, that might tire me out even more, huh?', 'snd_voi_training_102800', 1, 1028018, 2, 1, 0, 'snd_voi_training_102800_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20002, 'I can''t wait to take on everyone with everything I''ve got. I''m getting giddy just thinking about it.', 'snd_voi_training_102800', 2, 1028800, 2, 1, 0, 'snd_voi_training_102800_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20003, 'My legs are just itching to run! ♪ And the farther I go, the better dinner is going to taste.', 'snd_voi_training_102800', 3, 1028016, 2, 1, 0, 'snd_voi_training_102800_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20004, 'The harder you work, the more buono the reward!', 'snd_voi_training_102800', 4, 4002, 2, 1, 0, 'snd_voi_training_102800_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20005, 'Now... Dosukoi, dosukoi! Hehe, sumo chants really are the best at pumping me up. ☆', 'snd_voi_training_102800', 5, 1028000, 2, 1, 0, 'snd_voi_training_102800_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20006, 'What should I make today? Maybe a heaping helping of... fried chicken! ☆', 'snd_voi_training_102800', 6, 1028803, 2, 1, 0, 'snd_voi_training_102800_0006', 0, 1028016, 7500, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20007, 'If I want to be the best chanko I can be, I need to work extra, extra hard.', 'snd_voi_training_102800', 7, 1028000, 2, 1, 0, 'snd_voi_training_102800_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20008, 'Now this is the perfect weather for a nap... Wait, what am I thinking? I need to practice!', 'snd_voi_training_102800', 8, 10002, 2, 1, 0, 'snd_voi_training_102800_0008', 0, 1028002, 4300, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20009, 'Why am I feeling so sluggish? I definitely ate enough before practice...', 'snd_voi_training_102800', 9, 1028009, 2, 1, 0, 'snd_voi_training_102800_0009', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20010, 'Urgh... My breakfast wasn''t very buono today...', 'snd_voi_training_102800', 10, 1028008, 2, 1, 0, 'snd_voi_training_102800_0010', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20011, '...This is no good at all. How am I supposed to make everyone smile if I can''t even smile myself?', 'snd_voi_training_102800', 11, 1028004, 2, 1, 0, 'snd_voi_training_102800_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20021, 'Huh? Another serving of racing? Hmmm... I''m not sure I''m up for it.', 'snd_voi_training_102800', 12, 1028014, 2, 1, 0, 'snd_voi_training_102800_0012', 0, 1028008, 3000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20022, 'I''ve had my fill of racing for now... If I do any more, it''s going to lead to way worse than an upset stomach.', 'snd_voi_training_102800', 13, 1028806, 2, 1, 0, 'snd_voi_training_102800_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20023, 'I spy with my big eyes... a big victory! I''m ready to dig in! Hehe. ☆', 'snd_voi_training_102800', 14, 1028022, 2, 1, 0, 'snd_voi_training_102800_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20024, 'If this race was a hot pot, I''d say we''ve got all the ingredients ready and the stock in the pot! ☆ Now all that''s left is to turn up the heat!', 'snd_voi_training_102800', 15, 10001, 2, 1, 0, 'snd_voi_training_102800_0015', 0, 1028016, 8000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20025, 'Dosukoi, dosukooooiii! Hehe, I''ll make this race one to remember! ♪', 'snd_voi_training_102800', 16, 1028000, 2, 1, 0, 'snd_voi_training_102800_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20026, 'I feel a huge power swirling and whirling around inside me! ♪', 'snd_voi_training_102800', 17, 1028800, 2, 1, 0, 'snd_voi_training_102800_0017', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20027, 'Uh-huh, I feel good! Looks like all that prep paid off! ☆', 'snd_voi_training_102800', 18, 1028000, 2, 1, 0, 'snd_voi_training_102800_0018', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20028, 'My condition''s in buono buono order! ♪ I hope you''re ready for some big results! ☆', 'snd_voi_training_102800', 19, 1028805, 2, 1, 0, 'snd_voi_training_102800_0019', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20029, 'If I wanna help others feel buono, I need to work hard!', 'snd_voi_training_102800', 20, 1028000, 2, 1, 0, 'snd_voi_training_102800_0020', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20030, 'All right, the contenders are entering the ring! Don''t worry, I''ll make sure this match reaches a satisfying conclusion. ♪', 'snd_voi_training_102800', 21, 1028800, 2, 1, 0, 'snd_voi_training_102800_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20031, 'I just thought of the most delicious meal I can make everyone! After I win this race, of course. ♪', 'snd_voi_training_102800', 22, 10002, 2, 1, 0, 'snd_voi_training_102800_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20032, 'I''ve worked so hard to make everyone feel buono! I can''t let them down now!', 'snd_voi_training_102800', 23, 1028021, 2, 1, 0, 'snd_voi_training_102800_0023', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20033, 'The most important part of a race is giving it your all. I won''t let my condition stop me from doing that!', 'snd_voi_training_102800', 24, 1028000, 2, 1, 0, 'snd_voi_training_102800_0024', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20034, 'This may not be easy, but it''s okay. I''ll show you what it truly means to be a contender!', 'snd_voi_training_102800', 25, 10007, 2, 1, 0, 'snd_voi_training_102800_0025', 0, 1028000, 3000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20035, 'I''m not sure I have what it takes to become a pot of chanko right now... But I have to try!', 'snd_voi_training_102800', 26, 1028009, 2, 1, 0, 'snd_voi_training_102800_0026', 0, 10001, 5300, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20036, 'Don''t worry, I''ll give this race everything I''ve got. I don''t want to disappoint any of my rivals, after all.', 'snd_voi_training_102800', 27, 1028002, 2, 1, 0, 'snd_voi_training_102800_0027', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20037, 'My stomach is full, but I''m still running on empty... I don''t know if I can do this...', 'snd_voi_training_102800', 28, 1028004, 2, 1, 0, 'snd_voi_training_102800_0028', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20038, 'Let''s get cooking! ☆', 'snd_voi_training_102800', 29, 0, 2, 1, 0, 'snd_voi_training_102800_0029', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20039, 'I can''t wait! ♪', 'snd_voi_training_102800', 30, 0, 2, 1, 0, 'snd_voi_training_102800_0030', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20040, 'I''ll do my best!', 'snd_voi_training_102800', 31, 0, 2, 1, 0, 'snd_voi_training_102800_0031', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20041, 'Big brain time!', 'snd_voi_training_102800', 32, 0, 2, 1, 0, 'snd_voi_training_102800_0032', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20042, 'Oh dear, oh dear...', 'snd_voi_training_102800', 33, 0, 2, 1, 0, 'snd_voi_training_102800_0033', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20043, 'Wait... Is that right?', 'snd_voi_training_102800', 34, 0, 2, 1, 0, 'snd_voi_training_102800_0034', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20046, 'Go, gooo! ♪', 'snd_voi_training_102800', 37, 0, 2, 1, 0, 'snd_voi_training_102800_0037', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20047, 'Here I come, delicious fishies!', 'snd_voi_training_102800', 38, 0, 2, 1, 0, 'snd_voi_training_102800_0038', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20049, 'We sure made a lot of people smile, didn''t we? ♪', 'snd_voi_training_102800', 63, 0, 2, 1, 0, 'snd_voi_training_102800_0063', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20050, 'Thank you for everything, tasty meals and all.', 'snd_voi_training_102800', 64, 0, 2, 1, 0, 'snd_voi_training_102800_0064', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 30000, 'We all gave this race our all!', 'snd_voi_race_102800', 0, 0, 3, 1, 0, 'snd_voi_race_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 30001, 'Wow... Everyone''s hard work really paid off.', 'snd_voi_race_102800', 1, 0, 3, 1, 0, 'snd_voi_race_102800_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 30002, 'That wasn''t my most buono race...', 'snd_voi_race_102800', 2, 0, 3, 1, 0, 'snd_voi_race_102800_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 30003, 'The road to chanko is long and winding...', 'snd_voi_race_102800', 3, 0, 3, 1, 0, 'snd_voi_race_102800_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 60000, 'The chanko''s almost ready! Let''s spice it up!', 'snd_voi_live_102800', 0, 0, 4, 1, 0, 'snd_voi_live_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 60001, 'I''m gonna show everybody a buono dance! ☆', 'snd_voi_live_102800', 1, 0, 4, 1, 0, 'snd_voi_live_102800_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70001, 'Do you remember the first time we collected ingredients together? It''s a very buono memory for me. ♪', 'snd_voi_outgame_102800', 1, 1028016, 7, 1, 0, 'snd_voi_outgame_102800_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90000, 'Trainer, did you eat breakfast already? If not, then sit tight, cause one morning special is coming right up! ♪', 'snd_voi_home_102801', 0, 10002, 1, 1, 0, 'snd_voi_home_102801_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90001, 'When I wake up, the first thing I do is a sumo stomp! Sometimes, I accidentally tear my pajamas. ☆', 'snd_voi_home_102801', 1, 1028000, 1, 1, 0, 'snd_voi_home_102801_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90002, 'Lunchtime! Eating with friends gives food an extra buono taste. You should join us! ☆', 'snd_voi_home_102801', 2, 1028007, 1, 1, 0, 'snd_voi_home_102801_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90003, 'I need to hand out these treats before snack time. Would you like to join me?', 'snd_voi_home_102801', 3, 1028800, 1, 1, 0, 'snd_voi_home_102801_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90004, 'Yawn... Mmm... I need an even bigger yawn to chase away these sleepies. Yaaaaawn!', 'snd_voi_home_102801', 4, 1028004, 1, 1, 0, 'snd_voi_home_102801_0004', 0, 1028007, 8500, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90005, 'Looks like I made too much food for dinner. Hot pot, rice balls, boiled veggies... Ehehe, do you want some? ♪', 'snd_voi_home_102801', 5, 1028018, 1, 1, 0, 'snd_voi_home_102801_0005', 0, 10001, 8200, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90006, 'This is the season of growth for animals and plants alike. I hope everyone grows up biiig and strong! ☆', 'snd_voi_home_102801', 6, 1028016, 1, 1, 0, 'snd_voi_home_102801_0006', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90007, 'Summer''s finally here. How about we go grab some ingredients that''ll help us deal with the heat? ☆', 'snd_voi_home_102801', 7, 4001, 1, 1, 0, 'snd_voi_home_102801_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90008, 'The season of delicious foods has finally arriiived! I made the perfect menu that uses aaall those scrumptious fall delicacies! ♪', 'snd_voi_home_102801', 8, 1028007, 1, 1, 0, 'snd_voi_home_102801_0008', 0, 1028805, 4000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 90009, 'If we all work together, I bet we could make the biggest, most buono snowman! Even bigger than the school! ♪', 'snd_voi_home_102801', 9, 1028801, 1, 1, 0, 'snd_voi_home_102801_0009', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91000, 'Biko and I sometimes play Carrot Ranger together. I spend half the time playing the sidekick and the other half playing the hot pot monster. ☆', 'snd_voi_home_102801', 10, 10001, 1, 1, 0, 'snd_voi_home_102801_0010', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91001, 'Pearl''s dreams are on such a big scale. She makes me want to explore all the buono possibilities of the world. ☆', 'snd_voi_home_102801', 11, 1028800, 1, 1, 0, 'snd_voi_home_102801_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91002, 'Taiki and I are going to hold an authentic barbecue. I can''t wait to get wild grilling some big, buono meat! ♪', 'snd_voi_home_102801', 12, 1028805, 1, 1, 0, 'snd_voi_home_102801_0012', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91003, 'You know how Italian food uses lots of seafood? Because of that, my family checks out all sorts of fishing spots to figure out suppliers for our restaurant. ☆', 'snd_voi_home_102801', 13, 10001, 1, 1, 0, 'snd_voi_home_102801_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91004, 'Bigger is always better! That means large is better than medium, and party-sized is better than large! ☆', 'snd_voi_home_102801', 14, 1028801, 1, 1, 0, 'snd_voi_home_102801_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91005, 'Together on this big stage, we''ll all bring you a buono performance! ♪ These concerts are another part of our chanko.', 'snd_voi_home_102801', 15, 1028016, 1, 1, 0, 'snd_voi_home_102801_0015', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91006, 'Prep is super important for both winning concerts and making hot pot. I''m gonna practice super hard to provide the most exquisite dance I can!', 'snd_voi_home_102801', 16, 1028000, 1, 1, 0, 'snd_voi_home_102801_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91007, 'I want to give my races my all so I can give everyone a big, buono smile! ☆ This racewear is perfect for that dream, don''t you think?', 'snd_voi_home_102801', 17, 1028021, 1, 1, 0, 'snd_voi_home_102801_0017', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91008, 'Let''s see... What kind of treats should I make for tomorrow? Do any of the treats on my racewear look good? Just point to the one you want! ♪', 'snd_voi_home_102801', 18, 1028800, 1, 1, 0, 'snd_voi_home_102801_0018', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91009, 'Nothing beats a bowl of rice porridge in the morning. It''s even better if you add some veggies, a little meat, and then some dashi stoc—wait, isn''t that just a hot pot?', 'snd_voi_home_102801', 19, 1028804, 1, 1, 0, 'snd_voi_home_102801_0019', 0, 1028015, 8000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91010, 'Some students end up skipping lunch for whatever reason, so I always carry some snacks for anyone who needs them.', 'snd_voi_home_102801', 20, 1028805, 1, 1, 0, 'snd_voi_home_102801_0020', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91011, 'I saw a huge shooting star the other day, but I didn''t have a wish ready. I should think about something big to wish for so I''m ready for the next one. ☆', 'snd_voi_home_102801', 21, 1028800, 1, 1, 0, 'snd_voi_home_102801_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91012, 'It''s finally cherry blossom-viewing season! ♪ I''ll pack us a big picnic basket, so let''s gather all our friends and go!', 'snd_voi_home_102801', 22, 4001, 1, 1, 0, 'snd_voi_home_102801_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91013, 'Every day is sooo hot. It would be super buono if we had a super big pool we could all swim in... On that note, to the ocean! ☆', 'snd_voi_home_102801', 23, 1028804, 1, 1, 0, 'snd_voi_home_102801_0023', 0, 1028801, 10000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91014, 'Autumn is chocked-full of all sorts of delicious mushrooms perfect for hot pot! ♪ Wanna go forage for some with me? Let''s go, gooo! ☆', 'snd_voi_home_102801', 24, 1028800, 1, 1, 0, 'snd_voi_home_102801_0024', 0, 1028007, 5800, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 91015, 'It''s finally hot pot season! Eating a nice, steaming hot pot on cold winter nights is just the most buono experience, isn''t it? ♪', 'snd_voi_home_102801', 25, 1028021, 1, 1, 0, 'snd_voi_home_102801_0025', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 92000, 'Okay, I''m ready to give today my all! I''ll take on whatever regimen you have planned for me! ☆', 'snd_voi_training_102801', 0, 1028000, 2, 1, 0, 'snd_voi_training_102801_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 92001, 'All right, our hydration station is officially fully stocked! And don''t worry, I''ve got some energy bars ready too! ♪', 'snd_voi_training_102801', 1, 1028805, 2, 1, 0, 'snd_voi_training_102801_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 92002, 'The stronger I get, the more buono I''ll make my fans feel! How could I not work hard?!', 'snd_voi_training_102801', 2, 1028021, 2, 1, 0, 'snd_voi_training_102801_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 92003, 'I''ve been waiting for you in a sumo stance this whole time! Now my lower body is niiice and stretched!', 'snd_voi_training_102801', 3, 10001, 2, 1, 0, 'snd_voi_training_102801_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 92011, 'The sea is a treasure trove of flavorful goodies! Ehehe, I can''t wait to show off my cooking skills making us some dinner.', 'snd_voi_training_102800', 39, 1028805, 2, 1, 0, 'snd_voi_training_102800_0039', 0, 1028000, 5000, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 92005, 'I''ve gotta give every single day my very best! And for me to do that, I need you to give me a good cheer! ☆', 'snd_voi_training_102801', 5, 1028000, 2, 1, 0, 'snd_voi_training_102801_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 92006, 'I want to be the yokozuna of the racing world. That way I can take on whatever my friends throw at me. So make me a champion, Trainer! ♪', 'snd_voi_training_102801', 6, 1028000, 2, 1, 0, 'snd_voi_training_102801_0006', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 92007, 'I want to give you lots and lots of buono feelings, so I''ll work extra, extra hard! ☆', 'snd_voi_training_102801', 7, 1028800, 2, 1, 0, 'snd_voi_training_102801_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 93000, 'I did it! I''m a true chanko now!', 'snd_voi_training_102801', 8, 0, 2, 1, 0, 'snd_voi_training_102801_0008', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 93001, 'The two of us together made the most buono dish of all! ☆', 'snd_voi_training_102801', 9, 0, 2, 1, 0, 'snd_voi_training_102801_0009', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 95000, 'I''m only going to get bigger from here!', 'snd_voi_outgame_102801', 0, 4009, 7, 1, 0, 'snd_voi_outgame_102801_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 95001, 'Buono has no limits!', 'snd_voi_outgame_102801', 1, 0, 7, 1, 0, 'snd_voi_outgame_102801_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 95003, 'I''m Hishi Akebono, and I''m buono, buono! ☆', 'snd_voi_outgame_102801', 3, 1028801, 7, 1, 0, 'snd_voi_outgame_102801_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 95004, 'I''m giving 100% to bring buono to all! DOSUKOOOI! ♪', 'snd_voi_gacha_102801', 0, 0, 7, 1, 0, 'snd_voi_gacha_102801_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1008, 'Set sail for buono! ♪', 'snd_voi_teamst_st_102800_0000', 0, 1028007, 8, 1, 0, 'snd_voi_teamst_st_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1055, 'Get ready for a buono victory! ♪', 'snd_voi_teamst_st_102400_1028', 1, 1028000, 8, 1, 0, 'snd_voi_teamst_st_102400_1028_01', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1000, 'Let''s give it all we''ve got! ♪', 'snd_voi_teamst_102800', 0, 1028006, 8, 1, 0, 'snd_voi_teamst_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1001, 'Buono, buono!', 'snd_voi_teamst_102800', 1, 0, 8, 1, 0, 'snd_voi_teamst_102800_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1003, 'We all ran so well!', 'snd_voi_teamst_102800', 2, 0, 8, 1, 0, 'snd_voi_teamst_102800_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1002, 'We''ll get them next time!', 'snd_voi_teamst_102800', 3, 0, 8, 1, 0, 'snd_voi_teamst_102800_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1004, 'Now this is extra buono! ♪', 'snd_voi_teamst_102800', 4, 1028007, 8, 1, 0, 'snd_voi_teamst_102800_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1007, 'A new record! ♪', 'snd_voi_teamst_102800', 5, 1028800, 8, 1, 0, 'snd_voi_teamst_102800_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1006, 'We all ran so well!', 'snd_voi_teamst_102800', 2, 1028801, 8, 1, 0, 'snd_voi_teamst_102800_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 1005, 'We''ll get them next time!', 'snd_voi_teamst_102800', 3, 1028002, 8, 1, 0, 'snd_voi_teamst_102800_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 40000, 'Come get a taste of Akebono! ♪', 'snd_voi_race_102801', 2, 0, 3, 1, 0, 'snd_voi_race_102801_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 40001, 'Mmm! Buono, buono! All righty, everyone, come get a taste of Akebono! ♪', 'snd_voi_race_102801', 3, 0, 3, 1, 0, 'snd_voi_race_102801_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 30004, 'Yippee! ♪ Another buono meal served! ♪', 'snd_voi_race_102801', 0, 0, 3, 1, 0, 'snd_voi_race_102801_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 30005, 'Ohhh! I did it! Now that''s what I call a huge win!', 'snd_voi_race_102800', 8, 0, 3, 1, 0, 'snd_voi_race_102800_0008', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 31000, 'Ready... Dosukoooi!', 'snd_voi_race_102800', 9, 0, 3, 1, 0, 'snd_voi_race_102800_0009', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 13, 'Here''s your buono login bonus!', 'snd_voi_title_102800', 4, 1028800, 1, 1, 0, 'snd_voi_title_102800_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 15, 'You''ll get another serving tomorrow! ☆', 'snd_voi_title_102800', 5, 4001, 1, 1, 0, 'snd_voi_title_102800_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 110000, 'Let''s all get big and strong so we can become the most nutritious ingredients for the greatest hot pot!', 'snd_voi_home_102800', 21, 0, 1, 1, 0, 'snd_voi_home_102800_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 110001, 'Memories filled with hard work, smiles, and pure satisfaction... These halls are filled with so many buono memories!', 'snd_voi_home_102800', 22, 0, 1, 1, 0, 'snd_voi_home_102800_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 110002, 'Oh, a race? No matter who we''re up against, I''ll give them my all! ☆', 'snd_voi_home_102800', 23, 0, 1, 1, 0, 'snd_voi_home_102800_0023', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 10021, 'Your Archive level went up! Go check it out! ♪', 'snd_voi_home_102800', 24, 1028021, 1, 1, 0, 'snd_voi_home_102800_0024', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 20051, 'Being together is buono, buono! ♪', 'snd_voi_training_102800', 65, 0, 2, 1, 0, 'snd_voi_training_102800_0065', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70000, 'Let me know whenever you''re hungry! ♪', 'snd_voi_outgame_102800', 3, 3001, 7, 1, 0, 'snd_voi_outgame_102800_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 95005, 'I''ll do my best to help you! ♪', 'snd_voi_outgame_102800', 4, 0, 7, 1, 0, 'snd_voi_outgame_102800_0004', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 95006, 'It''s a new dish! Open wide! ♪', 'snd_voi_outgame_102800', 5, 0, 7, 1, 0, 'snd_voi_outgame_102800_0005', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 120000, 'Ohhh! I can feel power coursing through me!', 'snd_voi_outgame_102800', 11, 1028800, 2, 1, 0, 'snd_voi_outgame_102800_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140000, 'Go for the buono!', 'snd_voi_minigame_102800', 0, 4002, 9, 1, 0, 'snd_voi_minigame_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140001, 'Buono, buono!', 'snd_voi_minigame_102800', 1, 1028016, 9, 1, 0, 'snd_voi_minigame_102800_0001', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140002, 'No worries.', 'snd_voi_minigame_102800', 2, 1028018, 9, 1, 0, 'snd_voi_minigame_102800_0002', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140003, 'Oh, an extra-large serving of plush! ☆', 'snd_voi_minigame_102800', 3, 971027, 9, 1, 0, 'snd_voi_minigame_102800_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140004, 'Wowie! You did so well! ♪', 'snd_voi_minigame_102800', 4, 972028, 9, 1, 0, 'snd_voi_minigame_102800_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140005, 'You were so close!', 'snd_voi_minigame_102800', 5, 10014, 9, 1, 0, 'snd_voi_minigame_102800_0005', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140006, 'Oh, an extra-large serving of plush! ☆', 'snd_voi_minigame_102800', 3, 974028, 9, 1, 0, 'snd_voi_minigame_102800_0003', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140007, 'Wowie! You did so well! ♪', 'snd_voi_minigame_102800', 4, 973028, 9, 1, 0, 'snd_voi_minigame_102800_0004', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140008, 'Ehehe!', 'snd_voi_minigame_102800', 6, 1028001, 9, 1, 0, 'snd_voi_minigame_102800_0006', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140009, 'Hm, hmmm! ♪', 'snd_voi_minigame_102800', 7, 1028000, 9, 1, 0, 'snd_voi_minigame_102800_0007', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140010, 'Hehe.', 'snd_voi_minigame_102800', 8, 1028016, 9, 1, 0, 'snd_voi_minigame_102800_0008', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140011, 'Yippee! ☆', 'snd_voi_minigame_102800', 9, 1028007, 9, 1, 0, 'snd_voi_minigame_102800_0009', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140014, 'Urgh...', 'snd_voi_minigame_102800', 10, 1028005, 9, 1, 0, 'snd_voi_minigame_102800_0010', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140015, 'Okay!', 'snd_voi_minigame_102800', 11, 1028807, 9, 1, 0, 'snd_voi_minigame_102800_0011', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140016, 'Let''s gooo!', 'snd_voi_minigame_102800', 12, 1028808, 9, 1, 0, 'snd_voi_minigame_102800_0012', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140012, 'Wow!', 'snd_voi_minigame_102800', 13, 1028015, 9, 1, 0, 'snd_voi_minigame_102800_0013', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140013, 'Oh wow! Amazing!', 'snd_voi_minigame_102800', 14, 1028022, 9, 1, 0, 'snd_voi_minigame_102800_0014', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140017, 'Ah...', 'snd_voi_minigame_102800', 15, 10007, 9, 1, 0, 'snd_voi_minigame_102800_0015', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 140018, 'Hm...', 'snd_voi_minigame_102800', 16, 1028002, 9, 1, 0, 'snd_voi_minigame_102800_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70004, 'Thanks to this super cute uniform, every day is buono! ☆', 'snd_voi_outgame_102800', 16, 1028805, 7, 1, 0, 'snd_voi_outgame_102800_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70010, 'My uniform had to be custom made for me. ☆ You know what they say, bigger is always better.', 'snd_voi_outgame_102800', 17, 1028800, 7, 1, 0, 'snd_voi_outgame_102800_0017', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70008, 'Wow, it''s so cute! I can''t wait to twirl around onstage! ♪', 'snd_voi_outgame_102800', 20, 4002, 7, 1, 0, 'snd_voi_outgame_102800_0020', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70014, 'I''ll show everyone a performance that''s truly buono, buono!', 'snd_voi_outgame_102800', 21, 2002, 7, 1, 0, 'snd_voi_outgame_102800_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70009, 'The racecourse is my kitchen, and I''m cooking up some smiles! ☆', 'snd_voi_outgame_102800', 22, 1028801, 7, 1, 0, 'snd_voi_outgame_102800_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70015, 'With this racewear, I''ll put a big smile on everyone''s face.', 'snd_voi_outgame_102800', 23, 1028021, 7, 1, 0, 'snd_voi_outgame_102800_0023', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 71004, 'Thanks to this super cute uniform, every day is buono! ☆', 'snd_voi_outgame_102800', 16, 25, 7, 0, 0, 'snd_voi_outgame_102800_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 71010, 'My uniform had to be custom made for me. ☆ You know what they say, bigger is always better.', 'snd_voi_outgame_102800', 17, 48, 7, 0, 0, 'snd_voi_outgame_102800_0017', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 71008, 'Wow, it''s so cute! I can''t wait to twirl around onstage! ♪', 'snd_voi_outgame_102800', 20, 148, 7, 0, 0, 'snd_voi_outgame_102800_0020', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 71014, 'I''ll show everyone a performance that''s truly buono, buono!', 'snd_voi_outgame_102800', 21, 49, 7, 0, 0, 'snd_voi_outgame_102800_0021', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 71009, 'The racecourse is my kitchen, and I''m cooking up some smiles! ☆', 'snd_voi_outgame_102800', 22, 19, 7, 0, 0, 'snd_voi_outgame_102800_0022', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 71015, 'With this racewear, I''ll put a big smile on everyone''s face.', 'snd_voi_outgame_102800', 23, 27, 7, 0, 0, 'snd_voi_outgame_102800_0023', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70018, 'Time to dig in!', 'snd_voi_outgame_102800', 26, 1028808, 7, 1, 0, 'snd_voi_outgame_102800_0026', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 70019, 'We''re off with a big BOOM!', 'snd_voi_outgame_102800', 27, 1028000, 7, 1, 0, 'snd_voi_outgame_102800_0027', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 71018, 'Time to dig in!', 'snd_voi_outgame_102800', 26, 27, 7, 0, 0, 'snd_voi_outgame_102800_0026', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 71019, 'We''re off with a big BOOM!', 'snd_voi_outgame_102800', 27, 19, 7, 0, 0, 'snd_voi_outgame_102800_0027', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 2030, 'Let''s give it all we''ve got! ♪', 'snd_voi_teamst_102800', 0, 1028006, 10, 1, 0, 'snd_voi_teamst_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 2031, 'Set sail for buono! ♪', 'snd_voi_teamst_st_102800_0000', 0, 1028007, 10, 1, 0, 'snd_voi_teamst_st_102800_0000', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 2032, 'Thank you for everything, tasty meals and all.', 'snd_voi_training_102800', 64, 1028800, 10, 1, 0, 'snd_voi_training_102800_0064', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 2033, 'My condition''s in buono buono order! ♪ I hope you''re ready for some big results! ☆', 'snd_voi_training_102800', 19, 1028805, 10, 1, 0, 'snd_voi_training_102800_0019', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 2034, 'Dosukoi, dosukooooiii! Hehe, I''ll make this race one to remember! ♪', 'snd_voi_training_102800', 16, 1028000, 10, 1, 0, 'snd_voi_training_102800_0016', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 2035, 'Thank you for everything, tasty meals and all.', 'snd_voi_training_102800', 64, 1028800, 10, 0, 0, 'snd_voi_training_102800_0064', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1028, 400008, 'Don''t worry! ♪ Maya can be my "muse"! She''s a very buono Umamusume. ♪', 'snd_voi_event_090004', 8, 1028006, 7, 1, 0, 'snd_voi_event_090004_0008', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 20051, 'Let''s do our best togeth''r!', 'snd_voi_training_102900', 65, 0, 2, 1, 0, 'snd_voi_training_102900_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 70000, 'I''m runn''n t''become a city girl!', 'snd_voi_outgame_102900', 3, 1029017, 7, 1, 0, 'snd_voi_outgame_102900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 95005, 'I''ll back you up!', 'snd_voi_outgame_102900', 4, 0, 7, 1, 0, 'snd_voi_outgame_102900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 95006, 'I''m gonna show you the grit of someone who grew up in the snow!', 'snd_voi_outgame_102900', 5, 0, 7, 1, 0, 'snd_voi_outgame_102900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 400000, 'Heavens to Betsy! I-i-is this some kind of mistake?!', 'snd_voi_event_090007', 0, 1029015, 7, 1, 0, 'snd_voi_event_090007_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 400006, 'I can''t forget what I''m aspir''n towards, and what pushed me t''keep run''n this far!', 'snd_voi_event_090007', 6, 9001, 7, 1, 0, 'snd_voi_event_090007_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 400011, 'Folks from back home were watch''n too?! Hehe... I''m still too embarrassed to look at the pictures of me danc''n, though.', 'snd_voi_event_090007', 11, 1029006, 7, 1, 0, 'snd_voi_event_090007_0011', 0, 1029012, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 400014, 'Good job on the event! The wind''s gett''n pretty chilly. I think winter''s on its way.', 'snd_voi_event_090007', 14, 9001, 7, 1, 0, 'snd_voi_event_090007_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 400012, 'The event missions''re over here! Hmm... Which one''re you gonna start with?!', 'snd_voi_event_090007', 12, 1029006, 7, 1, 0, 'snd_voi_event_090007_0012', 0, 1029008, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1029, 400013, 'Make sure ya don''t forget to collect your stuff! See ya ''round!', 'snd_voi_event_090007', 13, 8000, 7, 1, 0, 'snd_voi_event_090007_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 11, 'Cygames', 'snd_voi_title_103000', 0, 0, 0, 1, 0, 'snd_voi_title_103000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_103000', 1, 0, 0, 1, 0, 'snd_voi_title_103000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10000, 'Every day, little by little, I''m getting closer to becoming the me I want to be... I think.', 'snd_voi_home_103000', 0, 1030807, 1, 1, 0, 'snd_voi_home_103000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10001, 'Big Brother... Well, um... I''m doing my best to change every day. Please believe in me too, okay?', 'snd_voi_home_103000', 1, 1030000, 1, 1, 0, 'snd_voi_home_103000_0001M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10101, 'Big Sister... Well, um... I''m doing my best to change every day. Please believe in me too, okay?', 'snd_voi_home_103000', 1, 1030000, 1, 1, 0, 'snd_voi_home_103000_0001F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10002, 'You know, I don''t... hate everything about myself anymore.', 'snd_voi_home_103000', 2, 1030018, 1, 1, 0, 'snd_voi_home_103000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10003, 'Happy New Year. Um, Big Brother... Will you please look after me again this year too?', 'snd_voi_home_103000', 3, 1030018, 1, 1, 0, 'snd_voi_home_103000_0003M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10103, 'Happy New Year. Um, Big Sister... Will you please look after me again this year too?', 'snd_voi_home_103000', 3, 1030018, 1, 1, 0, 'snd_voi_home_103000_0003F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10004, 'A-actually, I made some chocolates... B-but are you okay with mine? I''d be happy if you would accept them.', 'snd_voi_home_103000', 4, 4005, 1, 1, 0, 'snd_voi_home_103000_0004M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10104, '...It''s Valentine''s Day, Big Sister. Oh, umm... Ah, um... Do you still have time to eat chocolate together?', 'snd_voi_home_103000', 4, 1030807, 1, 1, 0, 'snd_voi_home_103000_0004F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10005, 'Big Brother, it''s Valentine''s Day, so... let''s make a chocolate house together! I wrote down the recipe!', 'snd_voi_home_103000', 5, 1030000, 1, 1, 0, 'snd_voi_home_103000_0005M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10105, 'Big Sister, it''s Valentine''s Day, so... let''s make a chocolate house together! I wrote down the recipe!', 'snd_voi_home_103000', 5, 1030000, 1, 1, 0, 'snd_voi_home_103000_0005F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10006, 'It''s amazing how the stars can fulfill everyone''s wishes and bring them happiness. I... I have to do my best, too.', 'snd_voi_home_103000', 6, 1030018, 1, 1, 0, 'snd_voi_home_103000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10007, 'I-I don''t need candy or pranks... so it okay if I try saying it too? T-trick... or treat!', 'snd_voi_home_103000', 7, 1030822, 1, 1, 0, 'snd_voi_home_103000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10008, 'There are so many picture books with Santa Claus in them. I like them because they''re all filled with happiness.', 'snd_voi_home_103000', 8, 1030018, 1, 1, 0, 'snd_voi_home_103000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10009, 'I baked a red apple cake that looks just like Santa''s clothes. Big Brother... would you like to eat it with me?', 'snd_voi_home_103000', 9, 1030000, 1, 1, 0, 'snd_voi_home_103000_0009M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10109, 'I baked a red apple cake that looks just like Santa''s clothes. Big Sister... would you like to eat it with me?', 'snd_voi_home_103000', 9, 1030000, 1, 1, 0, 'snd_voi_home_103000_0009F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10010, 'Wow... The year is almost over. Big Brother, ever since I met you, every day has gone by so fast...', 'snd_voi_home_103000', 10, 1030014, 1, 1, 0, 'snd_voi_home_103000_0010M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10110, 'Wow... The year is almost over. Big Sister, ever since I met you, every day has gone by so fast...', 'snd_voi_home_103000', 10, 1030014, 1, 1, 0, 'snd_voi_home_103000_0010F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10011, 'Happy birthday, Big Brother! I hope lots of happy things happen for you today!', 'snd_voi_home_103000', 11, 1030817, 1, 1, 0, 'snd_voi_home_103000_0011M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10111, 'Happy birthday, Big Sister! I hope lots of happy things happen for you today!', 'snd_voi_home_103000', 11, 1030817, 1, 1, 0, 'snd_voi_home_103000_0011F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10012, 'I''ve been waiting a long, long time for the day we can celebrate. ...Um, Big Brother, thank you for being born.', 'snd_voi_home_103000', 12, 1030807, 1, 1, 0, 'snd_voi_home_103000_0012M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10112, 'I''ve been waiting a long, long time for the day we can celebrate. ...Um, Big Sister, thank you for being born.', 'snd_voi_home_103000', 12, 1030807, 1, 1, 0, 'snd_voi_home_103000_0012F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10013, 'E-everyone else congratulated you... but I just started crying... I caused trouble for everyone again... Waaah!', 'snd_voi_home_103000', 13, 1030819, 1, 1, 0, 'snd_voi_home_103000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10014, 'Thanks for wishing me a happy birthday, Big Brother. I''ll do my best to become someone... who can repay your kindness!', 'snd_voi_home_103000', 14, 1030000, 1, 1, 0, 'snd_voi_home_103000_0014M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10114, 'Thanks for wishing me a happy birthday, Big Sister. I''ll do my best to become someone... who can repay your kindness!', 'snd_voi_home_103000', 14, 1030000, 1, 1, 0, 'snd_voi_home_103000_0014F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10015, 'B-Big Brother! Um, it looks like there might be a new notice!', 'snd_voi_home_103000', 15, 1030019, 1, 1, 0, 'snd_voi_home_103000_0015M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10115, 'B-Big Sister! Um, it looks like there might be a new notice!', 'snd_voi_home_103000', 15, 1030019, 1, 1, 0, 'snd_voi_home_103000_0015F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10016, 'Um, you just received a present! Can I watch you open it?', 'snd_voi_home_103000', 16, 1030000, 1, 1, 0, 'snd_voi_home_103000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10017, 'Congratulations on completing a misth—ahhh! I bit my tongue!', 'snd_voi_home_103000', 17, 1030000, 1, 1, 0, 'snd_voi_home_103000_0017', 0, 1030009, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10018, 'There''s an event coming up soon. ...I wonder what it''ll be like?', 'snd_voi_home_103000', 18, 1030018, 1, 1, 0, 'snd_voi_home_103000_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10019, 'It looks like an event is going on... I''ll try not to cause any trouble, so can we just take a quick peek?', 'snd_voi_home_103000', 19, 1030008, 1, 1, 0, 'snd_voi_home_103000_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20000, 'Phew... I guess I''m just... a little tired...', 'snd_voi_training_103000', 0, 1030008, 2, 1, 0, 'snd_voi_training_103000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20001, '...I''m okay. I''m not tired... or anything... I''m just fine...', 'snd_voi_training_103000', 1, 1030017, 2, 1, 0, 'snd_voi_training_103000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20002, 'I feel like I can try really, really hard today! Leave it to me, Big Brother.', 'snd_voi_training_103000', 2, 1030817, 2, 1, 0, 'snd_voi_training_103000_0002M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20102, 'I feel like I can try really, really hard today! Leave it to me, Big Sister.', 'snd_voi_training_103000', 2, 1030817, 2, 1, 0, 'snd_voi_training_103000_0002F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20003, 'Um, I already finished warming up! We can start with whatever you want.', 'snd_voi_training_103000', 3, 1030000, 2, 1, 0, 'snd_voi_training_103000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20004, 'I can do this—yeah! Let''s put in our best today.', 'snd_voi_training_103000', 4, 7002, 2, 1, 0, 'snd_voi_training_103000_0004', 0, 1, 2800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20005, 'Shall we train, Big Brother? I feel like I can work really hard right now.', 'snd_voi_training_103000', 5, 1030807, 2, 1, 0, 'snd_voi_training_103000_0005M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20105, 'Shall we train, Big Sister? I feel like I can work really hard right now.', 'snd_voi_training_103000', 5, 1030807, 2, 1, 0, 'snd_voi_training_103000_0005F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20006, 'What training do you want to do?', 'snd_voi_training_103000', 6, 1030018, 2, 1, 0, 'snd_voi_training_103000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20007, 'I''ll do my best not to disappoint you.', 'snd_voi_training_103000', 7, 1030018, 2, 1, 0, 'snd_voi_training_103000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20008, 'Ugh... You can do it, Rice... You can do it...', 'snd_voi_training_103000', 8, 1030017, 2, 1, 0, 'snd_voi_training_103000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20009, 'I wonder if there''s anything I can do...', 'snd_voi_training_103000', 9, 1030008, 2, 1, 0, 'snd_voi_training_103000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20010, 'Aww... I didn''t want to cause Big Brother any trouble... I''m sorry...', 'snd_voi_training_103000', 10, 1030009, 2, 1, 0, 'snd_voi_training_103000_0010M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20110, 'Aww... I didn''t want to cause Big Sister any trouble... I''m sorry...', 'snd_voi_training_103000', 10, 1030009, 2, 1, 0, 'snd_voi_training_103000_0010F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20011, 'I wonder... if I''ll become a hopeless Umamusume again...', 'snd_voi_training_103000', 11, 1030820, 2, 1, 0, 'snd_voi_training_103000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20021, 'Huh? ...Another race? Ah... I-it''s okay! I''ll do my best!', 'snd_voi_training_103000', 12, 1030008, 2, 1, 0, 'snd_voi_training_103000_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20022, '...What should I do? My legs are... No, I can still... I can still try. I should be able to race properly...', 'snd_voi_training_103000', 13, 1030009, 2, 1, 0, 'snd_voi_training_103000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20023, 'All I have to do is run with everything I have... Isn''t that right, Big Brother?', 'snd_voi_training_103000', 14, 1030000, 2, 1, 0, 'snd_voi_training_103000_0014M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20123, 'All I have to do is run with everything I have... Isn''t that right, Big Sister?', 'snd_voi_training_103000', 14, 1030000, 2, 1, 0, 'snd_voi_training_103000_0014F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20024, 'Keep running until the end! I can do this—yeah!', 'snd_voi_training_103000', 15, 1030000, 2, 1, 0, 'snd_voi_training_103000_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20025, 'I have a good feeling about this race that has me all excited! Running today... might just be fun!', 'snd_voi_training_103000', 16, 1030817, 2, 1, 0, 'snd_voi_training_103000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20026, 'Phew. Okay! Are we starting yet?', 'snd_voi_training_103000', 17, 1030000, 2, 1, 0, 'snd_voi_training_103000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20027, 'I did lots of training with Big Brother, so I''m sure I can do my best!', 'snd_voi_training_103000', 18, 1030807, 2, 1, 0, 'snd_voi_training_103000_0018M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20127, 'I did lots of training with Big Sister, so I''m sure I can do my best!', 'snd_voi_training_103000', 18, 1030807, 2, 1, 0, 'snd_voi_training_103000_0018F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20028, 'I''m not useless... I''m not useless. Okay, it''ll be fine... I''m ready to race!', 'snd_voi_training_103000', 19, 1030807, 2, 1, 0, 'snd_voi_training_103000_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20029, 'Wah, it''s already starting?! I-I''ll do my best!', 'snd_voi_training_103000', 20, 1030015, 2, 1, 0, 'snd_voi_training_103000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20030, 'Inhale... exhale... I''m not scared! I''m not scared!', 'snd_voi_training_103000', 21, 1030019, 2, 1, 0, 'snd_voi_training_103000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20031, 'I can''t help but get nervous before a race...', 'snd_voi_training_103000', 22, 1030018, 2, 1, 0, 'snd_voi_training_103000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20032, 'No, no, don''t get anxious! You can do it, Rice. You can do it...', 'snd_voi_training_103000', 23, 1030017, 2, 1, 0, 'snd_voi_training_103000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20033, 'I-I''m shaking... Um, Big Brother... Can I hold your hand... for just a little bit?', 'snd_voi_training_103000', 24, 1030801, 2, 1, 0, 'snd_voi_training_103000_0024M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20133, 'I-I''m shaking... Um, Big Sister... Can I hold your hand... for just a little bit?', 'snd_voi_training_103000', 24, 1030801, 2, 1, 0, 'snd_voi_training_103000_0024F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20034, 'Um, um... I-I''ll be careful to not cause any trouble while I''m running.', 'snd_voi_training_103000', 25, 3005, 2, 1, 0, 'snd_voi_training_103000_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20035, 'I don''t want to give up... I''m scared, I''m anxious... but I still have to do my best!', 'snd_voi_training_103000', 26, 1030002, 2, 1, 0, 'snd_voi_training_103000_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20036, 'I won''t... run away from this race. Because B-Big Brother is with me!', 'snd_voi_training_103000', 27, 1030009, 2, 1, 0, 'snd_voi_training_103000_0027M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20136, 'I won''t... run away from this race. Because B-Big Sister is with me!', 'snd_voi_training_103000', 27, 1030009, 2, 1, 0, 'snd_voi_training_103000_0027F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20037, '...I don''t have time to cry. This is my time... I have to run!', 'snd_voi_training_103000', 28, 1030818, 2, 1, 0, 'snd_voi_training_103000_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20038, 'Aaall right!', 'snd_voi_training_103000', 29, 0, 2, 1, 0, 'snd_voi_training_103000_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20039, 'Here I go!', 'snd_voi_training_103000', 30, 0, 2, 1, 0, 'snd_voi_training_103000_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20040, 'I can do this!', 'snd_voi_training_103000', 31, 0, 2, 1, 0, 'snd_voi_training_103000_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20041, 'If it''s studying...', 'snd_voi_training_103000', 32, 0, 2, 1, 0, 'snd_voi_training_103000_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20042, 'Oh no...', 'snd_voi_training_103000', 33, 0, 2, 1, 0, 'snd_voi_training_103000_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20043, 'Mm?', 'snd_voi_training_103000', 34, 0, 2, 1, 0, 'snd_voi_training_103000_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20046, 'Yeah, let''s go!', 'snd_voi_training_103000', 37, 0, 2, 1, 0, 'snd_voi_training_103000_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20047, 'I''m excited!', 'snd_voi_training_103000', 38, 0, 2, 1, 0, 'snd_voi_training_103000_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20049, 'Was I able to show you something good about me?', 'snd_voi_training_103000', 63, 0, 2, 1, 0, 'snd_voi_training_103000_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20050, 'Thanks, Big Brother!', 'snd_voi_training_103000', 64, 0, 2, 1, 0, 'snd_voi_training_103000_0064M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20150, 'Thanks, Big Sister!', 'snd_voi_training_103000', 64, 0, 2, 1, 0, 'snd_voi_training_103000_0064F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30000, 'With just a little more work, I know I can make it!', 'snd_voi_race_103000', 0, 0, 3, 1, 0, 'snd_voi_race_103000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30001, 'Big Brother, were you watching me?', 'snd_voi_race_103000', 1, 0, 3, 1, 0, 'snd_voi_race_103000_0001M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30101, 'Big Sister, were you watching me?', 'snd_voi_race_103000', 1, 0, 3, 1, 0, 'snd_voi_race_103000_0001F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30002, 'Ugh, I have to try harder!', 'snd_voi_race_103000', 2, 0, 3, 1, 0, 'snd_voi_race_103000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30003, 'This is no good...', 'snd_voi_race_103000', 3, 0, 3, 1, 0, 'snd_voi_race_103000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 60000, 'Will you listen to my song?', 'snd_voi_live_103000', 0, 0, 4, 1, 0, 'snd_voi_live_103000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 60001, 'I hope everyone will be happy...', 'snd_voi_live_103000', 1, 0, 4, 1, 0, 'snd_voi_live_103000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70001, 'Have I grown since then? ...If so, I''m glad.', 'snd_voi_outgame_103000', 1, 1030000, 7, 1, 0, 'snd_voi_outgame_103000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90000, 'Ah... Big Brother! Um... G-good morning! ...Yes! I''m glad I said it right...', 'snd_voi_home_103001', 0, 1030018, 1, 1, 0, 'snd_voi_home_103001_0000M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90100, 'Ah... Big Sister! Um... G-good morning! ...Yes! I''m glad I said it right...', 'snd_voi_home_103001', 0, 1030018, 1, 1, 0, 'snd_voi_home_103001_0000F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90001, 'I saw McQueen during my morning training... She was so graceful... and ran so beautifully... It was breathtaking!', 'snd_voi_home_103001', 1, 1030807, 1, 1, 0, 'snd_voi_home_103001_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90002, 'Just now, a bird took Doto''s lunch... It''s all because I said it looked delicious!', 'snd_voi_home_103001', 2, 1030008, 1, 1, 0, 'snd_voi_home_103001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90003, 'Let''s keep this up in the afternoon! Hehe, I''m looking forward to training with you, Big Brother...', 'snd_voi_home_103001', 3, 1030000, 1, 1, 0, 'snd_voi_home_103001_0003M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90103, 'Let''s keep this up in the afternoon! Hehe, I''m looking forward to training with you, Big Sister...', 'snd_voi_home_103001', 3, 1030000, 1, 1, 0, 'snd_voi_home_103001_0003F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90004, 'Thank you for your hard work, Big Brother... I''m sorry for making you work so late. I''ll try harder too!', 'snd_voi_home_103001', 4, 1030019, 1, 1, 0, 'snd_voi_home_103001_0004M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90104, 'Thank you for your hard work, Big Sister... I''m sorry for making you work so late. I''ll try harder too!', 'snd_voi_home_103001', 4, 1030019, 1, 1, 0, 'snd_voi_home_103001_0004F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90005, 'Not sleepy, not sleepy... I''m not sleepy... Yawn...', 'snd_voi_home_103001', 5, 1030826, 1, 1, 0, 'snd_voi_home_103001_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90006, 'When I was running outside, I found a small flower on the corner of the road. ...Spring is already in full swing.', 'snd_voi_home_103001', 6, 1030018, 1, 1, 0, 'snd_voi_home_103001_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90007, '...Big Brother, it''s hot... Sigh... I feel like I''m going to melt like porridge...', 'snd_voi_home_103001', 7, 1030009, 1, 1, 0, 'snd_voi_home_103001_0007M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90107, '...Big Sister, it''s hot... Sigh... I feel like I''m going to melt like porridge...', 'snd_voi_home_103001', 7, 1030009, 1, 1, 0, 'snd_voi_home_103001_0007F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90008, 'Hehe, I picked up some beautiful fallen leaves. I wonder if Mother would be happy if I sent them in a letter?', 'snd_voi_home_103001', 8, 1030817, 1, 1, 0, 'snd_voi_home_103001_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90009, 'Hehe, Big Brother''s cheeks look like apples. Hehe, what do you think of my cheeks?', 'snd_voi_home_103001', 9, 1030817, 1, 1, 0, 'snd_voi_home_103001_0009M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90109, 'Hehe, Big Sister''s cheeks look like apples. Hehe, what do you think of my cheeks?', 'snd_voi_home_103001', 9, 1030817, 1, 1, 0, 'snd_voi_home_103001_0009F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91000, 'Urara''s always working hard with a smile on her face... Whenever I see her, she makes me want to do my best too.', 'snd_voi_home_103001', 10, 1030000, 1, 1, 0, 'snd_voi_home_103001_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91001, 'When I clean today, I''ll try not to spill any water... That way, everyone won''t slip!', 'snd_voi_home_103001', 11, 1030825, 1, 1, 0, 'snd_voi_home_103001_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91002, 'H-huh? Bakushin O was there just a second ago... Is this the "power of Bakushin" she mentioned?', 'snd_voi_home_103001', 12, 1030823, 1, 1, 0, 'snd_voi_home_103001_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91003, 'I wonder why Maruzen invites me on drives... We even got stuck in a traffic jam last time... She''s so kind...', 'snd_voi_home_103001', 13, 1030824, 1, 1, 0, 'snd_voi_home_103001_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91004, 'Whenever I try to cross the street, the walk signal always turns red... That''s why I try not to walk beside anybody else.', 'snd_voi_home_103001', 14, 1030011, 1, 1, 0, 'snd_voi_home_103001_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91005, 'When I''m alone in the bathtub, I secretly practice my singing. ...It sounds better than usual there.', 'snd_voi_home_103001', 15, 1030807, 1, 1, 0, 'snd_voi_home_103001_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91006, 'I love the stage. It sparkles and puts smiles on the faces of everyone watching.', 'snd_voi_home_103001', 16, 1030807, 1, 1, 0, 'snd_voi_home_103001_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91007, 'Ow... Since I''m wearing this outfit, I thought I''d try walking without looking down, but I bumped my knee...', 'snd_voi_home_103001', 17, 1030008, 1, 1, 0, 'snd_voi_home_103001_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91008, 'I wonder if I can really bloom one day. No... I want to become the me who believes I will!', 'snd_voi_home_103001', 18, 1030804, 1, 1, 0, 'snd_voi_home_103001_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91009, 'Hmm... I drink milk every morning, so why aren''t I getting any bigger? Am I... not drinking enough?', 'snd_voi_home_103001', 19, 1030008, 1, 1, 0, 'snd_voi_home_103001_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91010, 'Shall we stretch after eating? Stretching out in cat pose makes my back feel good... Hehe.', 'snd_voi_home_103001', 20, 1030817, 1, 1, 0, 'snd_voi_home_103001_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91011, 'Tonight is the night I''m going to tell Rob Roy, "I like that book too." ...T-tonight is the night!', 'snd_voi_home_103001', 21, 1030002, 1, 1, 0, 'snd_voi_home_103001_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91012, 'A new student who''s lost... Would I be too much of a nuisance if I called out to her? But... B-but...', 'snd_voi_home_103001', 22, 1030822, 1, 1, 0, 'snd_voi_home_103001_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91013, 'I hope it doesn''t rain today... I can''t have Big Brother getting all wet!', 'snd_voi_home_103001', 23, 1030008, 1, 1, 0, 'snd_voi_home_103001_0023M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91113, 'I hope it doesn''t rain today... I can''t have Big Sister getting all wet!', 'snd_voi_home_103001', 23, 1030008, 1, 1, 0, 'snd_voi_home_103001_0023F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91014, 'I wonder if a bed of leaves is as soft and cushy as it''s shown in picture books... I want to try falling into one.', 'snd_voi_home_103001', 24, 1030807, 1, 1, 0, 'snd_voi_home_103001_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91015, 'Ah... D-don''t get too close or you''ll get zapped with static electricity... I''m sorry. I know it''s hard, but we''ll have to talk from afar...', 'snd_voi_home_103001', 25, 1030015, 1, 1, 0, 'snd_voi_home_103001_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92000, 'Umm, I''m looking forward to working with you again today!', 'snd_voi_training_103001', 0, 1030019, 2, 1, 0, 'snd_voi_training_103001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92001, 'Inhale... exhale... You can do it, Rice. You can do it—yeah!', 'snd_voi_training_103001', 1, 1030000, 2, 1, 0, 'snd_voi_training_103001_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92002, 'I''ll do my best in any training!', 'snd_voi_training_103001', 2, 1030000, 2, 1, 0, 'snd_voi_training_103001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92003, 'Am I... making good progress?', 'snd_voi_training_103001', 3, 1030824, 2, 1, 0, 'snd_voi_training_103001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92011, 'Hehe... Ah! I-I''m sorry, this isn''t the time to laugh. I was just so happy...', 'snd_voi_training_103001', 4, 1030817, 2, 1, 0, 'snd_voi_training_103001_0004', 0, 1030014, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92005, 'I may still have a long way to go... but I want to do my best. ...I want to become stronger.', 'snd_voi_training_103001', 5, 1030018, 2, 1, 0, 'snd_voi_training_103001_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92006, 'I''ve been having a lot of fun running recently. Hehe... I want to get even faster.', 'snd_voi_training_103001', 6, 1030817, 2, 1, 0, 'snd_voi_training_103001_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92007, 'Please train me a lot, Big Brother. I... want to win.', 'snd_voi_training_103001', 7, 1030000, 2, 1, 0, 'snd_voi_training_103001_0007M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92008, 'Please train me a lot, Big Sister. I... want to win.', 'snd_voi_training_103001', 7, 1030000, 2, 1, 0, 'snd_voi_training_103001_0007F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 93000, 'I''ve come this far because of Big Brother!', 'snd_voi_training_103001', 8, 0, 2, 1, 0, 'snd_voi_training_103001_0008M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 93001, 'I''ve come this far because of Big Sister!', 'snd_voi_training_103001', 8, 0, 2, 1, 0, 'snd_voi_training_103001_0008F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 93002, 'I''m getting closer to who I want to be.', 'snd_voi_training_103001', 9, 0, 2, 1, 0, 'snd_voi_training_103001_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95000, 'I wonder if I got a little stronger?', 'snd_voi_outgame_103001', 0, 1030006, 7, 1, 0, 'snd_voi_outgame_103001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95001, 'As long as Big Brother is here, I can do anything!', 'snd_voi_outgame_103001', 1, 1030018, 7, 1, 0, 'snd_voi_outgame_103001_0001M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95101, 'As long as Big Sister is here, I can do anything!', 'snd_voi_outgame_103001', 1, 1030018, 7, 1, 0, 'snd_voi_outgame_103001_0001F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95003, 'Y-yis! ...I''m Rice Shower!', 'snd_voi_outgame_103001', 3, 1030009, 7, 1, 0, 'snd_voi_outgame_103001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95004, 'I want to make everyone happy... So I''m gonna run!', 'snd_voi_gacha_103001', 0, 0, 7, 1, 0, 'snd_voi_gacha_103001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1008, 'Wh-whaaa! L-Let''s do our best!', 'snd_voi_teamst_st_103000_0000', 0, 1030014, 8, 1, 0, 'snd_voi_teamst_st_103000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1065, 'Will we be okay?', 'snd_voi_teamst_st_103000_1052', 0, 1030008, 8, 1, 0, 'snd_voi_teamst_st_103000_1052_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1016, 'Y-yeah!', 'snd_voi_teamst_st_100400_1030', 1, 1030002, 8, 1, 0, 'snd_voi_teamst_st_100400_1030_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1087, 'R-right!', 'snd_voi_teamst_st_104100_1030', 1, 990063, 8, 1, 0, 'snd_voi_teamst_st_104100_1030_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1105, 'Y-yes!', 'snd_voi_teamst_st_105000_1030', 1, 1030014, 8, 1, 0, 'snd_voi_teamst_st_105000_1030_01', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1000, 'Let''s goooo!', 'snd_voi_teamst_103000', 0, 990061, 8, 1, 0, 'snd_voi_teamst_103000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1001, 'Hehe, we did it... ♪', 'snd_voi_teamst_103000', 1, 0, 8, 1, 0, 'snd_voi_teamst_103000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1003, 'A draw... It was so close...', 'snd_voi_teamst_103000', 2, 0, 8, 1, 0, 'snd_voi_teamst_103000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1002, 'Ugh, we lost...', 'snd_voi_teamst_103000', 3, 0, 8, 1, 0, 'snd_voi_teamst_103000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1004, 'It''s our victory... ♪', 'snd_voi_teamst_103000', 4, 1030000, 8, 1, 0, 'snd_voi_teamst_103000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1007, 'A new high score... Amazing!', 'snd_voi_teamst_103000', 5, 1030001, 8, 1, 0, 'snd_voi_teamst_103000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1006, 'A draw... It was so close...', 'snd_voi_teamst_103000', 2, 1030010, 8, 1, 0, 'snd_voi_teamst_103000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 1005, 'Ugh, we lost...', 'snd_voi_teamst_103000', 3, 1030004, 8, 1, 0, 'snd_voi_teamst_103000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 120000, 'I''m overflowing with energy!', 'snd_voi_outgame_103000', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_103000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140000, 'Do your best!', 'snd_voi_minigame_103000', 0, 1030000, 9, 1, 0, 'snd_voi_minigame_103000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140001, 'Yay!', 'snd_voi_minigame_103000', 1, 1030007, 9, 1, 0, 'snd_voi_minigame_103000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140002, 'Whoa!', 'snd_voi_minigame_103000', 2, 1030014, 9, 1, 0, 'snd_voi_minigame_103000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140003, 'Look! Look at all this!', 'snd_voi_minigame_103000', 3, 971030, 9, 1, 0, 'snd_voi_minigame_103000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140004, 'They''re all so cute...', 'snd_voi_minigame_103000', 4, 972030, 9, 1, 0, 'snd_voi_minigame_103000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140005, 'Waaah...', 'snd_voi_minigame_103000', 5, 1030819, 9, 1, 0, 'snd_voi_minigame_103000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140006, 'Look! Look at all this!', 'snd_voi_minigame_103000', 3, 974030, 9, 1, 0, 'snd_voi_minigame_103000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140007, 'They''re all so cute...', 'snd_voi_minigame_103000', 4, 973030, 9, 1, 0, 'snd_voi_minigame_103000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140008, 'Wh-whoa!', 'snd_voi_minigame_103000', 6, 1030821, 9, 1, 0, 'snd_voi_minigame_103000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140009, 'Hehe.', 'snd_voi_minigame_103000', 7, 1030808, 9, 1, 0, 'snd_voi_minigame_103000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140010, 'Teehee...', 'snd_voi_minigame_103000', 8, 1030809, 9, 1, 0, 'snd_voi_minigame_103000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140011, 'Amazing!', 'snd_voi_minigame_103000', 9, 1030810, 9, 1, 0, 'snd_voi_minigame_103000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140014, 'Oh no!', 'snd_voi_minigame_103000', 10, 1030811, 9, 1, 0, 'snd_voi_minigame_103000_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140015, 'Hm, hmm...', 'snd_voi_minigame_103000', 11, 1030812, 9, 1, 0, 'snd_voi_minigame_103000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140016, 'Please do your best!', 'snd_voi_minigame_103000', 12, 1030817, 9, 1, 0, 'snd_voi_minigame_103000_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140012, 'Whoa!', 'snd_voi_minigame_103000', 13, 1030813, 9, 1, 0, 'snd_voi_minigame_103000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140013, 'Ah!', 'snd_voi_minigame_103000', 14, 1030827, 9, 1, 0, 'snd_voi_minigame_103000_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140017, 'Uuugh...', 'snd_voi_minigame_103000', 15, 1030815, 9, 1, 0, 'snd_voi_minigame_103000_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 140018, 'I''m sorry...', 'snd_voi_minigame_103000', 16, 1030816, 9, 1, 0, 'snd_voi_minigame_103000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 40000, 'Even I... can bloom!', 'snd_voi_race_103001', 2, 0, 3, 1, 0, 'snd_voi_race_103001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 40001, 'I vow... that with the person I love... even I can bloom... into a blue rose of happiness!', 'snd_voi_race_103001', 3, 0, 3, 1, 0, 'snd_voi_race_103001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30004, 'Whoa... I did it!', 'snd_voi_race_103001', 0, 0, 3, 1, 0, 'snd_voi_race_103001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30005, 'I have... changed, right?', 'snd_voi_race_103000', 8, 0, 3, 1, 0, 'snd_voi_race_103000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 31000, 'I''ll see you later!', 'snd_voi_race_103000', 9, 0, 3, 1, 0, 'snd_voi_race_103000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 13, 'This is today''s login bonus...', 'snd_voi_title_103000', 4, 1030000, 1, 1, 0, 'snd_voi_title_103000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 15, 'Tomorrow, you''ll get this... How exciting! ♪', 'snd_voi_title_103000', 5, 8002, 1, 1, 0, 'snd_voi_title_103000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 110000, 'Shall we... train?', 'snd_voi_home_103000', 21, 0, 1, 1, 0, 'snd_voi_home_103000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 110001, 'So many fun memories.', 'snd_voi_home_103000', 22, 1, 1, 1, 0, 'snd_voi_home_103000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 110002, 'Are we entering a race?', 'snd_voi_home_103000', 23, 1, 1, 1, 0, 'snd_voi_home_103000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 10021, 'It looks like the Archive level went up... Want to take a look?', 'snd_voi_home_103000', 24, 8001, 1, 1, 0, 'snd_voi_home_103000_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 20051, 'P-pwease!', 'snd_voi_training_103000', 65, 1009, 2, 1, 0, 'snd_voi_training_103000_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70000, 'Make sure... to watch me!', 'snd_voi_outgame_103000', 3, 0, 7, 1, 0, 'snd_voi_outgame_103000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95005, 'This will help... right?', 'snd_voi_outgame_103000', 4, 0, 7, 1, 0, 'snd_voi_outgame_103000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95006, 'I''ll help you some more!', 'snd_voi_outgame_103000', 5, 0, 7, 1, 0, 'snd_voi_outgame_103000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70004, 'Does this uniform look good on me?', 'snd_voi_outgame_103000', 16, 1030000, 7, 1, 0, 'snd_voi_outgame_103000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70010, 'I''m glad I came here... I got to meet people I care about.', 'snd_voi_outgame_103000', 17, 1030001, 7, 1, 0, 'snd_voi_outgame_103000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70008, 'Wooow... It''s so frilly!', 'snd_voi_outgame_103000', 20, 1030006, 7, 1, 0, 'snd_voi_outgame_103000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70014, 'It''s embarrassing when you stare so much...', 'snd_voi_outgame_103000', 21, 1030011, 7, 1, 0, 'snd_voi_outgame_103000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70009, 'It looks like a rose, right?', 'snd_voi_outgame_103000', 22, 1030018, 7, 1, 0, 'snd_voi_outgame_103000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70015, 'I''m sure... I can shine too...', 'snd_voi_outgame_103000', 23, 1030000, 7, 1, 0, 'snd_voi_outgame_103000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71004, 'Does this uniform look good on me?', 'snd_voi_outgame_103000', 16, 18, 7, 0, 0, 'snd_voi_outgame_103000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71010, 'I''m glad I came here... I got to meet people I care about.', 'snd_voi_outgame_103000', 17, 27, 7, 0, 0, 'snd_voi_outgame_103000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71008, 'Wooow... It''s so frilly!', 'snd_voi_outgame_103000', 20, 34, 7, 0, 0, 'snd_voi_outgame_103000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71014, 'It''s embarrassing when you stare so much...', 'snd_voi_outgame_103000', 21, 49, 7, 0, 0, 'snd_voi_outgame_103000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71009, 'It looks like a rose, right?', 'snd_voi_outgame_103000', 22, 48, 7, 0, 0, 'snd_voi_outgame_103000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71015, 'I''m sure... I can shine too...', 'snd_voi_outgame_103000', 23, 18, 7, 0, 0, 'snd_voi_outgame_103000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 2030, 'Let''s goooo!', 'snd_voi_teamst_103000', 0, 990061, 10, 1, 0, 'snd_voi_teamst_103000_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 2031, 'Wh-whaaa! L-Let''s do our best!', 'snd_voi_teamst_st_103000_0000', 0, 1030014, 10, 1, 0, 'snd_voi_teamst_st_103000_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 2032, 'Thanks, Big Brother!', 'snd_voi_training_103000', 64, 1030817, 10, 1, 0, 'snd_voi_training_103000_0064M', 1, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 2036, 'Thanks, Big Sister!', 'snd_voi_training_103000', 64, 1030817, 10, 1, 0, 'snd_voi_training_103000_0064F', 2, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 2033, 'I''m not useless... I''m not useless. Okay, it''ll be fine... I''m ready to race!', 'snd_voi_training_103000', 19, 1030807, 10, 1, 0, 'snd_voi_training_103000_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 2034, 'I have a good feeling about this race that has me all excited! Running today... might just be fun!', 'snd_voi_training_103000', 16, 1030817, 10, 1, 0, 'snd_voi_training_103000_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 2035, 'Thanks, Big Brother!', 'snd_voi_training_103000', 64, 1030817, 10, 0, 0, 'snd_voi_training_103000_0064M', 1, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 2037, 'Thanks, Big Sister!', 'snd_voi_training_103000', 64, 1030817, 10, 0, 0, 'snd_voi_training_103000_0064F', 2, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90010, 'Big Brother, you look so sleepy... Would you like some candy? If you eat something sweet, you should wake right up!', 'snd_voi_home_103002', 0, 1030828, 1, 1, 0, 'snd_voi_home_103002_0000M', 1, 1030000, 4000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90110, 'Big Sister, you look so sleepy... Would you like some candy? If you eat something sweet, you should wake right up!', 'snd_voi_home_103002', 0, 1030828, 1, 1, 0, 'snd_voi_home_103002_0000F', 2, 1030000, 4000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90011, 'Yawn... Ehe, I was up late last night. I just kept imagining what I would do as a bat and all the places I would go...', 'snd_voi_home_103002', 1, 1030005, 1, 1, 0, 'snd_voi_home_103002_0001', 0, 1030010, 2000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90012, 'If I was a real vampire, I would try to make do on just tomato juice...', 'snd_voi_home_103002', 2, 1030020, 1, 1, 0, 'snd_voi_home_103002_0002', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90013, 'Vampires sleep during the day, right? Are you tired, Big Brother? Would you... like to take a nap?', 'snd_voi_home_103002', 3, 1030020, 1, 1, 0, 'snd_voi_home_103002_0003M', 1, 1030814, 7000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90113, 'Vampires sleep during the day, right? Are you tired, Big Sister? Would you... like to take a nap?', 'snd_voi_home_103002', 3, 1030020, 1, 1, 0, 'snd_voi_home_103002_0003F', 2, 1030814, 7000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90014, 'A vampire like me doesn''t get tired at night! Is there anything I can do to help?', 'snd_voi_home_103002', 4, 1030806, 1, 1, 0, 'snd_voi_home_103002_0004M', 1, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90114, 'A vampire like me doesn''t get tired at night! Is there anything I can do to help?', 'snd_voi_home_103002', 4, 1030806, 1, 1, 0, 'snd_voi_home_103002_0004F', 2, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90015, 'It''s so dark... Wh-what if I see a ghost? Will this costume make it friendly? Maybe?', 'snd_voi_home_103002', 5, 1030013, 1, 1, 0, 'snd_voi_home_103002_0005', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90016, 'There are bats out there that drink nectar from flowers, right? Hehe, that''s so cute. I want to see one!', 'snd_voi_home_103002', 6, 1030000, 1, 1, 0, 'snd_voi_home_103002_0006', 0, 1030007, 3800, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90017, 'You hear a lot of spooky stories in summer too, right? Urghhh... Why can''t ghosts just stick to Halloween?', 'snd_voi_home_103002', 7, 1030008, 1, 1, 0, 'snd_voi_home_103002_0007', 0, 1030005, 4500, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90018, 'Pumpkin pie, chestnut tarts, pear cakes, and don''t forget sweet potato cookies! Which one do you like best, Big Brother?', 'snd_voi_home_103002', 8, 1030817, 1, 1, 0, 'snd_voi_home_103002_0008M', 1, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90118, 'Pumpkin pie, chestnut tarts, pear cakes, and don''t forget sweet potato cookies! Which one do you like best, Big Sister?', 'snd_voi_home_103002', 8, 1030817, 1, 1, 0, 'snd_voi_home_103002_0008F', 2, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 90019, 'Vampires live in big castles, right? Winters must be so cold... I would never wander far from the fireplace if it were me.', 'snd_voi_home_103002', 9, 1030018, 1, 1, 0, 'snd_voi_home_103002_0009', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91016, 'Guess what? Rob Roy and I were casting a magic spell in our room. Bubbles, bubbles, swirl and sway... Make tomorrow a good day!', 'snd_voi_home_103002', 10, 1030000, 1, 1, 0, 'snd_voi_home_103002_0010', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91017, 'You know Bourbon? She made me a jack-o''-lantern, and she did it super fast! I couldn''t believe it!', 'snd_voi_home_103002', 11, 1030007, 1, 1, 0, 'snd_voi_home_103002_0011', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91018, 'Vampires can''t eat garlic bread, right? Urgh... I''ll just have to suck it up while I wear this costume.', 'snd_voi_home_103002', 12, 1030816, 1, 1, 0, 'snd_voi_home_103002_0012', 0, 1030005, 4000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91019, 'B-Big Brother, if you don''t give me a treat, I-I''ll... I''ll... Urgh... Do I have to play a trick on you?', 'snd_voi_home_103002', 13, 1030002, 1, 1, 0, 'snd_voi_home_103002_0013M', 1, 1030019, 7300, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91119, 'B-Big Sister, if you don''t give me a treat, I-I''ll... I''ll... Urgh... Do I have to play a trick on you?', 'snd_voi_home_103002', 13, 1030002, 1, 1, 0, 'snd_voi_home_103002_0013F', 2, 1030019, 7300, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91020, 'Have you heard the fairy tale about the carriage made from a pumpkin? I would love to ride one someday!', 'snd_voi_home_103002', 14, 1030803, 1, 1, 0, 'snd_voi_home_103002_0014', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91028, 'These wings on my back make me wanna zoooom through the skies!\nI-I just hope... I don''t come crashing to the ground...', 'snd_voi_home_103002', 15, 1030000, 1, 1, 0, 'snd_voi_home_103002_0015', 0, 1030004, 5000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91029, 'Look, I''ve got fake fangs in. See?', 'snd_voi_home_103002', 16, 1030803, 1, 1, 0, 'snd_voi_home_103002_0016', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91021, 'I had a really weird dream... I saw a vampire who was really, really hungry... Did I give them bad luck?', 'snd_voi_home_103002', 17, 1030013, 1, 1, 0, 'snd_voi_home_103002_0017', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91022, 'People keep giving me candy, and all I''m doing is walking around campus... What am I going to do with all of this?', 'snd_voi_home_103002', 18, 1030011, 1, 1, 0, 'snd_voi_home_103002_0018', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91023, 'Before bed, my mother used to read me a picture book called The Ghost''s House of Tricks and Treats. I''d love to read it with you sometime.', 'snd_voi_home_103002', 19, 1030829, 1, 1, 0, 'snd_voi_home_103002_0019M', 1, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91123, 'Before bed, my mother used to read me a picture book called The Ghost''s House of Tricks and Treats. I''d love to read it with you sometime.', 'snd_voi_home_103002', 19, 1030829, 1, 1, 0, 'snd_voi_home_103002_0019F', 2, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91024, 'Do you think vampires ever get to see the flowers that bloom during the day?', 'snd_voi_home_103002', 20, 1030017, 1, 1, 0, 'snd_voi_home_103002_0020', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91025, 'Is it true that the spirits of the dead join us for the festival dance? Does that mean... they come to our winning concerts too? Nooo!', 'snd_voi_home_103002', 21, 1030019, 1, 1, 0, 'snd_voi_home_103002_0021', 0, 1030015, 5000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91026, 'Look at all these Halloween decorations! My friends and I put them all up, and then we made candy. Do you think I was helpful enough?', 'snd_voi_home_103002', 22, 1030000, 1, 1, 0, 'snd_voi_home_103002_0022', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 91027, 'The icicles hanging from the roofs all look like vampire fangs. It''s like we match!', 'snd_voi_home_103002', 23, 1030827, 1, 1, 0, 'snd_voi_home_103002_0023', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92015, 'Headband? Check. Wings? Check. Cleats? Check. Fangs? Check... Okay, I''m all ready!', 'snd_voi_training_103002', 0, 1030006, 2, 1, 0, 'snd_voi_training_103002_0000', 0, 1030000, 7000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92016, 'Give me a good training regimen, or I''ll play a trick on you! J-just kidding.', 'snd_voi_training_103002', 1, 1030002, 2, 1, 0, 'snd_voi_training_103002_0001', 0, 1030010, 4000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92017, 'I''ll train till I''m so fast, it''s like I''m flying! Gooo!', 'snd_voi_training_103002', 2, 1030000, 2, 1, 0, 'snd_voi_training_103002_0002', 0, 7002, 5000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92018, 'Pump, pump, pumpkin! ♪ Pumpkin candy is so—Wah! I-I-I''m so sorry!', 'snd_voi_training_103002', 3, 1030001, 2, 1, 0, 'snd_voi_training_103002_0003', 0, 1030014, 5000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92020, 'After training, do you think we could have some tea together? I brought lots of treats!', 'snd_voi_training_103002', 5, 1030018, 2, 1, 0, 'snd_voi_training_103002_0005', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92021, 'I can feel myself getting faster! Now no matter what spooky ghosts come my way, I can grab your hand and escape!', 'snd_voi_training_103002', 6, 1030000, 2, 1, 0, 'snd_voi_training_103002_0006M', 1, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92121, 'I can feel myself getting faster! Now no matter what spooky ghosts come my way, I can grab your hand and escape!', 'snd_voi_training_103002', 6, 1030000, 2, 1, 0, 'snd_voi_training_103002_0006F', 2, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92022, 'Big Brother, if I ever became a vampire for real, would you... still stay with me?', 'snd_voi_training_103002', 7, 1030013, 2, 1, 0, 'snd_voi_training_103002_0007M', 1, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 92122, 'Big Sister, if I ever became a vampire for real, would you... still stay with me?', 'snd_voi_training_103002', 7, 1030013, 2, 1, 0, 'snd_voi_training_103002_0007F', 2, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 93004, 'Even if I live forever, I''ll never forget you!', 'snd_voi_training_103002', 8, 0, 2, 1, 0, 'snd_voi_training_103002_0008', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 93005, 'I was a little different this time around... Did you like it?', 'snd_voi_training_103002', 9, 0, 2, 1, 0, 'snd_voi_training_103002_0009', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95007, 'Hehehe, my dark powers grow! Ehehe...', 'snd_voi_outgame_103002', 0, 1030007, 7, 1, 0, 'snd_voi_outgame_103002_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95008, 'Puncture perfect! Hehe...', 'snd_voi_outgame_103002', 1, 1030000, 7, 1, 0, 'snd_voi_outgame_103002_0001', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95010, 'I''m Rice Shower! And, um... I-I''m gonna bite you!', 'snd_voi_outgame_103002', 3, 1030017, 7, 1, 0, 'snd_voi_outgame_103002_0003', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70016, 'Th-the vampire Rice... descends... f-from above? Urghhh...', 'snd_voi_outgame_103000', 24, 1030002, 7, 1, 0, 'snd_voi_outgame_103000_0024', 0, 1030010, 5000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70017, 'Eep! I-is this some kind of trick?', 'snd_voi_outgame_103000', 25, 1030014, 7, 1, 0, 'snd_voi_outgame_103000_0025', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71016, 'Th-the vampire Rice... descends... f-from above? Urghhh...', 'snd_voi_outgame_103000', 24, 18, 7, 0, 0, 'snd_voi_outgame_103000_0024', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71017, 'Eep! I-is this some kind of trick?', 'snd_voi_outgame_103000', 25, 30, 7, 0, 0, 'snd_voi_outgame_103000_0025', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 95009, 'It''d hurt if I bit you, so the only thing I''ll sink my teeth into is victory!', 'snd_voi_gacha_103002', 0, 0, 7, 1, 0, 'snd_voi_gacha_103002_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 40003, 'Let''s go, my little batties!', 'snd_voi_race_103002', 2, 0, 3, 1, 0, 'snd_voi_race_103002_0002', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 40004, 'What a pretty moon... Huh?! U-um, um... hiss! Aahhhh...', 'snd_voi_race_103002', 3, 0, 3, 1, 0, 'snd_voi_race_103002_0003', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30006, 'As a reward, let me suck your blood! Just kidding...', 'snd_voi_race_103002', 0, 0, 3, 1, 0, 'snd_voi_race_103002_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 30007, 'Do you think... I''ve changed?', 'snd_voi_race_103000', 8, 0, 3, 1, 0, 'snd_voi_race_103000_0008', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70018, 'I can do this—yeah!', 'snd_voi_outgame_103000', 26, 1030006, 7, 1, 0, 'snd_voi_outgame_103000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 70019, 'I''ll show you... that even I can bloom!', 'snd_voi_outgame_103000', 27, 1030000, 7, 1, 0, 'snd_voi_outgame_103000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71018, 'I can do this—yeah!', 'snd_voi_outgame_103000', 26, 37, 7, 0, 0, 'snd_voi_outgame_103000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 71019, 'I''ll show you... that even I can bloom!', 'snd_voi_outgame_103000', 27, 20, 7, 0, 0, 'snd_voi_outgame_103000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 400000, 'Bourbon looks so busy. But... I''d be more of a hindrance than a help.', 'snd_voi_event_090006', 1, 1030005, 7, 1, 0, 'snd_voi_event_090006_0001', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 400006, 'I can''t just—no. I can do it!', 'snd_voi_event_090006', 6, 1030017, 7, 1, 0, 'snd_voi_event_090006_0006', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 400009, 'Mwahaha, I''ll suck your blood! ...Hehe, maybe that''s too scary.', 'snd_voi_event_090006', 10, 1030003, 7, 1, 0, 'snd_voi_event_090006_0010', 0, 1030010, 5000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1030, 400014, 'You did great in the event. And um, also... Happy Halloween! Ehehe...', 'snd_voi_event_090006', 14, 1030018, 7, 1, 0, 'snd_voi_event_090006_0014', 0, 1030000, 5800, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1031, 20051, 'Let''s train together. ♪', 'snd_voi_training_103100', 65, 0, 2, 1, 0, 'snd_voi_training_103100_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1031, 70000, 'Be careful not to work too hard, Trainer!', 'snd_voi_outgame_103100', 3, 4001, 7, 1, 0, 'snd_voi_outgame_103100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1031, 95005, 'Leave the support to me. ♪', 'snd_voi_outgame_103100', 4, 0, 7, 1, 0, 'snd_voi_outgame_103100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1031, 95006, 'I''m gonna support you even more!', 'snd_voi_outgame_103100', 5, 0, 7, 1, 0, 'snd_voi_outgame_103100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 11, 'Cygames', 'snd_voi_title_103200', 0, 0, 0, 1, 0, 'snd_voi_title_103200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_103200', 1, 0, 0, 1, 0, 'snd_voi_title_103200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10000, 'I''ll never forget the light in your eyes when you offered to be my trainer. How about now? ...Have they grown dim?', 'snd_voi_home_103200', 0, 1032006, 1, 1, 0, 'snd_voi_home_103200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10001, 'You may be my guinea pig, but you''re also my assistant. No slacking off now, all right?', 'snd_voi_home_103200', 1, 1032001, 1, 1, 0, 'snd_voi_home_103200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10002, 'Trainer, rub my shoulders, clean up the place, and make some tea. Your role is to serve me, is it not?', 'snd_voi_home_103200', 2, 1032017, 1, 1, 0, 'snd_voi_home_103200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10003, 'Happy New Year. Endeavor to stay healthy and continue to fulfill your role as a good little guinea pig this year.', 'snd_voi_home_103200', 3, 1032017, 1, 1, 0, 'snd_voi_home_103200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10004, 'My brain shares an inseverable link with sugar. Am I correct to presume that you have prepared some chocolate?', 'snd_voi_home_103200', 4, 1032020, 1, 1, 0, 'snd_voi_home_103200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10005, 'I have prepared some chocolates containing my love and various other ingredients! Eat your fill, and then be sure to submit a report!', 'snd_voi_home_103200', 5, 4009, 1, 1, 0, 'snd_voi_home_103200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10006, 'If Hikoboshi and Orihime were to cross the Milky Way to see each other... I wonder what speeds they would be traveling at.', 'snd_voi_home_103200', 6, 1032814, 1, 1, 0, 'snd_voi_home_103200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10007, 'You don''t have to decide between experiments and sweets. After all, you never had the right to choose to begin with!', 'snd_voi_home_103200', 7, 1032809, 1, 1, 0, 'snd_voi_home_103200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10008, 'If the reindeer can travel the world in a night, then Santa and his sleigh must be tough enough to withstand great speeds... He would pose a grave threat if he was real.', 'snd_voi_home_103200', 8, 1032814, 1, 1, 0, 'snd_voi_home_103200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10009, 'I bought a cake to replenish my sugar levels. ...What''s the matter? Hurry up and go get plates for two.', 'snd_voi_home_103200', 9, 1032017, 1, 1, 0, 'snd_voi_home_103200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10010, 'It''s the end of the year already... Time seems to be passing by oddly fast since I acquired you, my guinea pig.', 'snd_voi_home_103200', 10, 1032814, 1, 1, 0, 'snd_voi_home_103200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10011, 'Your birthday? Hooray, hooray, congratulations! Happy birthday! How about we mark the occasion with a body modification experiment?', 'snd_voi_home_103200', 11, 1032006, 1, 1, 0, 'snd_voi_home_103200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10012, 'I''m so glad you were born into this world. It''s not easy to find a guinea pig that doubles as an assistant, you know?', 'snd_voi_home_103200', 12, 1032001, 1, 1, 0, 'snd_voi_home_103200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10013, 'My birthday? ...Oh, I forgot about it. But thanks for letting me know—physical age can have a significant effect on experiments.', 'snd_voi_home_103200', 13, 1032001, 1, 1, 0, 'snd_voi_home_103200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10014, 'I don''t think you have anything to gain by celebrating my birthday... But strangely enough, it doesn''t feel too bad.', 'snd_voi_home_103200', 14, 1032814, 1, 1, 0, 'snd_voi_home_103200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10015, 'Oh, it appears that some new information has arrived. Go review it at once.', 'snd_voi_home_103200', 15, 1032803, 1, 1, 0, 'snd_voi_home_103200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10016, 'You''ve received a present. I wonder if it will be useful for my experiments?', 'snd_voi_home_103200', 16, 1032001, 1, 1, 0, 'snd_voi_home_103200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10017, 'Well, you''ve completed a mission! So what were the results? Have you noticed any changes to your body?', 'snd_voi_home_103200', 17, 1032006, 1, 1, 0, 'snd_voi_home_103200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10018, 'They''re preparing for an event, are they? It might be a good opportunity to gather some data. Let''s investigate.', 'snd_voi_home_103200', 18, 1032001, 1, 1, 0, 'snd_voi_home_103200_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10019, 'Seems like an event is underway. I would like to actively participate in order to gather information.', 'snd_voi_home_103200', 19, 1032017, 1, 1, 0, 'snd_voi_home_103200_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20000, 'Hmmm, I suppose even I require more stamina to continue my research... Sigh...', 'snd_voi_training_103200', 0, 1032810, 2, 1, 0, 'snd_voi_training_103200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20001, 'Even if I run in this condition, I... Hmmm... A respite seems to be in order.', 'snd_voi_training_103200', 1, 1032812, 2, 1, 0, 'snd_voi_training_103200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20002, 'I''m overflowing with more potential than ever before! Allow me to prove it to you!', 'snd_voi_training_103200', 2, 4009, 2, 1, 0, 'snd_voi_training_103200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20003, 'Heh-heh-heh... I feel superb! Yesterday''s experiment was a grand success. I''m sure to achieve exceptional results now!', 'snd_voi_training_103200', 3, 27009, 2, 1, 0, 'snd_voi_training_103200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20004, 'Thanks to a dream in which I debated the constancy of light speed, my brain is now fully stimulated. In other words, I''m in perfect form today.', 'snd_voi_training_103200', 4, 1032001, 2, 1, 0, 'snd_voi_training_103200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20005, 'Hmmm... My body feels rather limber. This will allow me to engage in my research with even greater concentration than usual.', 'snd_voi_training_103200', 5, 1032814, 2, 1, 0, 'snd_voi_training_103200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20006, 'Shall we get started right away? Sustaining motivation can be rather difficult.', 'snd_voi_training_103200', 6, 1032017, 2, 1, 0, 'snd_voi_training_103200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20007, 'My body temperature, heart rate, and other metrics are being maintained at their usual level. In summary, I feel as good as I always do.', 'snd_voi_training_103200', 7, 11001, 2, 1, 0, 'snd_voi_training_103200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20008, 'Hngh... I''m feeling oddly tired... Well, we all have days like this...', 'snd_voi_training_103200', 8, 1032810, 2, 1, 0, 'snd_voi_training_103200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20009, 'I had wanted to try a new experiment, but... Sigh...', 'snd_voi_training_103200', 9, 1032812, 2, 1, 0, 'snd_voi_training_103200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20010, 'Ah... I''m not feeling well... But if I don''t complete what''s on today''s schedule, it will affect my next experiment...', 'snd_voi_training_103200', 10, 1032810, 2, 1, 0, 'snd_voi_training_103200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20011, 'My motivation seems to be non-existent right now... Rest assured, I''ll still do what I need to.', 'snd_voi_training_103200', 11, 1032812, 2, 1, 0, 'snd_voi_training_103200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20021, 'Oh, another race? ...Good grief, what are you planning by trying to tire me out like this?', 'snd_voi_training_103200', 12, 1032812, 2, 1, 0, 'snd_voi_training_103200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20022, 'Collecting data from races is vital, but right now there''s nothing to be gained except fatigue. We should devote ourselves to theoretical research for the moment.', 'snd_voi_training_103200', 13, 1032011, 2, 1, 0, 'snd_voi_training_103200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20023, 'I''d say this perfect form is a testament to the fruits of my research!', 'snd_voi_training_103200', 14, 4009, 2, 1, 0, 'snd_voi_training_103200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20024, 'Ahh, I can''t wait to prove my theory. Geez... If you keep teasing me like this, I''m going to get all hot and bothered!', 'snd_voi_training_103200', 15, 27009, 2, 1, 0, 'snd_voi_training_103200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20025, 'I can feel the heat coursing through my veins. ...Heh-heh, it''s like every cell in my body is ordering me to run.', 'snd_voi_training_103200', 16, 4009, 2, 1, 0, 'snd_voi_training_103200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20026, 'Hmmm, the experiments appear to be a success so far. My form is satisfactory too, so all that''s left is the result.', 'snd_voi_training_103200', 17, 27002, 2, 1, 0, 'snd_voi_training_103200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20027, 'Not bad. I''m rather motivated. Let''s begin an experiment to see what kind of results I can achieve.', 'snd_voi_training_103200', 18, 1032809, 2, 1, 0, 'snd_voi_training_103200_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20028, 'Heh-heh-heh... I feel great. The magnificent physicality of these Umamusume have enhanced my motivation.', 'snd_voi_training_103200', 19, 1032017, 2, 1, 0, 'snd_voi_training_103200_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20029, 'We didn''t get as far as the cell multiplication experiment... but my form is satisfactory.', 'snd_voi_training_103200', 20, 1032814, 2, 1, 0, 'snd_voi_training_103200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20030, 'My form is acceptable—neither good nor bad... But what kind of result will this produce?', 'snd_voi_training_103200', 21, 1032001, 2, 1, 0, 'snd_voi_training_103200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20031, 'My form appears to be as per usual. Make sure you keep a detailed record of my results under normal circumstances.', 'snd_voi_training_103200', 22, 11001, 2, 1, 0, 'snd_voi_training_103200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20032, 'Hmmm... How could I have gotten so absorbed in my research that I misjudged my adjustments? Oh well, I will succeed nonetheless!', 'snd_voi_training_103200', 23, 27000, 2, 1, 0, 'snd_voi_training_103200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20033, 'They do say failure is the key to success. Even if my form is lacking, there are things I can yet achieve.', 'snd_voi_training_103200', 24, 1032001, 2, 1, 0, 'snd_voi_training_103200_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20034, 'I can''t say I''m in good shape, so I should probably focus on observation today...', 'snd_voi_training_103200', 25, 1032812, 2, 1, 0, 'snd_voi_training_103200_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20035, 'I suppose that not everything goes as planned... My form may be lacking, but I''ll do what I can.', 'snd_voi_training_103200', 26, 1032812, 2, 1, 0, 'snd_voi_training_103200_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20036, 'I feel... tired, but the cause is unknown. However, some things can only be gained under these circumstances. Sigh...', 'snd_voi_training_103200', 27, 1032810, 2, 1, 0, 'snd_voi_training_103200_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20037, 'I''m in terrible condition! I just want to go home and sleep.', 'snd_voi_training_103200', 28, 1032011, 2, 1, 0, 'snd_voi_training_103200_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20038, 'Let us begin.', 'snd_voi_training_103200', 29, 0, 2, 1, 0, 'snd_voi_training_103200_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20039, 'By all means.', 'snd_voi_training_103200', 30, 0, 2, 1, 0, 'snd_voi_training_103200_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20040, 'Sounds interesting!', 'snd_voi_training_103200', 31, 0, 2, 1, 0, 'snd_voi_training_103200_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20041, 'Leave it to me.', 'snd_voi_training_103200', 32, 0, 2, 1, 0, 'snd_voi_training_103200_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20042, 'Hm?', 'snd_voi_training_103200', 33, 0, 2, 1, 0, 'snd_voi_training_103200_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20043, 'Oh?', 'snd_voi_training_103200', 34, 0, 2, 1, 0, 'snd_voi_training_103200_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20046, 'Shall we go?', 'snd_voi_training_103200', 37, 0, 2, 1, 0, 'snd_voi_training_103200_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20047, 'Not bad.', 'snd_voi_training_103200', 38, 0, 2, 1, 0, 'snd_voi_training_103200_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20049, 'Research is an everlasting endeavor, my dear guinea pig!', 'snd_voi_training_103200', 63, 0, 2, 1, 0, 'snd_voi_training_103200_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20050, 'Come, Trainer! Let us reverify it all!', 'snd_voi_training_103200', 64, 0, 2, 1, 0, 'snd_voi_training_103200_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 30000, 'This result means... the experiment was a success!', 'snd_voi_race_103200', 0, 0, 3, 1, 0, 'snd_voi_race_103200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 30001, 'I''ve obtained some interesting data.', 'snd_voi_race_103200', 1, 0, 3, 1, 0, 'snd_voi_race_103200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 30002, 'Hm, a very interesting result.', 'snd_voi_race_103200', 2, 0, 3, 1, 0, 'snd_voi_race_103200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 30003, 'A little more research may be necessary.', 'snd_voi_race_103200', 3, 0, 3, 1, 0, 'snd_voi_race_103200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 60000, 'I hope we can both obtain something of value.', 'snd_voi_live_103200', 0, 0, 4, 1, 0, 'snd_voi_live_103200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 60001, 'I have a concert coming up, so don''t miss it.', 'snd_voi_live_103200', 1, 0, 4, 1, 0, 'snd_voi_live_103200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70001, 'I believed that you were just a mere guinea pig, but I seem to have underestimated you.', 'snd_voi_outgame_103200', 1, 27001, 7, 1, 0, 'snd_voi_outgame_103200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90000, 'Good morning, Trainer. Now, give me your arm. Let''s start today with a blood test.', 'snd_voi_home_103201', 0, 1032017, 1, 1, 0, 'snd_voi_home_103201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90001, 'Yawn... I made significant progress with my current research, and before I knew it, it was already morning... Yaaawn...', 'snd_voi_home_103201', 1, 1032815, 1, 1, 0, 'snd_voi_home_103201_0001', 0, 1032009, 2400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90002, 'I''m thinking of starting a new experiment this afternoon, but before that, would you mind going for a light ten-kilometer run?', 'snd_voi_home_103201', 2, 1032001, 1, 1, 0, 'snd_voi_home_103201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90003, 'Have you finished lunch? I want to treat you to some tea. What? I assure you the flavor is normal. ...The flavor is, at least.', 'snd_voi_home_103201', 3, 1032814, 1, 1, 0, 'snd_voi_home_103201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90004, 'If you can''t sleep, I''ll prepare a special medicine for you. Paying me back will be a nightmare, but hey! No worries!', 'snd_voi_home_103201', 4, 1032017, 1, 1, 0, 'snd_voi_home_103201_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90005, 'It''s night, and I still can''t detect any changes in your muscles, Trainer... Seems like the drug I gave you this morning was a failure. Ahh, what a shame!', 'snd_voi_home_103201', 5, 1032006, 1, 1, 0, 'snd_voi_home_103201_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90006, 'My heart is all aflutter seeing those fresh-faced Umamusume. I wonder if there are any good test subject candidates?', 'snd_voi_home_103201', 6, 1032006, 1, 1, 0, 'snd_voi_home_103201_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90007, 'There are a number of people I respect, but the person who invented air conditioning is the only one I want to send a thank-you letter to every year.', 'snd_voi_home_103201', 7, 1032001, 1, 1, 0, 'snd_voi_home_103201_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90008, 'Fall is the season of experiments... Heh-heh. ...Oh? Did I see you twitch just now? It could be convulsions. All right, time for an examination.', 'snd_voi_home_103201', 8, 27001, 1, 1, 0, 'snd_voi_home_103201_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 90009, 'I''ve prepared some cold medicine for you. Please take it as needed. If your body starts glowing, that means it''s working.', 'snd_voi_home_103201', 9, 1032020, 1, 1, 0, 'snd_voi_home_103201_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91000, 'Even if I try to experiment on her in secret, Cafe always finds out... Hmmm... I wonder if she has some special ability.', 'snd_voi_home_103201', 10, 1032001, 1, 1, 0, 'snd_voi_home_103201_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91001, 'Tachyon means a "faster-than-light particle," but the goal I''m aiming for lies far beyond that.', 'snd_voi_home_103201', 11, 1032017, 1, 1, 0, 'snd_voi_home_103201_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91002, 'I''m usually the observer, but when I''m with Digital, I experience what it feels like to be the one who''s observed. It''s quite novel.', 'snd_voi_home_103201', 12, 1032814, 1, 1, 0, 'snd_voi_home_103201_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91003, 'Nothing dampens my enthusiasm more than doping. What I seek is a lasting speed... My drugs are merely a tool to explore our potential.', 'snd_voi_home_103201', 13, 1032001, 1, 1, 0, 'snd_voi_home_103201_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91004, 'My family generally takes a hands-off approach to raising children. Thanks to that, I was able to immerse myself in research from a young age.', 'snd_voi_home_103201', 14, 1032017, 1, 1, 0, 'snd_voi_home_103201_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91005, 'I was thinking of installing a recording medium into my outfit, but I wonder if I can modify it so that it won''t be noticed onstage.', 'snd_voi_home_103201', 15, 1032811, 1, 1, 0, 'snd_voi_home_103201_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91006, 'I try to observe the other Umamusume onstage while also dancing... Data collection is no easy task.', 'snd_voi_home_103201', 16, 27000, 1, 1, 0, 'snd_voi_home_103201_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91007, 'This outfit raises my mood. With this, I''ll be able to experiment during a race without issue... Heh-heh.', 'snd_voi_home_103201', 17, 27002, 1, 1, 0, 'snd_voi_home_103201_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91008, 'An inquisitive mind never rests. It will not fade away, no matter the circumstances. This costume is a representation of that.', 'snd_voi_home_103201', 18, 1032020, 1, 1, 0, 'snd_voi_home_103201_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91009, 'I quite enjoy seeing you half asleep. No, don''t read too much into it. It just means that I can experiment without trouble.', 'snd_voi_home_103201', 19, 1032020, 1, 1, 0, 'snd_voi_home_103201_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91010, 'Trainer, let me know in advance if you need to take a nap. I''ll have many preparations to make, after all.', 'snd_voi_home_103201', 20, 1032803, 1, 1, 0, 'snd_voi_home_103201_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91011, 'If you''re drinking coffee to rid yourself of drowsiness, then why not join me in an experiment instead? You will be more than wide-awake once I''m done.', 'snd_voi_home_103201', 21, 1032001, 1, 1, 0, 'snd_voi_home_103201_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91012, 'According to one theory, butterfly scales have the ability to reduce air resistance. ...Shall we try implanting some into your legs?', 'snd_voi_home_103201', 22, 1032814, 1, 1, 0, 'snd_voi_home_103201_0022', 0, 1032017, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91013, 'Trainer, keep the room cool at all times, okay? The summer heat causes a significant decline in my cognitive functions.', 'snd_voi_home_103201', 23, 1032017, 1, 1, 0, 'snd_voi_home_103201_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91014, 'I''ve thought up a great way to spend a long fall night—wait, what are you so on edge for?', 'snd_voi_home_103201', 24, 1032020, 1, 1, 0, 'snd_voi_home_103201_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 91015, 'To combat the cold, we must alter our thermoreceptors... No, for a fundamental solution—achoo! Ugh, I suppose turning on the heating would be faster.', 'snd_voi_home_103201', 25, 1032816, 1, 1, 0, 'snd_voi_home_103201_0025', 0, 1032801, 4400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 92000, 'Now then, what should we do? How about we try twisting the microfilaments in your cells by three rotations?', 'snd_voi_training_103201', 0, 1032814, 2, 1, 0, 'snd_voi_training_103201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 92001, 'Accumulation and repetition are integral in both training and research! Now, let''s immerse ourselves in a life of daily experimentation!', 'snd_voi_training_103201', 1, 1032017, 2, 1, 0, 'snd_voi_training_103201_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 92002, 'Hm, I have something I want to try out in secret. Trainer, let''s get started.', 'snd_voi_training_103201', 2, 1032021, 2, 1, 0, 'snd_voi_training_103201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 92003, 'We should investigate thoroughly. Curiosity may kill cats, but it''s a price I''ll pay to explore the realms of possibility.', 'snd_voi_training_103201', 3, 1032001, 2, 1, 0, 'snd_voi_training_103201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 92011, 'My preparations are in order. How about you? Care for an original Tachyon energy drink?', 'snd_voi_training_103201', 4, 1032020, 2, 1, 0, 'snd_voi_training_103201_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 92005, 'Hmmm... Where should we begin today. Any thoughts, Trainer? I''ll take your opinion into consideration.', 'snd_voi_training_103201', 5, 27000, 2, 1, 0, 'snd_voi_training_103201_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 92006, 'There''s nothing trouble yourself over. There''s something to be gained no matter the outcome, so hurry and decide.', 'snd_voi_training_103201', 6, 1032001, 2, 1, 0, 'snd_voi_training_103201_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 92007, 'What kind of regimen have you come up with today, Trainer? Let''s exchange ideas.', 'snd_voi_training_103201', 7, 1032020, 2, 1, 0, 'snd_voi_training_103201_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 93000, 'Your presence has opened up many possibilities for me.', 'snd_voi_training_103201', 8, 0, 2, 1, 0, 'snd_voi_training_103201_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 93001, 'Our destination is far off, but our potential is boundless.', 'snd_voi_training_103201', 9, 0, 2, 1, 0, 'snd_voi_training_103201_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 95000, 'Heh-heh, this is getting interesting.', 'snd_voi_outgame_103201', 0, 2001, 7, 1, 0, 'snd_voi_outgame_103201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 95001, 'This is our potential, Trainer!', 'snd_voi_outgame_103201', 1, 2001, 7, 1, 0, 'snd_voi_outgame_103201_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 95003, 'I''m Agnes Tachyon. Do you require my aid?', 'snd_voi_outgame_103201', 3, 27001, 7, 1, 0, 'snd_voi_outgame_103201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1008, 'Now, let''s expand our potential!', 'snd_voi_teamst_st_103200_0000', 0, 4009, 8, 1, 0, 'snd_voi_teamst_st_103200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1069, 'Let''s get this experiment started.', 'snd_voi_teamst_st_103200_1019', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_103200_1019_00', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1026, 'I''m in great shape. ♪', 'snd_voi_teamst_st_100900_1032', 1, 1032000, 8, 1, 0, 'snd_voi_teamst_st_100900_1032_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1017, 'Heh-heh, by all means.', 'snd_voi_teamst_st_100500_1032', 1, 1032001, 8, 1, 0, 'snd_voi_teamst_st_100500_1032_01', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1045, 'Please refrain from drooling...', 'snd_voi_teamst_st_101900_1032', 1, 1032011, 8, 1, 0, 'snd_voi_teamst_st_101900_1032_01', 0, 0, 0, 1631275200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1057, 'Afraid I can''t hear you!', 'snd_voi_teamst_st_102500_1032', 1, 1032000, 8, 1, 0, 'snd_voi_teamst_st_102500_1032_01', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1000, 'Now then, let''s start the experiment!', 'snd_voi_teamst_103200', 0, 1032000, 8, 1, 0, 'snd_voi_teamst_103200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1001, 'A natural result.', 'snd_voi_teamst_103200', 1, 0, 8, 1, 0, 'snd_voi_teamst_103200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1003, 'We still gained something from this.', 'snd_voi_teamst_103200', 2, 0, 8, 1, 0, 'snd_voi_teamst_103200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1002, 'We need to reconsider our approach.', 'snd_voi_teamst_103200', 3, 0, 8, 1, 0, 'snd_voi_teamst_103200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1004, 'Our potential has expanded again!', 'snd_voi_teamst_103200', 4, 1032016, 8, 1, 0, 'snd_voi_teamst_103200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1007, 'A new record... This is an achievement.', 'snd_voi_teamst_103200', 5, 1032021, 8, 1, 0, 'snd_voi_teamst_103200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1006, 'We still gained something from this.', 'snd_voi_teamst_103200', 2, 1032017, 8, 1, 0, 'snd_voi_teamst_103200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 1005, 'We need to reconsider our approach.', 'snd_voi_teamst_103200', 3, 1032003, 8, 1, 0, 'snd_voi_teamst_103200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 120000, 'Oh, how exhilarating!', 'snd_voi_outgame_103200', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_103200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140000, 'Allow me to observe.', 'snd_voi_minigame_103200', 0, 1032001, 9, 1, 0, 'snd_voi_minigame_103200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140001, 'Excellent.', 'snd_voi_minigame_103200', 1, 1032809, 9, 1, 0, 'snd_voi_minigame_103200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140002, 'Isn''t the claw on this machine a bit weak?', 'snd_voi_minigame_103200', 2, 1032812, 9, 1, 0, 'snd_voi_minigame_103200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140003, 'What a magnificent result!', 'snd_voi_minigame_103200', 3, 971032, 9, 1, 0, 'snd_voi_minigame_103200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140004, 'I''d say it''s so-so.', 'snd_voi_minigame_103200', 4, 972032, 9, 1, 0, 'snd_voi_minigame_103200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140005, 'We need to reconsider our approach.', 'snd_voi_minigame_103200', 5, 1032811, 9, 1, 0, 'snd_voi_minigame_103200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140006, 'What a magnificent result!', 'snd_voi_minigame_103200', 3, 974032, 9, 1, 0, 'snd_voi_minigame_103200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140007, 'I''d say it''s so-so.', 'snd_voi_minigame_103200', 4, 973032, 9, 1, 0, 'snd_voi_minigame_103200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140008, 'No...', 'snd_voi_minigame_103200', 6, 1032813, 9, 1, 0, 'snd_voi_minigame_103200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140009, 'Hehe!', 'snd_voi_minigame_103200', 7, 1032804, 9, 1, 0, 'snd_voi_minigame_103200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140010, 'Hm...', 'snd_voi_minigame_103200', 8, 1032805, 9, 1, 0, 'snd_voi_minigame_103200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140011, 'How tremendous!', 'snd_voi_minigame_103200', 9, 1032806, 9, 1, 0, 'snd_voi_minigame_103200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140014, 'So close...', 'snd_voi_minigame_103200', 10, 1032807, 9, 1, 0, 'snd_voi_minigame_103200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140015, 'Oh!', 'snd_voi_minigame_103200', 11, 1032029, 9, 1, 0, 'snd_voi_minigame_103200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140016, 'Please continue.', 'snd_voi_minigame_103200', 12, 1032808, 9, 1, 0, 'snd_voi_minigame_103200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140012, 'Well, well!', 'snd_voi_minigame_103200', 13, 1032029, 9, 1, 0, 'snd_voi_minigame_103200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140013, 'Wonderful!', 'snd_voi_minigame_103200', 14, 1032814, 9, 1, 0, 'snd_voi_minigame_103200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140017, 'Hmph...', 'snd_voi_minigame_103200', 15, 1032002, 9, 1, 0, 'snd_voi_minigame_103200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 140018, 'Good grief.', 'snd_voi_minigame_103200', 16, 1032812, 9, 1, 0, 'snd_voi_minigame_103200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 40000, 'Now then, let''s realize our potential!', 'snd_voi_race_103201', 2, 0, 3, 1, 0, 'snd_voi_race_103201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 40001, 'Now then, let''s realize our potential!', 'snd_voi_race_103201', 2, 0, 3, 1, 0, 'snd_voi_race_103201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 40002, 'Well, let''s get started!', 'snd_voi_race_103200', 6, 0, 3, 1, 0, 'snd_voi_race_103200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 30004, 'Heh-heh... This is the fruit of our research!', 'snd_voi_race_103201', 0, 0, 3, 1, 0, 'snd_voi_race_103201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 30005, 'Phew. Verification complete.', 'snd_voi_race_103200', 8, 0, 3, 1, 0, 'snd_voi_race_103200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 31000, 'Come, it''s time to race!', 'snd_voi_race_103200', 9, 0, 3, 1, 0, 'snd_voi_race_103200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 13, 'Looks like you got a login bonus!', 'snd_voi_title_103200', 4, 3001, 1, 1, 0, 'snd_voi_title_103200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 15, 'You''re getting this tomorrow.', 'snd_voi_title_103200', 5, 8002, 1, 1, 0, 'snd_voi_title_103200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 110000, 'Great, let''s start experimenting.', 'snd_voi_home_103200', 21, 0, 1, 1, 0, 'snd_voi_home_103200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 110001, 'It''s also necessary to look back over past data.', 'snd_voi_home_103200', 22, 0, 1, 1, 0, 'snd_voi_home_103200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 110002, 'Oh, are you going to test the results of our research?', 'snd_voi_home_103200', 23, 0, 1, 1, 0, 'snd_voi_home_103200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 10021, 'Your Umamusume Archive level has increased. Is this the result of our research?', 'snd_voi_home_103200', 24, 8001, 1, 1, 0, 'snd_voi_home_103200_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 20051, 'Allow me to observe.', 'snd_voi_training_103200', 65, 1009, 2, 1, 0, 'snd_voi_training_103200_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70000, 'If you want to realize your potential, then join me!', 'snd_voi_outgame_103200', 3, 0, 7, 1, 0, 'snd_voi_outgame_103200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 95005, 'Heh-heh... You can leave the support to me.', 'snd_voi_outgame_103200', 4, 0, 7, 1, 0, 'snd_voi_outgame_103200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 95006, 'We''re one step closer to our full potential.', 'snd_voi_outgame_103200', 5, 0, 7, 1, 0, 'snd_voi_outgame_103200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70004, 'A safe choice, but it''s rather comfortable.', 'snd_voi_outgame_103200', 16, 1032016, 7, 1, 0, 'snd_voi_outgame_103200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70010, 'I''ve ruined this uniform many times in my experiments...', 'snd_voi_outgame_103200', 17, 1032010, 7, 1, 0, 'snd_voi_outgame_103200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70008, 'It seems easy to install things in these clothes, but will they be able to withstand strenuous movement?', 'snd_voi_outgame_103200', 20, 1032001, 7, 1, 0, 'snd_voi_outgame_103200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70014, 'I suppose society considers this outfit cute, but I honestly don''t get it.', 'snd_voi_outgame_103200', 21, 1032012, 7, 1, 0, 'snd_voi_outgame_103200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70009, 'What do you think? This outfit really suits me, doesn''t it?', 'snd_voi_outgame_103200', 22, 10001, 7, 1, 0, 'snd_voi_outgame_103200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70015, 'Aaah, when I put this on, I''m overwhelmed with the desire to research! Can I perform an experiment?', 'snd_voi_outgame_103200', 23, 10001, 7, 1, 0, 'snd_voi_outgame_103200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 71004, 'A safe choice, but it''s rather comfortable.', 'snd_voi_outgame_103200', 16, 48, 7, 0, 0, 'snd_voi_outgame_103200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 71010, 'I''ve ruined this uniform many times in my experiments...', 'snd_voi_outgame_103200', 17, 50, 7, 0, 0, 'snd_voi_outgame_103200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 71008, 'It seems easy to install things in these clothes, but will they be able to withstand strenuous movement?', 'snd_voi_outgame_103200', 20, 148, 7, 0, 0, 'snd_voi_outgame_103200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 71014, 'I suppose society considers this outfit cute, but I honestly don''t get it.', 'snd_voi_outgame_103200', 21, 48, 7, 0, 0, 'snd_voi_outgame_103200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 71009, 'What do you think? This outfit really suits me, doesn''t it?', 'snd_voi_outgame_103200', 22, 18, 7, 0, 0, 'snd_voi_outgame_103200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 71015, 'Aaah, when I put this on, I''m overwhelmed with the desire to research! Can I perform an experiment?', 'snd_voi_outgame_103200', 23, 18, 7, 0, 0, 'snd_voi_outgame_103200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 2030, 'Now then, let''s start the experiment!', 'snd_voi_teamst_103200', 0, 1032000, 10, 1, 0, 'snd_voi_teamst_103200_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 2031, 'Now, let''s expand our potential!', 'snd_voi_teamst_st_103200_0000', 0, 4009, 10, 1, 0, 'snd_voi_teamst_st_103200_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 2032, 'Research is an everlasting endeavor, my dear guinea pig!', 'snd_voi_training_103200', 63, 4009, 10, 1, 0, 'snd_voi_training_103200_0063', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 2033, 'Heh-heh-heh... I feel great. The magnificent bodies of these Umamusume have enhanced my motivation.', 'snd_voi_training_103200', 19, 1032017, 10, 1, 0, 'snd_voi_training_103200_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 2034, 'I can feel the heat coursing through my veins. ...Heh-heh, it''s like every cell in my body is ordering me to run.', 'snd_voi_training_103200', 16, 4009, 10, 1, 0, 'snd_voi_training_103200_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 2035, 'Research is an everlasting endeavor, my dear guinea pig!', 'snd_voi_training_103200', 63, 4009, 10, 0, 0, 'snd_voi_training_103200_0063', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70018, 'Mmm...', 'snd_voi_outgame_103200', 26, 1032001, 7, 1, 0, 'snd_voi_outgame_103200_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 70019, 'Now then, let''s test the bounds of possibility!', 'snd_voi_outgame_103200', 27, 1032000, 7, 1, 0, 'snd_voi_outgame_103200_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 71018, 'Mmm...', 'snd_voi_outgame_103200', 26, 48, 7, 0, 0, 'snd_voi_outgame_103200_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1032, 71019, 'Now then, let''s test the bounds of possibility!', 'snd_voi_outgame_103200', 27, 148, 7, 0, 0, 'snd_voi_outgame_103200_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 11, 'Cygames', 'snd_voi_title_103500', 0, 0, 0, 1, 0, 'snd_voi_title_103500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_103500', 1, 0, 0, 1, 0, 'snd_voi_title_103500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10000, 'I won''t lose hope! I won''t give up! I promised to win the Derby no matter what!', 'snd_voi_home_103500', 0, 1035018, 1, 1, 0, 'snd_voi_home_103500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10001, 'I don''t think I can thank you enough, Trainer! Thank you! Thank you! Thank youuu!', 'snd_voi_home_103500', 1, 1035017, 1, 1, 0, 'snd_voi_home_103500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10002, 'You''re always there for me when I give it my all. That''s why I can run as hard as I can!', 'snd_voi_home_103500', 2, 9001, 1, 1, 0, 'snd_voi_home_103500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10003, 'I got New Year''s cards from everyone! My sister and the others seem to be doing great... They''ve given me energy to start the new year!', 'snd_voi_home_103500', 3, 9000, 1, 1, 0, 'snd_voi_home_103500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10004, 'I wanted to say thanks with my favorite rice-filled chocolate, but I messed it up! I''m sorry, here''s some regular chocolate!', 'snd_voi_home_103500', 4, 1035004, 1, 1, 0, 'snd_voi_home_103500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10005, 'I put all my thanks and gratitude and stuff into this chocolate, so... Uwaaah, it''s so embarrassing to say it out loud... Uwaah! Don''t look at me!', 'snd_voi_home_103500', 5, 1035815, 1, 1, 0, 'snd_voi_home_103500_0005', 0, 1035805, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10006, 'Yaaawn... I made a hundred sunshine dolls last night... But maybe that''s still not enough to see Hikoboshi and Orihime reunite on the Milky Way?', 'snd_voi_home_103500', 6, 1035819, 1, 1, 0, 'snd_voi_home_103500_0006', 0, 14, 3290, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10007, 'I''d never play tricks on people, but I got a ton of candy! Oooh! Everyone is sooo kind!', 'snd_voi_home_103500', 7, 9000, 1, 1, 0, 'snd_voi_home_103500_0007', 0, 6008, 4200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10008, 'Happy holidays! Hehe, let''s have fun together, Trainer! Today is the day when there''s enough happiness for everyone.', 'snd_voi_home_103500', 8, 1035018, 1, 1, 0, 'snd_voi_home_103500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10009, 'Maybe Santa will visit if you''ve behaved well, Trainer. Don''t worry, I already got something for y—oops!', 'snd_voi_home_103500', 9, 1035007, 1, 1, 0, 'snd_voi_home_103500_0009', 0, 1035014, 7300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10010, 'They say eating New Year''s soba can help you live a long and healthy life! All right, I''m gonna eat a hundred bowls!', 'snd_voi_home_103500', 10, 1035018, 1, 1, 0, 'snd_voi_home_103500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10011, 'Happy birthdaaay! From now on, no matter how many years pass, let''s do our best together! Foooreveeer!', 'snd_voi_home_103500', 11, 1035017, 1, 1, 0, 'snd_voi_home_103500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10012, 'You''re an adult now, but even you were little once, right, Trainer? Hehe, I''d like to see that.', 'snd_voi_home_103500', 12, 9002, 1, 1, 0, 'snd_voi_home_103500_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10013, 'Today''s my birthday! "Three, two, ooone... GOOO!" Remember that! The signal is GOOO!', 'snd_voi_home_103500', 13, 1035007, 1, 1, 0, 'snd_voi_home_103500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10014, 'Ehehe. Thanks for the birthday wishes... Ugh-uwaaaagh! I''m sooo glad I was booorn!', 'snd_voi_home_103500', 14, 2, 1, 1, 0, 'snd_voi_home_103500_0014', 0, 6008, 5500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10015, 'Trainer! Trainer! I think there''s some kind of notice!', 'snd_voi_home_103500', 15, 9000, 1, 1, 0, 'snd_voi_home_103500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10016, 'Hey, there''s a present! Can I open it? ...Why not?!', 'snd_voi_home_103500', 16, 1035800, 1, 1, 0, 'snd_voi_home_103500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10017, 'Oooh! Congratulations on reaching your goal, Trainer! HOORAY, HOORAAAY!', 'snd_voi_home_103500', 17, 1035017, 1, 1, 0, 'snd_voi_home_103500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10018, 'They''re preparing for an event right now! Uwaaah, I''m so excited!', 'snd_voi_home_103500', 18, 1035000, 1, 1, 0, 'snd_voi_home_103500_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10019, 'Looks like they''re doing something interesting! Let''s go check it out! Come on, come on! If we don''t hurry, it might be over!', 'snd_voi_home_103500', 19, 1035007, 1, 1, 0, 'snd_voi_home_103500_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20000, 'Phew... Haaah... So... So TIRED...', 'snd_voi_training_103500', 0, 8008, 2, 1, 0, 'snd_voi_training_103500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20001, 'Ughhhh... Traaaineeer! I wanna try real hard... B-but my body won''t move at aaall...', 'snd_voi_training_103500', 1, 6008, 2, 1, 0, 'snd_voi_training_103500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20002, 'Woohoooo! I''m so full of energy! I''m bursting! My power is overflowing, and I can''t stop iiiit!', 'snd_voi_training_103500', 2, 1035024, 2, 1, 0, 'snd_voi_training_103500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20003, 'What should I do, Trainer?! I feel invincible now! I don''t know why, but it feels GREAT!', 'snd_voi_training_103500', 3, 1035007, 2, 1, 0, 'snd_voi_training_103500_0003', 0, 1035017, 5400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20004, 'I ate every last bit of my breakfast! I''m gonna be zooming around the track again!', 'snd_voi_training_103500', 4, 1035007, 2, 1, 0, 'snd_voi_training_103500_0004', 0, 1035024, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20005, 'I wanna do everything it takes! The harder you work, the faster you become!', 'snd_voi_training_103500', 5, 1035018, 2, 1, 0, 'snd_voi_training_103500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20006, 'It''s another great day for training! All right then, let''s hit the track runnin''!', 'snd_voi_training_103500', 6, 9002, 2, 1, 0, 'snd_voi_training_103500_0006', 0, 1035000, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20007, 'Heheh! I''m feeling as good as ever!', 'snd_voi_training_103500', 7, 1035000, 2, 1, 0, 'snd_voi_training_103500_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20008, 'Ready? You bet I''m ready! Probably!', 'snd_voi_training_103500', 8, 9000, 2, 1, 0, 'snd_voi_training_103500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20009, 'Yaaawn... Oh, sorry! What were we doing? Right, training!', 'snd_voi_training_103500', 9, 1035819, 2, 1, 0, 'snd_voi_training_103500_0009', 0, 9010, 2800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20010, 'My body should be fine, but I don''t have any energy... Hmm... That''s so weird...', 'snd_voi_training_103500', 10, 1035813, 2, 1, 0, 'snd_voi_training_103500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20011, 'They say waking up early is good for your health, so I got up at three in the morning! But I don''t feel good, for some reason...', 'snd_voi_training_103500', 11, 1035004, 2, 1, 0, 'snd_voi_training_103500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20021, 'A-another race?! I''ve done so many lately! I love running, but this? I dunno...', 'snd_voi_training_103500', 12, 3010, 2, 1, 0, 'snd_voi_training_103500_0012', 0, 1035008, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20022, 'Ugh! I''ve been in too many races, so I don''t think I can run that well! Uwaagh! I''m so weak!', 'snd_voi_training_103500', 13, 1035814, 2, 1, 0, 'snd_voi_training_103500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20023, 'It''s all perfect! I''ll definitely grab the winning ticket!', 'snd_voi_training_103500', 14, 1035018, 2, 1, 0, 'snd_voi_training_103500_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20024, 'I''ve decided I''m definitely gonna win! There''s no way I''ll lose! You can count on it!', 'snd_voi_training_103500', 15, 1035007, 2, 1, 0, 'snd_voi_training_103500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20025, 'I''m at full power! I''m bursting with energy! I''ll get to the final stretch and blow past ''em all!', 'snd_voi_training_103500', 16, 1035000, 2, 1, 0, 'snd_voi_training_103500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20026, 'Hehehe. No matter what kind of race we''re in, I''m sure that you and I will do great together!', 'snd_voi_training_103500', 17, 1035801, 2, 1, 0, 'snd_voi_training_103500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20027, 'Hmm... There, I don''t get more concentrated than this! Now, all I have to do is run!', 'snd_voi_training_103500', 18, 9000, 2, 1, 0, 'snd_voi_training_103500_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20028, 'I feel super-duper great! More than great! I feel like I can run forever!', 'snd_voi_training_103500', 19, 1035018, 2, 1, 0, 'snd_voi_training_103500_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20029, 'The race is finally here! I wonder who I''m up against!', 'snd_voi_training_103500', 20, 9001, 2, 1, 0, 'snd_voi_training_103500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20030, 'Hehe, I get kind of excited right before a race!', 'snd_voi_training_103500', 21, 1035801, 2, 1, 0, 'snd_voi_training_103500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20031, 'Have I forgotten to prepare anything? Hehe. I do that a lot, so would you double-check things for me?', 'snd_voi_training_103500', 22, 9000, 2, 1, 0, 'snd_voi_training_103500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20032, 'Ugh, I feel sooo itchy! I must be getting nervous! But I''m SO! FIRED! UUUP!', 'snd_voi_training_103500', 23, 1035816, 2, 1, 0, 'snd_voi_training_103500_0023', 0, 1035007, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20033, 'Ughhh... I can''t go on like this! I have to get my head in the game! Waaagh! Raaagh!', 'snd_voi_training_103500', 24, 1035816, 2, 1, 0, 'snd_voi_training_103500_0024', 0, 1035002, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20034, 'I''m worried about a bunch of stuff, but I have you with me, Trainer! So everything will be A-OK!', 'snd_voi_training_103500', 25, 9000, 2, 1, 0, 'snd_voi_training_103500_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20035, 'If I lose... Ah, no! I can''t think like that... Ugh, but... Gah! I''m so worried!', 'snd_voi_training_103500', 26, 1035814, 2, 1, 0, 'snd_voi_training_103500_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20036, 'S-some deep breaths might help! Inhale... Inhaaale... Ack! Too deep...', 'snd_voi_training_103500', 27, 1035813, 2, 1, 0, 'snd_voi_training_103500_0027', 0, 1035015, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20037, 'Ugh... Why am I so tense... Agh... I''m all itchy... But I gotta get fired up! Aaagh...', 'snd_voi_training_103500', 28, 1035813, 2, 1, 0, 'snd_voi_training_103500_0028', 0, 2007, 4800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20038, 'Aye, aye!', 'snd_voi_training_103500', 29, 0, 2, 1, 0, 'snd_voi_training_103500_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20039, 'I got it!', 'snd_voi_training_103500', 30, 0, 2, 1, 0, 'snd_voi_training_103500_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20040, 'I''m on it!', 'snd_voi_training_103500', 31, 0, 2, 1, 0, 'snd_voi_training_103500_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20041, 'I gotta study?', 'snd_voi_training_103500', 32, 0, 2, 1, 0, 'snd_voi_training_103500_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20042, 'Say what?', 'snd_voi_training_103500', 33, 0, 2, 1, 0, 'snd_voi_training_103500_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20043, 'Yawn...', 'snd_voi_training_103500', 34, 0, 2, 1, 0, 'snd_voi_training_103500_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20046, 'Let''s go!', 'snd_voi_training_103500', 37, 0, 2, 1, 0, 'snd_voi_training_103500_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20047, 'It''s the ocean!', 'snd_voi_training_103500', 38, 0, 2, 1, 0, 'snd_voi_training_103500_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20049, 'This is the result of all our hard work together!', 'snd_voi_training_103500', 63, 0, 2, 1, 0, 'snd_voi_training_103500_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20050, 'Thank you so much, Trainer!', 'snd_voi_training_103500', 64, 0, 2, 1, 0, 'snd_voi_training_103500_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 30000, 'Trainer, did you see me run?!', 'snd_voi_race_103500', 0, 0, 3, 1, 0, 'snd_voi_race_103500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 30001, 'Heh-heh! I won''t lose next time!', 'snd_voi_race_103500', 1, 0, 3, 1, 0, 'snd_voi_race_103500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 30002, 'All right! I''m gonna get even faster!', 'snd_voi_race_103500', 2, 0, 3, 1, 0, 'snd_voi_race_103500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 30003, 'Sob... I''m so bummed out!', 'snd_voi_race_103500', 3, 0, 3, 1, 0, 'snd_voi_race_103500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 60000, 'Time to get fired up, everyone!', 'snd_voi_live_103500', 0, 0, 4, 1, 0, 'snd_voi_live_103500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 60001, 'Oooh... I''m so excited!', 'snd_voi_live_103500', 1, 0, 4, 1, 0, 'snd_voi_live_103500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70001, 'I''ll definitely make my dream come true! Just like we promised, Trainer!', 'snd_voi_outgame_103500', 1, 1035018, 7, 1, 0, 'snd_voi_outgame_103500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90000, 'Gooood morning, Trainer! Stay healthy today! And... uh... be well! Now let''s do it!', 'snd_voi_home_103501', 0, 1035017, 1, 1, 0, 'snd_voi_home_103501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90001, 'Just now, I saw a baby and mama bird fluttering around... Sniffle... Even first thing in the morning, everyone''s giving life their all!', 'snd_voi_home_103501', 1, 6008, 1, 1, 0, 'snd_voi_home_103501_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90002, 'Uwaaah! Uraaagh! I won''t give in to the midday sleepies! Neveeer!', 'snd_voi_home_103501', 2, 1035024, 1, 1, 0, 'snd_voi_home_103501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90003, 'Hey there, Trainer! Is it time for afternoon training?! YEAH! I''ve been waiting for this!', 'snd_voi_home_103501', 3, 1035018, 1, 1, 0, 'snd_voi_home_103501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90004, 'Sniffle... You''re still working this late, all for my sake? Thanks so much, Traineeer!', 'snd_voi_home_103501', 4, 6008, 1, 1, 0, 'snd_voi_home_103501_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90005, 'Whaaat?! It''s already night?! I didn''t run enough—not at all!', 'snd_voi_home_103501', 5, 1035014, 1, 1, 0, 'snd_voi_home_103501_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90006, 'Cherry blossoms in full bloom... Encounters and farewells... Spring is overflowing with emotion everywhere! I LOVE IT SO MUCH!', 'snd_voi_home_103501', 6, 1035007, 1, 1, 0, 'snd_voi_home_103501_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90007, 'You hot? Then let''s go to the pool! It feels amazing to dive in with a flip!', 'snd_voi_home_103501', 7, 9001, 1, 1, 0, 'snd_voi_home_103501_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90008, 'Sniffle... The fall leaves are amazing... They give it their all to stay as beautiful as can be till the end... I want to live with everything I''ve got too!', 'snd_voi_home_103501', 8, 6008, 1, 1, 0, 'snd_voi_home_103501_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 90009, 'I promised Yuki that we''d make a huuuge igloo! Once it''s finished, we''re gonna invite all our friends inside!', 'snd_voi_home_103501', 9, 1035018, 1, 1, 0, 'snd_voi_home_103501_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91000, 'I''ll share my chocolate with you! I''m sure I put it in my pocket... Huh? Oh no!', 'snd_voi_home_103501', 10, 9000, 1, 1, 0, 'snd_voi_home_103501_0010', 0, 1035008, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91001, 'Hayahide helps me study every time I have a makeup exam. And she teaches me so nice and carefully... She''s just the sweeteeest!', 'snd_voi_home_103501', 11, 1035817, 1, 1, 0, 'snd_voi_home_103501_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91002, 'When I''m asked to help out in a race, I put in more effort than usual. They gotta know they can count on me!', 'snd_voi_home_103501', 12, 1035018, 1, 1, 0, 'snd_voi_home_103501_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91003, 'Keep your mind as healthy as your body! That''s right, Dad! I haven''t forgotten what it takes to be a real pro!', 'snd_voi_home_103501', 13, 9000, 1, 1, 0, 'snd_voi_home_103501_0013', 0, 1035007, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91004, 'Huh? I thought of something, but... I forgot what it was! Oh well, no worries!', 'snd_voi_home_103501', 14, 1035010, 1, 1, 0, 'snd_voi_home_103501_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91005, 'Whether it''s running or dancing, I''m super happy if I can use these legs to inspire the audience!', 'snd_voi_home_103501', 15, 1035018, 1, 1, 0, 'snd_voi_home_103501_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91006, '...A-hem! Hehe, what do you think? Can I pull off this outfit like everyone else?', 'snd_voi_home_103501', 16, 12009, 1, 1, 0, 'snd_voi_home_103501_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91007, 'If a path opens up for even a moment, I''ll blast through it and take the lead! That''s what it means to compete!', 'snd_voi_home_103501', 17, 9009, 1, 1, 0, 'snd_voi_home_103501_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91008, 'I came up with this victory mark when I was little. Heh-heh! I''ve got good taste, huh?', 'snd_voi_home_103501', 18, 1035018, 1, 1, 0, 'snd_voi_home_103501_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91009, 'Jordan''s such an early bird! She works so hard on her makeup and stuff... Wow! She''s really impressive!', 'snd_voi_home_103501', 19, 1035007, 1, 1, 0, 'snd_voi_home_103501_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91010, 'The younger students laughed at me ''cause some of my lunch was stuck on my clothes! It was sooooo embarrassing!', 'snd_voi_home_103501', 20, 1035814, 1, 1, 0, 'snd_voi_home_103501_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91011, 'Gulp... It''s nighttime. If a g-ghost appears, I''ll handle it! I''ll yell, "Stop scarin'' everyooone!"', 'snd_voi_home_103501', 21, 9007, 1, 1, 0, 'snd_voi_home_103501_0021', 0, 1035802, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91012, 'I spent all the money in my wallet on a magazine I found with a feature on the Derby! ...Gah! My mom''s gonna flip!', 'snd_voi_home_103501', 22, 9001, 1, 1, 0, 'snd_voi_home_103501_0022', 0, 1035015, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91013, 'I saw Taishin this morning, and sure, she said "shut up" like normal. But she also said "good morning" back to me!', 'snd_voi_home_103501', 23, 1035803, 1, 1, 0, 'snd_voi_home_103501_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91014, 'It''s fun to run through the mountains this time of year. You can find these delicious-looking, pretty red mushrooms everywhere you look!', 'snd_voi_home_103501', 24, 9002, 1, 1, 0, 'snd_voi_home_103501_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 91015, 'Let''s have hot cocoa later! My mom used to make it all the time as a reward for hard workers!', 'snd_voi_home_103501', 25, 9000, 1, 1, 0, 'snd_voi_home_103501_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 92000, 'All right, let''s do it! Yeeeah!', 'snd_voi_training_103501', 0, 1035024, 2, 1, 0, 'snd_voi_training_103501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 92001, 'Heh-heh. Whatever the training is, bring it on!', 'snd_voi_training_103501', 2, 1035000, 2, 1, 0, 'snd_voi_training_103501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 92002, 'Woohoo! It''s time for training!', 'snd_voi_training_103501', 3, 1035818, 2, 1, 0, 'snd_voi_training_103501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 92003, 'I''m ready to go! Let''s make this one count, Trainer!', 'snd_voi_training_103501', 4, 1035018, 2, 1, 0, 'snd_voi_training_103501_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 92011, 'When I see everyone at it like this, I realize how hard they all work. Well, I won''t be slouchin'' either!', 'snd_voi_training_103501', 1, 9000, 2, 1, 0, 'snd_voi_training_103501_0001', 0, 1035018, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 92005, 'Today I''ll show you that I''ve improved sooo much!', 'snd_voi_training_103501', 5, 1035007, 2, 1, 0, 'snd_voi_training_103501_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 92006, 'We need to do our best now so we can grab our ticket to victory!', 'snd_voi_training_103501', 6, 9009, 2, 1, 0, 'snd_voi_training_103501_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 92007, 'My dream will never come true without you, Trainer. So from this day on, let''s—uwaah! This is so embarrassing!', 'snd_voi_training_103501', 7, 9000, 2, 1, 0, 'snd_voi_training_103501_0007', 0, 1035804, 7500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 93000, 'We earned this ticket to victory together... I''ll never let it go!', 'snd_voi_training_103501', 8, 0, 2, 1, 0, 'snd_voi_training_103501_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 93001, 'Traaaineeer! Thank you sooo much!', 'snd_voi_training_103501', 9, 0, 2, 1, 0, 'snd_voi_training_103501_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 95000, 'Looks like I''ve still got some growing to do!', 'snd_voi_outgame_103501', 0, 1035000, 7, 1, 0, 'snd_voi_outgame_103501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 95001, 'Can''t beat others if I can''t beat myself!', 'snd_voi_outgame_103501', 1, 1035017, 7, 1, 0, 'snd_voi_outgame_103501_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 95003, 'Right! I''m Winning Ticket!', 'snd_voi_outgame_103501', 3, 1035018, 7, 1, 0, 'snd_voi_outgame_103501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1008, 'Everybody, let''s do our best!', 'snd_voi_teamst_st_103500_0000', 0, 1035024, 8, 1, 0, 'snd_voi_teamst_st_103500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1076, 'Raaaagh!', 'snd_voi_teamst_st_103500_1048', 0, 1035007, 8, 1, 0, 'snd_voi_teamst_st_103500_1048_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1015, 'Here I go!', 'snd_voi_teamst_st_100400_1035', 1, 1035007, 8, 1, 0, 'snd_voi_teamst_st_100400_1035_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1101, 'Yaaaay!', 'snd_voi_teamst_st_104800_1035', 1, 1035000, 8, 1, 0, 'snd_voi_teamst_st_104800_1035_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1000, 'I''m ready to win!', 'snd_voi_teamst_103500', 0, 1035000, 8, 1, 0, 'snd_voi_teamst_103500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1001, 'We did iiit!', 'snd_voi_teamst_103500', 1, 0, 8, 1, 0, 'snd_voi_teamst_103500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1003, 'We''ll win it next time!', 'snd_voi_teamst_103500', 2, 0, 8, 1, 0, 'snd_voi_teamst_103500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1002, 'This suuucks!', 'snd_voi_teamst_103500', 3, 0, 8, 1, 0, 'snd_voi_teamst_103500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1004, 'I''m so HAPPYYY!', 'snd_voi_teamst_103500', 4, 1035016, 8, 1, 0, 'snd_voi_teamst_103500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1007, 'High SCOOORE!', 'snd_voi_teamst_103500', 5, 1035017, 8, 1, 0, 'snd_voi_teamst_103500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1006, 'We''ll win it next time!', 'snd_voi_teamst_103500', 2, 1035002, 8, 1, 0, 'snd_voi_teamst_103500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 1005, 'This suuucks!', 'snd_voi_teamst_103500', 3, 1035016, 8, 1, 0, 'snd_voi_teamst_103500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 120000, 'Wooo! I''m even more pumped up than before!', 'snd_voi_outgame_103500', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_103500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140000, 'That''s guts!', 'snd_voi_minigame_103500', 0, 1035007, 9, 1, 0, 'snd_voi_minigame_103500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140001, 'Got it!', 'snd_voi_minigame_103500', 1, 1035000, 9, 1, 0, 'snd_voi_minigame_103500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140002, 'On nooo!', 'snd_voi_minigame_103500', 2, 1035014, 9, 1, 0, 'snd_voi_minigame_103500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140003, 'You... DID IT!', 'snd_voi_minigame_103500', 3, 971035, 9, 1, 0, 'snd_voi_minigame_103500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140004, 'This is great!', 'snd_voi_minigame_103500', 4, 972035, 9, 1, 0, 'snd_voi_minigame_103500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140005, 'No waaaay!', 'snd_voi_minigame_103500', 5, 1035814, 9, 1, 0, 'snd_voi_minigame_103500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140006, 'You... DID IT!', 'snd_voi_minigame_103500', 3, 974035, 9, 1, 0, 'snd_voi_minigame_103500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140007, 'This is great!', 'snd_voi_minigame_103500', 4, 973035, 9, 1, 0, 'snd_voi_minigame_103500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140008, 'Haha!', 'snd_voi_minigame_103500', 6, 1035820, 9, 1, 0, 'snd_voi_minigame_103500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140009, 'Ahaha!', 'snd_voi_minigame_103500', 7, 1035006, 9, 1, 0, 'snd_voi_minigame_103500_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140010, 'What''s this?', 'snd_voi_minigame_103500', 8, 1035800, 9, 1, 0, 'snd_voi_minigame_103500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140011, 'Awesooome!', 'snd_voi_minigame_103500', 9, 1035821, 9, 1, 0, 'snd_voi_minigame_103500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140014, 'Arrrgh!', 'snd_voi_minigame_103500', 10, 1035822, 9, 1, 0, 'snd_voi_minigame_103500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140015, 'Hmm...', 'snd_voi_minigame_103500', 11, 1035002, 9, 1, 0, 'snd_voi_minigame_103500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140016, 'Hey! Hey! Hey! Hey!', 'snd_voi_minigame_103500', 12, 1035021, 9, 1, 0, 'snd_voi_minigame_103500_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140012, 'Oh yeah!', 'snd_voi_minigame_103500', 13, 1035000, 9, 1, 0, 'snd_voi_minigame_103500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140013, 'Aw YEEEAH!', 'snd_voi_minigame_103500', 14, 1035810, 9, 1, 0, 'snd_voi_minigame_103500_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140017, 'Awww...', 'snd_voi_minigame_103500', 15, 1035812, 9, 1, 0, 'snd_voi_minigame_103500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 140018, 'Whaaat?!', 'snd_voi_minigame_103500', 16, 1035811, 9, 1, 0, 'snd_voi_minigame_103500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 40000, 'Delivery! One ticket to win it!', 'snd_voi_race_103501', 2, 0, 3, 1, 0, 'snd_voi_race_103501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 40001, 'Delivery! One ticket to win it!', 'snd_voi_race_103501', 2, 0, 3, 1, 0, 'snd_voi_race_103501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 40002, 'I''m gonna wiiin!', 'snd_voi_race_103500', 6, 0, 3, 1, 0, 'snd_voi_race_103500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 30004, 'Yay! I won! I won! I''m the winner!', 'snd_voi_race_103501', 0, 0, 3, 1, 0, 'snd_voi_race_103501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 30005, 'Woo, woo! Yeaaah!', 'snd_voi_race_103500', 8, 0, 3, 1, 0, 'snd_voi_race_103500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 31000, 'Let''s GOOO!', 'snd_voi_race_103500', 9, 0, 3, 1, 0, 'snd_voi_race_103500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 13, 'This is today''s login bonus!', 'snd_voi_title_103500', 4, 1035000, 1, 1, 0, 'snd_voi_title_103500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 15, 'You''ll get this tomorrow! Super exciting!', 'snd_voi_title_103500', 5, 8002, 1, 1, 0, 'snd_voi_title_103500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 110000, 'Oh, are we training?!', 'snd_voi_home_103500', 21, 0, 1, 1, 0, 'snd_voi_home_103500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 110001, 'All the stories are so good!', 'snd_voi_home_103500', 22, 0, 1, 1, 0, 'snd_voi_home_103500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 110002, 'Are we entering a race?!', 'snd_voi_home_103500', 23, 0, 1, 1, 0, 'snd_voi_home_103500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 10021, 'Hey, your Archive level went up!', 'snd_voi_home_103500', 24, 8001, 1, 1, 0, 'snd_voi_home_103500_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 20051, 'I''m burning up! I''m on fiiire!', 'snd_voi_training_103500', 65, 1009, 2, 1, 0, 'snd_voi_training_103500_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70000, 'We''re moving forward, Trainer!', 'snd_voi_outgame_103500', 3, 0, 7, 1, 0, 'snd_voi_outgame_103500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 95005, 'Leave it to me!', 'snd_voi_outgame_103500', 4, 0, 7, 1, 0, 'snd_voi_outgame_103500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 95006, 'I''ll support you with everything I''ve got!', 'snd_voi_outgame_103500', 5, 0, 7, 1, 0, 'snd_voi_outgame_103500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70004, 'Oh no! The hem''s all frayed!', 'snd_voi_outgame_103500', 16, 1035014, 7, 1, 0, 'snd_voi_outgame_103500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70010, 'Did it get caught on a tree? Maybe that time I took a tumble?', 'snd_voi_outgame_103500', 17, 1035010, 7, 1, 0, 'snd_voi_outgame_103500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70008, 'Well? Well?! Am I looking sharp?!', 'snd_voi_outgame_103500', 20, 1035007, 7, 1, 0, 'snd_voi_outgame_103500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70014, 'Passionate beats and stories unfolding before your eyes! Uwaah! It''s the best!', 'snd_voi_outgame_103500', 21, 1030000, 7, 1, 0, 'snd_voi_outgame_103500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70009, 'This signature racewear is my partner! We''re gonna perform a great show together!', 'snd_voi_outgame_103500', 22, 10001, 7, 1, 0, 'snd_voi_outgame_103500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70015, 'I''ll make my derby dream come true!', 'snd_voi_outgame_103500', 23, 10001, 7, 1, 0, 'snd_voi_outgame_103500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 71004, 'Oh no! The hem''s all frayed!', 'snd_voi_outgame_103500', 16, 148, 7, 0, 0, 'snd_voi_outgame_103500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 71010, 'Did it get caught on a tree? Maybe that time I took a tumble?', 'snd_voi_outgame_103500', 17, 43, 7, 0, 0, 'snd_voi_outgame_103500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 71008, 'Well? Well?! Am I looking sharp?!', 'snd_voi_outgame_103500', 20, 18, 7, 0, 0, 'snd_voi_outgame_103500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 71014, 'Passionate beats and stories unfolding before your eyes! Uwaah! It''s the best!', 'snd_voi_outgame_103500', 21, 22, 7, 0, 0, 'snd_voi_outgame_103500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 71009, 'This signature racewear is my partner! We''re gonna perform a great show together!', 'snd_voi_outgame_103500', 22, 18, 7, 0, 0, 'snd_voi_outgame_103500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 71015, 'I''ll make my derby dream come true!', 'snd_voi_outgame_103500', 23, 18, 7, 0, 0, 'snd_voi_outgame_103500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 2030, 'I''m ready to win!', 'snd_voi_teamst_103500', 0, 1035000, 10, 1, 0, 'snd_voi_teamst_103500_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 2031, 'Everybody, let''s do our best!', 'snd_voi_teamst_st_103500_0000', 0, 1035024, 10, 1, 0, 'snd_voi_teamst_st_103500_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 2032, 'Thank you so much, Trainer!', 'snd_voi_training_103500', 64, 1035001, 10, 1, 0, 'snd_voi_training_103500_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 2033, 'I feel great! I''ll give it my all, like usual! I feel like I can run forever!', 'snd_voi_training_103500', 19, 1035018, 10, 1, 0, 'snd_voi_training_103500_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 2034, 'I''m at full power! I''m bursting with energy! I''ll get to the final stretch and blow past ''em all!', 'snd_voi_training_103500', 16, 1035000, 10, 1, 0, 'snd_voi_training_103500_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 2035, 'Thank you so much, Trainer!', 'snd_voi_training_103500', 64, 1035001, 10, 0, 0, 'snd_voi_training_103500_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 81000, 'Allll right! I won''t lose!', 'snd_voi_outgame_103500', 13, 1035007, 7, 1, 0, 'snd_voi_outgame_103500_0013', 0, 0, 0, 1621425600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 81001, 'I''m not done yet! Let''s battle with everything we''ve got!', 'snd_voi_outgame_103500', 14, 1035000, 7, 1, 0, 'snd_voi_outgame_103500_0014', 0, 0, 0, 1621425600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 400004, 'The water slide was so fun! I wonder if I can go even faster!', 'snd_voi_event_090005', 5, 1035017, 7, 1, 0, 'snd_voi_event_090005_0005', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 400014, 'The event''s over already?! That''s so sad! Waaah!', 'snd_voi_event_090005', 14, 1035015, 7, 1, 0, 'snd_voi_event_090005_0014', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70018, 'This is SOOO emotional!', 'snd_voi_outgame_103500', 26, 1035016, 7, 1, 0, 'snd_voi_outgame_103500_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 70019, 'I''ll win with everything I''ve got!', 'snd_voi_outgame_103500', 27, 1035000, 7, 1, 0, 'snd_voi_outgame_103500_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 71018, 'This is SOOO emotional!', 'snd_voi_outgame_103500', 26, 44, 7, 0, 0, 'snd_voi_outgame_103500_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1035, 71019, 'I''ll win with everything I''ve got!', 'snd_voi_outgame_103500', 27, 22, 7, 0, 0, 'snd_voi_outgame_103500_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1036, 20051, 'C''mere and help.', 'snd_voi_training_103600', 65, 0, 2, 1, 0, 'snd_voi_training_103600_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1036, 70000, 'Let''s keep things logical.', 'snd_voi_outgame_103600', 3, 1036002, 7, 1, 0, 'snd_voi_outgame_103600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1036, 95005, 'Tch... Lemme help.', 'snd_voi_outgame_103600', 4, 0, 7, 1, 0, 'snd_voi_outgame_103600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1036, 95006, 'All right... All right already!', 'snd_voi_outgame_103600', 5, 0, 7, 1, 0, 'snd_voi_outgame_103600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 11, 'Cygames', 'snd_voi_tc_1037', 0, 0, 0, 1, 0, 'snd_voi_title_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1037', 1, 0, 0, 1, 0, 'snd_voi_title_103700_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10000, 'The reason I keep to my schedule perfectly... Thank you for helping me realize what''s truly important.', 'snd_voi_home_103700', 0, 1037000, 1, 1, 0, 'snd_voi_home_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10001, 'Please continue to let me know when I''ve made a mistake. You can see things from a perspective that I cannot.', 'snd_voi_home_103700', 1, 1037800, 1, 1, 0, 'snd_voi_home_103700_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10002, '...With this plan, both Trainer and I should be able to thoroughly enjoy ourselves. I''ll be sure to invite them next time.', 'snd_voi_home_103700', 2, 1037008, 1, 1, 0, 'snd_voi_home_103700_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10003, 'New Year''s Day is not a big deal in Germany, but I find the traditional rituals performed in Japan very interesting.', 'snd_voi_home_103700', 3, 1037007, 1, 1, 0, 'snd_voi_home_103700_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10004, 'On my pride as the daughter of a cake maker, I vow to make today''s Schokolade even more meticulously than usual.', 'snd_voi_home_103700', 4, 1037021, 1, 1, 0, 'snd_voi_home_103700_0004', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10005, 'Perfectly baked... and filled with feelings of deep affection. Please accept my special-made Sachertorte.', 'snd_voi_home_103700', 5, 1037000, 1, 1, 0, 'snd_voi_home_103700_0005', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10006, 'Falcon taught me about Tanabata. My wish is... to advance straight towards my goal.', 'snd_voi_home_103700', 6, 11001, 1, 1, 0, 'snd_voi_home_103700_0006', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10007, 'It''s Halloween, but I don''t think any tricks will be played on me tonight—I''ve prepared more than an ample number of treats.', 'snd_voi_home_103700', 7, 1037016, 1, 1, 0, 'snd_voi_home_103700_0007', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10008, 'I''ve always loved the holiday season. All the customers who came to buy my father''s cakes were always smiling so happily.', 'snd_voi_home_103700', 8, 1037007, 1, 1, 0, 'snd_voi_home_103700_0008', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10009, 'If you don''t mind, I''d like to have some of your time today. You should spend the holidays with those dear to you, after all.', 'snd_voi_home_103700', 9, 1037013, 1, 1, 0, 'snd_voi_home_103700_0009', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10010, 'In my hometown, we celebrate the end of the year and welcome in the new one with a big party. Guten Rutsch. A happy new year to you.', 'snd_voi_home_103700', 10, 1037016, 1, 1, 0, 'snd_voi_home_103700_0010', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10011, 'Happy birthday. I know a cafe with delicious cakes, so if you''d like, we can go together later.', 'snd_voi_home_103700', 11, 1037000, 1, 1, 0, 'snd_voi_home_103700_0011', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10012, 'I asked my parents for a special recipe in preparation for today. Please look forward to your birthday cake.', 'snd_voi_home_103700', 12, 1037006, 1, 1, 0, 'snd_voi_home_103700_0012', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10013, 'A birthday is an important day to reflect on oneself and reconfirm one''s life schedule.', 'snd_voi_home_103700', 13, 1037021, 1, 1, 0, 'snd_voi_home_103700_0013', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10014, 'I think of my parents'' faces on my birthday more so than any other time... I want to continue to be a daughter they can be proud of.', 'snd_voi_home_103700', 14, 1037007, 1, 1, 0, 'snd_voi_home_103700_0014', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10015, 'There is a notice for you. Don''t forget to check it, so that you can adjust your schedule accordingly.', 'snd_voi_home_103700', 15, 1037016, 1, 1, 0, 'snd_voi_home_103700_0015', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10016, 'There is a Geschenk—a present—for you. What could it be?', 'snd_voi_home_103700', 16, 1037006, 1, 1, 0, 'snd_voi_home_103700_0016', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10017, 'You''ve completed a mission as scheduled. I''d expect nothing less. Now you can receive a token of your effort and achievement.', 'snd_voi_home_103700', 17, 1037000, 1, 1, 0, 'snd_voi_home_103700_0017', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10018, 'An event will be held soon. Let''s create a plan that will maximize your enjoyment.', 'snd_voi_home_103700', 18, 1000, 1, 1, 0, 'snd_voi_home_103700_0018', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10019, 'An event is underway. Events are much like Karneval, so to speak... I get restless just thinking about it.', 'snd_voi_home_103700', 19, 11001, 1, 1, 0, 'snd_voi_home_103700_0019', 0, 1037006, 4900, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20000, '...My body feels a little sluggish. Perhaps my schedule needs adjustments.', 'snd_voi_training_103700', 0, 1037009, 2, 1, 0, 'snd_voi_training_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20001, 'Looks like I need to make time for rest...', 'snd_voi_training_103700', 1, 1037004, 2, 1, 0, 'snd_voi_training_103700_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20002, 'I guess you could say that I''m in great shape... Hehe. Thanks to your guidance, I think I''ll be able to proceed on schedule.', 'snd_voi_training_103700', 2, 1037000, 2, 1, 0, 'snd_voi_training_103700_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20003, 'I''m in great condition. All that''s left is to proceed as planned!', 'snd_voi_training_103700', 3, 1037007, 2, 1, 0, 'snd_voi_training_103700_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20004, 'Things are going well... It looks like I''ll be able to produce results in line with expectations.', 'snd_voi_training_103700', 4, 1037013, 2, 1, 0, 'snd_voi_training_103700_0004', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20005, 'Now, let''s begin according to plan. It''s going to be a productive training session.', 'snd_voi_training_103700', 5, 1037006, 2, 1, 0, 'snd_voi_training_103700_0005', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20006, 'I''m in good shape. I should be able to get through today''s regimen as planned.', 'snd_voi_training_103700', 6, 1037016, 2, 1, 0, 'snd_voi_training_103700_0006', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20007, 'If we keep up this pace, there should be no problem with the current schedule.', 'snd_voi_training_103700', 7, 11001, 2, 1, 0, 'snd_voi_training_103700_0007', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20008, 'I don''t know why, but I feel somewhat sluggish... I may need to make some adjustments...', 'snd_voi_training_103700', 8, 1037009, 2, 1, 0, 'snd_voi_training_103700_0008', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20009, 'We have training scheduled, but my body feels a little heavy...', 'snd_voi_training_103700', 9, 1037004, 2, 1, 0, 'snd_voi_training_103700_0009', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20010, 'Ughh... I feel so out of sorts. Right down to the hair on my tail...', 'snd_voi_training_103700', 10, 1037008, 2, 1, 0, 'snd_voi_training_103700_0010', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20011, 'I can''t seem to manage my motivation very well...', 'snd_voi_training_103700', 11, 1037801, 2, 1, 0, 'snd_voi_training_103700_0011', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20021, '...I didn''t think we could fit another race into today''s schedule.', 'snd_voi_training_103700', 12, 1037008, 2, 1, 0, 'snd_voi_training_103700_0012', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20022, 'If I continue to enter races, it will begin to affect future plans...', 'snd_voi_training_103700', 13, 1037002, 2, 1, 0, 'snd_voi_training_103700_0013', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20023, 'Sturm und Drang! To be honest, I''m raring to go!', 'snd_voi_training_103700', 14, 1037006, 2, 1, 0, 'snd_voi_training_103700_0014', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20024, 'Everything has gone exactly according to plan. I am truly in ideal condition. Victory is all but guaranteed.', 'snd_voi_training_103700', 15, 1037800, 2, 1, 0, 'snd_voi_training_103700_0015', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20025, 'It was worth taking the time to create a plan with you. ...I will achieve our goal.', 'snd_voi_training_103700', 16, 1037016, 2, 1, 0, 'snd_voi_training_103700_0016', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20026, 'I''m in good health, my mind is focused, and my tail is trimmed. My preparations are indeed perfect.', 'snd_voi_training_103700', 17, 1000, 2, 1, 0, 'snd_voi_training_103700_0017', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20027, 'I''m in great shape to tackle this race, as per schedule. All that remains is to produce results.', 'snd_voi_training_103700', 18, 1037006, 2, 1, 0, 'snd_voi_training_103700_0018', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20028, 'Preparations went well, thanks to you. I will run in a manner that you can be proud of.', 'snd_voi_training_103700', 19, 1037800, 2, 1, 0, 'snd_voi_training_103700_0019', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20029, 'There''s no need for worry. I will prove that what we have done so far has not been in error.', 'snd_voi_training_103700', 20, 1037021, 2, 1, 0, 'snd_voi_training_103700_0020', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20030, 'Toi, toi, toi... All right. Well then, let''s go.', 'snd_voi_training_103700', 21, 1037013, 2, 1, 0, 'snd_voi_training_103700_0021', 0, 1037800, 4000, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20031, 'We are generally on schedule and on target to achieve our goals.', 'snd_voi_training_103700', 22, 1037016, 2, 1, 0, 'snd_voi_training_103700_0022', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20032, 'I''m not at my best... but I haven''t lost sight of my goal.', 'snd_voi_training_103700', 23, 1037021, 2, 1, 0, 'snd_voi_training_103700_0023', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20033, 'Although we''re a little off schedule, it''s still possible to recover.', 'snd_voi_training_103700', 24, 11003, 2, 1, 0, 'snd_voi_training_103700_0024', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20034, 'I can''t deny that I''m not feeling well... Regardless, I''ll give it everything I have.', 'snd_voi_training_103700', 25, 1037008, 2, 1, 0, 'snd_voi_training_103700_0025', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20035, 'This is an unexpected situation... But I must run as best I can before I go getting all depressed.', 'snd_voi_training_103700', 26, 1037002, 2, 1, 0, 'snd_voi_training_103700_0026', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20036, 'Right now, all I can do is make it through this race so as not to bring shame to my parents...', 'snd_voi_training_103700', 27, 1037021, 2, 1, 0, 'snd_voi_training_103700_0027', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20037, 'I can''t seem to concentrate... But that doesn''t mean I can''t run.', 'snd_voi_training_103700', 28, 1037004, 2, 1, 0, 'snd_voi_training_103700_0028', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20038, 'Here I go.', 'snd_voi_training_103700', 29, 0, 2, 1, 0, 'snd_voi_training_103700_0029', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20039, 'Let us begin.', 'snd_voi_training_103700', 30, 0, 2, 1, 0, 'snd_voi_training_103700_0030', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20040, 'Concentrate.', 'snd_voi_training_103700', 31, 0, 2, 1, 0, 'snd_voi_training_103700_0031', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20041, 'These are the fundamentals.', 'snd_voi_training_103700', 32, 0, 2, 1, 0, 'snd_voi_training_103700_0032', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20042, 'My goodness!', 'snd_voi_training_103700', 33, 0, 2, 1, 0, 'snd_voi_training_103700_0033', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20043, 'No...', 'snd_voi_training_103700', 34, 0, 2, 1, 0, 'snd_voi_training_103700_0034', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20046, 'Together now.', 'snd_voi_training_103700', 37, 0, 2, 1, 0, 'snd_voi_training_103700_0037', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20047, 'I''m excited!', 'snd_voi_training_103700', 38, 0, 2, 1, 0, 'snd_voi_training_103700_0038', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20049, 'I have respect for your coaching.', 'snd_voi_training_103700', 63, 0, 2, 1, 0, 'snd_voi_training_103700_0063', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20050, 'Thank you for everything you''ve done for me.', 'snd_voi_training_103700', 64, 0, 2, 1, 0, 'snd_voi_training_103700_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 30000, 'That was a race to be proud of.', 'snd_voi_race_103700', 0, 0, 3, 1, 0, 'snd_voi_race_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 30001, 'That was passable... But next time, I''ll do even better.', 'snd_voi_race_103700', 1, 0, 3, 1, 0, 'snd_voi_race_103700_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 30002, 'I need to organize my schedule better...', 'snd_voi_race_103700', 2, 0, 3, 1, 0, 'snd_voi_race_103700_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 30003, 'We need to rethink our plan from the ground up...', 'snd_voi_race_103700', 3, 0, 3, 1, 0, 'snd_voi_race_103700_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 60000, 'I would like to express my gratitude to everyone who supported me.', 'snd_voi_live_103700', 0, 0, 4, 1, 0, 'snd_voi_live_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 60001, 'I''m a little nervous. Toi, toi, toi...', 'snd_voi_live_103700', 1, 0, 4, 1, 0, 'snd_voi_live_103700_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70001, 'You said it was preordained that you would become my trainer. That may just be true... Hehe.', 'snd_voi_outgame_103700', 1, 1037007, 7, 1, 0, 'snd_voi_outgame_103700_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90000, 'Guten Morgen. Mornings tend to become quite hectic. Sufficient preparation the day before is essential.', 'snd_voi_home_103701', 0, 1037016, 1, 1, 0, 'snd_voi_home_103701_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90001, 'When I think of Japanese breakfast, I think of natto. I find it delicious.', 'snd_voi_home_103701', 1, 1037017, 1, 1, 0, 'snd_voi_home_103701_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90002, 'I''ll finish my meal in twenty-five minutes and thirty seconds, then review the—oh, almost forgot. I promised to have lunch with Falcon.', 'snd_voi_home_103701', 2, 1037012, 1, 1, 0, 'snd_voi_home_103701_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90003, '...Eight seconds every day. That''s how much time I spend checking whether the cafeteria has any new desserts on the menu.', 'snd_voi_home_103701', 3, 1037008, 1, 1, 0, 'snd_voi_home_103701_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90004, 'Four minutes going over my schedule, five minutes thinking of friends and family... I make effective use of the time spent in bed before falling asleep.', 'snd_voi_home_103701', 4, 1037013, 1, 1, 0, 'snd_voi_home_103701_0004', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90005, 'Today is just about over... Let''s prepare for the future by reflecting on the day''s events and making plans for tomorrow.', 'snd_voi_home_103701', 5, 11000, 1, 1, 0, 'snd_voi_home_103701_0005', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90006, 'I have always admired spring flowers. The way they endure the harsh winter and still bloom fully every year is magnificent.', 'snd_voi_home_103701', 6, 1037800, 1, 1, 0, 'snd_voi_home_103701_0006', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90007, 'There is always a risk of heat stroke. Create a hydration schedule and be sure to carry a water bottle.', 'snd_voi_home_103701', 7, 1037000, 1, 1, 0, 'snd_voi_home_103701_0007', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90008, 'Fall in Germany surely brings Oktoberfest to mind. I would like to invite you to it one day.', 'snd_voi_home_103701', 8, 1037016, 1, 1, 0, 'snd_voi_home_103701_0008', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 90009, 'During the winter, we inevitably spend more time indoors. ...Shall we start developing a new cake recipe?', 'snd_voi_home_103701', 9, 1037008, 1, 1, 0, 'snd_voi_home_103701_0009', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91000, 'I was humming along to the metronome, and then Falcon was suddenly behind me... I was so surprised, I let out a scream...', 'snd_voi_home_103701', 10, 1037010, 1, 1, 0, 'snd_voi_home_103701_0010', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91001, 'To be able to maintain that many friendships so effortlessly... Jordan might be an expert at managing schedules.', 'snd_voi_home_103701', 11, 1037008, 1, 1, 0, 'snd_voi_home_103701_0011', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91002, 'Nakayama''s approach to competition is the complete opposite of mine, but that''s precisely why I can learn things from it.', 'snd_voi_home_103701', 12, 1037006, 1, 1, 0, 'snd_voi_home_103701_0012', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91003, 'Golshi and I toured some cake stores, but before I knew it, it had transformed into a pick and mix candy store tour.', 'snd_voi_home_103701', 13, 1037009, 1, 1, 0, 'snd_voi_home_103701_0013', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91004, 'I like movies—well, aside from zombie movies... There''s no way a rotting corpse could move like that. It''s so freaky!', 'snd_voi_home_103701', 14, 1037015, 1, 1, 0, 'snd_voi_home_103701_0014', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91005, 'I want to pay respect to the spectators and to the Umamusume I compete alongside, so I must make sure that every step is perfect.', 'snd_voi_home_103701', 15, 1037800, 1, 1, 0, 'snd_voi_home_103701_0015', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91006, 'I''ve always loved Karneval, so the thought of being able to dance in this outfit makes my heart sing. Hehe.', 'snd_voi_home_103701', 16, 1037000, 1, 1, 0, 'snd_voi_home_103701_0016', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91007, 'It''s fluffy, yet durable enough to withstand intense movement... A wonderful outfit.', 'snd_voi_home_103701', 17, 1037013, 1, 1, 0, 'snd_voi_home_103701_0017', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91008, 'The size fits perfectly... I admire the skill of the craftsman who made this.', 'snd_voi_home_103701', 18, 1037016, 1, 1, 0, 'snd_voi_home_103701_0018', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91009, 'The smell of freshly made sweets wafting through the store before it opened... Sometimes I grow nostalgic for home.', 'snd_voi_home_103701', 19, 1037012, 1, 1, 0, 'snd_voi_home_103701_0019', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91010, 'Lunch is the main meal in Germany, and I still keep to that custom. It''s also logical in regards to exercise.', 'snd_voi_home_103701', 20, 1037017, 1, 1, 0, 'snd_voi_home_103701_0020', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91011, 'It would be nice to have an alarm that could be set to the second... But your own body clock may do the job best in the end.', 'snd_voi_home_103701', 21, 1037008, 1, 1, 0, 'snd_voi_home_103701_0021', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91012, 'It''s the season when you often see ladybugs. Aren''t they cute?', 'snd_voi_home_103701', 22, 1037007, 1, 1, 0, 'snd_voi_home_103701_0022', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91013, 'It''s really hot... I would like to go to the lake, but let''s cool off here by the pool.', 'snd_voi_home_103701', 23, 1037008, 1, 1, 0, 'snd_voi_home_103701_0023', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91014, 'Fall is the season for sports, you say? In that case... I would like to play soccer. If you don''t mind, would you play with me?', 'snd_voi_home_103701', 24, 1037016, 1, 1, 0, 'snd_voi_home_103701_0024', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 91015, 'Snow makes me think of Stollen... I used to help bake them every year when this season rolled around.', 'snd_voi_home_103701', 25, 1037013, 1, 1, 0, 'snd_voi_home_103701_0025', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 92000, 'Let''s walk together on the path to our goals. First, we must devise a plan.', 'snd_voi_training_103701', 0, 1037016, 2, 1, 0, 'snd_voi_training_103701_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 92001, 'I''ve confirmed the schedule. All right, let''s get started today.', 'snd_voi_training_103701', 1, 1037006, 2, 1, 0, 'snd_voi_training_103701_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 92002, 'Even if the destination is far, we will steadily make our way there, armed with a well-thought-out schedule.', 'snd_voi_training_103701', 2, 1037021, 2, 1, 0, 'snd_voi_training_103701_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 92003, 'I''ve completed my preparations, of course. I await your instruction.', 'snd_voi_training_103701', 3, 1000, 2, 1, 0, 'snd_voi_training_103701_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 92011, 'This feels... different. In Germany, we go swimming in lakes more often than in the ocean.', 'snd_voi_training_103700', 39, 1037007, 2, 1, 0, 'snd_voi_training_103700_0039', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 92005, 'I sincerely believe that together, we can reach our goals.', 'snd_voi_training_103701', 5, 1037000, 2, 1, 0, 'snd_voi_training_103701_0005', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 92006, 'Let''s work together to finalize a plan. I''m counting on you.', 'snd_voi_training_103701', 6, 1037016, 2, 1, 0, 'snd_voi_training_103701_0006', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 92007, 'If you see me being clueless again, please let me know.', 'snd_voi_training_103701', 7, 1037800, 2, 1, 0, 'snd_voi_training_103701_0007', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 93000, 'Now I can be truly proud of myself...', 'snd_voi_training_103701', 8, 0, 2, 1, 0, 'snd_voi_training_103701_0008', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 93001, 'I am sure I could not have come this far on my own.', 'snd_voi_training_103701', 9, 0, 2, 1, 0, 'snd_voi_training_103701_0009', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 95000, 'Steadily, one step at a time... towards my goal.', 'snd_voi_outgame_103701', 0, 1000, 7, 1, 0, 'snd_voi_outgame_103701_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 95001, 'I''ll achieve my goals, one step at a time.', 'snd_voi_outgame_103701', 1, 0, 7, 1, 0, 'snd_voi_outgame_103701_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 95003, 'I am Eishin Flash. Together we will achieve a proud victory.', 'snd_voi_outgame_103701', 3, 1001, 7, 1, 0, 'snd_voi_outgame_103701_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 95004, 'Perfect schedules lead to perfect results.', 'snd_voi_gacha_103701', 0, 0, 7, 1, 0, 'snd_voi_gacha_103701_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1008, 'Let''s all do our Bestes.', 'snd_voi_teamst_st_103700_0000', 0, 1003, 8, 1, 0, 'snd_voi_teamst_st_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1079, 'We can''t let up for even a second.', 'snd_voi_teamst_st_103700_1038', 0, 1037021, 8, 1, 0, 'snd_voi_teamst_st_103700_1038_00', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1080, 'We must be punctual.', 'snd_voi_teamst_st_103700_1046', 0, 1003, 8, 1, 0, 'snd_voi_teamst_st_103700_1046_00', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1022, 'Let''s do everything according to plan.', 'snd_voi_teamst_st_100700_1037', 1, 1037006, 8, 1, 0, 'snd_voi_teamst_st_100700_1037_01', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1000, 'Everyone, it''s time.', 'snd_voi_teamst_103700', 0, 1037016, 8, 1, 0, 'snd_voi_teamst_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1001, 'We''ve successfully achieved our goal.', 'snd_voi_teamst_103700', 1, 0, 8, 1, 0, 'snd_voi_teamst_103700_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1003, 'Our preparations were incomplete.', 'snd_voi_teamst_103700', 2, 0, 8, 1, 0, 'snd_voi_teamst_103700_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1002, 'It was my mistake...', 'snd_voi_teamst_103700', 3, 0, 8, 1, 0, 'snd_voi_teamst_103700_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1004, 'A victory, as planned.', 'snd_voi_teamst_103700', 4, 1037006, 8, 1, 0, 'snd_voi_teamst_103700_0004', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1007, 'Goals are meant to be surpassed.', 'snd_voi_teamst_103700', 5, 1037000, 8, 1, 0, 'snd_voi_teamst_103700_0005', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1006, 'Our preparations were incomplete.', 'snd_voi_teamst_103700', 2, 1037008, 8, 1, 0, 'snd_voi_teamst_103700_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 1005, 'It was my mistake...', 'snd_voi_teamst_103700', 3, 1037004, 8, 1, 0, 'snd_voi_teamst_103700_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 40000, 'Now is the time to carry out my plan!', 'snd_voi_race_103701', 2, 0, 3, 1, 0, 'snd_voi_race_103701_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 40001, 'Not a single step misplaced on the way to victory... Now is the time to carry out my plan!', 'snd_voi_race_103701', 3, 0, 3, 1, 0, 'snd_voi_race_103701_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 30004, 'I did not deviate from the schedule we created together.', 'snd_voi_race_103701', 0, 0, 3, 1, 0, 'snd_voi_race_103701_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 30005, 'I ran well, and I accomplished my goal.', 'snd_voi_race_103700', 8, 0, 3, 1, 0, 'snd_voi_race_103700_0008', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 31000, 'Auf geht''s!', 'snd_voi_race_103700', 9, 0, 3, 1, 0, 'snd_voi_race_103700_0009', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 13, 'Here''s today''s login bonus.', 'snd_voi_title_103700', 4, 1037000, 1, 1, 0, 'snd_voi_title_103700_0004', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 15, 'Here''s what you''ll get tomorrow.', 'snd_voi_title_103700', 5, 1037016, 1, 1, 0, 'snd_voi_title_103700_0005', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 110000, 'Now, for today''s training schedule...', 'snd_voi_home_103700', 21, 0, 1, 1, 0, 'snd_voi_home_103700_0021', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 110001, 'Let''s be sure to learn about this academy''s history and traditions.', 'snd_voi_home_103700', 22, 0, 1, 1, 0, 'snd_voi_home_103700_0022', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 110002, 'Goals can only be achieved through an accumulation of experience.', 'snd_voi_home_103700', 23, 0, 1, 1, 0, 'snd_voi_home_103700_0023', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 10021, 'Looks like the Umamusume Archive level has gone up. Please take a look.', 'snd_voi_home_103700', 24, 1037000, 1, 1, 0, 'snd_voi_home_103700_0024', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 20051, 'It''s time for training.', 'snd_voi_training_103700', 65, 0, 2, 1, 0, 'snd_voi_training_103700_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70000, 'We must strictly adhere to the schedule.', 'snd_voi_outgame_103700', 3, 1037017, 7, 1, 0, 'snd_voi_outgame_103700_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 95005, 'I''m happy to assist you.', 'snd_voi_outgame_103700', 4, 0, 7, 1, 0, 'snd_voi_outgame_103700_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 95006, 'Do you require more detailed management?', 'snd_voi_outgame_103700', 5, 0, 7, 1, 0, 'snd_voi_outgame_103700_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 120000, 'I will go further with this power.', 'snd_voi_outgame_103700', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_103700_0011', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140000, 'Viel Erfolg!', 'snd_voi_minigame_103700', 0, 1037000, 9, 1, 0, 'snd_voi_minigame_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140001, 'Well done.', 'snd_voi_minigame_103700', 1, 1037006, 9, 1, 0, 'snd_voi_minigame_103700_0001', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140002, 'There''s no need to panic.', 'snd_voi_minigame_103700', 2, 1037016, 9, 1, 0, 'snd_voi_minigame_103700_0002', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140003, 'Wunderbar!', 'snd_voi_minigame_103700', 3, 971037, 9, 1, 0, 'snd_voi_minigame_103700_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140004, 'This outcome was as I hoped.', 'snd_voi_minigame_103700', 4, 972037, 9, 1, 0, 'snd_voi_minigame_103700_0004', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140005, 'I misjudged the distance...', 'snd_voi_minigame_103700', 5, 1037008, 9, 1, 0, 'snd_voi_minigame_103700_0005', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140006, 'Wunderbar!', 'snd_voi_minigame_103700', 3, 974037, 9, 1, 0, 'snd_voi_minigame_103700_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140007, 'This outcome was as I hoped.', 'snd_voi_minigame_103700', 4, 973037, 9, 1, 0, 'snd_voi_minigame_103700_0004', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140008, 'Hehe.', 'snd_voi_minigame_103700', 6, 1037006, 9, 1, 0, 'snd_voi_minigame_103700_0006', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140009, 'Hehe...', 'snd_voi_minigame_103700', 7, 1037013, 9, 1, 0, 'snd_voi_minigame_103700_0007', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140010, 'Hehehe.', 'snd_voi_minigame_103700', 8, 1037001, 9, 1, 0, 'snd_voi_minigame_103700_0008', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140011, 'Amazing.', 'snd_voi_minigame_103700', 9, 1037000, 9, 1, 0, 'snd_voi_minigame_103700_0009', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140014, 'Agh...', 'snd_voi_minigame_103700', 10, 1037002, 9, 1, 0, 'snd_voi_minigame_103700_0010', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140015, 'Ohhh...', 'snd_voi_minigame_103700', 11, 1037008, 9, 1, 0, 'snd_voi_minigame_103700_0011', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140016, 'Come on.', 'snd_voi_minigame_103700', 12, 1037016, 9, 1, 0, 'snd_voi_minigame_103700_0012', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140012, 'Oh my!', 'snd_voi_minigame_103700', 13, 1037007, 9, 1, 0, 'snd_voi_minigame_103700_0013', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140013, '...Ah!', 'snd_voi_minigame_103700', 14, 1037014, 9, 1, 0, 'snd_voi_minigame_103700_0014', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140017, 'Nngh...', 'snd_voi_minigame_103700', 15, 1037015, 9, 1, 0, 'snd_voi_minigame_103700_0015', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 140018, 'Sigh...', 'snd_voi_minigame_103700', 16, 1037004, 9, 1, 0, 'snd_voi_minigame_103700_0016', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70004, 'I must be mindful of the fact that this uniform I wear is part of the academy''s tradition.', 'snd_voi_outgame_103700', 16, 1037007, 7, 1, 0, 'snd_voi_outgame_103700_0016', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70010, 'Balancing studies and racing is something that all students must deal with.', 'snd_voi_outgame_103700', 17, 1037016, 7, 1, 0, 'snd_voi_outgame_103700_0017', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70008, 'I want to show my parents how I perform onstage.', 'snd_voi_outgame_103700', 20, 1037013, 7, 1, 0, 'snd_voi_outgame_103700_0020', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70014, 'I''ve made sure to include performance lessons in the schedule.', 'snd_voi_outgame_103700', 21, 1037000, 7, 1, 0, 'snd_voi_outgame_103700_0021', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70009, 'It seems to inspire pride and courage.', 'snd_voi_outgame_103700', 22, 1037006, 7, 1, 0, 'snd_voi_outgame_103700_0022', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70015, 'The size is perfect, of course. Not a single thing out of place.', 'snd_voi_outgame_103700', 23, 1037016, 7, 1, 0, 'snd_voi_outgame_103700_0023', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 71004, 'I must be mindful of the fact that this uniform I wear is part of the academy''s tradition.', 'snd_voi_outgame_103700', 16, 48, 7, 0, 0, 'snd_voi_outgame_103700_0016', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 71010, 'Balancing studies and racing is something that all students must deal with.', 'snd_voi_outgame_103700', 17, 34, 7, 0, 0, 'snd_voi_outgame_103700_0017', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 71008, 'I want to show my parents how I perform onstage.', 'snd_voi_outgame_103700', 20, 18, 7, 0, 0, 'snd_voi_outgame_103700_0020', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 71014, 'I''ve made sure to include performance lessons in the schedule.', 'snd_voi_outgame_103700', 21, 48, 7, 0, 0, 'snd_voi_outgame_103700_0021', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 71009, 'It seems to inspire pride and courage.', 'snd_voi_outgame_103700', 22, 34, 7, 0, 0, 'snd_voi_outgame_103700_0022', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 71015, 'The size is perfect, of course. Not a single thing out of place.', 'snd_voi_outgame_103700', 23, 35, 7, 0, 0, 'snd_voi_outgame_103700_0023', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 2030, 'Everyone, it''s time.', 'snd_voi_teamst_103700', 0, 1037016, 10, 1, 0, 'snd_voi_teamst_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 2031, 'Let''s all do our Bestes.', 'snd_voi_teamst_st_103700_0000', 0, 1003, 10, 1, 0, 'snd_voi_teamst_st_103700_0000', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 2032, 'Thank you for everything you''ve done for me.', 'snd_voi_training_103700', 64, 1037000, 10, 1, 0, 'snd_voi_training_103700_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 2033, 'I''m in great shape to tackle this race, as per schedule. All that remains is to produce results.', 'snd_voi_training_103700', 18, 1037006, 10, 1, 0, 'snd_voi_training_103700_0018', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 2034, 'It was worth taking the time to create a plan with you. ...I will achieve our goal.', 'snd_voi_training_103700', 16, 1003, 10, 1, 0, 'snd_voi_training_103700_0016', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 2035, 'Thank you for everything you''ve done for me.', 'snd_voi_training_103700', 64, 1037000, 10, 0, 0, 'snd_voi_training_103700_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70018, 'How wonderful!', 'snd_voi_outgame_103700', 26, 1037000, 7, 1, 0, 'snd_voi_outgame_103700_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 70019, 'I''ll show you an error-free victory!', 'snd_voi_outgame_103700', 27, 1037016, 7, 1, 0, 'snd_voi_outgame_103700_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 71018, 'How wonderful!', 'snd_voi_outgame_103700', 26, 34, 7, 0, 0, 'snd_voi_outgame_103700_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 71019, 'I''ll show you an error-free victory!', 'snd_voi_outgame_103700', 27, 22, 7, 0, 0, 'snd_voi_outgame_103700_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 81000, 'Show me what all your hard work has amounted to.', 'snd_voi_outgame_103700', 13, 1037021, 7, 1, 0, 'snd_voi_outgame_103700_0013', 0, 0, 0, 1636952400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1037, 81001, 'Let us compete. Fair and square, with our pride on the line.', 'snd_voi_outgame_103700', 14, 1037006, 7, 1, 0, 'snd_voi_outgame_103700_0014', 0, 0, 0, 1636952400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 11, 'Cygames', 'snd_voi_title_103800', 0, 0, 0, 1, 0, 'snd_voi_title_103800_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_103800', 1, 0, 0, 1, 0, 'snd_voi_title_103800_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10000, 'I will become the cutest in the whole world—no, the whole universe—and everyone will love me. That includes you, Big Bro. ♪', 'snd_voi_home_103800', 0, 5002, 1, 1, 0, 'snd_voi_home_103800_0000M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10100, 'I will become the cutest in the whole world—no, the whole universe—and everyone will love me. That includes you, Big Sis. ♪', 'snd_voi_home_103800', 0, 5002, 1, 1, 0, 'snd_voi_home_103800_0000F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10001, 'Ah, I caught you looking at me just now. Haha. Since it''s you, I don''t mind if you come even closer... ♪', 'snd_voi_home_103800', 1, 4001, 1, 1, 0, 'snd_voi_home_103800_0001M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10101, 'Ah, I caught you looking at me just now. Haha. Since it''s you, I don''t mind if you come even closer... ♪', 'snd_voi_home_103800', 1, 4001, 1, 1, 0, 'snd_voi_home_103800_0001F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10002, 'If you want to know more about me, then come at me, straight on. Then maybe I''ll tell you... ♪', 'snd_voi_home_103800', 2, 1038006, 1, 1, 0, 'snd_voi_home_103800_0002', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10003, 'Happy New Year''s! ♪ Make spoiling your adorable little sis a resolution, ''kay?', 'snd_voi_home_103800', 3, 1038001, 1, 1, 0, 'snd_voi_home_103800_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10004, 'Would you rather have chocolate or me? Kidding! You can''t have me just yet... ♪', 'snd_voi_home_103800', 4, 5001, 1, 1, 0, 'snd_voi_home_103800_0004M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10104, 'Would you rather have chocolate or me? Kidding! You can''t have me just yet... ♪', 'snd_voi_home_103800', 4, 5001, 1, 1, 0, 'snd_voi_home_103800_0004F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10005, 'Happy Valentine''s!', 'snd_voi_home_103800', 5, 1038006, 1, 1, 0, 'snd_voi_home_103800_0005M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10105, 'Happy Valentine''s!', 'snd_voi_home_103800', 5, 1038006, 1, 1, 0, 'snd_voi_home_103800_0005F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10006, 'I hope you''ll love me more and mooore! ♪ You''ll grant my wish, right, Big Bro?', 'snd_voi_home_103800', 6, 3001, 1, 1, 0, 'snd_voi_home_103800_0006M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10106, 'I hope you''ll love me more and mooore! ♪ You''ll grant my wish, right, Big Sis?', 'snd_voi_home_103800', 6, 3001, 1, 1, 0, 'snd_voi_home_103800_0006F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10007, 'Boo! ...I''m a ghost! ☆ Once I get a hold of you, I won''t let go! ♪', 'snd_voi_home_103800', 7, 1038007, 1, 1, 0, 'snd_voi_home_103800_0007M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10107, 'Boo! ...I''m a ghost! ☆ Once I get a hold of you, I won''t let go! ♪', 'snd_voi_home_103800', 7, 1038007, 1, 1, 0, 'snd_voi_home_103800_0007F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10008, 'Happy holidays, Big Bro! The angel Curren will save your soul with this hymn! ♪', 'snd_voi_home_103800', 8, 3001, 1, 1, 0, 'snd_voi_home_103800_0008M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10108, 'Happy holidays, Big Sis! The angel Curren will save your soul with this hymn! ♪', 'snd_voi_home_103800', 8, 3001, 1, 1, 0, 'snd_voi_home_103800_0008F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10009, 'For me, the holidays are about spending time with family. So tonight... I wanna spend time with you, Big Bro.', 'snd_voi_home_103800', 9, 1038001, 1, 1, 0, 'snd_voi_home_103800_0009M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10109, 'For me, the holidays are about spending time with family. So tonight... I wanna spend time with you, Big Sis.', 'snd_voi_home_103800', 9, 1038001, 1, 1, 0, 'snd_voi_home_103800_0009F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10010, 'I was downright adorable all year, huh? Next year, I''m gonna be even cuter—pinky promise! ♪', 'snd_voi_home_103800', 10, 1038007, 1, 1, 0, 'snd_voi_home_103800_0010M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10110, 'I was downright adorable all year, huh? Next year, I''m gonna be even cuter—pinky promise! ♪', 'snd_voi_home_103800', 10, 1038007, 1, 1, 0, 'snd_voi_home_103800_0010F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10011, 'Happy birthday, Big Bro! We''ve gotta go all out to celebrate the day we became destined to meet! ♪', 'snd_voi_home_103800', 11, 1038006, 1, 1, 0, 'snd_voi_home_103800_0011M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10111, 'Happy birthday, Big Sis! We gotta go all out to celebrate the day we became destined to meet! ♪', 'snd_voi_home_103800', 11, 1038006, 1, 1, 0, 'snd_voi_home_103800_0011F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10012, 'I''m so grateful for being able to meet you. It made me really, really happy. Happy birthday, Big Bro!', 'snd_voi_home_103800', 12, 5002, 1, 1, 0, 'snd_voi_home_103800_0012M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10112, 'I''m so grateful for being able to meet you. It made me really, really happy. Happy birthday, Big Sis!', 'snd_voi_home_103800', 12, 5002, 1, 1, 0, 'snd_voi_home_103800_0012F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10013, 'I''m so excited for my birthday! And most wonderful of all is... a date with you! Make sure to spoil me a lot! ♪', 'snd_voi_home_103800', 13, 4002, 1, 1, 0, 'snd_voi_home_103800_0013M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10113, 'I''m so excited for my birthday! And most wonderful of all is... a date with you! Make sure to spoil me a lot! ♪', 'snd_voi_home_103800', 13, 4002, 1, 1, 0, 'snd_voi_home_103800_0013F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10014, 'Starting today, another year of ever-increasing cuteness begins... Make sure you don''t blink, okay, Big Bro?', 'snd_voi_home_103800', 14, 1038000, 1, 1, 0, 'snd_voi_home_103800_0014M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10114, 'Starting today, another year of ever-increasing cuteness begins... Make sure you don''t blink, okay, Big Sis?', 'snd_voi_home_103800', 14, 1038000, 1, 1, 0, 'snd_voi_home_103800_0014F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10015, 'Big Bro, there''s a notice for you! Hey, what''s it say? I want to know too! ♪', 'snd_voi_home_103800', 15, 1038006, 1, 1, 0, 'snd_voi_home_103800_0015M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10115, 'Big Sis, there''s a notice for you! Hey, what''s it say? I want to know too! ♪', 'snd_voi_home_103800', 15, 1038006, 1, 1, 0, 'snd_voi_home_103800_0015F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10016, 'Looks like there''s a present for you! You''re making waves, huh? I''m low-key jealous right now.', 'snd_voi_home_103800', 16, 1038010, 1, 1, 0, 'snd_voi_home_103800_0016M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10116, 'Looks like there''s a present for you! You''re making waves, huh? I''m low-key jealous right now.', 'snd_voi_home_103800', 16, 1038010, 1, 1, 0, 'snd_voi_home_103800_0016F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10017, 'Awesome, you achieved an objective! As expected from you! ♪', 'snd_voi_home_103800', 17, 1038006, 1, 1, 0, 'snd_voi_home_103800_0017M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10117, 'Awesome, you achieved an objective! As expected from you! ♪', 'snd_voi_home_103800', 17, 1038006, 1, 1, 0, 'snd_voi_home_103800_0017F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10018, 'I hope the upcoming event is one where I can stand out! #EventComingSoon #pr', 'snd_voi_home_103800', 18, 1038001, 1, 1, 0, 'snd_voi_home_103800_0018', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10019, 'I want to see the event! Hey, can we go take a teensy peek? Please! ☆', 'snd_voi_home_103800', 19, 1038001, 1, 1, 0, 'snd_voi_home_103800_0019', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20000, 'Ugh, I look awful. I can''t let people see me this tired... But I can''t help it... Sigh.', 'snd_voi_training_103800', 0, 1038009, 2, 1, 0, 'snd_voi_training_103800_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20001, 'Honestly, I''m reaaaally tired. Don''t you think it would be more motivating and efficient to take a break now and work hard next time?', 'snd_voi_training_103800', 1, 1038004, 2, 1, 0, 'snd_voi_training_103800_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20002, 'I feel great today! I''m gonna show you cuteness beyond your wildest dreams! ♪', 'snd_voi_training_103800', 2, 1038001, 2, 1, 0, 'snd_voi_training_103800_0002', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20003, 'My legs are itching to go. I just wanna take off and soar! ...Could things be any more perfect? Haha, I feel great!', 'snd_voi_training_103800', 3, 3002, 2, 1, 0, 'snd_voi_training_103800_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20004, 'You''re watching, so I''ll do my best! ♪', 'snd_voi_training_103800', 4, 5001, 2, 1, 0, 'snd_voi_training_103800_0004M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20104, 'You''re watching, so I''ll do my best! ♪', 'snd_voi_training_103800', 4, 5001, 2, 1, 0, 'snd_voi_training_103800_0004F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20005, 'Please keep an eye on me, so I don''t overdo it. ☆', 'snd_voi_training_103800', 5, 1038006, 2, 1, 0, 'snd_voi_training_103800_0005', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20006, 'Anything goes for me. You can do whatever you like. ♪', 'snd_voi_training_103800', 6, 2001, 2, 1, 0, 'snd_voi_training_103800_0006', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20007, 'What should we do today? What do you think, Big Bro?', 'snd_voi_training_103800', 7, 1038018, 2, 1, 0, 'snd_voi_training_103800_0007M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20107, 'What should we do today? What do you think, Big Sis?', 'snd_voi_training_103800', 7, 1038018, 2, 1, 0, 'snd_voi_training_103800_0007F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20008, 'Ughhh... Are we really gonna work today? I don''t feel like the results will be very good.', 'snd_voi_training_103800', 8, 1038008, 2, 1, 0, 'snd_voi_training_103800_0008', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20009, 'Could we ease things up a bit? It takes energy to keep up the cuteness.', 'snd_voi_training_103800', 9, 1038015, 2, 1, 0, 'snd_voi_training_103800_0009', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20010, 'Ugh, split ends. Once the fatigue starts affecting my appearance, it''s all over...', 'snd_voi_training_103800', 10, 1038008, 2, 1, 0, 'snd_voi_training_103800_0010', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20011, 'I get what you''re saying, Big Bro. But I''m just one Umamusume. There''s only so much I can do!', 'snd_voi_training_103800', 11, 10005, 2, 1, 0, 'snd_voi_training_103800_0011M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20111, 'I get what you''re saying, Big Sis. But I''m just one Umamusume. There''s only so much I can do!', 'snd_voi_training_103800', 11, 10005, 2, 1, 0, 'snd_voi_training_103800_0011F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20021, 'Whaaat? Another race? Hmph, you''re unbelievable... You''d better make it up to me later.', 'snd_voi_training_103800', 12, 1038002, 2, 1, 0, 'snd_voi_training_103800_0012M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20121, 'Whaaat? Another race? Hmph, you''re unbelievable... You''d better make it up to me later.', 'snd_voi_training_103800', 12, 1038002, 2, 1, 0, 'snd_voi_training_103800_0012F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20022, 'Big Bro! I know I''m a super hard worker and everything, but... buuut... this is too much! Hmph!', 'snd_voi_training_103800', 13, 5007, 2, 1, 0, 'snd_voi_training_103800_0013M', 1, 10003, 6300, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20122, 'Big Sis! I know I''m a super hard worker and everything, but... buuut... this is too much! Hmph!', 'snd_voi_training_103800', 13, 5007, 2, 1, 0, 'snd_voi_training_103800_0013F', 2, 10003, 6300, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20023, 'Ooh, I feel amazing! Now I just need to hear you tell me how cute I am, and everything will be perfect! ♪', 'snd_voi_training_103800', 14, 1038006, 2, 1, 0, 'snd_voi_training_103800_0014M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20123, 'Ooh, I feel amazing! Now I just need to hear you tell me how cute I am, and everything will be perfect! ♪', 'snd_voi_training_103800', 14, 1038006, 2, 1, 0, 'snd_voi_training_103800_0014F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20024, 'All right, it''s on! I''m gonna make everyone cheer for me! Those stands are mine! ♪', 'snd_voi_training_103800', 15, 3002, 2, 1, 0, 'snd_voi_training_103800_0015', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20025, 'I''ve gone over the plan, and it''s perfect. All that''s left is to run. Hehe, I''ve got this win in the bag. ♪', 'snd_voi_training_103800', 16, 5001, 2, 1, 0, 'snd_voi_training_103800_0016', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20026, 'Big Bro, Big Bro! I am so pumped today! Look forward to the results! ♪', 'snd_voi_training_103800', 17, 1038001, 2, 1, 0, 'snd_voi_training_103800_0017M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20126, 'Big Sis, Big Sis! I am so pumped today! Look forward to the results! ♪', 'snd_voi_training_103800', 17, 1038001, 2, 1, 0, 'snd_voi_training_103800_0017F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20027, '#RaceDay #RunBeautifullyLikeAFlower #WaitingForCheersFromEveryone', 'snd_voi_training_103800', 18, 1038007, 2, 1, 0, 'snd_voi_training_103800_0018', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20028, 'I feel like I''ve got a good shot, but you never know who''s cutest until the race is run. So come on, let''s figure out a strategy. ♪', 'snd_voi_training_103800', 19, 5001, 2, 1, 0, 'snd_voi_training_103800_0019', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20029, 'I''ll do my best to make everyone smile. ♪', 'snd_voi_training_103800', 20, 1038000, 2, 1, 0, 'snd_voi_training_103800_0020', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20030, 'Take lots of pictures! I''ll be running as adorably as usual!', 'snd_voi_training_103800', 21, 1038006, 2, 1, 0, 'snd_voi_training_103800_0021', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20031, 'I love races because they attract lots of people. ♪ Now, I just have to show off my charm!', 'snd_voi_training_103800', 22, 1038007, 2, 1, 0, 'snd_voi_training_103800_0022', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20032, 'Phew... Hmm? Ehehe, I''m fine. Just need a little breather.', 'snd_voi_training_103800', 23, 1038011, 2, 1, 0, 'snd_voi_training_103800_0023', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20033, 'Maybe I should''ve given a little prayer, after all... I thought I had Lady Luck charmed, but she''s playing hard to get.', 'snd_voi_training_103800', 24, 5014, 2, 1, 0, 'snd_voi_training_103800_0024', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20034, 'Hmm... I can''t tell how things will turn out either, but maybe we''ll get by somehow?', 'snd_voi_training_103800', 25, 10014, 2, 1, 0, 'snd_voi_training_103800_0025', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20035, '...It''s okay, I can do it. You and everyone else all believe in me.', 'snd_voi_training_103800', 26, 1038810, 2, 1, 0, 'snd_voi_training_103800_0026M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20135, '...It''s okay, I can do it. You and everyone else all believe in me.', 'snd_voi_training_103800', 26, 1038810, 2, 1, 0, 'snd_voi_training_103800_0026F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20036, 'Hey, um, I feel kinda... No, never mind! Just watch—I''ve got this!', 'snd_voi_training_103800', 27, 1038004, 2, 1, 0, 'snd_voi_training_103800_0027', 0, 1038001, 4300, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20037, 'I''m feeling iffy, and I''m not confident about my odds... but if I can turn this around, it''ll prove that my cuteness is power!', 'snd_voi_training_103800', 28, 1038000, 2, 1, 0, 'snd_voi_training_103800_0028', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20038, 'I''ll do my best!', 'snd_voi_training_103800', 29, 0, 2, 1, 0, 'snd_voi_training_103800_0029', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20039, 'Ready to get started? ♪', 'snd_voi_training_103800', 30, 0, 2, 1, 0, 'snd_voi_training_103800_0030', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20040, 'Let''s go! ☆', 'snd_voi_training_103800', 31, 0, 2, 1, 0, 'snd_voi_training_103800_0031', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20041, 'I''ll be cute and clever.', 'snd_voi_training_103800', 32, 0, 2, 1, 0, 'snd_voi_training_103800_0032', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20042, 'Sigh...', 'snd_voi_training_103800', 33, 0, 2, 1, 0, 'snd_voi_training_103800_0033', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20043, 'Enouuugh.', 'snd_voi_training_103800', 34, 0, 2, 1, 0, 'snd_voi_training_103800_0034', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20046, 'Let''s have fun on our date!', 'snd_voi_training_103800', 37, 0, 2, 1, 0, 'snd_voi_training_103800_0037', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20047, 'Ta-da! ♪', 'snd_voi_training_103800', 38, 0, 2, 1, 0, 'snd_voi_training_103800_0038', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20049, 'Thank you, Big Bro!', 'snd_voi_training_103800', 63, 0, 2, 1, 0, 'snd_voi_training_103800_0063M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20149, 'Thank you, Big Sis!', 'snd_voi_training_103800', 63, 0, 2, 1, 0, 'snd_voi_training_103800_0063F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20050, 'Good job, Big Bro! ♪', 'snd_voi_training_103800', 64, 0, 2, 1, 0, 'snd_voi_training_103800_0064M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20150, 'Good job, Big Sis! ♪', 'snd_voi_training_103800', 64, 0, 2, 1, 0, 'snd_voi_training_103800_0064F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 30000, 'So close, but I did really well! ♪', 'snd_voi_race_103800', 0, 0, 3, 1, 0, 'snd_voi_race_103800_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 30001, 'Just barely made it, huh?', 'snd_voi_race_103800', 1, 0, 3, 1, 0, 'snd_voi_race_103800_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 30002, '...Next time, let''s crush it. ♪', 'snd_voi_race_103800', 2, 0, 3, 1, 0, 'snd_voi_race_103800_0002', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 30003, '...That got ugly.', 'snd_voi_race_103800', 3, 0, 3, 1, 0, 'snd_voi_race_103800_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 60000, 'I''ll have them spellbound with my singing! ♪', 'snd_voi_live_103800', 0, 0, 4, 1, 0, 'snd_voi_live_103800_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 60001, 'La-la-la-laaa ♪ Yeah, adorbs. ♪', 'snd_voi_live_103800', 1, 0, 4, 1, 0, 'snd_voi_live_103800_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70001, 'I decided on the day we met—you''re the only one right for me! ♪', 'snd_voi_outgame_103800', 1, 1038006, 7, 1, 0, 'snd_voi_outgame_103800_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90000, 'Good morning, Big Bro! Aren''t I adorable today? ♪', 'snd_voi_home_103801', 0, 1038001, 1, 1, 0, 'snd_voi_home_103801_0000M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90100, 'Good morning, Big Sis! Aren''t I adorable today? ♪', 'snd_voi_home_103801', 0, 1038001, 1, 1, 0, 'snd_voi_home_103801_0000F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90001, 'My morning routine? Well, I greet the sun as soon as I wake up! I''m like, "Please make me shine bright today!"', 'snd_voi_home_103801', 1, 5001, 1, 1, 0, 'snd_voi_home_103801_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90002, '#SnackForToday #CantDecide #Macarons #Cake #Parfait #CutenessShortageSolved', 'snd_voi_home_103801', 2, 1038006, 1, 1, 0, 'snd_voi_home_103801_0002', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90003, 'Hmm... I''m a little sleepy... Big Bro, will you be my pillow? Just kidding! ☆ ...Maybe another time. ♪', 'snd_voi_home_103801', 3, 1038811, 1, 1, 0, 'snd_voi_home_103801_0003M', 1, 1038001, 2500, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90103, 'Hmm... I''m a little sleepy... Big Sis, will you be my pillow? Just kidding! ☆ ...Maybe another time. ♪', 'snd_voi_home_103801', 3, 1038811, 1, 1, 0, 'snd_voi_home_103801_0003F', 2, 1038001, 2500, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90004, 'Your reward for working hard all day is my dazzling smile! ♪ Yep, it''s an exclusive just for you!', 'snd_voi_home_103801', 4, 3002, 1, 1, 0, 'snd_voi_home_103801_0004', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90005, 'Don''t stay up too late, now. If you go to bed early, then you might meet me in your dreams... Maybe. ♪', 'snd_voi_home_103801', 5, 1038016, 1, 1, 0, 'snd_voi_home_103801_0005', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90006, 'My brother loved songs about spring. That''s why my repertoire has a lot of spring in it!', 'snd_voi_home_103801', 6, 1038006, 1, 1, 0, 'snd_voi_home_103801_0006', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90007, 'I''ve never really felt the heat at home or school. I guess maybe all my fans keep me cool...', 'snd_voi_home_103801', 7, 10000, 1, 1, 0, 'snd_voi_home_103801_0007', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90008, 'Leaves aren''t the only thing that change color, ya know? Like... Hey, lend me your ear... Fwoosh ♪ Hahaha. See? You''ve turned bright red! ♪', 'snd_voi_home_103801', 8, 1038007, 1, 1, 0, 'snd_voi_home_103801_0008', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 90009, 'Ughhh... I''m gonna freeze. Hey, warm me up! How? Well, how about a hot and steamy... oden stew! ♪', 'snd_voi_home_103801', 9, 1038005, 1, 1, 0, 'snd_voi_home_103801_0009', 0, 3013, 6800, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91000, 'It''s about time for me to write to my family. I''m gonna let them know things like, "I''m doing well, and I''m extremely cute today, too!"', 'snd_voi_home_103801', 10, 1038006, 1, 1, 0, 'snd_voi_home_103801_0010', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91001, 'I wonder if I should change my Umastagram icon? This photo you took of me is super cute, Big Bro. Maybe it''s love? ♪', 'snd_voi_home_103801', 11, 5001, 1, 1, 0, 'snd_voi_home_103801_0011M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91101, 'I wonder if I should change my Umastagram icon? This photo you took of me is super cute, Big Sis. Maybe it''s love? ♪', 'snd_voi_home_103801', 11, 5001, 1, 1, 0, 'snd_voi_home_103801_0011F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91002, 'I went shopping with Maya the other day! She''s got such good taste. Like, her sense is a life-saver! ♪', 'snd_voi_home_103801', 12, 10001, 1, 1, 0, 'snd_voi_home_103801_0012', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91003, 'I just update Umastagram lots so people aaalways have something cute. It''s not an SNS addiction—it''s my duty!', 'snd_voi_home_103801', 13, 1038000, 1, 1, 0, 'snd_voi_home_103801_0013', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91004, 'A person''s dislikes say a lot about them. So I keep mine secret—and make everyone curious! ♪', 'snd_voi_home_103801', 14, 1038016, 1, 1, 0, 'snd_voi_home_103801_0014', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91005, 'This outfit is so frilly, and detailed, and cute! ♪ It''s even getting good reviews on social media. They''re saying it suits me perfectly!', 'snd_voi_home_103801', 15, 1038007, 1, 1, 0, 'snd_voi_home_103801_0015', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91006, 'I don''t mind if we all wear matching outfits, you know? It''s just gonna make my inner cuteness stand out even more! ♪', 'snd_voi_home_103801', 16, 1038006, 1, 1, 0, 'snd_voi_home_103801_0016', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91007, 'I want to show the contrast between our skills, but I also have to look cute doing it. I''m all about taking on challenges!', 'snd_voi_home_103801', 17, 1038001, 1, 1, 0, 'snd_voi_home_103801_0017', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91008, 'You know, people tell me my racewear''s surprisingly devilish. Maybe I''m not as innocent as they think. ♪', 'snd_voi_home_103801', 18, 2001, 1, 1, 0, 'snd_voi_home_103801_0018', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91009, '#TodaysDream #FromTheStoneAge #ToAFutureParallelWorld #ADreamWhere #MyFans #Multiply #IllMakeItComeTrue', 'snd_voi_home_103801', 19, 1038006, 1, 1, 0, 'snd_voi_home_103801_0019', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91010, 'I wish we could have lunch outside sometimes. I want you to see my face in profile while I zone out in a tranquil place. ♪', 'snd_voi_home_103801', 20, 1038001, 1, 1, 0, 'snd_voi_home_103801_0020', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91011, 'If I start dozing off, feel free to sneakily put your arm around me. I''ll pretend I didn''t notice. ♪', 'snd_voi_home_103801', 21, 1038016, 1, 1, 0, 'snd_voi_home_103801_0021', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91012, 'One of my followers compared me to a cherry blossom. You know I''m not that fleeting, right, Big Bro?', 'snd_voi_home_103801', 22, 1038006, 1, 1, 0, 'snd_voi_home_103801_0022M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91112, 'One of my followers compared me to a cherry blossom. You know I''m not that fleeting, right, Big Sis?', 'snd_voi_home_103801', 22, 1038006, 1, 1, 0, 'snd_voi_home_103801_0022F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91013, 'What kind of swimsuit should I wear this year? Maybe it''s time to try a bikini... Ehehe, it''s still a little too soon for that. ♪', 'snd_voi_home_103801', 23, 1038001, 1, 1, 0, 'snd_voi_home_103801_0023', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91014, 'Should we get baked potatoes for the walk home? Just imagine my tiny little hands on it, gently blowing to cool it down. Adorable, right?', 'snd_voi_home_103801', 24, 3002, 1, 1, 0, 'snd_voi_home_103801_0024', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 91015, 'Snow is like a blank canvas. If I just stood in the middle... I bet people''d be drawing a whole scene in their minds. ♪', 'snd_voi_home_103801', 25, 5001, 1, 1, 0, 'snd_voi_home_103801_0025', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92000, 'If I work hard, will you love me even more, Big Bro? ...I have to do my best, then! ♪', 'snd_voi_training_103801', 0, 1038001, 2, 1, 0, 'snd_voi_training_103801_0000M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92100, 'If I work hard, will you love me even more, Big Sis? ...I have to do my best, then! ♪', 'snd_voi_training_103801', 0, 1038001, 2, 1, 0, 'snd_voi_training_103801_0000F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92001, 'Training is hard work—I need smarts, strength, and spirit... but making it all look cute is a fun challenge!', 'snd_voi_training_103801', 1, 1038007, 2, 1, 0, 'snd_voi_training_103801_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92002, 'Why not train along with me every now and then? I promise I won''t work you too hard. ♪', 'snd_voi_training_103801', 2, 1038006, 2, 1, 0, 'snd_voi_training_103801_0002M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92102, 'Why not train along with me every now and then? I promise I won''t work you too hard. ♪', 'snd_voi_training_103801', 2, 1038006, 2, 1, 0, 'snd_voi_training_103801_0002F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92003, 'Oh yeah! Why don''t we go on a training date? We can practice going out and having fun and—What do you mean, "nice try?"', 'snd_voi_training_103801', 3, 10001, 2, 1, 0, 'snd_voi_training_103801_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92011, 'Show me the form check video from my training later. ♪ If there''s any good stuff, I wanna upload it to Umastagram!', 'snd_voi_training_103801', 4, 1038006, 2, 1, 0, 'snd_voi_training_103801_0004', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92005, 'Tough training doesn''t really suit my personality, but maybe my followers will love seeing me take on a new challenge?', 'snd_voi_training_103801', 5, 1038001, 2, 1, 0, 'snd_voi_training_103801_0005', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92006, 'I wanna see more of your professional side, Big Bro. You look sooo cool when you''re focused!', 'snd_voi_training_103801', 6, 5002, 2, 1, 0, 'snd_voi_training_103801_0006M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92106, 'I wanna see more of your professional side, Big Sis. You look sooo cool when you''re focused!', 'snd_voi_training_103801', 6, 5002, 2, 1, 0, 'snd_voi_training_103801_0006F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92007, 'I want you to reeeally watch me, and look for things I can improve. I wanna be even cuter, okay?', 'snd_voi_training_103801', 7, 1038001, 2, 1, 0, 'snd_voi_training_103801_0007M', 1, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 92107, 'I want you to reeeally watch me, and look for things I can improve. I wanna be even cuter, okay?', 'snd_voi_training_103801', 7, 1038001, 2, 1, 0, 'snd_voi_training_103801_0007F', 2, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 93000, 'Gosh, aren''t I just the cutest person in the universe?', 'snd_voi_training_103801', 8, 0, 2, 1, 0, 'snd_voi_training_103801_0008', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 93001, 'I''m doing such a good job!', 'snd_voi_training_103801', 9, 0, 2, 1, 0, 'snd_voi_training_103801_0009', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 95000, 'Have I grown bigger?', 'snd_voi_outgame_103801', 0, 5001, 7, 1, 0, 'snd_voi_outgame_103801_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 95001, 'Gosh, could I get any cuter? ♪', 'snd_voi_outgame_103801', 1, 3002, 7, 1, 0, 'snd_voi_outgame_103801_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 95003, 'Hi, I''m Curren Chan! ♪', 'snd_voi_outgame_103801', 3, 1038007, 7, 1, 0, 'snd_voi_outgame_103801_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 95004, 'Hehe! ♪ Make sure to call me cute, ''kay? ♪', 'snd_voi_gacha_103801', 0, 0, 7, 1, 0, 'snd_voi_gacha_103801_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1008, 'Let''s be cute and do our best! ☆', 'snd_voi_teamst_st_103800_0000', 0, 1038001, 8, 1, 0, 'snd_voi_teamst_st_103800_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1081, 'First place and your hearts...', 'snd_voi_teamst_st_103800_1024', 0, 1038000, 8, 1, 0, 'snd_voi_teamst_st_103800_1024_00', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1056, 'Right! ♪', 'snd_voi_teamst_st_102400_1038', 1, 1038006, 8, 1, 0, 'snd_voi_teamst_st_102400_1038_01', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1079, 'On it! ♪', 'snd_voi_teamst_st_103700_1038', 1, 1038000, 8, 1, 0, 'snd_voi_teamst_st_103700_1038_01', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1098, 'So cuuute! ♪', 'snd_voi_teamst_st_104600_1038', 1, 1038001, 8, 1, 0, 'snd_voi_teamst_st_104600_1038_01', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1000, 'Ready? ♪', 'snd_voi_teamst_103800', 0, 5001, 8, 1, 0, 'snd_voi_teamst_103800_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1001, 'We did it! ♪', 'snd_voi_teamst_103800', 1, 0, 8, 1, 0, 'snd_voi_teamst_103800_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1003, 'Ahhh, a draw...', 'snd_voi_teamst_103800', 2, 0, 8, 1, 0, 'snd_voi_teamst_103800_0002', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1002, '...That''s too bad.', 'snd_voi_teamst_103800', 3, 0, 8, 1, 0, 'snd_voi_teamst_103800_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1004, 'That''s a score for team Curren! ♪', 'snd_voi_teamst_103800', 4, 3002, 8, 1, 0, 'snd_voi_teamst_103800_0004', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1007, 'Look at that, a new high score! ♪', 'snd_voi_teamst_103800', 5, 1038007, 8, 1, 0, 'snd_voi_teamst_103800_0005', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1006, 'Ahhh, a draw...', 'snd_voi_teamst_103800', 2, 1038011, 8, 1, 0, 'snd_voi_teamst_103800_0002', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 1005, '...That''s too bad.', 'snd_voi_teamst_103800', 3, 1038008, 8, 1, 0, 'snd_voi_teamst_103800_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 120000, 'My heart is full of feels!', 'snd_voi_outgame_103800', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_103800_0011', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140000, 'Which one should we go for? ♪', 'snd_voi_minigame_103800', 0, 1038006, 9, 1, 0, 'snd_voi_minigame_103800_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140001, 'We did it! ♪', 'snd_voi_minigame_103800', 1, 1038007, 9, 1, 0, 'snd_voi_minigame_103800_0001', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140002, 'Nooo...', 'snd_voi_minigame_103800', 2, 1038800, 9, 1, 0, 'snd_voi_minigame_103800_0002', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140003, 'You got sooo many! ♪', 'snd_voi_minigame_103800', 3, 971038, 9, 1, 0, 'snd_voi_minigame_103800_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140004, 'I''ll shower you with love. ♪', 'snd_voi_minigame_103800', 4, 972038, 9, 1, 0, 'snd_voi_minigame_103800_0004', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140005, 'Ahhh, I''m so disappointed.', 'snd_voi_minigame_103800', 5, 1038801, 9, 1, 0, 'snd_voi_minigame_103800_0005', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140006, 'You got sooo many! ♪', 'snd_voi_minigame_103800', 3, 974038, 9, 1, 0, 'snd_voi_minigame_103800_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140007, 'I''ll shower you with love. ♪', 'snd_voi_minigame_103800', 4, 973038, 9, 1, 0, 'snd_voi_minigame_103800_0004', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140008, 'Ehehe. ♪', 'snd_voi_minigame_103800', 6, 1038802, 9, 1, 0, 'snd_voi_minigame_103800_0006', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140009, 'Hehe!', 'snd_voi_minigame_103800', 7, 0, 9, 1, 0, 'snd_voi_minigame_103800_0007', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140010, 'Ahahaha! ♪', 'snd_voi_minigame_103800', 8, 1038803, 9, 1, 0, 'snd_voi_minigame_103800_0008', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140011, 'Amaaazing!', 'snd_voi_minigame_103800', 9, 1038804, 9, 1, 0, 'snd_voi_minigame_103800_0009', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140014, 'Hmph...', 'snd_voi_minigame_103800', 10, 1038806, 9, 1, 0, 'snd_voi_minigame_103800_0010', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140015, 'No!', 'snd_voi_minigame_103800', 11, 1038808, 9, 1, 0, 'snd_voi_minigame_103800_0011', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140016, 'Hey, come on! ♪', 'snd_voi_minigame_103800', 12, 1038809, 9, 1, 0, 'snd_voi_minigame_103800_0012', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140012, 'Wow! ♪', 'snd_voi_minigame_103800', 13, 1038812, 9, 1, 0, 'snd_voi_minigame_103800_0013', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140013, 'So cute! ♪', 'snd_voi_minigame_103800', 14, 1038805, 9, 1, 0, 'snd_voi_minigame_103800_0014', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140017, 'Grrr!', 'snd_voi_minigame_103800', 15, 1038002, 9, 1, 0, 'snd_voi_minigame_103800_0015', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 140018, 'Wait, whyyy?!', 'snd_voi_minigame_103800', 16, 1038807, 9, 1, 0, 'snd_voi_minigame_103800_0016', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 40000, 'I''ll give you a dose of cuteness! ♪', 'snd_voi_race_103801', 2, 0, 3, 1, 0, 'snd_voi_race_103801_0002', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 40001, 'Everyone, I love you all! Haha! Which means... I want you to love me lots too! ♪', 'snd_voi_race_103801', 3, 0, 3, 1, 0, 'snd_voi_race_103801_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 30004, 'I''m the cutest of all—as always! ♪', 'snd_voi_race_103801', 0, 0, 3, 1, 0, 'snd_voi_race_103801_0000', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 30005, 'Yaaay! I''m on top of the world! ♪', 'snd_voi_race_103800', 8, 0, 3, 1, 0, 'snd_voi_race_103800_0008', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 31000, 'Keep your eyes on me!', 'snd_voi_race_103800', 9, 0, 3, 1, 0, 'snd_voi_race_103800_0009', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 13, 'This is today''s login bonus! ♪', 'snd_voi_title_103800', 4, 1038006, 1, 1, 0, 'snd_voi_title_103800_0004', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 15, 'Here''s tomorrow''s! Be excited for it! ♪', 'snd_voi_title_103800', 5, 1038001, 1, 1, 0, 'snd_voi_title_103800_0005', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 110000, 'Are we training?', 'snd_voi_home_103800', 21, 0, 1, 1, 0, 'snd_voi_home_103800_0021', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 110001, 'It''s important to look back on what we''ve done. ♪', 'snd_voi_home_103800', 22, 0, 1, 1, 0, 'snd_voi_home_103800_0022', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 110002, 'You want me to race?', 'snd_voi_home_103800', 23, 0, 1, 1, 0, 'snd_voi_home_103800_0023', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 10021, 'We should check out the Archive ♪ #Archive #LevelUp', 'snd_voi_home_103800', 24, 10001, 1, 1, 0, 'snd_voi_home_103800_0024', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 20051, 'I want to spend more time together! ♪', 'snd_voi_training_103800', 65, 0, 2, 1, 0, 'snd_voi_training_103800_0065', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70000, 'I''m right here! ☆', 'snd_voi_outgame_103800', 3, 1, 7, 1, 0, 'snd_voi_outgame_103800_0003', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 95005, 'I''m super happy to help! ♪', 'snd_voi_outgame_103800', 4, 0, 7, 1, 0, 'snd_voi_outgame_103800_0004', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 95006, 'I''ll take you to the top! ♪', 'snd_voi_outgame_103800', 5, 0, 7, 1, 0, 'snd_voi_outgame_103800_0005', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70004, 'When I first saw this uniform, it felt like the universe made it just for me! ♪', 'snd_voi_outgame_103800', 16, 1038006, 7, 1, 0, 'snd_voi_outgame_103800_0016', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70010, 'I want to wear this school uniform as much as possible. After all, you''re only young once. ♪', 'snd_voi_outgame_103800', 17, 1038018, 7, 1, 0, 'snd_voi_outgame_103800_0017', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70008, 'See how the frills bounce when I move? This is gonna look so cute onstage!', 'snd_voi_outgame_103800', 20, 3001, 7, 1, 0, 'snd_voi_outgame_103800_0020', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70014, 'I''m the absolute cutest! ♪', 'snd_voi_outgame_103800', 21, 1038016, 7, 1, 0, 'snd_voi_outgame_103800_0021', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70009, 'The best dressed Umamusume there is. Aren''t I so cute right now?', 'snd_voi_outgame_103800', 22, 1038001, 7, 1, 0, 'snd_voi_outgame_103800_0022', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70015, 'This is my ultimate outfit. ...I have to reach the top. ♪', 'snd_voi_outgame_103800', 23, 1038007, 7, 1, 0, 'snd_voi_outgame_103800_0023', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 71004, 'When I first saw this uniform, it felt like the universe made it just for me! ♪', 'snd_voi_outgame_103800', 16, 35, 7, 0, 0, 'snd_voi_outgame_103800_0016', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 71010, 'I want to wear this school uniform as much as possible. After all, you''re only young once. ♪', 'snd_voi_outgame_103800', 17, 148, 7, 0, 0, 'snd_voi_outgame_103800_0017', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 71008, 'See how the frills bounce when I move? This is gonna look so cute onstage!', 'snd_voi_outgame_103800', 20, 18, 7, 0, 0, 'snd_voi_outgame_103800_0020', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 71014, 'I''m the absolute cutest! ♪', 'snd_voi_outgame_103800', 21, 48, 7, 0, 0, 'snd_voi_outgame_103800_0021', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 71009, 'The best dressed Umamusume there is. Aren''t I so cute right now?', 'snd_voi_outgame_103800', 22, 49, 7, 0, 0, 'snd_voi_outgame_103800_0022', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 71015, 'This is my ultimate outfit. ...I have to reach the top. ♪', 'snd_voi_outgame_103800', 23, 18, 7, 0, 0, 'snd_voi_outgame_103800_0023', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 2030, 'Ready? ♪', 'snd_voi_teamst_103800', 0, 5001, 10, 1, 0, 'snd_voi_teamst_103800_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 2031, 'Let''s be cute and do our best! ☆', 'snd_voi_teamst_st_103800_0000', 0, 1038001, 10, 1, 0, 'snd_voi_teamst_st_103800_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 2032, 'Thank you, Big Bro!', 'snd_voi_training_103800', 63, 3001, 10, 1, 0, 'snd_voi_training_103800_0063M', 1, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 2036, 'Thank you, Big Sis!', 'snd_voi_training_103800', 63, 3001, 10, 1, 0, 'snd_voi_training_103800_0063F', 2, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 2033, 'I feel like I''ve got a good shot, but you never know who''s cutest until the race is run. So come on, let''s figure out a strategy. ♪', 'snd_voi_training_103800', 19, 5001, 10, 1, 0, 'snd_voi_training_103800_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 2034, 'I''ve gone over the plan, and it''s perfect. All that''s left is to run. Hehe, I''ve got this win in the bag. ♪', 'snd_voi_training_103800', 16, 5001, 10, 1, 0, 'snd_voi_training_103800_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 2035, 'Thank you, Big Bro!', 'snd_voi_training_103800', 63, 3001, 10, 0, 0, 'snd_voi_training_103800_0063M', 1, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 2037, 'Thank you, Big Sis!', 'snd_voi_training_103800', 63, 3001, 10, 0, 0, 'snd_voi_training_103800_0063F', 2, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 81000, 'Do you want to hang out with me? Let''s have a lot of fun! ♪', 'snd_voi_outgame_103800', 13, 1038006, 7, 1, 0, 'snd_voi_outgame_103800_0013', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 81001, 'Everyone is amazing! ♪ I guess I gotta become even more incredible!', 'snd_voi_outgame_103800', 14, 1038001, 7, 1, 0, 'snd_voi_outgame_103800_0014', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70018, 'Amaaazing!', 'snd_voi_outgame_103800', 26, 1038006, 7, 1, 0, 'snd_voi_outgame_103800_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 70019, 'I''m the absolute cutest! ♪', 'snd_voi_outgame_103800', 27, 1038007, 7, 1, 0, 'snd_voi_outgame_103800_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 71018, 'Amaaazing!', 'snd_voi_outgame_103800', 26, 25, 7, 0, 0, 'snd_voi_outgame_103800_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 71019, 'I''m the absolute cutest! ♪', 'snd_voi_outgame_103800', 27, 49, 7, 0, 0, 'snd_voi_outgame_103800_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 400001, '"#FleetfootFestival #CeremonialDance #ComeAndCheerUsOn"—Aaand post! Hehe! ♪', 'snd_voi_event_090007', 1, 1038001, 7, 1, 0, 'snd_voi_event_090007_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1038, 400005, 'Hehe! Thanks for sharing my post, guys! ♪ Stay tuned, ''cause the new Curren''s gonna fill your hearts with joy!', 'snd_voi_event_090007', 5, 1038006, 7, 1, 0, 'snd_voi_event_090007_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 11, 'Cygames!', 'snd_voi_tc_1039', 0, 0, 0, 1, 0, 'snd_voi_title_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1039', 1, 0, 0, 1, 0, 'snd_voi_title_103900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10000, 'I''ll walk the path of a princess with you—and then I''ll show everyone how perfect I can be!', 'snd_voi_home_103900', 0, 1039001, 1, 1, 0, 'snd_voi_home_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10001, 'A princess and her legendary trainer... I can feel it—we''ve been getting closer and closer recently!', 'snd_voi_home_103900', 1, 1039006, 1, 1, 0, 'snd_voi_home_103900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10002, 'The power of our bond will pull us through any fight—we''re invincible! Right, my trainer prince?', 'snd_voi_home_103900', 2, 1039022, 1, 1, 0, 'snd_voi_home_103900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10003, 'I made mochi rice cake with my parents like this—bang-bam, bang-bam, FINAL SMAAASH!', 'snd_voi_home_103900', 3, 1039000, 1, 1, 0, 'snd_voi_home_103900_0003', 0, 1039801, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10004, 'Being a princess, I went and bought chocolates to thank all the important people in my life. Of course I got some for you! ♪', 'snd_voi_home_103900', 4, 1039817, 1, 1, 0, 'snd_voi_home_103900_0004', 0, 1039000, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10005, 'Happy Valentine''s Daaay! Here are some princess chocolates exploding with devotion to make your heart go boom!', 'snd_voi_home_103900', 5, 1039023, 1, 1, 0, 'snd_voi_home_103900_0005', 0, 1039803, 2800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10006, 'Me and my prince are just like Orihime and Hikoboshi... If I were her, I''d just swim across the sea of stars! Who needs to wait a whole year to meet?', 'snd_voi_home_103900', 6, 1039006, 1, 1, 0, 'snd_voi_home_103900_0006', 0, 1039007, 4100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10007, 'Trick or prince! ♪ Hand over a prince—or face my mischief!', 'snd_voi_home_103900', 7, 1039001, 1, 1, 0, 'snd_voi_home_103900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10008, 'It''s the holidays... When I was little, my dad pretended to be Santa—so I captured him.', 'snd_voi_home_103900', 8, 1039803, 1, 1, 0, 'snd_voi_home_103900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10009, 'Wanna go to the station square tonight? We can stroll through the holiday lights, as princess and prince—just like Princess Fighter episode forty-three!', 'snd_voi_home_103900', 9, 1039012, 1, 1, 0, 'snd_voi_home_103900_0009', 0, 1039800, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10010, 'It''s almost time for end-of-year cleaning! Simple as sweeping up the dirt and dust—and wiping it into oblivion!', 'snd_voi_home_103900', 10, 1039802, 1, 1, 0, 'snd_voi_home_103900_0010', 0, 1039001, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10011, 'I''ve got a birthday present—it''s... just... for... you! ♪ I''m giving you my special, princess-powered shoulder massage!', 'snd_voi_home_103900', 11, 1039022, 1, 1, 0, 'snd_voi_home_103900_0011', 0, 1039800, 4500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10012, 'Today is my beloved trainer''s precious birthday... It''ll be this princess''s honor to make this a day you''ll never forget! ♪', 'snd_voi_home_103900', 12, 1039012, 1, 1, 0, 'snd_voi_home_103900_0012', 0, 1039803, 4700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10013, 'Happy birthday, princeeess! ♪ All right, time for a princess birthday party! We''ll dash off together and make it a bash!', 'snd_voi_home_103900', 13, 1039000, 1, 1, 0, 'snd_voi_home_103900_0013', 0, 1039804, 7800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10014, 'Would you call me "my princess" for my birthday? Try it out—and say it like a prince!', 'snd_voi_home_103900', 14, 1039022, 1, 1, 0, 'snd_voi_home_103900_0014', 0, 1039023, 4300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10015, 'I think there''s a new notice waiting! I wonder if it''s a party invitation?', 'snd_voi_home_103900', 15, 1039817, 1, 1, 0, 'snd_voi_home_103900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10016, 'Look at that, presents are here! Which one''s marked "Princess"? Hm...', 'snd_voi_home_103900', 16, 1039023, 1, 1, 0, 'snd_voi_home_103900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10017, 'That''s a mission compleeete! What kind of rewards do we get? My heart''s pounding—I gotta know!', 'snd_voi_home_103900', 17, 1039007, 1, 1, 0, 'snd_voi_home_103900_0017', 0, 1039001, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10018, 'It''s almost time for the event! Hmm, I hope it''s princess-themed... That''d make me leap with excitement!', 'snd_voi_home_103900', 18, 1039023, 1, 1, 0, 'snd_voi_home_103900_0018', 0, 1039805, 2600, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10019, 'This event''s really got my attention! I can feel the passion for it in the air... It''s got me pumped up with princess poweeer!', 'snd_voi_home_103900', 19, 1039006, 1, 1, 0, 'snd_voi_home_103900_0019', 0, 1039001, 5200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20000, 'I can''t believe I look this exhausted out in public... It''s totally unbecoming of a princess...', 'snd_voi_training_103900', 0, 1039819, 2, 1, 0, 'snd_voi_training_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20001, 'A real princess... never falls on her knees, no matter what. Never... ever...', 'snd_voi_training_103900', 1, 1039806, 2, 1, 0, 'snd_voi_training_103900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20002, 'Unbounded bravery! Overflowing energy! I''m at the peak of princess power!', 'snd_voi_training_103900', 2, 1039001, 2, 1, 0, 'snd_voi_training_103900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20003, 'Come on! Boulder throwing, a crash course on crashing—I can handle anything you put me to!', 'snd_voi_training_103900', 3, 1039007, 2, 1, 0, 'snd_voi_training_103900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20004, 'Tra-la-laaa! ♪ Like any true princess, I''m ready to put all my power into training!', 'snd_voi_training_103900', 4, 1039000, 2, 1, 0, 'snd_voi_training_103900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20005, 'Hup! I did my warm-ups extra gracefully, so I''m ready to go!', 'snd_voi_training_103900', 5, 1039807, 2, 1, 0, 'snd_voi_training_103900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20006, 'A princess is well-mannered, even in training... Watch me super elegantly crush this!', 'snd_voi_training_103900', 6, 1039006, 2, 1, 0, 'snd_voi_training_103900_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20007, 'Energy, check. Nobility, check. I''m ready to slam this—same as always!', 'snd_voi_training_103900', 7, 1039001, 2, 1, 0, 'snd_voi_training_103900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20008, 'I''m not really in the mood for this... If I just had one smile from a prince, I''d feel better in an instant...', 'snd_voi_training_103900', 8, 1039008, 2, 1, 0, 'snd_voi_training_103900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20009, 'Uuuugh, I feel so blah... No way—this isn''t like me at aaall!', 'snd_voi_training_103900', 9, 1039808, 2, 1, 0, 'snd_voi_training_103900_0009', 0, 1039809, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20010, 'Passion, passion, passion... Pashooo...', 'snd_voi_training_103900', 10, 9007, 2, 1, 0, 'snd_voi_training_103900_0010', 0, 1039819, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20011, 'Aaaagh, nope... I''m feeling like a rock-bottom princess...', 'snd_voi_training_103900', 11, 1039810, 2, 1, 0, 'snd_voi_training_103900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20021, 'Another race? ...I know—it''s normal to keep facing better and better opponents, but still...', 'snd_voi_training_103900', 12, 1039008, 2, 1, 0, 'snd_voi_training_103900_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20022, 'Muuugh! Even Princess Fighter gets a vacation episode sometimes! Can''t we do something else for a change?', 'snd_voi_training_103900', 13, 1039003, 2, 1, 0, 'snd_voi_training_103900_0013', 0, 1039004, 4100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20023, 'Okay! I''m gonna sweep through this one, like I''m trying to capture a prince!', 'snd_voi_training_103900', 14, 1039001, 2, 1, 0, 'snd_voi_training_103900_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20024, 'I''m not gonna lose to any opponent they throw at me! ''Cause I''m the strongest princess around here!', 'snd_voi_training_103900', 15, 1039818, 2, 1, 0, 'snd_voi_training_103900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20025, 'I feel like I could beat a grizzly bear right now! YEAH! I''ll crush the competition, no prob!', 'snd_voi_training_103900', 16, 1039001, 2, 1, 0, 'snd_voi_training_103900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20026, 'Time for the big showdooown! I''m gonna chew up my rivals and spit ''em out! I''ll rip them to—what, too much?', 'snd_voi_training_103900', 17, 1039800, 2, 1, 0, 'snd_voi_training_103900_0017', 0, 8010, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20027, 'I''m gonna do great in this race, I know it! I''ve got the guts to grab the gloryyy! Hyah!', 'snd_voi_training_103900', 18, 1039000, 2, 1, 0, 'snd_voi_training_103900_0018', 0, 1039807, 4500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20028, 'My legs are feeling as strong as my fists! Everyone will see that my power can win any race after this!', 'snd_voi_training_103900', 19, 1039018, 2, 1, 0, 'snd_voi_training_103900_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20029, 'Please be sure to witness the dazzling brilliance of a real-life princess!', 'snd_voi_training_103900', 20, 1039006, 2, 1, 0, 'snd_voi_training_103900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20030, 'On my honor as a princess, I promise... this victory is mine!', 'snd_voi_training_103900', 21, 1039803, 2, 1, 0, 'snd_voi_training_103900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20031, 'I''m gonna take all the skills I''ve trained and really let loose on the competition today!', 'snd_voi_training_103900', 22, 1039817, 2, 1, 0, 'snd_voi_training_103900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20032, 'Aaah... I need to get my mind on track... Inhale... Come on, come on, let''s do thiiiis!', 'snd_voi_training_103900', 23, 1039806, 2, 1, 0, 'snd_voi_training_103900_0023', 0, 1039809, 7200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20033, 'Overcoming adversity is what makes a first-rate princess... That''s what King says, so I have to see this through!', 'snd_voi_training_103900', 24, 1039007, 2, 1, 0, 'snd_voi_training_103900_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20034, 'No matter how hard the battle was, Princess Fighter always won out in the end. So... I will too!', 'snd_voi_training_103900', 25, 1039002, 2, 1, 0, 'snd_voi_training_103900_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20035, 'Sob... Why am I so scared? I''m a princess—I can''t let something like this defeat me...', 'snd_voi_training_103900', 26, 1039808, 2, 1, 0, 'snd_voi_training_103900_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20036, 'A princess... must face the challenge ahead... I have to conquer this ordeal!', 'snd_voi_training_103900', 27, 1039008, 2, 1, 0, 'snd_voi_training_103900_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20037, 'I sense impending doom! But a true princess never runs away from a challenge!', 'snd_voi_training_103900', 28, 1039013, 2, 1, 0, 'snd_voi_training_103900_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20038, 'Be graceful!', 'snd_voi_training_103900', 29, 0, 2, 1, 0, 'snd_voi_training_103900_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20039, 'Be elegant!', 'snd_voi_training_103900', 30, 0, 2, 1, 0, 'snd_voi_training_103900_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20040, 'Be courageous!', 'snd_voi_training_103900', 31, 0, 2, 1, 0, 'snd_voi_training_103900_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20041, 'Hm, hm...', 'snd_voi_training_103900', 32, 0, 2, 1, 0, 'snd_voi_training_103900_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20042, 'But how?!', 'snd_voi_training_103900', 33, 0, 2, 1, 0, 'snd_voi_training_103900_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20043, 'Ugh!', 'snd_voi_training_103900', 34, 0, 2, 1, 0, 'snd_voi_training_103900_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20046, 'Off I go!', 'snd_voi_training_103900', 37, 0, 2, 1, 0, 'snd_voi_training_103900_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20047, 'To the ocean!', 'snd_voi_training_103900', 38, 0, 2, 1, 0, 'snd_voi_training_103900_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20049, 'You really stuck it out with me—this princess gives her thanks!', 'snd_voi_training_103900', 63, 0, 2, 1, 0, 'snd_voi_training_103900_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20050, 'Heehee, thank you for having my back!', 'snd_voi_training_103900', 64, 0, 2, 1, 0, 'snd_voi_training_103900_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 30000, 'This isn''t oveeer! Stay tuned for the next exciting episode!', 'snd_voi_race_103900', 0, 0, 3, 1, 0, 'snd_voi_race_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 30001, 'That wasn''t bad for the most part!', 'snd_voi_race_103900', 1, 0, 3, 1, 0, 'snd_voi_race_103900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 30002, 'A princess needs way more than this!', 'snd_voi_race_103900', 2, 0, 3, 1, 0, 'snd_voi_race_103900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 30003, 'I''m never ever gonna let this happen agaaain!', 'snd_voi_race_103900', 3, 0, 3, 1, 0, 'snd_voi_race_103900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 60000, 'The grand ball is about to begin!', 'snd_voi_live_103900', 0, 0, 4, 1, 0, 'snd_voi_live_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 60001, 'Watch me out there, my prince!', 'snd_voi_live_103900', 1, 0, 4, 1, 0, 'snd_voi_live_103900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70001, 'The legend of the greatest, fastest princess—our story won''t end here. It''ll keep blasting ahead for all time!', 'snd_voi_outgame_103900', 1, 1039022, 7, 1, 0, 'snd_voi_outgame_103900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90000, 'Good morning! What a lovely day to... knock the snot outta anything in my way!', 'snd_voi_home_103901', 0, 1039007, 1, 1, 0, 'snd_voi_home_103901_0000', 0, 1039807, 3400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90001, 'Classes will be starting soon. Time to study hard and break free from my failing princess streak!', 'snd_voi_home_103901', 1, 1039001, 1, 1, 0, 'snd_voi_home_103901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90002, 'A fine day to you! ♪ Hee, I got that greeting from King herself! Ooohohoho!', 'snd_voi_home_103901', 2, 1039018, 1, 1, 0, 'snd_voi_home_103901_0002', 0, 1039016, 4700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90003, 'Well then, now that I''ve knocked back my afternoon tea, I have the energy to get back to it!', 'snd_voi_home_103901', 3, 1039023, 1, 1, 0, 'snd_voi_home_103901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90004, 'You''re still working hard so late at night. You really are a trainer fit for a princess!', 'snd_voi_home_103901', 4, 1039022, 1, 1, 0, 'snd_voi_home_103901_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90005, 'No matter how late it gets, I won''t become tired! It''s all for my dear prince—you deserve to see me at my best around the clock! ♪', 'snd_voi_home_103901', 5, 1039001, 1, 1, 0, 'snd_voi_home_103901_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90006, 'The new students look quite spirited this year! Maybe their princess should throw them a welcome party.', 'snd_voi_home_103901', 6, 1039018, 1, 1, 0, 'snd_voi_home_103901_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90007, 'Sun, sun, suuun! ♪ I won''t lose, you know? A princess''s heart can shine even brighter than you!', 'snd_voi_home_103901', 7, 1039000, 1, 1, 0, 'snd_voi_home_103901_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90008, 'How about it? Want to play chestnut war? The game is as simple as throwing spiky chestnuts at each other!', 'snd_voi_home_103901', 8, 1039800, 1, 1, 0, 'snd_voi_home_103901_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 90009, 'It''s really cold out today, huh? What we need is... Right! Nothing''s better than a brisk rubdown!', 'snd_voi_home_103901', 9, 1039817, 1, 1, 0, 'snd_voi_home_103901_0009', 0, 1039802, 4300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91000, 'Beware the wild child... People used to say things like that, you know. But that was a long time ago.', 'snd_voi_home_103901', 10, 1039006, 1, 1, 0, 'snd_voi_home_103901_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91001, 'Ahhh... King... You''re absolutely perfect, inside and out. You''re as first-rate as they come!', 'snd_voi_home_103901', 11, 1039012, 1, 1, 0, 'snd_voi_home_103901_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91002, 'You''re my very own Sebastian, ever loyal canine companion! First though, you might need some lessons at doggy school.', 'snd_voi_home_103901', 12, 1039018, 1, 1, 0, 'snd_voi_home_103901_0012', 0, 1039010, 4400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91003, 'Ghosts are too much—they freak even me out... They''re scary, really weird-looking, and I can''t even punch them!', 'snd_voi_home_103901', 13, 1039013, 1, 1, 0, 'snd_voi_home_103901_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91004, 'Scarlet''s tiara—it''s so wonderfully beautiful! It really gives off some super princess vibes!', 'snd_voi_home_103901', 14, 1039023, 1, 1, 0, 'snd_voi_home_103901_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91005, 'What do you think of doing the Princess Fighter theme song in a concert? We can finish it really strong by making the background explode!', 'snd_voi_home_103901', 15, 1039802, 1, 1, 0, 'snd_voi_home_103901_0015', 0, 1039001, 5400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91006, 'Doing concerts with other people is really hard. I can''t tell you how many times I''ve almost stomped on someone else''s foot...', 'snd_voi_home_103901', 16, 1039004, 1, 1, 0, 'snd_voi_home_103901_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91007, 'This signature racewear is the real deal! It''s the perfect outfit for a princess!', 'snd_voi_home_103901', 17, 1039818, 1, 1, 0, 'snd_voi_home_103901_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91008, 'I feel like I could fire off a princess beam! Maybe I''ll go outside and practice my shot. ♪', 'snd_voi_home_103901', 18, 1039000, 1, 1, 0, 'snd_voi_home_103901_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91009, 'Take a look at this—a real princess''s face! Thanks to that cucumber mask last night, my skin''s shiny as can be! ♪', 'snd_voi_home_103901', 19, 1039006, 1, 1, 0, 'snd_voi_home_103901_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91010, 'I had a literal feast for lunch again today! It tasted amazing—total princess-level stuff!', 'snd_voi_home_103901', 20, 1039023, 1, 1, 0, 'snd_voi_home_103901_0020', 0, 1039022, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91011, 'I''m going to a Princess Fighter screening with Pearl tonight! She really seems to like it... But who wouldn''t love a princess who protects the world?!', 'snd_voi_home_103901', 21, 1039000, 1, 1, 0, 'snd_voi_home_103901_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91012, 'You don''t need to fear if you''re snatched away by the spring wind! I''ll be there to gallantly come to your rescue!', 'snd_voi_home_103901', 22, 1039817, 1, 1, 0, 'snd_voi_home_103901_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91013, 'Whenever it''s summer, I always remember that time... the battle I fought with my hard-shelled friend—when I was the Beetle Princess.', 'snd_voi_home_103901', 23, 1039006, 1, 1, 0, 'snd_voi_home_103901_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91014, 'I''ll show you how sweet potatoes are really done! ♪ I mastered these skills just for my prince—watch and be amazed!', 'snd_voi_home_103901', 24, 1039022, 1, 1, 0, 'snd_voi_home_103901_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 91015, 'I''ve made my decision... This winter I''m going to pile up all the snow around campus and make a castle fit for a princess!', 'snd_voi_home_103901', 25, 1039002, 1, 1, 0, 'snd_voi_home_103901_0025', 0, 1039001, 3800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 92000, 'Everything starts with a single step! Hard, honest work will lead to amazing princess power!', 'snd_voi_training_103901', 0, 1039803, 2, 1, 0, 'snd_voi_training_103901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 92001, 'Beauty and strength! I''ll show how a princess can have both!', 'snd_voi_training_103901', 1, 1039818, 2, 1, 0, 'snd_voi_training_103901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 92002, 'It''s time to start training! Ready... princess... GOOO!', 'snd_voi_training_103901', 2, 1039802, 2, 1, 0, 'snd_voi_training_103901_0002', 0, 1039804, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 92003, 'Come on, Trainer! Let''s work harder than ever before!', 'snd_voi_training_103901', 3, 1039000, 2, 1, 0, 'snd_voi_training_103901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 92011, 'With summer comes... the beach! Summer camp! My prince! What more can a princess ask for?!', 'snd_voi_training_103900', 39, 1039001, 2, 1, 0, 'snd_voi_training_103900_0039', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 92005, 'Until we shine as bright as our ideals, we''ll fight on! Together!', 'snd_voi_training_103901', 5, 1039006, 2, 1, 0, 'snd_voi_training_103901_0005', 0, 1039804, 3700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 92006, 'I can crush any training you''ve got! ''Cause your princess is unbeatable!', 'snd_voi_training_103901', 6, 1039001, 2, 1, 0, 'snd_voi_training_103901_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 92007, 'We were fated to be together... We always lift each other up and up—so high up we reach the sky!', 'snd_voi_training_103901', 7, 1039022, 2, 1, 0, 'snd_voi_training_103901_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 93000, 'We''ve done it! We''ve become real legends now!', 'snd_voi_training_103901', 8, 0, 2, 1, 0, 'snd_voi_training_103901_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 93001, 'The path of a princess is long—and I''m only just getting started!', 'snd_voi_training_103901', 9, 0, 2, 1, 0, 'snd_voi_training_103901_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 95000, 'I have to be... even more like a princess!', 'snd_voi_outgame_103901', 0, 1039817, 7, 1, 0, 'snd_voi_outgame_103901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 95001, 'I''m transforming beyond my limits!', 'snd_voi_outgame_103901', 1, 0, 7, 1, 0, 'snd_voi_outgame_103901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 95003, 'A lovely day to you! I''m Kawakami Princess!', 'snd_voi_outgame_103901', 3, 1039817, 7, 1, 0, 'snd_voi_outgame_103901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 95004, 'A princess must be beautiful and graceful... when giving the bad guys a smackdown!', 'snd_voi_gacha_103901', 0, 0, 7, 1, 0, 'snd_voi_gacha_103901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1008, 'Team Princess, here to save the day!', 'snd_voi_teamst_st_103900_0000', 0, 1039818, 8, 1, 0, 'snd_voi_teamst_st_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1084, 'We''re gonna crush this!', 'snd_voi_teamst_st_103900_1061', 0, 1039007, 8, 1, 0, 'snd_voi_teamst_st_103900_1061_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1024, 'Bring it on!', 'snd_voi_teamst_st_100800_1039', 1, 1039001, 8, 1, 0, 'snd_voi_teamst_st_100800_1039_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1128, 'I got the guts to tough it out!', 'snd_voi_teamst_st_106100_1039', 1, 1039001, 8, 1, 0, 'snd_voi_teamst_st_106100_1039_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1000, 'No way we''ll lose!', 'snd_voi_teamst_103900', 0, 1039818, 8, 1, 0, 'snd_voi_teamst_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1001, 'That''s princess power!', 'snd_voi_teamst_103900', 1, 0, 8, 1, 0, 'snd_voi_teamst_103900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1003, 'They''re tougher than they look...', 'snd_voi_teamst_103900', 2, 0, 8, 1, 0, 'snd_voi_teamst_103900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1002, 'It can''t beeee!', 'snd_voi_teamst_103900', 3, 0, 8, 1, 0, 'snd_voi_teamst_103900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1004, 'Fantastic!', 'snd_voi_teamst_103900', 4, 1039001, 8, 1, 0, 'snd_voi_teamst_103900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1007, 'We can go higher!', 'snd_voi_teamst_103900', 5, 1039022, 8, 1, 0, 'snd_voi_teamst_103900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1006, 'They''re tougher than they look...', 'snd_voi_teamst_103900', 2, 1039004, 8, 1, 0, 'snd_voi_teamst_103900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 1005, 'It can''t beeee!', 'snd_voi_teamst_103900', 3, 1039009, 8, 1, 0, 'snd_voi_teamst_103900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 40000, 'Sparkling Attaaack! Hyah!', 'snd_voi_race_103901', 2, 0, 3, 1, 0, 'snd_voi_race_103901_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 40001, 'Beautiful, elegant, and the fastest around! I''m Kawakami Princess! Move over now—princess comin'' THROUGH! ...Victoryyy!', 'snd_voi_race_103901', 3, 0, 3, 1, 0, 'snd_voi_race_103901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 30004, 'Princess for the win! I knew I had it in me!', 'snd_voi_race_103901', 0, 0, 3, 1, 0, 'snd_voi_race_103901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 30005, 'Got a good look? That''s how a princess does it.', 'snd_voi_race_103900', 8, 0, 3, 1, 0, 'snd_voi_race_103900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 31000, 'Princess on the move!', 'snd_voi_race_103900', 9, 0, 3, 1, 0, 'snd_voi_race_103900_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 13, 'Look, it''s today''s login bonus—here you go!', 'snd_voi_title_103900', 4, 1039023, 1, 1, 0, 'snd_voi_title_103900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 15, 'This is for tomorrow! Don''t forget it!', 'snd_voi_title_103900', 5, 1039817, 1, 1, 0, 'snd_voi_title_103900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 110000, 'Is it time for my princess training? No one can do it better than me!', 'snd_voi_home_103900', 21, 0, 1, 1, 0, 'snd_voi_home_103900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 110001, 'What dazzling memories... Each one is sooo romantic!', 'snd_voi_home_103900', 22, 0, 1, 1, 0, 'snd_voi_home_103900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 110002, 'Oh, are we entering a race? Great—the more the better!', 'snd_voi_home_103900', 23, 0, 1, 1, 0, 'snd_voi_home_103900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 10021, 'We smashed through to a new Archive level! All that hard work and determination paid off!', 'snd_voi_home_103900', 24, 1039000, 1, 1, 0, 'snd_voi_home_103900_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 20051, 'I''m going to give it all my charm!', 'snd_voi_training_103900', 65, 0, 2, 1, 0, 'snd_voi_training_103900_0065', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70000, 'I''ll be dainty and graceful... and I''m going to crush it!', 'snd_voi_outgame_103900', 3, 1009, 7, 1, 0, 'snd_voi_outgame_103900_0003', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 95005, 'I feel the power!', 'snd_voi_outgame_103900', 4, 0, 7, 1, 0, 'snd_voi_outgame_103900_0004', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 95006, 'If you hit a dead end, just bust through it!', 'snd_voi_outgame_103900', 5, 0, 7, 1, 0, 'snd_voi_outgame_103900_0005', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 120000, 'I''m bursting with energy!', 'snd_voi_outgame_103900', 11, 2009, 2, 1, 0, 'snd_voi_outgame_103900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140000, 'This battle is ours!', 'snd_voi_minigame_103900', 0, 1039001, 9, 1, 0, 'snd_voi_minigame_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140001, 'Yay, we did it!', 'snd_voi_minigame_103900', 1, 1039811, 9, 1, 0, 'snd_voi_minigame_103900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140002, 'Huh?!', 'snd_voi_minigame_103900', 2, 1039014, 9, 1, 0, 'snd_voi_minigame_103900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140003, 'That was beautiful!', 'snd_voi_minigame_103900', 3, 971039, 9, 1, 0, 'snd_voi_minigame_103900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140004, 'Not a bad haul!', 'snd_voi_minigame_103900', 4, 972039, 9, 1, 0, 'snd_voi_minigame_103900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140005, 'We''ll get ''em next time!', 'snd_voi_minigame_103900', 5, 2001, 9, 1, 0, 'snd_voi_minigame_103900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140006, 'That was beautiful!', 'snd_voi_minigame_103900', 3, 974039, 9, 1, 0, 'snd_voi_minigame_103900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140007, 'Not a bad haul!', 'snd_voi_minigame_103900', 4, 973039, 9, 1, 0, 'snd_voi_minigame_103900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140008, 'Hehe!', 'snd_voi_minigame_103900', 6, 1039000, 9, 1, 0, 'snd_voi_minigame_103900_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140009, 'Ehehe...', 'snd_voi_minigame_103900', 7, 1039012, 9, 1, 0, 'snd_voi_minigame_103900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140010, 'Heehee!', 'snd_voi_minigame_103900', 8, 1039812, 9, 1, 0, 'snd_voi_minigame_103900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140011, 'That was great!', 'snd_voi_minigame_103900', 9, 1039007, 9, 1, 0, 'snd_voi_minigame_103900_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140014, 'Oh no...', 'snd_voi_minigame_103900', 10, 1039004, 9, 1, 0, 'snd_voi_minigame_103900_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140015, 'Nice!', 'snd_voi_minigame_103900', 11, 10001, 9, 1, 0, 'snd_voi_minigame_103900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140016, 'You okay with this?', 'snd_voi_minigame_103900', 12, 1001, 9, 1, 0, 'snd_voi_minigame_103900_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140012, 'Good!', 'snd_voi_minigame_103900', 13, 1039022, 9, 1, 0, 'snd_voi_minigame_103900_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140013, 'Way to go!', 'snd_voi_minigame_103900', 14, 1039802, 9, 1, 0, 'snd_voi_minigame_103900_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140017, 'Waaah!', 'snd_voi_minigame_103900', 15, 1039813, 9, 1, 0, 'snd_voi_minigame_103900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 140018, 'Argh...', 'snd_voi_minigame_103900', 16, 1039814, 9, 1, 0, 'snd_voi_minigame_103900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70004, 'This is an elegant outfit, right? It lives up to the Tracen name.', 'snd_voi_outgame_103900', 16, 1039000, 7, 1, 0, 'snd_voi_outgame_103900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70010, 'At a glance, she looks like any other normal Tracen student. But her true identity is... the greatest princess in the world, Kawakami!', 'snd_voi_outgame_103900', 17, 1039022, 7, 1, 0, 'snd_voi_outgame_103900_0017', 0, 1039817, 5200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70008, 'So cool! Doesn''t this look just like a Princess Fighter concert outift?!', 'snd_voi_outgame_103900', 20, 1039023, 7, 1, 0, 'snd_voi_outgame_103900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70014, 'Sometimes I wanna do a concert with a transformation wand—wouldn''t that be cool?!', 'snd_voi_outgame_103900', 21, 1039007, 7, 1, 0, 'snd_voi_outgame_103900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70009, 'This is my princess costume! I call it Kawakami, Special Form!', 'snd_voi_outgame_103900', 22, 3001, 7, 1, 0, 'snd_voi_outgame_103900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70015, 'Nothing can defeat a princess clad in her signature racewear! I''m on a whole other level of super-sparkly twinkliness!', 'snd_voi_outgame_103900', 23, 1039817, 7, 1, 0, 'snd_voi_outgame_103900_0023', 0, 2009, 4800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 71004, 'This is an elegant outfit, right? It lives up to the Tracen name.', 'snd_voi_outgame_103900', 16, 34, 7, 0, 0, 'snd_voi_outgame_103900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 71010, 'At a glance, she looks like any other normal Tracen student. But her true identity is... the greatest princess in the world, Kawakami!', 'snd_voi_outgame_103900', 17, 23, 7, 0, 0, 'snd_voi_outgame_103900_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 71008, 'So cool! Doesn''t this look just like a Princess Fighter concert outift?!', 'snd_voi_outgame_103900', 20, 150, 7, 0, 0, 'snd_voi_outgame_103900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 71014, 'Sometimes I wanna do a concert with a transformation wand—wouldn''t that be cool?!', 'snd_voi_outgame_103900', 21, 48, 7, 0, 0, 'snd_voi_outgame_103900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 71009, 'This is my princess costume! I call it Kawakami, Special Form!', 'snd_voi_outgame_103900', 22, 27, 7, 0, 0, 'snd_voi_outgame_103900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 71015, 'Nothing can defeat a princess clad in her signature racewear! I''m on a whole other level of super-sparkly twinkliness!', 'snd_voi_outgame_103900', 23, 18, 7, 0, 0, 'snd_voi_outgame_103900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70018, 'Laaa la la! ♪', 'snd_voi_outgame_103900', 26, 1039000, 7, 1, 0, 'snd_voi_outgame_103900_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 70019, 'I''m ready to kick butt!', 'snd_voi_outgame_103900', 27, 2009, 7, 1, 0, 'snd_voi_outgame_103900_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 71018, 'Laaa la la! ♪', 'snd_voi_outgame_103900', 26, 24, 7, 0, 0, 'snd_voi_outgame_103900_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 71019, 'I''m ready to kick butt!', 'snd_voi_outgame_103900', 27, 18, 7, 0, 0, 'snd_voi_outgame_103900_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 2030, 'No way we''ll lose!', 'snd_voi_teamst_103900', 0, 1039800, 10, 1, 0, 'snd_voi_teamst_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 2031, 'Team Princess, here to save the day!', 'snd_voi_teamst_st_103900_0000', 0, 1039818, 10, 1, 0, 'snd_voi_teamst_st_103900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 2032, 'Heehee, thank you for having my back!', 'snd_voi_training_103900', 64, 1039000, 10, 1, 0, 'snd_voi_training_103900_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 2033, 'My legs are feeling as strong as my fists! Everyone will see that my power can win any race after this!', 'snd_voi_training_103900', 19, 1039018, 10, 1, 0, 'snd_voi_training_103900_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 2034, 'I feel like I could beat a grizzly bear right now! YEAH! I''ll crush the competition, no prob!', 'snd_voi_training_103900', 16, 1039001, 10, 1, 0, 'snd_voi_training_103900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 2035, 'Heehee, thank you for having my back!', 'snd_voi_training_103900', 64, 1039000, 10, 0, 0, 'snd_voi_training_103900_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1039, 400005, 'Come on, I''ll show you the spirit of a princess! Tenacity, grit, and guuuts!', 'snd_voi_event_090004', 5, 1039001, 7, 1, 0, 'snd_voi_event_090004_0005', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 11, 'Cygames', 'snd_voi_tc_1040', 0, 0, 0, 1, 0, 'snd_voi_title_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 12, 'Umamusume: Pretty Derby', 'snd_voi_tc_1040', 1, 0, 0, 1, 0, 'snd_voi_title_104000_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10000, 'I''ll do both—modeling and running. My manager might be fed up with me right now, but I don''t want to give up.', 'snd_voi_home_104000', 0, 1040018, 1, 1, 0, 'snd_voi_home_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10001, 'I want you to see this trail I''m blazing. Every step of it. Because you''re the one who cleared the way for me.', 'snd_voi_home_104000', 1, 1040006, 1, 1, 0, 'snd_voi_home_104000_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10002, 'When I posted a video of me running, everyone was so shocked, like, "Omg! You''re so fast!" Hah.', 'snd_voi_home_104000', 2, 1040007, 1, 1, 0, 'snd_voi_home_104000_0002', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10003, 'I wish you a very happy new year. ...What? I have enough manners to greet you properly.', 'snd_voi_home_104000', 3, 8000, 1, 1, 0, 'snd_voi_home_104000_0003', 0, 1003, 3400, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10004, 'What, were you expecting chocolate or something? Who does that anymore? Sigh. Later, okay? Later!', 'snd_voi_home_104000', 4, 1040006, 1, 1, 0, 'snd_voi_home_104000_0004', 0, 1040000, 7800, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10005, 'Well, I owe you a lot, so... figured I''d show some gratitude. And for what it''s worth, I poured my heart into them.', 'snd_voi_home_104000', 5, 1040012, 1, 1, 0, 'snd_voi_home_104000_0005', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10006, 'Wishing on a star is too romantic. But the idea that hard work makes your wish come true? I guess I can get behind that.', 'snd_voi_home_104000', 6, 1040007, 1, 1, 0, 'snd_voi_home_104000_0006', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10007, 'You want to hear that tired old line? Sigh... Only this once, okay? Trick or treat!', 'snd_voi_home_104000', 7, 1040018, 1, 1, 0, 'snd_voi_home_104000_0007', 0, 1040021, 9200, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10008, 'Thanks for your hard work, aaand... happy holidays. I''m not much of a festive person, but I guess we can enjoy it a little.', 'snd_voi_home_104000', 8, 1040006, 1, 1, 0, 'snd_voi_home_104000_0008', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10009, 'The holidays aren''t that different from the rest of the year, really. But it feels kind of special. I wonder why.', 'snd_voi_home_104000', 9, 1040016, 1, 1, 0, 'snd_voi_home_104000_0009', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10010, 'Ahhh... Why is the end of the year so busy? My manager packed way too much into my schedule.', 'snd_voi_home_104000', 10, 1040002, 1, 1, 0, 'snd_voi_home_104000_0010', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10011, 'Oh yeah, it''s your birthday, right? Hm? Yeah, I remembered. So let''s celebrate. Happy birthday!', 'snd_voi_home_104000', 11, 1040012, 1, 1, 0, 'snd_voi_home_104000_0011', 0, 1040006, 5300, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10012, 'Happy birthday. Let''s go for a run to celebrate! Come on, hurry up! You''re wasting time!', 'snd_voi_home_104000', 12, 1040007, 1, 1, 0, 'snd_voi_home_104000_0012', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10013, 'Heaps of letters and birthday presents got sent to my modeling office. Everyone''s so considerate. As are you.', 'snd_voi_home_104000', 13, 1040000, 1, 1, 0, 'snd_voi_home_104000_0013', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10014, 'So, what''ve you got planned for me today? Why? Uh, it''s my birthday? Hurry up and celebrate! Make it grand!', 'snd_voi_home_104000', 14, 1040006, 1, 1, 0, 'snd_voi_home_104000_0014', 0, 1040007, 7000, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10015, 'Did you read the notice? Might be something important, so it''s worth taking a look.', 'snd_voi_home_104000', 15, 1040016, 1, 1, 0, 'snd_voi_home_104000_0015', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10016, 'You got a present, looks like. Hey, lemme see it too. Come on, you''re no fun.', 'snd_voi_home_104000', 16, 1040006, 1, 1, 0, 'snd_voi_home_104000_0016', 0, 1040003, 6200, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10017, 'Oh! You completed a mission? Not bad. You''re pretty crafty when it comes to that stuff, aren''t you?', 'snd_voi_home_104000', 17, 1040000, 1, 1, 0, 'snd_voi_home_104000_0017', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10018, 'Did you take a look? At what? The upcoming event. If you haven''t, then make sure you check it.', 'snd_voi_home_104000', 18, 8000, 1, 1, 0, 'snd_voi_home_104000_0018', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10019, 'Hey, looks like something fun''s going on. If it''s an event, I wouldn''t want to miss it. C''mon, let''s take a peek.', 'snd_voi_home_104000', 19, 1040007, 1, 1, 0, 'snd_voi_home_104000_0019', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20000, 'I''m really not feeling it right now. My body''s all sluggish and tired and... Sorry, I''m just making excuses.', 'snd_voi_training_104000', 0, 1040004, 2, 1, 0, 'snd_voi_training_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20001, 'Wait a minute. I need a break. No point in overdoing it. Let me get some energy back first, yeah?', 'snd_voi_training_104000', 1, 1040002, 2, 1, 0, 'snd_voi_training_104000_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20002, 'All right, look at me! It''s like my whole body''s just overflowing with power—I feel amazing!', 'snd_voi_training_104000', 2, 1040001, 2, 1, 0, 'snd_voi_training_104000_0002', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20003, 'Nothing but good vibes here! I''m having fun, my body feels light as a feather—I could run to the horizon and back!', 'snd_voi_training_104000', 3, 1002, 2, 1, 0, 'snd_voi_training_104000_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20004, 'Mm, feeling good. Hit me with your toughest training. I think I''m up for a challenge.', 'snd_voi_training_104000', 4, 1040000, 2, 1, 0, 'snd_voi_training_104000_0004', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20005, 'Hmhmhm, hmhm. ♪ ...Ahhh, did you hear that?! ...Well, whatever. I''m in the zone!', 'snd_voi_training_104000', 5, 1040800, 2, 1, 0, 'snd_voi_training_104000_0005', 0, 1040014, 3800, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20006, 'Okay, let''s do this. Gonna do some laps, check my times, and set some personal bests.', 'snd_voi_training_104000', 6, 1040016, 2, 1, 0, 'snd_voi_training_104000_0006', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20007, 'So, what''s next? I''m fine with whatever.', 'snd_voi_training_104000', 7, 1040018, 2, 1, 0, 'snd_voi_training_104000_0007', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20008, 'I wear a fake smile enough when I''m modeling. Not trying to do that here too. Don''t think I could even if I tried right now.', 'snd_voi_training_104000', 8, 1040017, 2, 1, 0, 'snd_voi_training_104000_0008', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20009, 'Ughhh! I hate this! I want to run so badly, but my body just won''t listen!', 'snd_voi_training_104000', 9, 1040003, 2, 1, 0, 'snd_voi_training_104000_0009', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20010, 'If I run, and run, and run as fast as I can... will I find the real "me"? I dunno, it just seems so impossible right now.', 'snd_voi_training_104000', 10, 1040005, 2, 1, 0, 'snd_voi_training_104000_0010', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20011, 'My skin is god awful, my hair''s dry as a desert... Now the whole world can see just how crappy I''m feeling. Fantastic. Ugh, I hate this.', 'snd_voi_training_104000', 11, 1040004, 2, 1, 0, 'snd_voi_training_104000_0011', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20021, 'Huh? Another race? That''s like... how many in a row now? Well, if you insist...', 'snd_voi_training_104000', 12, 1040820, 2, 1, 0, 'snd_voi_training_104000_0012', 0, 1040018, 5700, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20022, 'Sigh... Can''t you just let me rest? I''m about to fall apart here. It won''t end well if I enter a race like this.', 'snd_voi_training_104000', 13, 1040002, 2, 1, 0, 'snd_voi_training_104000_0013', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20023, 'All that prep work paid off—I''m in great condition. Never felt more ready for a race!', 'snd_voi_training_104000', 14, 1001, 2, 1, 0, 'snd_voi_training_104000_0014', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20024, 'I''m gonna run this race like I mean it. That way everyone watching—including you—will see the real me.', 'snd_voi_training_104000', 15, 1040001, 2, 1, 0, 'snd_voi_training_104000_0015', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20025, 'It''ll be fine. I''ll run with everything I''ve got! I want this to be a good race!', 'snd_voi_training_104000', 16, 1040000, 2, 1, 0, 'snd_voi_training_104000_0016', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20026, 'In... and out. Deep breaths... Okay, I''m feeling good. All I have to do is get out there and be myself.', 'snd_voi_training_104000', 17, 8000, 2, 1, 0, 'snd_voi_training_104000_0017', 0, 1040006, 8100, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20027, 'How''s the look in my eyes? ...Heh, good, right? So just sit back, relax, and watch me win.', 'snd_voi_training_104000', 18, 1040006, 2, 1, 0, 'snd_voi_training_104000_0018', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20028, 'I''m feeling pretty good. I know I put in the work, so... Yeah, I think I''m good to go.', 'snd_voi_training_104000', 19, 1040000, 2, 1, 0, 'snd_voi_training_104000_0019', 0, 1040007, 6200, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20029, 'Finally, a race. Might as well try for first, I guess. All right, watch me go.', 'snd_voi_training_104000', 20, 1001, 2, 1, 0, 'snd_voi_training_104000_0020', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20030, 'Just gotta run like usual, right? Yeah, yeah, I know. Geez, you worry too much.', 'snd_voi_training_104000', 21, 1040006, 2, 1, 0, 'snd_voi_training_104000_0021', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20031, 'Drink some hot yuzu tea, take a breather... Aha, turns out my pre-photo shoot relaxation routine works pretty well before a race too.', 'snd_voi_training_104000', 22, 1040007, 2, 1, 0, 'snd_voi_training_104000_0022', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20032, 'Phew... Low-key super nervous right now. I dunno why, I never get nervous before photo shoots and stuff...', 'snd_voi_training_104000', 23, 1040005, 2, 1, 0, 'snd_voi_training_104000_0023', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20033, 'I can''t let it get to me, not yet! I trained for this. We did everything we could... I hope.', 'snd_voi_training_104000', 24, 1040014, 2, 1, 0, 'snd_voi_training_104000_0024', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20034, 'Ughhh, I can''t! What''s wrong with me?! I wish we could just skip all this and see the results... Whatever, I''ll run as best I can!', 'snd_voi_training_104000', 25, 1040003, 2, 1, 0, 'snd_voi_training_104000_0025', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20035, '...Sorry, did you say something just now? I was totally spaced out. But it''s times like these you really gotta keep your head in the game.', 'snd_voi_training_104000', 26, 1040002, 2, 1, 0, 'snd_voi_training_104000_0026', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20036, 'Wow, everyone''s so intense. Oh no, now I''m getting anxious. Phew. I can do this!', 'snd_voi_training_104000', 27, 1040008, 2, 1, 0, 'snd_voi_training_104000_0027', 0, 1040003, 9500, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20037, 'My hands are all sweaty! And I''m like, shaking. My heartbeat can probably be heard a mile away... No, just calm down!', 'snd_voi_training_104000', 28, 1040004, 2, 1, 0, 'snd_voi_training_104000_0028', 0, 8003, 9600, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20038, 'Time to get started.', 'snd_voi_training_104000', 29, 0, 2, 1, 0, 'snd_voi_training_104000_0029', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20039, 'All right, let''s do this.', 'snd_voi_training_104000', 30, 0, 2, 1, 0, 'snd_voi_training_104000_0030', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20040, 'I can do this!', 'snd_voi_training_104000', 31, 0, 2, 1, 0, 'snd_voi_training_104000_0031', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20041, 'Now then...', 'snd_voi_training_104000', 32, 0, 2, 1, 0, 'snd_voi_training_104000_0032', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20042, 'Ugh, seriously?!', 'snd_voi_training_104000', 33, 0, 2, 1, 0, 'snd_voi_training_104000_0033', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20043, 'Welp...', 'snd_voi_training_104000', 34, 0, 2, 1, 0, 'snd_voi_training_104000_0034', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20046, 'C''mon, then.', 'snd_voi_training_104000', 37, 0, 2, 1, 0, 'snd_voi_training_104000_0037', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20047, 'Whoa, the sea!', 'snd_voi_training_104000', 38, 0, 2, 1, 0, 'snd_voi_training_104000_0038', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20049, 'This is all thanks to you. I''m serious.', 'snd_voi_training_104000', 63, 0, 2, 1, 0, 'snd_voi_training_104000_0063', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20050, 'Phew... Good work.', 'snd_voi_training_104000', 64, 0, 2, 1, 0, 'snd_voi_training_104000_0064', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 30000, 'Ohhh, so close! I''ll get it next time!', 'snd_voi_race_104000', 0, 0, 3, 1, 0, 'snd_voi_race_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 30001, 'Not too bad, I guess. But not quite there yet!', 'snd_voi_race_104000', 1, 0, 3, 1, 0, 'snd_voi_race_104000_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 30002, 'Okay! But I have to work even harder.', 'snd_voi_race_104000', 2, 0, 3, 1, 0, 'snd_voi_race_104000_0002', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 30003, 'Sigh... What a disgrace.', 'snd_voi_race_104000', 3, 0, 3, 1, 0, 'snd_voi_race_104000_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 60000, 'I''m all ready. ...Off I go!', 'snd_voi_live_104000', 0, 0, 4, 1, 0, 'snd_voi_live_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 60001, 'All right, now to enjoy the performance!', 'snd_voi_live_104000', 1, 0, 4, 1, 0, 'snd_voi_live_104000_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70001, 'Never would''ve thought you''d be my trainer. But hey, seems to be working out. My manager doesn''t hate you, at least.', 'snd_voi_outgame_104000', 1, 1040018, 7, 1, 0, 'snd_voi_outgame_104000_0001', 0, 1040006, 4000, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90000, 'Yawn. Morning. Another day of training... once I manage to wake up.', 'snd_voi_home_104001', 0, 1040801, 1, 1, 0, 'snd_voi_home_104001_0000', 0, 8000, 2650, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90001, '...What? Need something? Also, can you like, not stare me down first thing in the morning? I''m awake, okay?', 'snd_voi_home_104001', 1, 1040018, 1, 1, 0, 'snd_voi_home_104001_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90002, 'What''s today''s schedule looking like? It''s already afternoon, you know.', 'snd_voi_home_104001', 2, 1040016, 1, 1, 0, 'snd_voi_home_104001_0002', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90003, 'Let''s get some running in while the sun''s still up. Clock''s ticking, and we''ve got lots to do, don''t we?', 'snd_voi_home_104001', 3, 1040006, 1, 1, 0, 'snd_voi_home_104001_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90004, 'Whoa, when''d it get so late?! Days are way too short. They should at least be like forty-eight hours.', 'snd_voi_home_104001', 4, 1040015, 1, 1, 0, 'snd_voi_home_104001_0004', 0, 1040008, 2600, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90005, 'I should start heading back. Gotta get ready for tomorrow. Wouldn''t want a panic attack first thing in the morning.', 'snd_voi_home_104001', 5, 8001, 1, 1, 0, 'snd_voi_home_104001_0005', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90006, 'What to do... Hmm, I don''t know... The spring sweets festival sounds nice, but at the same time, it might be a bad idea...', 'snd_voi_home_104001', 6, 1040005, 1, 1, 0, 'snd_voi_home_104001_0006', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90007, 'There''s a technique to using sunscreen. You need different stuff for your face and your body, and reapply frequently, even if it''s a hassle!', 'snd_voi_home_104001', 7, 1040006, 1, 1, 0, 'snd_voi_home_104001_0007', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90008, 'Way too many clothes come out this time of year! If I bought all the pieces I modeled, I''d be long broke. But a lot of them are kinda nice...', 'snd_voi_home_104001', 8, 1040008, 1, 1, 0, 'snd_voi_home_104001_0008', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90009, 'Whoa, whoa, what?! Actually goated! Oh, I mean the new winter makeup set. Yeah, not you.', 'snd_voi_home_104001', 9, 1040007, 1, 1, 0, 'snd_voi_home_104001_0009', 0, 8000, 3600, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91000, '...Oh, sorry. Didn''t notice you there. I got a message from my manager that I need to check. Hold on.', 'snd_voi_home_104001', 10, 0, 1, 1, 0, 'snd_voi_home_104001_0010', 0, 1040018, 1900, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91001, 'My hair? ...Yeah, I kinda like it. When I was little, my dad used to style it for me.', 'snd_voi_home_104001', 11, 1040006, 1, 1, 0, 'snd_voi_home_104001_0011', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91002, 'Yesterday, Yukino asked me to teach her how to dress. Honestly, she could just wear whatever she wants. I bet she''d look good in anything.', 'snd_voi_home_104001', 12, 1040000, 1, 1, 0, 'snd_voi_home_104001_0012', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91003, 'My phone has been buzzing like crazy for a while now. Probably just Jordan saying she wants to go eat together.', 'snd_voi_home_104001', 13, 1040004, 1, 1, 0, 'snd_voi_home_104001_0013', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91004, 'When you''re famous, people think they can say whatever they want about you. I try to just shut it out, but... doesn''t mean it feels good.', 'snd_voi_home_104001', 14, 1040002, 1, 1, 0, 'snd_voi_home_104001_0014', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91005, 'Size is okay, fit''s okay... All right, I''m ready. I''ll get onstage as the real me!', 'snd_voi_home_104001', 15, 1040001, 1, 1, 0, 'snd_voi_home_104001_0015', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91006, 'I''ll run, and dance, and shine. I''ll scream to the whole world that I am here!', 'snd_voi_home_104001', 16, 8009, 1, 1, 0, 'snd_voi_home_104001_0016', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91007, 'This outfit helps bring out the real me. Now all I have to do is be myself and captivate the crowd.', 'snd_voi_home_104001', 17, 1040006, 1, 1, 0, 'snd_voi_home_104001_0017', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91008, 'Go ahead, check me out. I know that I look cooler, stronger, and more brilliant than anyone else.', 'snd_voi_home_104001', 18, 1009, 1, 1, 0, 'snd_voi_home_104001_0018', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91009, 'No way it''s morning already. Just a few more minutes... No, I can''t. Sigh.', 'snd_voi_home_104001', 19, 1040004, 1, 1, 0, 'snd_voi_home_104001_0019', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91010, 'Wanna go train a bit? When I''m not doing anything, I start thinking about all kinds of things...', 'snd_voi_home_104001', 20, 1040016, 1, 1, 0, 'snd_voi_home_104001_0020', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91011, 'Oh crap, that''s not good. I forgot to mention I''d be back late tonight. Hope Bamboo''s not too angry with me...', 'snd_voi_home_104001', 21, 1040008, 1, 1, 0, 'snd_voi_home_104001_0021', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91012, 'Thank god it''s getting warmer. No more freezing when I''m modeling light clothes outside! Ahh, what would I do without the sun?', 'snd_voi_home_104001', 22, 1040006, 1, 1, 0, 'snd_voi_home_104001_0022', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91013, 'Ugh, it''s so hot. Really not trying to slide into a summer slump. I think I had too many cold drinks... Time to warm my body with some hot water.', 'snd_voi_home_104001', 23, 1040004, 1, 1, 0, 'snd_voi_home_104001_0023', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91014, 'Why''re you suddenly talking about harvest season? My hair reminded you? You think it''s pretty? ...Gee, thanks.', 'snd_voi_home_104001', 24, 1040002, 1, 1, 0, 'snd_voi_home_104001_0024', 0, 8010, 8000, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91015, 'It''s getting kinda dry, don''t you think? I''ll have to crack open an ampoule of repair serum tonight.', 'snd_voi_home_104001', 25, 1040802, 1, 1, 0, 'snd_voi_home_104001_0025', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92000, 'What''re we starting with today? Go on, share whatever plan you cooked up for me.', 'snd_voi_training_104001', 0, 1040006, 2, 1, 0, 'snd_voi_training_104001_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92001, 'Okay then, let''s get the ball rolling. I got myself in the right mood, so don''t worry. All that''s left is to start doing.', 'snd_voi_training_104001', 1, 1040007, 2, 1, 0, 'snd_voi_training_104001_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92002, 'Oh... Here already. Have you been waiting for me this whole time? Sigh. You sure have a lot of free time on your hands.', 'snd_voi_training_104001', 2, 8010, 2, 1, 0, 'snd_voi_training_104001_0002', 0, 1040000, 7600, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92003, 'Okay, it''s time. What do you mean, for what? We''re training, aren''t we? Oh, you wanna do race prep instead?', 'snd_voi_training_104001', 4, 1040006, 2, 1, 0, 'snd_voi_training_104001_0004', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92011, 'If you''re ready too, then let''s hurry up and start training. I want to get running already.', 'snd_voi_training_104001', 3, 1040018, 2, 1, 0, 'snd_voi_training_104001_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92005, 'Oh, don''t look so worried. The me I love most is the me that''s running. You know that just as well as I do.', 'snd_voi_training_104001', 5, 1040002, 2, 1, 0, 'snd_voi_training_104001_0005', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92006, 'I run for my own sake. But you said you wanted to see me, so I''m going to show you.', 'snd_voi_training_104001', 6, 1040003, 2, 1, 0, 'snd_voi_training_104001_0006', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92007, 'You wanted to see me run, right? Then watch closely. I''ll run like a star lighting up the sky.', 'snd_voi_training_104001', 7, 1040000, 2, 1, 0, 'snd_voi_training_104001_0007', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 93000, 'You saw me, didn''t you? The real me.', 'snd_voi_training_104001', 8, 0, 2, 1, 0, 'snd_voi_training_104001_0008', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 93001, 'I think I''ve become a little more..."me."', 'snd_voi_training_104001', 9, 0, 2, 1, 0, 'snd_voi_training_104001_0009', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95000, 'All right. I feel powerful!', 'snd_voi_outgame_104001', 0, 1040001, 7, 1, 0, 'snd_voi_outgame_104001_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95001, 'More... I know I can grow more!', 'snd_voi_outgame_104001', 1, 0, 7, 1, 0, 'snd_voi_outgame_104001_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95003, 'Hey. The name''s Gold City.', 'snd_voi_outgame_104001', 3, 1040016, 7, 1, 0, 'snd_voi_outgame_104001_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95004, 'I''ll become my best self!', 'snd_voi_gacha_104001', 0, 0, 7, 1, 0, 'snd_voi_gacha_104001_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1008, 'Okay, let''s do this.', 'snd_voi_teamst_st_104000_0000', 0, 1040006, 8, 1, 0, 'snd_voi_teamst_st_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1086, 'Here goes.', 'snd_voi_teamst_st_104000_1048', 0, 1040006, 8, 1, 0, 'snd_voi_teamst_st_104000_1048_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1102, 'Let''s make this race perfect too.', 'snd_voi_teamst_st_104800_1040', 1, 1040006, 8, 1, 0, 'snd_voi_teamst_st_104800_1040_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1000, 'We''ve got this.', 'snd_voi_teamst_104000', 0, 1040001, 8, 1, 0, 'snd_voi_teamst_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1001, 'All righty!', 'snd_voi_teamst_104000', 1, 0, 8, 1, 0, 'snd_voi_teamst_104000_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1003, 'They''re not bad...', 'snd_voi_teamst_104000', 2, 0, 8, 1, 0, 'snd_voi_teamst_104000_0002', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1002, 'We lost...', 'snd_voi_teamst_104000', 3, 0, 8, 1, 0, 'snd_voi_teamst_104000_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1004, 'I''m legit so happy right now!', 'snd_voi_teamst_104000', 4, 1040007, 8, 1, 0, 'snd_voi_teamst_104000_0004', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1007, 'Woo, a new record!', 'snd_voi_teamst_104000', 5, 1040001, 8, 1, 0, 'snd_voi_teamst_104000_0005', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1006, 'They''re not bad...', 'snd_voi_teamst_104000', 2, 1040002, 8, 1, 0, 'snd_voi_teamst_104000_0002', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 1005, 'We lost...', 'snd_voi_teamst_104000', 3, 1040004, 8, 1, 0, 'snd_voi_teamst_104000_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 40000, 'I''ll captivate you with the real "me"!', 'snd_voi_race_104001', 2, 0, 3, 1, 0, 'snd_voi_race_104001_0002', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 40001, 'I''m the star of this runway, and I''ll captivate you with my running! With this victory!', 'snd_voi_race_104001', 3, 0, 3, 1, 0, 'snd_voi_race_104001_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 30004, 'Heh... Well? This is me.', 'snd_voi_race_104001', 0, 0, 3, 1, 0, 'snd_voi_race_104001_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 30005, 'I can go higher.', 'snd_voi_race_104000', 8, 0, 3, 1, 0, 'snd_voi_race_104000_0008', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 31000, 'I''ll captivate you with my running!', 'snd_voi_race_104000', 9, 0, 3, 1, 0, 'snd_voi_race_104000_0009', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 13, 'This is today''s login bonus.', 'snd_voi_title_104000', 4, 1040006, 1, 1, 0, 'snd_voi_title_104000_0004', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 15, 'And is this tomorrow''s? Not bad.', 'snd_voi_title_104000', 5, 1040007, 1, 1, 0, 'snd_voi_title_104000_0005', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 110000, 'All ready for training. I''ve already made room in my schedule.', 'snd_voi_home_104000', 21, 0, 1, 1, 0, 'snd_voi_home_104000_0021', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 110001, 'When you see how hard everyone else is working, it lights a fire under you, doesn''t it?', 'snd_voi_home_104000', 22, 0, 1, 1, 0, 'snd_voi_home_104000_0022', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 110002, 'Right. If you want to race, this is the spot.', 'snd_voi_home_104000', 23, 0, 1, 1, 0, 'snd_voi_home_104000_0023', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 10021, 'Oh hey, your Umamusume Archive level went up. Why don''t you go take a look?', 'snd_voi_home_104000', 24, 1040000, 1, 1, 0, 'snd_voi_home_104000_0024', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 20051, 'All right, let''s do this.', 'snd_voi_training_104000', 65, 0, 2, 1, 0, 'snd_voi_training_104000_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70000, 'I''ll run like the real me, with you at my side.', 'snd_voi_outgame_104000', 3, 1040006, 7, 1, 0, 'snd_voi_outgame_104000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95005, 'So? How do ya like my management?', 'snd_voi_outgame_104000', 4, 0, 7, 1, 0, 'snd_voi_outgame_104000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95006, 'Is this what being a manager feels like? I kinda like it!', 'snd_voi_outgame_104000', 5, 0, 7, 1, 0, 'snd_voi_outgame_104000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 120000, 'I feel like I could run forever!', 'snd_voi_outgame_104000', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_104000_0011', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140000, 'Gotta get one that looks nice.', 'snd_voi_minigame_104000', 0, 1040016, 9, 1, 0, 'snd_voi_minigame_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140001, 'All right.', 'snd_voi_minigame_104000', 1, 1040001, 9, 1, 0, 'snd_voi_minigame_104000_0001', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140002, 'No way...', 'snd_voi_minigame_104000', 2, 1040803, 9, 1, 0, 'snd_voi_minigame_104000_0002', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140003, 'Hehe, high five!', 'snd_voi_minigame_104000', 3, 971040, 9, 1, 0, 'snd_voi_minigame_104000_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140004, 'Well, not too bad.', 'snd_voi_minigame_104000', 4, 972040, 9, 1, 0, 'snd_voi_minigame_104000_0004', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140005, 'Ahhh... Come on, cheer up.', 'snd_voi_minigame_104000', 5, 1040011, 9, 1, 0, 'snd_voi_minigame_104000_0005', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140006, 'Hehe, high five!', 'snd_voi_minigame_104000', 3, 974040, 9, 1, 0, 'snd_voi_minigame_104000_0003', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140007, 'Well, not too bad.', 'snd_voi_minigame_104000', 4, 973040, 9, 1, 0, 'snd_voi_minigame_104000_0004', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140008, 'Haha!', 'snd_voi_minigame_104000', 6, 1040007, 9, 1, 0, 'snd_voi_minigame_104000_0006', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140009, 'Hehe!', 'snd_voi_minigame_104000', 7, 1040000, 9, 1, 0, 'snd_voi_minigame_104000_0007', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140010, 'Mmm... Mmm... ♪', 'snd_voi_minigame_104000', 8, 2001, 9, 1, 0, 'snd_voi_minigame_104000_0008', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140011, 'Whoa!', 'snd_voi_minigame_104000', 9, 1040804, 9, 1, 0, 'snd_voi_minigame_104000_0009', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140014, 'Huh?!', 'snd_voi_minigame_104000', 10, 1040807, 9, 1, 0, 'snd_voi_minigame_104000_0010', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140015, 'Hmm...', 'snd_voi_minigame_104000', 11, 1040809, 9, 1, 0, 'snd_voi_minigame_104000_0011', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140016, 'Let''s go, let''s go!', 'snd_voi_minigame_104000', 12, 1040810, 9, 1, 0, 'snd_voi_minigame_104000_0012', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140012, 'Pretty impressive.', 'snd_voi_minigame_104000', 13, 1040805, 9, 1, 0, 'snd_voi_minigame_104000_0013', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140013, 'Damn, okay!', 'snd_voi_minigame_104000', 14, 1040806, 9, 1, 0, 'snd_voi_minigame_104000_0014', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140017, 'Ugh...', 'snd_voi_minigame_104000', 15, 1040808, 9, 1, 0, 'snd_voi_minigame_104000_0015', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 140018, 'Damn it...', 'snd_voi_minigame_104000', 16, 1040017, 9, 1, 0, 'snd_voi_minigame_104000_0016', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70004, 'Hehe... Everyone still gets so surprised when I go on set dressed like this.', 'snd_voi_outgame_104000', 16, 1040007, 7, 1, 0, 'snd_voi_outgame_104000_0016', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70010, 'Our disciplinary committee chair sure is scary when she catches you not wearing your uniform properly.', 'snd_voi_outgame_104000', 17, 1040008, 7, 1, 0, 'snd_voi_outgame_104000_0017', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70008, 'Easy to run and dance in. Nice work, designers.', 'snd_voi_outgame_104000', 20, 1001, 7, 1, 0, 'snd_voi_outgame_104000_0020', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70014, 'The same outfit as everyone else. So this is the starting line?', 'snd_voi_outgame_104000', 21, 1040018, 7, 1, 0, 'snd_voi_outgame_104000_0021', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70009, 'This outfit shows how serious the real me is... I''m fired up.', 'snd_voi_outgame_104000', 22, 1040001, 7, 1, 0, 'snd_voi_outgame_104000_0022', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70015, 'I''ve made up my mind. I''m going to show my manager how I look gliding across the turf.', 'snd_voi_outgame_104000', 23, 1040006, 7, 1, 0, 'snd_voi_outgame_104000_0023', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71004, 'Hehe... Everyone still gets so surprised when I go on set dressed like this.', 'snd_voi_outgame_104000', 16, 19, 7, 0, 0, 'snd_voi_outgame_104000_0016', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71010, 'Our disciplinary committee chair sure is scary when she catches you not wearing your uniform properly.', 'snd_voi_outgame_104000', 17, 48, 7, 0, 0, 'snd_voi_outgame_104000_0017', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71008, 'Easy to run and dance in. Nice work, designers.', 'snd_voi_outgame_104000', 20, 141, 7, 0, 0, 'snd_voi_outgame_104000_0020', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71014, 'The same outfit as everyone else. So this is the starting line?', 'snd_voi_outgame_104000', 21, 23, 7, 0, 0, 'snd_voi_outgame_104000_0021', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71009, 'This outfit shows how serious the real me is... I''m fired up.', 'snd_voi_outgame_104000', 22, 148, 7, 0, 0, 'snd_voi_outgame_104000_0022', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71015, 'I''ve made up my mind. I''m going to show my manager how I look gliding across the turf.', 'snd_voi_outgame_104000', 23, 19, 7, 0, 0, 'snd_voi_outgame_104000_0023', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 2030, 'We''ve got this.', 'snd_voi_teamst_104000', 0, 8009, 10, 1, 0, 'snd_voi_teamst_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 2031, 'Okay, let''s do this.', 'snd_voi_teamst_st_104000_0000', 0, 1040006, 10, 1, 0, 'snd_voi_teamst_st_104000_0000', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 2032, 'This is all thanks to you. I''m serious.', 'snd_voi_training_104000', 63, 1040000, 10, 1, 0, 'snd_voi_training_104000_0063', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 2033, 'I''m feeling pretty good. I know I put in the work, so... Yeah, I think I''m good to go.', 'snd_voi_training_104000', 19, 1040007, 10, 1, 0, 'snd_voi_training_104000_0019', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 2034, 'It''ll be fine. I''ll run with everything I''ve got! I want this to be a good race!', 'snd_voi_training_104000', 16, 1040006, 10, 1, 0, 'snd_voi_training_104000_0016', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 2035, 'This is all thanks to you. I''m serious.', 'snd_voi_training_104000', 63, 1040000, 10, 0, 0, 'snd_voi_training_104000_0063', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70018, 'Damn, okay!', 'snd_voi_outgame_104000', 26, 1040007, 7, 1, 0, 'snd_voi_outgame_104000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70019, 'I''ll captivate you with my running!', 'snd_voi_outgame_104000', 27, 1040006, 7, 1, 0, 'snd_voi_outgame_104000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71018, 'Damn, okay!', 'snd_voi_outgame_104000', 26, 48, 7, 0, 0, 'snd_voi_outgame_104000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71019, 'I''ll captivate you with my running!', 'snd_voi_outgame_104000', 27, 58, 7, 0, 0, 'snd_voi_outgame_104000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90010, '...Yeah, I''m awake. I mean, how could I still be sleepy after getting all dressed up like... this... Yawn. ...You saw nothing, okay?', 'snd_voi_home_104002', 0, 1040004, 1, 1, 0, 'snd_voi_home_104002_0000', 0, 1040002, 13500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90011, 'Dancing really cleared my head. A little workout always does the trick.', 'snd_voi_home_104002', 1, 1040007, 1, 1, 0, 'snd_voi_home_104002_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90012, 'The sash actually doesn''t restrict you much when eating. If anything, it''s being nervous about how clumsy your movements look that gets to you.', 'snd_voi_home_104002', 2, 1040006, 1, 1, 0, 'snd_voi_home_104002_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90013, 'Right around this time of day, the sunlight just hits... I should turn off my brain and take a walk sometime...', 'snd_voi_home_104002', 3, 1040811, 1, 1, 0, 'snd_voi_home_104002_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90014, 'It''s like, at camp we were all having so much fun together, and... I mean, I''m not, like, sad about it or anything. I''m not. I''m really not!', 'snd_voi_home_104002', 4, 8000, 1, 1, 0, 'snd_voi_home_104002_0004', 0, 1040003, 12000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90015, 'When you can''t fall asleep, going to a shrine is low-key the move. They''re so quiet at night, it''s like... airing out your room, but for your body.', 'snd_voi_home_104002', 5, 1040000, 1, 1, 0, 'snd_voi_home_104002_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90016, 'Are you a food over flowers type person? But like, what if the flower is me? What then? ...You''re supposed to laugh. Don''t take it seriously.', 'snd_voi_home_104002', 6, 1040006, 1, 1, 0, 'snd_voi_home_104002_0006', 0, 1040002, 10000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90017, 'It''s so hot... I should buy a folding fan. A purple one, with lace. Make it part of the look, you know?', 'snd_voi_home_104002', 7, 1040008, 1, 1, 0, 'snd_voi_home_104002_0007', 0, 1040812, 9500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90018, 'Summer and fall festivals have totally different vibes. Like, I''m not a fan of huge crowds, but when it cools down in the fall, it''s kinda nice.', 'snd_voi_home_104002', 8, 1040000, 1, 1, 0, 'snd_voi_home_104002_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 90019, 'Haha! Sorry, just remembered something funny. Yukino made a snow bunny, all white with these big round eyes... It was adorable.', 'snd_voi_home_104002', 9, 1040007, 1, 1, 0, 'snd_voi_home_104002_0009', 0, 1040006, 4300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91016, 'I''m going for a glossy look with my makeup. Red lip gloss and eyeliner, plus liquid foundation for that dewy glow.', 'snd_voi_home_104002', 10, 1040016, 1, 1, 0, 'snd_voi_home_104002_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91017, 'The Fleetfoot Festival gave me chills the first time I saw it. I felt like I just had to go running then and there. Ended up getting yelled at for breaking curfew. Good times.', 'snd_voi_home_104002', 11, 1040818, 1, 1, 0, 'snd_voi_home_104002_0011', 0, 1040819, 11300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91018, 'Is it just me, or does the council president... No, never mind. Sometimes I feel like she''s trying to make a pun, but nah.', 'snd_voi_home_104002', 12, 1040018, 1, 1, 0, 'snd_voi_home_104002_0012', 0, 1040816, 6500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91019, 'Curren uploaded a pic of the Fleetfoot Festival with a really nice background and all. She''s gifted on that side of the camera too, for real.', 'snd_voi_home_104002', 13, 1040007, 1, 1, 0, 'snd_voi_home_104002_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91020, 'Okay, so Jordan won''t stop snapping pics of me. Like every time we meet it''s just shutter sounds. Can you do something about her?', 'snd_voi_home_104002', 14, 1040008, 1, 1, 0, 'snd_voi_home_104002_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91028, 'Wearing this makes me stand a little taller. I just think about all the hopes and dreams entrusted to me.', 'snd_voi_home_104002', 15, 1040006, 1, 1, 0, 'snd_voi_home_104002_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91029, 'I''m basically used to it by now, but wow, putting on a kimono takes time. No lie, I fall asleep while standing there sometimes.', 'snd_voi_home_104002', 16, 1040018, 1, 1, 0, 'snd_voi_home_104002_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91021, 'I''m feeling Japanese food. It always hits the spot. Something on the hearty side for breakfast sounds nice, so maybe I''ll have grilled fish.', 'snd_voi_home_104002', 17, 1040813, 1, 1, 0, 'snd_voi_home_104002_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91022, 'Oh, snap a pic for my Umasta. My manager''s the one who runs the account, but she''s always nagging me to stockpile content... Sigh.', 'snd_voi_home_104002', 18, 1040018, 1, 1, 0, 'snd_voi_home_104002_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91023, 'Did you notice I curled my hair a little? Whenever I get my hair done really nice, it always feels bad undoing it afterward.', 'snd_voi_home_104002', 19, 1040006, 1, 1, 0, 'snd_voi_home_104002_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91024, 'You think the way cherry blossoms dance as they fall would be a good reference? ...No, they''re too light. I need something more dynamic...', 'snd_voi_home_104002', 20, 1040809, 1, 1, 0, 'snd_voi_home_104002_0020', 0, 1040817, 4700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91025, 'Ahh, the breeze feels so nice... Kimonos are actually pretty breathable, so they don''t get as stuffy as they look. Try it out.', 'snd_voi_home_104002', 21, 1040000, 1, 1, 0, 'snd_voi_home_104002_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91026, 'There''s a lot of G1 races in the fall, so I get why you''d want to pray to the gods. But in the end, it all comes down to yourself, doesn''t it?', 'snd_voi_home_104002', 22, 1040017, 1, 1, 0, 'snd_voi_home_104002_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 91027, 'Do I look like the cold doesn''t bother me? I''m feeling it, trust me. But a swimsuit in winter is just another day on the job for me, so this is nothing.', 'snd_voi_home_104002', 23, 8000, 1, 1, 0, 'snd_voi_home_104002_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92015, 'Just like dance, it''s all in the core... Okay, I think I got it.', 'snd_voi_training_104002', 0, 8001, 2, 1, 0, 'snd_voi_training_104002_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92016, 'Se-no se! ...I thought a little chant would help get us fired up. Whatever, let''s just start!', 'snd_voi_training_104002', 1, 1040003, 2, 1, 0, 'snd_voi_training_104002_0001', 0, 8007, 3300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92017, '...Okay. My mind is all zen or whatever. Good to go.', 'snd_voi_training_104002', 2, 1040814, 2, 1, 0, 'snd_voi_training_104002_0002', 0, 1040006, 5900, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92018, 'The only way to get better is by practicing. So let''s work hardish today, yeah?', 'snd_voi_training_104002', 3, 1040812, 2, 1, 0, 'snd_voi_training_104002_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92020, 'I''m always doing work in traditional clothing, so I can run however you need me to.', 'snd_voi_training_104002', 5, 1040006, 2, 1, 0, 'snd_voi_training_104002_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92021, 'Can you check my form? Wouldn''t want to be caught looking clumsy in this thing.', 'snd_voi_training_104002', 6, 1040016, 2, 1, 0, 'snd_voi_training_104002_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 92022, 'Hey, you should do a little dance for a change of pace. ...Pfft, I''m kidding. But, hey, who am I to stop you?', 'snd_voi_training_104002', 7, 1040018, 2, 1, 0, 'snd_voi_training_104002_0007', 0, 1040815, 4900, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 93004, 'The festival might be over, but... our time together isn''t.', 'snd_voi_training_104002', 8, 0, 2, 1, 0, 'snd_voi_training_104002_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 93005, 'All our vivid memories... I''ll never forget them.', 'snd_voi_training_104002', 9, 0, 2, 1, 0, 'snd_voi_training_104002_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95007, 'Do my colors pop?', 'snd_voi_outgame_104002', 0, 1040006, 7, 1, 0, 'snd_voi_outgame_104002_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95008, 'In full bloom!', 'snd_voi_outgame_104002', 1, 0, 7, 1, 0, 'snd_voi_outgame_104002_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95010, 'Gold City. See what happens when I dance.', 'snd_voi_outgame_104002', 3, 1040018, 7, 1, 0, 'snd_voi_outgame_104002_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70016, 'My sleeves and hem flutter in the wind when I twirl! ...Huh? I''m not getting carried away.', 'snd_voi_outgame_104000', 24, 1040007, 7, 1, 0, 'snd_voi_outgame_104000_0024', 0, 1040003, 4300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 70017, 'Did you see my feet? I made sure not to slack on my toenails either. See how pretty the ombre is?', 'snd_voi_outgame_104000', 25, 1040006, 7, 1, 0, 'snd_voi_outgame_104000_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71016, 'My sleeves and hem flutter in the wind when I twirl! ...Huh? I''m not getting carried away.', 'snd_voi_outgame_104000', 24, 148, 7, 0, 0, 'snd_voi_outgame_104000_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 71017, 'Did you see my feet? I made sure not to slack on my toenails either. See how pretty the ombre is?', 'snd_voi_outgame_104000', 25, 33, 7, 0, 0, 'snd_voi_outgame_104000_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 95009, 'If I''m dancing, I''m gonna be the most stunning dancer onstage!', 'snd_voi_gacha_104002', 0, 0, 7, 1, 0, 'snd_voi_gacha_104002_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 40003, 'Fall for me yet?', 'snd_voi_race_104002', 2, 0, 3, 1, 0, 'snd_voi_race_104002_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 40004, 'Mm, perfect. Hey, between the dancing leaves and me... which is more vibrant?', 'snd_voi_race_104002', 3, 0, 3, 1, 0, 'snd_voi_race_104002_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 30006, 'I didn''t ride on the wind. I got here with my own two legs.', 'snd_voi_race_104002', 0, 0, 3, 1, 0, 'snd_voi_race_104002_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 30007, 'Higher... I can go higher.', 'snd_voi_race_104000', 8, 0, 3, 1, 0, 'snd_voi_race_104000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 400004, 'I''ve gotta face this head-on. I''ll be a loser forever if I don''t do something.', 'snd_voi_event_090007', 4, 1003, 7, 1, 0, 'snd_voi_event_090007_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1040, 400010, 'Well... I gave it my all. That I can say with my head held high.', 'snd_voi_event_090007', 10, 1040006, 7, 1, 0, 'snd_voi_event_090007_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 11, 'Cygames', 'snd_voi_title_104100', 0, 0, 0, 1, 0, 'snd_voi_title_104100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_104100', 1, 0, 0, 1, 0, 'snd_voi_title_104100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10000, 'I swear that with your guidance, I will become the gold standard for all Umamusume and the best class representative of all time!', 'snd_voi_home_104100', 0, 1041016, 1, 1, 0, 'snd_voi_home_104100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10001, 'I''m sure there are no mistakes in your guidance! You''re my trainer, after all!', 'snd_voi_home_104100', 1, 2009, 1, 1, 0, 'snd_voi_home_104100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10002, 'My phone is fully charged! Now I can contact you no matter when, where, or how lost I am!', 'snd_voi_home_104100', 2, 4001, 1, 1, 0, 'snd_voi_home_104100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10003, 'My resolution for this year is BAKUSHIN! I made my decision all the way back at the start of last year!', 'snd_voi_home_104100', 3, 2002, 1, 1, 0, 'snd_voi_home_104100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10004, 'When I was making some chocolates, they... exploded! I guess they couldn''t handle all the intense gratitude I put in!', 'snd_voi_home_104100', 4, 1041813, 1, 1, 0, 'snd_voi_home_104100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10005, 'Since you''re such a mature trainer, I thought your palate might enjoy some well-charred, super dark chocolates! Hehe!', 'snd_voi_home_104100', 5, 4002, 1, 1, 0, 'snd_voi_home_104100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10006, 'Faster, faster, and faster still! Now, come to me, shooting star! I''m ready to make a wish!', 'snd_voi_home_104100', 6, 1041001, 1, 1, 0, 'snd_voi_home_104100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10007, 'TRICK OR TREAT! Huh? I heard that if you chant those magic words, you get candy for free...', 'snd_voi_home_104100', 7, 1041001, 1, 1, 0, 'snd_voi_home_104100_0007', 0, 11007, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10008, 'I''m gonna enjoy the holiday season to the fullest! A class representative is someone who takes initiative in these events, after all!', 'snd_voi_home_104100', 8, 4001, 1, 1, 0, 'snd_voi_home_104100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10009, 'Trainer, did you know that Santa Claus is really fast? So fast that I let him slip away!', 'snd_voi_home_104100', 9, 1041000, 1, 1, 0, 'snd_voi_home_104100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10010, 'Doing some year-end cleaning?! Just leave it to me! Most rooms look cleaner if you throw out everything you find on the floor!', 'snd_voi_home_104100', 10, 1041016, 1, 1, 0, 'snd_voi_home_104100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10011, 'It''s your birthday, so take it easy and leave everything to me! I''m confident that I won''t break anything today!', 'snd_voi_home_104100', 11, 1041001, 1, 1, 0, 'snd_voi_home_104100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10012, 'Happy birthday! I can confirm that you''ve indeed matured, Trainer! Clap, clap, clap.', 'snd_voi_home_104100', 12, 2009, 1, 1, 0, 'snd_voi_home_104100_0012', 0, 1041800, 6500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10013, 'Today is the day I was born! I would have no complaints if it was made into an official day of commemoration!', 'snd_voi_home_104100', 13, 1041001, 1, 1, 0, 'snd_voi_home_104100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10014, 'Hehe... My mom and dad just wished me a happy birthday! To be honest, I''m pretty over the moon right now!', 'snd_voi_home_104100', 14, 1041817, 1, 1, 0, 'snd_voi_home_104100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10015, 'Looks like there''s a notice for you! It might have something to do with my class! Let''s check it out!', 'snd_voi_home_104100', 15, 1041000, 1, 1, 0, 'snd_voi_home_104100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10016, 'Seems like you received a present! I wonder if it''s from someone who has heard about our success?', 'snd_voi_home_104100', 16, 1041813, 1, 1, 0, 'snd_voi_home_104100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10017, 'Looks like you achieved an objective! You make me so proud! Ehe!', 'snd_voi_home_104100', 17, 1041007, 1, 1, 0, 'snd_voi_home_104100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10018, 'Oh... Looks like there''s an event coming up soon. I wonder which class representative is preparing it... This calls for some investigation.', 'snd_voi_home_104100', 18, 1041813, 1, 1, 0, 'snd_voi_home_104100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10019, 'Things are awfully lively around here... I can''t believe they''re doing something fun without the class representative''s permission... Oooh... Please let me join in!', 'snd_voi_home_104100', 19, 1041000, 1, 1, 0, 'snd_voi_home_104100_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20000, 'Even if I''m close to running out of energy... I''ll stay strong and keep running... as an example... to everyone!', 'snd_voi_training_104100', 0, 1041814, 2, 1, 0, 'snd_voi_training_104100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20001, 'Hnnngh... Come on and move, leeegs! Why are you so heavyyy?!', 'snd_voi_training_104100', 1, 1041815, 2, 1, 0, 'snd_voi_training_104100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20002, 'As a role model for all students... let me show them what great training looks like!', 'snd_voi_training_104100', 2, 2009, 2, 1, 0, 'snd_voi_training_104100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20003, 'Please stay tuned for my big Bakushin! I''m gonna do it today!', 'snd_voi_training_104100', 3, 1041001, 2, 1, 0, 'snd_voi_training_104100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20004, 'No matter what training you throw at me, the great Bakushin O will show you how it''s done!', 'snd_voi_training_104100', 4, 1041001, 2, 1, 0, 'snd_voi_training_104100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20005, 'I''ve warmed up, and I''m ready to go! Now, what kind of training should we do?', 'snd_voi_training_104100', 5, 4002, 2, 1, 0, 'snd_voi_training_104100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20006, 'Where should we begin?', 'snd_voi_training_104100', 6, 1041813, 2, 1, 0, 'snd_voi_training_104100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20007, 'It''s time for training, right? Got it!', 'snd_voi_training_104100', 7, 12009, 2, 1, 0, 'snd_voi_training_104100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20008, 'Ngggh! Concentrate, concentrate!', 'snd_voi_training_104100', 8, 1041814, 2, 1, 0, 'snd_voi_training_104100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20009, 'Wow... Isn''t the sky beautiful today?', 'snd_voi_training_104100', 9, 1041821, 2, 1, 0, 'snd_voi_training_104100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20010, 'Ughhh... As the class representative... As the class representatiiive... I-I know what I need to do, buuut...', 'snd_voi_training_104100', 10, 1041822, 2, 1, 0, 'snd_voi_training_104100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20011, 'I''m... tired?!', 'snd_voi_training_104100', 11, 1041008, 2, 1, 0, 'snd_voi_training_104100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20021, 'You need me to race, right? ...It''s okay! Even if I don''t have any strength in my legs... I know I can do it!', 'snd_voi_training_104100', 12, 1041000, 2, 1, 0, 'snd_voi_training_104100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20022, 'Traaaineeer... Another raaace? Even I need a break sometimes...', 'snd_voi_training_104100', 13, 1041804, 2, 1, 0, 'snd_voi_training_104100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20023, 'I feel it! The enthusiastic gazes from everyone who wants to cheer for the class representative! I will meet those expectations!', 'snd_voi_training_104100', 14, 1041823, 2, 1, 0, 'snd_voi_training_104100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20024, 'No matter the opponent, I just have to Bakushin my way to victory! As you can see, I''m overflowing with confidence!', 'snd_voi_training_104100', 15, 1041001, 2, 1, 0, 'snd_voi_training_104100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20025, 'I''m in perfect shape for a race! Just looking around, I can tell I''m the best! It''s as if I''ve already won!', 'snd_voi_training_104100', 16, 1041001, 2, 1, 0, 'snd_voi_training_104100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20026, 'I pour my soul into every race! I won''t ever cut corners!', 'snd_voi_training_104100', 17, 2009, 2, 1, 0, 'snd_voi_training_104100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20027, 'After all that training, I''m the fastest around! Although, that''s always the case!', 'snd_voi_training_104100', 18, 1041000, 2, 1, 0, 'snd_voi_training_104100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20028, 'I have proper breathing techniques down pat and am in proper condition! Of course, it''s only proper that I win too!', 'snd_voi_training_104100', 19, 4001, 2, 1, 0, 'snd_voi_training_104100_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20029, 'If it''s a battle of speed, I won''t lose!', 'snd_voi_training_104100', 20, 1041001, 2, 1, 0, 'snd_voi_training_104100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20030, 'Okay, I promise you victory!', 'snd_voi_training_104100', 21, 12009, 2, 1, 0, 'snd_voi_training_104100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20031, 'Can I run now? It''s okay, right?', 'snd_voi_training_104100', 22, 1041000, 2, 1, 0, 'snd_voi_training_104100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20032, 'Hmm... My legs are shaking a little bit. So this is the anxiety everyone''s always talking about.', 'snd_voi_training_104100', 23, 1041813, 2, 1, 0, 'snd_voi_training_104100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20033, 'I''ve decided to Bakushin ahead without thinking! Don''t worry, I can definitely win!', 'snd_voi_training_104100', 24, 1041007, 2, 1, 0, 'snd_voi_training_104100_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20034, 'There is no need for concern. I''ll blow all the competition away!', 'snd_voi_training_104100', 25, 4001, 2, 1, 0, 'snd_voi_training_104100_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20035, 'Yesterday, I had a dream that I finished in last place... But dreams are just dreams, right?!', 'snd_voi_training_104100', 26, 1041816, 2, 1, 0, 'snd_voi_training_104100_0026', 0, 1041806, 3200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20036, 'No matter what kind of predicament I find myself in, I have the secret to coming in first place. It''s my... speed!', 'snd_voi_training_104100', 27, 12000, 2, 1, 0, 'snd_voi_training_104100_0027', 0, 1041001, 5800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20037, 'I understand your fear. But the fastest wins... That''s all there is to it!', 'snd_voi_training_104100', 28, 1041001, 2, 1, 0, 'snd_voi_training_104100_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20038, 'Roger that!', 'snd_voi_training_104100', 29, 0, 2, 1, 0, 'snd_voi_training_104100_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20039, 'Bakushin!', 'snd_voi_training_104100', 30, 0, 2, 1, 0, 'snd_voi_training_104100_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20040, 'Raaah!', 'snd_voi_training_104100', 31, 0, 2, 1, 0, 'snd_voi_training_104100_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20041, 'Hmm...', 'snd_voi_training_104100', 32, 0, 2, 1, 0, 'snd_voi_training_104100_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20042, 'Hnngh?', 'snd_voi_training_104100', 33, 0, 2, 1, 0, 'snd_voi_training_104100_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20043, 'Yawn...', 'snd_voi_training_104100', 34, 0, 2, 1, 0, 'snd_voi_training_104100_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20046, 'Let''s go!', 'snd_voi_training_104100', 37, 0, 2, 1, 0, 'snd_voi_training_104100_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20047, 'Perfection!', 'snd_voi_training_104100', 38, 0, 2, 1, 0, 'snd_voi_training_104100_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20049, 'Our efforts have borne fruit!', 'snd_voi_training_104100', 63, 0, 2, 1, 0, 'snd_voi_training_104100_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20050, 'Thank you for your guidance!', 'snd_voi_training_104100', 64, 0, 2, 1, 0, 'snd_voi_training_104100_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 30000, 'Ohooo. As expected, I''m a genius!', 'snd_voi_race_104100', 0, 0, 3, 1, 0, 'snd_voi_race_104100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 30001, 'Mhm... Looks like I''m still the one everyone aspires to!', 'snd_voi_race_104100', 1, 0, 3, 1, 0, 'snd_voi_race_104100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 30002, 'The other racers were fast too! I''ll admit that!', 'snd_voi_race_104100', 2, 0, 3, 1, 0, 'snd_voi_race_104100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 30003, 'I''m not gonna lose my nerve...', 'snd_voi_race_104100', 3, 0, 3, 1, 0, 'snd_voi_race_104100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 60000, 'Please cheer for the class representative!', 'snd_voi_live_104100', 0, 0, 4, 1, 0, 'snd_voi_live_104100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 60001, 'Prepare yourself! I''ll show you I''m a genius onstage too!', 'snd_voi_live_104100', 1, 0, 4, 1, 0, 'snd_voi_live_104100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70001, 'I''m sure that meeting me was a defining moment in your life! Mm-hm!', 'snd_voi_outgame_104100', 1, 4002, 7, 1, 0, 'snd_voi_outgame_104100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90000, 'Each morning calls for a lively greeting! Now, take a deep breath, all the way to the bottom of your stomach, and... GOOOOD MORNIIING!', 'snd_voi_home_104101', 0, 1041007, 1, 1, 0, 'snd_voi_home_104101_0000', 0, 1041001, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90001, 'Cleaning the blackboards, watering the plants... A class representative sure is busy from first thing in the morning! Goodness... I''m quite the role model!', 'snd_voi_home_104101', 1, 1041813, 1, 1, 0, 'snd_voi_home_104101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90002, 'Trainer! Hello! Get ready for an extraordinary afternoon of training with yours truly!', 'snd_voi_home_104101', 2, 1041001, 1, 1, 0, 'snd_voi_home_104101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90003, 'I''m full of energy after eating lunch! Training, partner running, or even a race, I''ll take on anything you throw my way!', 'snd_voi_home_104101', 3, 2001, 1, 1, 0, 'snd_voi_home_104101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90004, 'Good work today! Yes, yes, isn''t it admirable of me to show my appreciation for others?!', 'snd_voi_home_104101', 4, 1041819, 1, 1, 0, 'snd_voi_home_104101_0004', 0, 1041007, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90005, 'Even when classes end and the final bell rings, I''ll still do my best! After all, I''m the class representative!', 'snd_voi_home_104101', 5, 1041813, 1, 1, 0, 'snd_voi_home_104101_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90006, 'No matter how many times spring arrives, it''s always wonderful... Yes! Because this is the season! That I was chosen! To be class representative!', 'snd_voi_home_104101', 6, 2009, 1, 1, 0, 'snd_voi_home_104101_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90007, 'There are two types of people: those who eat watermelon with salt, and those who eat it with sugar... But I''m the type that eats it right away!', 'snd_voi_home_104101', 7, 1041819, 1, 1, 0, 'snd_voi_home_104101_0007', 0, 1041007, 5800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90008, 'This is the season for school events, starting with the Solefall Faire. Which means it''s time for this class representative to show off her skills... Hehe!', 'snd_voi_home_104101', 8, 4002, 1, 1, 0, 'snd_voi_home_104101_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 90009, 'If you''re feeling cold, then just look at my smile. My mom has praised it as a miraculously heart-warming smile! Cheese!', 'snd_voi_home_104101', 9, 1041007, 1, 1, 0, 'snd_voi_home_104101_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91000, 'There is nothing unusual at school today! I went patrolling with Biko, so you can rest assured that everything is in order.', 'snd_voi_home_104101', 10, 1041016, 1, 1, 0, 'snd_voi_home_104101_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91001, 'What''s the secret to keeping the class together? Why, having an excellent class representative, of course!', 'snd_voi_home_104101', 11, 12000, 1, 1, 0, 'snd_voi_home_104101_0011', 0, 1041016, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91002, 'Sometimes you need a reward, so I''ve decided to praise myself. Pat, pat.', 'snd_voi_home_104101', 12, 1041007, 1, 1, 0, 'snd_voi_home_104101_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91003, 'Bourbon and Rice are working hard every day, and I''m very proud of them! They both get gold stars! Gold stars!', 'snd_voi_home_104101', 13, 1041813, 1, 1, 0, 'snd_voi_home_104101_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91004, '...Trainer, please say something! I get... restless when someone looks at me without saying anything!', 'snd_voi_home_104101', 14, 12008, 1, 1, 0, 'snd_voi_home_104101_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91005, 'Yes, I''m perfect! I can even finish a three-minute dance routine in under a minute!', 'snd_voi_home_104101', 15, 1041016, 1, 1, 0, 'snd_voi_home_104101_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91006, 'I think I''ll keep this on for a while! Mainly because it''s a hassle to take off!', 'snd_voi_home_104101', 16, 12009, 1, 1, 0, 'snd_voi_home_104101_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91007, 'Let''s work together to meet everyone''s expectations and make this Sakura bloom like a big, dazzling cherry blossom!', 'snd_voi_home_104101', 17, 1041007, 1, 1, 0, 'snd_voi_home_104101_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91008, 'I''ll win any kind of race I enter and prove to everyone why I am the class representative! Yeah!', 'snd_voi_home_104101', 18, 1041001, 1, 1, 0, 'snd_voi_home_104101_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91009, 'Recently, I''ve been running into Flower on the way to school. Does this mean dilligent students are drawn towards each other?!', 'snd_voi_home_104101', 19, 12009, 1, 1, 0, 'snd_voi_home_104101_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91010, 'The results of this morning''s test? Haha, don''t worry, I''ll be done with the supplementary work in no time!', 'snd_voi_home_104101', 20, 1041813, 1, 1, 0, 'snd_voi_home_104101_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91011, 'I finished all my homework in two minutes! Even if I don''t look at the questions, it''s a piece of cake! Oh, I shouldn''t eat sweets this time of night though!', 'snd_voi_home_104101', 21, 1041820, 1, 1, 0, 'snd_voi_home_104101_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91012, 'My mom''s sakura mochi are incredibly delicious! I keep insisting that they be added to the school store!', 'snd_voi_home_104101', 22, 1041813, 1, 1, 0, 'snd_voi_home_104101_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91013, 'No matter how hot it is, we must always be dressed appropriately! I don''t want to disappoint the students who look up to the class representative!', 'snd_voi_home_104101', 23, 4009, 1, 1, 0, 'snd_voi_home_104101_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91014, 'During this time of year, I try to read under the moonlight. That''s what real geniuses do, or so I''m told.', 'snd_voi_home_104101', 24, 4002, 1, 1, 0, 'snd_voi_home_104101_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 91015, 'Even if it''s cold, I don''t wear thick clothing! I can stay lighter and faster that way!', 'snd_voi_home_104101', 25, 1041016, 1, 1, 0, 'snd_voi_home_104101_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 92000, 'You can leave long-distance races to me! I''m sure I''ll become good at them someday!', 'snd_voi_training_104101', 0, 1041813, 2, 1, 0, 'snd_voi_training_104101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 92001, 'I like sunny days because it''s easier to run! That''s all I have to report! Ehe!', 'snd_voi_training_104101', 2, 1041007, 2, 1, 0, 'snd_voi_training_104101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 92002, 'Speed! Explosive power! Class representative-ness! I have it all, but which aspect should I improve on first?', 'snd_voi_training_104101', 3, 1041001, 2, 1, 0, 'snd_voi_training_104101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 92003, 'Bakushiiin! Time for training!', 'snd_voi_training_104101', 4, 1041000, 2, 1, 0, 'snd_voi_training_104101_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 92011, 'As class representative, I shall give today... my very best!', 'snd_voi_training_104101', 1, 1041016, 2, 1, 0, 'snd_voi_training_104101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 92005, 'I''m ready to be a role model for everyone! I''m the class representative, after all!', 'snd_voi_training_104101', 5, 4002, 2, 1, 0, 'snd_voi_training_104101_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 92006, 'With you and I working together, even the most excruciating training sessions can be easily overcome!', 'snd_voi_training_104101', 6, 1041001, 2, 1, 0, 'snd_voi_training_104101_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 92007, 'I''ll keep moving forward and won''t stop until I achieve unprecedented records! Bakushin! BAKUSHIIIN!', 'snd_voi_training_104101', 7, 2009, 2, 1, 0, 'snd_voi_training_104101_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 93000, 'This Sakura that you helped bloom will never be scattered to the wind!', 'snd_voi_training_104101', 8, 0, 2, 1, 0, 'snd_voi_training_104101_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 93001, 'Heheh, I will continue to be the ideal that everyone strives for!', 'snd_voi_training_104101', 9, 0, 2, 1, 0, 'snd_voi_training_104101_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 95000, 'I''ve gotten faster, once again!', 'snd_voi_outgame_104101', 0, 2001, 7, 1, 0, 'snd_voi_outgame_104101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 95001, 'I''ll be the most overpowered class rep there ever was!', 'snd_voi_outgame_104101', 1, 2001, 7, 1, 0, 'snd_voi_outgame_104101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 95003, 'Right! I''m Sakura Bakushin O!', 'snd_voi_outgame_104101', 3, 1041001, 7, 1, 0, 'snd_voi_outgame_104101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1008, 'Let’s Bakushin fair and square!', 'snd_voi_teamst_st_104100_0000', 0, 1041001, 8, 1, 0, 'snd_voi_teamst_st_104100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1087, 'Let''s stand up nice and tall!', 'snd_voi_teamst_st_104100_1030', 0, 4009, 8, 1, 0, 'snd_voi_teamst_st_104100_1030_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1088, 'I''m burning up with passion!', 'snd_voi_teamst_st_104100_1026', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_104100_1026_00', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1000, 'Follow the class representative''s lead!', 'snd_voi_teamst_104100', 0, 990021, 8, 1, 0, 'snd_voi_teamst_104100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1001, 'Gold star!', 'snd_voi_teamst_104100', 1, 0, 8, 1, 0, 'snd_voi_teamst_104100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1003, 'We''ll get it next time!', 'snd_voi_teamst_104100', 2, 0, 8, 1, 0, 'snd_voi_teamst_104100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1002, 'We lost!', 'snd_voi_teamst_104100', 3, 0, 8, 1, 0, 'snd_voi_teamst_104100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1004, 'Would you expect any less?!', 'snd_voi_teamst_104100', 4, 1041007, 8, 1, 0, 'snd_voi_teamst_104100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1007, 'A new record! We''re in the height of our growth!', 'snd_voi_teamst_104100', 5, 3009, 8, 1, 0, 'snd_voi_teamst_104100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1006, 'We''ll get it next time!', 'snd_voi_teamst_104100', 2, 1041003, 8, 1, 0, 'snd_voi_teamst_104100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 1005, 'We lost!', 'snd_voi_teamst_104100', 3, 1041005, 8, 1, 0, 'snd_voi_teamst_104100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 120000, 'Oh! I feel the power!', 'snd_voi_outgame_104100', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_104100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140000, 'The class representative has your back!', 'snd_voi_minigame_104100', 0, 1041016, 9, 1, 0, 'snd_voi_minigame_104100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140001, 'You did it!', 'snd_voi_minigame_104100', 1, 1041001, 9, 1, 0, 'snd_voi_minigame_104100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140002, 'Huh?!', 'snd_voi_minigame_104100', 2, 1041818, 9, 1, 0, 'snd_voi_minigame_104100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140003, 'You deserve high praise!', 'snd_voi_minigame_104100', 3, 971041, 9, 1, 0, 'snd_voi_minigame_104100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140004, 'Exactly as I expected!', 'snd_voi_minigame_104100', 4, 972041, 9, 1, 0, 'snd_voi_minigame_104100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140005, 'Wh-why can''t you get it?!', 'snd_voi_minigame_104100', 5, 1041815, 9, 1, 0, 'snd_voi_minigame_104100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140006, 'You deserve high praise!', 'snd_voi_minigame_104100', 3, 974041, 9, 1, 0, 'snd_voi_minigame_104100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140007, 'Exactly as I expected!', 'snd_voi_minigame_104100', 4, 973041, 9, 1, 0, 'snd_voi_minigame_104100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140008, 'Ehehe!', 'snd_voi_minigame_104100', 6, 1041807, 9, 1, 0, 'snd_voi_minigame_104100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140009, 'Heh-heh!', 'snd_voi_minigame_104100', 7, 1041007, 9, 1, 0, 'snd_voi_minigame_104100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140010, 'Yeah!', 'snd_voi_minigame_104100', 8, 1041016, 9, 1, 0, 'snd_voi_minigame_104100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140011, 'HA-ha-ha-ha!', 'snd_voi_minigame_104100', 9, 1041808, 9, 1, 0, 'snd_voi_minigame_104100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140014, 'Whoa!', 'snd_voi_minigame_104100', 10, 1041809, 9, 1, 0, 'snd_voi_minigame_104100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140015, 'Nrghh...', 'snd_voi_minigame_104100', 11, 1041824, 9, 1, 0, 'snd_voi_minigame_104100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140016, 'Hey, Trainer!', 'snd_voi_minigame_104100', 12, 1041810, 9, 1, 0, 'snd_voi_minigame_104100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140012, 'Wow...', 'snd_voi_minigame_104100', 13, 1041811, 9, 1, 0, 'snd_voi_minigame_104100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140013, 'Bakushin! BAKUSHIIIN!', 'snd_voi_minigame_104100', 14, 1041031, 9, 1, 0, 'snd_voi_minigame_104100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140017, 'Ahhh...', 'snd_voi_minigame_104100', 15, 1041815, 9, 1, 0, 'snd_voi_minigame_104100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 140018, 'Hngh...', 'snd_voi_minigame_104100', 16, 1041812, 9, 1, 0, 'snd_voi_minigame_104100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 40000, 'Onwards to victory! BAKUSHIIIIIN!', 'snd_voi_race_104101', 2, 0, 3, 1, 0, 'snd_voi_race_104101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 40001, 'Onwards to victory! BAKUSHIIIIIN!', 'snd_voi_race_104101', 2, 0, 3, 1, 0, 'snd_voi_race_104101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 40003, 'Onwards to victory! BAKUSHIIIIIN!', 'snd_voi_race_104101', 2, 0, 3, 1, 0, 'snd_voi_race_104101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 40002, 'Hahaha!', 'snd_voi_race_104100', 6, 0, 3, 1, 0, 'snd_voi_race_104100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 30004, 'A Bakushin-style victory! Ahahahaha!', 'snd_voi_race_104101', 0, 0, 3, 1, 0, 'snd_voi_race_104101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 30005, 'Expect no less from a genius! Ahahaha!', 'snd_voi_race_104100', 8, 0, 3, 1, 0, 'snd_voi_race_104100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 31000, 'Time to Bakushin!', 'snd_voi_race_104100', 9, 0, 3, 1, 0, 'snd_voi_race_104100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 13, 'Here''s today''s login bonus.', 'snd_voi_title_104100', 4, 2009, 1, 1, 0, 'snd_voi_title_104100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 15, 'Wow! This is tomorrow''s bonus!', 'snd_voi_title_104100', 5, 8002, 1, 1, 0, 'snd_voi_title_104100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 110000, 'Go right ahead! Please train your exceptionally talented pupil!', 'snd_voi_home_104100', 21, 0, 1, 1, 0, 'snd_voi_home_104100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 110001, 'Life is a repetition of preparation and review! Which is also the first step to becoming a genius like me!', 'snd_voi_home_104100', 22, 0, 1, 1, 0, 'snd_voi_home_104100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 110002, 'Ready to see me Bakushin through this race?!', 'snd_voi_home_104100', 23, 0, 1, 1, 0, 'snd_voi_home_104100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 10021, 'Well done, Trainer! Your Uma Archive level has gone up!', 'snd_voi_home_104100', 24, 8001, 1, 1, 0, 'snd_voi_home_104100_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 20051, 'Oooh! Let''s do it!', 'snd_voi_training_104100', 65, 1009, 2, 1, 0, 'snd_voi_training_104100_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70000, 'Let''s do our best! Don''t worry, I''ll be with you!', 'snd_voi_outgame_104100', 3, 0, 7, 1, 0, 'snd_voi_outgame_104100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 95005, 'I''m a cheering genius too!', 'snd_voi_outgame_104100', 4, 0, 7, 1, 0, 'snd_voi_outgame_104100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 95006, 'The class representative has your back!', 'snd_voi_outgame_104100', 5, 0, 7, 1, 0, 'snd_voi_outgame_104100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70004, 'I look better in this uniform than anyone else! I''m the class representative after all!', 'snd_voi_outgame_104100', 16, 4009, 7, 1, 0, 'snd_voi_outgame_104100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70010, 'This uniform is sacred! I fold it properly every day!', 'snd_voi_outgame_104100', 17, 1041016, 7, 1, 0, 'snd_voi_outgame_104100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70008, 'Ta-dah! Okay! This outfit is perfectly fitting for the star of the class!', 'snd_voi_outgame_104100', 20, 1041007, 7, 1, 0, 'snd_voi_outgame_104100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70014, 'I made an instruction manual because I keep forgetting how to put this on! ...I won''t lose it this time!', 'snd_voi_outgame_104100', 21, 1041006, 7, 1, 0, 'snd_voi_outgame_104100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70009, 'No matter the race... let''s make this Sakura blossom!', 'snd_voi_outgame_104100', 22, 10001, 7, 1, 0, 'snd_voi_outgame_104100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70015, 'Hehehe... A cape worthy of my very best Bakushin!', 'snd_voi_outgame_104100', 23, 10001, 7, 1, 0, 'snd_voi_outgame_104100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 71004, 'I look better in this uniform than anyone else! I''m the class representative after all!', 'snd_voi_outgame_104100', 16, 35, 7, 0, 0, 'snd_voi_outgame_104100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 71010, 'This uniform is sacred! I fold it properly every day!', 'snd_voi_outgame_104100', 17, 48, 7, 0, 0, 'snd_voi_outgame_104100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 71008, 'Ta-dah! Okay! This outfit is perfectly fitting for the star of the class!', 'snd_voi_outgame_104100', 20, 18, 7, 0, 0, 'snd_voi_outgame_104100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 71014, 'I made an instruction manual because I keep forgetting how to put this on! ...I won''t lose it this time!', 'snd_voi_outgame_104100', 21, 33, 7, 0, 0, 'snd_voi_outgame_104100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 71009, 'No matter the race... let''s make this Sakura blossom!', 'snd_voi_outgame_104100', 22, 18, 7, 0, 0, 'snd_voi_outgame_104100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 71015, 'Hehehe... A cape worthy of my very best Bakushin!', 'snd_voi_outgame_104100', 23, 18, 7, 0, 0, 'snd_voi_outgame_104100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 2030, 'Follow the class representative''s lead!', 'snd_voi_teamst_104100', 0, 990021, 10, 1, 0, 'snd_voi_teamst_104100_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 2031, 'Let’s Bakushin fair and square!', 'snd_voi_teamst_st_104100_0000', 0, 1041001, 10, 1, 0, 'snd_voi_teamst_st_104100_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 2032, 'Thank you for your guidance!', 'snd_voi_training_104100', 64, 2009, 10, 1, 0, 'snd_voi_training_104100_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 2033, 'Proper breathing and in proper condition! Of course, it''s only proper that I win too!', 'snd_voi_training_104100', 19, 4001, 10, 1, 0, 'snd_voi_training_104100_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 2034, 'I''m in perfect shape for a race! Just looking around, I can tell I''m the strongest! It''s as if I''ve already won!', 'snd_voi_training_104100', 16, 1041001, 10, 1, 0, 'snd_voi_training_104100_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 2035, 'Thank you for your guidance!', 'snd_voi_training_104100', 64, 2009, 10, 0, 0, 'snd_voi_training_104100_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 81000, 'Ohooo... Challenging the renowned class representative?', 'snd_voi_outgame_104100', 13, 1041006, 7, 1, 0, 'snd_voi_outgame_104100_0013', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 81001, 'I''m not done yet! I''ll show you Bakushin''s true potential!', 'snd_voi_outgame_104100', 14, 2009, 7, 1, 0, 'snd_voi_outgame_104100_0014', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70018, 'Bakushin! BAKUSHIIIN!', 'snd_voi_outgame_104100', 26, 1041001, 7, 1, 0, 'snd_voi_outgame_104100_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 70019, 'I''ll show you the strength of the class representative!', 'snd_voi_outgame_104100', 27, 1041007, 7, 1, 0, 'snd_voi_outgame_104100_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 71018, 'Bakushin! BAKUSHIIIN!', 'snd_voi_outgame_104100', 26, 58, 7, 0, 0, 'snd_voi_outgame_104100_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1041, 71019, 'I''ll show you the strength of the class representative!', 'snd_voi_outgame_104100', 27, 35, 7, 0, 0, 'snd_voi_outgame_104100_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1042, 20051, 'Follow me!', 'snd_voi_training_104200', 65, 0, 2, 1, 0, 'snd_voi_training_104200_0065', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1042, 70000, 'We''ll light up the world with our brilliance!', 'snd_voi_outgame_104200', 3, 2009, 7, 1, 0, 'snd_voi_outgame_104200_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1042, 95005, 'Ah, even more dazzling!', 'snd_voi_outgame_104200', 4, 0, 7, 1, 0, 'snd_voi_outgame_104200_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1042, 95006, 'This is what we call a global standard!', 'snd_voi_outgame_104200', 5, 0, 7, 1, 0, 'snd_voi_outgame_104200_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1043, 20051, 'Follow Windy!', 'snd_voi_training_104300', 65, 0, 2, 1, 0, 'snd_voi_training_104300_0065', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1043, 70000, 'Grawr! Ignore me and I''ll bite ya!', 'snd_voi_outgame_104300', 3, 4009, 7, 1, 0, 'snd_voi_outgame_104300_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1043, 95005, 'I''m gonna be even more mischievous!', 'snd_voi_outgame_104300', 4, 0, 7, 1, 0, 'snd_voi_outgame_104300_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1043, 95006, 'Windy is amazing!', 'snd_voi_outgame_104300', 5, 0, 7, 1, 0, 'snd_voi_outgame_104300_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1044, 20051, 'Let''s do it... our fusion spell!', 'snd_voi_training_104400', 65, 0, 2, 1, 0, 'snd_voi_training_104400_0065', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1044, 70000, 'I''m going to work you to the bone, my familiar!', 'snd_voi_outgame_104400', 3, 1044000, 7, 1, 0, 'snd_voi_outgame_104400_0003', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1044, 95005, 'Leave the support magic to me!', 'snd_voi_outgame_104400', 4, 0, 7, 1, 0, 'snd_voi_outgame_104400_0004', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1044, 95006, 'Looks like it''s time to use my secret spell!', 'snd_voi_outgame_104400', 5, 0, 7, 1, 0, 'snd_voi_outgame_104400_0005', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1044, 400005, 'I can feel a bit of magic from those sparkly balls at that disco place!', 'snd_voi_event_090005', 3, 1044000, 7, 1, 0, 'snd_voi_event_090005_0003', 0, 0, 0, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1044, 400016, 'Did the event end already? Hmm. More importantly, I gotta ask Granny to teach me how to cast that spell!', 'snd_voi_event_090005', 15, 9000, 7, 1, 0, 'snd_voi_event_090005_0015', 0, 1044007, 4000, 1627560000); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 11, 'Cygames', 'snd_voi_title_104500', 0, 0, 0, 1, 0, 'snd_voi_title_104500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_104500', 1, 0, 0, 1, 0, 'snd_voi_title_104500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10000, 'Don''t worry, you''ll definitely become a great trainer. I have pretty good intuition, you know?', 'snd_voi_home_104500', 0, 1045006, 1, 1, 0, 'snd_voi_home_104500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10001, 'Trainer, you can just fall into my arms when you get tired. Let''s support each other.', 'snd_voi_home_104500', 1, 1045007, 1, 1, 0, 'snd_voi_home_104500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10002, 'Hehe, what makes me feel spoiled are the times when I can spoil you, Trainer.', 'snd_voi_home_104500', 2, 1045000, 1, 1, 0, 'snd_voi_home_104500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10003, 'Happy New Year! I''ll do my best to spoil you even more than last year! ♪', 'snd_voi_home_104500', 3, 1045001, 1, 1, 0, 'snd_voi_home_104500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10004, 'Chocolates for my trainer, who''s working so hard. ♪ Sweets are the best when you''re tired.', 'snd_voi_home_104500', 4, 1045006, 1, 1, 0, 'snd_voi_home_104500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10005, 'I made chocolates because I wanted to see you smile, Trainer. Hehe. Now, open wide! ♪', 'snd_voi_home_104500', 5, 3002, 1, 1, 0, 'snd_voi_home_104500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10006, '...I hope that your wish comes true, Trainer.', 'snd_voi_home_104500', 6, 1045000, 1, 1, 0, 'snd_voi_home_104500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10007, 'I''ve prepared some treats for Halloween, but... hehe. Feel free to play tricks on me if you want.', 'snd_voi_home_104500', 7, 1045007, 1, 1, 0, 'snd_voi_home_104500_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10008, 'Happy holidays! ♪ You''ve been very good this year, Trainer, so I''m sure Santa will pay you a visit.', 'snd_voi_home_104500', 8, 1045001, 1, 1, 0, 'snd_voi_home_104500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10009, 'As Santa today, I''ve prepared a wonderful gift for you—a holiday evening together! ♪', 'snd_voi_home_104500', 9, 1045000, 1, 1, 0, 'snd_voi_home_104500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10010, 'Let''s make everything squeaky clean. Once it''s all spotless and sparkling, we can welcome in the new year.', 'snd_voi_home_104500', 10, 1002, 1, 1, 0, 'snd_voi_home_104500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10011, 'Happy birthday, Trainer! I''ll sing you a birthday song! ♪', 'snd_voi_home_104500', 11, 1045000, 1, 1, 0, 'snd_voi_home_104500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10012, 'Since it''s your birthday... hehe. I''ll have to pamper you even more than usual! ♪ Hooray!', 'snd_voi_home_104500', 12, 1002, 1, 1, 0, 'snd_voi_home_104500_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10013, 'I''m so happy that everyone is celebrating my birthday! My heart feels so warm!', 'snd_voi_home_104500', 13, 1045007, 1, 1, 0, 'snd_voi_home_104500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10014, 'Oh my... I can''t believe you''re celebrating my birthday... Oh, what to do? I''m so happy that I just want to give you a big hug!', 'snd_voi_home_104500', 14, 3001, 1, 1, 0, 'snd_voi_home_104500_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10015, 'Oh. It looks like you received a notice. Let''s look at it together.', 'snd_voi_home_104500', 15, 3000, 1, 1, 0, 'snd_voi_home_104500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10016, 'My, how lovely. There''s a present for you. Hehe, I wonder who it''s from?', 'snd_voi_home_104500', 16, 2002, 1, 1, 0, 'snd_voi_home_104500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10017, 'Congratulations on completing a mission! As expected, Trainer. Good job. ♪', 'snd_voi_home_104500', 17, 1045020, 1, 1, 0, 'snd_voi_home_104500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10018, 'Oh... It looks like an event is starting soon! I hope we can participate in it together.', 'snd_voi_home_104500', 18, 3001, 1, 1, 0, 'snd_voi_home_104500_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10019, 'Perhaps it''s because there''s an event going on, but I can hear everyone having fun.', 'snd_voi_home_104500', 19, 1045007, 1, 1, 0, 'snd_voi_home_104500_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20000, 'Sigh... I''m sorry. It seems I''m a bit tired...', 'snd_voi_training_104500', 0, 1045008, 2, 1, 0, 'snd_voi_training_104500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20001, 'Hmm... My legs feel kind of heavy... Maybe I should take a rest.', 'snd_voi_training_104500', 1, 1045808, 2, 1, 0, 'snd_voi_training_104500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20002, 'I''m really motivated right now. It''s probably because I read over all the letters I received from the children at the daycare center last night. ♪', 'snd_voi_training_104500', 2, 1045000, 2, 1, 0, 'snd_voi_training_104500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20003, 'My body feels kind of light. I''m sure I''ll enjoy training more than usual today.', 'snd_voi_training_104500', 3, 1045007, 2, 1, 0, 'snd_voi_training_104500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20004, 'I''m feeling very good today, so I think I could even run while holding you in my arms. Hehe.', 'snd_voi_training_104500', 4, 1045822, 2, 1, 0, 'snd_voi_training_104500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20005, 'I''m feeling great today! ♪ I''ll make sure I get results that''ll put a big smile on your face!', 'snd_voi_training_104500', 5, 1045822, 2, 1, 0, 'snd_voi_training_104500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20006, 'It''s best to do things as usual! Let''s take it easy.', 'snd_voi_training_104500', 6, 10001, 2, 1, 0, 'snd_voi_training_104500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20007, 'I''m all ready now! How about you, Trainer?', 'snd_voi_training_104500', 7, 1001, 2, 1, 0, 'snd_voi_training_104500_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20008, 'Hmm... Sigh... I feel like my shoulders are kind of stiff even though I''ve been stretching every day.', 'snd_voi_training_104500', 8, 2007, 2, 1, 0, 'snd_voi_training_104500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20009, 'I may not be full of energy, but I can still try my best with you, Trainer.', 'snd_voi_training_104500', 9, 10000, 2, 1, 0, 'snd_voi_training_104500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20010, 'Hmm... I''m feeling a little unwell... Ah, please don''t worry. I''ll be fine.', 'snd_voi_training_104500', 10, 1045008, 2, 1, 0, 'snd_voi_training_104500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20011, 'Phew... I''m kind of tired... I''m at a loss as to what I should do...', 'snd_voi_training_104500', 11, 1045808, 2, 1, 0, 'snd_voi_training_104500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20021, 'Oh my, another race? I''ve been in several quite recently. I wonder if I''ll be able to meet your expectations...', 'snd_voi_training_104500', 12, 3007, 2, 1, 0, 'snd_voi_training_104500_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20022, 'I''ve been in a lot of races recently... But I need some time to rest too. Let''s not rush things, okay?', 'snd_voi_training_104500', 13, 1007, 2, 1, 0, 'snd_voi_training_104500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20023, 'Oh my, I''d expect nothing less, Trainer! It''s perfect! ♪', 'snd_voi_training_104500', 14, 1045001, 2, 1, 0, 'snd_voi_training_104500_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20024, 'Condition, check. Motivation, check. Just leave it to me!', 'snd_voi_training_104500', 15, 1045007, 2, 1, 0, 'snd_voi_training_104500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20025, 'Hm-hm-hmmm. ♪ Oh... I''m sorry. I''m looking forward to the race so much that I couldn''t help but hum.', 'snd_voi_training_104500', 16, 2001, 2, 1, 0, 'snd_voi_training_104500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20026, 'I just got some words of encouragement from a fan. Hehe, I have to try my best!', 'snd_voi_training_104500', 17, 1045007, 2, 1, 0, 'snd_voi_training_104500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20027, 'I''m going to reward you for all of the hard work you''ve put in by giving it my all in this race.', 'snd_voi_training_104500', 18, 1045000, 2, 1, 0, 'snd_voi_training_104500_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20028, 'Oh my! The venue is getting lively! Hehe, I''m getting caught up in all the excitement.', 'snd_voi_training_104500', 19, 2002, 2, 1, 0, 'snd_voi_training_104500_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20029, 'Are you nervous? Hehe, just do everything like usual.', 'snd_voi_training_104500', 20, 10001, 2, 1, 0, 'snd_voi_training_104500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20030, 'It''s gonna start soon. Hehe, I can''t wait.', 'snd_voi_training_104500', 21, 1002, 2, 1, 0, 'snd_voi_training_104500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20031, 'There''s no need to worry. If I run like I did during training, we should see good results.', 'snd_voi_training_104500', 22, 1045007, 2, 1, 0, 'snd_voi_training_104500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20032, 'Pain, pain, go away! I wonder if the magic words we say to children will work on me too?', 'snd_voi_training_104500', 23, 1000, 2, 1, 0, 'snd_voi_training_104500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20033, 'To be honest, I can''t say I''m doing well... But I''ll run as hard as I can.', 'snd_voi_training_104500', 24, 1045016, 2, 1, 0, 'snd_voi_training_104500_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20034, 'Phew... I''ll do my best. I don''t want to waste the effort that you''ve put in, Trainer...', 'snd_voi_training_104500', 25, 2000, 2, 1, 0, 'snd_voi_training_104500_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20035, 'I''m sorry, but I don''t know if I can live up to your expectations right now... But I''ll run with everything I''ve got left.', 'snd_voi_training_104500', 26, 1045808, 2, 1, 0, 'snd_voi_training_104500_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20036, 'I wonder if I can make you smile when I''m in this condition... Phew... Okay, I have to try my best.', 'snd_voi_training_104500', 27, 1045008, 2, 1, 0, 'snd_voi_training_104500_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20037, 'I''m definitely not in my usual condition, but that doesn''t mean I''m going to throw the race. Please watch me carefully.', 'snd_voi_training_104500', 28, 1045003, 2, 1, 0, 'snd_voi_training_104500_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20038, 'Let''s begin.', 'snd_voi_training_104500', 29, 0, 2, 1, 0, 'snd_voi_training_104500_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20039, 'Let''s go.', 'snd_voi_training_104500', 30, 0, 2, 1, 0, 'snd_voi_training_104500_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20040, 'I''ll do my best.', 'snd_voi_training_104500', 31, 0, 2, 1, 0, 'snd_voi_training_104500_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20041, 'Hmm...', 'snd_voi_training_104500', 32, 0, 2, 1, 0, 'snd_voi_training_104500_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20042, 'Oh no...', 'snd_voi_training_104500', 33, 0, 2, 1, 0, 'snd_voi_training_104500_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20043, 'Oh dear...', 'snd_voi_training_104500', 34, 0, 2, 1, 0, 'snd_voi_training_104500_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20046, 'We''re off. ♪', 'snd_voi_training_104500', 37, 0, 2, 1, 0, 'snd_voi_training_104500_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20047, 'Time to make a splash! ♪', 'snd_voi_training_104500', 38, 0, 2, 1, 0, 'snd_voi_training_104500_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20049, 'This is all thanks to you, Trainer.', 'snd_voi_training_104500', 63, 0, 2, 1, 0, 'snd_voi_training_104500_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20050, 'We had fun, didn''t we?', 'snd_voi_training_104500', 64, 0, 2, 1, 0, 'snd_voi_training_104500_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 30000, 'Hehe, did I make you happy?', 'snd_voi_race_104500', 0, 0, 3, 1, 0, 'snd_voi_race_104500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 30001, 'This is all because of everyone''s support!', 'snd_voi_race_104500', 1, 0, 3, 1, 0, 'snd_voi_race_104500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 30002, 'I guess I need to do a little more to earn your biggest smile.', 'snd_voi_race_104500', 2, 0, 3, 1, 0, 'snd_voi_race_104500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 30003, 'Ughhh... I''ll try harder next time.', 'snd_voi_race_104500', 3, 0, 3, 1, 0, 'snd_voi_race_104500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 60000, 'Hehe, please enjoy it as much as possible!', 'snd_voi_live_104500', 0, 0, 4, 1, 0, 'snd_voi_live_104500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 60001, 'I''ll make everyone smile.', 'snd_voi_live_104500', 1, 0, 4, 1, 0, 'snd_voi_live_104500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70001, 'Ever since I first saw that anxious look on your face, I couldn''t help but want to comfort you.', 'snd_voi_outgame_104500', 1, 3001, 7, 1, 0, 'snd_voi_outgame_104500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90000, 'Hehe. You''re an early riser, Trainer. Did you eat a proper breakfast?', 'snd_voi_home_104501', 0, 1001, 1, 1, 0, 'snd_voi_home_104501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90001, 'Good morning. Oh, your collar is a little crooked... Hehe, I''ll fix it for you.', 'snd_voi_home_104501', 1, 1045007, 1, 1, 0, 'snd_voi_home_104501_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90002, 'Oh, it''s that time already... I made boxed lunches, so let''s eat together.', 'snd_voi_home_104501', 2, 10001, 1, 1, 0, 'snd_voi_home_104501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90003, 'Would you like to take a nap so that you can do your best with the afternoon training?', 'snd_voi_home_104501', 3, 1045006, 1, 1, 0, 'snd_voi_home_104501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90004, 'Thank you for your hard work today. Here are some pets as a reward. You did so well. ♪', 'snd_voi_home_104501', 4, 1045020, 1, 1, 0, 'snd_voi_home_104501_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90005, 'Oh my, Trainer. Are you working late? Shall I make you a late-night snack?', 'snd_voi_home_104501', 5, 1045000, 1, 1, 0, 'snd_voi_home_104501_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90006, 'When we go see the cherry blossoms with everyone, there''s usually not enough food. Hehe, let''s double the amount this year! ♪', 'snd_voi_home_104501', 6, 1045007, 1, 1, 0, 'snd_voi_home_104501_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90007, 'You''re not sleeping with your tummy out, are you? I often had to fix the children''s blankets at the daycare center.', 'snd_voi_home_104501', 7, 1045007, 1, 1, 0, 'snd_voi_home_104501_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90008, 'Fall feels so very short. It''ll become cold before you know it, so if you want to knit something warm, now is the time to start.', 'snd_voi_home_104501', 8, 10001, 1, 1, 0, 'snd_voi_home_104501_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90009, 'People tell me that my hands are warm, so if you ever forget your gloves, we can hold hands instead.', 'snd_voi_home_104501', 9, 1045000, 1, 1, 0, 'snd_voi_home_104501_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91000, 'Tamtam left tissues in her pockets again. Haha, I''ll have to be careful when doing laundry.', 'snd_voi_home_104501', 10, 1045007, 1, 1, 0, 'snd_voi_home_104501_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91001, 'Oguri often gets lost when it''s her first time in a new place, so I always hold her hand while I guide her around.', 'snd_voi_home_104501', 11, 1045000, 1, 1, 0, 'snd_voi_home_104501_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91002, 'I''m good at knitting. I love imagining the recipient''s face as I make their present. ♪', 'snd_voi_home_104501', 12, 10002, 1, 1, 0, 'snd_voi_home_104501_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91003, 'I know you''re diligent, but you don''t have to do everything by yourself. Let me shoulder some of the burden.', 'snd_voi_home_104501', 13, 1045007, 1, 1, 0, 'snd_voi_home_104501_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91004, 'When reading books to the children at the daycare center, good acting skills are a must... Grawr! Heheh, that was a demon. Was it scary?', 'snd_voi_home_104501', 14, 1001, 1, 1, 0, 'snd_voi_home_104501_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91005, 'What thoughts and feelings went into creating this outfit, I wonder? Hehe, I better do my best to honor them.', 'snd_voi_home_104501', 15, 1045016, 1, 1, 0, 'snd_voi_home_104501_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91006, 'I can''t wait to be onstage in matching outfits... Hehe, I''ll have to take lots of dance lessons!', 'snd_voi_home_104501', 16, 1045000, 1, 1, 0, 'snd_voi_home_104501_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91007, 'It doesn''t even matter what kind of race is awaiting me. Even the gentlest of streams can turn into the mightiest of rivers.', 'snd_voi_home_104501', 17, 1001, 1, 1, 0, 'snd_voi_home_104501_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91008, 'Handkerchiefs, tissues, sewing tools, ointments... It''s nice having a bag with me!', 'snd_voi_home_104501', 18, 3001, 1, 1, 0, 'snd_voi_home_104501_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91009, 'Someone''s a sleepyhead... I just loved taking care of the sleepy children. Will I be taking care of you today?', 'snd_voi_home_104501', 19, 1045007, 1, 1, 0, 'snd_voi_home_104501_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91010, 'Have you decided on your plans for the afternoon? Ah, there''s no need to panic. Let''s take our time and think about it together.', 'snd_voi_home_104501', 20, 3000, 1, 1, 0, 'snd_voi_home_104501_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91011, 'If you can''t sleep, then I''ll sing you a lullaby. Feel free to ask me anytime.', 'snd_voi_home_104501', 21, 1045007, 1, 1, 0, 'snd_voi_home_104501_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91012, 'The spring weather makes it feel like something fun is going to happen... Hehe, I''m so excited!', 'snd_voi_home_104501', 22, 3002, 1, 1, 0, 'snd_voi_home_104501_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91013, 'I can''t live without a towel in the summer! No matter how much I wipe away, the sweat never stops... Phew. I should probably just change my clothes at this point.', 'snd_voi_home_104501', 23, 1045008, 1, 1, 0, 'snd_voi_home_104501_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91014, 'Great food, books to read, sports... What do you like to do in fall, Trainer? Perhaps you like to be spoiled? Ehehe.', 'snd_voi_home_104501', 24, 1045006, 1, 1, 0, 'snd_voi_home_104501_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91015, 'Are you making sure to wear gloves? Let''s keep your hands warm so you don''t get frostbite. ♪', 'snd_voi_home_104501', 25, 1045007, 1, 1, 0, 'snd_voi_home_104501_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92000, 'Now then, let''s go at our own pace and do our best today. ♪', 'snd_voi_training_104501', 0, 1045000, 2, 1, 0, 'snd_voi_training_104501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92001, 'What should we do today? Please take your time and think about it. ♪', 'snd_voi_training_104501', 1, 1001, 2, 1, 0, 'snd_voi_training_104501_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92002, 'If you find yourself struggling, just try your best. Even if you fail, you can put that experience to use the next time.', 'snd_voi_training_104501', 2, 1045006, 2, 1, 0, 'snd_voi_training_104501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92003, 'I''m known for my tenacity when it comes to running. Would you like to test that during training?', 'snd_voi_training_104501', 3, 2001, 2, 1, 0, 'snd_voi_training_104501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92011, 'Have you decided on the schedule? Hehe, I''m excited to see what kind of regimen you came up with.', 'snd_voi_training_104501', 4, 1045007, 2, 1, 0, 'snd_voi_training_104501_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92005, 'You look so serious... Hehe, just relax. I''ll make you smile no matter what kind of practice we do.', 'snd_voi_training_104501', 5, 1001, 2, 1, 0, 'snd_voi_training_104501_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92006, 'You always give it your all, Trainer. If there''s anything I can do to help, please feel free to let me know.', 'snd_voi_training_104501', 6, 1045000, 2, 1, 0, 'snd_voi_training_104501_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92007, 'Any training regimen is fine. I trust you with aaall my heart, Trainer.', 'snd_voi_training_104501', 7, 1045822, 2, 1, 0, 'snd_voi_training_104501_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 93000, 'That''s the trainer I''m so proud of! ♪', 'snd_voi_training_104501', 8, 0, 2, 1, 0, 'snd_voi_training_104501_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 93001, 'Hehe, did I live up to your expectations?', 'snd_voi_training_104501', 9, 0, 2, 1, 0, 'snd_voi_training_104501_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95000, 'Oh my... Hehe, will you be happy with me?', 'snd_voi_outgame_104501', 0, 2001, 7, 1, 0, 'snd_voi_outgame_104501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95001, 'I couldn''t have done it without you, Trainer.', 'snd_voi_outgame_104501', 1, 2001, 7, 1, 0, 'snd_voi_outgame_104501_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95003, 'Hi, I''m Super Creek!', 'snd_voi_outgame_104501', 3, 2002, 7, 1, 0, 'snd_voi_outgame_104501_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1008, 'It''s okay, there''s no need to be nervous.', 'snd_voi_teamst_st_104500_0000', 0, 1045006, 8, 1, 0, 'snd_voi_teamst_st_104500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1096, 'Shall I give you a hug to ease your nerves?', 'snd_voi_teamst_st_104500_1050', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_104500_1050_00', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1019, 'Likewise. ♪', 'snd_voi_teamst_st_100600_1045', 1, 1045007, 8, 1, 0, 'snd_voi_teamst_st_100600_1045_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1106, 'You did such a good job. ♪', 'snd_voi_teamst_st_105000_1045', 1, 2009, 8, 1, 0, 'snd_voi_teamst_st_105000_1045_01', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1000, 'Please support me. ♪', 'snd_voi_teamst_104500', 0, 990021, 8, 1, 0, 'snd_voi_teamst_104500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1001, 'Everyone''s full of smiles! ♪', 'snd_voi_teamst_104500', 1, 0, 8, 1, 0, 'snd_voi_teamst_104500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1003, 'Everyone did their best. ♪', 'snd_voi_teamst_104500', 2, 0, 8, 1, 0, 'snd_voi_teamst_104500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1002, 'Oh... We lost...', 'snd_voi_teamst_104500', 3, 0, 8, 1, 0, 'snd_voi_teamst_104500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1004, 'This is the result of everyone''s hard work. ♪', 'snd_voi_teamst_104500', 4, 1045017, 8, 1, 0, 'snd_voi_teamst_104500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1007, 'A new high score! Well done. ♪', 'snd_voi_teamst_104500', 5, 1045001, 8, 1, 0, 'snd_voi_teamst_104500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1006, 'Everyone did their best. ♪', 'snd_voi_teamst_104500', 2, 1045015, 8, 1, 0, 'snd_voi_teamst_104500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 1005, 'Oh... We lost...', 'snd_voi_teamst_104500', 3, 1045004, 8, 1, 0, 'snd_voi_teamst_104500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 120000, 'My body is overflowing with power!', 'snd_voi_outgame_104500', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_104500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140000, 'Hehe, this is so exciting!', 'snd_voi_minigame_104500', 0, 1045007, 9, 1, 0, 'snd_voi_minigame_104500_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140001, 'Oh my! You got it!', 'snd_voi_minigame_104500', 1, 1045000, 9, 1, 0, 'snd_voi_minigame_104500_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140002, 'Oh no... It fell.', 'snd_voi_minigame_104500', 2, 1045013, 9, 1, 0, 'snd_voi_minigame_104500_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140003, 'Hehe, you got so many! ♪', 'snd_voi_minigame_104500', 3, 971045, 9, 1, 0, 'snd_voi_minigame_104500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140004, 'You did it!', 'snd_voi_minigame_104500', 4, 972045, 9, 1, 0, 'snd_voi_minigame_104500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140005, 'Oh no...', 'snd_voi_minigame_104500', 5, 1045008, 9, 1, 0, 'snd_voi_minigame_104500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140006, 'Hehe, you got so many! ♪', 'snd_voi_minigame_104500', 3, 974045, 9, 1, 0, 'snd_voi_minigame_104500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140007, 'You did it!', 'snd_voi_minigame_104500', 4, 973045, 9, 1, 0, 'snd_voi_minigame_104500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140008, 'Hehe.', 'snd_voi_minigame_104500', 6, 1045809, 9, 1, 0, 'snd_voi_minigame_104500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140009, 'Ehehehe.', 'snd_voi_minigame_104500', 7, 1045810, 9, 1, 0, 'snd_voi_minigame_104500_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140010, 'Oh my goodness...', 'snd_voi_minigame_104500', 8, 1045811, 9, 1, 0, 'snd_voi_minigame_104500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140011, 'That''s truly amazing!', 'snd_voi_minigame_104500', 9, 1045812, 9, 1, 0, 'snd_voi_minigame_104500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140014, 'Ugh...', 'snd_voi_minigame_104500', 10, 1045813, 9, 1, 0, 'snd_voi_minigame_104500_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140015, 'Whoa!', 'snd_voi_minigame_104500', 11, 1045816, 9, 1, 0, 'snd_voi_minigame_104500_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140016, 'Is it okay?', 'snd_voi_minigame_104500', 12, 1045001, 9, 1, 0, 'snd_voi_minigame_104500_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140012, 'Oh my!', 'snd_voi_minigame_104500', 13, 1045001, 9, 1, 0, 'snd_voi_minigame_104500_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140013, '...!', 'snd_voi_minigame_104500', 14, 1045000, 9, 1, 0, 'snd_voi_minigame_104500_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140017, 'Ngh...', 'snd_voi_minigame_104500', 15, 1045002, 9, 1, 0, 'snd_voi_minigame_104500_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 140018, 'It can''t be...', 'snd_voi_minigame_104500', 16, 1045815, 9, 1, 0, 'snd_voi_minigame_104500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 40000, 'All to see your smile!', 'snd_voi_race_104501', 2, 0, 3, 1, 0, 'snd_voi_race_104501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 40001, 'All to see your smile!', 'snd_voi_race_104501', 2, 0, 3, 1, 0, 'snd_voi_race_104501_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 40002, 'Here I go!', 'snd_voi_race_104500', 6, 0, 3, 1, 0, 'snd_voi_race_104500_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 30004, 'Ehehehe... First place! ♪', 'snd_voi_race_104501', 0, 0, 3, 1, 0, 'snd_voi_race_104501_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 30005, 'All right! Hehe, did that make you happy?', 'snd_voi_race_104500', 8, 0, 3, 1, 0, 'snd_voi_race_104500_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 31000, 'Time to race. ♪', 'snd_voi_race_104500', 9, 0, 3, 1, 0, 'snd_voi_race_104500_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 13, 'Oh my, this is today''s login bonus. ♪', 'snd_voi_title_104500', 4, 3001, 1, 1, 0, 'snd_voi_title_104500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 15, 'This is what you''ll receive tomorrow. ♪', 'snd_voi_title_104500', 5, 8002, 1, 1, 0, 'snd_voi_title_104500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 110000, 'Oh my, are we training?', 'snd_voi_home_104500', 21, 0, 1, 1, 0, 'snd_voi_home_104500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 110001, 'Hehe, memories are wonderful.', 'snd_voi_home_104500', 22, 0, 1, 1, 0, 'snd_voi_home_104500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 110002, 'Is there a race you''re interested in?', 'snd_voi_home_104500', 23, 0, 1, 1, 0, 'snd_voi_home_104500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 10021, 'Oh my, the level of your Umamusume Archive went up. Shall we take a look?', 'snd_voi_home_104500', 24, 8001, 1, 1, 0, 'snd_voi_home_104500_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 20051, 'Let''s do our best.', 'snd_voi_training_104500', 65, 1009, 2, 1, 0, 'snd_voi_training_104500_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70000, 'Hehe, I''ll continue to help you a lot.', 'snd_voi_outgame_104500', 3, 0, 7, 1, 0, 'snd_voi_outgame_104500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95005, 'Hehe, please call on me as much as you need. ♪', 'snd_voi_outgame_104500', 4, 0, 7, 1, 0, 'snd_voi_outgame_104500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95006, 'You can always ask for whatever you want!', 'snd_voi_outgame_104500', 5, 0, 7, 1, 0, 'snd_voi_outgame_104500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70004, 'Ehehe, does it look good on me?', 'snd_voi_outgame_104500', 16, 1045015, 7, 1, 0, 'snd_voi_outgame_104500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70010, 'Do you want to try on the uniform too, Trainer?', 'snd_voi_outgame_104500', 17, 1045017, 7, 1, 0, 'snd_voi_outgame_104500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70008, 'It''s a very elaborate outfit.', 'snd_voi_outgame_104500', 20, 3001, 7, 1, 0, 'snd_voi_outgame_104500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70014, 'Hehe, the frills are so cute!', 'snd_voi_outgame_104500', 21, 1045001, 7, 1, 0, 'snd_voi_outgame_104500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70009, 'My bag is full of secrets... Just kidding. ♪', 'snd_voi_outgame_104500', 22, 10001, 7, 1, 0, 'snd_voi_outgame_104500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70015, 'This outfit will bring a smile to your face, Trainer.', 'snd_voi_outgame_104500', 23, 10001, 7, 1, 0, 'snd_voi_outgame_104500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71004, 'Ehehe, does it look good on me?', 'snd_voi_outgame_104500', 16, 49, 7, 0, 0, 'snd_voi_outgame_104500_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71010, 'Do you want to try on the uniform too, Trainer?', 'snd_voi_outgame_104500', 17, 34, 7, 0, 0, 'snd_voi_outgame_104500_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71008, 'It''s a very elaborate outfit.', 'snd_voi_outgame_104500', 20, 18, 7, 0, 0, 'snd_voi_outgame_104500_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71014, 'Hehe, the frills are so cute!', 'snd_voi_outgame_104500', 21, 148, 7, 0, 0, 'snd_voi_outgame_104500_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71009, 'My bag is full of secrets... Just kidding. ♪', 'snd_voi_outgame_104500', 22, 18, 7, 0, 0, 'snd_voi_outgame_104500_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71015, 'This outfit will bring a smile to your face, Trainer.', 'snd_voi_outgame_104500', 23, 18, 7, 0, 0, 'snd_voi_outgame_104500_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 2030, 'Please support me. ♪', 'snd_voi_teamst_104500', 0, 990021, 10, 1, 0, 'snd_voi_teamst_104500_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 2031, 'It''s okay, there''s no need to be nervous.', 'snd_voi_teamst_st_104500_0000', 0, 1045006, 10, 1, 0, 'snd_voi_teamst_st_104500_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 2032, 'We had fun, didn''t we?', 'snd_voi_training_104500', 64, 1002, 10, 1, 0, 'snd_voi_training_104500_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 2033, 'Oh my! The venue is getting really lively! Hehe, I''m getting caught up in all the excitement.', 'snd_voi_training_104500', 19, 2002, 10, 1, 0, 'snd_voi_training_104500_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 2034, 'Hm-hm-hmmm. ♪ Oh... I''m sorry. I''m looking forward to the race so much that I couldn''t help but hum.', 'snd_voi_training_104500', 16, 2001, 10, 1, 0, 'snd_voi_training_104500_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 2035, 'We had fun, didn''t we?', 'snd_voi_training_104500', 64, 1002, 10, 0, 0, 'snd_voi_training_104500_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90010, 'You''re up super early! It''s okay to sleep in waaay later if you want to, you know?', 'snd_voi_home_104502', 0, 1045001, 1, 1, 0, 'snd_voi_home_104502_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90011, 'Let''s get all washed up before breakfast, okay? Here, don''t forget to take a towel. Oh, that''s a bandage. Oops!', 'snd_voi_home_104502', 1, 1045006, 1, 1, 0, 'snd_voi_home_104502_0001', 0, 1045817, 3000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90012, 'For today''s lunch, we''ve got pumpkin soup, pumpkin gratin, and pumpkin pudding! Hehe, that''s a lot of pumpkin! ♪', 'snd_voi_home_104502', 2, 1045007, 1, 1, 0, 'snd_voi_home_104502_0002', 0, 1045818, 6200, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90013, 'Yawn... Oh! Excuse me... I don''t know what it is about this costume, but I get so sleepy when it''s sunny out...', 'snd_voi_home_104502', 3, 1045012, 1, 1, 0, 'snd_voi_home_104502_0003', 0, 10014, 2100, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90014, 'Trick or tenderness! If you don''t let mummy take care of you, I''ll do something spooky! ♪', 'snd_voi_home_104502', 4, 1045806, 1, 1, 0, 'snd_voi_home_104502_0004', 0, 1045007, 2000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90015, 'Have you been eating candy? Well then, we''ll have to go brush our teeth, won''t we?', 'snd_voi_home_104502', 5, 1045000, 1, 1, 0, 'snd_voi_home_104502_0005', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90016, 'Spring is the season of new life. All the little sprouts rise from the dirt... and mummies rise from their slumber! ♪', 'snd_voi_home_104502', 6, 1045007, 1, 1, 0, 'snd_voi_home_104502_0006', 0, 1045819, 5400, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90017, 'There have been rumors of a mummy roaming the dorm at night, and it''s really scaring the students... I''ll have to go around and tuck them all in tonight!', 'snd_voi_home_104502', 7, 1045008, 1, 1, 0, 'snd_voi_home_104502_0007', 0, 1045002, 6000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90018, 'Imagine all the kids in their costumes, running around playing together... It would be so cute to have a Halloween-themed field day! ♪', 'snd_voi_home_104502', 8, 1045015, 1, 1, 0, 'snd_voi_home_104502_0008', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 90019, 'It''s so dry out, you might just shrivel up into a mummy yourself! ...And then I could take care of you forever! ♪', 'snd_voi_home_104502', 9, 1045008, 1, 1, 0, 'snd_voi_home_104502_0009', 0, 1045001, 5500, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91016, 'I love seeing the kids running around in their costumes... Hehe, Halloween is a really fun time to help at the daycare. ♪', 'snd_voi_home_104502', 10, 1045017, 1, 1, 0, 'snd_voi_home_104502_0010', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91017, 'I was popping candies into the girls'' mouths, but then Tamtam shouted "It''s trick or treat, ya dummy!" and made me stop. ♪', 'snd_voi_home_104502', 11, 1045007, 1, 1, 0, 'snd_voi_home_104502_0011', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91018, 'Did I mention—Rob Roy looked up all the mummy references for my costume! Ooh, I want to pamper her like a real mum-my!', 'snd_voi_home_104502', 12, 1045001, 1, 1, 0, 'snd_voi_home_104502_0012', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91019, 'It''s adorable how laser-focused Bourbon gets when she''s on a mission. I want to plop her on my lap and pat her head! ♪', 'snd_voi_home_104502', 13, 1045015, 1, 1, 0, 'snd_voi_home_104502_0013', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91020, 'Rice gets the sweetest twinkle in her eyes when you give her candy. I''m going to need another bag! ♪', 'snd_voi_home_104502', 14, 1045814, 1, 1, 0, 'snd_voi_home_104502_0014', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91028, 'Mummies are undead creatures. Which means... They get to watch over everyone forever and ever!', 'snd_voi_home_104502', 15, 1045006, 1, 1, 0, 'snd_voi_home_104502_0015', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91029, 'Come right to me if you get any boo-boos. I''ve got plenty of bandages, so don''t hesitate to use as much as you need! ♪', 'snd_voi_home_104502', 16, 1045814, 1, 1, 0, 'snd_voi_home_104502_0016', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91021, 'If you have a bad dream, you can come tell me about it. Mummy will make everything aaall better! ♪', 'snd_voi_home_104502', 17, 1001, 1, 1, 0, 'snd_voi_home_104502_0017', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91022, 'It''s not snack time yet, but I suppose it wouldn''t hurt to have just one candy... Here you go! ♪ But you have to promise not to tell the others, okay?', 'snd_voi_home_104502', 18, 1045000, 1, 1, 0, 'snd_voi_home_104502_0018', 0, 1045006, 7000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91023, 'I''ve heard that you get the best sleep in total darkness. So maybe... a coffin would be just right.', 'snd_voi_home_104502', 19, 1045017, 1, 1, 0, 'snd_voi_home_104502_0019', 0, 1045821, 4800, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91024, 'Oh, my, it looks like we''ve got a little sleepyhead. It''s nice and warm out, so how about you take a snooze? I''ll sing you a lullaby. ♪', 'snd_voi_home_104502', 20, 10001, 1, 1, 0, 'snd_voi_home_104502_0020', 0, 1045015, 4000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91025, 'It''s so hot that even Mummy is melting... Are you remembering to stay hydrated? I''ll go fetch you some water, okay?', 'snd_voi_home_104502', 21, 1007, 1, 1, 0, 'snd_voi_home_104502_0021', 0, 1045000, 6100, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91026, 'I wonder what I should do for your costume... A ghost would be cute, or maybe a zombie? Hmm... Oh, I''ll just make you a bunch! ♪', 'snd_voi_home_104502', 22, 10001, 1, 1, 0, 'snd_voi_home_104502_0022', 0, 1002, 7300, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 91027, 'The breeze is a bit nippy, isn''t it? Why don''t you come snuggle up with Mummy, and I''ll wrap some bandages around you like a scarf! ♪', 'snd_voi_home_104502', 23, 1045018, 1, 1, 0, 'snd_voi_home_104502_0023', 0, 1045007, 3000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92015, 'Let''s train a whole bunch, and then surprise everyone with how fast I''ve gotten! I am quite the prankster when I want to be! ♪', 'snd_voi_training_104502', 0, 2002, 2, 1, 0, 'snd_voi_training_104502_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92016, 'Don''t worry—I could run all day without my bandages slipping an inch. I''m quite handy with sports tape. ♪', 'snd_voi_training_104502', 1, 1045017, 2, 1, 0, 'snd_voi_training_104502_0001', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92017, 'An underclassman just asked if my "injuries" were okay. She must''ve gotten confused by the bandages, but what a sweetheart!', 'snd_voi_training_104502', 2, 1045015, 2, 1, 0, 'snd_voi_training_104502_0002', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92018, 'Zap! ...Now you''re under a spell that''ll make you want Mummy''s attention! Hehe! ♪ I bet you want a nice pat on the head, don''t you?', 'snd_voi_training_104502', 3, 1045820, 2, 1, 0, 'snd_voi_training_104502_0003', 0, 10001, 5000, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92020, 'Look, your mummy''s here! I awoke from my ancient slumber to spoil you rotten!', 'snd_voi_training_104502', 5, 1001, 2, 1, 0, 'snd_voi_training_104502_0005', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92021, 'I would take care of you forever and ever if you wanted me to. After all, a mummy''s love is undying!', 'snd_voi_training_104502', 6, 1045007, 2, 1, 0, 'snd_voi_training_104502_0006', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 92022, 'There must be some charm or spell on me, making me want to pamper you more than anyone else... Hehe! ♪', 'snd_voi_training_104502', 7, 1001, 2, 1, 0, 'snd_voi_training_104502_0007', 0, 3002, 7300, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 93004, 'I feel like I''m on top of the world—even higher than the tallest pyramid! ♪', 'snd_voi_training_104502', 8, 0, 2, 1, 0, 'snd_voi_training_104502_0008', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 93005, 'I feel like I''ve finally opened my eyes after centuries of slumber. ♪', 'snd_voi_training_104502', 9, 0, 2, 1, 0, 'snd_voi_training_104502_0009', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95007, 'Ehehe, I feel so alive!', 'snd_voi_outgame_104502', 0, 3002, 7, 1, 0, 'snd_voi_outgame_104502_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95008, 'My curse is getting stronger... It makes me want to spoil you more! ♪', 'snd_voi_outgame_104502', 1, 1045001, 7, 1, 0, 'snd_voi_outgame_104502_0001', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95010, 'Super Creek—here to be your mummy! ♪', 'snd_voi_outgame_104502', 3, 2002, 7, 1, 0, 'snd_voi_outgame_104502_0003', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70016, 'When I dress up like this, it reminds me of all the kids running around in their costumes!', 'snd_voi_outgame_104500', 24, 1045007, 7, 1, 0, 'snd_voi_outgame_104500_0024', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70017, 'If you ever need your mummy, I''ll come crawling right out of my eternal slumber to help! ♪', 'snd_voi_outgame_104500', 25, 1045001, 7, 1, 0, 'snd_voi_outgame_104500_0025', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71016, 'When I dress up like this, it reminds me of all the kids running around in their costumes!', 'snd_voi_outgame_104500', 24, 27, 7, 0, 0, 'snd_voi_outgame_104500_0024', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71017, 'If you ever need your mummy, I''ll come crawling right out of my eternal slumber to help! ♪', 'snd_voi_outgame_104500', 25, 18, 7, 0, 0, 'snd_voi_outgame_104500_0025', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 95009, 'Aw, don''t be scared. Mummy''s here for you. ♪', 'snd_voi_gacha_104502', 0, 0, 7, 1, 0, 'snd_voi_gacha_104502_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 40003, 'Let me spoil you rotten! ♪', 'snd_voi_race_104502', 2, 0, 3, 1, 0, 'snd_voi_race_104502_0002', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 40004, 'Hehe... The party''s just getting started. Now, let Mummy spoil you rotten! ♪', 'snd_voi_race_104502', 3, 0, 3, 1, 0, 'snd_voi_race_104502_0003', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 30006, 'Any who wake Mummy from her slumber... will succumb to the uncontrollable need to snuggle! ♪', 'snd_voi_race_104502', 0, 0, 3, 1, 0, 'snd_voi_race_104502_0000', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 30007, 'There! Hehe! ♪ I hope that was fun to watch!', 'snd_voi_race_104500', 8, 0, 3, 1, 0, 'snd_voi_race_104500_0008', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 81000, 'I know you''re counting on me, so I have to do my best!', 'snd_voi_outgame_104500', 13, 1045007, 7, 1, 0, 'snd_voi_outgame_104500_0013', 0, 0, 0, 1623931200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 81001, 'Hehe, this is not the end!', 'snd_voi_outgame_104500', 14, 1045006, 7, 1, 0, 'snd_voi_outgame_104500_0014', 0, 0, 0, 1623931200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70018, 'Please let me spoil you a bunch. ♪', 'snd_voi_outgame_104500', 26, 1045001, 7, 1, 0, 'snd_voi_outgame_104500_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 70019, 'Because I''m going to win.', 'snd_voi_outgame_104500', 27, 10001, 7, 1, 0, 'snd_voi_outgame_104500_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71018, 'Please let me spoil you a bunch. ♪', 'snd_voi_outgame_104500', 26, 34, 7, 0, 0, 'snd_voi_outgame_104500_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 71019, 'Because I''m going to win.', 'snd_voi_outgame_104500', 27, 21, 7, 0, 0, 'snd_voi_outgame_104500_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 400007, '...I was going to wait for Tamtam, but I ended up giving her a hint. I can talk the talk, but still can''t walk the walk, huh?', 'snd_voi_event_090006', 8, 1045015, 7, 1, 0, 'snd_voi_event_090006_0008', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 400012, 'Event missions are over here! ♪ Ehehe, think you can clear them?', 'snd_voi_event_090006', 12, 1045007, 7, 1, 0, 'snd_voi_event_090006_0012', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1045, 400013, 'Event missions are over here! ♪ Ehehe, think you can clear them?', 'snd_voi_event_090006', 13, 1045000, 7, 1, 0, 'snd_voi_event_090006_0013', 0, 1045006, 6100, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 11, 'Cygames', 'snd_voi_title_104600', 0, 0, 0, 1, 0, 'snd_voi_title_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_104600', 1, 0, 0, 1, 0, 'snd_voi_title_104600_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10000, 'I''ll gather everyone''s support and definitely become the top Umadol on dirt! ☆', 'snd_voi_home_104600', 0, 1046000, 1, 1, 0, 'snd_voi_home_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10001, 'If I ran away, you would be the first fan to come chasing after me. Right, Trainer? ☆', 'snd_voi_home_104600', 1, 1046006, 1, 1, 0, 'snd_voi_home_104600_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10002, 'My brilliance will make even you sparkle, Trainer! ☆', 'snd_voi_home_104600', 2, 3002, 1, 1, 0, 'snd_voi_home_104600_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10003, 'Happy New Year! If I could appear on a New Year''s TV show someday, I''d show off my best party trick. ☆', 'snd_voi_home_104600', 3, 1046001, 1, 1, 0, 'snd_voi_home_104600_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10004, 'My love belongs to all my fans! So, Happy Valentine''s Day to you too, Trainer! ☆', 'snd_voi_home_104600', 4, 3001, 1, 1, 0, 'snd_voi_home_104600_0004', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10005, 'Ehehe, this is our little secret. ☆ These are for you, Trainer... They''re the thank-you chocolates that show my true feelings!', 'snd_voi_home_104600', 5, 1046001, 1, 1, 0, 'snd_voi_home_104600_0005', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10006, 'My wish is obvious! I want everyone to smile when they see the dazzling Falco! ☆', 'snd_voi_home_104600', 6, 1046006, 1, 1, 0, 'snd_voi_home_104600_0006', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10007, 'Trick or concert! Just joking! ...Wait, that means if someone gives me candy, I can''t perform!', 'snd_voi_home_104600', 7, 1046001, 1, 1, 0, 'snd_voi_home_104600_0007', 0, 1046015, 4100, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10008, 'Holiday decorations and a dazzling Falco concert... It''s kinda romantic!', 'snd_voi_home_104600', 8, 1046006, 1, 1, 0, 'snd_voi_home_104600_0008', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10009, 'Happy holidays! ☆ How about I give you a special solo performance?', 'snd_voi_home_104600', 9, 1046001, 1, 1, 0, 'snd_voi_home_104600_0009', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10010, 'Trainer, check out the year-end TV special! I need to see what kind of performers are on it, so I can use it as a reference for next year!', 'snd_voi_home_104600', 10, 1046016, 1, 1, 0, 'snd_voi_home_104600_0010', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10011, 'Happy birthday to you! ♪ A special musical present from me to you, Trainer. ☆', 'snd_voi_home_104600', 11, 10002, 1, 1, 0, 'snd_voi_home_104600_0011', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10012, 'I''m glad that you were my first fan, Trainer... Ehehe... Happy birthday! ☆', 'snd_voi_home_104600', 12, 1046001, 1, 1, 0, 'snd_voi_home_104600_0012', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10013, 'Today is my birthday! ☆ What should I sing at the celebration concert? You''re coming too, right?', 'snd_voi_home_104600', 13, 1046006, 1, 1, 0, 'snd_voi_home_104600_0013', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10014, 'I hope you will be the first to wish me a happy birthday next year and the year after that... ☆', 'snd_voi_home_104600', 14, 1046012, 1, 1, 0, 'snd_voi_home_104600_0014', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10015, 'Trainer, there''s a notice for you. ☆ Be sure to check the new info right away!', 'snd_voi_home_104600', 15, 1046000, 1, 1, 0, 'snd_voi_home_104600_0015', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10016, 'Wow, a present arrived for you! Maybe it''s from a fan? Let''s check it out!', 'snd_voi_home_104600', 16, 1046001, 1, 1, 0, 'snd_voi_home_104600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10017, 'Mission completed! ☆ It''s important for both Umadols and trainers to make steady efforts.', 'snd_voi_home_104600', 17, 4002, 1, 1, 0, 'snd_voi_home_104600_0017', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10018, 'There''s an event coming up! Maybe there''ll be a role for Umadols to take part?!', 'snd_voi_home_104600', 18, 10002, 1, 1, 0, 'snd_voi_home_104600_0018', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10019, 'The event is starting! I need everyone to see my sparkling smile!', 'snd_voi_home_104600', 19, 1046001, 1, 1, 0, 'snd_voi_home_104600_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20000, 'Sigh... My body feels kind of heavy... Ugh... Come on, you can do it, Falco! ☆', 'snd_voi_training_104600', 0, 1046005, 2, 1, 0, 'snd_voi_training_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20001, 'I''m a little tired... Did I do too many street performances?', 'snd_voi_training_104600', 1, 1046008, 2, 1, 0, 'snd_voi_training_104600_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20002, 'I''m doing great! ☆ My motivation is sparkling! I feel like I can do anything right now!', 'snd_voi_training_104600', 2, 1046017, 2, 1, 0, 'snd_voi_training_104600_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20003, 'I feel really good! ☆ I think I''m gonna put on an amazing performance today!', 'snd_voi_training_104600', 3, 1046001, 2, 1, 0, 'snd_voi_training_104600_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20004, 'My body feels light, and my smile''s perfect! ☆ I''m ready for training anytime!', 'snd_voi_training_104600', 4, 1046000, 2, 1, 0, 'snd_voi_training_104600_0004', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20005, 'Whether it''s training or concert practice, just leave it to me! I''m going to shine today too!', 'snd_voi_training_104600', 5, 1046006, 2, 1, 0, 'snd_voi_training_104600_0005', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20006, 'Trainer, how are you doing? Let''s do our best together today! ☆', 'snd_voi_training_104600', 6, 3002, 2, 1, 0, 'snd_voi_training_104600_0006', 0, 1046006, 3100, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20007, 'No matter what you do, it''s best to do it with a smile and have fun! ☆', 'snd_voi_training_104600', 7, 1046006, 2, 1, 0, 'snd_voi_training_104600_0007', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20008, 'Maybe my smile isn''t good enough today? Snap out of it, Falco! Smiles are life or death for an Umadol! ☆', 'snd_voi_training_104600', 8, 1046008, 2, 1, 0, 'snd_voi_training_104600_0008', 0, 1046003, 4500, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20009, 'Hmm... ☆ My body isn''t moving like I want it to...', 'snd_voi_training_104600', 9, 1046004, 2, 1, 0, 'snd_voi_training_104600_0009', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20010, 'I have to do my best for my fans... but where has my energy gone?', 'snd_voi_training_104600', 10, 1046009, 2, 1, 0, 'snd_voi_training_104600_0010', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20011, 'Sigh... Maybe I''m just no good today. Sometimes even an Umadol can''t do it all...', 'snd_voi_training_104600', 11, 1046005, 2, 1, 0, 'snd_voi_training_104600_0011', 0, 1046002, 4900, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20021, 'Another race? Is that how in demand I am? Hmm... but it feels like I''ve been in too many...', 'snd_voi_training_104600', 12, 1046008, 2, 1, 0, 'snd_voi_training_104600_0012', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20022, 'Whaaa?! All I''ve been doing is racing! I know it''s important, but even Umadols need a break...', 'snd_voi_training_104600', 13, 1046015, 2, 1, 0, 'snd_voi_training_104600_0013', 0, 1046003, 5000, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20023, 'It''s finally time! Top Umadol, Smart Falcon! Off with a sparkle!', 'snd_voi_training_104600', 14, 1046001, 2, 1, 0, 'snd_voi_training_104600_0014', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20024, 'Trainer, are you ready? I''m ready, of course! ☆ I''ll bring smiles to everyone''s faces!', 'snd_voi_training_104600', 15, 1046017, 2, 1, 0, 'snd_voi_training_104600_0015', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20025, 'I rehearsed as best I could, so there''s nothing at all for me to be afraid of now! ☆', 'snd_voi_training_104600', 16, 10002, 2, 1, 0, 'snd_voi_training_104600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20026, 'I''ve been training properly, so I''m not worried. Check out my grand performance. ☆', 'snd_voi_training_104600', 17, 1046001, 2, 1, 0, 'snd_voi_training_104600_0017', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20027, 'No problems here. A-okay! ☆ An Umadol always goes into a performance in tip-top shape. ♪', 'snd_voi_training_104600', 18, 1046017, 2, 1, 0, 'snd_voi_training_104600_0018', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20028, 'Ehehe, I feel good! ☆ At this rate, I''m sure I can win the race! ♪', 'snd_voi_training_104600', 19, 1046001, 2, 1, 0, 'snd_voi_training_104600_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20029, 'I wonder if the venue is packed? I''m so excited! ♪ Let''s have some fun!', 'snd_voi_training_104600', 20, 1046007, 2, 1, 0, 'snd_voi_training_104600_0020', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20030, 'A race goal... It''s one more step towards becoming a top Umadol! ☆', 'snd_voi_training_104600', 21, 1046006, 2, 1, 0, 'snd_voi_training_104600_0021', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20031, 'Hair? Check! Smile? Check! I''ll do my best as usual. ☆', 'snd_voi_training_104600', 22, 4002, 2, 1, 0, 'snd_voi_training_104600_0022', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20032, 'Hmm... I''m worried, but it''s okay! An Umadol can turn troubles into opportunities! ☆', 'snd_voi_training_104600', 23, 1046006, 2, 1, 0, 'snd_voi_training_104600_0023', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20033, 'Effort doesn''t lie, right? Keep your head up, Falco! You gotta work hard and keep your eyes on the goal!', 'snd_voi_training_104600', 24, 1046003, 2, 1, 0, 'snd_voi_training_104600_0024', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20034, 'As long as I remember to smile, I''m sure I''ll be able to overcome any obstacle! I''ll give it my all!', 'snd_voi_training_104600', 25, 10003, 2, 1, 0, 'snd_voi_training_104600_0025', 0, 1046811, 5100, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20035, 'What should I do... I''m a little nervous. Trainer, please cheer me on!', 'snd_voi_training_104600', 26, 1046004, 2, 1, 0, 'snd_voi_training_104600_0026', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20036, 'I wonder if I can put on a dazzling show... I have to run with everything I have so that I don''t disappoint everyone!', 'snd_voi_training_104600', 27, 1046008, 2, 1, 0, 'snd_voi_training_104600_0027', 0, 1046003, 2700, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20037, 'It''s okay... It''s okay! I''m an Umadol, so I have to bring smiles to everyone''s faces.', 'snd_voi_training_104600', 28, 1046003, 2, 1, 0, 'snd_voi_training_104600_0028', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20038, 'I''ll do my best! ☆', 'snd_voi_training_104600', 29, 0, 2, 1, 0, 'snd_voi_training_104600_0029', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20039, 'I''m counting on your support. ☆', 'snd_voi_training_104600', 30, 0, 2, 1, 0, 'snd_voi_training_104600_0030', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20040, 'Here I go!', 'snd_voi_training_104600', 31, 0, 2, 1, 0, 'snd_voi_training_104600_0031', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20041, 'Hm hmm. ☆', 'snd_voi_training_104600', 32, 0, 2, 1, 0, 'snd_voi_training_104600_0032', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20042, 'Aww...', 'snd_voi_training_104600', 33, 0, 2, 1, 0, 'snd_voi_training_104600_0033', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20043, 'Oh no... ☆', 'snd_voi_training_104600', 34, 0, 2, 1, 0, 'snd_voi_training_104600_0034', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20046, 'It''s time to go out! ☆', 'snd_voi_training_104600', 37, 0, 2, 1, 0, 'snd_voi_training_104600_0037', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20047, 'Be careful of UV rays! ☆', 'snd_voi_training_104600', 38, 0, 2, 1, 0, 'snd_voi_training_104600_0038', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20049, 'Thank you for always being there to support me. ☆', 'snd_voi_training_104600', 63, 0, 2, 1, 0, 'snd_voi_training_104600_0063', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20050, 'Great job, Trainer! ☆', 'snd_voi_training_104600', 64, 0, 2, 1, 0, 'snd_voi_training_104600_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 30000, 'Aww! I''ll be number one next time!', 'snd_voi_race_104600', 0, 0, 3, 1, 0, 'snd_voi_race_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 30001, 'Ugh... There''s still not enough sparkle. Come on, Falco!', 'snd_voi_race_104600', 1, 0, 3, 1, 0, 'snd_voi_race_104600_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 30002, 'Sigh. This is so frustrating! I''ll have to try harder next time! ☆', 'snd_voi_race_104600', 2, 0, 3, 1, 0, 'snd_voi_race_104600_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 30003, 'The road to becoming the top Umadol is tough...', 'snd_voi_race_104600', 3, 0, 3, 1, 0, 'snd_voi_race_104600_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 60000, 'I''m gonna sparkle with all my fans! ☆', 'snd_voi_live_104600', 0, 0, 4, 1, 0, 'snd_voi_live_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 60001, 'La, la, laaa! ♪ Yeah, I''m perfect today! ☆', 'snd_voi_live_104600', 1, 0, 4, 1, 0, 'snd_voi_live_104600_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70001, 'I will never forget the day when you became my fan, Trainer. ☆', 'snd_voi_outgame_104600', 1, 1046001, 7, 1, 0, 'snd_voi_outgame_104600_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90000, 'Good morning, Trainer! ☆ Don''t forget to smile and do your best with me today! ☆', 'snd_voi_home_104601', 0, 1046006, 1, 1, 0, 'snd_voi_home_104601_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90001, 'No matter how gloomy your morning is, my smile will make it sparkle! ☆', 'snd_voi_home_104601', 1, 4002, 1, 1, 0, 'snd_voi_home_104601_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90002, 'Lunchtime! ☆ Umadols have to maintain good eating habits.', 'snd_voi_home_104601', 2, 10002, 1, 1, 0, 'snd_voi_home_104601_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90003, 'When you take a nap, you need to find a place where there are no people! I can''t let anyone see my sleeping face! ☆', 'snd_voi_home_104601', 3, 1046002, 1, 1, 0, 'snd_voi_home_104601_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90004, 'Have you eaten dinner yet? You have to keep your calorie intake low at night. ☆', 'snd_voi_home_104601', 4, 1046006, 1, 1, 0, 'snd_voi_home_104601_0004', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90005, 'Trainer, lack of sleep is an enemy to your skin! ☆ I don''t stay up late!', 'snd_voi_home_104601', 5, 1046000, 1, 1, 0, 'snd_voi_home_104601_0005', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90006, 'I think spring is the perfect season for me. It''s all exciting and sparkly! ☆', 'snd_voi_home_104601', 6, 1046001, 1, 1, 0, 'snd_voi_home_104601_0006', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90007, 'Hey, Trainer. ☆ Sunlight or me... Which do you think is more sparkly?', 'snd_voi_home_104601', 7, 4001, 1, 1, 0, 'snd_voi_home_104601_0007', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90008, 'Fall is the season for reading, eating, and... Umadols. ☆ Let''s have a concert surrounded by the fall colors!', 'snd_voi_home_104601', 8, 1046016, 1, 1, 0, 'snd_voi_home_104601_0008', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 90009, 'I bet the fans watching my street performances in winter must be cold too... Hmm, maybe we should hand out disposable heat packs or something?', 'snd_voi_home_104601', 9, 1046008, 1, 1, 0, 'snd_voi_home_104601_0009', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91000, 'My parents are kind, but when it came to meals, they were very strict about not leaving any food on my plate.', 'snd_voi_home_104601', 10, 10001, 1, 1, 0, 'snd_voi_home_104601_0010', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91001, 'Sometimes I feel tempted by the allure of a midnight snack, but I don''t have to worry because Flash will stop me. ☆', 'snd_voi_home_104601', 11, 1046006, 1, 1, 0, 'snd_voi_home_104601_0011', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91002, 'Curren has a devilish kind of cuteness, doesn''t she. By the way, my cuteness is of the pure kind.', 'snd_voi_home_104601', 12, 1046001, 1, 1, 0, 'snd_voi_home_104601_0012', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91003, 'When I was a child, I moved around a lot and didn''t have many friends. But now... Ehehe! ☆', 'snd_voi_home_104601', 13, 10001, 1, 1, 0, 'snd_voi_home_104601_0013', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91004, 'The dorms are so lively. There''s always people around, so I don''t feel lonely at all. ☆', 'snd_voi_home_104601', 14, 1046001, 1, 1, 0, 'snd_voi_home_104601_0014', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91005, 'Ehehe, it''s so cute! The soft frills go together perfectly with an Umamusume''s tail. ☆', 'snd_voi_home_104601', 15, 4002, 1, 1, 0, 'snd_voi_home_104601_0015', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91006, 'Some say you can''t stand out wearing the same outfit as everyone else, but I disagree! It''ll look like we''re an Umadol group! ☆', 'snd_voi_home_104601', 16, 1046008, 1, 1, 0, 'snd_voi_home_104601_0016', 0, 1046001, 4000, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91007, 'If I wear this outfit, then anyone will be able to tell that I''m an Umadol, right? ☆', 'snd_voi_home_104601', 17, 1046001, 1, 1, 0, 'snd_voi_home_104601_0017', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91008, 'The design is really cute, but isn''t this pink color the best part?! Pink is my signature color! ☆', 'snd_voi_home_104601', 18, 1046006, 1, 1, 0, 'snd_voi_home_104601_0018', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91009, 'Sometimes I go down to the riverbank to practice my vocals! The morning air feels so good! ☆', 'snd_voi_home_104601', 19, 1046001, 1, 1, 0, 'snd_voi_home_104601_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91010, 'Lunchtime! Leaving food on your plate is a no-no, so think about how much you can eat before you choose your meal. ☆', 'snd_voi_home_104601', 20, 1046000, 1, 1, 0, 'snd_voi_home_104601_0020', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91011, 'Yawn... ☆ I need a good night''s sleep so I can go through my day tomorrow with a smile.', 'snd_voi_home_104601', 21, 1046010, 1, 1, 0, 'snd_voi_home_104601_0021', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91012, 'I love how cherry blossom petals flutter as they fall. It''s so romantic! ☆', 'snd_voi_home_104601', 22, 10001, 1, 1, 0, 'snd_voi_home_104601_0022', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91013, 'I have to choose my swimsuit carefully. Going too bold is a no-no for me. ☆', 'snd_voi_home_104601', 23, 10009, 1, 1, 0, 'snd_voi_home_104601_0023', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91014, 'Fall makes me feel a bit lonely. Ah, maybe I can turn that feeling into a song! ☆', 'snd_voi_home_104601', 24, 1046008, 1, 1, 0, 'snd_voi_home_104601_0024', 0, 1046000, 5400, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 91015, 'It''s so cold! I wish I could warm up in a hot spring. It''s good for your skin too! ☆', 'snd_voi_home_104601', 25, 1046015, 1, 1, 0, 'snd_voi_home_104601_0025', 0, 10001, 5400, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 92000, 'I''ve gotta show everyone how cute I am when I give it my all. ☆', 'snd_voi_training_104601', 0, 1046006, 2, 1, 0, 'snd_voi_training_104601_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 92001, 'Being an Umadol requires a lot of sweat and tears! That''s why I''m super serious about training. I''ll give it my all! ☆', 'snd_voi_training_104601', 1, 10009, 2, 1, 0, 'snd_voi_training_104601_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 92002, 'It''s also important to cheer yourself on.One, two... Train hard, Falco!', 'snd_voi_training_104601', 2, 1046001, 2, 1, 0, 'snd_voi_training_104601_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 92003, 'Training? Leave it to me! This is all to become a top Umadol who can sing, dance, and run! ☆', 'snd_voi_training_104601', 3, 1046001, 2, 1, 0, 'snd_voi_training_104601_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 92011, 'I''ll work super super hard and become an Umadol who makes everyone smile. ☆', 'snd_voi_training_104601', 4, 4002, 2, 1, 0, 'snd_voi_training_104601_0004', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 92005, 'I kinda like training, actually. ☆ It makes me so happy to see myself doing better than I was yesterday. ☆', 'snd_voi_training_104601', 5, 1046001, 2, 1, 0, 'snd_voi_training_104601_0005', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 92006, 'When you teach me, Trainer, I feel really motivated. ☆ Ehehe, I''ll do my best!', 'snd_voi_training_104601', 6, 1046000, 2, 1, 0, 'snd_voi_training_104601_0006', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 92007, 'No matter how tough it gets, I''ll never give up on my dreams. And I know you won''t either. ☆', 'snd_voi_training_104601', 7, 1046006, 2, 1, 0, 'snd_voi_training_104601_0007', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 93000, 'Hehe. How am I doing? Am I sparkling?', 'snd_voi_training_104601', 8, 0, 2, 1, 0, 'snd_voi_training_104601_0008', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 93001, 'I think I''ve gotten closer to becoming a top Umadol. ☆', 'snd_voi_training_104601', 9, 0, 2, 1, 0, 'snd_voi_training_104601_0009', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 95000, 'Umadol, power up! ☆', 'snd_voi_outgame_104601', 0, 4002, 7, 1, 0, 'snd_voi_outgame_104601_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 95001, 'I''m gonna twinkle like the brightest star in all the sky! ☆', 'snd_voi_outgame_104601', 1, 1046001, 7, 1, 0, 'snd_voi_outgame_104601_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 95003, 'I''ll do my best! ☆', 'snd_voi_outgame_104601', 3, 1046006, 7, 1, 0, 'snd_voi_outgame_104601_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 95004, 'Thanks for all your support! Feel free to call me Falco! ☆', 'snd_voi_gacha_104601', 0, 0, 7, 1, 0, 'snd_voi_gacha_104601_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1008, 'Let''s work together and do our best!', 'snd_voi_teamst_st_104600_0000', 0, 1046001, 8, 1, 0, 'snd_voi_teamst_st_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1097, 'Whoooosh! ☆', 'snd_voi_teamst_st_104600_1002', 0, 10009, 8, 1, 0, 'snd_voi_teamst_st_104600_1002_00', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1098, 'Let''s make some hearts flutter!', 'snd_voi_teamst_st_104600_1038', 0, 1046001, 8, 1, 0, 'snd_voi_teamst_st_104600_1038_00', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1059, 'Hit ''em with cuteness!', 'snd_voi_teamst_st_102600_1046', 1, 4002, 8, 1, 0, 'snd_voi_teamst_st_102600_1046_01', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1080, 'We can''t keep our fans waiting!', 'snd_voi_teamst_st_103700_1046', 1, 1046003, 8, 1, 0, 'snd_voi_teamst_st_103700_1046_01', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1000, 'Let''s go!', 'snd_voi_teamst_104600', 0, 1046000, 8, 1, 0, 'snd_voi_teamst_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1001, 'Thanks for the support!', 'snd_voi_teamst_104600', 1, 0, 8, 1, 0, 'snd_voi_teamst_104600_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1003, 'It''s a draw?', 'snd_voi_teamst_104600', 2, 0, 8, 1, 0, 'snd_voi_teamst_104600_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1002, 'Huh, we lost?!', 'snd_voi_teamst_104600', 3, 0, 8, 1, 0, 'snd_voi_teamst_104600_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1004, 'We won!', 'snd_voi_teamst_104600', 4, 1046001, 8, 1, 0, 'snd_voi_teamst_104600_0004', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1007, 'Look, look, a high score!', 'snd_voi_teamst_104600', 5, 1046006, 8, 1, 0, 'snd_voi_teamst_104600_0005', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1006, 'It''s a draw?', 'snd_voi_teamst_104600', 2, 10001, 8, 1, 0, 'snd_voi_teamst_104600_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 1005, 'Huh, we lost?!', 'snd_voi_teamst_104600', 3, 1046014, 8, 1, 0, 'snd_voi_teamst_104600_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 120000, 'Wow, I''m overflowing with power!', 'snd_voi_outgame_104600', 11, 4002, 2, 1, 0, 'snd_voi_outgame_104600_0011', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140000, 'I''m rooting for you! ☆', 'snd_voi_minigame_104600', 0, 4001, 9, 1, 0, 'snd_voi_minigame_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140001, 'Hehe, got it! ☆', 'snd_voi_minigame_104600', 1, 1046007, 9, 1, 0, 'snd_voi_minigame_104600_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140002, 'Aww... ☆ Don''t worry about it!', 'snd_voi_minigame_104600', 2, 1046802, 9, 1, 0, 'snd_voi_minigame_104600_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140003, 'Yay! ☆ You got so many!', 'snd_voi_minigame_104600', 3, 971046, 9, 1, 0, 'snd_voi_minigame_104600_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140004, 'Wow! ☆ You''re super good!', 'snd_voi_minigame_104600', 4, 972046, 9, 1, 0, 'snd_voi_minigame_104600_0004', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140005, 'You''ll do better next time. ☆', 'snd_voi_minigame_104600', 5, 1046803, 9, 1, 0, 'snd_voi_minigame_104600_0005', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140006, 'Yay! ☆ You got so many!', 'snd_voi_minigame_104600', 3, 974046, 9, 1, 0, 'snd_voi_minigame_104600_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140007, 'Wow! ☆ You''re super good!', 'snd_voi_minigame_104600', 4, 973046, 9, 1, 0, 'snd_voi_minigame_104600_0004', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140008, 'Hehe. ♪', 'snd_voi_minigame_104600', 6, 1, 9, 1, 0, 'snd_voi_minigame_104600_0006', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140009, 'Ehe. ☆', 'snd_voi_minigame_104600', 7, 1046804, 9, 1, 0, 'snd_voi_minigame_104600_0007', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140010, 'Hm-hm-hmm! ☆', 'snd_voi_minigame_104600', 8, 1046805, 9, 1, 0, 'snd_voi_minigame_104600_0008', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140011, 'That''s amazing! Amazing!', 'snd_voi_minigame_104600', 9, 1046806, 9, 1, 0, 'snd_voi_minigame_104600_0009', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140014, 'Oh no!', 'snd_voi_minigame_104600', 10, 1046809, 9, 1, 0, 'snd_voi_minigame_104600_0010', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140015, 'Whoa...', 'snd_voi_minigame_104600', 11, 1046810, 9, 1, 0, 'snd_voi_minigame_104600_0011', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140016, 'You there, Trainer? ☆', 'snd_voi_minigame_104600', 12, 1046020, 9, 1, 0, 'snd_voi_minigame_104600_0012', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140012, 'Yay!', 'snd_voi_minigame_104600', 13, 1046807, 9, 1, 0, 'snd_voi_minigame_104600_0013', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140013, 'This is great!', 'snd_voi_minigame_104600', 14, 1046808, 9, 1, 0, 'snd_voi_minigame_104600_0014', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140017, 'Sigh...', 'snd_voi_minigame_104600', 15, 1046005, 9, 1, 0, 'snd_voi_minigame_104600_0015', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 140018, 'Wh-whoa!', 'snd_voi_minigame_104600', 16, 1046014, 9, 1, 0, 'snd_voi_minigame_104600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 40000, 'I''m gonna deliver the greatest moment to everyone! ☆', 'snd_voi_race_104601', 2, 0, 3, 1, 0, 'snd_voi_race_104601_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 40001, 'Everyone is waiting! Ah! Haha! ☆ Everyone! It''s me, Falco! ☆ Thank you, thank you! Well then... Here I go!', 'snd_voi_race_104601', 3, 0, 3, 1, 0, 'snd_voi_race_104601_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 30004, 'Let''s all give our most dazzling smiles! ☆', 'snd_voi_race_104601', 0, 0, 3, 1, 0, 'snd_voi_race_104601_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 30005, 'Everyone! Thank you for your support! ☆', 'snd_voi_race_104600', 8, 0, 3, 1, 0, 'snd_voi_race_104600_0008', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 31000, 'Be sure to cheer me on! ☆', 'snd_voi_race_104600', 9, 0, 3, 1, 0, 'snd_voi_race_104600_0009', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 13, 'This is today''s login bonus! ☆', 'snd_voi_title_104600', 4, 1046017, 1, 1, 0, 'snd_voi_title_104600_0004', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 15, 'Tomorrow you''ll get this! How exciting! ♪', 'snd_voi_title_104600', 5, 1046001, 1, 1, 0, 'snd_voi_title_104600_0005', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 110000, 'Training is also important for Umadols!', 'snd_voi_home_104600', 21, 0, 1, 1, 0, 'snd_voi_home_104600_0021', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 110001, 'Memories are really important, huh?', 'snd_voi_home_104600', 22, 0, 1, 1, 0, 'snd_voi_home_104600_0022', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 110002, 'This isn''t an audition... It''s a race.', 'snd_voi_home_104600', 23, 0, 1, 1, 0, 'snd_voi_home_104600_0023', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 10021, 'Your Umamusume Archive leveled up. ♪ Make sure you check it out!', 'snd_voi_home_104600', 24, 10001, 1, 1, 0, 'snd_voi_home_104600_0024', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 20051, 'Yeah, let''s do a collab! ☆', 'snd_voi_training_104600', 65, 0, 2, 1, 0, 'snd_voi_training_104600_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70000, 'Let''s work hard and look cute doing it! ☆', 'snd_voi_outgame_104600', 3, 1046001, 7, 1, 0, 'snd_voi_outgame_104600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 95005, 'Leave it to me to make things exciting!', 'snd_voi_outgame_104600', 4, 0, 7, 1, 0, 'snd_voi_outgame_104600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 95006, 'I''ll make you even cuter! ☆', 'snd_voi_outgame_104600', 5, 0, 7, 1, 0, 'snd_voi_outgame_104600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70004, 'Uniforms are pretty much essential for an Umadol.', 'snd_voi_outgame_104600', 16, 1046006, 7, 1, 0, 'snd_voi_outgame_104600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70010, 'What''s up? Is my uniform wrinkled or something? I have to take of my appearance.', 'snd_voi_outgame_104600', 17, 1046008, 7, 1, 0, 'snd_voi_outgame_104600_0017', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70008, 'It''s so frilly and cute! Perfect for me!', 'snd_voi_outgame_104600', 20, 1046001, 7, 1, 0, 'snd_voi_outgame_104600_0020', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70014, 'I need to take my dance lessons seriously so I don''t embarrass myself when I''m standing center stage!', 'snd_voi_outgame_104600', 21, 10001, 7, 1, 0, 'snd_voi_outgame_104600_0021', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70009, 'The design is so cute and wholesome. This just how an Umadol should be!', 'snd_voi_outgame_104600', 22, 4002, 7, 1, 0, 'snd_voi_outgame_104600_0022', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70015, 'Hehe... You''re spellbound, aren''t you? This is a special outfit just for me! ☆', 'snd_voi_outgame_104600', 23, 1046012, 7, 1, 0, 'snd_voi_outgame_104600_0023', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 71004, 'Uniforms are pretty much essential for an Umadol.', 'snd_voi_outgame_104600', 16, 18, 7, 0, 0, 'snd_voi_outgame_104600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 71010, 'What''s up? Is my uniform wrinkled or something? I have to take of my appearance.', 'snd_voi_outgame_104600', 17, 48, 7, 0, 0, 'snd_voi_outgame_104600_0017', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 71008, 'It''s so frilly and cute! Perfect for me!', 'snd_voi_outgame_104600', 20, 27, 7, 0, 0, 'snd_voi_outgame_104600_0020', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 71014, 'I need to take my dance lessons seriously so I don''t embarrass myself when I''m standing center stage!', 'snd_voi_outgame_104600', 21, 19, 7, 0, 0, 'snd_voi_outgame_104600_0021', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 71009, 'The design is so cute and wholesome. This just how an Umadol should be!', 'snd_voi_outgame_104600', 22, 18, 7, 0, 0, 'snd_voi_outgame_104600_0022', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 71015, 'Hehe... You''re spellbound, aren''t you? This is a special outfit just for me! ☆', 'snd_voi_outgame_104600', 23, 24, 7, 0, 0, 'snd_voi_outgame_104600_0023', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 2030, 'Let''s go!', 'snd_voi_teamst_104600', 0, 1046021, 10, 1, 0, 'snd_voi_teamst_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 2031, 'Let''s work together and do our best!', 'snd_voi_teamst_st_104600_0000', 0, 1046001, 10, 1, 0, 'snd_voi_teamst_st_104600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 2032, 'Great job, Trainer! ☆', 'snd_voi_training_104600', 64, 1046000, 10, 1, 0, 'snd_voi_training_104600_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 2033, 'Ehehe, I feel good! ☆ At this rate, I''m sure I can win the race! ♪', 'snd_voi_training_104600', 19, 1046007, 10, 1, 0, 'snd_voi_training_104600_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 2034, 'I rehearsed as best I could, so there''s nothing at all for me to be afraid of now! ☆', 'snd_voi_training_104600', 16, 1046006, 10, 1, 0, 'snd_voi_training_104600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 2035, 'Great job, Trainer! ☆', 'snd_voi_training_104600', 64, 1046000, 10, 0, 0, 'snd_voi_training_104600_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70018, 'I''m so cute! ♪', 'snd_voi_outgame_104600', 26, 1046001, 7, 1, 0, 'snd_voi_outgame_104600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 70019, 'I won''t let anyone else take the center position! ☆', 'snd_voi_outgame_104600', 27, 1046006, 7, 1, 0, 'snd_voi_outgame_104600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 71018, 'I''m so cute! ♪', 'snd_voi_outgame_104600', 26, 148, 7, 0, 0, 'snd_voi_outgame_104600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1046, 71019, 'I won''t let anyone else take the center position! ☆', 'snd_voi_outgame_104600', 27, 48, 7, 0, 0, 'snd_voi_outgame_104600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1047, 20051, 'I-I''ll lead the way!', 'snd_voi_training_104700', 65, 0, 2, 1, 0, 'snd_voi_training_104700_0065', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1047, 70000, 'Can I become the hero of a story too?', 'snd_voi_outgame_104700', 3, 2002, 7, 1, 0, 'snd_voi_outgame_104700_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1047, 95005, 'Um, I need to find a book about support...', 'snd_voi_outgame_104700', 4, 0, 7, 1, 0, 'snd_voi_outgame_104700_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1047, 95006, 'I want to be of greater help to you!', 'snd_voi_outgame_104700', 5, 0, 7, 1, 0, 'snd_voi_outgame_104700_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1047, 400002, 'The whole academy will be at the party... Just imagine everyone in their Halloween costumes—oh, it''ll be so exciting!', 'snd_voi_event_090006', 2, 1047001, 7, 1, 0, 'snd_voi_event_090006_0002', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1047, 400005, 'J-just you watch! I''ll cast a spell like you''ve never seen!', 'snd_voi_event_090006', 3, 1047003, 7, 1, 0, 'snd_voi_event_090006_0003', 0, 0, 0, 1632916800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 11, 'Cygames', 'snd_voi_tc_1048', 0, 0, 0, 1, 0, 'snd_voi_title_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1048', 1, 0, 0, 1, 0, 'snd_voi_title_104800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10000, 'Becoming my trainer let you keep your job, didn''t it? Well, don''t skimp on the gratitude.', 'snd_voi_home_104800', 0, 1048000, 1, 1, 0, 'snd_voi_home_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10001, 'I always knew you were a weirdo, but... I guess me vibing with you makes me a weirdo too.', 'snd_voi_home_104800', 1, 1048802, 1, 1, 0, 'snd_voi_home_104800_0001', 0, 1048801, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10002, 'Hey, you still checking the latest trends? Show me whatever you think is the hot new thing. I''ll record you.', 'snd_voi_home_104800', 2, 8005, 1, 1, 0, 'snd_voi_home_104800_0002', 0, 1048006, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10003, 'Happy Nears! What''s so happy about this again? ...New Year''s money?', 'snd_voi_home_104800', 3, 8001, 1, 1, 0, 'snd_voi_home_104800_0003', 0, 1048008, 1500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10004, 'Happy V-Day! Trainer, we should exchange chocolates. I''m totally fine with the convenience store stuff, by the way.', 'snd_voi_home_104800', 4, 1048803, 1, 1, 0, 'snd_voi_home_104800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10005, 'Handmade doesn''t really go viral, you know? But you seem like the type who''d be into that sorta thing, so if that''s what you want, then... you know?', 'snd_voi_home_104800', 5, 1048826, 1, 1, 0, 'snd_voi_home_104800_0005', 0, 1048004, 4500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10006, 'Tanabata-themed nails would be cute. ♪ You want in? C''mon, show me your nails. A little glitter and they''ll be twinkling like stars. ☆', 'snd_voi_home_104800', 6, 1048824, 1, 1, 0, 'snd_voi_home_104800_0006', 0, 1048804, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10007, 'People are always begging me to do their nails for their Halloween costumes. ♪ Hehe, I should totally open a nail salon, don''t you think?', 'snd_voi_home_104800', 7, 1048000, 1, 1, 0, 'snd_voi_home_104800_0007', 0, 1048804, 4200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10008, 'This party is starting to feel less festive and more straight-up festival. Golshi literally brought out a taiko drum earlier...', 'snd_voi_home_104800', 8, 1048019, 1, 1, 0, 'snd_voi_home_104800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10009, 'How bored are you that you''re spending your holiday coming to see me? Okay, well, wanna go buy a cake or something?', 'snd_voi_home_104800', 9, 1048017, 1, 1, 0, 'snd_voi_home_104800_0009', 0, 1048000, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10010, 'Hey, so what''s the deal with the fancy word for December? Was it "shirasu," like those tiny white fish? Are they in season or something?', 'snd_voi_home_104800', 10, 1048008, 1, 1, 0, 'snd_voi_home_104800_0010', 0, 8010, 5800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10011, 'Trainer, happy b-day! I''ll give you a coupon for my favorite casual joint, so let''s go eat.', 'snd_voi_home_104800', 11, 1048018, 1, 1, 0, 'snd_voi_home_104800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10012, 'Trainer, lemme see your nails. For your birthday present, I''ll paint them the same color as my racewear!', 'snd_voi_home_104800', 12, 1048805, 1, 1, 0, 'snd_voi_home_104800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10013, 'I think the guys are prepping a surprise b-day party for me, but... Haha, it''s not much of a surprise at this point!', 'snd_voi_home_104800', 13, 1048806, 1, 1, 0, 'snd_voi_home_104800_0013', 0, 1048804, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10014, 'There''s this gel polish you can only get on your birthday, so... You''re coming to the store with me, right?', 'snd_voi_home_104800', 14, 1048018, 1, 1, 0, 'snd_voi_home_104800_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10015, 'Uh, you have a notice. You could at least open it.', 'snd_voi_home_104800', 15, 1048000, 1, 1, 0, 'snd_voi_home_104800_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10016, 'Oh, you got a present. Can never have enough free stuff, am I right?', 'snd_voi_home_104800', 16, 1048805, 1, 1, 0, 'snd_voi_home_104800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10017, 'Yaaay, mission complete! Love that for you. ☆', 'snd_voi_home_104800', 17, 5002, 1, 1, 0, 'snd_voi_home_104800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10018, 'You hear about the event? I dunno if I really wanna do anything, but I am a little curious, I guess.', 'snd_voi_home_104800', 18, 1048801, 1, 1, 0, 'snd_voi_home_104800_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10019, 'Event''s popping off! ☆ If you''re gonna take part, wanna make an UmaTok about it?', 'snd_voi_home_104800', 19, 5002, 1, 1, 0, 'snd_voi_home_104800_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20000, 'Ughhh, I am so tired... Give me another second and I''ll knock out.', 'snd_voi_training_104800', 0, 1048009, 2, 1, 0, 'snd_voi_training_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20001, 'Nope, I can not move another inch... We can take the rest of the day off, right?', 'snd_voi_training_104800', 1, 1048004, 2, 1, 0, 'snd_voi_training_104800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20002, 'This feels amazing. ☆ I''m bringing all the main character energy today.', 'snd_voi_training_104800', 2, 1048001, 2, 1, 0, 'snd_voi_training_104800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20003, 'Ughhh, if you make me sit still for another second I''ll die! I NEED to run, like now! C''mon, c''mon!', 'snd_voi_training_104800', 3, 1048006, 2, 1, 0, 'snd_voi_training_104800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20004, 'Hm hmm... ♪ Oh my gosh, who am I? Guess I just start humming when I''m hyped now.', 'snd_voi_training_104800', 4, 1048807, 2, 1, 0, 'snd_voi_training_104800_0004', 0, 1048808, 2000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20005, 'My legs actually feel kinda... light. All right, whatever training you''ve got in mind, just say the word!', 'snd_voi_training_104800', 5, 1048000, 2, 1, 0, 'snd_voi_training_104800_0005', 0, 1048001, 4500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20006, 'It''s not that I''m un-motivated, but I''m also not, like, motivated either. Well, let''s just do whatever.', 'snd_voi_training_104800', 6, 1048809, 2, 1, 0, 'snd_voi_training_104800_0006', 0, 8001, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20007, 'Another great day to train and stuff. Anyways, let''s take it slow.', 'snd_voi_training_104800', 7, 1048000, 2, 1, 0, 'snd_voi_training_104800_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20008, 'My nails... could really be a better color. Ugh, I kinda wanna change them like right now.', 'snd_voi_training_104800', 8, 1048825, 2, 1, 0, 'snd_voi_training_104800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20009, 'I''m kinda low energy, I dunno why. Just not really feeling it.', 'snd_voi_training_104800', 9, 1048019, 2, 1, 0, 'snd_voi_training_104800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20010, 'My toenails are literally peeling off. This is a nightmare... I just cannot deal with this right now.', 'snd_voi_training_104800', 10, 1048002, 2, 1, 0, 'snd_voi_training_104800_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20011, 'One slip of the hand this morning and I get glitter everywhere... Sigh. It''s just not my day.', 'snd_voi_training_104800', 11, 1048004, 2, 1, 0, 'snd_voi_training_104800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20021, 'Making me run back-to-back? Literally, I can feel my mood dropping. How do you expect me to win like this?', 'snd_voi_training_104800', 12, 1048002, 2, 1, 0, 'snd_voi_training_104800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20022, 'Are you being serious right now? There''s no way I can win. I''m just gonna let everyone pass me.', 'snd_voi_training_104800', 13, 1048019, 2, 1, 0, 'snd_voi_training_104800_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20023, 'I worked my butt off all for this one race! There is no way I''m losing.', 'snd_voi_training_104800', 14, 1048001, 2, 1, 0, 'snd_voi_training_104800_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20024, 'I just don''t see myself losing. Like, bring it on, you know? Okay, that was so not me, but I don''t even care!', 'snd_voi_training_104800', 15, 1048006, 2, 1, 0, 'snd_voi_training_104800_0015', 0, 1048818, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20025, 'These cheers are crazy, like what? I mean, gotta live up to expectations, you know? I''mma make this quick, so sit tight.', 'snd_voi_training_104800', 16, 1048807, 2, 1, 0, 'snd_voi_training_104800_0016', 0, 1048810, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20026, 'I''m all ready to nab this win, so I''m pretty much good to go whenever.', 'snd_voi_training_104800', 17, 1048001, 2, 1, 0, 'snd_voi_training_104800_0017', 0, 1048801, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20027, 'Nails and makeup are looking good. I''m all ready for the spotlight, so just relax and enjoy the show.', 'snd_voi_training_104800', 18, 2001, 2, 1, 0, 'snd_voi_training_104800_0018', 0, 2009, 5400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20028, 'So, you got a strategy or something? I''m down for whatever, so lay it on me.', 'snd_voi_training_104800', 19, 8001, 2, 1, 0, 'snd_voi_training_104800_0019', 0, 1048001, 2800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20029, 'Meh, I''m feeling fine. Just gotta run like I always do, yeah?', 'snd_voi_training_104800', 20, 1048000, 2, 1, 0, 'snd_voi_training_104800_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20030, 'Filters applied, UmaTok uploaded. ☆ Next one will be after I win.', 'snd_voi_training_104800', 21, 5002, 2, 1, 0, 'snd_voi_training_104800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20031, 'Real talk, I just had a burger for breakfast. It hit. And now that I''m fueled up, I''m ready to go.', 'snd_voi_training_104800', 22, 1048804, 2, 1, 0, 'snd_voi_training_104800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20032, 'Hrm... I''m feeling a little off... I mean, I''ll still try, but...', 'snd_voi_training_104800', 23, 1048008, 2, 1, 0, 'snd_voi_training_104800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20033, 'I''m not really feeling it, but I''ll do what I can. You don''t need to worry.', 'snd_voi_training_104800', 24, 1048811, 2, 1, 0, 'snd_voi_training_104800_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20034, 'I just have to go all out as best I can, yeah? ...It''ll be fine. Trust.', 'snd_voi_training_104800', 25, 8001, 2, 1, 0, 'snd_voi_training_104800_0025', 0, 1048002, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20035, 'Ughhh, I don''t wanna move... My legs feel so heavy... That doesn''t mean I''m giving up, though.', 'snd_voi_training_104800', 26, 1048004, 2, 1, 0, 'snd_voi_training_104800_0026', 0, 1048811, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20036, 'Ugh, this sucks so much. Plus my nail polish is chipped. Just gotta take it out on this race!', 'snd_voi_training_104800', 27, 1048002, 2, 1, 0, 'snd_voi_training_104800_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20037, 'Is it just me, or is everyone like super fired up? Sheesh, they''re not here to play around. But I mean, neither am I, so.', 'snd_voi_training_104800', 28, 1048004, 2, 1, 0, 'snd_voi_training_104800_0028', 0, 1048811, 5500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20038, 'Woo!', 'snd_voi_training_104800', 29, 0, 2, 1, 0, 'snd_voi_training_104800_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20039, 'Let''s do this.', 'snd_voi_training_104800', 30, 0, 2, 1, 0, 'snd_voi_training_104800_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20040, 'Roger that.', 'snd_voi_training_104800', 31, 0, 2, 1, 0, 'snd_voi_training_104800_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20041, 'Just gotta get it done, yeah?', 'snd_voi_training_104800', 32, 0, 2, 1, 0, 'snd_voi_training_104800_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20042, 'Ugh, I hate this...', 'snd_voi_training_104800', 33, 0, 2, 1, 0, 'snd_voi_training_104800_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20043, 'I''m so done...', 'snd_voi_training_104800', 34, 0, 2, 1, 0, 'snd_voi_training_104800_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20046, 'Be back soon.', 'snd_voi_training_104800', 37, 0, 2, 1, 0, 'snd_voi_training_104800_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20047, 'Yesss, the beach!', 'snd_voi_training_104800', 38, 0, 2, 1, 0, 'snd_voi_training_104800_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20049, '...Thank you. I actually mean it, you know.', 'snd_voi_training_104800', 63, 0, 2, 1, 0, 'snd_voi_training_104800_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20050, 'Thanks, good stuff. ☆', 'snd_voi_training_104800', 64, 0, 2, 1, 0, 'snd_voi_training_104800_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 30000, 'So close... I''ll get it next time, though!', 'snd_voi_race_104800', 0, 0, 3, 1, 0, 'snd_voi_race_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 30001, 'Like heck I''m happy with this!', 'snd_voi_race_104800', 1, 0, 3, 1, 0, 'snd_voi_race_104800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 30002, 'Screw this! I know I can do better!', 'snd_voi_race_104800', 2, 0, 3, 1, 0, 'snd_voi_race_104800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 30003, 'Ugh, this is so cringe...', 'snd_voi_race_104800', 3, 0, 3, 1, 0, 'snd_voi_race_104800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 60000, 'Get this on UmaTok, okay? Here goes.', 'snd_voi_live_104800', 0, 0, 4, 1, 0, 'snd_voi_live_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 60001, 'Their eyes''ll all be on me, just you watch!', 'snd_voi_live_104800', 1, 0, 4, 1, 0, 'snd_voi_live_104800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70001, 'Somehow you always see the stuff I''d rather hide... I mean, I''m used to it by now, but still.', 'snd_voi_outgame_104800', 1, 1048000, 7, 1, 0, 'snd_voi_outgame_104800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90000, 'I''m actually a trad breakfast kinda girl. Miso soup is freaking delicious.', 'snd_voi_home_104801', 0, 1048000, 1, 1, 0, 'snd_voi_home_104801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90001, 'I am so done with this bed head... I can''t change up my hair even if I wanted to. Ughhh.', 'snd_voi_home_104801', 1, 1048004, 1, 1, 0, 'snd_voi_home_104801_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90002, 'I don''t know how anyone survives lunch... Yawn. I''m so sleepy... I could fall asleep literally anywhere.', 'snd_voi_home_104801', 2, 1048812, 1, 1, 0, 'snd_voi_home_104801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90003, 'I found this cafe by the station that''s crazy good for the price! I''d go there for lunch any day.', 'snd_voi_home_104801', 3, 1048804, 1, 1, 0, 'snd_voi_home_104801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90004, 'Sometimes I wanna stay up late, but I know it''ll just mess up my nails, so it''s like okay, guess not then.', 'snd_voi_home_104801', 4, 1048008, 1, 1, 0, 'snd_voi_home_104801_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90005, 'The best drink before bed has to be hot cocoa. It warms you up, it''s sweet, it''s photogenic—literally impossible to say anything bad about it.', 'snd_voi_home_104801', 5, 1048018, 1, 1, 0, 'snd_voi_home_104801_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90006, 'This time of year there''s a bunch of sakura-themed things and they''re all so cute! Maybe I''ll do something spring themed for my nails too. ☆', 'snd_voi_home_104801', 6, 1048022, 1, 1, 0, 'snd_voi_home_104801_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90007, 'The girls and I were talking about hitting up every festival in the country. That would actually be godly.', 'snd_voi_home_104801', 7, 1048805, 1, 1, 0, 'snd_voi_home_104801_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90008, 'You know how we call it foliage "hunting"? Does that mean the trees used to be, like, alive? That sounds terrifying.', 'snd_voi_home_104801', 8, 1048008, 1, 1, 0, 'snd_voi_home_104801_0008', 0, 1048014, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 90009, 'Ugh, it''s freezing. And my skin and nails are all out of whack. Winter is seriously not my vibe.', 'snd_voi_home_104801', 9, 1048813, 1, 1, 0, 'snd_voi_home_104801_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91000, 'Every time I see Golshi, she starts going on about how her legs "hunger" or whatever and tries to involve me in her nonsense. Like, no thank you.', 'snd_voi_home_104801', 10, 1048002, 1, 1, 0, 'snd_voi_home_104801_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91001, 'My little sister''s pretty prim and proper, but when it comes to clothes, suddenly she wants to twin with me. How adorable is that?', 'snd_voi_home_104801', 11, 1048000, 1, 1, 0, 'snd_voi_home_104801_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91002, 'The school shop''s selling these grapes and they''re literally the best thing ever! Like what? I''m in heaven!', 'snd_voi_home_104801', 12, 1048814, 1, 1, 0, 'snd_voi_home_104801_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91003, 'Nature''s actually super talented, but she gets so negative... I mean, I know the feel.', 'snd_voi_home_104801', 13, 1048809, 1, 1, 0, 'snd_voi_home_104801_0013', 0, 8005, 5700, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91004, 'Tickezo gets emotional way too easily. She literally started bawling just ''cause I gave her some chocolate. Like, what is going on with her tear ducts?', 'snd_voi_home_104801', 14, 1048815, 1, 1, 0, 'snd_voi_home_104801_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91005, 'Let''s get some music going. ☆ When I wear this, my body just needs to dance and like, starts moving on its own. ♪', 'snd_voi_home_104801', 15, 1048823, 1, 1, 0, 'snd_voi_home_104801_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91006, 'Can you not stare at me? It feels weird wearing this off stage.', 'snd_voi_home_104801', 16, 1048004, 1, 1, 0, 'snd_voi_home_104801_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91007, 'I put a lot of thought into this racewear''s design, so it gets me super fired up during a race. ☆', 'snd_voi_home_104801', 17, 1048001, 1, 1, 0, 'snd_voi_home_104801_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91008, 'I want this racewear to be, like, proof that I''m serious about this, you know?', 'snd_voi_home_104801', 18, 1048016, 1, 1, 0, 'snd_voi_home_104801_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91009, 'Morning practice? Can''t we just do some mental exercises? ...Yep, I''m one hundred percent falling asleep.', 'snd_voi_home_104801', 19, 1048014, 1, 1, 0, 'snd_voi_home_104801_0019', 0, 1048812, 4500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91010, 'Wonder if City''s free. l should hit her up, see if she wants to grab food together.', 'snd_voi_home_104801', 20, 1048809, 1, 1, 0, 'snd_voi_home_104801_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91011, 'Crap, when''d it get so late? I still have to do my nails and skincare before bed...', 'snd_voi_home_104801', 21, 8010, 1, 1, 0, 'snd_voi_home_104801_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91012, 'So all the sakura-flavored stuff at cafes, what flavor is that actually? Like, if you straight up eat a petal, does it taste like that?', 'snd_voi_home_104801', 22, 1048008, 1, 1, 0, 'snd_voi_home_104801_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91013, 'Picking a yukata is so hard! I wanna have my nails match, so I need to think carefully. ♪', 'snd_voi_home_104801', 23, 1048022, 1, 1, 0, 'snd_voi_home_104801_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91014, 'We were doing a bonfire, and I got like covered in smoke... You can''t still smell it, can you?', 'snd_voi_home_104801', 24, 1048826, 1, 1, 0, 'snd_voi_home_104801_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 91015, 'Sucks how mittens completely hide your nails... Hrmm, but it is pretty cold.', 'snd_voi_home_104801', 25, 1048813, 1, 1, 0, 'snd_voi_home_104801_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 92000, 'So, what we doing today?', 'snd_voi_training_104801', 0, 1048000, 2, 1, 0, 'snd_voi_training_104801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 92001, 'Oh, a new color goes on sale today! After training is over, I gotta hit up the nail shop. ♪', 'snd_voi_training_104801', 1, 1048022, 2, 1, 0, 'snd_voi_training_104801_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 92002, 'Okay, time to train. Whatever you tell me to do, I can do—just watch.', 'snd_voi_training_104801', 2, 1048827, 2, 1, 0, 'snd_voi_training_104801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 92003, 'Oh, we starting? My nails are all ready, and so am I.', 'snd_voi_training_104801', 3, 1048018, 2, 1, 0, 'snd_voi_training_104801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 92011, 'Pretty sure it''s impossible to not improve at summer camp. Oh, crap, you brought sunscreen, right?!', 'snd_voi_training_104800', 39, 1048807, 2, 1, 0, 'snd_voi_training_104800_0039', 0, 1048815, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 92005, 'Training with you is actually kinda fun... Never mind that, let''s get started already.', 'snd_voi_training_104801', 5, 1048004, 2, 1, 0, 'snd_voi_training_104801_0005', 0, 1048002, 5500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 92006, 'I''m not worried about training at all. I mean, you''re a pro, aren''t you? It''s called, like, trust, or whatever.', 'snd_voi_training_104801', 6, 8001, 2, 1, 0, 'snd_voi_training_104801_0006', 0, 1048809, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 92007, 'If you put me as your phone wallpaper, maybe I''d be a lot more motivated... Wait, don''t actually do it. That was a joke.', 'snd_voi_training_104801', 7, 1048816, 2, 1, 0, 'snd_voi_training_104801_0007', 0, 1048811, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 93000, 'The fact that I chose you to be my trainer just proves I have good sense, am I right?', 'snd_voi_training_104801', 8, 0, 2, 1, 0, 'snd_voi_training_104801_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 93001, 'I told you I could do it!', 'snd_voi_training_104801', 9, 0, 2, 1, 0, 'snd_voi_training_104801_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 95000, 'Woo! Looking good. ♪', 'snd_voi_outgame_104801', 0, 5002, 7, 1, 0, 'snd_voi_outgame_104801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 95001, 'Talk about a glow-up!', 'snd_voi_outgame_104801', 1, 0, 7, 1, 0, 'snd_voi_outgame_104801_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 95003, 'Heyo, Tosen Jordan here.', 'snd_voi_outgame_104801', 3, 5001, 7, 1, 0, 'snd_voi_outgame_104801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 95004, 'You wanna see who the real it girl is? Say. Less.', 'snd_voi_gacha_104801', 0, 0, 7, 1, 0, 'snd_voi_gacha_104801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1008, 'All right, let''s get it.', 'snd_voi_teamst_st_104800_0000', 0, 1048000, 8, 1, 0, 'snd_voi_teamst_st_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1101, 'Get hyped. ♪', 'snd_voi_teamst_st_104800_1035', 0, 1048816, 8, 1, 0, 'snd_voi_teamst_st_104800_1035_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1102, 'Nails, perfect. ☆', 'snd_voi_teamst_st_104800_1040', 0, 1048804, 8, 1, 0, 'snd_voi_teamst_st_104800_1040_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1086, 'Woo! ♪', 'snd_voi_teamst_st_104000_1048', 1, 5002, 8, 1, 0, 'snd_voi_teamst_st_104000_1048_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1076, 'Where do you get all that energy...', 'snd_voi_teamst_st_103500_1048', 1, 1048817, 8, 1, 0, 'snd_voi_teamst_st_103500_1048_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1000, 'We''re in it to win it, so...', 'snd_voi_teamst_104800', 0, 5002, 8, 1, 0, 'snd_voi_teamst_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1001, 'Woo! ☆', 'snd_voi_teamst_104800', 1, 0, 8, 1, 0, 'snd_voi_teamst_104800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1003, 'Seriously?', 'snd_voi_teamst_104800', 2, 0, 8, 1, 0, 'snd_voi_teamst_104800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1002, 'We lost...', 'snd_voi_teamst_104800', 3, 0, 8, 1, 0, 'snd_voi_teamst_104800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1004, 'Beat that!', 'snd_voi_teamst_104800', 4, 1048001, 8, 1, 0, 'snd_voi_teamst_104800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1007, 'We set a freaking record!', 'snd_voi_teamst_104800', 5, 1048017, 8, 1, 0, 'snd_voi_teamst_104800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1006, 'Seriously?', 'snd_voi_teamst_104800', 2, 1048009, 8, 1, 0, 'snd_voi_teamst_104800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 1005, 'We lost...', 'snd_voi_teamst_104800', 3, 1048811, 8, 1, 0, 'snd_voi_teamst_104800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 40000, 'You haven''t even seen me try yet!', 'snd_voi_race_104801', 2, 0, 3, 1, 0, 'snd_voi_race_104801_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 40001, 'Hm? Oh, hehe! ☆ Looks like I''ve got my winning color! Woo! Heh, hope you''re ready! ☆', 'snd_voi_race_104801', 3, 0, 3, 1, 0, 'snd_voi_race_104801_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 30004, 'Haha! ☆ This is definitely going to get people talking!', 'snd_voi_race_104801', 0, 0, 3, 1, 0, 'snd_voi_race_104801_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 30005, 'Phew... Oh, yay! ☆ Make me look good, okay? ♪', 'snd_voi_race_104800', 8, 0, 3, 1, 0, 'snd_voi_race_104800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 31000, 'Don''t look away. ☆', 'snd_voi_race_104800', 9, 0, 3, 1, 0, 'snd_voi_race_104800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 13, 'Here''s your login bonus.', 'snd_voi_title_104800', 4, 1048000, 1, 1, 0, 'snd_voi_title_104800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 15, 'I guess this is tomorrow''s?', 'snd_voi_title_104800', 5, 1048017, 1, 1, 0, 'snd_voi_title_104800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 110000, 'Nails are all done. We''re gonna train, right? Ready whenever.', 'snd_voi_home_104800', 21, 0, 1, 1, 0, 'snd_voi_home_104800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 110001, 'It''s like, everyone''s so serious about this and I just... I am too, you know?', 'snd_voi_home_104800', 22, 1, 1, 1, 0, 'snd_voi_home_104800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 110002, 'If you wanna enter a race, this is the place to do it.', 'snd_voi_home_104800', 23, 0, 1, 1, 0, 'snd_voi_home_104800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 10021, 'Oh, your Archive level went up. C''mon, let''s go take a look.', 'snd_voi_home_104800', 24, 1048804, 1, 1, 0, 'snd_voi_home_104800_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 20051, 'Sometimes it''s okay to be serious!', 'snd_voi_training_104800', 65, 0, 2, 1, 0, 'snd_voi_training_104800_0065', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70000, 'So I can just like, do whatever, right? Joking, joking.', 'snd_voi_outgame_104800', 3, 2002, 7, 1, 0, 'snd_voi_outgame_104800_0003', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 95005, 'I''ll do your nails too while I''m at it.', 'snd_voi_outgame_104800', 4, 0, 7, 1, 0, 'snd_voi_outgame_104800_0004', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 95006, 'I''m actually so good. I can''t.', 'snd_voi_outgame_104800', 5, 0, 7, 1, 0, 'snd_voi_outgame_104800_0005', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 120000, 'I''m so hyped right now!', 'snd_voi_outgame_104800', 11, 1048001, 2, 1, 0, 'snd_voi_outgame_104800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140000, 'You better get one.', 'snd_voi_minigame_104800', 0, 1048805, 9, 1, 0, 'snd_voi_minigame_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140001, 'You did it! ☆', 'snd_voi_minigame_104800', 1, 1048022, 9, 1, 0, 'snd_voi_minigame_104800_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140002, 'Seriously?', 'snd_voi_minigame_104800', 2, 1048812, 9, 1, 0, 'snd_voi_minigame_104800_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140003, 'This is so many, I can''t.', 'snd_voi_minigame_104800', 3, 971048, 9, 1, 0, 'snd_voi_minigame_104800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140004, 'Meh, you did okay.', 'snd_voi_minigame_104800', 4, 972048, 9, 1, 0, 'snd_voi_minigame_104800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140005, 'Having fun is all that matters, right?', 'snd_voi_minigame_104800', 5, 1048000, 9, 1, 0, 'snd_voi_minigame_104800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140006, 'This is so many, I can''t.', 'snd_voi_minigame_104800', 3, 974048, 9, 1, 0, 'snd_voi_minigame_104800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140007, 'Meh, you did okay.', 'snd_voi_minigame_104800', 4, 973048, 9, 1, 0, 'snd_voi_minigame_104800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140008, 'Hehe.', 'snd_voi_minigame_104800', 6, 2, 9, 1, 0, 'snd_voi_minigame_104800_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140009, 'Aha.', 'snd_voi_minigame_104800', 7, 1048818, 9, 1, 0, 'snd_voi_minigame_104800_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140010, 'Teehee. ☆', 'snd_voi_minigame_104800', 8, 1048011, 9, 1, 0, 'snd_voi_minigame_104800_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140011, 'Let''s go!', 'snd_voi_minigame_104800', 9, 1048819, 9, 1, 0, 'snd_voi_minigame_104800_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140014, 'You''re kidding.', 'snd_voi_minigame_104800', 10, 1048821, 9, 1, 0, 'snd_voi_minigame_104800_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140015, 'All right!', 'snd_voi_minigame_104800', 11, 1048001, 9, 1, 0, 'snd_voi_minigame_104800_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140016, 'Let''s do this!', 'snd_voi_minigame_104800', 12, 1048822, 9, 1, 0, 'snd_voi_minigame_104800_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140012, 'Nice one!', 'snd_voi_minigame_104800', 13, 1048820, 9, 1, 0, 'snd_voi_minigame_104800_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140013, 'Oh my gosh!', 'snd_voi_minigame_104800', 14, 1048015, 9, 1, 0, 'snd_voi_minigame_104800_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140017, 'What?', 'snd_voi_minigame_104800', 15, 1048003, 9, 1, 0, 'snd_voi_minigame_104800_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 140018, 'Ugh...', 'snd_voi_minigame_104800', 16, 1048002, 9, 1, 0, 'snd_voi_minigame_104800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70004, 'My friends from other schools are always wanting to try on this uniform.', 'snd_voi_outgame_104800', 16, 1048000, 7, 1, 0, 'snd_voi_outgame_104800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70010, 'You wanna try it on? The tail part''s gonna look hilarious.', 'snd_voi_outgame_104800', 17, 1048802, 7, 1, 0, 'snd_voi_outgame_104800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70008, 'It''s light and super easy to move around in. Whoever designed this is seriously a genius.', 'snd_voi_outgame_104800', 20, 1048018, 7, 1, 0, 'snd_voi_outgame_104800_0020', 0, 1048805, 4200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70014, 'This looks so good on me it''s kinda scary. I have to get this on Umasta.', 'snd_voi_outgame_104800', 21, 1048823, 7, 1, 0, 'snd_voi_outgame_104800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70009, 'Isn''t my racewear cute? It even makes my nails look better.', 'snd_voi_outgame_104800', 22, 5002, 7, 1, 0, 'snd_voi_outgame_104800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70015, 'I designed this racewear myself, you know. Once I win a race, I''m never gonna stop bragging about it. ☆', 'snd_voi_outgame_104800', 23, 1048001, 7, 1, 0, 'snd_voi_outgame_104800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 71004, 'My friends from other schools are always wanting to try on this uniform.', 'snd_voi_outgame_104800', 16, 48, 7, 0, 0, 'snd_voi_outgame_104800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 71010, 'You wanna try it on? The tail part''s gonna look hilarious.', 'snd_voi_outgame_104800', 17, 19, 7, 0, 0, 'snd_voi_outgame_104800_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 71008, 'It''s light and super easy to move around in. Whoever designed this is seriously a genius.', 'snd_voi_outgame_104800', 20, 23, 7, 0, 0, 'snd_voi_outgame_104800_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 71014, 'This looks so good on me it''s kinda scary. I have to get this on Umasta.', 'snd_voi_outgame_104800', 21, 148, 7, 0, 0, 'snd_voi_outgame_104800_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 71009, 'Isn''t my racewear cute? It even makes my nails look better.', 'snd_voi_outgame_104800', 22, 18, 7, 0, 0, 'snd_voi_outgame_104800_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 71015, 'I designed this racewear myself, you know. Once I win a race, I''m never gonna stop bragging about it. ☆', 'snd_voi_outgame_104800', 23, 23, 7, 0, 0, 'snd_voi_outgame_104800_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 2030, 'We''re in it to win it, so...', 'snd_voi_teamst_104800', 0, 5002, 10, 1, 0, 'snd_voi_teamst_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 2031, 'All right, let''s get it.', 'snd_voi_teamst_st_104800_0000', 0, 1048000, 10, 1, 0, 'snd_voi_teamst_st_104800_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 2032, 'Thanks, good stuff. ☆', 'snd_voi_training_104800', 64, 1048018, 10, 1, 0, 'snd_voi_training_104800_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 2033, 'So, you got a strategy or something? I''m down for whatever, so lay it on me.', 'snd_voi_training_104800', 19, 1048001, 10, 1, 0, 'snd_voi_training_104800_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 2034, 'These cheers are crazy, like what? I mean, gotta live up to expectations, you know? I''mma make this quick, so sit tight.', 'snd_voi_training_104800', 16, 1048807, 10, 1, 0, 'snd_voi_training_104800_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 2035, 'Thanks, good stuff. ☆', 'snd_voi_training_104800', 64, 1048018, 10, 0, 0, 'snd_voi_training_104800_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70018, 'Hm hmm. ♪', 'snd_voi_outgame_104800', 26, 4002, 7, 1, 0, 'snd_voi_outgame_104800_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 70019, 'I''m feeling invincible. ♪', 'snd_voi_outgame_104800', 27, 1048000, 7, 1, 0, 'snd_voi_outgame_104800_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 71018, 'Hm hmm. ♪', 'snd_voi_outgame_104800', 26, 148, 7, 0, 0, 'snd_voi_outgame_104800_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1048, 71019, 'I''m feeling invincible. ♪', 'snd_voi_outgame_104800', 27, 33, 7, 0, 0, 'snd_voi_outgame_104800_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1049, 20051, 'All right, let''s see what you got.', 'snd_voi_training_104900', 65, 0, 2, 1, 0, 'snd_voi_training_104900_0065', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1049, 70000, 'C''mon, gimme a good fight.', 'snd_voi_outgame_104900', 3, 1049016, 7, 1, 0, 'snd_voi_outgame_104900_0003', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1049, 95005, 'Lemme show you a few tricks I picked up.', 'snd_voi_outgame_104900', 4, 0, 7, 1, 0, 'snd_voi_outgame_104900_0004', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1049, 95006, 'There''s no wall I can''t climb.', 'snd_voi_outgame_104900', 5, 0, 7, 1, 0, 'snd_voi_outgame_104900_0005', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 11, 'Cygames', 'snd_voi_title_105000', 0, 0, 0, 1, 0, 'snd_voi_title_105000_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_105000', 1, 0, 0, 1, 0, 'snd_voi_title_105000_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10000, 'I''ve never been told that my final sprint gives me an advantage. You were the only one who noticed.', 'snd_voi_home_105000', 0, 1050017, 1, 1, 0, 'snd_voi_home_105000_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10001, 'If you were a parent, your kids would probably find you really annoying... You''re hyper, nosy, and you worry too much.', 'snd_voi_home_105000', 1, 1050006, 1, 1, 0, 'snd_voi_home_105000_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10002, 'I wish you were docile like the fish in an aquarium. ...Well, that''s just not you, is it?', 'snd_voi_home_105000', 2, 11001, 1, 1, 0, 'snd_voi_home_105000_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10003, 'I guess you don''t change even as the years do. ...Well, let''s make it a good one.', 'snd_voi_home_105000', 3, 1050000, 1, 1, 0, 'snd_voi_home_105000_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10004, 'Giving chocolates to friends is such a pain... Huh? What are you looking at? Don''t even think about asking for some.', 'snd_voi_home_105000', 4, 1050016, 1, 1, 0, 'snd_voi_home_105000_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10005, 'Uh... I''ll give you some chocolate later. For what? For Valentine''s Day. You do help me out from time to time, I guess.', 'snd_voi_home_105000', 5, 1050010, 1, 1, 0, 'snd_voi_home_105000_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10006, 'Make a wish? ...I can make my own wishes come true. Well... I guess it couldn''t hurt.', 'snd_voi_home_105000', 6, 1050002, 1, 1, 0, 'snd_voi_home_105000_0006', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10007, 'I''ll have to buy some Halloween candy. I get the feeling people are gonna annoy me about it.', 'snd_voi_home_105000', 7, 1050008, 1, 1, 0, 'snd_voi_home_105000_0007', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10008, 'What do I want from Santa? I''m not that age anymore. I wish you wouldn''t treat me like a kid.', 'snd_voi_home_105000', 8, 11010, 1, 1, 0, 'snd_voi_home_105000_0008', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10009, 'I don''t hate the holidays, I just can''t stand all the commotion. The lights and decorations are pretty, at least.', 'snd_voi_home_105000', 9, 1050013, 1, 1, 0, 'snd_voi_home_105000_0009', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10010, 'All the students going home for the holidays really frees up the track. I''m gonna run all I can!', 'snd_voi_home_105000', 10, 1050001, 1, 1, 0, 'snd_voi_home_105000_0010', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10011, 'It''s your birthday? Uh, don''t expect me to celebrate or anything, okay?', 'snd_voi_home_105000', 11, 1050000, 1, 1, 0, 'snd_voi_home_105000_0011', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10012, 'Happy birthda—hey, what''s with that face? You look so stupid... Hehe, it''s really funny.', 'snd_voi_home_105000', 12, 1050006, 1, 1, 0, 'snd_voi_home_105000_0012', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10013, 'Huh, my birthday? How did you even remember that?', 'snd_voi_home_105000', 13, 11010, 1, 1, 0, 'snd_voi_home_105000_0013', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10014, 'Birthday? ...Oh, right. Thanks. ...What? I''m not used to people celebrating my birthday—it makes me uneasy.', 'snd_voi_home_105000', 14, 11010, 1, 1, 0, 'snd_voi_home_105000_0014', 0, 1050011, 8500, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10015, 'There''s a notice for you. Go take a look.', 'snd_voi_home_105000', 15, 1050006, 1, 1, 0, 'snd_voi_home_105000_0015', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10016, 'I think there''s a present for you or something.', 'snd_voi_home_105000', 16, 1050015, 1, 1, 0, 'snd_voi_home_105000_0016', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10017, 'Guess you completed a mission. Get your reward or whatever.', 'snd_voi_home_105000', 17, 1050006, 1, 1, 0, 'snd_voi_home_105000_0017', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10018, 'There''s an event coming up soon. Not that I care.', 'snd_voi_home_105000', 18, 1050017, 1, 1, 0, 'snd_voi_home_105000_0018', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10019, 'There''s an event on right now... No wonder it''s so noisy.', 'snd_voi_home_105000', 19, 1050016, 1, 1, 0, 'snd_voi_home_105000_0019', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20000, 'Damn... My legs... Why do they feel so heavy?', 'snd_voi_training_105000', 0, 1050003, 2, 1, 0, 'snd_voi_training_105000_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20001, 'I said I''m not tired! I mean, how can I be exhausted just from this...', 'snd_voi_training_105000', 1, 1050002, 2, 1, 0, 'snd_voi_training_105000_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20002, 'There, I''m all ready. Let''s get on with it, Trainer.', 'snd_voi_training_105000', 2, 1050001, 2, 1, 0, 'snd_voi_training_105000_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20003, 'I''m pretty motivated, huh? For me, anyway.', 'snd_voi_training_105000', 3, 1050006, 2, 1, 0, 'snd_voi_training_105000_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20004, 'I know that I gotta do it. Just tell me what I''m lacking.', 'snd_voi_training_105000', 4, 1050000, 2, 1, 0, 'snd_voi_training_105000_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20005, 'Hurry and give me the schedule. I''m gonna train more than everyone and get stronger!', 'snd_voi_training_105000', 5, 1050001, 2, 1, 0, 'snd_voi_training_105000_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20006, 'So? Is it just gonna be business as usual?', 'snd_voi_training_105000', 6, 11000, 2, 1, 0, 'snd_voi_training_105000_0006', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20007, 'What are we starting with? You''ve thought up a regimen, haven''t you?', 'snd_voi_training_105000', 7, 1050017, 2, 1, 0, 'snd_voi_training_105000_0007', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20008, 'I''ll give it a shot, but don''t get your hopes up.', 'snd_voi_training_105000', 8, 1050016, 2, 1, 0, 'snd_voi_training_105000_0008', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20009, 'I''m not really in the mood... but I''ll do the training.', 'snd_voi_training_105000', 9, 1050005, 2, 1, 0, 'snd_voi_training_105000_0009', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20010, 'I wonder if it''s even worth practicing when I feel like this.', 'snd_voi_training_105000', 10, 1050008, 2, 1, 0, 'snd_voi_training_105000_0010', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20011, 'Aghh... Damn it. This isn''t the time to just do nothing...', 'snd_voi_training_105000', 11, 1050009, 2, 1, 0, 'snd_voi_training_105000_0011', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20021, 'Another race? No, I''m good—I can run. I just need a breather, but... I''m fine.', 'snd_voi_training_105000', 12, 1050013, 2, 1, 0, 'snd_voi_training_105000_0012', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20022, 'Yeah... I need to go out and win more races... I can''t afford to sit around complaining... Sigh.', 'snd_voi_training_105000', 13, 1050008, 2, 1, 0, 'snd_voi_training_105000_0013', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20023, 'Hehe, not bad at all. I bet I could beat the biggest racer out there!', 'snd_voi_training_105000', 14, 1050006, 2, 1, 0, 'snd_voi_training_105000_0014', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20024, 'I set everything perfect—all that''s left is the timing at the end... I''ll definitely take first place with my final sprint!', 'snd_voi_training_105000', 15, 1050001, 2, 1, 0, 'snd_voi_training_105000_0015', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20025, 'I''ll stun the whole audience. They won''t be able to forget my racing after this!', 'snd_voi_training_105000', 16, 11009, 2, 1, 0, 'snd_voi_training_105000_0016', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20026, 'Hey, when do we start? I''m actually feeling good, and I don''t wanna waste it.', 'snd_voi_training_105000', 17, 1050003, 2, 1, 0, 'snd_voi_training_105000_0017', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20027, 'I''m feeling it. You can expect big things from me in this... Wait, it''s nothing. Forget it.', 'snd_voi_training_105000', 18, 1050001, 2, 1, 0, 'snd_voi_training_105000_0018', 0, 1050000, 4700, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20028, 'Yeah, I''m ready! ...I seem a little cocky. I''ve made some improvements, but I shouldn''t celebrate until after I''ve won.', 'snd_voi_training_105000', 19, 11009, 2, 1, 0, 'snd_voi_training_105000_0019', 0, 1050011, 3300, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20029, 'Hey, let''s go. I''m going to make sure everyone watching knows my name by the end of this.', 'snd_voi_training_105000', 20, 1050016, 2, 1, 0, 'snd_voi_training_105000_0020', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20030, 'No matter the race, what I do is the same. I''m going to beat every one of them!', 'snd_voi_training_105000', 21, 1050001, 2, 1, 0, 'snd_voi_training_105000_0021', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20031, 'How do I feel? So-so, I guess. I just need to run like I do in practice...', 'snd_voi_training_105000', 22, 1050000, 2, 1, 0, 'snd_voi_training_105000_0022', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20032, 'A race already? I would have liked to touch up on some things—but what the heck.', 'snd_voi_training_105000', 23, 1050002, 2, 1, 0, 'snd_voi_training_105000_0023', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20033, 'It''s too late to back out now, so I''ll just have to make do with what I''ve got!', 'snd_voi_training_105000', 24, 1050005, 2, 1, 0, 'snd_voi_training_105000_0024', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20034, 'I have regrets, but I can''t sit around complaining about it. All that matters is that we get results, right?', 'snd_voi_training_105000', 25, 1050015, 2, 1, 0, 'snd_voi_training_105000_0025', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20035, 'I''m definitely going to win, even if my prep has been terrible! I don''t want to make excuses.', 'snd_voi_training_105000', 26, 1050005, 2, 1, 0, 'snd_voi_training_105000_0026', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20036, 'The results of the work I''ve done don''t determine the final rankings. I won''t know until I get out there and race.', 'snd_voi_training_105000', 27, 1050011, 2, 1, 0, 'snd_voi_training_105000_0027', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20037, 'I''m all over the place, but whatever. I don''t care what situation we''re in—I still have to win it!', 'snd_voi_training_105000', 28, 1050003, 2, 1, 0, 'snd_voi_training_105000_0028', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20038, 'Okay, okay.', 'snd_voi_training_105000', 29, 0, 2, 1, 0, 'snd_voi_training_105000_0029', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20039, 'Got it.', 'snd_voi_training_105000', 30, 0, 2, 1, 0, 'snd_voi_training_105000_0030', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20040, 'This, huh?', 'snd_voi_training_105000', 31, 0, 2, 1, 0, 'snd_voi_training_105000_0031', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20041, 'Hmm.', 'snd_voi_training_105000', 32, 0, 2, 1, 0, 'snd_voi_training_105000_0032', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20042, 'Ngh.', 'snd_voi_training_105000', 33, 0, 2, 1, 0, 'snd_voi_training_105000_0033', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20043, 'I don''t get it...', 'snd_voi_training_105000', 34, 0, 2, 1, 0, 'snd_voi_training_105000_0034', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20046, 'Okay, okay.', 'snd_voi_training_105000', 37, 0, 2, 1, 0, 'snd_voi_training_105000_0037', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20047, 'I''m gonna get sunburned...', 'snd_voi_training_105000', 38, 0, 2, 1, 0, 'snd_voi_training_105000_0038', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20049, 'I''ve gotten a bit stronger, so I thought I''d at least say thanks.', 'snd_voi_training_105000', 63, 0, 2, 1, 0, 'snd_voi_training_105000_0063', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20050, 'I thought I could go even further, but... I guess this is it.', 'snd_voi_training_105000', 64, 0, 2, 1, 0, 'snd_voi_training_105000_0064', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 30000, 'Argh, damn it! I''ll win the next one if it kills me!', 'snd_voi_race_105000', 0, 0, 3, 1, 0, 'snd_voi_race_105000_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 30001, 'I''m not done yet... I''m gonna keep climbing higher!', 'snd_voi_race_105000', 1, 0, 3, 1, 0, 'snd_voi_race_105000_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 30002, 'Not bad... But such a tiny boost doesn''t mean much.', 'snd_voi_race_105000', 2, 0, 3, 1, 0, 'snd_voi_race_105000_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 30003, 'Damn! It''s not supposed to be like this!', 'snd_voi_race_105000', 3, 0, 3, 1, 0, 'snd_voi_race_105000_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 60000, 'A concert? I only really care about winning the race.', 'snd_voi_live_105000', 0, 0, 4, 1, 0, 'snd_voi_live_105000_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 60001, 'Inhale... exhale... All right! Let''s do it!', 'snd_voi_live_105000', 1, 0, 4, 1, 0, 'snd_voi_live_105000_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70001, 'You''ve been all hyper ever since we first met... Doesn''t it tire you out?', 'snd_voi_outgame_105000', 1, 1050000, 7, 1, 0, 'snd_voi_outgame_105000_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90000, 'Sigh... I thought for sure I could have the track to myself today. There''s too many early-bird training junkies.', 'snd_voi_home_105001', 0, 1050017, 1, 1, 0, 'snd_voi_home_105001_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90001, 'Maybe I should do a race first thing in the morning. They do say you''re tallest in the morning.', 'snd_voi_home_105001', 1, 1050008, 1, 1, 0, 'snd_voi_home_105001_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90002, 'How can they all eat these huge lunches? If I tried that, I wouldn''t be able to move.', 'snd_voi_home_105001', 2, 1050004, 1, 1, 0, 'snd_voi_home_105001_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90003, 'Yawn... Think I''ll take a nap. Where was that place Ticket hasn''t found yet... Come to think of it, how does she always know?', 'snd_voi_home_105001', 3, 1050800, 1, 1, 0, 'snd_voi_home_105001_0003', 0, 1050011, 2650, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90004, 'I''m not going home yet. I haven''t done my quota for today. I need to work out more!', 'snd_voi_home_105001', 4, 1050002, 1, 1, 0, 'snd_voi_home_105001_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90005, 'They say you have to sleep to grow taller, but I have training to do... Ughhh, there''s not enough time.', 'snd_voi_home_105001', 5, 1050009, 1, 1, 0, 'snd_voi_home_105001_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90006, 'It''s getting pretty warm. Maybe I''ll take a nap on the roof...', 'snd_voi_home_105001', 6, 1050006, 1, 1, 0, 'snd_voi_home_105001_0006', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90007, 'Argh, it''s already hot as it is, and Ticket''s just making it worse with all the annoying energy.', 'snd_voi_home_105001', 7, 1050016, 1, 1, 0, 'snd_voi_home_105001_0007', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90008, 'It''s been a while since I made a fire with the fallen leaves. I like the flickering flames and the crackling sound... There''s something nice about it.', 'snd_voi_home_105001', 8, 1050012, 1, 1, 0, 'snd_voi_home_105001_0008', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 90009, 'Taking it easy in winter and eating hot pot alone is the best. It warms you up, and it''s easy to clean up after. ...What? I''m not inviting you.', 'snd_voi_home_105001', 9, 1050006, 1, 1, 0, 'snd_voi_home_105001_0009', 0, 11012, 7700, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91000, 'Ticket shook me around and yelled, "Taishin test!" ...The only thing she''s testing is my patience.', 'snd_voi_home_105001', 10, 1050002, 1, 1, 0, 'snd_voi_home_105001_0010', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91001, 'Everyone was really surprised when they saw my rank on that smartphone game... Isn''t that just what happens when you play a while?', 'snd_voi_home_105001', 11, 1050017, 1, 1, 0, 'snd_voi_home_105001_0011', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91002, 'I was listening to the radio, and the song I requested really came on. Isn''t that... I mean... whatever, I guess.', 'snd_voi_home_105001', 12, 1050006, 1, 1, 0, 'snd_voi_home_105001_0012', 0, 11010, 5900, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91003, 'I can''t wait until I can do all my shopping online... I won''t have to talk to the store staff or deal with the annoying crowds.', 'snd_voi_home_105001', 13, 1050016, 1, 1, 0, 'snd_voi_home_105001_0013', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91004, 'Creek thought it was so good I could remove the stains from my clothes... I just wanna be able to handle things by myself.', 'snd_voi_home_105001', 14, 1050011, 1, 1, 0, 'snd_voi_home_105001_0014', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91005, 'Winning concerts... Who the heck thought it would be a good idea to make the winner of a race sing and dance?', 'snd_voi_home_105001', 15, 1050017, 1, 1, 0, 'snd_voi_home_105001_0015', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91006, 'Sigh... If we all wear matching outfits, then our different physiques really stand ou—I didn''t say anything. Forget it.', 'snd_voi_home_105001', 16, 1050008, 1, 1, 0, 'snd_voi_home_105001_0016', 0, 11003, 6400, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91007, 'Hoods are great. They block out staring dummies and let you focus on the race. Then you take it off after the finish, and it''s like a whole different scene.', 'snd_voi_home_105001', 17, 1050001, 1, 1, 0, 'snd_voi_home_105001_0017', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91008, 'Hey, is it me or do I have a whole lot of asymmetrical clothes? I''m probably overthinking it.', 'snd_voi_home_105001', 18, 11010, 1, 1, 0, 'snd_voi_home_105001_0018', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91009, 'I forgot my lunch in the dorm... It''s a pain to go back, but the cafeteria''s packed because of the dessert special... Sigh...', 'snd_voi_home_105001', 19, 1050010, 1, 1, 0, 'snd_voi_home_105001_0019', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91010, 'I went to the library, and Hayahide started pushing me to read this really thick book, saying it was a masterpiece or whatever... So I ran.', 'snd_voi_home_105001', 20, 1050011, 1, 1, 0, 'snd_voi_home_105001_0020', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91011, 'Oh, the event in the game ended today? ...Well, I don''t really care. I''m only playing it to kill time.', 'snd_voi_home_105001', 21, 1050000, 1, 1, 0, 'snd_voi_home_105001_0021', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91012, 'Geez... Can''t they at least give the new students a proper orientation? How did I get stuck guiding them around...', 'snd_voi_home_105001', 22, 1050008, 1, 1, 0, 'snd_voi_home_105001_0022', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91013, 'Think I''ll go to a beach that''s not too busy... I wanna see some sea anemones and stuff.', 'snd_voi_home_105001', 23, 1050017, 1, 1, 0, 'snd_voi_home_105001_0023', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91014, 'That was a rare bird in the park... I wonder if it was migratory... Must be nice to fly so far.', 'snd_voi_home_105001', 24, 1050006, 1, 1, 0, 'snd_voi_home_105001_0024', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 91015, 'The academy''s really hectic with all the events in winter. Sigh... Maybe a snowstorm will come and quiet it down... Nah, I''m not so lucky.', 'snd_voi_home_105001', 25, 1050008, 1, 1, 0, 'snd_voi_home_105001_0025', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 92000, 'I''m doing things same as always today.', 'snd_voi_training_105001', 0, 1050000, 2, 1, 0, 'snd_voi_training_105001_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 92001, 'Anything''s fine, but don''t cut corners.', 'snd_voi_training_105001', 1, 1050016, 2, 1, 0, 'snd_voi_training_105001_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 92002, 'I''m already good to go. What''s the plan?', 'snd_voi_training_105001', 2, 1050017, 2, 1, 0, 'snd_voi_training_105001_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 92003, 'I have to get better fast so I can catch up!', 'snd_voi_training_105001', 3, 1050005, 2, 1, 0, 'snd_voi_training_105001_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 92011, 'Come on, hurry it up. We''re wasting time.', 'snd_voi_training_105001', 4, 1050003, 2, 1, 0, 'snd_voi_training_105001_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 92005, 'Well... you''re the trainer. I''ll follow your instructions.', 'snd_voi_training_105001', 5, 1050017, 2, 1, 0, 'snd_voi_training_105001_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 92006, 'No need to hold back.', 'snd_voi_training_105001', 6, 11003, 2, 1, 0, 'snd_voi_training_105001_0006', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 92007, 'The way you teach is all right... I guess... All your energy''s pretty annoying though!', 'snd_voi_training_105001', 7, 1050010, 2, 1, 0, 'snd_voi_training_105001_0007', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 93000, 'Teaming up with you was... well, not the worst, I guess.', 'snd_voi_training_105001', 8, 0, 2, 1, 0, 'snd_voi_training_105001_0008', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 93001, 'Yeah. We got some good results, right?', 'snd_voi_training_105001', 9, 0, 2, 1, 0, 'snd_voi_training_105001_0009', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 95000, 'I''m not done... I have to keep improving!', 'snd_voi_outgame_105001', 0, 1050001, 7, 1, 0, 'snd_voi_outgame_105001_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 95001, 'I won''t let anything stand in my way!', 'snd_voi_outgame_105001', 1, 1050001, 7, 1, 0, 'snd_voi_outgame_105001_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 95003, 'I''m Narita Taishin. Sell me short, and I''ll kick your butt.', 'snd_voi_outgame_105001', 3, 1050017, 7, 1, 0, 'snd_voi_outgame_105001_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 95004, 'I''m sick of everyone putting me down! I''ll run them into the ground, and then we''ll see who''s laughing!', 'snd_voi_gacha_105001', 0, 0, 7, 1, 0, 'snd_voi_gacha_105001_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1008, 'This win''s gonna be ours!', 'snd_voi_teamst_st_105000_0000', 0, 1050001, 8, 1, 0, 'snd_voi_teamst_st_105000_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1105, 'I won''t lose to some big oafs.', 'snd_voi_teamst_st_105000_1030', 0, 1050017, 8, 1, 0, 'snd_voi_teamst_st_105000_1030_00', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1106, 'Don''t treat me like a kid.', 'snd_voi_teamst_st_105000_1045', 0, 1050016, 8, 1, 0, 'snd_voi_teamst_st_105000_1045_00', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1096, 'I really don''t need to.', 'snd_voi_teamst_st_104500_1050', 1, 1050014, 8, 1, 0, 'snd_voi_teamst_st_104500_1050_01', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1000, 'Kay, time to go.', 'snd_voi_teamst_105000', 0, 1050006, 8, 1, 0, 'snd_voi_teamst_105000_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1001, 'Hmph. You see that?', 'snd_voi_teamst_105000', 1, 0, 8, 1, 0, 'snd_voi_teamst_105000_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1003, 'We''ll win next time.', 'snd_voi_teamst_105000', 2, 0, 8, 1, 0, 'snd_voi_teamst_105000_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1002, 'I don''t accept this!', 'snd_voi_teamst_105000', 3, 0, 8, 1, 0, 'snd_voi_teamst_105000_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1004, 'Yes! We won!', 'snd_voi_teamst_105000', 4, 1050001, 8, 1, 0, 'snd_voi_teamst_105000_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1007, 'That''s a new high score!', 'snd_voi_teamst_105000', 5, 1050006, 8, 1, 0, 'snd_voi_teamst_105000_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1006, 'We''ll win next time.', 'snd_voi_teamst_105000', 2, 1050003, 8, 1, 0, 'snd_voi_teamst_105000_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 1005, 'I don''t accept this!', 'snd_voi_teamst_105000', 3, 1050016, 8, 1, 0, 'snd_voi_teamst_105000_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 120000, 'It''s like I''m on fire... What the heck is this?', 'snd_voi_outgame_105000', 11, 1050017, 2, 1, 0, 'snd_voi_outgame_105000_0011', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140000, 'You gonna play? ...Oh, okay.', 'snd_voi_minigame_105000', 0, 0, 9, 1, 0, 'snd_voi_minigame_105000_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140001, 'Not bad...', 'snd_voi_minigame_105000', 1, 1050006, 9, 1, 0, 'snd_voi_minigame_105000_0001', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140002, 'Huh...', 'snd_voi_minigame_105000', 2, 11007, 9, 1, 0, 'snd_voi_minigame_105000_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140003, 'I didn''t think you were good at this kind of thing.', 'snd_voi_minigame_105000', 3, 971050, 9, 1, 0, 'snd_voi_minigame_105000_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140004, 'Well, I guess this is pretty normal.', 'snd_voi_minigame_105000', 4, 972050, 9, 1, 0, 'snd_voi_minigame_105000_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140005, 'Look... I wasn''t expecting much anyway.', 'snd_voi_minigame_105000', 5, 1050019, 9, 1, 0, 'snd_voi_minigame_105000_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140006, 'I didn''t think you were good at this kind of thing.', 'snd_voi_minigame_105000', 3, 974050, 9, 1, 0, 'snd_voi_minigame_105000_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140007, 'Well, I guess this is pretty normal.', 'snd_voi_minigame_105000', 4, 973050, 9, 1, 0, 'snd_voi_minigame_105000_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140008, 'Huh?', 'snd_voi_minigame_105000', 6, 11000, 9, 1, 0, 'snd_voi_minigame_105000_0006', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140009, 'Haha!', 'snd_voi_minigame_105000', 7, 1050012, 9, 1, 0, 'snd_voi_minigame_105000_0007', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140010, 'No!', 'snd_voi_minigame_105000', 8, 11010, 9, 1, 0, 'snd_voi_minigame_105000_0008', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140011, 'Okay!', 'snd_voi_minigame_105000', 9, 1050006, 9, 1, 0, 'snd_voi_minigame_105000_0009', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140014, 'Ohhh...', 'snd_voi_minigame_105000', 10, 1050004, 9, 1, 0, 'snd_voi_minigame_105000_0010', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140015, 'Hmm...', 'snd_voi_minigame_105000', 11, 1050017, 9, 1, 0, 'snd_voi_minigame_105000_0011', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140016, 'Here I go!', 'snd_voi_minigame_105000', 12, 1050801, 9, 1, 0, 'snd_voi_minigame_105000_0012', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140012, 'Yes!', 'snd_voi_minigame_105000', 13, 1050001, 9, 1, 0, 'snd_voi_minigame_105000_0013', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140013, '...Ah!', 'snd_voi_minigame_105000', 14, 11001, 9, 1, 0, 'snd_voi_minigame_105000_0014', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140017, 'Tch...', 'snd_voi_minigame_105000', 15, 1050002, 9, 1, 0, 'snd_voi_minigame_105000_0015', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 140018, 'Sigh...', 'snd_voi_minigame_105000', 16, 1050011, 9, 1, 0, 'snd_voi_minigame_105000_0016', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 40000, 'They better watch out!', 'snd_voi_race_105001', 2, 0, 3, 1, 0, 'snd_voi_race_105001_0002', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 40001, 'Faster, faster! Faster than anyone! If you take me lightly, don''t go crying about it later. I''ll show you how serious I am!', 'snd_voi_race_105001', 3, 0, 3, 1, 0, 'snd_voi_race_105001_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 30004, 'Hmph! Now you know what I can really do!', 'snd_voi_race_105001', 0, 0, 3, 1, 0, 'snd_voi_race_105001_0000', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 30005, 'Hehe... Did you see that?!', 'snd_voi_race_105000', 8, 0, 3, 1, 0, 'snd_voi_race_105000_0008', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 31000, 'I won''t lose!', 'snd_voi_race_105000', 9, 0, 3, 1, 0, 'snd_voi_race_105000_0009', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 13, 'Here. It''s today''s login bonus.', 'snd_voi_title_105000', 4, 1050017, 1, 1, 0, 'snd_voi_title_105000_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 15, 'Hmm, I guess this is tomorrow''s.', 'snd_voi_title_105000', 5, 1050000, 1, 1, 0, 'snd_voi_title_105000_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 110000, 'What? Are we training?', 'snd_voi_home_105000', 21, 0, 1, 1, 0, 'snd_voi_home_105000_0021', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 110001, 'History, huh? I''m not really interested in that stuff.', 'snd_voi_home_105000', 22, 0, 1, 1, 0, 'snd_voi_home_105000_0022', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 110002, 'Are we entering a race? ...I see.', 'snd_voi_home_105000', 23, 0, 1, 1, 0, 'snd_voi_home_105000_0023', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 10021, 'The Umamusume Archive level went up.', 'snd_voi_home_105000', 24, 1050017, 1, 1, 0, 'snd_voi_home_105000_0024', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 20051, 'It''s not like we''re gonna become buddies.', 'snd_voi_training_105000', 65, 0, 2, 1, 0, 'snd_voi_training_105000_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70000, 'If you can''t keep up, I''ll leave you behind.', 'snd_voi_outgame_105000', 3, 1050019, 7, 1, 0, 'snd_voi_outgame_105000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 95005, 'It''s a pain when you expect too much from me...', 'snd_voi_outgame_105000', 4, 0, 7, 1, 0, 'snd_voi_outgame_105000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 95006, 'I''ll help a little. ...Just a little.', 'snd_voi_outgame_105000', 5, 0, 7, 1, 0, 'snd_voi_outgame_105000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70004, 'I really don''t like stiff, formal clothes. Uniforms are... a little better though.', 'snd_voi_outgame_105000', 16, 1050013, 7, 1, 0, 'snd_voi_outgame_105000_0016', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70010, 'I''ll have to buy a new uniform when I grow taller. ...I''ll kick you if you say I won''t need to!', 'snd_voi_outgame_105000', 17, 1050006, 7, 1, 0, 'snd_voi_outgame_105000_0017', 0, 11012, 3600, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70008, 'It''s a little strange to have everyone wearing the same outfit. ...How is anyone gonna see me near all the tall people?', 'snd_voi_outgame_105000', 20, 1050011, 7, 1, 0, 'snd_voi_outgame_105000_0020', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70014, 'I don''t like to stand out, but I''ll do the concert. It''s proof I won, after all.', 'snd_voi_outgame_105000', 21, 1050016, 7, 1, 0, 'snd_voi_outgame_105000_0021', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70009, 'My very own... signature racewear—hey, what''re you looking at?! Stop smirking!', 'snd_voi_outgame_105000', 22, 1050001, 7, 1, 0, 'snd_voi_outgame_105000_0022', 0, 1050003, 4100, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70015, 'Don''t expect any of that cute stuff, okay? This is more my style.', 'snd_voi_outgame_105000', 23, 1050000, 7, 1, 0, 'snd_voi_outgame_105000_0023', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 71004, 'I really don''t like stiff, formal clothes. Uniforms are... a little better though.', 'snd_voi_outgame_105000', 16, 148, 7, 0, 0, 'snd_voi_outgame_105000_0016', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 71010, 'I''ll have to buy a new uniform when I grow taller. ...I''ll kick you if you say I won''t need to!', 'snd_voi_outgame_105000', 17, 18, 7, 0, 0, 'snd_voi_outgame_105000_0017', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 71008, 'It''s a little strange to have everyone wearing the same outfit. ...How is anyone gonna see me near all the tall people?', 'snd_voi_outgame_105000', 20, 33, 7, 0, 0, 'snd_voi_outgame_105000_0020', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 71014, 'I don''t like to stand out, but I''ll do the concert. It''s proof I won, after all.', 'snd_voi_outgame_105000', 21, 48, 7, 0, 0, 'snd_voi_outgame_105000_0021', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 71009, 'My very own... signature racewear—hey, what''re you looking at?! Stop smirking!', 'snd_voi_outgame_105000', 22, 22, 7, 0, 0, 'snd_voi_outgame_105000_0022', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 71015, 'Don''t expect any of that cute stuff, okay? This is more my style.', 'snd_voi_outgame_105000', 23, 33, 7, 0, 0, 'snd_voi_outgame_105000_0023', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 2030, 'Kay, time to go.', 'snd_voi_teamst_105000', 0, 1050006, 10, 1, 0, 'snd_voi_teamst_105000_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 2031, 'This win''s gonna be ours!', 'snd_voi_teamst_st_105000_0000', 0, 1050001, 10, 1, 0, 'snd_voi_teamst_st_105000_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 2032, 'I thought I could go even further, but... I guess this is it.', 'snd_voi_training_105000', 64, 1050012, 10, 1, 0, 'snd_voi_training_105000_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 2033, 'Yeah, I''m ready! ...I seem a little cocky. I''ve made some improvements, but I shouldn''t celebrate until after I''ve won.', 'snd_voi_training_105000', 19, 11009, 10, 1, 0, 'snd_voi_training_105000_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 2034, 'I''ll stun the whole audience. They won''t be able to forget my racing after this!', 'snd_voi_training_105000', 16, 11009, 10, 1, 0, 'snd_voi_training_105000_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 2035, 'I thought I could go even further, but... I guess this is it.', 'snd_voi_training_105000', 64, 1050012, 10, 0, 0, 'snd_voi_training_105000_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70018, 'Hm, hm... ♪', 'snd_voi_outgame_105000', 26, 1050007, 7, 1, 0, 'snd_voi_outgame_105000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 70019, 'I won''t lose.', 'snd_voi_outgame_105000', 27, 1050017, 7, 1, 0, 'snd_voi_outgame_105000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 71018, 'Hm, hm... ♪', 'snd_voi_outgame_105000', 26, 48, 7, 0, 0, 'snd_voi_outgame_105000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 71019, 'I won''t lose.', 'snd_voi_outgame_105000', 27, 33, 7, 0, 0, 'snd_voi_outgame_105000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 400002, 'So c-cold... We should''ve never listened to Ticket. I mean, she''s beyond idiotic for wanting to pitch a tent on a frozen lake...', 'snd_voi_event_090008', 2, 1050013, 7, 1, 0, 'snd_voi_event_090008_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1050, 400005, 'Ugh, that was way too much talking. I''m exhausted... Blabbering on and on must be a talent—one I don''t have.', 'snd_voi_event_090008', 5, 1050010, 7, 1, 0, 'snd_voi_event_090008_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1051, 20051, 'Um, pleasure to work with you!', 'snd_voi_training_105100', 65, 0, 2, 1, 0, 'snd_voi_training_105100_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1051, 70000, 'I want to become a full-fledged Umamusume as soon as possible.', 'snd_voi_outgame_105100', 3, 2001, 7, 1, 0, 'snd_voi_outgame_105100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1051, 95005, 'I''m glad I could help!', 'snd_voi_outgame_105100', 4, 0, 7, 1, 0, 'snd_voi_outgame_105100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1051, 95006, 'I wonder if I''ve been of any assistance.', 'snd_voi_outgame_105100', 5, 0, 7, 1, 0, 'snd_voi_outgame_105100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 11, 'Cygames', 'snd_voi_title_105200', 0, 0, 0, 1, 0, 'snd_voi_title_105200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_105200', 1, 0, 0, 1, 0, 'snd_voi_title_105200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10000, 'The farmer gave me some carrots again. I''ll give some to you later!', 'snd_voi_home_105200', 0, 1052006, 1, 1, 0, 'snd_voi_home_105200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10001, 'I''ll definitely keep my promise to you, Trainer! Let''s win a lot of races together!', 'snd_voi_home_105200', 1, 1052019, 1, 1, 0, 'snd_voi_home_105200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10002, 'Hey, hey, did you see the magazine feature? It said I''m an "Umamusume who gives you courage"! Ehe!', 'snd_voi_home_105200', 2, 4009, 1, 1, 0, 'snd_voi_home_105200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10003, 'Trainer, do you wanna play hanetsuki? It''s like badminton but even more fun because you can draw on my face if I lose!', 'snd_voi_home_105200', 3, 1052006, 1, 1, 0, 'snd_voi_home_105200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10004, 'We all made chocolate together. My role was the taste tester, so now I''m really full! ♪', 'snd_voi_home_105200', 4, 1052006, 1, 1, 0, 'snd_voi_home_105200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10005, 'Heaps of interesting stuff has happened since I met you, Trainer! So I bought heaps of chocolate for you!', 'snd_voi_home_105200', 5, 1052018, 1, 1, 0, 'snd_voi_home_105200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10006, 'I bet it would feel good running along the Milky Way. I want to race through the sky!', 'snd_voi_home_105200', 6, 2002, 1, 1, 0, 'snd_voi_home_105200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10007, 'Trick or Treat! If you don''t give me sweets and carrots, I''ll prank you! ♪', 'snd_voi_home_105200', 7, 1052006, 1, 1, 0, 'snd_voi_home_105200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10008, 'Hang up your stocking on the mantelpiece! ♪ Then come morning, you''ll have a carrot feast! ♪ How big of a stocking? As big as me!', 'snd_voi_home_105200', 8, 4002, 1, 1, 0, 'snd_voi_home_105200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10009, 'Ho ho ho! Good trainers will get a present from Santa Urara later! ♪', 'snd_voi_home_105200', 9, 2009, 1, 1, 0, 'snd_voi_home_105200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10010, 'Cleeeaning, cleeeaning. ♪ Let''s finish this quickly and eat some New Year''s soba!', 'snd_voi_home_105200', 10, 1052006, 1, 1, 0, 'snd_voi_home_105200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10011, 'Happy birthday! ♪ We all put together a party for you! Let''s celebrate your special day!', 'snd_voi_home_105200', 11, 1052006, 1, 1, 0, 'snd_voi_home_105200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10012, 'Wanna go celebrate your birthday? I found a lot of restaurants that serve delicious carrots!', 'snd_voi_home_105200', 12, 4001, 1, 1, 0, 'snd_voi_home_105200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10013, 'I''ve probably gotten way faster now that I''m older, right?! Check my time!', 'snd_voi_home_105200', 13, 1052018, 1, 1, 0, 'snd_voi_home_105200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10014, 'You''re giving me a present? Yaaay! I love you, Trainer! ♪ Hehe, I wish every day was my birthday! ♪', 'snd_voi_home_105200', 14, 1052006, 1, 1, 0, 'snd_voi_home_105200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10015, 'Looks like there''s some kind of notice for you! I wanna know what it says!', 'snd_voi_home_105200', 15, 1052024, 1, 1, 0, 'snd_voi_home_105200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10016, 'Wow, a present! Maybe it''s carrots? I hope it''s carrots! ♪', 'snd_voi_home_105200', 16, 1052006, 1, 1, 0, 'snd_voi_home_105200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10017, 'You completed a mission! ♪ Let''s go get your reward, Trainer!', 'snd_voi_home_105200', 17, 1052016, 1, 1, 0, 'snd_voi_home_105200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10018, 'They''re preparing for an event. I''m already so excited!', 'snd_voi_home_105200', 18, 1052019, 1, 1, 0, 'snd_voi_home_105200_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10019, 'The current event looks so fun! Let''s hurry and check it out, Trainer!', 'snd_voi_home_105200', 19, 1052006, 1, 1, 0, 'snd_voi_home_105200_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20000, 'Ughh... I feel kinda funny... I can barely move...', 'snd_voi_training_105200', 0, 1052812, 2, 1, 0, 'snd_voi_training_105200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20001, 'What''s going on? I feel so sleepy and weak... Yawn...', 'snd_voi_training_105200', 1, 1052810, 2, 1, 0, 'snd_voi_training_105200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20002, 'Right now, I''m Super Urara! ''Cause I''m feeling super good! ♪', 'snd_voi_training_105200', 2, 1052019, 2, 1, 0, 'snd_voi_training_105200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20003, 'Urara, la la la! ♪ I''m fully motivated and feeling great!', 'snd_voi_training_105200', 3, 4009, 2, 1, 0, 'snd_voi_training_105200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20004, 'Okay! I''m ready to do this! Please watch me! ♪', 'snd_voi_training_105200', 4, 1052019, 2, 1, 0, 'snd_voi_training_105200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20005, 'Boing, boing! ♪ My body feels as light as a bird.', 'snd_voi_training_105200', 5, 1052006, 2, 1, 0, 'snd_voi_training_105200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20006, 'What kind of workout am I doing? Tell me!', 'snd_voi_training_105200', 6, 1052006, 2, 1, 0, 'snd_voi_training_105200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20007, 'If we''re gonna train, then I want to do something fun. Do you have anything in mind?', 'snd_voi_training_105200', 7, 1052018, 2, 1, 0, 'snd_voi_training_105200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20008, 'Aaagh... Training is important, right? It''s okay. I''ll do my best!', 'snd_voi_training_105200', 8, 1052810, 2, 1, 0, 'snd_voi_training_105200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20009, 'My motivation has gone missing. Will you help me find it?', 'snd_voi_training_105200', 9, 1052812, 2, 1, 0, 'snd_voi_training_105200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20010, 'I''m fine, really! But... my ears and tail keep drooping...', 'snd_voi_training_105200', 10, 1052810, 2, 1, 0, 'snd_voi_training_105200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20011, 'Can''t resting and playing around count as training too?', 'snd_voi_training_105200', 11, 1052812, 2, 1, 0, 'snd_voi_training_105200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20021, 'All right, another race... H-here I... gooo...', 'snd_voi_training_105200', 12, 1052005, 2, 1, 0, 'snd_voi_training_105200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20022, 'You know, I''m happy I get to run a bunch, but my body feels really heavy... Ugh...', 'snd_voi_training_105200', 13, 1052810, 2, 1, 0, 'snd_voi_training_105200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20023, 'Watch me, Trainer! I''m gonna be like vwooosh and grab first place!', 'snd_voi_training_105200', 14, 1052019, 2, 1, 0, 'snd_voi_training_105200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20024, 'I feel really good because I ate heaps of carrots! Okay, I''ll finish in first place for sure!', 'snd_voi_training_105200', 15, 1052006, 2, 1, 0, 'snd_voi_training_105200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20025, 'Even before the race, I''m feeling Urara, la la la! ♪ If I win, let''s celebrate with carrot pudding!', 'snd_voi_training_105200', 16, 4002, 2, 1, 0, 'snd_voi_training_105200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20026, 'I''ve been training a lot, and I''m in good shape! I can win this race! ♪', 'snd_voi_training_105200', 17, 1052019, 2, 1, 0, 'snd_voi_training_105200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20027, 'At this rate, I might be able to win! Are we racing yet? I want to hurry up and run already! ♪', 'snd_voi_training_105200', 18, 2002, 2, 1, 0, 'snd_voi_training_105200_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20028, 'Con-di-shon? Um... It''s probably good!', 'snd_voi_training_105200', 19, 1052022, 2, 1, 0, 'snd_voi_training_105200_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20029, 'I''m feeling the same as always! But I''ll get even better results than before!', 'snd_voi_training_105200', 20, 1052016, 2, 1, 0, 'snd_voi_training_105200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20030, 'I''m gonna have fun running like I always do, Trainer!', 'snd_voi_training_105200', 21, 1052018, 2, 1, 0, 'snd_voi_training_105200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20031, 'All I have to do is run like I always have! It''ll be fine!', 'snd_voi_training_105200', 22, 1052010, 2, 1, 0, 'snd_voi_training_105200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20032, 'If I run really hard, I''ll definitely get good results. Don''t worry, Trainer!', 'snd_voi_training_105200', 23, 1052010, 2, 1, 0, 'snd_voi_training_105200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20033, 'I''m gonna think about fun stuff, then I''ll start feeling Urara, la la la! C''mon! I can do it!', 'snd_voi_training_105200', 24, 2003, 2, 1, 0, 'snd_voi_training_105200_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20034, 'Even if I''m not in good shape, I can win as long as I''m with you, Trainer! I''ll do my best until the end!', 'snd_voi_training_105200', 25, 1052023, 2, 1, 0, 'snd_voi_training_105200_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20035, 'What''s this... weird feeling? I''m not nervous, but... hmmm...', 'snd_voi_training_105200', 26, 1052810, 2, 1, 0, 'snd_voi_training_105200_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20036, 'Uuugh... I''m sure I''ll start having fun once the race starts. Yeah!', 'snd_voi_training_105200', 27, 1052812, 2, 1, 0, 'snd_voi_training_105200_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20037, 'Trainer, do you have any snacks? Maybe I''ll feel better if I eat something sweet...', 'snd_voi_training_105200', 28, 1052810, 2, 1, 0, 'snd_voi_training_105200_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20038, 'Here I go!', 'snd_voi_training_105200', 29, 0, 2, 1, 0, 'snd_voi_training_105200_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20039, 'I''m super-duper excited!', 'snd_voi_training_105200', 30, 0, 2, 1, 0, 'snd_voi_training_105200_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20040, 'All right, Let''s do it!', 'snd_voi_training_105200', 31, 0, 2, 1, 0, 'snd_voi_training_105200_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20041, 'Hmmm...', 'snd_voi_training_105200', 32, 0, 2, 1, 0, 'snd_voi_training_105200_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20042, 'Whoopsie!', 'snd_voi_training_105200', 33, 0, 2, 1, 0, 'snd_voi_training_105200_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20043, 'Sigh...', 'snd_voi_training_105200', 34, 0, 2, 1, 0, 'snd_voi_training_105200_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20046, 'We''re going out! ♪', 'snd_voi_training_105200', 37, 0, 2, 1, 0, 'snd_voi_training_105200_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20047, 'Are we going to the beach?', 'snd_voi_training_105200', 38, 0, 2, 1, 0, 'snd_voi_training_105200_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20049, 'I can do it if I try!', 'snd_voi_training_105200', 63, 0, 2, 1, 0, 'snd_voi_training_105200_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20050, 'Thanks, Trainer!', 'snd_voi_training_105200', 64, 0, 2, 1, 0, 'snd_voi_training_105200_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 30000, 'Hooray! I did it! Second place!', 'snd_voi_race_105200', 0, 0, 3, 1, 0, 'snd_voi_race_105200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 30001, 'Third place! Amazing, huh? ♪', 'snd_voi_race_105200', 1, 0, 3, 1, 0, 'snd_voi_race_105200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 30002, 'I ran hard, huh!', 'snd_voi_race_105200', 2, 0, 3, 1, 0, 'snd_voi_race_105200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 30003, 'Everyone''s so strong. But I won''t lose next time!', 'snd_voi_race_105200', 3, 0, 3, 1, 0, 'snd_voi_race_105200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 60000, 'Let''s have fun, everyone!', 'snd_voi_live_105200', 0, 0, 4, 1, 0, 'snd_voi_live_105200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 60001, 'Are you ready for a super-duper show?!', 'snd_voi_live_105200', 1, 0, 4, 1, 0, 'snd_voi_live_105200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70001, 'Dojo storming sure was fun! I wanna do it again sometime!', 'snd_voi_outgame_105200', 1, 2001, 7, 1, 0, 'snd_voi_outgame_105200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90000, 'Ah, Trainer! I was on time today! ♪ Maybe my legs have gotten faster!', 'snd_voi_home_105201', 0, 1052006, 1, 1, 0, 'snd_voi_home_105201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90001, 'Huh? Is that Spe over there? Weird! I know I left the dorm before her!', 'snd_voi_home_105201', 1, 1052018, 1, 1, 0, 'snd_voi_home_105201_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90002, 'Lunch is an all-out war when it comes to carrot bread! I''ll do my best to get my hands on some today!', 'snd_voi_home_105201', 2, 1052019, 1, 1, 0, 'snd_voi_home_105201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90003, 'I ate a lot for lunch, so now my stomach is ready to burst! Yawn... I''m getting sleepy.', 'snd_voi_home_105201', 3, 1052010, 1, 1, 0, 'snd_voi_home_105201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90004, 'What? Dinnertime already? Time flies when I''m training!', 'snd_voi_home_105201', 4, 1052014, 1, 1, 0, 'snd_voi_home_105201_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90005, 'I found a star that looks like a carrot! I''ll show you where it is later. ♪', 'snd_voi_home_105201', 5, 1052006, 1, 1, 0, 'snd_voi_home_105201_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90006, 'I wanna go see the cherry blossoms with everyone. ♪ We''re gonna eat lots of carrots and dumplings!', 'snd_voi_home_105201', 6, 1052024, 1, 1, 0, 'snd_voi_home_105201_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90007, 'Watermelon and carrots are both yummy, right? Then they must taste even yummier when eaten together!', 'snd_voi_home_105201', 7, 1052019, 1, 1, 0, 'snd_voi_home_105201_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90008, 'The vegetable stand in the shopping district gets really busy in the fall! Maybe I should go help out.', 'snd_voi_home_105201', 8, 1052018, 1, 1, 0, 'snd_voi_home_105201_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 90009, 'I''ve never caught a cold in my life! My body is always toasty, even in the winter! I''m healthy as a-a-achoo!', 'snd_voi_home_105201', 9, 1052018, 1, 1, 0, 'snd_voi_home_105201_0009', 0, 1052800, 6500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91000, 'My friends and I were talking about what we were like when we were little. I was the same as I am now: always running!', 'snd_voi_home_105201', 10, 1052018, 1, 1, 0, 'snd_voi_home_105201_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91001, 'Ope said that laughing makes you stronger! Haaa-hahaha!...Did it work?', 'snd_voi_home_105201', 11, 1052006, 1, 1, 0, 'snd_voi_home_105201_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91002, 'Um, Sei is taking the day off because she isn''t feeling well! She said to make sure you don''t know she''s slacking off!', 'snd_voi_home_105201', 12, 1052018, 1, 1, 0, 'snd_voi_home_105201_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91003, 'I failed today''s test. But! I got a gold star for answering every question! Hehe! ♪', 'snd_voi_home_105201', 13, 4001, 1, 1, 0, 'snd_voi_home_105201_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91004, 'Spe and I are planning to go to a carrot sweets buffet! I''m gonna eat sooo much!', 'snd_voi_home_105201', 14, 1052019, 1, 1, 0, 'snd_voi_home_105201_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91005, 'Everyone''s wearing the same outfit! We match! We match! ♪ We all match! ♪', 'snd_voi_home_105201', 15, 4002, 1, 1, 0, 'snd_voi_home_105201_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91006, 'This outfit is cute, huh? When I bounce around, it''s all floaty! ♪', 'snd_voi_home_105201', 16, 1052006, 1, 1, 0, 'snd_voi_home_105201_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91007, 'I love my signature racewear because it''s so easy to move in! Also, when I wear it, I wanna win even more!', 'snd_voi_home_105201', 17, 1052018, 1, 1, 0, 'snd_voi_home_105201_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91008, 'I''m super healthy, so I''m totally fine when I fall over! I can put bandages on any scrapes, after all. ♪', 'snd_voi_home_105201', 18, 1052022, 1, 1, 0, 'snd_voi_home_105201_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91009, 'Do you know there are first-rate radio calisthenics? If you do them for long enough, you can be just like King! Cool!', 'snd_voi_home_105201', 19, 1052019, 1, 1, 0, 'snd_voi_home_105201_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91010, 'If I take a nap in a carrot field, then maybe my dreams will be filled with carrots too! Hey, let''s try it! ♪', 'snd_voi_home_105201', 20, 1052006, 1, 1, 0, 'snd_voi_home_105201_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91011, 'If a ghost appears, I''d like to be its friend. We can even have a race!', 'snd_voi_home_105201', 21, 2001, 1, 1, 0, 'snd_voi_home_105201_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91012, 'There are so many bright new students! I wanna be their friend! ♪', 'snd_voi_home_105201', 22, 2002, 1, 1, 0, 'snd_voi_home_105201_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91013, 'It''s sooooo hot! Let''s all go out for some carrot ice cream!', 'snd_voi_home_105201', 23, 1052023, 1, 1, 0, 'snd_voi_home_105201_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91014, 'Before the leaves hit the ground... catch ''em! This is as fun as a bread-eating race!', 'snd_voi_home_105201', 24, 1052006, 1, 1, 0, 'snd_voi_home_105201_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 91015, 'I wanna have a snowball fight with everyone, but I also wanna eat mandarin oranges under the kotatsu... Hm, what to do?', 'snd_voi_home_105201', 25, 2010, 1, 1, 0, 'snd_voi_home_105201_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 92000, 'One, two! One, two! I''m all warmed up and ready to go! ♪', 'snd_voi_training_105201', 0, 1052813, 2, 1, 0, 'snd_voi_training_105201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 92001, 'Training? Sure thing. Snack time is just about over, anyway!', 'snd_voi_training_105201', 1, 1052018, 2, 1, 0, 'snd_voi_training_105201_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 92002, 'If I work hard during training, I''ll get a reward, right? All right, let''s do it!', 'snd_voi_training_105201', 3, 1052006, 2, 1, 0, 'snd_voi_training_105201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 92003, 'What should I start with? Oh, can we start with something exciting?', 'snd_voi_training_105201', 4, 1052018, 2, 1, 0, 'snd_voi_training_105201_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 92011, 'What kind of training will I do today? I can hardly wait! ♪', 'snd_voi_training_105201', 2, 4002, 2, 1, 0, 'snd_voi_training_105201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 92005, 'Training is really fun. I can tell that I''m getting stronger!', 'snd_voi_training_105201', 5, 1052019, 2, 1, 0, 'snd_voi_training_105201_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 92006, 'Now I can run a lot more than before! I''m so happy! ♪', 'snd_voi_training_105201', 6, 1052024, 2, 1, 0, 'snd_voi_training_105201_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 92007, 'If I never give up, then I''ll definitely be able to win! Let''s do some more training!', 'snd_voi_training_105201', 7, 1052016, 2, 1, 0, 'snd_voi_training_105201_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 93000, 'Now I won''t lose to anyone. ♪ Right, Trainer?!', 'snd_voi_training_105201', 8, 0, 2, 1, 0, 'snd_voi_training_105201_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 93001, 'I did good, right? Right? Then carrots, please!', 'snd_voi_training_105201', 9, 0, 2, 1, 0, 'snd_voi_training_105201_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 95000, 'Biiig stretch! I bet I got taller, too!', 'snd_voi_outgame_105201', 0, 2001, 7, 1, 0, 'snd_voi_outgame_105201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 95001, 'Ooh, this is gonna make racing even more fun! ♪', 'snd_voi_outgame_105201', 1, 2001, 7, 1, 0, 'snd_voi_outgame_105201_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 95003, 'I''m Haru Urara. I''ll do my best!', 'snd_voi_outgame_105201', 3, 4002, 7, 1, 0, 'snd_voi_outgame_105201_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1008, 'Everyone, let''s do our best!', 'snd_voi_teamst_st_105200_0000', 0, 1052000, 8, 1, 0, 'snd_voi_teamst_st_105200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1109, 'Who''s gonna win?!', 'snd_voi_teamst_st_105200_1015', 0, 1052000, 8, 1, 0, 'snd_voi_teamst_st_105200_1015_00', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1110, 'Fight on!', 'snd_voi_teamst_st_105200_1058', 0, 1052000, 8, 1, 0, 'snd_voi_teamst_st_105200_1058_00', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1065, 'Of course! We can do it! ♪', 'snd_voi_teamst_st_103000_1052', 1, 1052006, 8, 1, 0, 'snd_voi_teamst_st_103000_1052_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1127, 'Leave it to me!', 'snd_voi_teamst_st_106100_1052', 1, 3002, 8, 1, 0, 'snd_voi_teamst_st_106100_1052_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1000, 'I''m oooff!', 'snd_voi_teamst_105200', 0, 1052016, 8, 1, 0, 'snd_voi_teamst_105200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1001, 'We won! We won!', 'snd_voi_teamst_105200', 1, 0, 8, 1, 0, 'snd_voi_teamst_105200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1003, 'Everyone was amazing!', 'snd_voi_teamst_105200', 2, 0, 8, 1, 0, 'snd_voi_teamst_105200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1002, 'Awww, we lost.', 'snd_voi_teamst_105200', 3, 0, 8, 1, 0, 'snd_voi_teamst_105200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1004, 'Everyone worked so hard!', 'snd_voi_teamst_105200', 4, 1052006, 8, 1, 0, 'snd_voi_teamst_105200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1007, 'Wow! We got a new high score!', 'snd_voi_teamst_105200', 5, 1052001, 8, 1, 0, 'snd_voi_teamst_105200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1006, 'Everyone was amazing!', 'snd_voi_teamst_105200', 2, 1052019, 8, 1, 0, 'snd_voi_teamst_105200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 1005, 'Awww, we lost.', 'snd_voi_teamst_105200', 3, 1052005, 8, 1, 0, 'snd_voi_teamst_105200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 120000, 'I''m bursting with power, like BOOM!', 'snd_voi_outgame_105200', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_105200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140000, 'I''m super-duper excited!', 'snd_voi_minigame_105200', 0, 1052007, 9, 1, 0, 'snd_voi_minigame_105200_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140001, 'Yay!', 'snd_voi_minigame_105200', 1, 1052006, 9, 1, 0, 'snd_voi_minigame_105200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140002, 'Ah! You dropped it...', 'snd_voi_minigame_105200', 2, 1052015, 9, 1, 0, 'snd_voi_minigame_105200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140003, 'Hooray! You got so many!', 'snd_voi_minigame_105200', 3, 971052, 9, 1, 0, 'snd_voi_minigame_105200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140004, 'Ehehe, at least we won something.', 'snd_voi_minigame_105200', 4, 972052, 9, 1, 0, 'snd_voi_minigame_105200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140005, 'Whoopsie!', 'snd_voi_minigame_105200', 5, 1052811, 9, 1, 0, 'snd_voi_minigame_105200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140006, 'Hooray! You got so many!', 'snd_voi_minigame_105200', 3, 974052, 9, 1, 0, 'snd_voi_minigame_105200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140007, 'Ehehe, at least we won something.', 'snd_voi_minigame_105200', 4, 973052, 9, 1, 0, 'snd_voi_minigame_105200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140008, 'Ehehe...', 'snd_voi_minigame_105200', 6, 1052814, 9, 1, 0, 'snd_voi_minigame_105200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140009, 'You''ll make me blush...', 'snd_voi_minigame_105200', 7, 1052815, 9, 1, 0, 'snd_voi_minigame_105200_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140010, 'Ehehe!', 'snd_voi_minigame_105200', 8, 1052006, 9, 1, 0, 'snd_voi_minigame_105200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140011, 'Amaaazing!', 'snd_voi_minigame_105200', 9, 1052809, 9, 1, 0, 'snd_voi_minigame_105200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140014, 'Awww!', 'snd_voi_minigame_105200', 10, 1052015, 9, 1, 0, 'snd_voi_minigame_105200_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140015, 'Oh!', 'snd_voi_minigame_105200', 11, 1052816, 9, 1, 0, 'snd_voi_minigame_105200_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140016, 'Come on!', 'snd_voi_minigame_105200', 12, 1052817, 9, 1, 0, 'snd_voi_minigame_105200_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140012, 'I''m so happy!', 'snd_voi_minigame_105200', 13, 1052818, 9, 1, 0, 'snd_voi_minigame_105200_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140013, 'You did it!', 'snd_voi_minigame_105200', 14, 1052817, 9, 1, 0, 'snd_voi_minigame_105200_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140017, 'Ugh...', 'snd_voi_minigame_105200', 15, 1052819, 9, 1, 0, 'snd_voi_minigame_105200_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 140018, 'Now what?!', 'snd_voi_minigame_105200', 16, 1052820, 9, 1, 0, 'snd_voi_minigame_105200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 40000, 'I''ll get everyone super excited!', 'snd_voi_race_105201', 2, 0, 3, 1, 0, 'snd_voi_race_105201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 40001, 'I''ll get everyone super excited!', 'snd_voi_race_105201', 2, 0, 3, 1, 0, 'snd_voi_race_105201_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 40002, 'Urara, gooo!', 'snd_voi_race_105200', 6, 0, 3, 1, 0, 'snd_voi_race_105200_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 30004, 'Wow! I did it! I did it! I did it! First place!', 'snd_voi_race_105201', 0, 0, 3, 1, 0, 'snd_voi_race_105201_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 30005, 'Wow, wow, WOW! I did it!', 'snd_voi_race_105200', 8, 0, 3, 1, 0, 'snd_voi_race_105200_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 31000, 'Time to race!', 'snd_voi_race_105200', 9, 0, 3, 1, 0, 'snd_voi_race_105200_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 13, 'Yay! You got a login bonus!', 'snd_voi_title_105200', 4, 1052007, 1, 1, 0, 'snd_voi_title_105200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 15, 'Wow! You''re getting this tomorrow!', 'snd_voi_title_105200', 5, 8002, 1, 1, 0, 'snd_voi_title_105200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 110000, 'Hey, Trainer! What, are we training?!', 'snd_voi_home_105200', 21, 0, 1, 1, 0, 'snd_voi_home_105200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 110001, 'So much has happened!', 'snd_voi_home_105200', 22, 0, 1, 1, 0, 'snd_voi_home_105200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 110002, 'I''ll come in first place in any race!', 'snd_voi_home_105200', 23, 0, 1, 1, 0, 'snd_voi_home_105200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 10021, 'Your Umamusume Ar-kive thingy leveled up!', 'snd_voi_home_105200', 24, 8001, 1, 1, 0, 'snd_voi_home_105200_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 20051, 'Ehehe, let''s do our best!', 'snd_voi_training_105200', 65, 1009, 2, 1, 0, 'snd_voi_training_105200_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70000, 'Let''s aim for first place together!', 'snd_voi_outgame_105200', 3, 0, 7, 1, 0, 'snd_voi_outgame_105200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 95005, 'I want you to rely on me, so I''ll do my best!', 'snd_voi_outgame_105200', 4, 0, 7, 1, 0, 'snd_voi_outgame_105200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 95006, 'I''ll help you out a lot!', 'snd_voi_outgame_105200', 5, 0, 7, 1, 0, 'snd_voi_outgame_105200_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70004, 'Ehehe, does this uniform look good on me?', 'snd_voi_outgame_105200', 16, 1052006, 7, 1, 0, 'snd_voi_outgame_105200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70010, 'I''m so happy that everyone matches!', 'snd_voi_outgame_105200', 17, 1052001, 7, 1, 0, 'snd_voi_outgame_105200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70008, 'It''s so fluffy. It''s just like a flower!', 'snd_voi_outgame_105200', 20, 1052018, 7, 1, 0, 'snd_voi_outgame_105200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70014, 'I have to practice my dancing a whooole lot too!', 'snd_voi_outgame_105200', 21, 1052019, 7, 1, 0, 'snd_voi_outgame_105200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70009, 'Ta-daaah! This signature racewear is the best of the best!', 'snd_voi_outgame_105200', 22, 10001, 7, 1, 0, 'snd_voi_outgame_105200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70015, 'With this racewear, I''ll get first place!', 'snd_voi_outgame_105200', 23, 10001, 7, 1, 0, 'snd_voi_outgame_105200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 71004, 'Ehehe, does this uniform look good on me?', 'snd_voi_outgame_105200', 16, 18, 7, 0, 0, 'snd_voi_outgame_105200_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 71010, 'I''m so happy that everyone matches!', 'snd_voi_outgame_105200', 17, 22, 7, 0, 0, 'snd_voi_outgame_105200_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 71008, 'It''s so fluffy. It''s just like a flower!', 'snd_voi_outgame_105200', 20, 148, 7, 0, 0, 'snd_voi_outgame_105200_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 71014, 'I have to practice my dancing a whooole lot too!', 'snd_voi_outgame_105200', 21, 18, 7, 0, 0, 'snd_voi_outgame_105200_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 71009, 'Ta-daaah! This signature racewear is the best of the best!', 'snd_voi_outgame_105200', 22, 18, 7, 0, 0, 'snd_voi_outgame_105200_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 71015, 'With this racewear, I''ll get first place!', 'snd_voi_outgame_105200', 23, 18, 7, 0, 0, 'snd_voi_outgame_105200_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 2030, 'I''m oooff!', 'snd_voi_teamst_105200', 0, 1052016, 10, 1, 0, 'snd_voi_teamst_105200_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 2031, 'Everyone, let''s do our best!', 'snd_voi_teamst_st_105200_0000', 0, 1052000, 10, 1, 0, 'snd_voi_teamst_st_105200_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 2032, 'Thanks, Trainer!', 'snd_voi_training_105200', 64, 1052019, 10, 1, 0, 'snd_voi_training_105200_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 2033, 'Con-di-shon? Um... It''s probably good!', 'snd_voi_training_105200', 19, 1052022, 10, 1, 0, 'snd_voi_training_105200_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 2034, 'Even before the race, I''m feeling Urara, la la la! ♪ If I win, let''s celebrate with carrot pudding!', 'snd_voi_training_105200', 16, 4002, 10, 1, 0, 'snd_voi_training_105200_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 2035, 'Thanks, Trainer!', 'snd_voi_training_105200', 64, 1052019, 10, 0, 0, 'snd_voi_training_105200_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70018, 'Urara, la la la... ♪', 'snd_voi_outgame_105200', 26, 1052006, 7, 1, 0, 'snd_voi_outgame_105200_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 70019, 'I''m definitely gonna get first place!', 'snd_voi_outgame_105200', 27, 1052016, 7, 1, 0, 'snd_voi_outgame_105200_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 71018, 'Urara, la la la... ♪', 'snd_voi_outgame_105200', 26, 48, 7, 0, 0, 'snd_voi_outgame_105200_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1052, 71019, 'I''m definitely gonna get first place!', 'snd_voi_outgame_105200', 27, 58, 7, 0, 0, 'snd_voi_outgame_105200_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1053, 20051, 'Okay, time to get pumped!', 'snd_voi_training_105300', 65, 0, 2, 1, 0, 'snd_voi_training_105300_0065', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1053, 70000, 'I''ll put all my heart and soul into it!', 'snd_voi_outgame_105300', 3, 4009, 7, 1, 0, 'snd_voi_outgame_105300_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1053, 95005, 'You can rely on me as much as you need!', 'snd_voi_outgame_105300', 4, 0, 7, 1, 0, 'snd_voi_outgame_105300_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1053, 95006, 'I''ll bust through any limits in my way!', 'snd_voi_outgame_105300', 5, 0, 7, 1, 0, 'snd_voi_outgame_105300_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1054, 20051, 'Let''s practice our combination moves!', 'snd_voi_training_105400', 65, 0, 2, 1, 0, 'snd_voi_training_105400_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1054, 70000, 'Let''s do our best to become heroes!', 'snd_voi_outgame_105400', 3, 2001, 7, 1, 0, 'snd_voi_outgame_105400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1054, 95005, 'I''ve come to the rescue! Hyaah!', 'snd_voi_outgame_105400', 4, 0, 7, 1, 0, 'snd_voi_outgame_105400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1054, 95006, 'Behold! The power of justice and friendship!', 'snd_voi_outgame_105400', 5, 0, 7, 1, 0, 'snd_voi_outgame_105400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1055, 20051, 'Let''s do our best together! ☆', 'snd_voi_training_105500', 65, 0, 2, 1, 0, 'snd_voi_training_105500_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1055, 70000, 'Let''s go looking for something marvelous!', 'snd_voi_outgame_105500', 3, 1055000, 7, 1, 0, 'snd_voi_outgame_105500_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1055, 95005, 'I''ll make you marvelous! ☆', 'snd_voi_outgame_105500', 4, 0, 7, 1, 0, 'snd_voi_outgame_105500_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1055, 95006, 'A marvelous explosion! ★', 'snd_voi_outgame_105500', 5, 0, 7, 1, 0, 'snd_voi_outgame_105500_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1055, 400004, 'The world continues to be amazing, every minute of every day! It''s only going to get more marvelous from here! ☆', 'snd_voi_event_090008', 4, 1055001, 7, 1, 0, 'snd_voi_event_090008_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1055, 400012, 'Haha! You found me! ☆ Do lots of missions and get those marvelous rewards! ★', 'snd_voi_event_090008', 12, 1055006, 7, 1, 0, 'snd_voi_event_090008_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1055, 400013, 'Here''s your marvelous present! ☆ Get them all—they''re proof that a real miracle happened! ★', 'snd_voi_event_090008', 13, 1055013, 7, 1, 0, 'snd_voi_event_090008_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 11, 'Cygames', 'snd_voi_title_105600', 0, 0, 0, 1, 0, 'snd_voi_title_105600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_105600', 1, 0, 0, 1, 0, 'snd_voi_title_105600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10000, 'I may still be lacking in ability, but if I believe in my divinations and you, I can do my best!', 'snd_voi_home_105600', 0, 1056000, 1, 1, 0, 'snd_voi_home_105600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10001, 'Both my divinations and intuition have told me that you are the One, Trainer!', 'snd_voi_home_105600', 1, 2009, 1, 1, 0, 'snd_voi_home_105600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10002, 'I feel refreshed after getting rid of so much baggage! Let''s make a fresh start and go grab some good fortune!', 'snd_voi_home_105600', 2, 2001, 1, 1, 0, 'snd_voi_home_105600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10003, 'Heave-ho! Thump, thump. Bring on the good fortune! May the new year be full of sparkling smiles and clear skies!', 'snd_voi_home_105600', 3, 3009, 1, 1, 0, 'snd_voi_home_105600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10004, 'They had fortune cookies, so I bought ''em! There''s a ton to munch through, but it''s all for the fortunes!', 'snd_voi_home_105600', 4, 1056006, 1, 1, 0, 'snd_voi_home_105600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10005, 'Since it''s Valentine''s Day, I made chocolates shaped like good luck charms. Here you go!', 'snd_voi_home_105600', 5, 1056811, 1, 1, 0, 'snd_voi_home_105600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10006, 'I''m gonna send wish slips and a whole bamboo tree to your room, Trainer! Please write as many wishes as you want!', 'snd_voi_home_105600', 6, 1056000, 1, 1, 0, 'snd_voi_home_105600_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10007, 'Should we try bobbing for apples? They say it originated as a kind of love divination technique.', 'snd_voi_home_105600', 7, 1056811, 1, 1, 0, 'snd_voi_home_105600_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10008, 'During this special time of year, I can perform a special divination with greater power! Wait... are my divinations... holiday magic?!', 'snd_voi_home_105600', 8, 2001, 1, 1, 0, 'snd_voi_home_105600_0008', 0, 1056008, 5900, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10009, 'Spiritual power''s welling up all around the city! Grab your lucky net cuz we can''t afford to miss any!', 'snd_voi_home_105600', 9, 1009, 1, 1, 0, 'snd_voi_home_105600_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10010, 'I''m ready to leave at any time! The moment the clock strikes midnight on New Year''s, let''s shoot out the door and head straight for a shrine!', 'snd_voi_home_105600', 10, 1056000, 1, 1, 0, 'snd_voi_home_105600_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10011, 'Happy birthday, Trainer! I''ve prepared a prayer dance that will bring you a year filled with happiness!', 'snd_voi_home_105600', 11, 1001, 1, 1, 0, 'snd_voi_home_105600_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10012, 'Since we congratulate people on their birthday, we should totally eat some gratin together! It''s a special recipe with gold dust seasoning!', 'snd_voi_home_105600', 12, 9009, 1, 1, 0, 'snd_voi_home_105600_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10013, 'I can''t believe everyone is celebrating my birthday! Sniff... I''m so happy that my fortune is pouring out of my eyes!', 'snd_voi_home_105600', 13, 1056808, 1, 1, 0, 'snd_voi_home_105600_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10014, 'Your fortune today says that you will have good luck if you are with someone celebrating their birthday! So... wanna spend the day together?!', 'snd_voi_home_105600', 14, 1056811, 1, 1, 0, 'snd_voi_home_105600_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10015, 'Hmm... My divination tells me that there''s a notice for you! Let''s check it!', 'snd_voi_home_105600', 15, 9009, 1, 1, 0, 'snd_voi_home_105600_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10016, 'A present has arrived for you! Perhaps it''s a lucky item?', 'snd_voi_home_105600', 16, 1001, 1, 1, 0, 'snd_voi_home_105600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10017, 'Great work completing a mission! Look like our luck is improving! Let''s keep pushing forward with this momentum!', 'snd_voi_home_105600', 17, 1056000, 1, 1, 0, 'snd_voi_home_105600_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10018, 'Looks like there''s an event coming up! Shall I attempt a divination to predict what it will be?', 'snd_voi_home_105600', 18, 2001, 1, 1, 0, 'snd_voi_home_105600_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10019, 'An event has started! My divinations say that participating will bring good luck! Wanna check it out?', 'snd_voi_home_105600', 19, 2009, 1, 1, 0, 'snd_voi_home_105600_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20000, 'Urgh... No energy... It seems I was overconfident in my own strength.', 'snd_voi_training_105600', 0, 1056807, 2, 1, 0, 'snd_voi_training_105600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20001, 'My divinations say that resting will bring good luck today, so how about it? I''m also just a little tired...', 'snd_voi_training_105600', 1, 1056809, 2, 1, 0, 'snd_voi_training_105600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20002, 'Mhh-hmm! I''m brimming with spiritual power! You can leave everything to me!', 'snd_voi_training_105600', 2, 3009, 2, 1, 0, 'snd_voi_training_105600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20003, 'Listen to this! My fortune today goes even beyond great. Heh-heh-heh, I''m invincible now!', 'snd_voi_training_105600', 3, 3001, 2, 1, 0, 'snd_voi_training_105600_0003', 0, 1009, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20004, 'Working hard today will bring good fortune! Hehe, bring on any training you''ve got!', 'snd_voi_training_105600', 4, 1056000, 2, 1, 0, 'snd_voi_training_105600_0004', 0, 1056016, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20005, 'My chopsticks split cleanly, so I feel great today!', 'snd_voi_training_105600', 5, 1001, 2, 1, 0, 'snd_voi_training_105600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20006, 'Today''s fortune is neither good nor bad. Normal is the best though, so let''s do it like we usually do!', 'snd_voi_training_105600', 6, 1056006, 2, 1, 0, 'snd_voi_training_105600_0006', 0, 1056020, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20007, 'Oh, great Shiraoki, please grant me your blessings today!', 'snd_voi_training_105600', 7, 2003, 2, 1, 0, 'snd_voi_training_105600_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20008, 'I drew a fortune slip that had misfortune written on it... I''m so worried about it that I can''t concentrate on my training...', 'snd_voi_training_105600', 8, 11005, 2, 1, 0, 'snd_voi_training_105600_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20009, 'Everything has felt so unlucky today... Maybe my good fortune''s running out... Ughhh...', 'snd_voi_training_105600', 9, 1056807, 2, 1, 0, 'snd_voi_training_105600_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20010, 'My divination gave the worst result... My fortune slip said great misfortune... And to top it all off, even a black cat crossed my path! I-It''s all over for me!', 'snd_voi_training_105600', 10, 1056004, 2, 1, 0, 'snd_voi_training_105600_0010', 0, 1056017, 7500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20011, 'Ugh... My body feels so heavy... It seems that my spiritual power is lacking... Gah.', 'snd_voi_training_105600', 11, 2005, 2, 1, 0, 'snd_voi_training_105600_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20021, 'I keep entering races, but is this really okay? My fortune says that my luck will drop if I keep doing the same thing over and over...', 'snd_voi_training_105600', 12, 1056809, 2, 1, 0, 'snd_voi_training_105600_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20022, 'How about we pass on this race? I''ve been running non-stop recently... Also, my luck is at rock bottom...', 'snd_voi_training_105600', 13, 1056807, 2, 1, 0, 'snd_voi_training_105600_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20023, 'Excellent fortune! Great luck! No one can stand in our way! I feel like I can win any race right now!', 'snd_voi_training_105600', 14, 1009, 2, 1, 0, 'snd_voi_training_105600_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20024, 'I had a dream that I was running alongside the great Shiraoki! Such an auspicious dream... Victory''s pretty much a done deal, right?!', 'snd_voi_training_105600', 15, 1056016, 2, 1, 0, 'snd_voi_training_105600_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20025, 'A-amazing! No matter what fortune I check, they only say good things! I don''t feel like I can lose at all!', 'snd_voi_training_105600', 16, 2011, 2, 1, 0, 'snd_voi_training_105600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20026, 'My fortune for racing is good! Looks like I''ll be able to give it my all!', 'snd_voi_training_105600', 17, 1001, 2, 1, 0, 'snd_voi_training_105600_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20027, 'I''ve fully recharged my spiritual power! It''s all thanks to the sacred sites I visited!', 'snd_voi_training_105600', 18, 1056000, 2, 1, 0, 'snd_voi_training_105600_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20028, 'I received a certain-victory charm from my family''s shrine! I can win for sure with this!', 'snd_voi_training_105600', 19, 1056006, 2, 1, 0, 'snd_voi_training_105600_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20029, 'Shifting gears to a lucky dash! The prize I''m chasing? Great fortune!', 'snd_voi_training_105600', 20, 9009, 2, 1, 0, 'snd_voi_training_105600_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20030, 'I did two divinations today, but the results were complete opposites! That means it all depends on my effort!', 'snd_voi_training_105600', 21, 2008, 2, 1, 0, 'snd_voi_training_105600_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20031, 'Looks like I''m not in bad shape! All I have to do now is run while having faith in my trainer and the great Shiraoki!', 'snd_voi_training_105600', 22, 11001, 2, 1, 0, 'snd_voi_training_105600_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20032, 'I drew misfortune, but my lucky person is someone close to me who I can rely on... In other words, I just have to believe in you, Trainer!', 'snd_voi_training_105600', 23, 2007, 2, 1, 0, 'snd_voi_training_105600_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20033, 'I ate some pork cutlets, so I should be able to hang in there... I''m not in great shape though...', 'snd_voi_training_105600', 24, 1056809, 2, 1, 0, 'snd_voi_training_105600_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20034, 'Today''s fortune says that happiness may lie ahead after overcoming difficulties... I''ll try as hard as I can!', 'snd_voi_training_105600', 25, 1007, 2, 1, 0, 'snd_voi_training_105600_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20035, 'It''s okay! ...I''m sure the great Shiraoki is watching over me... Regardless, I''m going to run with everything I have!', 'snd_voi_training_105600', 26, 1056807, 2, 1, 0, 'snd_voi_training_105600_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20036, 'Whaaat?! I can''t find my certain-victory charm! W-well, I guess all I can do is believe in myself and do my best...', 'snd_voi_training_105600', 27, 1056808, 2, 1, 0, 'snd_voi_training_105600_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20037, 'Sigh... I drew great misfortune... I''ll just have to run with everything I''ve got and try to carve a path to victory...', 'snd_voi_training_105600', 28, 2006, 2, 1, 0, 'snd_voi_training_105600_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20038, 'Roger that!', 'snd_voi_training_105600', 29, 0, 2, 1, 0, 'snd_voi_training_105600_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20039, 'I''ll do my best!', 'snd_voi_training_105600', 30, 0, 2, 1, 0, 'snd_voi_training_105600_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20040, 'Let''s get started!', 'snd_voi_training_105600', 31, 0, 2, 1, 0, 'snd_voi_training_105600_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20041, 'Academic success!', 'snd_voi_training_105600', 32, 0, 2, 1, 0, 'snd_voi_training_105600_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20042, 'H-huh?', 'snd_voi_training_105600', 33, 0, 2, 1, 0, 'snd_voi_training_105600_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20043, 'I just can''t do it!', 'snd_voi_training_105600', 34, 0, 2, 1, 0, 'snd_voi_training_105600_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20046, 'Time to head out!', 'snd_voi_training_105600', 37, 0, 2, 1, 0, 'snd_voi_training_105600_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20047, 'This''ll be great!', 'snd_voi_training_105600', 38, 0, 2, 1, 0, 'snd_voi_training_105600_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20049, 'I''m glad I believed in you and did my best!', 'snd_voi_training_105600', 63, 0, 2, 1, 0, 'snd_voi_training_105600_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20050, 'Thank you so much, Trainer!', 'snd_voi_training_105600', 64, 0, 2, 1, 0, 'snd_voi_training_105600_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 30000, 'So close! Next time I''ll grab first place and great fortune!', 'snd_voi_race_105600', 0, 0, 3, 1, 0, 'snd_voi_race_105600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 30001, 'I was just a little bit unlucky!', 'snd_voi_race_105600', 1, 0, 3, 1, 0, 'snd_voi_race_105600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 30002, 'I''m sure there will be good luck coming my way soon! I''ll do my best next time!', 'snd_voi_race_105600', 2, 0, 3, 1, 0, 'snd_voi_race_105600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 30003, 'I could really use some good fortune right about now...', 'snd_voi_race_105600', 3, 0, 3, 1, 0, 'snd_voi_race_105600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 60000, 'Now, it''s time to share my good fortune with others!', 'snd_voi_live_105600', 0, 0, 4, 1, 0, 'snd_voi_live_105600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 60001, 'Let''s perform a dance of gratitude!', 'snd_voi_live_105600', 1, 0, 4, 1, 0, 'snd_voi_live_105600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70001, 'Meeting you opened up a path for me to move forward... I''m ever grateful to both you and the great Shiraoki!', 'snd_voi_outgame_105600', 1, 1056006, 7, 1, 0, 'snd_voi_outgame_105600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90000, 'Good morning and good fortune! You get a free divination today!', 'snd_voi_home_105601', 0, 1002, 1, 1, 0, 'snd_voi_home_105601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90001, 'My heart feels clear and refreshed! Could it be because I polished my crystal ball first thing this morning?', 'snd_voi_home_105601', 1, 9002, 1, 1, 0, 'snd_voi_home_105601_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90002, 'Let''s head to the shrine right after lunch. I want to raise my training ability for today!', 'snd_voi_home_105601', 2, 1001, 1, 1, 0, 'snd_voi_home_105601_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90003, 'Fancy having lunch with me? I''ll also tell you today''s lucky food!', 'snd_voi_home_105601', 3, 1056020, 1, 1, 0, 'snd_voi_home_105601_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90004, 'I recommend placing three hard candies under your pillow. I feel like it might improve your luck just a little bit!', 'snd_voi_home_105601', 4, 1056006, 1, 1, 0, 'snd_voi_home_105601_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90005, 'I-I can''t really handle spicy food, but it seems like eating it now will be good feng shui... The pain will be for an honorable cause!', 'snd_voi_home_105601', 5, 2003, 1, 1, 0, 'snd_voi_home_105601_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90006, 'I recommend a large wrapping cloth instead of a blue tarp when setting up for cherry blossom viewing. An arabesque pattern will even increase your financial luck!', 'snd_voi_home_105601', 6, 1056000, 1, 1, 0, 'snd_voi_home_105601_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90007, 'Gotta mention chilled noodles, somen, and cold tofu... Okay, I''ve completed an incantation that will help us come upon delicious summer food!', 'snd_voi_home_105601', 7, 2003, 1, 1, 0, 'snd_voi_home_105601_0007', 0, 1056001, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90008, 'Haiya... Woiya... Revealed it has been! The lucky flower for this fall is the chrysanthemum!', 'snd_voi_home_105601', 8, 2003, 1, 1, 0, 'snd_voi_home_105601_0008', 0, 1056000, 6400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90009, 'My fortune said staying warm would bring luck, so let''s get cozy under the kotatsu! I-it''s true, you know! I''m not lying!', 'snd_voi_home_105601', 9, 1001, 1, 1, 0, 'snd_voi_home_105601_0009', 0, 1056015, 4400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91000, 'You can leave exorcisms and protection against misfortune to me! My family does run a shrine, you know. All my techniques are self-taught, though...', 'snd_voi_home_105601', 10, 1056000, 1, 1, 0, 'snd_voi_home_105601_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91001, 'Suzuka was looking pretty lonely earlier, so I gave her a large sea bream ornament! It''s a good luck charm!', 'snd_voi_home_105601', 11, 10001, 1, 1, 0, 'snd_voi_home_105601_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91002, 'I want to tell Taiki that she''s going to have great fortune today, but how can I communicate it best? "Today will be rootin''-tootin'' great"?', 'snd_voi_home_105601', 12, 1056809, 1, 1, 0, 'snd_voi_home_105601_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91003, 'Trainer, your fortune today is... sunny but partly cloudy! With some sudden downpours of great luck!', 'snd_voi_home_105601', 13, 2009, 1, 1, 0, 'snd_voi_home_105601_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91004, 'Air Groove told me I was working really hard! I was so moved that I gave her a ceramic tanuki figure in thanks!', 'snd_voi_home_105601', 14, 1009, 1, 1, 0, 'snd_voi_home_105601_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91005, 'Sometimes I fall over when helping out my family with Kagura dances. I''ll have to be careful during the concert! I hope nobody gets hurt!', 'snd_voi_home_105601', 15, 1056810, 1, 1, 0, 'snd_voi_home_105601_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91006, 'I''m used to wearing flowing clothes, such as traditional miko garb! I often accidentally step on the hem though...', 'snd_voi_home_105601', 16, 1056006, 1, 1, 0, 'snd_voi_home_105601_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91007, 'This racewear seems like it will grant me good fortune. ...It''s overflowing with spiritual power! If I wear this, I''m sure I''ll win!', 'snd_voi_home_105601', 17, 1056016, 1, 1, 0, 'snd_voi_home_105601_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91008, 'Hehe! I have Miss Nya alongside me to bring me luck, so all I need to do is run with faith!', 'snd_voi_home_105601', 18, 1009, 1, 1, 0, 'snd_voi_home_105601_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91009, 'Oooh, a divine message from the great Shiraoki! Let''s see here... I have to eat any bits of eggshell I find in my rolled omelet?!', 'snd_voi_home_105601', 19, 2010, 1, 1, 0, 'snd_voi_home_105601_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91010, 'Trainer, listen to this! Earlier, three whole tea stalks were standing up in my tea, but then... they all sank...', 'snd_voi_home_105601', 20, 9009, 1, 1, 0, 'snd_voi_home_105601_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91011, 'Mwahaha, I''m making good progress on my homework! ♪ I have a reliable ally in my lucky pencil!', 'snd_voi_home_105601', 21, 1056007, 1, 1, 0, 'snd_voi_home_105601_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91012, 'The symbol of good fortune that awakens in the spring is... Yes, the ladybug! Come on, let''s go looking for some!', 'snd_voi_home_105601', 22, 1002, 1, 1, 0, 'snd_voi_home_105601_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91013, 'It''s the season for delicious cherries. You can enjoy eating them and even use the seeds for divinations... They truly are the food of happiness!', 'snd_voi_home_105601', 23, 1056000, 1, 1, 0, 'snd_voi_home_105601_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91014, 'I recommend going on a pilgrimage in fall! You can also enjoy the fallen leaves and gourmet food. Now that''s what I call efficiency!', 'snd_voi_home_105601', 24, 9009, 1, 1, 0, 'snd_voi_home_105601_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91015, 'My skin is so prone to drying out... I know gold dust is lucky, but do you think it also has moisturizing properties?', 'snd_voi_home_105601', 25, 1056809, 1, 1, 0, 'snd_voi_home_105601_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92000, 'Preparations: complete. Fortunes: divined. Now, let''s start today''s training!', 'snd_voi_training_105601', 0, 1056000, 2, 1, 0, 'snd_voi_training_105601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92001, 'Shall I divine the best locations for training?', 'snd_voi_training_105601', 1, 2001, 2, 1, 0, 'snd_voi_training_105601_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92002, 'Hmhm... Spiritual power is gathering all throughout my body!', 'snd_voi_training_105601', 3, 2009, 2, 1, 0, 'snd_voi_training_105601_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92003, 'Revvin'' up a lucky dash to go chasing after some good fortune!', 'snd_voi_training_105601', 4, 3009, 2, 1, 0, 'snd_voi_training_105601_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92011, 'Feel free to bring on the tough workouts! I''ve prepared a charm that keeps my muscles from getting sore no matter how much I run!', 'snd_voi_training_105601', 2, 1009, 2, 1, 0, 'snd_voi_training_105601_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92005, 'I''ll follow the revelations of the great Shiraoki and run with all my heart! The path forward is sure to open before me!', 'snd_voi_training_105601', 5, 1056007, 2, 1, 0, 'snd_voi_training_105601_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92006, 'I know I may rely a little too much on fortune-telling and divinations, but thanks for always standing by me. I''ll do my best to meet your expectations!', 'snd_voi_training_105601', 6, 9009, 2, 1, 0, 'snd_voi_training_105601_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92007, 'I have faith in both my divinations and you, Trainer! After all, I know that you are the One!', 'snd_voi_training_105601', 7, 1002, 2, 1, 0, 'snd_voi_training_105601_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 93000, 'I knew it, Trainer! You''re definitely the One for me!', 'snd_voi_training_105601', 8, 0, 2, 1, 0, 'snd_voi_training_105601_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 93001, 'Let''s continue to strive for good fortune together!', 'snd_voi_training_105601', 9, 0, 2, 1, 0, 'snd_voi_training_105601_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95000, 'Oooh! A mystical power is welling up within me!', 'snd_voi_outgame_105601', 0, 2001, 7, 1, 0, 'snd_voi_outgame_105601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95001, 'Luck is on our side! I''m feelin'' a fortune FRENZY comin''!', 'snd_voi_outgame_105601', 1, 2001, 7, 1, 0, 'snd_voi_outgame_105601_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95003, 'I''m Matikanefukukitaru!', 'snd_voi_outgame_105601', 3, 1009, 7, 1, 0, 'snd_voi_outgame_105601_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1008, 'The goddess of victory smiles upon us!', 'snd_voi_teamst_st_105600_0000', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_105600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1117, 'I''ve said some prayers for you too, Suzuka!', 'snd_voi_teamst_st_105600_1002', 0, 2009, 8, 1, 0, 'snd_voi_teamst_st_105600_1002_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1118, 'Let''s give a shout of victory!', 'snd_voi_teamst_st_105600_1010', 0, 1056001, 8, 1, 0, 'snd_voi_teamst_st_105600_1010_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1000, 'Hail! Spinach leaves!', 'snd_voi_teamst_105600', 0, 990021, 8, 1, 0, 'snd_voi_teamst_105600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1001, 'Fortune was on our side!', 'snd_voi_teamst_105600', 1, 0, 8, 1, 0, 'snd_voi_teamst_105600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1003, 'They''re pretty good!', 'snd_voi_teamst_105600', 2, 0, 8, 1, 0, 'snd_voi_teamst_105600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1002, 'No way! We lost?!', 'snd_voi_teamst_105600', 3, 0, 8, 1, 0, 'snd_voi_teamst_105600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1004, 'This was divine providence!', 'snd_voi_teamst_105600', 4, 1056016, 8, 1, 0, 'snd_voi_teamst_105600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1007, 'That''s a new record!', 'snd_voi_teamst_105600', 5, 1056001, 8, 1, 0, 'snd_voi_teamst_105600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1006, 'They''re pretty good!', 'snd_voi_teamst_105600', 2, 1056000, 8, 1, 0, 'snd_voi_teamst_105600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 1005, 'No way! We lost?!', 'snd_voi_teamst_105600', 3, 1056005, 8, 1, 0, 'snd_voi_teamst_105600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 120000, 'I''m filled with a power of mysterious origin!', 'snd_voi_outgame_105600', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_105600_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140000, 'The goddess of victory smiles upon us!', 'snd_voi_minigame_105600', 0, 1056000, 9, 1, 0, 'snd_voi_minigame_105600_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140001, 'Those who believe will be saved!', 'snd_voi_minigame_105600', 1, 1056007, 9, 1, 0, 'snd_voi_minigame_105600_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140002, 'N-no way...', 'snd_voi_minigame_105600', 2, 1056812, 9, 1, 0, 'snd_voi_minigame_105600_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140003, 'Great fortune!', 'snd_voi_minigame_105600', 3, 971056, 9, 1, 0, 'snd_voi_minigame_105600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140004, 'That''s a good omen!', 'snd_voi_minigame_105600', 4, 972056, 9, 1, 0, 'snd_voi_minigame_105600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140005, 'Th-this feeling... I have to ward off this evil!', 'snd_voi_minigame_105600', 5, 1056808, 9, 1, 0, 'snd_voi_minigame_105600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140006, 'Great fortune!', 'snd_voi_minigame_105600', 3, 974056, 9, 1, 0, 'snd_voi_minigame_105600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140007, 'That''s a good omen!', 'snd_voi_minigame_105600', 4, 973056, 9, 1, 0, 'snd_voi_minigame_105600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140008, 'Hehehe.', 'snd_voi_minigame_105600', 6, 1056813, 9, 1, 0, 'snd_voi_minigame_105600_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140009, 'Hehe.', 'snd_voi_minigame_105600', 7, 1056814, 9, 1, 0, 'snd_voi_minigame_105600_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140010, 'Heh-heh-heh. ♪', 'snd_voi_minigame_105600', 8, 1056815, 9, 1, 0, 'snd_voi_minigame_105600_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140011, 'Simply incredible!', 'snd_voi_minigame_105600', 9, 1056816, 9, 1, 0, 'snd_voi_minigame_105600_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140014, 'No way...', 'snd_voi_minigame_105600', 10, 1056807, 9, 1, 0, 'snd_voi_minigame_105600_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140015, 'Oh!', 'snd_voi_minigame_105600', 11, 1056817, 9, 1, 0, 'snd_voi_minigame_105600_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140016, 'You can do it!', 'snd_voi_minigame_105600', 12, 1056000, 9, 1, 0, 'snd_voi_minigame_105600_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140012, 'You did it!', 'snd_voi_minigame_105600', 13, 1056805, 9, 1, 0, 'snd_voi_minigame_105600_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140013, 'Wow...', 'snd_voi_minigame_105600', 14, 1056814, 9, 1, 0, 'snd_voi_minigame_105600_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140017, 'Oh...', 'snd_voi_minigame_105600', 15, 1056818, 9, 1, 0, 'snd_voi_minigame_105600_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 140018, 'Urgh!', 'snd_voi_minigame_105600', 16, 1056002, 9, 1, 0, 'snd_voi_minigame_105600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 40000, 'Great fortune! Great fortune! Immense fortune!', 'snd_voi_race_105601', 2, 0, 3, 1, 0, 'snd_voi_race_105601_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 40001, 'Great fortune! Great fortune! Immense fortune!', 'snd_voi_race_105601', 2, 0, 3, 1, 0, 'snd_voi_race_105601_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 40002, 'The decisive moment is... now?!', 'snd_voi_race_105600', 6, 0, 3, 1, 0, 'snd_voi_race_105600_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 30004, 'Come on happiness! Good fortune has arrived!', 'snd_voi_race_105601', 0, 0, 3, 1, 0, 'snd_voi_race_105601_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 30005, 'Thanks for the great fortune! ♪', 'snd_voi_race_105600', 8, 0, 3, 1, 0, 'snd_voi_race_105600_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 31000, 'Oh great Shiraoki, grant me strength!', 'snd_voi_race_105600', 9, 0, 3, 1, 0, 'snd_voi_race_105600_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 13, 'A divine login bonus!', 'snd_voi_title_105600', 4, 2009, 1, 1, 0, 'snd_voi_title_105600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 15, 'This is the boon you will receive tomorrow!', 'snd_voi_title_105600', 5, 8002, 1, 1, 0, 'snd_voi_title_105600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 110000, 'Please polish my skills just like you''d polish a crystal ball!', 'snd_voi_home_105600', 21, 0, 1, 1, 0, 'snd_voi_home_105600_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 110001, 'Here are some stories that can help with my fortune-telling. ♪', 'snd_voi_home_105600', 22, 0, 1, 1, 0, 'snd_voi_home_105600_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 110002, 'Shall we try our luck in a race?', 'snd_voi_home_105600', 23, 0, 1, 1, 0, 'snd_voi_home_105600_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 10021, 'Oh! What''s this?! Your Archive seems to have leveled up!', 'snd_voi_home_105600', 24, 8001, 1, 1, 0, 'snd_voi_home_105600_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 20051, 'Onward, to the heavenly realm itself!', 'snd_voi_training_105600', 65, 1009, 2, 1, 0, 'snd_voi_training_105600_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70000, 'Let us show reverence for the great Shiraoki!', 'snd_voi_outgame_105600', 3, 0, 7, 1, 0, 'snd_voi_outgame_105600_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95005, 'Let me help you with a new divination!', 'snd_voi_outgame_105600', 4, 0, 7, 1, 0, 'snd_voi_outgame_105600_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95006, 'Please rest assured! I''ll bring you the good fortune you desire!', 'snd_voi_outgame_105600', 5, 0, 7, 1, 0, 'snd_voi_outgame_105600_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70004, 'Ironing is essential! If this uniform gets wrinkled, it''ll be possessed by evil spirits!', 'snd_voi_outgame_105600', 16, 1056007, 7, 1, 0, 'snd_voi_outgame_105600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70010, 'Ah... If I add some shiny gold accents, maybe it would boost my luck with money?', 'snd_voi_outgame_105600', 17, 1056016, 7, 1, 0, 'snd_voi_outgame_105600_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70008, 'When wishes are many, let shooting stars fall aplenty. What do you think of this incantation?', 'snd_voi_outgame_105600', 20, 1056001, 7, 1, 0, 'snd_voi_outgame_105600_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70014, 'Umm... Where should I put all my lucky items?', 'snd_voi_outgame_105600', 21, 1056009, 7, 1, 0, 'snd_voi_outgame_105600_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70009, 'Great fortune! Certain victory! I can''t lose wearing this!', 'snd_voi_outgame_105600', 22, 10001, 7, 1, 0, 'snd_voi_outgame_105600_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70015, 'The great Shiraoki''s messenger has got my back! ...Say hi to Miss Nya!', 'snd_voi_outgame_105600', 23, 10001, 7, 1, 0, 'snd_voi_outgame_105600_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71004, 'Ironing is essential! If this uniform gets wrinkled, it''ll be possessed by evil spirits!', 'snd_voi_outgame_105600', 16, 18, 7, 0, 0, 'snd_voi_outgame_105600_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71010, 'Ah... If I add some shiny gold accents, maybe it would boost my luck with money?', 'snd_voi_outgame_105600', 17, 48, 7, 0, 0, 'snd_voi_outgame_105600_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71008, 'When wishes are many, let shooting stars fall aplenty. What do you think of this incantation?', 'snd_voi_outgame_105600', 20, 34, 7, 0, 0, 'snd_voi_outgame_105600_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71014, 'Umm... Where should I put all my lucky items?', 'snd_voi_outgame_105600', 21, 148, 7, 0, 0, 'snd_voi_outgame_105600_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71009, 'Great fortune! Certain victory! I can''t lose wearing this!', 'snd_voi_outgame_105600', 22, 18, 7, 0, 0, 'snd_voi_outgame_105600_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71015, 'The great Shiraoki''s messenger has got my back! ...Say hi to Miss Nya!', 'snd_voi_outgame_105600', 23, 18, 7, 0, 0, 'snd_voi_outgame_105600_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 2030, 'Hail! Spinach leaves!', 'snd_voi_teamst_105600', 0, 990021, 10, 1, 0, 'snd_voi_teamst_105600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 2031, 'The goddess of victory smiles upon us!', 'snd_voi_teamst_st_105600_0000', 0, 3009, 10, 1, 0, 'snd_voi_teamst_st_105600_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 2032, 'Thank you so much, Trainer!', 'snd_voi_training_105600', 64, 1001, 10, 1, 0, 'snd_voi_training_105600_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 2033, 'I received a certain-victory charm from my family''s shrine! I can win for sure with this!', 'snd_voi_training_105600', 19, 1056006, 10, 1, 0, 'snd_voi_training_105600_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 2034, 'A-amazing! No matter what fortune I check, they only say good things! I don''t feel like I can lose at all!', 'snd_voi_training_105600', 16, 2011, 10, 1, 0, 'snd_voi_training_105600_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 2035, 'Thank you so much, Trainer!', 'snd_voi_training_105600', 64, 1001, 10, 0, 0, 'snd_voi_training_105600_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90010, 'Wow! I bet you can use the pattern on this dress for flower divinations! I''ll tell you your fortune for today!', 'snd_voi_home_105602', 0, 1056000, 1, 1, 0, 'snd_voi_home_105602_0000', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90011, 'You should start every day with a positive invocation! Great fortune! Super fortune! Abundant fortune!', 'snd_voi_home_105602', 1, 1056007, 1, 1, 0, 'snd_voi_home_105602_0001', 0, 1056001, 6800, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90012, 'Ugh, my stomach is rumbling... Is this a divine message telling me to eat an extra-large carrot hamburger steak?!', 'snd_voi_home_105602', 2, 1056004, 1, 1, 0, 'snd_voi_home_105602_0002', 0, 1056014, 4700, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90013, 'I tried making fortune cookies! Let''s have them for a snack!', 'snd_voi_home_105602', 3, 1056016, 1, 1, 0, 'snd_voi_home_105602_0003', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90014, 'Stars are a major part of fortune telling! Would you like to go stargazing to find your lucky star?', 'snd_voi_home_105602', 4, 1056007, 1, 1, 0, 'snd_voi_home_105602_0004', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90015, 'Ugh... I drank way too much green tea while hoping to get a standing tea stalk! I can''t stop blinking my eyes!', 'snd_voi_home_105602', 5, 1056005, 1, 1, 0, 'snd_voi_home_105602_0005', 0, 1056017, 5600, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90016, 'Oooh... Every time I take a breath, I feel a blossoming power enter my body! Inhale... Exhale!', 'snd_voi_home_105602', 6, 1056001, 1, 1, 0, 'snd_voi_home_105602_0006', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90017, 'The sound of wind chimes drives away evil spirits! I bought about twenty of them!', 'snd_voi_home_105602', 7, 1056007, 1, 1, 0, 'snd_voi_home_105602_0007', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90018, 'When foraging for mushrooms, you should always keep an eye out for fly agaric, since they''re a sign of good luck! ...You can''t eat them though.', 'snd_voi_home_105602', 8, 1056000, 1, 1, 0, 'snd_voi_home_105602_0008', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 90019, 'Cold weather makes your luck stagnate! Let''s warm up with the simmering power of a hot pot!', 'snd_voi_home_105602', 9, 1056004, 1, 1, 0, 'snd_voi_home_105602_0009', 0, 1003, 3200, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91016, 'This pouch that holds my shrine stamp book is handmade! Aren''t the birds on it so cute?', 'snd_voi_home_105602', 10, 1001, 1, 1, 0, 'snd_voi_home_105602_0010', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91017, 'The most suitable charm for you, Trainer... Hmm, now that I think about it, this is a really tough decision!', 'snd_voi_home_105602', 11, 1056009, 1, 1, 0, 'snd_voi_home_105602_0011', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91018, 'Doto isn''t the greatest with knots, so I gave her a fortune charm that you can untie easily!', 'snd_voi_home_105602', 12, 1056008, 1, 1, 0, 'snd_voi_home_105602_0012', 0, 1056000, 3400, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91019, 'Sky is very popular with cats... She''s very cat-like herself too... No way! Could she be the incarnation of a beckoning cat?!', 'snd_voi_home_105602', 13, 1056009, 1, 1, 0, 'snd_voi_home_105602_0013', 0, 1056819, 6000, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91020, 'Taiki invited me to go out with her. A picnic at a sacred site might be nice!', 'snd_voi_home_105602', 14, 1056016, 1, 1, 0, 'snd_voi_home_105602_0014', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91028, 'Heh-heh-heh. As long as I have this outfit, I have no need to search for a four-leaf clover!', 'snd_voi_home_105602', 15, 1056007, 1, 1, 0, 'snd_voi_home_105602_0015', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91029, 'This is the most powerful lucky outfit there is! If you like, we could coordinate your outfit for maximum luck too, Trainer!', 'snd_voi_home_105602', 16, 1056000, 1, 1, 0, 'snd_voi_home_105602_0016', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91021, 'I was looking for a lucky morning spider and accidentally ruined its web... Forgive me!', 'snd_voi_home_105602', 17, 1056004, 1, 1, 0, 'snd_voi_home_105602_0017', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91022, 'My current lunchtime obsession is using syrup to write "great fortune" on my dessert!', 'snd_voi_home_105602', 18, 1056006, 1, 1, 0, 'snd_voi_home_105602_0018', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91023, 'No matter how cheerful you are, never whistle at night. I mean like this: Phweee... Ah! What have I done?!', 'snd_voi_home_105602', 19, 1003, 1, 1, 0, 'snd_voi_home_105602_0019', 0, 9007, 11200, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91024, 'If you want to see the cherry blossoms, we should visit a shrine! I''ll make lucky boxed lunches just perfect for spring!', 'snd_voi_home_105602', 20, 1056001, 1, 1, 0, 'snd_voi_home_105602_0020', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91025, 'When fireworks go kaboom! they blow away all the bad vibes! So... join me at tonight''s summer festival?', 'snd_voi_home_105602', 21, 1056007, 1, 1, 0, 'snd_voi_home_105602_0021', 0, 1056010, 5000, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91026, 'Fall is the turning point when yin replaces yang! It might be a good idea to equip a new set of charms!', 'snd_voi_home_105602', 22, 1056000, 1, 1, 0, 'snd_voi_home_105602_0022', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 91027, 'Ooh... Your scarf looks warm, Trainer... I can feel its snuggly power even from here...', 'snd_voi_home_105602', 23, 1056807, 1, 1, 0, 'snd_voi_home_105602_0023', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92015, 'Trust that your luck will bear fruit and bloom brilliantly! Let''s do our best today!', 'snd_voi_training_105602', 0, 1056016, 2, 1, 0, 'snd_voi_training_105602_0000', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92016, 'I can charge my power level with the lucky items equipped all over my body! Haaaaah!', 'snd_voi_training_105602', 1, 1003, 2, 1, 0, 'snd_voi_training_105602_0001', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92017, 'I had a feeling it would hit me soon! It''s the boon granted by my lucky equipment!', 'snd_voi_training_105602', 2, 1056000, 2, 1, 0, 'snd_voi_training_105602_0002', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92018, 'I filled my gourd bottle with sports drink! I''m fully prepared!', 'snd_voi_training_105602', 3, 1056016, 2, 1, 0, 'snd_voi_training_105602_0003', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92020, 'Trainer, if I add your lucky power to my own repertoire... That will truly give me a decisive advantage! I''d be practically invincible!', 'snd_voi_training_105602', 5, 1056007, 2, 1, 0, 'snd_voi_training_105602_0005', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92021, 'I want to unleash all the lucky power I have accumulated on the grandest stage! Trainer, please help me blossom!', 'snd_voi_training_105602', 6, 1003, 2, 1, 0, 'snd_voi_training_105602_0006', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 92022, 'If I make heaps and heaps of memories with you, Trainer... I''m sure they will transform into a mysterious power!', 'snd_voi_training_105602', 7, 11001, 2, 1, 0, 'snd_voi_training_105602_0007', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 93004, 'The wish I held from long ago... You made it bloom!', 'snd_voi_training_105602', 8, 0, 2, 1, 0, 'snd_voi_training_105602_0008', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 93005, 'It was a wonderful journey filled with luck and happiness!', 'snd_voi_training_105602', 9, 0, 2, 1, 0, 'snd_voi_training_105602_0009', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95007, 'A new power is sprouting within me!', 'snd_voi_outgame_105602', 0, 1056007, 7, 1, 0, 'snd_voi_outgame_105602_0000', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95008, 'Oooh! I-I can see it! An aura of good luck!', 'snd_voi_outgame_105602', 1, 1056001, 7, 1, 0, 'snd_voi_outgame_105602_0001', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95010, 'I, Matikanefukukitaru, will fully bloom with great fortune!', 'snd_voi_outgame_105602', 3, 1056016, 7, 1, 0, 'snd_voi_outgame_105602_0003', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70016, 'I''m equipped with my most powerful lucky items! I''ll drive off any misfortune that comes my way!', 'snd_voi_outgame_105600', 24, 1056007, 7, 1, 0, 'snd_voi_outgame_105600_0024', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70017, 'Heh-heh-heh, my lucky aura must be glittering!', 'snd_voi_outgame_105600', 25, 1056000, 7, 1, 0, 'snd_voi_outgame_105600_0025', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71016, 'I''m equipped with my most powerful lucky items! I''ll drive off any misfortune that comes my way!', 'snd_voi_outgame_105600', 24, 18, 7, 0, 0, 'snd_voi_outgame_105600_0024', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71017, 'Heh-heh-heh, my lucky aura must be glittering!', 'snd_voi_outgame_105600', 25, 148, 7, 0, 0, 'snd_voi_outgame_105600_0025', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 95009, 'Good fortune awaits you, my friend. All you''ve gotta do is follow me!', 'snd_voi_gacha_105602', 0, 0, 7, 1, 0, 'snd_voi_gacha_105602_0000', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 40003, 'Bestow on me your blessings, o legion of fortune charms!', 'snd_voi_race_105602', 2, 0, 3, 1, 0, 'snd_voi_race_105602_0002', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 40004, 'Oh my elite troops who bestow good fortune, please give me str— Uwahhh! Give me your blessings! My legion of fortune charms!', 'snd_voi_race_105602', 3, 0, 3, 1, 0, 'snd_voi_race_105602_0003', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 30006, 'Did you see that?! I was granted oodles of great fortune!', 'snd_voi_race_105602', 0, 0, 3, 1, 0, 'snd_voi_race_105602_0000', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 30007, 'Thanks for the great fortune! ♪', 'snd_voi_race_105600', 8, 0, 3, 1, 0, 'snd_voi_race_105600_0008', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70018, 'Great fortune!', 'snd_voi_outgame_105600', 26, 1056000, 7, 1, 0, 'snd_voi_outgame_105600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 70019, 'Fortune power! Full steam ahead!', 'snd_voi_outgame_105600', 27, 1056001, 7, 1, 0, 'snd_voi_outgame_105600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71018, 'Great fortune!', 'snd_voi_outgame_105600', 26, 26, 7, 0, 0, 'snd_voi_outgame_105600_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 71019, 'Fortune power! Full steam ahead!', 'snd_voi_outgame_105600', 27, 18, 7, 0, 0, 'snd_voi_outgame_105600_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 81000, 'Hah hah hah! Think you can rival me in my divine state?', 'snd_voi_outgame_105600', 13, 2009, 7, 1, 0, 'snd_voi_outgame_105600_0013', 0, 0, 0, 1634299200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1056, 81001, 'I''m not done yet! Next race, I''ll leave you in my crystal ball''s dust!', 'snd_voi_outgame_105600', 14, 1056002, 7, 1, 0, 'snd_voi_outgame_105600_0014', 0, 0, 0, 1634299200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 11, 'Cygames', 'snd_voi_tc_1058', 0, 0, 0, 1, 0, 'snd_voi_title_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1058', 1, 0, 0, 1, 0, 'snd_voi_title_105800_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10000, 'To think that even I have some strong points... Hearing those words really saved me, Trainer...', 'snd_voi_home_105800', 0, 1058000, 1, 1, 0, 'snd_voi_home_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10001, 'When I''m with you, Trainer, I feel... a little more confident... And I even... like myself a bit.', 'snd_voi_home_105800', 1, 1058006, 1, 1, 0, 'snd_voi_home_105800_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10002, 'Even though I''m just a screw-up, you''re always there to support and believe in me. Th-thank you very much.', 'snd_voi_home_105800', 2, 1058018, 1, 1, 0, 'snd_voi_home_105800_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10003, 'Playing hanetsuki is tough. I always swing too late, so everyone gets to draw on my face straight away.', 'snd_voi_home_105800', 3, 1058018, 1, 1, 0, 'snd_voi_home_105800_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10004, 'I made some chocolates... but when I had Shakur taste-test them, she passed out... Wh-what should I do?!', 'snd_voi_home_105800', 4, 1058004, 1, 1, 0, 'snd_voi_home_105800_0004', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10005, 'Uh, um... Do you need any chocolate? I''m a terrible cook... but I managed to successfully make one piece!', 'snd_voi_home_105800', 5, 5007, 1, 1, 0, 'snd_voi_home_105800_0005', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10006, 'I wrote my wish on a wish slip! I forgot to write my name on it, but it will still come true... Right?', 'snd_voi_home_105800', 6, 1058010, 1, 1, 0, 'snd_voi_home_105800_0006', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10007, 'What? Halloween is today?! Um, um... You won''t play any tricks on me... right, Trainer?', 'snd_voi_home_105800', 7, 1058014, 1, 1, 0, 'snd_voi_home_105800_0007', 0, 1058018, 3300, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10008, 'I heard that Santa Claus also gets flustered like me... I''d like to meet him.', 'snd_voi_home_105800', 8, 1058006, 1, 1, 0, 'snd_voi_home_105800_0008', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10009, 'I managed to remember my gift to you on the way here! Could I give it to you later?', 'snd_voi_home_105800', 9, 1058001, 1, 1, 0, 'snd_voi_home_105800_0009', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10010, 'When we do year-end cleaning, the more I clean, the messier everything seems to get... I end up relying on Shakur...', 'snd_voi_home_105800', 10, 1058004, 1, 1, 0, 'snd_voi_home_105800_0010', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10011, 'Happy birthday! I''ll be hiding in the corner so you can have a peaceful day...', 'snd_voi_home_105800', 11, 1058007, 1, 1, 0, 'snd_voi_home_105800_0011', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10012, 'Thank you for spending time with someone like me even though it''s your birthday. I-I''ll celebrate it to the fullest!', 'snd_voi_home_105800', 12, 1058000, 1, 1, 0, 'snd_voi_home_105800_0012', 0, 1058001, 6800, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10013, 'My birthday is the one day when even I can be in the lead role... So many people congratulated me... What a happy day.', 'snd_voi_home_105800', 13, 1058007, 1, 1, 0, 'snd_voi_home_105800_0013', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10014, 'I-Is this a present for me? Oooh... The fact that you even remembered my birthday is already the best present I could have asked for!', 'snd_voi_home_105800', 14, 1058015, 1, 1, 0, 'snd_voi_home_105800_0014', 0, 1058018, 4100, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10015, 'There''s a new notice. I often forget to look at it, so let''s be sure to check it...', 'snd_voi_home_105800', 15, 1058018, 1, 1, 0, 'snd_voi_home_105800_0015', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10016, 'A present has arrived for you. It seems like I''m the only one who forgets to write the name and address on things I send!', 'snd_voi_home_105800', 16, 1058007, 1, 1, 0, 'snd_voi_home_105800_0016', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10017, 'Congratulations on completing a mission. You really are amazing, Trainer!', 'snd_voi_home_105800', 17, 1058001, 1, 1, 0, 'snd_voi_home_105800_0017', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10018, 'Th-there''s an event coming up soon... I hope I won''t cause trouble for anyone...', 'snd_voi_home_105800', 18, 1058008, 1, 1, 0, 'snd_voi_home_105800_0018', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10019, 'It looks like there''s an event on. I wonder if I''ll be in the way if I just take a little peek?', 'snd_voi_home_105800', 19, 1058010, 1, 1, 0, 'snd_voi_home_105800_0019', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20000, 'I feel so dizzy... Huh? There are three—no, five of you, Trainer... Ughhh, you keep multiplying...', 'snd_voi_training_105800', 0, 1058009, 2, 1, 0, 'snd_voi_training_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20001, 'Ugh... I just need a little break... I''m sorry for being a useless Umamusume with no endurance!', 'snd_voi_training_105800', 1, 1058004, 2, 1, 0, 'snd_voi_training_105800_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20002, 'I can tell I''ve changed! I was able to imitate Opera O without messing up the lines!', 'snd_voi_training_105800', 2, 1058001, 2, 1, 0, 'snd_voi_training_105800_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20003, 'I feel like I can do anything right now... Ah! I said too much!', 'snd_voi_training_105800', 3, 1058002, 2, 1, 0, 'snd_voi_training_105800_0003', 0, 1058015, 3400, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20004, 'I''m feeling good today... so I want to try out various things... I-is that okay?', 'snd_voi_training_105800', 4, 1058010, 2, 1, 0, 'snd_voi_training_105800_0004', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20005, 'The times when I''m feeling this good are precious, so I want to train as much as possible.', 'snd_voi_training_105800', 5, 1058001, 2, 1, 0, 'snd_voi_training_105800_0005', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20006, 'Um... Would you mind if we moved a little closer to the side? It doesn''t feel right for someone like me to train in such a spacious area.', 'snd_voi_training_105800', 6, 1058018, 2, 1, 0, 'snd_voi_training_105800_0006', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20007, 'If I start with what I can do, do you think that even I could improve?', 'snd_voi_training_105800', 7, 1058018, 2, 1, 0, 'snd_voi_training_105800_0007', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20008, 'Everyone else seems more dazzling than usual... Will I really be able to catch up?', 'snd_voi_training_105800', 8, 1058018, 2, 1, 0, 'snd_voi_training_105800_0008', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20009, 'I''m not holding you back, am I? I''m always causing you so much trouble... Sniffle.', 'snd_voi_training_105800', 9, 1058004, 2, 1, 0, 'snd_voi_training_105800_0009', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20010, 'Sorry for messing up so often... I-I''m sorry I was born...', 'snd_voi_training_105800', 10, 1058005, 2, 1, 0, 'snd_voi_training_105800_0010', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20011, 'Ughhhh... I really am a hopeless, lazy, no-good Umamusumeeee...', 'snd_voi_training_105800', 11, 1058805, 2, 1, 0, 'snd_voi_training_105800_0011', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20021, 'Sigh... Um, am I going to race again? O-of course I am. Someone useless like me needs to work hard...', 'snd_voi_training_105800', 12, 1058005, 2, 1, 0, 'snd_voi_training_105800_0012', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20022, 'I''m sorry! I''m sorry! I have to run... I have to race... but my body just won''t move...', 'snd_voi_training_105800', 13, 5005, 2, 1, 0, 'snd_voi_training_105800_0013', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20023, 'My condition''s perfect! M-maybe!', 'snd_voi_training_105800', 14, 1058001, 2, 1, 0, 'snd_voi_training_105800_0014', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20024, 'H-haa-hahaha! ...T-today, I''m as fired up as Opera O!', 'snd_voi_training_105800', 15, 1058016, 2, 1, 0, 'snd_voi_training_105800_0015', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20025, 'Now that I''ve prepared properly, I can put in more effort than usual! I think!', 'snd_voi_training_105800', 16, 1058007, 2, 1, 0, 'snd_voi_training_105800_0016', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20026, 'Maybe it''s just my imagination, but I think I might have a chance... Emphasis on "might."', 'snd_voi_training_105800', 17, 1058011, 2, 1, 0, 'snd_voi_training_105800_0017', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20027, 'I think I did it pretty well, considering it''s me we''re talking about...', 'snd_voi_training_105800', 18, 1058010, 2, 1, 0, 'snd_voi_training_105800_0018', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20028, 'At this rate... maybe it won''t end badly if I''m careful...', 'snd_voi_training_105800', 19, 1058006, 2, 1, 0, 'snd_voi_training_105800_0019', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20029, 'Y-yes?! A race, right? I''ll be careful not to mess up!', 'snd_voi_training_105800', 20, 1058015, 2, 1, 0, 'snd_voi_training_105800_0020', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20030, 'H-hopefully I can run like I always do... I just have to make sure my clothes don''t get caught on the gate.', 'snd_voi_training_105800', 21, 1058019, 2, 1, 0, 'snd_voi_training_105800_0021', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20031, 'Inhale... exhale... Be calm... Be calm!', 'snd_voi_training_105800', 22, 1058004, 2, 1, 0, 'snd_voi_training_105800_0022', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20032, 'At this rate... No, it''s nothing! I just have to do it...', 'snd_voi_training_105800', 23, 1058004, 2, 1, 0, 'snd_voi_training_105800_0023', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20033, 'I might be a little worried... about my current condition...', 'snd_voi_training_105800', 24, 1058008, 2, 1, 0, 'snd_voi_training_105800_0024', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20034, 'S-sorry... I''m not feeling well... Ah! But I''ll give it everything I have!', 'snd_voi_training_105800', 25, 1058018, 2, 1, 0, 'snd_voi_training_105800_0025', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20035, 'How am I feeling? Perfectly... useless... B-but I''ll try to find a way!', 'snd_voi_training_105800', 26, 1058009, 2, 1, 0, 'snd_voi_training_105800_0026', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20036, 'I''m in really bad shape, but a miracle might happen, so I won''t back down!', 'snd_voi_training_105800', 27, 1058005, 2, 1, 0, 'snd_voi_training_105800_0027', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20037, 'As long as I... give this race my all... It shouldn''t matter how awful I feel, right?', 'snd_voi_training_105800', 28, 2005, 2, 1, 0, 'snd_voi_training_105800_0028', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20038, 'Here I go...', 'snd_voi_training_105800', 29, 0, 2, 1, 0, 'snd_voi_training_105800_0029', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20039, 'C-can I?', 'snd_voi_training_105800', 30, 0, 2, 1, 0, 'snd_voi_training_105800_0030', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20040, 'Stay calm!', 'snd_voi_training_105800', 31, 0, 2, 1, 0, 'snd_voi_training_105800_0031', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20041, 'Studying, I can do!', 'snd_voi_training_105800', 32, 0, 2, 1, 0, 'snd_voi_training_105800_0032', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20042, 'Waaaah!', 'snd_voi_training_105800', 33, 0, 2, 1, 0, 'snd_voi_training_105800_0033', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20043, 'H-huh?', 'snd_voi_training_105800', 34, 0, 2, 1, 0, 'snd_voi_training_105800_0034', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20046, 'I''ll come with you.', 'snd_voi_training_105800', 37, 0, 2, 1, 0, 'snd_voi_training_105800_0037', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20047, 'How exciting.', 'snd_voi_training_105800', 38, 0, 2, 1, 0, 'snd_voi_training_105800_0038', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20049, 'Sob... Thank you... for everything.', 'snd_voi_training_105800', 63, 0, 2, 1, 0, 'snd_voi_training_105800_0063', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20050, 'I-I hope I didn''t cause you any trouble...', 'snd_voi_training_105800', 64, 0, 2, 1, 0, 'snd_voi_training_105800_0064', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 30000, 'Just a little more and... N-never mind!', 'snd_voi_race_105800', 0, 0, 3, 1, 0, 'snd_voi_race_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 30001, 'Third place... That''s pretty good... right?', 'snd_voi_race_105800', 1, 0, 3, 1, 0, 'snd_voi_race_105800_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 30002, 'W-well, at least I managed to place...', 'snd_voi_race_105800', 2, 0, 3, 1, 0, 'snd_voi_race_105800_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 30003, 'Wahhh... I''m sooo sorryyy...', 'snd_voi_race_105800', 3, 0, 3, 1, 0, 'snd_voi_race_105800_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 60000, 'Hngh... It''s starting!', 'snd_voi_live_105800', 0, 0, 4, 1, 0, 'snd_voi_live_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 60001, 'I-I''ll sing as best as I can!', 'snd_voi_live_105800', 1, 0, 4, 1, 0, 'snd_voi_live_105800_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70001, 'Trainer, your words to me... are something I will forever cherish as my good-luck charm.', 'snd_voi_outgame_105800', 1, 1058006, 7, 1, 0, 'snd_voi_outgame_105800_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90000, 'Good morning. Um, I don''t have bed hair, do I? It''s not all ruffled, right?', 'snd_voi_home_105801', 0, 1058018, 1, 1, 0, 'snd_voi_home_105801_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90001, 'Opera O and Urara are always so energetic in the morning! I need to learn from their example!', 'snd_voi_home_105801', 1, 1058000, 1, 1, 0, 'snd_voi_home_105801_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90002, 'Did you have lunch? Th-the birds took my bread, so I''ll buy some more later...', 'snd_voi_home_105801', 2, 1058010, 1, 1, 0, 'snd_voi_home_105801_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90003, 'I always get sleepy after lunch... I have to make sure I don''t walk into the wrong classroom like last time...', 'snd_voi_home_105801', 3, 1058004, 1, 1, 0, 'snd_voi_home_105801_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90004, 'It''s so calm and quiet... I always feel more comfortable being my dark and gloomy self at night.', 'snd_voi_home_105801', 4, 1058007, 1, 1, 0, 'snd_voi_home_105801_0004', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90005, 'Thank you for your hard work today! I will do my best to not cause you any trouble tomorrow!', 'snd_voi_home_105801', 5, 1058001, 1, 1, 0, 'snd_voi_home_105801_0005', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90006, 'I wanted to stand tall in front of the new students, b-but... I ended up getting cramps...', 'snd_voi_home_105801', 6, 4005, 1, 1, 0, 'snd_voi_home_105801_0006', 0, 1058017, 7900, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90007, 'I don''t like the summer heat... but I kind of enjoy things like sunflowers and shimmering rays of sunlight...', 'snd_voi_home_105801', 7, 1058011, 1, 1, 0, 'snd_voi_home_105801_0007', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90008, 'In class, we talked about what we like to do in fall, but... is there even anything that''s suitable for someone useless like me?', 'snd_voi_home_105801', 8, 1058018, 1, 1, 0, 'snd_voi_home_105801_0008', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 90009, 'I don''t mind the cold in winter. I lived in the north when I was little, so as long as I have my warm gloves, I''m good.', 'snd_voi_home_105801', 9, 1058007, 1, 1, 0, 'snd_voi_home_105801_0009', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91000, 'When you''re sad, don''t you just want to hide somewhere? Like the shadow of a building, or behind someone...', 'snd_voi_home_105801', 10, 1058018, 1, 1, 0, 'snd_voi_home_105801_0010', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91001, 'My parents are very kind. They say that I''m an amazing kid... That''s not true at all, though...', 'snd_voi_home_105801', 11, 1058004, 1, 1, 0, 'snd_voi_home_105801_0011', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91002, 'I... I am the Centurial Overlord! Haa-hahaha! D-did that sound like her?', 'snd_voi_home_105801', 12, 1058016, 1, 1, 0, 'snd_voi_home_105801_0012', 0, 1058018, 10300, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91003, 'I wonder if even I could have a relationship like Opera O and Ayabe... No, no! I''m not good enough!', 'snd_voi_home_105801', 13, 1058007, 1, 1, 0, 'snd_voi_home_105801_0013', 0, 1058015, 6500, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91004, 'Oooh... Taiki Shuttle invited me to a party, but w-won''t I stick out like a sore thumb?', 'snd_voi_home_105801', 14, 1058015, 1, 1, 0, 'snd_voi_home_105801_0014', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91005, 'I don''t like clothes with too many buttons... I''m a bit of a klutz, so when I do up the buttons, I often miss some...', 'snd_voi_home_105801', 15, 1058018, 1, 1, 0, 'snd_voi_home_105801_0015', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91006, 'Isn''t singing high-tempo songs so nerve-racking? I''m afraid I''ll mess up the lyrics...', 'snd_voi_home_105801', 16, 1058018, 1, 1, 0, 'snd_voi_home_105801_0016', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91007, 'I''m a hundred times braver with this bag! If only I became that much more skilled too...', 'snd_voi_home_105801', 17, 1058001, 1, 1, 0, 'snd_voi_home_105801_0017', 0, 1058004, 4700, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91008, 'I love the ribbons on my bag and chest—they''re so cute! When I put them on, I feel energized.', 'snd_voi_home_105801', 18, 1058006, 1, 1, 0, 'snd_voi_home_105801_0018', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91009, 'Oooh, no wonder my bag feels heavy... I put my alarm clock in there instead of my textbooks!', 'snd_voi_home_105801', 19, 1058017, 1, 1, 0, 'snd_voi_home_105801_0019', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91010, 'I''m a little curious about the carrot bread at the school store... But it''s first come, first served, so I doubt I can get any...', 'snd_voi_home_105801', 20, 1058018, 1, 1, 0, 'snd_voi_home_105801_0020', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91011, 'The streets are dangerous at night... I kept bumping into things and falling over... I''m exhausted by the time I get home...', 'snd_voi_home_105801', 21, 1058005, 1, 1, 0, 'snd_voi_home_105801_0021', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91012, 'Cherry blossoms are dangerous... I became mesmerized by them while I was walking, and I bumped into a pole. Now I''ve got a huge lump...', 'snd_voi_home_105801', 22, 1058018, 1, 1, 0, 'snd_voi_home_105801_0022', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91013, 'The ocean is dangerous... If you make a crab angry, it could pinch your toes... Or your swim ring could be swept away by the waves...', 'snd_voi_home_105801', 23, 1058008, 1, 1, 0, 'snd_voi_home_105801_0023', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91014, 'R-roasted sweet potatoes are dangerous! If you don''t cool it down enough, you''ll burn your tongue like I did... Owww...', 'snd_voi_home_105801', 24, 1058017, 1, 1, 0, 'snd_voi_home_105801_0024', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 91015, 'Snow is... beautiful but dangerous. I often slip and roll down slopes. I get so covered in snow that I''m like a snowman...', 'snd_voi_home_105801', 25, 1058004, 1, 1, 0, 'snd_voi_home_105801_0025', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 92000, 'I-I''m counting on you for t-today''s training!', 'snd_voi_training_105801', 0, 1058002, 2, 1, 0, 'snd_voi_training_105801_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 92001, 'Which training should I do? I can''t decide... Could you choose for me? Pleeease?', 'snd_voi_training_105801', 1, 1058018, 2, 1, 0, 'snd_voi_training_105801_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 92002, 'S-sorry for the delay! I finally finished my warm-ups!', 'snd_voi_training_105801', 2, 1058005, 2, 1, 0, 'snd_voi_training_105801_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 92003, 'I''ll be careful not to make any odd mistakes during practice... So... I hope you don''t mind working with me today.', 'snd_voi_training_105801', 3, 1058004, 2, 1, 0, 'snd_voi_training_105801_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 92011, 'S-since it''s a training camp, I was hoping we could do something extra hard!', 'snd_voi_training_105800', 39, 1058002, 2, 1, 0, 'snd_voi_training_105800_0039', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 92005, 'If I keep moving forward, even a little at a time... I''ll be able to change, right?', 'snd_voi_training_105801', 5, 1058018, 2, 1, 0, 'snd_voi_training_105801_0005', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 92006, 'You''ve never abandoned me, Trainer, so I have to make even greater progress for your sake!', 'snd_voi_training_105801', 6, 1058002, 2, 1, 0, 'snd_voi_training_105801_0006', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 92007, 'I''m sure I can show you how much I''ve changed during training! Surely... Maybe... At least a little!', 'snd_voi_training_105801', 7, 5003, 2, 1, 0, 'snd_voi_training_105801_0007', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 93000, 'Thanks to you, Trainer... I can live my life with pride!', 'snd_voi_training_105801', 8, 0, 2, 1, 0, 'snd_voi_training_105801_0008', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 93001, 'I guess there was hope even for someone like me!', 'snd_voi_training_105801', 9, 0, 2, 1, 0, 'snd_voi_training_105801_0009', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 95000, 'I-I think I improved a little!', 'snd_voi_outgame_105801', 0, 1058010, 7, 1, 0, 'snd_voi_outgame_105801_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 95001, 'I-I! I feel more confident now!', 'snd_voi_outgame_105801', 1, 0, 7, 1, 0, 'snd_voi_outgame_105801_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 95003, 'Uwaaah... I''m Meisho Doto!', 'snd_voi_outgame_105801', 3, 1058015, 7, 1, 0, 'snd_voi_outgame_105801_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 95004, 'Um, h-h-h-hello, I''m Doto! My dream is to—huh? We''re out of time?!', 'snd_voi_gacha_105801', 0, 0, 7, 1, 0, 'snd_voi_gacha_105801_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1008, 'Um... let''s do our best!', 'snd_voi_teamst_st_105800_0000', 0, 1058003, 8, 1, 0, 'snd_voi_teamst_st_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1121, 'I hope you e-enjoy this!', 'snd_voi_teamst_st_105800_1010', 0, 1058019, 8, 1, 0, 'snd_voi_teamst_st_105800_1010_00', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1110, 'Y-yeaaah...', 'snd_voi_teamst_st_105200_1058', 1, 1058002, 8, 1, 0, 'snd_voi_teamst_st_105200_1058_01', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1038, 'I''m not worthy!', 'snd_voi_teamst_st_101500_1058', 1, 1058017, 8, 1, 0, 'snd_voi_teamst_st_101500_1058_01', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1000, 'Let''s work hard together.', 'snd_voi_teamst_105800', 0, 1058018, 8, 1, 0, 'snd_voi_teamst_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1001, 'This isn''t a dream, right?', 'snd_voi_teamst_105800', 1, 0, 8, 1, 0, 'snd_voi_teamst_105800_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1003, 'I guess... we''re pretty similar.', 'snd_voi_teamst_105800', 2, 0, 8, 1, 0, 'snd_voi_teamst_105800_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1002, 'N-no way...', 'snd_voi_teamst_105800', 3, 0, 8, 1, 0, 'snd_voi_teamst_105800_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1004, 'We have our teamwork to thank!', 'snd_voi_teamst_105800', 4, 1058001, 8, 1, 0, 'snd_voi_teamst_105800_0004', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1007, 'A new h-high score?!', 'snd_voi_teamst_105800', 5, 1058014, 8, 1, 0, 'snd_voi_teamst_105800_0005', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1006, 'I guess... we''re pretty similar.', 'snd_voi_teamst_105800', 2, 1058010, 8, 1, 0, 'snd_voi_teamst_105800_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 1005, 'N-no way...', 'snd_voi_teamst_105800', 3, 1058004, 8, 1, 0, 'snd_voi_teamst_105800_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 40000, 'Someday, even I will... All right!', 'snd_voi_race_105801', 2, 0, 3, 1, 0, 'snd_voi_race_105801_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 40001, 'Okay! Huh? Uwahh! Eeek! Nghh?! Sigh... Hm? All right!', 'snd_voi_race_105801', 3, 0, 3, 1, 0, 'snd_voi_race_105801_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 30004, 'I... Uwaaaahhh?! I did it!', 'snd_voi_race_105801', 0, 0, 3, 1, 0, 'snd_voi_race_105801_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 30005, 'I won? Yeah... I did!', 'snd_voi_race_105800', 8, 0, 3, 1, 0, 'snd_voi_race_105800_0008', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 31000, 'H-h-h-here I go!', 'snd_voi_race_105800', 9, 0, 3, 1, 0, 'snd_voi_race_105800_0009', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 13, 'Th-this is today''s login bonus... Here!', 'snd_voi_title_105800', 4, 1058015, 1, 1, 0, 'snd_voi_title_105800_0004', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 15, 'Umm, this is what you''ll get tomorrow...', 'snd_voi_title_105800', 5, 1058018, 1, 1, 0, 'snd_voi_title_105800_0005', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 110000, 'Umm... What kind of training are we doing today?', 'snd_voi_home_105800', 21, 0, 1, 1, 0, 'snd_voi_home_105800_0021', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 110001, 'So many fun stories...', 'snd_voi_home_105800', 22, 0, 1, 1, 0, 'snd_voi_home_105800_0022', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 110002, 'D-do you want to enter a race?', 'snd_voi_home_105800', 23, 0, 1, 1, 0, 'snd_voi_home_105800_0023', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 10021, 'Um... It looks like your Umamusume Archive level went up.', 'snd_voi_home_105800', 24, 1058001, 1, 1, 0, 'snd_voi_home_105800_0024', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 20051, 'I''ll try not to hold you back!', 'snd_voi_training_105800', 65, 0, 2, 1, 0, 'snd_voi_training_105800_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70000, 'A-as long as you''re okay with me helping!', 'snd_voi_outgame_105800', 3, 2001, 7, 1, 0, 'snd_voi_outgame_105800_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 95005, 'I-I don''t know if I can help, but...', 'snd_voi_outgame_105800', 4, 0, 7, 1, 0, 'snd_voi_outgame_105800_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 95006, 'I''d be happy to help if you''re okay with it!', 'snd_voi_outgame_105800', 5, 0, 7, 1, 0, 'snd_voi_outgame_105800_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 120000, 'For some reason... my heart feels all warm!', 'snd_voi_outgame_105800', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_105800_0011', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140000, 'Y-you can do it!', 'snd_voi_minigame_105800', 0, 1058800, 9, 1, 0, 'snd_voi_minigame_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140001, 'Wah!', 'snd_voi_minigame_105800', 1, 1, 9, 1, 0, 'snd_voi_minigame_105800_0001', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140002, 'Wh-whoa!', 'snd_voi_minigame_105800', 2, 5007, 9, 1, 0, 'snd_voi_minigame_105800_0002', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140003, 'Whaaa... so many!', 'snd_voi_minigame_105800', 3, 971058, 9, 1, 0, 'snd_voi_minigame_105800_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140004, 'Wow, you''re so good!', 'snd_voi_minigame_105800', 4, 972058, 9, 1, 0, 'snd_voi_minigame_105800_0004', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140005, 'Th-there''s always next time!', 'snd_voi_minigame_105800', 5, 4003, 9, 1, 0, 'snd_voi_minigame_105800_0005', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140006, 'Whaaa... so many!', 'snd_voi_minigame_105800', 3, 974058, 9, 1, 0, 'snd_voi_minigame_105800_0003', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140007, 'Wow, you''re so good!', 'snd_voi_minigame_105800', 4, 973058, 9, 1, 0, 'snd_voi_minigame_105800_0004', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140008, 'Ehehehe...', 'snd_voi_minigame_105800', 6, 1058006, 9, 1, 0, 'snd_voi_minigame_105800_0006', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140009, 'Mmm... Mmhmhm! ♪', 'snd_voi_minigame_105800', 7, 1058007, 9, 1, 0, 'snd_voi_minigame_105800_0007', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140010, 'Ehe!', 'snd_voi_minigame_105800', 8, 2, 9, 1, 0, 'snd_voi_minigame_105800_0008', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140011, 'Wow!', 'snd_voi_minigame_105800', 9, 1058801, 9, 1, 0, 'snd_voi_minigame_105800_0009', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140014, 'Wh-whoa, whoa, whoa!', 'snd_voi_minigame_105800', 10, 3008, 9, 1, 0, 'snd_voi_minigame_105800_0010', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140015, 'Oooh...', 'snd_voi_minigame_105800', 11, 10, 9, 1, 0, 'snd_voi_minigame_105800_0011', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140016, 'Traaainer?', 'snd_voi_minigame_105800', 12, 5, 9, 1, 0, 'snd_voi_minigame_105800_0012', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140012, 'You did it!', 'snd_voi_minigame_105800', 13, 1058001, 9, 1, 0, 'snd_voi_minigame_105800_0013', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140013, 'Incredible!', 'snd_voi_minigame_105800', 14, 9001, 9, 1, 0, 'snd_voi_minigame_105800_0014', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140017, 'Sniffle...', 'snd_voi_minigame_105800', 15, 1058802, 9, 1, 0, 'snd_voi_minigame_105800_0015', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 140018, 'No!', 'snd_voi_minigame_105800', 16, 1058803, 9, 1, 0, 'snd_voi_minigame_105800_0016', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70004, 'It still feels like a dream. I can''t believe someone like me is wearing a Tracen Academy uniform...', 'snd_voi_outgame_105800', 16, 1058012, 7, 1, 0, 'snd_voi_outgame_105800_0016', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70010, 'This is my fifth ribbon... I often get them caught on things or tear them...', 'snd_voi_outgame_105800', 17, 1058011, 7, 1, 0, 'snd_voi_outgame_105800_0017', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70008, 'Wearing a frilly outfit like this makes me feel so light and floaty.', 'snd_voi_outgame_105800', 20, 1058000, 7, 1, 0, 'snd_voi_outgame_105800_0020', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70014, 'Ugh... I have to make sure I don''t fall during the concert and dirty my outfit!', 'snd_voi_outgame_105800', 21, 1058004, 7, 1, 0, 'snd_voi_outgame_105800_0021', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70009, 'Wh-what do you think? Does this signature racewear suit me?', 'snd_voi_outgame_105800', 22, 1058019, 7, 1, 0, 'snd_voi_outgame_105800_0022', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70015, 'I keep bandages and gauze in my bag. This way I''ll be perfectly prepared whenever I goof up.', 'snd_voi_outgame_105800', 23, 1058001, 7, 1, 0, 'snd_voi_outgame_105800_0023', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 71004, 'It still feels like a dream. I can''t believe someone like me is wearing a Tracen Academy uniform...', 'snd_voi_outgame_105800', 16, 48, 7, 0, 0, 'snd_voi_outgame_105800_0016', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 71010, 'This is my fifth ribbon... I often get them caught on things or tear them...', 'snd_voi_outgame_105800', 17, 43, 7, 0, 0, 'snd_voi_outgame_105800_0017', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 71008, 'Wearing a frilly outfit like this makes me feel so light and floaty.', 'snd_voi_outgame_105800', 20, 27, 7, 0, 0, 'snd_voi_outgame_105800_0020', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 71014, 'Ugh... I have to make sure I don''t fall during the concert and dirty my outfit!', 'snd_voi_outgame_105800', 21, 44, 7, 0, 0, 'snd_voi_outgame_105800_0021', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 71009, 'Wh-what do you think? Does this signature racewear suit me?', 'snd_voi_outgame_105800', 22, 148, 7, 0, 0, 'snd_voi_outgame_105800_0022', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 71015, 'I keep bandages and gauze in my bag. This way I''ll be perfectly prepared whenever I goof up.', 'snd_voi_outgame_105800', 23, 18, 7, 0, 0, 'snd_voi_outgame_105800_0023', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 2030, 'Let''s work hard together.', 'snd_voi_teamst_105800', 0, 1058010, 10, 1, 0, 'snd_voi_teamst_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 2031, 'Um... let''s do our best!', 'snd_voi_teamst_st_105800_0000', 0, 1058002, 10, 1, 0, 'snd_voi_teamst_st_105800_0000', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 2032, 'I-I hope I didn''t cause you any trouble...', 'snd_voi_training_105800', 64, 1058004, 10, 1, 0, 'snd_voi_training_105800_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 2033, 'At this rate... maybe it won''t end badly if I''m careful...', 'snd_voi_training_105800', 19, 1058007, 10, 1, 0, 'snd_voi_training_105800_0019', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 2034, 'Now that I''ve prepared properly, I can put in more effort than usual! I think!', 'snd_voi_training_105800', 16, 1058016, 10, 1, 0, 'snd_voi_training_105800_0016', 0, 1058011, 5900, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 2035, 'I-I hope I didn''t cause you any trouble...', 'snd_voi_training_105800', 64, 1058004, 10, 0, 0, 'snd_voi_training_105800_0064', 0, 0, 0, 1628683200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70018, 'Thank you very much!', 'snd_voi_outgame_105800', 26, 1058006, 7, 1, 0, 'snd_voi_outgame_105800_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 70019, 'I-I''ll show you... that even I can win!', 'snd_voi_outgame_105800', 27, 1058002, 7, 1, 0, 'snd_voi_outgame_105800_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 71018, 'Thank you very much!', 'snd_voi_outgame_105800', 26, 48, 7, 0, 0, 'snd_voi_outgame_105800_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1058, 71019, 'I-I''ll show you... that even I can win!', 'snd_voi_outgame_105800', 27, 18, 7, 0, 0, 'snd_voi_outgame_105800_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 11, 'Cygames', 'snd_voi_tc_1059', 0, 0, 0, 1, 0, 'snd_voi_title_105900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 12, 'Umamusume: Pretty Derby!', 'snd_voi_tc_1059', 1, 0, 0, 1, 0, 'snd_voi_title_105900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10000, 'I wonder how the chief trainer is getting along... I think I can tell now why you were chosen to take up the team''s mantle... Maybe...', 'snd_voi_home_105900', 0, 1059815, 1, 1, 0, 'snd_voi_home_105900_0000M', 1, 1059823, 3300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10100, 'I wonder how the chief trainer is getting along... I can tell now why you were chosen to take up the team''s mantle, hehe.', 'snd_voi_home_105900', 0, 1059815, 1, 1, 0, 'snd_voi_home_105900_0000F', 2, 1059005, 3200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10001, 'If all the men in the world were just like you, then I''d probably be fine around them. ...On second thought, probably not.', 'snd_voi_home_105900', 1, 1059816, 1, 1, 0, 'snd_voi_home_105900_0001M', 1, 1059011, 7400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10101, 'If everyone in the world were like you, then I probably wouldn''t be so averse to being around them.', 'snd_voi_home_105900', 1, 1059800, 1, 1, 0, 'snd_voi_home_105900_0001F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10002, 'I think I''ve gotten a bit better at drawing the Veggie Caroline characters. N-no way I''m showing you, though!', 'snd_voi_home_105900', 2, 11001, 1, 1, 0, 'snd_voi_home_105900_0002M', 1, 1059002, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10102, 'Do you remember my Veggie Caroline drawings? I think I''ve gotten better at drawing them, so I hope you''ll take a look.', 'snd_voi_home_105900', 2, 1059801, 1, 1, 0, 'snd_voi_home_105900_0002F', 2, 1059006, 3500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10003, 'Happy New Year. I don''t need gifts or money or anything like that, just so you know.', 'snd_voi_home_105900', 3, 1059019, 1, 1, 0, 'snd_voi_home_105900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10004, 'S-so what if it''s Valentine''s Day? I hope you''re not be expecting anything!', 'snd_voi_home_105900', 4, 1059002, 1, 1, 0, 'snd_voi_home_105900_0004M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10104, 'I''m not sure if I''ll ever get used to Valentine''s Day... I do have something for you, so come meet me again later.', 'snd_voi_home_105900', 4, 1059818, 1, 1, 0, 'snd_voi_home_105900_0004F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10005, 'Here... Some chocolate. You do look after me, so it''s only polite.', 'snd_voi_home_105900', 5, 1059019, 1, 1, 0, 'snd_voi_home_105900_0005M', 1, 1059011, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10105, 'I brought some chocolate for you! Thank you for taking care of an Umamusume like me.', 'snd_voi_home_105900', 5, 1059006, 1, 1, 0, 'snd_voi_home_105900_0005F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10006, 'If I could wish upon a star, I suppose I would wish to be less shy... H-huh?! Did you hear me just now?!', 'snd_voi_home_105900', 6, 1059802, 1, 1, 0, 'snd_voi_home_105900_0006', 0, 1059013, 8000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10007, 'I''d be just fine wearing a mask or something today. I wonder if there are any big pumpkin ones?', 'snd_voi_home_105900', 7, 1059810, 1, 1, 0, 'snd_voi_home_105900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10008, 'I''m sure everyone will want to wear fancy dresses and dance together at the holiday party. ...I think I''ll just find myself a nice secluded corner.', 'snd_voi_home_105900', 8, 1059022, 1, 1, 0, 'snd_voi_home_105900_0008', 0, 1059822, 4300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10009, 'The clerk at the store just would not stop staring at me while I was buying your present. It was pretty scary, so you better be grateful.', 'snd_voi_home_105900', 9, 1059012, 1, 1, 0, 'snd_voi_home_105900_0009M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10109, 'The clerk at the store had his eyes on me the whole time I was trying to buy your present. I got through it, though, so I hope you like it.', 'snd_voi_home_105900', 9, 1059801, 1, 1, 0, 'snd_voi_home_105900_0009F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10010, 'So many people are in and out of the Mejiro household around this time of year. I guess I still can''t handle large groups...', 'snd_voi_home_105900', 10, 1059019, 1, 1, 0, 'snd_voi_home_105900_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10011, 'It''s your birthday today? Then um, h-happy birthday.', 'snd_voi_home_105900', 11, 1059017, 1, 1, 0, 'snd_voi_home_105900_0011M', 1, 1059012, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10111, 'Um, happy birthday. I hope that gives you some good energy to tackle the day.', 'snd_voi_home_105900', 11, 1059006, 1, 1, 0, 'snd_voi_home_105900_0011F', 2, 1059801, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10012, 'I got you a present so um... Take it, won''t you? H-hey! Don''t open it up here!', 'snd_voi_home_105900', 12, 1059002, 1, 1, 0, 'snd_voi_home_105900_0012M', 1, 1059013, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10112, 'I got you a present, but I don''t think you should expect too much. I just thought you might appreciate it.', 'snd_voi_home_105900', 12, 1059019, 1, 1, 0, 'snd_voi_home_105900_0012F', 2, 11010, 2000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10013, 'I''m grateful for all the birthday wishes, but they''re starting to make me feel like I''m the protagonist or something... It''s making me nervous...', 'snd_voi_home_105900', 13, 1059012, 1, 1, 0, 'snd_voi_home_105900_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10014, 'I know it''s my birthday, but you really don''t have to make a big deal out of it or anything. Th-thank you, though...', 'snd_voi_home_105900', 14, 1059011, 1, 1, 0, 'snd_voi_home_105900_0014M', 1, 1059819, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10114, 'I know it''s my birthday, but please don''t feel like you need to do anything special. Um... I am happy for your well-wishes, though.', 'snd_voi_home_105900', 14, 1059012, 1, 1, 0, 'snd_voi_home_105900_0014F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10015, 'It looks like there''s a new notice. I wonder what it says?', 'snd_voi_home_105900', 15, 1059019, 1, 1, 0, 'snd_voi_home_105900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10016, 'There''s a present waiting for you. It always feels nice to know that someone cares enough to give you something.', 'snd_voi_home_105900', 16, 1059005, 1, 1, 0, 'snd_voi_home_105900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10017, 'It looks like you''ve successfully cleared a mission. I definitely can''t afford to lose with you around.', 'snd_voi_home_105900', 17, 1059019, 1, 1, 0, 'snd_voi_home_105900_0017M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10117, 'It looks like you''ve successfully cleared a mission. Amazing... I also need to work harder to make sure I don''t lose.', 'snd_voi_home_105900', 17, 1059005, 1, 1, 0, 'snd_voi_home_105900_0017F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10018, 'It seems there''s a special event taking place. Interesting... I wonder if I''m able to participate?', 'snd_voi_home_105900', 18, 1059019, 1, 1, 0, 'snd_voi_home_105900_0018', 0, 1059007, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10019, 'It sure is lively around here lately. Oh right, wasn''t there some kind of event taking place?', 'snd_voi_home_105900', 19, 1059023, 1, 1, 0, 'snd_voi_home_105900_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20000, 'I''m feeling rather sluggish... N-not that I''m tired or anything! So, um... don''t worry about me.', 'snd_voi_training_105900', 0, 1059008, 2, 1, 0, 'snd_voi_training_105900_0000M', 1, 1059002, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20100, 'I''m not sure I''m feeling quite at 100%. Oh, but don''t worry about me. I''ll be just fine.', 'snd_voi_training_105900', 0, 1059008, 2, 1, 0, 'snd_voi_training_105900_0000F', 2, 1059019, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20001, 'Please... A break. I''ll be able to give it my all after that.', 'snd_voi_training_105900', 1, 1059004, 2, 1, 0, 'snd_voi_training_105900_0001M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20101, 'Phew... I think all this training has caught up to me. Would it be okay if we took a break? I know I''ll be able to give it my all after that.', 'snd_voi_training_105900', 1, 1059004, 2, 1, 0, 'snd_voi_training_105900_0001F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20002, 'I''m feeling light as a feather! Hey, you''ve got my regimen all planned out, right? Hurry up and let me run!', 'snd_voi_training_105900', 2, 1059006, 2, 1, 0, 'snd_voi_training_105900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20003, 'I feel like I just can''t stand still. Please tell me what to do! I bet I could run on and on!', 'snd_voi_training_105900', 3, 1059000, 2, 1, 0, 'snd_voi_training_105900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20004, 'I''m feeling good! I think we''re going to see a lot of good results today.', 'snd_voi_training_105900', 4, 1059001, 2, 1, 0, 'snd_voi_training_105900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20005, 'What''s the plan for today? I feel like I can take on anything, so just say the word!', 'snd_voi_training_105900', 5, 1059006, 2, 1, 0, 'snd_voi_training_105900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20006, 'It''s up to me to face the day. Please, tell me what to do.', 'snd_voi_training_105900', 6, 1059019, 2, 1, 0, 'snd_voi_training_105900_0006M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20106, 'Okay, time to face the day. Please, just tell me what I should do.', 'snd_voi_training_105900', 6, 1059005, 2, 1, 0, 'snd_voi_training_105900_0006F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20007, 'Results on the track will only come through rigorous training. Let''s get started, Trainer.', 'snd_voi_training_105900', 7, 1059021, 2, 1, 0, 'snd_voi_training_105900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20008, 'I''m not really feeling it, but I know I can''t go on like this... Deep down, I want to give this my all.', 'snd_voi_training_105900', 8, 1059804, 2, 1, 0, 'snd_voi_training_105900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20009, 'Sigh... What? You know full well that it''s not unlike me to sigh. I''m just not feeling it today.', 'snd_voi_training_105900', 9, 1059004, 2, 1, 0, 'snd_voi_training_105900_0009M', 1, 1059017, 1500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20109, 'Sigh... Oh, I''m sorry. I don''t always mean to sigh in front of you. It''s just that... I''m not really feeling it today.', 'snd_voi_training_105900', 9, 1059004, 2, 1, 0, 'snd_voi_training_105900_0009F', 2, 1059804, 1200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20010, 'Why are there so many people watching me today? Sigh... This is no good. I can''t concentrate like this!', 'snd_voi_training_105900', 10, 1059008, 2, 1, 0, 'snd_voi_training_105900_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20011, 'My mind says "run," but my legs won''t follow. What is wrong with me?', 'snd_voi_training_105900', 11, 1059004, 2, 1, 0, 'snd_voi_training_105900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20021, 'What, you want me to run in another race? Do you really think I''ll be able to win again at this rate?!', 'snd_voi_training_105900', 12, 11010, 2, 1, 0, 'snd_voi_training_105900_0012M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20121, 'What, another race? I don''t have a problem attempting it, but I''m not sure I can win...', 'snd_voi_training_105900', 12, 1059804, 2, 1, 0, 'snd_voi_training_105900_0012F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20022, 'Sigh... What are you thinking with all these races?', 'snd_voi_training_105900', 13, 1059805, 2, 1, 0, 'snd_voi_training_105900_0013M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20122, 'Okay, I''ll try. Though with all these races lately, I''m most certainly a bit tired.', 'snd_voi_training_105900', 13, 1059008, 2, 1, 0, 'snd_voi_training_105900_0013F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20023, 'I''ve trained long and hard just for this day. I''ll be winning this, so be sure to keep your eyes on me.', 'snd_voi_training_105900', 14, 1059000, 2, 1, 0, 'snd_voi_training_105900_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20024, 'I''ve trained long and hard for this, and the stares from the crowd don''t even faze me. I''ve got this!', 'snd_voi_training_105900', 15, 1059005, 2, 1, 0, 'snd_voi_training_105900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20025, 'Inhale... Exhale... All right, I feel great. It''s all been for this very day!', 'snd_voi_training_105900', 16, 1059006, 2, 1, 0, 'snd_voi_training_105900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20026, 'I''m ready. I have a good idea of how this race will unfold, so I''m prepared to run accordingly.', 'snd_voi_training_105900', 17, 1000, 2, 1, 0, 'snd_voi_training_105900_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20027, 'Everything has been going well. I''ve got this. I''ve got this. I should be able to run just as well as always.', 'snd_voi_training_105900', 18, 1059000, 2, 1, 0, 'snd_voi_training_105900_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20028, 'Phew... No bothersome nerves getting in the way, and I''m feeling good. Just need to concentrate now. Let''s do this!', 'snd_voi_training_105900', 19, 1059006, 2, 1, 0, 'snd_voi_training_105900_0019', 0, 1059001, 7500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20029, 'I''m feeling a little uneasy, but I should be fine. Time to get out there.', 'snd_voi_training_105900', 20, 1059019, 2, 1, 0, 'snd_voi_training_105900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20030, 'No need to worry... As long as I run just like I did while training, I''ll be fine.', 'snd_voi_training_105900', 21, 1059000, 2, 1, 0, 'snd_voi_training_105900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20031, 'I''m not really feeling nervous at all. I guess this is the result of all my training.', 'snd_voi_training_105900', 22, 11000, 2, 1, 0, 'snd_voi_training_105900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20032, 'Oh no, the nerves are creeping up... Breathe... Breathe... Inhale... Exhale...', 'snd_voi_training_105900', 23, 1059007, 2, 1, 0, 'snd_voi_training_105900_0023', 0, 1059004, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20033, 'I''m a little nervous, but don''t worry. I''m going to do what I can.', 'snd_voi_training_105900', 24, 1059017, 2, 1, 0, 'snd_voi_training_105900_0024M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20133, 'To be honest, I am a little nervous. I''ll do what I can, so please cheer me on.', 'snd_voi_training_105900', 24, 1059804, 2, 1, 0, 'snd_voi_training_105900_0024F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20034, 'I just can''t seem to relax. I may be pushing myself a bit too much. Just need to run as usual...', 'snd_voi_training_105900', 25, 1059806, 2, 1, 0, 'snd_voi_training_105900_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20035, 'So many people watching... Come on, me! Get it together!', 'snd_voi_training_105900', 26, 1059014, 2, 1, 0, 'snd_voi_training_105900_0026', 0, 1059807, 2300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20036, 'I can feel everyone''s enthusiasm... I can''t lose this.', 'snd_voi_training_105900', 27, 1059806, 2, 1, 0, 'snd_voi_training_105900_0027', 0, 1059015, 2500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20037, 'Hey, what''s my face saying to you? Actually, don''t tell me. I just need to give this my all.', 'snd_voi_training_105900', 28, 1059804, 2, 1, 0, 'snd_voi_training_105900_0028', 0, 1059807, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20038, 'Here I go.', 'snd_voi_training_105900', 29, 0, 2, 1, 0, 'snd_voi_training_105900_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20039, 'Okay!', 'snd_voi_training_105900', 30, 0, 2, 1, 0, 'snd_voi_training_105900_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20040, 'I''ll do my best.', 'snd_voi_training_105900', 31, 0, 2, 1, 0, 'snd_voi_training_105900_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20041, 'Just relax...', 'snd_voi_training_105900', 32, 0, 2, 1, 0, 'snd_voi_training_105900_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20042, 'What, how?!', 'snd_voi_training_105900', 33, 0, 2, 1, 0, 'snd_voi_training_105900_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20043, 'Ugh...', 'snd_voi_training_105900', 34, 0, 2, 1, 0, 'snd_voi_training_105900_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20046, 'Shall we get going?', 'snd_voi_training_105900', 37, 0, 2, 1, 0, 'snd_voi_training_105900_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20047, 'The waves are so pretty.', 'snd_voi_training_105900', 38, 0, 2, 1, 0, 'snd_voi_training_105900_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20049, 'We really gave it our best.', 'snd_voi_training_105900', 63, 0, 2, 1, 0, 'snd_voi_training_105900_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20050, 'Thank you, Trainer.', 'snd_voi_training_105900', 64, 0, 2, 1, 0, 'snd_voi_training_105900_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 30000, 'I can do even better, I know it!', 'snd_voi_race_105900', 0, 0, 3, 1, 0, 'snd_voi_race_105900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 30001, 'I should be better than this!', 'snd_voi_race_105900', 1, 0, 3, 1, 0, 'snd_voi_race_105900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 30002, 'I''ll keep fighting to improve!', 'snd_voi_race_105900', 2, 0, 3, 1, 0, 'snd_voi_race_105900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 30003, 'I can''t afford to perform like this!', 'snd_voi_race_105900', 3, 0, 3, 1, 0, 'snd_voi_race_105900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 60000, 'It''ll be fine, it''ll be fine... O-off I go!', 'snd_voi_live_105900', 0, 0, 4, 1, 0, 'snd_voi_live_105900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 60001, 'I need to show everyone this passion!', 'snd_voi_live_105900', 1, 0, 4, 1, 0, 'snd_voi_live_105900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70001, 'I was pretty wary of partnering with you at first, but I think I quickly got used to it.', 'snd_voi_outgame_105900', 1, 1059017, 7, 1, 0, 'snd_voi_outgame_105900_0001M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70101, 'Honestly, I was a little nervous to be partnering with you at first. I quickly realized that we made a good team.', 'snd_voi_outgame_105900', 1, 1059006, 7, 1, 0, 'snd_voi_outgame_105900_0001F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90000, 'Good morning. Hey, what''s with that face? A simple greeting isn''t out of the ordinary!', 'snd_voi_home_105901', 0, 1059019, 1, 1, 0, 'snd_voi_home_105901_0000M', 1, 1059002, 5200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90100, 'Good morning. Why are you staring at me like that? D-did you not get enough sleep?', 'snd_voi_home_105901', 0, 1059005, 1, 1, 0, 'snd_voi_home_105901_0000F', 2, 11010, 5200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90001, 'It''s hard to conduct oneself with grace in the morning... I''m tired, so I end up kind of staring out into space... McQueen is amazing at it. How does she do it?', 'snd_voi_home_105901', 1, 1059008, 1, 1, 0, 'snd_voi_home_105901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90002, 'Everyone dresses so well on their days off. I don''t think I can ever be on their level...', 'snd_voi_home_105901', 2, 1059006, 1, 1, 0, 'snd_voi_home_105901_0002', 0, 1059804, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90003, 'Why can''t we choose to train during lunch break? H-hey, don''t accuse me of working too hard or anything!', 'snd_voi_home_105901', 3, 1059022, 1, 1, 0, 'snd_voi_home_105901_0003M', 1, 1059018, 3800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90103, 'Why can''t we choose to train during lunch break? I''m sure I''d be just fine.', 'snd_voi_home_105901', 3, 1059022, 1, 1, 0, 'snd_voi_home_105901_0003F', 2, 1059005, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90004, 'Still working at this hour? You''ve got tomorrow, you know. You should be careful of overworking yourself.', 'snd_voi_home_105901', 4, 1059017, 1, 1, 0, 'snd_voi_home_105901_0004M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90104, 'It''s gotten so late... Are you still working, Trainer? Please, just don''t push yourself too hard.', 'snd_voi_home_105901', 4, 1059019, 1, 1, 0, 'snd_voi_home_105901_0004F', 2, 1059804, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90005, 'Yawn... It''s getting late... H-hey! Did you see me just now? F-forget it! Erase it from your mind!', 'snd_voi_home_105901', 5, 1059809, 1, 1, 0, 'snd_voi_home_105901_0005M', 1, 1059808, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90105, 'Yawn... It''s getting late... W-wait, did you see me just now? Oh no, how embarrassing!', 'snd_voi_home_105901', 5, 1059809, 1, 1, 0, 'snd_voi_home_105901_0005F', 2, 1059014, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90006, 'So many new students... Their faces are bright, and they''re so excited. I don''t think I could face them head-on...', 'snd_voi_home_105901', 6, 1001, 1, 1, 0, 'snd_voi_home_105901_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90007, 'I''ve gotta be careful out in this heat. It''d be so embarrassing if I collapsed in front of everyone.', 'snd_voi_home_105901', 7, 1059807, 1, 1, 0, 'snd_voi_home_105901_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90008, 'Autumn smells nice. The fallen leaves, the baked sweet potatoes... Wait, does that mean they''re selling them on campus?', 'snd_voi_home_105901', 8, 1059006, 1, 1, 0, 'snd_voi_home_105901_0008', 0, 1059007, 6000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90009, 'Hey, don''t come any closer! The static buildup is—Eek!', 'snd_voi_home_105901', 9, 1059013, 1, 1, 0, 'snd_voi_home_105901_0009M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 90109, 'Hey, don''t come any closer! No, you don''t understand! The static buildup is—Eek!', 'snd_voi_home_105901', 9, 1059013, 1, 1, 0, 'snd_voi_home_105901_0009F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91000, 'I keep telling dad to stop calling me "Berry," but he never listens. H-hey, don''t get any funny ideas now!', 'snd_voi_home_105901', 10, 1059011, 1, 1, 0, 'snd_voi_home_105901_0010', 0, 11010, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91001, 'Don''t ask me about my childhood. It wasn''t the most pleasant of times for me.', 'snd_voi_home_105901', 11, 1059018, 1, 1, 0, 'snd_voi_home_105901_0011M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91101, 'Though there may have been some good times, I don''t really feel comfortable discussing my childhood.', 'snd_voi_home_105901', 11, 1059820, 1, 1, 0, 'snd_voi_home_105901_0011F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91002, 'Ryan was always looking out for me in the past. I want to stand proud and tell her she no longer has anything to worry about.', 'snd_voi_home_105901', 12, 1059006, 1, 1, 0, 'snd_voi_home_105901_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91003, 'Hey, do you have any siblings? I-I was just curious, that''s all!', 'snd_voi_home_105901', 13, 1059017, 1, 1, 0, 'snd_voi_home_105901_0013M', 1, 1059011, 6500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91103, 'Um, do you have any siblings? I was just wondering what I could do for mine to make them happy.', 'snd_voi_home_105901', 13, 1059017, 1, 1, 0, 'snd_voi_home_105901_0013F', 2, 1059005, 6800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91004, 'Everyone in the Mejiro family is so elegant and dazzling... Unlike me...', 'snd_voi_home_105901', 14, 1059005, 1, 1, 0, 'snd_voi_home_105901_0014M', 1, 1059804, 4800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91104, 'Everyone in the Mejiro family is so elegant and dazzling... I just seem to stand as the odd one out among them...', 'snd_voi_home_105901', 14, 1059804, 1, 1, 0, 'snd_voi_home_105901_0014F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91005, 'Everyone keeps telling me how good this outfit looks on me. I''m sure they''re just trying to be polite...', 'snd_voi_home_105901', 15, 1059820, 1, 1, 0, 'snd_voi_home_105901_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91006, 'One step, two step! ♪ Hehe, and it''s so frilly. H-huh?! No, I was just rehearsing!', 'snd_voi_home_105901', 16, 1059024, 1, 1, 0, 'snd_voi_home_105901_0016', 0, 1059013, 4100, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91007, 'My racewear is a reflection of my hopes and dreams. I need to give it my very best while wearing it!', 'snd_voi_home_105901', 17, 1059000, 1, 1, 0, 'snd_voi_home_105901_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91008, 'Hmm, I wonder if I made this part too cutesy... N-no, I put my heart and soul into crafting this outfit, so I should be proud of how it turned out!', 'snd_voi_home_105901', 18, 1059007, 1, 1, 0, 'snd_voi_home_105901_0018', 0, 1000, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91009, 'Sometimes I want to go out for some early morning training, but if I''m not there when Taiki wakes up, she gets all sad...', 'snd_voi_home_105901', 19, 1059017, 1, 1, 0, 'snd_voi_home_105901_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91010, 'You often see the characters in manga making homemade bento lunches. I wonder if I could do it like them?', 'snd_voi_home_105901', 20, 1059810, 1, 1, 0, 'snd_voi_home_105901_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91011, 'I like training in the evening because there''s no one around to watch me. I can more easily concentrate!', 'snd_voi_home_105901', 21, 1059006, 1, 1, 0, 'snd_voi_home_105901_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91012, 'I like cherry blossom viewing parties. I can relax knowing that everyone''s attention is on the beautiful flowers and not on me.', 'snd_voi_home_105901', 22, 1059005, 1, 1, 0, 'snd_voi_home_105901_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91013, 'The sound of thunder really startled me last night... I like the rain, but storms are a bit much...', 'snd_voi_home_105901', 23, 1059008, 1, 1, 0, 'snd_voi_home_105901_0023', 0, 1059811, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91014, 'The Mejiro family is having one of its famous tea parties today. I can''t wait for us to all gather under the autumn leaves.', 'snd_voi_home_105901', 24, 1059821, 1, 1, 0, 'snd_voi_home_105901_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 91015, 'So all I need to do is avoid sweets... What else can I do for this diet? Geez, why is it so easy to gain weight during winter?', 'snd_voi_home_105901', 25, 1059008, 1, 1, 0, 'snd_voi_home_105901_0025', 0, 1059004, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92000, 'I''m ready, so let''s get started shortly.', 'snd_voi_training_105901', 0, 1059019, 2, 1, 0, 'snd_voi_training_105901_0000M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92100, 'I''m ready, so we can begin at any time.', 'snd_voi_training_105901', 0, 1059005, 2, 1, 0, 'snd_voi_training_105901_0000F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92001, 'Ignore the stares, ignore the stares... Concentrate on your training!', 'snd_voi_training_105901', 1, 1059807, 2, 1, 0, 'snd_voi_training_105901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92002, 'I really want to get stronger. So make sure to do your job properly, Trainer.', 'snd_voi_training_105901', 2, 1059018, 2, 1, 0, 'snd_voi_training_105901_0002M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92102, 'I really want to get stronger. I''m counting on you to help me achieve that.', 'snd_voi_training_105901', 2, 1059019, 2, 1, 0, 'snd_voi_training_105901_0002F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92003, 'It''s not like I''m feeling nervous or anything. I just need to focus on running.', 'snd_voi_training_105901', 3, 1000, 2, 1, 0, 'snd_voi_training_105901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92011, 'Now''s the time for a good workout. I don''t want to be left behind by anyone!', 'snd_voi_training_105900', 39, 1059812, 2, 1, 0, 'snd_voi_training_105900_0039', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92005, 'You''ve got today planned out, right? Tell me what to do, and I''ll show you results.', 'snd_voi_training_105901', 5, 1059022, 2, 1, 0, 'snd_voi_training_105901_0005M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92105, 'You''ve got today planned out, right? Don''t worry, I can tackle anything you throw at me.', 'snd_voi_training_105901', 5, 1059005, 2, 1, 0, 'snd_voi_training_105901_0005F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92006, 'Don''t worry, just tell me what I have to do to get stronger.', 'snd_voi_training_105901', 6, 1059812, 2, 1, 0, 'snd_voi_training_105901_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92007, 'I trust you to guide me well as a trainer. B-but I only trust you as a trainer, got it?', 'snd_voi_training_105901', 7, 1059011, 2, 1, 0, 'snd_voi_training_105901_0007M', 1, 1059015, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 92107, 'I really trust you, Trainer. I hope to show that you can trust me as well.', 'snd_voi_training_105901', 7, 1059005, 2, 1, 0, 'snd_voi_training_105901_0007F', 2, 1059006, 5800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 93000, 'I''m really glad that you became my trai—N-no, it''s nothing!', 'snd_voi_training_105901', 8, 0, 2, 1, 0, 'snd_voi_training_105901_0008M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 93001, 'I''m really glad... that you became my trainer!', 'snd_voi_training_105901', 8, 0, 2, 1, 0, 'snd_voi_training_105901_0008F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 93002, 'Thank you very much. H-hey, I mean it!', 'snd_voi_training_105901', 9, 0, 2, 1, 0, 'snd_voi_training_105901_0009M', 1, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 93003, 'You have my gratitude. Thank you!', 'snd_voi_training_105901', 9, 0, 2, 1, 0, 'snd_voi_training_105901_0009F', 2, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 95000, 'Trust me, I can still do this!', 'snd_voi_outgame_105901', 0, 1001, 7, 1, 0, 'snd_voi_outgame_105901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 95001, 'I must... surpass my own limits!', 'snd_voi_outgame_105901', 1, 0, 7, 1, 0, 'snd_voi_outgame_105901_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 95003, 'I''m Mejiro Dober. It''s um... a pleasure.', 'snd_voi_outgame_105901', 3, 1000, 7, 1, 0, 'snd_voi_outgame_105901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 95004, 'I want to change! That''s what keeps me running!', 'snd_voi_gacha_105901', 0, 0, 7, 1, 0, 'snd_voi_gacha_105901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1008, 'Let''s give it our all!', 'snd_voi_teamst_st_105900_0000', 0, 1059005, 8, 1, 0, 'snd_voi_teamst_st_105900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1123, 'I can do this!', 'snd_voi_teamst_st_105900_1018', 0, 1059006, 8, 1, 0, 'snd_voi_teamst_st_105900_1018_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1124, 'I won''t be losing!', 'snd_voi_teamst_st_105900_1027', 0, 1059812, 8, 1, 0, 'snd_voi_teamst_st_105900_1027_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1028, 'I-I know what I have to do!', 'snd_voi_teamst_st_101000_1059', 1, 1059804, 8, 1, 0, 'snd_voi_teamst_st_101000_1059_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1033, 'H-here I go.', 'snd_voi_teamst_st_101300_1059', 1, 1003, 8, 1, 0, 'snd_voi_teamst_st_101300_1059_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1062, 'Heh, I believe I do.', 'snd_voi_teamst_st_102700_1059', 1, 1059005, 8, 1, 0, 'snd_voi_teamst_st_102700_1059_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1000, 'Everyone, let''s go!', 'snd_voi_teamst_105900', 0, 1001, 8, 1, 0, 'snd_voi_teamst_105900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1001, 'Yay, I really did it!', 'snd_voi_teamst_105900', 1, 0, 8, 1, 0, 'snd_voi_teamst_105900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1003, 'That was a good fight.', 'snd_voi_teamst_105900', 2, 0, 8, 1, 0, 'snd_voi_teamst_105900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1002, 'Need to push... Harder!', 'snd_voi_teamst_105900', 3, 0, 8, 1, 0, 'snd_voi_teamst_105900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1004, 'Phew, that was amazing!', 'snd_voi_teamst_105900', 4, 1059024, 8, 1, 0, 'snd_voi_teamst_105900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1007, 'What, a new record?!', 'snd_voi_teamst_105900', 5, 11010, 8, 1, 0, 'snd_voi_teamst_105900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1006, 'That was a good fight.', 'snd_voi_teamst_105900', 2, 1059003, 8, 1, 0, 'snd_voi_teamst_105900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 1005, 'Need to push... Harder!', 'snd_voi_teamst_105900', 3, 1059004, 8, 1, 0, 'snd_voi_teamst_105900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 40000, 'I have a goal, and I''m going to reach it today!', 'snd_voi_race_105901', 2, 0, 3, 1, 0, 'snd_voi_race_105901_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 40001, 'Their stares, their shouts... Please, it''s too much! Ah, right! I just need to run toward my destination!', 'snd_voi_race_105901', 3, 0, 3, 1, 0, 'snd_voi_race_105901_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 30004, 'I can''t get used to your compliments, but I don''t hate getting them either.', 'snd_voi_race_105901', 0, 0, 3, 1, 0, 'snd_voi_race_105901_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 30005, 'I did it... I actually did it!', 'snd_voi_race_105900', 8, 0, 3, 1, 0, 'snd_voi_race_105900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 31000, 'Eyes on the finish!', 'snd_voi_race_105900', 9, 0, 3, 1, 0, 'snd_voi_race_105900_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 13, 'It seems this is today''s login bonus.', 'snd_voi_title_105900', 4, 1059005, 1, 1, 0, 'snd_voi_title_105900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 15, 'You''ll be able to get this tomorrow.', 'snd_voi_title_105900', 5, 1001, 1, 1, 0, 'snd_voi_title_105900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 110000, 'You''ll surely be able to make me stronger, right?', 'snd_voi_home_105900', 21, 0, 1, 1, 0, 'snd_voi_home_105900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 110001, 'It''s a little embarrassing to think about my past...', 'snd_voi_home_105900', 22, 0, 1, 1, 0, 'snd_voi_home_105900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 110002, 'I need to get used to appearing out on the track in front of everyone!', 'snd_voi_home_105900', 23, 0, 1, 1, 0, 'snd_voi_home_105900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 10021, 'It looks like your Archive level has increased. Care to take a look?', 'snd_voi_home_105900', 24, 1059006, 1, 1, 0, 'snd_voi_home_105900_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 20051, 'We just have to jump in and go!', 'snd_voi_training_105900', 65, 0, 2, 1, 0, 'snd_voi_training_105900_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70000, 'Let''s just... do our best...', 'snd_voi_outgame_105900', 3, 3, 7, 1, 0, 'snd_voi_outgame_105900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 95005, 'I might be able to do more now.', 'snd_voi_outgame_105900', 4, 0, 7, 1, 0, 'snd_voi_outgame_105900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 95006, 'I want to help, too!', 'snd_voi_outgame_105900', 5, 0, 7, 1, 0, 'snd_voi_outgame_105900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 120000, 'I can''t let this power go to waste!', 'snd_voi_outgame_105900', 11, 1059807, 2, 1, 0, 'snd_voi_outgame_105900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140000, 'Cute... Which one are you after?', 'snd_voi_minigame_105900', 0, 1059813, 9, 1, 0, 'snd_voi_minigame_105900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140001, 'Yay!', 'snd_voi_minigame_105900', 1, 1059814, 9, 1, 0, 'snd_voi_minigame_105900_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140002, 'Oh no...', 'snd_voi_minigame_105900', 2, 1059804, 9, 1, 0, 'snd_voi_minigame_105900_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140003, 'I''m amazed you could get so many!', 'snd_voi_minigame_105900', 3, 971059, 9, 1, 0, 'snd_voi_minigame_105900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140004, 'That was pretty fun I guess.', 'snd_voi_minigame_105900', 4, 972059, 9, 1, 0, 'snd_voi_minigame_105900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140005, 'T-too bad...', 'snd_voi_minigame_105900', 5, 11007, 9, 1, 0, 'snd_voi_minigame_105900_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140006, 'I''m amazed you could get so many!', 'snd_voi_minigame_105900', 3, 974059, 9, 1, 0, 'snd_voi_minigame_105900_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140007, 'That was pretty fun I guess.', 'snd_voi_minigame_105900', 4, 973059, 9, 1, 0, 'snd_voi_minigame_105900_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140008, 'Hehe.', 'snd_voi_minigame_105900', 6, 1059005, 9, 1, 0, 'snd_voi_minigame_105900_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140009, 'Hehe!', 'snd_voi_minigame_105900', 7, 1059024, 9, 1, 0, 'snd_voi_minigame_105900_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140010, 'Geez...', 'snd_voi_minigame_105900', 8, 1059002, 9, 1, 0, 'snd_voi_minigame_105900_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140011, 'I-incredible!', 'snd_voi_minigame_105900', 9, 1059006, 9, 1, 0, 'snd_voi_minigame_105900_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140014, 'Why?!', 'snd_voi_minigame_105900', 10, 1059013, 9, 1, 0, 'snd_voi_minigame_105900_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140015, 'Oh...', 'snd_voi_minigame_105900', 11, 8007, 9, 1, 0, 'snd_voi_minigame_105900_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140016, 'Are you nervous?', 'snd_voi_minigame_105900', 12, 1059019, 9, 1, 0, 'snd_voi_minigame_105900_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140012, 'Yay!', 'snd_voi_minigame_105900', 13, 1001, 9, 1, 0, 'snd_voi_minigame_105900_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140013, 'Huh?', 'snd_voi_minigame_105900', 14, 11001, 9, 1, 0, 'snd_voi_minigame_105900_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140017, 'Aah!', 'snd_voi_minigame_105900', 15, 9008, 9, 1, 0, 'snd_voi_minigame_105900_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 140018, 'Wait, no!', 'snd_voi_minigame_105900', 16, 1059014, 9, 1, 0, 'snd_voi_minigame_105900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70004, 'I like that we all wear the same uniform. It means that I don''t stand out so much.', 'snd_voi_outgame_105900', 16, 1059005, 7, 1, 0, 'snd_voi_outgame_105900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70010, 'Anyone who sees me like this will know right away that I''m a Tracen student. I need to conduct myself properly at all times.', 'snd_voi_outgame_105900', 17, 1059017, 7, 1, 0, 'snd_voi_outgame_105900_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70008, 'I really don''t think this cutesy outfit suits me at all...', 'snd_voi_outgame_105900', 20, 1059012, 7, 1, 0, 'snd_voi_outgame_105900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70014, 'I get really nervous up on stage, but it helps knowing I do it for my fans.', 'snd_voi_outgame_105900', 21, 1059812, 7, 1, 0, 'snd_voi_outgame_105900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70009, 'I deliberated for quite some time when it came to crafting my signature racewear. I must always wear it with pride.', 'snd_voi_outgame_105900', 22, 1059006, 7, 1, 0, 'snd_voi_outgame_105900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70015, 'I''ll be sure to show everyone a run befitting the wearer of this outfit.', 'snd_voi_outgame_105900', 23, 1000, 7, 1, 0, 'snd_voi_outgame_105900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 71004, 'I like that we all wear the same uniform. It means that I don''t stand out so much.', 'snd_voi_outgame_105900', 16, 48, 7, 0, 0, 'snd_voi_outgame_105900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 71010, 'Anyone who sees me like this will know right away that I''m a Tracen student. I need to conduct myself properly at all times.', 'snd_voi_outgame_105900', 17, 148, 7, 0, 0, 'snd_voi_outgame_105900_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 71008, 'I really don''t think this cutesy outfit suits me at all...', 'snd_voi_outgame_105900', 20, 149, 7, 0, 0, 'snd_voi_outgame_105900_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 71014, 'I get really nervous up on stage, but it helps knowing I do it for my fans.', 'snd_voi_outgame_105900', 21, 18, 7, 0, 0, 'snd_voi_outgame_105900_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 71009, 'I deliberated for quite some time when it came to crafting my signature racewear. I must always wear it with pride.', 'snd_voi_outgame_105900', 22, 35, 7, 0, 0, 'snd_voi_outgame_105900_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 71015, 'I''ll be sure to show everyone a run befitting the wearer of this outfit.', 'snd_voi_outgame_105900', 23, 23, 7, 0, 0, 'snd_voi_outgame_105900_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 2030, 'Everyone, let''s go!', 'snd_voi_teamst_105900', 0, 1001, 10, 1, 0, 'snd_voi_teamst_105900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 2031, 'Let''s give it our all!', 'snd_voi_teamst_st_105900_0000', 0, 1059005, 10, 1, 0, 'snd_voi_teamst_st_105900_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 2032, 'Thank you, Trainer.', 'snd_voi_training_105900', 64, 1059006, 10, 1, 0, 'snd_voi_training_105900_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 2033, 'Phew... No bothersome nerves getting in the way, and I''m feeling good. Just need to concentrate now. Let''s do this!', 'snd_voi_training_105900', 19, 1059000, 10, 1, 0, 'snd_voi_training_105900_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 2034, 'Inhale... Exhale... All right, I feel great. It''s all been for this very day!', 'snd_voi_training_105900', 16, 1059812, 10, 1, 0, 'snd_voi_training_105900_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 2035, 'Thank you, Trainer.', 'snd_voi_training_105900', 64, 1059006, 10, 0, 0, 'snd_voi_training_105900_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 400004, 'When it comes to conviction, I won''t lose to Air Groove... I want to change. I want to become strong.', 'snd_voi_event_090004', 4, 1059018, 7, 1, 0, 'snd_voi_event_090004_0004', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 400012, 'Event missions, hm? I''ll do whatever I can to help.', 'snd_voi_event_090004', 12, 1059002, 7, 1, 0, 'snd_voi_event_090004_0012', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 400013, 'Good work on those event missions. Be sure to collect your reward. It''s proof of your efforts.', 'snd_voi_event_090004', 13, 1059005, 7, 1, 0, 'snd_voi_event_090004_0013', 0, 0, 0, 1622203200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70018, '...!', 'snd_voi_outgame_105900', 26, 1001, 7, 1, 0, 'snd_voi_outgame_105900_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 70019, 'I''ll show you my ideal way to run!', 'snd_voi_outgame_105900', 27, 1059018, 7, 1, 0, 'snd_voi_outgame_105900_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 71018, '...!', 'snd_voi_outgame_105900', 26, 18, 7, 0, 0, 'snd_voi_outgame_105900_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1059, 71019, 'I''ll show you my ideal way to run!', 'snd_voi_outgame_105900', 27, 34, 7, 0, 0, 'snd_voi_outgame_105900_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 11, 'Cygames', 'snd_voi_title_106000', 0, 0, 0, 1, 0, 'snd_voi_title_106000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_106000', 1, 0, 0, 1, 0, 'snd_voi_title_106000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10000, 'I know it''s not like me to say tired stuff like this... but I''ll do my best—with you alongside me.', 'snd_voi_home_106000', 0, 1060000, 1, 1, 0, 'snd_voi_home_106000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10001, 'Man, my cleats are all worn out again. Wanna go buy a new pair with me? ...We can also stop by that clothing store on the way.', 'snd_voi_home_106000', 1, 3013, 1, 1, 0, 'snd_voi_home_106000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10002, 'Once it''s closer to festival dancing season, let''s practice our steps. That way, we can dance together at the festival. It''ll be fun, I promise!', 'snd_voi_home_106000', 2, 4001, 1, 1, 0, 'snd_voi_home_106000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10003, 'Happy New Year! I''m looking forward to another great year together. Gotta get in my greetings, y''know?', 'snd_voi_home_106000', 3, 1060000, 1, 1, 0, 'snd_voi_home_106000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10004, 'I see, today is Valentine''s Day... Ah, it''s not really my thing so I totally forgot. Hm, I wonder if they''ll have bargain chocolates tonight?', 'snd_voi_home_106000', 4, 8010, 1, 1, 0, 'snd_voi_home_106000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10005, 'Um, hey. Want some chocolates from me? I''ll just... leave them on your desk.', 'snd_voi_home_106000', 5, 3007, 1, 1, 0, 'snd_voi_home_106000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10006, 'Stars are so sparkly and beautiful, aren''t they? ...But they''re still too high for me to reach.', 'snd_voi_home_106000', 6, 3005, 1, 1, 0, 'snd_voi_home_106000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10007, 'Instead of sweets, I gave Urara vinegared kelp and she was overjoyed... Hehe. I ended giving her an extra one.', 'snd_voi_home_106000', 7, 1060000, 1, 1, 0, 'snd_voi_home_106000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10008, 'Right, right, happy holidays. Dear Santa, will you give me the gift of innocence?', 'snd_voi_home_106000', 8, 2000, 1, 1, 0, 'snd_voi_home_106000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10009, 'Oh. You''re working during the holidays? Well, I guess a certain kind-hearted Santa Claus can bring you some turkey.', 'snd_voi_home_106000', 9, 1060000, 1, 1, 0, 'snd_voi_home_106000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10010, 'Gah, is it already the end of the year? Sigh... I feel like it goes by faster every year... Wait, I said this last year too. Scary stuff.', 'snd_voi_home_106000', 10, 3007, 1, 1, 0, 'snd_voi_home_106000_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10011, 'Oh yeah, today''s your birthday, right? Wow, hooray, hooray. Wanna go eat some steamed meat buns?', 'snd_voi_home_106000', 11, 1060006, 1, 1, 0, 'snd_voi_home_106000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10012, 'Happy birthday, Trainer. I gotta make sure to thank your parents, too. ...Well then, let''s eat some cake!', 'snd_voi_home_106000', 12, 1060017, 1, 1, 0, 'snd_voi_home_106000_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10013, 'It''s my birthday... but isn''t everyone else making more of a fuss than I am? Geez, I''m not used to being the star of the show.', 'snd_voi_home_106000', 13, 1060811, 1, 1, 0, 'snd_voi_home_106000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10014, 'What? Celebrate my birthday? Uh, yeah... I''m kinda... really embarrassed about it. ...B-but thanks!', 'snd_voi_home_106000', 14, 3013, 1, 1, 0, 'snd_voi_home_106000_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10015, 'Oh. You haven''t overlooked any notices, have you?', 'snd_voi_home_106000', 15, 11000, 1, 1, 0, 'snd_voi_home_106000_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10016, 'Oooh! It looks like something good has arrived for you.', 'snd_voi_home_106000', 16, 1060000, 1, 1, 0, 'snd_voi_home_106000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10017, 'You''ve completed a mission. Hehe. I guess hard work pays off.', 'snd_voi_home_106000', 17, 1060017, 1, 1, 0, 'snd_voi_home_106000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10018, 'Looks like they''re preparing for an event... I wonder what it''s gonna be. Hope it''s something nice and laid back.', 'snd_voi_home_106000', 18, 2001, 1, 1, 0, 'snd_voi_home_106000_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10019, 'Is there an event going on? No wonder things seemed so lively around here. ...Wanna take a peek?', 'snd_voi_home_106000', 19, 8001, 1, 1, 0, 'snd_voi_home_106000_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20000, 'Phew... I''m starting to feel pretty tired.', 'snd_voi_training_106000', 0, 1060810, 2, 1, 0, 'snd_voi_training_106000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20001, 'Sigh... I''m feeling a little out of it today... I guess I''ve been trying too hard, which isn''t my style.', 'snd_voi_training_106000', 1, 2007, 2, 1, 0, 'snd_voi_training_106000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20002, 'All right, let''s do this! Ah... Sorry... Pretend you didn''t hear that. I got a bit overexcited. Yikes.', 'snd_voi_training_106000', 2, 4009, 2, 1, 0, 'snd_voi_training_106000_0002', 0, 1060013, 3800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20003, 'Hehe, I might be able to do pretty well today.', 'snd_voi_training_106000', 3, 3002, 2, 1, 0, 'snd_voi_training_106000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20004, 'My legs feel kinda light. I guess that means I''m doing well. ...Could just be my imagination, though.', 'snd_voi_training_106000', 4, 1060017, 2, 1, 0, 'snd_voi_training_106000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20005, 'Hey, hey, partly peppy Nature has arrived. What''s on the regimen for today?', 'snd_voi_training_106000', 5, 1060000, 2, 1, 0, 'snd_voi_training_106000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20006, 'All right, time to do as much as I can.', 'snd_voi_training_106000', 6, 1060006, 2, 1, 0, 'snd_voi_training_106000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20007, 'Okay, where should we start?', 'snd_voi_training_106000', 7, 11000, 2, 1, 0, 'snd_voi_training_106000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20008, 'Hmm... Maybe I dropped my motivation somewhere on the way here.', 'snd_voi_training_106000', 8, 2007, 2, 1, 0, 'snd_voi_training_106000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20009, 'Sigh... What''s going on? It''s so unlike me to not have any strength... Maybe...', 'snd_voi_training_106000', 9, 1060809, 2, 1, 0, 'snd_voi_training_106000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20010, 'Ahhh! It''s no good! I can only think of the worst possible outcome. I have to stay calm.', 'snd_voi_training_106000', 10, 1060810, 2, 1, 0, 'snd_voi_training_106000_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20011, 'Ughh, I''m in an awful mood. I guess I just have to hold out...', 'snd_voi_training_106000', 11, 2007, 2, 1, 0, 'snd_voi_training_106000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20021, 'What, another race? ...Will it be okay? I hope it doesn''t affect my condition.', 'snd_voi_training_106000', 12, 8007, 2, 1, 0, 'snd_voi_training_106000_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20022, 'Aren''t I entering too many races? I''m about to fall apart here. Come on, let me get some rest.', 'snd_voi_training_106000', 13, 2007, 2, 1, 0, 'snd_voi_training_106000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20023, 'Sigh. The time has finally come. I''m feeling... so-so, I guess. Yeah. Maybe I could... Nah. Haha.', 'snd_voi_training_106000', 14, 2002, 2, 1, 0, 'snd_voi_training_106000_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20024, 'I''ve been working pretty hard, and I think I have a chance of winning. ...Or at least, I wish I did!', 'snd_voi_training_106000', 15, 1060000, 2, 1, 0, 'snd_voi_training_106000_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20025, 'My condition isn''t bad, and if I try hard, maybe I''ll do well... Ah! J-just kidding!', 'snd_voi_training_106000', 16, 3001, 2, 1, 0, 'snd_voi_training_106000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20026, 'Well, I did what I could. All that''s left is to run.', 'snd_voi_training_106000', 17, 1060000, 2, 1, 0, 'snd_voi_training_106000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20027, 'If I run calmly, I think I can make it, depending on how things progress. Ah... Keep your expectations in check though!', 'snd_voi_training_106000', 18, 8001, 2, 1, 0, 'snd_voi_training_106000_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20028, 'I''m in pretty good form! Well, for me, anyway! It''s because today''s really important.', 'snd_voi_training_106000', 19, 1060017, 2, 1, 0, 'snd_voi_training_106000_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20029, 'It seems like I can run just fine... But I don''t know if things will turn out good or bad...', 'snd_voi_training_106000', 20, 11000, 2, 1, 0, 'snd_voi_training_106000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20030, 'My condition is the same as ever... So keep your expectations tempered too. In other words, don''t expect too much.', 'snd_voi_training_106000', 21, 1060006, 2, 1, 0, 'snd_voi_training_106000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20031, 'My condition isn''t good or bad. It''d be nice if I could put up a good fight.', 'snd_voi_training_106000', 22, 3000, 2, 1, 0, 'snd_voi_training_106000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20032, 'Is it already time for the race? Ughh... I''ve already come this far, so I have no choice but to prepare for the worst...', 'snd_voi_training_106000', 23, 8007, 2, 1, 0, 'snd_voi_training_106000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20033, 'Sigh... Maybe if I run hard, a miracle will happen?', 'snd_voi_training_106000', 24, 3007, 2, 1, 0, 'snd_voi_training_106000_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20034, 'No matter what I say about the current situation, nothing will change. I''m just going to go for broke and run.', 'snd_voi_training_106000', 25, 2000, 2, 1, 0, 'snd_voi_training_106000_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20035, 'Well, I''m quite anxious to be honest... But I''ll do what I can.', 'snd_voi_training_106000', 26, 2008, 2, 1, 0, 'snd_voi_training_106000_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20036, 'Ughh... With this little confidence, wouldn''t it be better if I just took it easy? That makes sense, right?', 'snd_voi_training_106000', 27, 1060810, 2, 1, 0, 'snd_voi_training_106000_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20037, 'I''ve worked hard up till now, so I''m sure I''ll leave my mark somehow.', 'snd_voi_training_106000', 28, 3005, 2, 1, 0, 'snd_voi_training_106000_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20038, 'Understood.', 'snd_voi_training_106000', 29, 0, 2, 1, 0, 'snd_voi_training_106000_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20039, 'I''ll guess I''ll try.', 'snd_voi_training_106000', 30, 0, 2, 1, 0, 'snd_voi_training_106000_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20040, 'Oookay.', 'snd_voi_training_106000', 31, 0, 2, 1, 0, 'snd_voi_training_106000_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20041, 'Study time.', 'snd_voi_training_106000', 32, 0, 2, 1, 0, 'snd_voi_training_106000_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20042, 'Huh?', 'snd_voi_training_106000', 33, 0, 2, 1, 0, 'snd_voi_training_106000_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20043, 'Zzz...', 'snd_voi_training_106000', 34, 0, 2, 1, 0, 'snd_voi_training_106000_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20046, 'Mm. Shall we go?', 'snd_voi_training_106000', 37, 0, 2, 1, 0, 'snd_voi_training_106000_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20047, 'The beach? Great idea!', 'snd_voi_training_106000', 38, 0, 2, 1, 0, 'snd_voi_training_106000_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20049, 'Thank you, Trainer.', 'snd_voi_training_106000', 63, 0, 2, 1, 0, 'snd_voi_training_106000_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20050, 'Well, that was fun. Thanks.', 'snd_voi_training_106000', 64, 0, 2, 1, 0, 'snd_voi_training_106000_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 30000, 'Whoa... I can''t believe I got second place!', 'snd_voi_race_106000', 0, 0, 3, 1, 0, 'snd_voi_race_106000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 30001, 'Third place, my old friend! ...Just kidding.', 'snd_voi_race_106000', 1, 0, 3, 1, 0, 'snd_voi_race_106000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 30002, 'All according to plan, I guess?', 'snd_voi_race_106000', 2, 0, 3, 1, 0, 'snd_voi_race_106000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 30003, 'I guess all the glamor is just a dream within a dream...', 'snd_voi_race_106000', 3, 0, 3, 1, 0, 'snd_voi_race_106000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 60000, 'Uwahhh! What should I do if there''s no audience?!', 'snd_voi_live_106000', 0, 0, 4, 1, 0, 'snd_voi_live_106000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 60001, 'I''ll sing my heart out, so make sure to watch me.', 'snd_voi_live_106000', 1, 0, 4, 1, 0, 'snd_voi_live_106000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70001, 'It''s strange—why did they call on me, a side character, for something like this?', 'snd_voi_outgame_106000', 1, 3007, 7, 1, 0, 'snd_voi_outgame_106000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90000, 'Morning. First up is stretching. Relax your shoulders. Hahhh... Let''s keep going at this relaxed pace, shall we?', 'snd_voi_home_106001', 0, 11001, 1, 1, 0, 'snd_voi_home_106001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90001, 'Yo! ...Huh, you''re still sleepy? Well, how about we take a morning walk together? Apparently, it''ll help you live a longer life or something.', 'snd_voi_home_106001', 1, 1060019, 1, 1, 0, 'snd_voi_home_106001_0001', 0, 8001, 1500, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90002, 'During lunch, I did a raffle at a convenience store over and over... I set a personal best for the number of third-place prizes! ...Wait, did I only draw third-place prizes?!', 'snd_voi_home_106001', 2, 1060006, 1, 1, 0, 'snd_voi_home_106001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90003, 'When I passed by the back of the school, I saw Sky taking a nap with a cat. I couldn''t decide whose head to pat, hehe.', 'snd_voi_home_106001', 3, 1060811, 1, 1, 0, 'snd_voi_home_106001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90004, 'Oh, Trainer, are you having dinner now? Or... are you a midnight snacker like me? Shall we partake of some tasty snacks?', 'snd_voi_home_106001', 4, 3002, 1, 1, 0, 'snd_voi_home_106001_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90005, 'Oh, I see you''re still working this late. Hmm... When you''re done, wanna go for a quick drink? My treat! It''ll be juice though.', 'snd_voi_home_106001', 5, 1060000, 1, 1, 0, 'snd_voi_home_106001_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90006, 'Spring is the season for feasts. Hehe, how nostalgic... I used to get worked pretty hard preparing for that kind of stuff back home.', 'snd_voi_home_106001', 6, 11000, 1, 1, 0, 'snd_voi_home_106001_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90007, 'It''s so hot... I want to do even less than I usually do... Sigh... I want to spend the rest of my days beside the air conditioner.', 'snd_voi_home_106001', 7, 2012, 1, 1, 0, 'snd_voi_home_106001_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90008, 'I''ve been waiting for this! ♪ The season of aimless travel has arrived! Maybe I should tidy up my hiking boots?', 'snd_voi_home_106001', 8, 4002, 1, 1, 0, 'snd_voi_home_106001_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 90009, 'Aghh, it''s so cold! I want to eat some piping hot oden stew... Oh, right. Would you like to join me? I know a good stall.', 'snd_voi_home_106001', 9, 3014, 1, 1, 0, 'snd_voi_home_106001_0009', 0, 11001, 5300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91000, 'Teio is dazzling today, too... She''s truly a bundle of energy. I''m no match for her in so many ways.', 'snd_voi_home_106001', 10, 3000, 1, 1, 0, 'snd_voi_home_106001_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91001, 'Whenever I watch those TV shopping programs, I find myself wanting to buy everything I see... Just the other day, I almost bought some snake powder...', 'snd_voi_home_106001', 11, 8007, 1, 1, 0, 'snd_voi_home_106001_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91002, 'I''ve got a really effective alarm in my room: an Umamusume who wakes me up by shouting, "Marvelous!" Haha... Sigh...', 'snd_voi_home_106001', 12, 1060000, 1, 1, 0, 'snd_voi_home_106001_0012', 0, 8007, 6400, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91003, 'Get this. Since a while ago, I kept hearing the sound of a cat somewhere nearby. Turns out I left a cat video playing on my phone. Man, I''m a riot.', 'snd_voi_home_106001', 13, 1060000, 1, 1, 0, 'snd_voi_home_106001_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91004, 'Just being in a lively place can sap all your energy, huh? Sigh... I''m gonna go recharge by cuddling some cats.', 'snd_voi_home_106001', 14, 2007, 1, 1, 0, 'snd_voi_home_106001_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91005, 'Ack! You can see my belly button! Is there really a demand for this kind of thing? ...Maybe I should sneakily make my top longer before the concert starts.', 'snd_voi_home_106001', 15, 1060015, 1, 1, 0, 'snd_voi_home_106001_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91006, 'Sigh... It''s so frilly. I just have this overwhelming feeling that it doesn''t suit me. Ugh... Can I take it off already?', 'snd_voi_home_106001', 16, 3014, 1, 1, 0, 'snd_voi_home_106001_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91007, '...Ah, man. I can''t stop myself from smiling. It''s just... This signature racewear... It''s really my style.', 'snd_voi_home_106001', 17, 1060811, 1, 1, 0, 'snd_voi_home_106001_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91008, 'I''d look really cool if I won while wearing this... Just messing with ya! Hahaha. ...Well, I''ll do my best, anyhow.', 'snd_voi_home_106001', 18, 3000, 1, 1, 0, 'snd_voi_home_106001_0018', 0, 1060012, 5000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91009, 'I want to start every morning with a "Psssh!" ...What''s with that look? I''m talking about cracking open a canned coffee.', 'snd_voi_home_106001', 19, 1060000, 1, 1, 0, 'snd_voi_home_106001_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91010, 'Maybe I''ll go for a light run. ...No, it''s not training, it''s to help my digestion. I''m not that passionate about training.', 'snd_voi_home_106001', 20, 1060006, 1, 1, 0, 'snd_voi_home_106001_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91011, 'Mayano said she was going to stay up late, so I told her that adult Umamusume need to get their beauty sleep. She went to bed immediately! ...She''s so simple and cute.', 'snd_voi_home_106001', 21, 1060000, 1, 1, 0, 'snd_voi_home_106001_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91012, 'More and more girls are wearing frilly, spring clothing! What a treat for the eyes. ♪ The outfits look better when they''re worn by such dazzling girls.', 'snd_voi_home_106001', 22, 1060006, 1, 1, 0, 'snd_voi_home_106001_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91013, 'I like going to the sauna, but this heat is something else entirely... Give me a break...', 'snd_voi_home_106001', 23, 1060011, 1, 1, 0, 'snd_voi_home_106001_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91014, 'Yesterday, I was able to cleanly remove all the bones from a Pacific saury. Mm, simple pleasures such as these are the true charm of fall.', 'snd_voi_home_106001', 24, 4002, 1, 1, 0, 'snd_voi_home_106001_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 91015, 'Open-air baths are the best on a cold day like this. Ahhh, I want to go to a hot spring.', 'snd_voi_home_106001', 25, 2002, 1, 1, 0, 'snd_voi_home_106001_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 92000, 'I''m fully prepared and ready to go anytime. ...So, what should we do?', 'snd_voi_training_106001', 0, 1060000, 2, 1, 0, 'snd_voi_training_106001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 92001, 'Yo! Shall we get started? I''ll do my best, in my own way.', 'snd_voi_training_106001', 2, 4001, 2, 1, 0, 'snd_voi_training_106001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 92002, 'Ah, don''t get your hopes up too much. That kind of thing makes me restless.', 'snd_voi_training_106001', 3, 3007, 2, 1, 0, 'snd_voi_training_106001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 92003, 'I''m counting on your guidance. Well, let''s take it easy, though. There''s no point in getting overexcited.', 'snd_voi_training_106001', 4, 8001, 2, 1, 0, 'snd_voi_training_106001_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 92011, 'Many a little makes a mickle, as they say. I''m sure that we''re making progress, even if it''s just a bit at a time.', 'snd_voi_training_106001', 1, 11000, 2, 1, 0, 'snd_voi_training_106001_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 92005, 'Whether it''s training or anything else, I''ll do whatever you decide, Trainer. I''ll live up to your expectations.', 'snd_voi_training_106001', 5, 4001, 2, 1, 0, 'snd_voi_training_106001_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 92006, 'Even if it''s superficial, it''s better than nothing... Now let''s do as much as we can!', 'snd_voi_training_106001', 6, 1060000, 2, 1, 0, 'snd_voi_training_106001_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 92007, 'I''ll do whatever I can. ...You have high expectations, right? Even for someone like me.', 'snd_voi_training_106001', 7, 3002, 2, 1, 0, 'snd_voi_training_106001_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 93000, 'A renowned trainer is born! Hehe.', 'snd_voi_training_106001', 8, 0, 2, 1, 0, 'snd_voi_training_106001_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 93001, 'Did I put up as good of a fight as you hoped?', 'snd_voi_training_106001', 9, 0, 2, 1, 0, 'snd_voi_training_106001_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 95000, 'I want to repay you for taking care of me.', 'snd_voi_outgame_106001', 0, 2001, 7, 1, 0, 'snd_voi_outgame_106001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 95001, 'Hehe, even I can shine sometimes.', 'snd_voi_outgame_106001', 1, 2001, 7, 1, 0, 'snd_voi_outgame_106001_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 95003, 'Hey, the name''s Nice Nature.', 'snd_voi_outgame_106001', 3, 4001, 7, 1, 0, 'snd_voi_outgame_106001_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1008, 'Shall we take it slowly?', 'snd_voi_teamst_st_106000_0000', 0, 4009, 8, 1, 0, 'snd_voi_teamst_st_106000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1125, 'Aren''t you in a good mood, Mayano?', 'snd_voi_teamst_st_106000_1024', 0, 1060006, 8, 1, 0, 'snd_voi_teamst_st_106000_1024_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1000, 'Leeet''s do it!', 'snd_voi_teamst_106000', 0, 1060017, 8, 1, 0, 'snd_voi_teamst_106000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1001, 'This is worth celebrating.', 'snd_voi_teamst_106000', 1, 0, 8, 1, 0, 'snd_voi_teamst_106000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1003, 'Don''t wooorry about it!', 'snd_voi_teamst_106000', 2, 0, 8, 1, 0, 'snd_voi_teamst_106000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1002, 'Agh, man...', 'snd_voi_teamst_106000', 3, 0, 8, 1, 0, 'snd_voi_teamst_106000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1004, 'Yeah, a major upset! ♪', 'snd_voi_teamst_106000', 4, 1060017, 8, 1, 0, 'snd_voi_teamst_106000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1007, 'Hooray! A new high score!', 'snd_voi_teamst_106000', 5, 4001, 8, 1, 0, 'snd_voi_teamst_106000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1006, 'Don''t wooorry about it!', 'snd_voi_teamst_106000', 2, 1060011, 8, 1, 0, 'snd_voi_teamst_106000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 1005, 'Agh, man...', 'snd_voi_teamst_106000', 3, 1060004, 8, 1, 0, 'snd_voi_teamst_106000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 120000, 'Wow... Is this the power of those feelings?', 'snd_voi_outgame_106000', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_106000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140000, 'Go get ''em!', 'snd_voi_minigame_106000', 0, 1060006, 9, 1, 0, 'snd_voi_minigame_106000_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140001, 'All right, nice one!', 'snd_voi_minigame_106000', 1, 1060001, 9, 1, 0, 'snd_voi_minigame_106000_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140002, 'Ahh, I guess these things happen...', 'snd_voi_minigame_106000', 2, 1060810, 9, 1, 0, 'snd_voi_minigame_106000_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140003, 'Holy cow! It''s a miracle!', 'snd_voi_minigame_106000', 3, 971060, 9, 1, 0, 'snd_voi_minigame_106000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140004, 'You did pretty good!', 'snd_voi_minigame_106000', 4, 972060, 9, 1, 0, 'snd_voi_minigame_106000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140005, 'Don''t wooorry about it!', 'snd_voi_minigame_106000', 5, 1060017, 9, 1, 0, 'snd_voi_minigame_106000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140006, 'Holy cow! It''s a miracle!', 'snd_voi_minigame_106000', 3, 974060, 9, 1, 0, 'snd_voi_minigame_106000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140007, 'You did pretty good!', 'snd_voi_minigame_106000', 4, 973060, 9, 1, 0, 'snd_voi_minigame_106000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140008, 'Hehehe.', 'snd_voi_minigame_106000', 6, 1060800, 9, 1, 0, 'snd_voi_minigame_106000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140009, 'Hmm-hmm! ♪', 'snd_voi_minigame_106000', 7, 1060801, 9, 1, 0, 'snd_voi_minigame_106000_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140010, 'Hehe... Oooh!', 'snd_voi_minigame_106000', 8, 1060802, 9, 1, 0, 'snd_voi_minigame_106000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140011, 'Seriously?', 'snd_voi_minigame_106000', 9, 1060803, 9, 1, 0, 'snd_voi_minigame_106000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140014, 'On no...', 'snd_voi_minigame_106000', 10, 1060804, 9, 1, 0, 'snd_voi_minigame_106000_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140015, 'Oooh!', 'snd_voi_minigame_106000', 11, 1060813, 9, 1, 0, 'snd_voi_minigame_106000_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140016, 'Hey, come on!', 'snd_voi_minigame_106000', 12, 1060805, 9, 1, 0, 'snd_voi_minigame_106000_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140012, 'Oh!', 'snd_voi_minigame_106000', 13, 1060806, 9, 1, 0, 'snd_voi_minigame_106000_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140013, 'Whoa!', 'snd_voi_minigame_106000', 14, 1060807, 9, 1, 0, 'snd_voi_minigame_106000_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140017, 'Ahhh...', 'snd_voi_minigame_106000', 15, 1060808, 9, 1, 0, 'snd_voi_minigame_106000_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 140018, 'Well, that''s too bad...', 'snd_voi_minigame_106000', 16, 1060011, 9, 1, 0, 'snd_voi_minigame_106000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 40000, 'Dreams... are something you gotta grasp for yourself!', 'snd_voi_race_106001', 2, 0, 3, 1, 0, 'snd_voi_race_106001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 40001, 'Dreams... are something you gotta grasp for yourself!', 'snd_voi_race_106001', 2, 0, 3, 1, 0, 'snd_voi_race_106001_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 40002, 'Should I go overboard?', 'snd_voi_race_106000', 6, 0, 3, 1, 0, 'snd_voi_race_106000_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 30004, 'I got first place. Heh.', 'snd_voi_race_106001', 0, 0, 3, 1, 0, 'snd_voi_race_106001_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 30005, 'Well... thanks for the support.', 'snd_voi_race_106000', 8, 0, 3, 1, 0, 'snd_voi_race_106000_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 31000, '...Watch over me, okay?', 'snd_voi_race_106000', 9, 0, 3, 1, 0, 'snd_voi_race_106000_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 13, 'This is your login bonus.', 'snd_voi_title_106000', 4, 1060000, 1, 1, 0, 'snd_voi_title_106000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 15, 'You''ll get this tomorrow.', 'snd_voi_title_106000', 5, 8002, 1, 1, 0, 'snd_voi_title_106000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 110000, 'Hey, are we training? Time to work.', 'snd_voi_home_106000', 21, 0, 1, 1, 0, 'snd_voi_home_106000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 110001, 'I want to hear about your past too.', 'snd_voi_home_106000', 22, 0, 1, 1, 0, 'snd_voi_home_106000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 110002, 'Oh, are we entering a race? Someone''s motivated. ♪', 'snd_voi_home_106000', 23, 0, 1, 1, 0, 'snd_voi_home_106000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 10021, 'Oh! Your Archive leveled up!', 'snd_voi_home_106000', 24, 8001, 1, 1, 0, 'snd_voi_home_106000_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 20051, 'Right. Let''s do it!', 'snd_voi_training_106000', 65, 1009, 2, 1, 0, 'snd_voi_training_106000_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70000, 'Let''s do this the best we can.', 'snd_voi_outgame_106000', 3, 0, 7, 1, 0, 'snd_voi_outgame_106000_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 95005, 'Taking on a supporting role is a piece of cake for me!', 'snd_voi_outgame_106000', 4, 0, 7, 1, 0, 'snd_voi_outgame_106000_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 95006, 'I''m here for you, whether you like it or not.', 'snd_voi_outgame_106000', 5, 0, 7, 1, 0, 'snd_voi_outgame_106000_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70004, 'Haha... Can''t I at least lose the frills?', 'snd_voi_outgame_106000', 16, 1060016, 7, 1, 0, 'snd_voi_outgame_106000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70010, 'Wearing these knee-high stockings takes a surprising amount of courage.', 'snd_voi_outgame_106000', 17, 1060004, 7, 1, 0, 'snd_voi_outgame_106000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70008, 'So embarrassing... This kind of outfit doesn''t suit me...', 'snd_voi_outgame_106000', 20, 1060008, 7, 1, 0, 'snd_voi_outgame_106000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70014, 'Ughhh... It''s way too cute! It makes me fidgety!', 'snd_voi_outgame_106000', 21, 1060009, 7, 1, 0, 'snd_voi_outgame_106000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70009, 'Wow... No. I have to keep my cool.', 'snd_voi_outgame_106000', 22, 10001, 7, 1, 0, 'snd_voi_outgame_106000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70015, 'What do you think? I hope... you like it.', 'snd_voi_outgame_106000', 23, 10001, 7, 1, 0, 'snd_voi_outgame_106000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 71004, 'Haha... Can''t I at least lose the frills?', 'snd_voi_outgame_106000', 16, 50, 7, 0, 0, 'snd_voi_outgame_106000_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 71010, 'Wearing these knee-high stockings takes a surprising amount of courage.', 'snd_voi_outgame_106000', 17, 148, 7, 0, 0, 'snd_voi_outgame_106000_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 71008, 'So embarrassing... This kind of outfit doesn''t suit me...', 'snd_voi_outgame_106000', 20, 48, 7, 0, 0, 'snd_voi_outgame_106000_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 71014, 'Ughhh... It''s way too cute! It makes me fidgety!', 'snd_voi_outgame_106000', 21, 45, 7, 0, 0, 'snd_voi_outgame_106000_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 71009, 'Wow... No. I have to keep my cool.', 'snd_voi_outgame_106000', 22, 18, 7, 0, 0, 'snd_voi_outgame_106000_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 71015, 'What do you think? I hope... you like it.', 'snd_voi_outgame_106000', 23, 18, 7, 0, 0, 'snd_voi_outgame_106000_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 2030, 'Leeet''s do it!', 'snd_voi_teamst_106000', 0, 1060017, 10, 1, 0, 'snd_voi_teamst_106000_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 2031, 'Shall we take it slowly?', 'snd_voi_teamst_st_106000_0000', 0, 4009, 10, 1, 0, 'snd_voi_teamst_st_106000_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 2032, 'Well, that was fun. Thanks.', 'snd_voi_training_106000', 64, 4001, 10, 1, 0, 'snd_voi_training_106000_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 2033, 'I''m in pretty good form! Well, for me, anyway! It''s because today''s really important.', 'snd_voi_training_106000', 19, 1060017, 10, 1, 0, 'snd_voi_training_106000_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 2034, 'My condition isn''t bad, and if I try hard, maybe I''ll do well... Ah! J-just kidding!', 'snd_voi_training_106000', 16, 3001, 10, 1, 0, 'snd_voi_training_106000_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 2035, 'Well, that was fun. Thanks.', 'snd_voi_training_106000', 64, 4001, 10, 0, 0, 'snd_voi_training_106000_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410000, 'Let''s give it a spin!', 'snd_voi_roulette_106000', 0, 0, 7, 1, 0, 'snd_voi_roulette_106000_0000', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410001, 'Nice one!', 'snd_voi_roulette_106000', 1, 400008, 7, 1, 0, 'snd_voi_roulette_106000_0001', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410002, 'All right!', 'snd_voi_roulette_106000', 2, 400009, 7, 1, 0, 'snd_voi_roulette_106000_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410003, 'All right!', 'snd_voi_roulette_106000', 2, 400009, 7, 0, 0, 'snd_voi_roulette_106000_0002', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410004, 'Hehehe.', 'snd_voi_roulette_106000', 3, 400010, 7, 1, 0, 'snd_voi_roulette_106000_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410005, 'Hehehe.', 'snd_voi_roulette_106000', 3, 400010, 7, 0, 0, 'snd_voi_roulette_106000_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410006, 'Ahahaha...', 'snd_voi_roulette_106000', 4, 400011, 7, 1, 0, 'snd_voi_roulette_106000_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410007, 'Ahahaha...', 'snd_voi_roulette_106000', 4, 400011, 7, 0, 0, 'snd_voi_roulette_106000_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 410008, 'Ahahaha...', 'snd_voi_roulette_106000', 4, 400011, 7, 0, 0, 'snd_voi_roulette_106000_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70018, 'I''m dazzling...', 'snd_voi_outgame_106000', 26, 1060006, 7, 1, 0, 'snd_voi_outgame_106000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 70019, 'Even I can shine sometimes!', 'snd_voi_outgame_106000', 27, 1060017, 7, 1, 0, 'snd_voi_outgame_106000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 71018, 'I''m dazzling...', 'snd_voi_outgame_106000', 26, 148, 7, 0, 0, 'snd_voi_outgame_106000_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1060, 71019, 'Even I can shine sometimes!', 'snd_voi_outgame_106000', 27, 33, 7, 0, 0, 'snd_voi_outgame_106000_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 11, 'Cygames', 'snd_voi_title_106100', 0, 0, 0, 1, 0, 'snd_voi_title_106100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 12, 'Umamusume: Pretty Derby!', 'snd_voi_title_106100', 1, 0, 0, 1, 0, 'snd_voi_title_106100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10000, 'Come now, it''s time to rise and shine. One should always appear dignified. We''ll shoulder the burden of being first-rate together.', 'snd_voi_home_106100', 0, 1061016, 1, 1, 0, 'snd_voi_home_106100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10001, 'Aren''t you my trainer? Then carry yourself with more pride.', 'snd_voi_home_106100', 1, 1061005, 1, 1, 0, 'snd_voi_home_106100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10002, 'Hmph, I''m not my mother, you know! I''m capable of cooking... I can even make rolled omelets!', 'snd_voi_home_106100', 2, 1061818, 1, 1, 0, 'snd_voi_home_106100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10003, 'Oh, Happy New Year. You''re already off to a great start, so be sure to keep it up and work hard this year as well.', 'snd_voi_home_106100', 3, 3001, 1, 1, 0, 'snd_voi_home_106100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10004, 'Happy Valentine''s Day! As a token of my gratitude for your hard work... I''ll bestow you with the right to provide me with chocolates!', 'snd_voi_home_106100', 4, 3009, 1, 1, 0, 'snd_voi_home_106100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10005, 'So? Have you finished making the chocolates? ...If you don''t hurry, you won''t be able to exchange them with me.', 'snd_voi_home_106100', 5, 10001, 1, 1, 0, 'snd_voi_home_106100_0005', 0, 1061802, 3800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10006, 'Hikoboshi and Orihime are like children who just listen to whatever their parents say. They should cross the river and get it over with.', 'snd_voi_home_106100', 6, 1061819, 1, 1, 0, 'snd_voi_home_106100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10007, 'Trick and treat! I''ll take your candy and pull a prank on you! Relinquish everything to me!', 'snd_voi_home_106100', 7, 1061000, 1, 1, 0, 'snd_voi_home_106100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10008, 'Happy holidays, Trainer. Don''t fret—I''ve already decided on a present. All you need do is purchase it.', 'snd_voi_home_106100', 8, 3009, 1, 1, 0, 'snd_voi_home_106100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10009, 'Oh, by the way, I''ve done you the honor of decorating your room. Hehe, we shall party all night long!', 'snd_voi_home_106100', 9, 1061005, 1, 1, 0, 'snd_voi_home_106100_0009', 0, 1061803, 5300, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10010, 'It''s already the end of another year... And we all know next year will be another fantastic one for me. Hehe. ♪', 'snd_voi_home_106100', 10, 10000, 1, 1, 0, 'snd_voi_home_106100_0010', 0, 3002, 3000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10011, 'Happy birthday, Trainer. ...Hmph, there''s no way I would forget. I''m a first-rate Umamusume, remember?', 'snd_voi_home_106100', 11, 1061819, 1, 1, 0, 'snd_voi_home_106100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10012, 'No matter how old you are, you still have room to grow. ...Perhaps it wouldn''t hurt to learn a little from your example.', 'snd_voi_home_106100', 12, 1061005, 1, 1, 0, 'snd_voi_home_106100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10013, 'Happy birthday to me! Come, cheer louder for me! Are you not aware that this is my birthday celebration?', 'snd_voi_home_106100', 13, 1061000, 1, 1, 0, 'snd_voi_home_106100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10014, 'Rejoice, for I have freed up my schedule for you today. Relish the opportunity to celebrate with me on my special day!', 'snd_voi_home_106100', 14, 1061006, 1, 1, 0, 'snd_voi_home_106100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10015, 'Did you see the notice? Be sure to keep up with the latest trends!', 'snd_voi_home_106100', 15, 1061819, 1, 1, 0, 'snd_voi_home_106100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10016, 'Hey, it seems that a present has arrived. Hehe... I bestow upon you the right to unwrap it on my\nbehalf. ♪', 'snd_voi_home_106100', 16, 1061005, 1, 1, 0, 'snd_voi_home_106100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10017, 'Looks like you''ve completed a mission. Well, I guess you''re also putting in hard work in your own way.', 'snd_voi_home_106100', 17, 1061804, 1, 1, 0, 'snd_voi_home_106100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10018, 'Did you know an event is about to start? Come, let''s finish preparing before everyone else gets a head start!', 'snd_voi_home_106100', 18, 10009, 1, 1, 0, 'snd_voi_home_106100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10019, 'I give my all even when participating in an event! And I expect the same from my trainer!', 'snd_voi_home_106100', 19, 1061015, 1, 1, 0, 'snd_voi_home_106100_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20000, 'Ughh, I can''t believe my legs aren''t moving well... This is a bolt from the blue...', 'snd_voi_training_106100', 0, 11007, 2, 1, 0, 'snd_voi_training_106100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20001, 'A first-rate Umamusume doesn''t neglect her rest. You''d do best to understand that as well.', 'snd_voi_training_106100', 1, 1061008, 2, 1, 0, 'snd_voi_training_106100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20002, 'Ohohoho! Nothing is impossible for me!', 'snd_voi_training_106100', 2, 2002, 2, 1, 0, 'snd_voi_training_106100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20003, 'Hehehehe, I feel great! I bestow upon you the right to give this first-rate Umamusume first-rate instructions!', 'snd_voi_training_106100', 3, 3009, 2, 1, 0, 'snd_voi_training_106100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20004, 'Trainer, I grant you the right to announce today''s schedule! Make optimal use of my time!', 'snd_voi_training_106100', 4, 3009, 2, 1, 0, 'snd_voi_training_106100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20005, 'It''s time to enhance my talents! Now, rack that brain to your heart''s content!', 'snd_voi_training_106100', 5, 1061000, 2, 1, 0, 'snd_voi_training_106100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20006, 'So? What should I do?', 'snd_voi_training_106100', 6, 1061005, 2, 1, 0, 'snd_voi_training_106100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20007, 'Now, let''s start training.', 'snd_voi_training_106100', 7, 1061017, 2, 1, 0, 'snd_voi_training_106100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20008, '...It''s no good. I can''t concentrate. It seems that even the best of us need time to refresh.', 'snd_voi_training_106100', 8, 10007, 2, 1, 0, 'snd_voi_training_106100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20009, 'It''s your job to manage the motivation of your trainee. Now hurry up and do something interesting.', 'snd_voi_training_106100', 9, 1061016, 2, 1, 0, 'snd_voi_training_106100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20010, 'I''m not in a bad mood or anything... I just don''t feel very eager.', 'snd_voi_training_106100', 10, 1061008, 2, 1, 0, 'snd_voi_training_106100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20011, 'Giving up is unacceptable.', 'snd_voi_training_106100', 11, 1061814, 2, 1, 0, 'snd_voi_training_106100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20021, 'I''ve been racing so often lately that it''s gotten hard to even notice my own fatigue. When you''re as busy as I am, it''s a constant problem.', 'snd_voi_training_106100', 12, 1061008, 2, 1, 0, 'snd_voi_training_106100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20022, 'I''m always ready for a challenge... But ceaseless racing is simply inane. Do you understand?', 'snd_voi_training_106100', 13, 1061016, 2, 1, 0, 'snd_voi_training_106100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20023, 'Ohohoho! Who else could hope to claim first place besides me?', 'snd_voi_training_106100', 14, 2002, 2, 1, 0, 'snd_voi_training_106100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20024, 'It doesn''t matter who my opponents are! I''m King Halo—winning is a given!', 'snd_voi_training_106100', 15, 3009, 2, 1, 0, 'snd_voi_training_106100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20025, 'My condition is perfect. Now, all I have to do is show off my talent!', 'snd_voi_training_106100', 16, 1061006, 2, 1, 0, 'snd_voi_training_106100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20026, 'Hehe, I''m feeling good. Make sure you cheer lots for me.', 'snd_voi_training_106100', 17, 1061803, 2, 1, 0, 'snd_voi_training_106100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20027, 'My body feels light, so there''s no need for concern. Now, all that''s left to do is achieve a brilliant victory!', 'snd_voi_training_106100', 18, 1061017, 2, 1, 0, 'snd_voi_training_106100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20028, 'I know. No one else is expected to win more than me, King Halo!', 'snd_voi_training_106100', 19, 3002, 2, 1, 0, 'snd_voi_training_106100_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20029, 'I''ll keep going until I achieve results worthy of my prestige.', 'snd_voi_training_106100', 20, 1061005, 2, 1, 0, 'snd_voi_training_106100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20030, 'All my preparation has been for this moment. I''m going to win, of course.', 'snd_voi_training_106100', 21, 1061017, 2, 1, 0, 'snd_voi_training_106100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20031, 'Now then, I''m going to show them what first-rate running looks like.', 'snd_voi_training_106100', 22, 1061020, 2, 1, 0, 'snd_voi_training_106100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20032, 'I don''t always feel like I can run well... But no matter. I''ll follow the best possible course of action for now.', 'snd_voi_training_106100', 23, 1061010, 2, 1, 0, 'snd_voi_training_106100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20033, 'I''m getting a bad feeling... But a true first-rate Umamusume would be able to brush this inconvenience aside!', 'snd_voi_training_106100', 24, 1061002, 2, 1, 0, 'snd_voi_training_106100_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20034, 'I-I''m not nervous! I''m sure it''ll be fine!', 'snd_voi_training_106100', 25, 1061816, 2, 1, 0, 'snd_voi_training_106100_0025', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20035, 'I''ll give it my all no matter what. That''s just who I am.', 'snd_voi_training_106100', 26, 1061814, 2, 1, 0, 'snd_voi_training_106100_0026', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20036, '...Don''t say anything. Right now, I want to face this with a clear head.', 'snd_voi_training_106100', 27, 1061011, 2, 1, 0, 'snd_voi_training_106100_0027', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20037, 'I''m here because I don''t want to give up. I believe in myself.', 'snd_voi_training_106100', 28, 1061814, 2, 1, 0, 'snd_voi_training_106100_0028', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20038, 'Here I go!', 'snd_voi_training_106100', 29, 0, 2, 1, 0, 'snd_voi_training_106100_0029', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20039, 'Just you watch!', 'snd_voi_training_106100', 30, 0, 2, 1, 0, 'snd_voi_training_106100_0030', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20040, 'Right!', 'snd_voi_training_106100', 31, 0, 2, 1, 0, 'snd_voi_training_106100_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20041, 'Hmm, I see?', 'snd_voi_training_106100', 32, 0, 2, 1, 0, 'snd_voi_training_106100_0032', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20042, 'Ngh.', 'snd_voi_training_106100', 33, 0, 2, 1, 0, 'snd_voi_training_106100_0033', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20043, 'Nghhh...', 'snd_voi_training_106100', 34, 0, 2, 1, 0, 'snd_voi_training_106100_0034', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20046, 'Sounds great!', 'snd_voi_training_106100', 37, 0, 2, 1, 0, 'snd_voi_training_106100_0037', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20047, 'Well, I suppose it''s fine.', 'snd_voi_training_106100', 38, 0, 2, 1, 0, 'snd_voi_training_106100_0038', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20049, 'I''ll grant you the right to continue being my trainer.', 'snd_voi_training_106100', 63, 0, 2, 1, 0, 'snd_voi_training_106100_0063', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20050, 'Well done. I suppose you did put in a lot of effort.', 'snd_voi_training_106100', 64, 0, 2, 1, 0, 'snd_voi_training_106100_0064', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 30000, '→Hehe, I''m not the type of person to settle for something at this level.', 'snd_voi_race_106100', 0, 0, 3, 1, 0, 'snd_voi_race_106100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 30001, 'Not bad, but I don''t want to stop here either.', 'snd_voi_race_106100', 1, 0, 3, 1, 0, 'snd_voi_race_106100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 30002, 'Hmph... I guess this means that I can still aim higher.', 'snd_voi_race_106100', 2, 0, 3, 1, 0, 'snd_voi_race_106100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 30003, 'How could I...', 'snd_voi_race_106100', 3, 0, 3, 1, 0, 'snd_voi_race_106100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 60000, 'I''ll sing you a first-rate song!', 'snd_voi_live_106100', 0, 0, 4, 1, 0, 'snd_voi_live_106100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 60001, 'Come on, everyone, get excited!', 'snd_voi_live_106100', 1, 0, 4, 1, 0, 'snd_voi_live_106100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70001, 'I''m not one to dwell on the past, but I''ll allow you a trip down memory lane if you so wish.', 'snd_voi_outgame_106100', 1, 1061017, 7, 1, 0, 'snd_voi_outgame_106100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90000, 'Good morning. And what a fantastic morning it must be for you. There''s no better way to start your day than seeing me.', 'snd_voi_home_106101', 0, 3001, 1, 1, 0, 'snd_voi_home_106101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90001, 'Even if I''m busy, I make sure to eat a proper breakfast. That''s one of the conditions of being first-rate. You should keep that in mind.', 'snd_voi_home_106101', 1, 1061005, 1, 1, 0, 'snd_voi_home_106101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90002, 'Now then, it''s time for training. I will give you the honor of diligently performing your duties as my trainer!', 'snd_voi_home_106101', 2, 1061000, 1, 1, 0, 'snd_voi_home_106101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90003, 'Good day, Trainer. What''s on the schedule for today?', 'snd_voi_home_106101', 3, 1061819, 1, 1, 0, 'snd_voi_home_106101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90004, 'Oh, you''re still at it. Working this late for my sake, are you? I like your attitude.', 'snd_voi_home_106101', 4, 1061020, 1, 1, 0, 'snd_voi_home_106101_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90005, 'Working hard for the entire day is rough, but that''s the difference between first- and second-rate. As long as you can do that, you''ve earned a passing grade.', 'snd_voi_home_106101', 5, 1061819, 1, 1, 0, 'snd_voi_home_106101_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90006, 'Spring reminds me of the time when I enrolled at this academy... Of course, I was already first-rate even back then!', 'snd_voi_home_106101', 6, 10000, 1, 1, 0, 'snd_voi_home_106101_0006', 0, 1061006, 4000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90007, 'Sigh... It''s so hot. Hey, go ask Tazuna if she can turn down the temperature on the AC.', 'snd_voi_home_106101', 7, 1061008, 1, 1, 0, 'snd_voi_home_106101_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90008, 'Be careful when looking at beautiful things... Ugh, why is the scent of ginkgo nuts so hard to get rid of?!', 'snd_voi_home_106101', 8, 1061816, 1, 1, 0, 'snd_voi_home_106101_0008', 0, 1061003, 4200, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 90009, 'Washing your hands and gargling are a given. Moisturizing, keeping warm, taking baths—all are essential to maintaining first-rate health!', 'snd_voi_home_106101', 9, 3001, 1, 1, 0, 'snd_voi_home_106101_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91000, 'It''s really noisy in the dormitory, but I don''t dislike the feeling of having someone there when I get home.', 'snd_voi_home_106101', 10, 1061819, 1, 1, 0, 'snd_voi_home_106101_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91001, 'Hehe. ♪ Kawakami asked me to teach her etiquette. She certainly has a good eye for people if she''s asking me.♪', 'snd_voi_home_106101', 11, 1061803, 1, 1, 0, 'snd_voi_home_106101_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91002, '...I just can''t get used to running on dirt. There''s too much dust flying around. Can''t everyone run more gracefully?', 'snd_voi_home_106101', 12, 11005, 1, 1, 0, 'snd_voi_home_106101_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91003, 'Be sure to check information on a global scale. You never know when I''ll be invited to race in another country.', 'snd_voi_home_106101', 13, 1061804, 1, 1, 0, 'snd_voi_home_106101_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91004, 'I can''t seem to take my eyes off of Special Week... Perhaps it''s just me being magnanimous as always.', 'snd_voi_home_106101', 14, 1061008, 1, 1, 0, 'snd_voi_home_106101_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91005, 'Part of my role as a first-rate Umamusume is to put on beautiful concerts that exemplify the hard work I put in each and every day.', 'snd_voi_home_106101', 15, 3001, 1, 1, 0, 'snd_voi_home_106101_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91006, 'Even when given the same outfits as others, I wear mine better than everyone else! I expected no less!', 'snd_voi_home_106101', 16, 1061819, 1, 1, 0, 'snd_voi_home_106101_0016', 0, 1061006, 4800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91007, 'Hehehe, this is my signature racewear... My very own! Signature racewear! Made just for me! Ahh, those words sound so sweet!', 'snd_voi_home_106101', 17, 3009, 1, 1, 0, 'snd_voi_home_106101_0017', 0, 1061803, 7000, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91008, 'I''m going to win, win, and win some more... I''m definitely going to prove myself. There was no need to fear failure in the first place!', 'snd_voi_home_106101', 18, 1061019, 1, 1, 0, 'snd_voi_home_106101_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91009, 'Oh that Urara. She was half-asleep and crawled into my bed again! I could hardly sleep!', 'snd_voi_home_106101', 19, 1061002, 1, 1, 0, 'snd_voi_home_106101_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91010, 'Let me know if you see Sky. Today''s the day I finally get her to run with me!', 'snd_voi_home_106101', 20, 1061016, 1, 1, 0, 'snd_voi_home_106101_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91011, 'You''re free to stay up as long as you wish—provided it doesn''t affect your performance tomorrow, that is.', 'snd_voi_home_106101', 21, 1061005, 1, 1, 0, 'snd_voi_home_106101_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91012, 'When the buds shake off the frost and bloom, so too will my talent! That''s right... This is my time to grow!', 'snd_voi_home_106101', 22, 1061006, 1, 1, 0, 'snd_voi_home_106101_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91013, 'Don''t you dare suggest something stupid like cooling off with a scary story. I won''t talk to you again for the rest of my life.', 'snd_voi_home_106101', 23, 1061816, 1, 1, 0, 'snd_voi_home_106101_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91014, 'Sigh... I wonder when I should switch to warmer clothes... I''m really at a loss as to what to wear this time of the year.', 'snd_voi_home_106101', 24, 1061008, 1, 1, 0, 'snd_voi_home_106101_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 91015, 'Even the hottest of flames can feel cool with a clear mind. Basically, if I say it''s cold, then I''ll feel cold. And if I say it''s warm, then—achoo!', 'snd_voi_home_106101', 25, 1061815, 1, 1, 0, 'snd_voi_home_106101_0025', 0, 1061805, 9800, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 92000, 'Remember who you''re training. Naturally, you''ve thought up a first-rate regimen, right?', 'snd_voi_training_106101', 0, 1061005, 2, 1, 0, 'snd_voi_training_106101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 92001, 'Now then, let''s get started. I''m already perfectly prepared.', 'snd_voi_training_106101', 2, 1061806, 2, 1, 0, 'snd_voi_training_106101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 92002, 'Do not waste even one second of my time. I haven''t granted you that right.', 'snd_voi_training_106101', 3, 1061016, 2, 1, 0, 'snd_voi_training_106101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 92003, 'Hehehe, I''ll show you that I''m in a different league.', 'snd_voi_training_106101', 4, 3009, 2, 1, 0, 'snd_voi_training_106101_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 92011, 'There''s no training I can''t do!', 'snd_voi_training_106101', 1, 1061006, 2, 1, 0, 'snd_voi_training_106101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 92005, 'As long as you don''t stop moving forward, you will definitely achieve glory. That''s what I believe.', 'snd_voi_training_106101', 5, 11000, 2, 1, 0, 'snd_voi_training_106101_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 92006, 'In order to be acknowledged by everyone, you need to work hard even when no one''s watching you.', 'snd_voi_training_106101', 6, 1061017, 2, 1, 0, 'snd_voi_training_106101_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 92007, 'Did you know that even I, despite all my perfections, have room to grow?', 'snd_voi_training_106101', 7, 1061005, 2, 1, 0, 'snd_voi_training_106101_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 93000, 'A first-rate result! You should take pride in this too!', 'snd_voi_training_106101', 8, 0, 2, 1, 0, 'snd_voi_training_106101_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 93001, 'Ohohoho! This is the true ability of a first-rate Umamusume!', 'snd_voi_training_106101', 9, 0, 2, 1, 0, 'snd_voi_training_106101_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 95000, 'I''ll keep going until I achieve my full potential!', 'snd_voi_outgame_106101', 0, 2001, 7, 1, 0, 'snd_voi_outgame_106101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 95001, 'Ohohoho! This is progress fit for a king!', 'snd_voi_outgame_106101', 1, 2001, 7, 1, 0, 'snd_voi_outgame_106101_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 95003, 'Yes, I''m King Halo.', 'snd_voi_outgame_106101', 3, 3001, 7, 1, 0, 'snd_voi_outgame_106101_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1008, 'Now it''s our time to shine!', 'snd_voi_teamst_st_106100_0000', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_106100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1127, 'First place is mine!', 'snd_voi_teamst_st_106100_1052', 0, 1061000, 8, 1, 0, 'snd_voi_teamst_st_106100_1052_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1128, 'First-rate, noble, and gorgeous!', 'snd_voi_teamst_st_106100_1039', 0, 3009, 8, 1, 0, 'snd_voi_teamst_st_106100_1039_00', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1029, 'Just like kings! ♪', 'snd_voi_teamst_st_101100_1061', 1, 1061006, 8, 1, 0, 'snd_voi_teamst_st_101100_1061_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1047, 'You should be doing it too!', 'snd_voi_teamst_st_102000_1061', 1, 1061003, 8, 1, 0, 'snd_voi_teamst_st_102000_1061_01', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1084, 'Be noble and proud!', 'snd_voi_teamst_st_103900_1061', 1, 3009, 8, 1, 0, 'snd_voi_teamst_st_103900_1061_01', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1000, 'I''ll show them what I''m capable of.', 'snd_voi_teamst_106100', 0, 990031, 8, 1, 0, 'snd_voi_teamst_106100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1001, 'A result worthy of being first-rate!', 'snd_voi_teamst_106100', 1, 0, 8, 1, 0, 'snd_voi_teamst_106100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1003, 'What a fiery development!', 'snd_voi_teamst_106100', 2, 0, 8, 1, 0, 'snd_voi_teamst_106100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1002, 'I can''t believe we lost!', 'snd_voi_teamst_106100', 3, 0, 8, 1, 0, 'snd_voi_teamst_106100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1004, 'A victory for Team King!', 'snd_voi_teamst_106100', 4, 2009, 8, 1, 0, 'snd_voi_teamst_106100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1007, 'A new high score!', 'snd_voi_teamst_106100', 5, 1061017, 8, 1, 0, 'snd_voi_teamst_106100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1006, 'What a fiery development!', 'snd_voi_teamst_106100', 2, 1061010, 8, 1, 0, 'snd_voi_teamst_106100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 1005, 'I can''t believe we lost!', 'snd_voi_teamst_106100', 3, 1061008, 8, 1, 0, 'snd_voi_teamst_106100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 120000, 'I can feel the power within me!', 'snd_voi_outgame_106100', 11, 9100002, 2, 1, 0, 'snd_voi_outgame_106100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140000, 'Work hard.', 'snd_voi_minigame_106100', 0, 1061005, 9, 1, 0, 'snd_voi_minigame_106100_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140001, 'Sounds great!', 'snd_voi_minigame_106100', 1, 1061006, 9, 1, 0, 'snd_voi_minigame_106100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140002, 'Ugh, come on!', 'snd_voi_minigame_106100', 2, 1061814, 9, 1, 0, 'snd_voi_minigame_106100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140003, 'A first-rate result!', 'snd_voi_minigame_106100', 3, 971061, 9, 1, 0, 'snd_voi_minigame_106100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140004, 'Well done. I suppose you did put in a lot of effort.', 'snd_voi_minigame_106100', 4, 972061, 9, 1, 0, 'snd_voi_minigame_106100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140005, 'Geez...', 'snd_voi_minigame_106100', 5, 1061008, 9, 1, 0, 'snd_voi_minigame_106100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140006, 'A first-rate result!', 'snd_voi_minigame_106100', 3, 974061, 9, 1, 0, 'snd_voi_minigame_106100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140007, 'Well done. I suppose you did put in a lot of effort.', 'snd_voi_minigame_106100', 4, 973061, 9, 1, 0, 'snd_voi_minigame_106100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140008, 'Hehe!', 'snd_voi_minigame_106100', 6, 1061807, 9, 1, 0, 'snd_voi_minigame_106100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140009, 'Heehee!', 'snd_voi_minigame_106100', 7, 1061808, 9, 1, 0, 'snd_voi_minigame_106100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140010, 'Hmm-hmm! ♪', 'snd_voi_minigame_106100', 8, 1061809, 9, 1, 0, 'snd_voi_minigame_106100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140011, 'Amazing!', 'snd_voi_minigame_106100', 9, 1061810, 9, 1, 0, 'snd_voi_minigame_106100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140014, 'That''s impossible...', 'snd_voi_minigame_106100', 10, 1061811, 9, 1, 0, 'snd_voi_minigame_106100_0010', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140015, 'Hrrrmmm...', 'snd_voi_minigame_106100', 11, 1061817, 9, 1, 0, 'snd_voi_minigame_106100_0011', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140016, 'Come on!', 'snd_voi_minigame_106100', 12, 1061806, 9, 1, 0, 'snd_voi_minigame_106100_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140012, 'You did it!', 'snd_voi_minigame_106100', 13, 1061015, 9, 1, 0, 'snd_voi_minigame_106100_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140013, 'All right!', 'snd_voi_minigame_106100', 14, 1061006, 9, 1, 0, 'snd_voi_minigame_106100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140017, 'Hmph!', 'snd_voi_minigame_106100', 15, 1061812, 9, 1, 0, 'snd_voi_minigame_106100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 140018, 'No!', 'snd_voi_minigame_106100', 16, 1061813, 9, 1, 0, 'snd_voi_minigame_106100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 40000, 'I won''t give up! Ever!', 'snd_voi_race_106101', 2, 0, 3, 1, 0, 'snd_voi_race_106101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 40001, 'I won''t give up! Ever!', 'snd_voi_race_106101', 2, 0, 3, 1, 0, 'snd_voi_race_106101_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 40002, 'Prepare yourself!', 'snd_voi_race_106100', 6, 0, 3, 1, 0, 'snd_voi_race_106100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 30004, 'Ohohoho! As expected of me!', 'snd_voi_race_106101', 0, 0, 3, 1, 0, 'snd_voi_race_106101_0000', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 30005, 'Hehe, this is my true power!', 'snd_voi_race_106100', 8, 0, 3, 1, 0, 'snd_voi_race_106100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 31000, 'Here I go!', 'snd_voi_race_106100', 9, 0, 3, 1, 0, 'snd_voi_race_106100_0009', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 13, 'This is today''s login bonus.', 'snd_voi_title_106100', 4, 1061000, 1, 1, 0, 'snd_voi_title_106100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 15, 'Looks like you''ll get this tomorrow.', 'snd_voi_title_106100', 5, 8002, 1, 1, 0, 'snd_voi_title_106100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 110000, 'Oh, do you want to start training?', 'snd_voi_home_106100', 21, 0, 1, 1, 0, 'snd_voi_home_106100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 110001, 'What a very interesting book...', 'snd_voi_home_106100', 22, 0, 1, 1, 0, 'snd_voi_home_106100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 110002, 'Are we going to enter a race?!', 'snd_voi_home_106100', 23, 0, 1, 1, 0, 'snd_voi_home_106100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 10021, 'It seems like your Umamusume Archive level went up.', 'snd_voi_home_106100', 24, 8001, 1, 1, 0, 'snd_voi_home_106100_0024', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 20051, 'Come, I''ll make your time worthwhile!', 'snd_voi_training_106100', 65, 1009, 2, 1, 0, 'snd_voi_training_106100_0065', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70000, 'I''ll grant you the honor of achieving greatness with me!', 'snd_voi_outgame_106100', 3, 0, 7, 1, 0, 'snd_voi_outgame_106100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 95005, 'I''ve become more reliable, haven''t I?', 'snd_voi_outgame_106100', 4, 0, 7, 1, 0, 'snd_voi_outgame_106100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 95006, 'I''ll provide support in many different ways!', 'snd_voi_outgame_106100', 5, 0, 7, 1, 0, 'snd_voi_outgame_106100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70004, 'Well? Do I give the impression of a first-rate honor student?', 'snd_voi_outgame_106100', 16, 1061017, 7, 1, 0, 'snd_voi_outgame_106100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70010, 'I''m glad the design matches my level.', 'snd_voi_outgame_106100', 17, 1061001, 7, 1, 0, 'snd_voi_outgame_106100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70008, 'It''s gorgeous and lovely. Not bad at all.', 'snd_voi_outgame_106100', 20, 1061006, 7, 1, 0, 'snd_voi_outgame_106100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70014, 'How wonderful would I look standing in the center wearing this... Hehe.', 'snd_voi_outgame_106100', 21, 1061000, 7, 1, 0, 'snd_voi_outgame_106100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70009, 'Ohohoho! This signature racewear makes me feel like I''m on top of the world!', 'snd_voi_outgame_106100', 22, 10001, 7, 1, 0, 'snd_voi_outgame_106100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70015, 'This outfit is fit for one of my standing—and of course, G1 races as well!', 'snd_voi_outgame_106100', 23, 10001, 7, 1, 0, 'snd_voi_outgame_106100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 71004, 'Well? Do I give the impression of a first-rate honor student?', 'snd_voi_outgame_106100', 16, 148, 7, 0, 0, 'snd_voi_outgame_106100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 71010, 'I''m glad the design matches my level.', 'snd_voi_outgame_106100', 17, 48, 7, 0, 0, 'snd_voi_outgame_106100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 71008, 'It''s gorgeous and lovely. Not bad at all.', 'snd_voi_outgame_106100', 20, 18, 7, 0, 0, 'snd_voi_outgame_106100_0020', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 71014, 'How wonderful would I look standing in the center wearing this... Hehe.', 'snd_voi_outgame_106100', 21, 22, 7, 0, 0, 'snd_voi_outgame_106100_0021', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 71009, 'Ohohoho! This signature racewear makes me feel like I''m on top of the world!', 'snd_voi_outgame_106100', 22, 18, 7, 0, 0, 'snd_voi_outgame_106100_0022', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 71015, 'This outfit is fit for one of my standing—and of course, G1 races as well!', 'snd_voi_outgame_106100', 23, 18, 7, 0, 0, 'snd_voi_outgame_106100_0023', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 2030, 'I''ll show them what I''m capable of.', 'snd_voi_teamst_106100', 0, 990031, 10, 1, 0, 'snd_voi_teamst_106100_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 2031, 'Now it''s our time to shine!', 'snd_voi_teamst_st_106100_0000', 0, 3009, 10, 1, 0, 'snd_voi_teamst_st_106100_0000', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 2032, 'Well done. I suppose you did put in a lot of effort.', 'snd_voi_training_106100', 64, 1061005, 10, 1, 0, 'snd_voi_training_106100_0064', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 2033, 'I know. No one else is expected to win more than me, King Halo!', 'snd_voi_training_106100', 19, 3002, 10, 1, 0, 'snd_voi_training_106100_0019', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 2034, 'My condition is perfect. Now, all I have to do is show off my talent!', 'snd_voi_training_106100', 16, 1061006, 10, 1, 0, 'snd_voi_training_106100_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 2035, 'Well done. I suppose you did put in a lot of effort.', 'snd_voi_training_106100', 64, 1061005, 10, 0, 0, 'snd_voi_training_106100_0064', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 81000, 'I''ll show you what power looks like!', 'snd_voi_outgame_106100', 13, 3001, 7, 1, 0, 'snd_voi_outgame_106100_0013', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 81001, 'A first-rate Umamusume gets first-rate results... I won''t give up the lead!', 'snd_voi_outgame_106100', 14, 1061006, 7, 1, 0, 'snd_voi_outgame_106100_0014', 0, 0, 0, 1618315200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70018, 'I am the definition of first-rate!', 'snd_voi_outgame_106100', 26, 1061000, 7, 1, 0, 'snd_voi_outgame_106100_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 70019, 'I''ll show you a first-rate run!', 'snd_voi_outgame_106100', 27, 1061006, 7, 1, 0, 'snd_voi_outgame_106100_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 71018, 'I am the definition of first-rate!', 'snd_voi_outgame_106100', 26, 48, 7, 0, 0, 'snd_voi_outgame_106100_0026', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1061, 71019, 'I''ll show you a first-rate run!', 'snd_voi_outgame_106100', 27, 18, 7, 0, 0, 'snd_voi_outgame_106100_0027', 0, 0, 0, 1629806400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1062, 20051, 'Mun! Let''s do our best!', 'snd_voi_training_106200', 65, 0, 2, 1, 0, 'snd_voi_training_106200_0065', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1062, 70000, 'I''ll do my best! Ei, ei, mun!', 'snd_voi_outgame_106200', 3, 2002, 7, 1, 0, 'snd_voi_outgame_106200_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1062, 95005, 'I wonder if I can be a bigger help?', 'snd_voi_outgame_106200', 4, 0, 7, 1, 0, 'snd_voi_outgame_106200_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1062, 95006, 'You can rely on me! Bui!', 'snd_voi_outgame_106200', 5, 0, 7, 1, 0, 'snd_voi_outgame_106200_0005', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1062, 400012, 'The event missions are over here. ♪ Let''s clear them. Ei, ei, mun!', 'snd_voi_event_090003', 12, 1062000, 7, 1, 0, 'snd_voi_event_090003_0012', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1062, 400013, 'Good work with the event missions! Let''s take a relaxing soak in the bath later... Dundadan! ♪', 'snd_voi_event_090003', 13, 1062001, 7, 1, 0, 'snd_voi_event_090003_0013', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1063, 20051, 'I''ll match you perfectly.', 'snd_voi_training_106300', 65, 0, 2, 1, 0, 'snd_voi_training_106300_0065', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1063, 70000, 'Feel free to discuss any managerial matters.', 'snd_voi_outgame_106300', 3, 2002, 7, 1, 0, 'snd_voi_outgame_106300_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1063, 95005, 'Please look forward to further support.', 'snd_voi_outgame_106300', 4, 0, 7, 1, 0, 'snd_voi_outgame_106300_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1063, 95006, 'I''ll make sure everything is in perfect order.', 'snd_voi_outgame_106300', 5, 0, 7, 1, 0, 'snd_voi_outgame_106300_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1064, 20051, 'Okay, let''s go!', 'snd_voi_training_106400', 65, 0, 2, 1, 0, 'snd_voi_training_106400_0065', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1064, 70000, 'Well, let''s just take it easy.', 'snd_voi_outgame_106400', 3, 2, 7, 1, 0, 'snd_voi_outgame_106400_0003', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1064, 95005, 'Oh, I guess it''s my time to shine.', 'snd_voi_outgame_106400', 4, 0, 7, 1, 0, 'snd_voi_outgame_106400_0004', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1064, 95006, 'All right, leave it to me!', 'snd_voi_outgame_106400', 5, 0, 7, 1, 0, 'snd_voi_outgame_106400_0005', 0, 0, 0, 1616068800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1065, 20051, 'Let''s get this party started!', 'snd_voi_training_106500', 65, 0, 2, 1, 0, 'snd_voi_training_106500_0065', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1065, 70000, 'Today''s gonna be good vibes only. ☆', 'snd_voi_outgame_106500', 3, 1065015, 7, 1, 0, 'snd_voi_outgame_106500_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1065, 95005, 'C''mon bestie, I gotchu. ♪', 'snd_voi_outgame_106500', 4, 0, 7, 1, 0, 'snd_voi_outgame_106500_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1065, 95006, 'We goin'' to the moon! ☆', 'snd_voi_outgame_106500', 5, 0, 7, 1, 0, 'snd_voi_outgame_106500_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1066, 20051, 'Keep up if ya can!', 'snd_voi_training_106600', 65, 0, 2, 1, 0, 'snd_voi_training_106600_0065', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1066, 70000, 'Make sure you let me run lots!', 'snd_voi_outgame_106600', 3, 2002, 7, 1, 0, 'snd_voi_outgame_106600_0003', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1066, 95005, 'Hehe! Leave it to me!', 'snd_voi_outgame_106600', 4, 0, 7, 1, 0, 'snd_voi_outgame_106600_0004', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1066, 95006, 'I''ll show you speed!', 'snd_voi_outgame_106600', 5, 0, 7, 1, 0, 'snd_voi_outgame_106600_0005', 0, 0, 0, 1615550400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1067, 20051, 'Shall we go then?', 'snd_voi_training_106700', 65, 0, 2, 1, 0, 'snd_voi_training_106700_0065', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1067, 70000, 'I may be unreliable, but I look forward to working together!', 'snd_voi_outgame_106700', 3, 1067014, 7, 1, 0, 'snd_voi_outgame_106700_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1067, 95005, 'I hope I can help you!', 'snd_voi_outgame_106700', 4, 0, 7, 1, 0, 'snd_voi_outgame_106700_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1067, 95006, 'I will repay your trust in me. ♪', 'snd_voi_outgame_106700', 5, 0, 7, 1, 0, 'snd_voi_outgame_106700_0005', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1067, 400004, 'Everyone here seems so lively and fun! I''m sure they''ll teach me lots of new things.', 'snd_voi_event_090003', 4, 4001, 7, 1, 0, 'snd_voi_event_090003_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1067, 400007, 'There may be more to Tannhauser than meets the eye...', 'snd_voi_event_090003', 7, 1067006, 7, 1, 0, 'snd_voi_event_090003_0007', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1067, 400008, 'The "monster" of Tracen Academy... I''d like to see the real thing someday!', 'snd_voi_event_090003', 8, 1067001, 7, 1, 0, 'snd_voi_event_090003_0008', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1067, 400010, 'To Father and Mother... I will do my best along with Kita... Hehe, okay. ♪', 'snd_voi_event_090003', 10, 3002, 7, 1, 0, 'snd_voi_event_090003_0010', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 20051, 'Let''s do our best!', 'snd_voi_training_106800', 65, 0, 2, 1, 0, 'snd_voi_training_106800_0065', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 70000, 'I''ll become the runner of your dreams!', 'snd_voi_outgame_106800', 3, 2002, 7, 1, 0, 'snd_voi_outgame_106800_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 95005, 'I''ll help you with anything!', 'snd_voi_outgame_106800', 4, 0, 7, 1, 0, 'snd_voi_outgame_106800_0004', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 95006, 'I''ll help out as much as needed!', 'snd_voi_outgame_106800', 5, 0, 7, 1, 0, 'snd_voi_outgame_106800_0005', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 400003, 'Tracen Academy... This place isn''t normal at all!', 'snd_voi_event_090003', 3, 1068013, 7, 1, 0, 'snd_voi_event_090003_0003', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 400005, 'It''s been nothing but trouble since we came to the academy! But as long as I''m with friends, you can bring it on!', 'snd_voi_event_090003', 5, 1068000, 7, 1, 0, 'snd_voi_event_090003_0005', 0, 0, 0, 1617105600); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 400006, 'So many tough opponents! Ohhh, I wonder if I''ll be okay.', 'snd_voi_event_090003', 6, 1068006, 7, 1, 0, 'snd_voi_event_090003_0006', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 400009, 'Just you wait, Teio. I''ll grow into a superstar runner here!', 'snd_voi_event_090003', 9, 1068014, 7, 1, 0, 'snd_voi_event_090003_0009', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 400011, 'The road ahead will be tough, but as long as I have rivals with me, you can bring it on!', 'snd_voi_event_090003', 11, 1068004, 7, 1, 0, 'snd_voi_event_090003_0011', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1068, 400014, 'Aww, the event''s over... But things are going to be even more fun from now on. Brand-new days await!', 'snd_voi_event_090003', 14, 9001, 7, 1, 0, 'snd_voi_event_090003_0014', 0, 0, 0, 1614686400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1069, 20051, 'Let''s work hard together!', 'snd_voi_training_106900', 65, 0, 2, 1, 0, 'snd_voi_training_106900_0065', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1069, 70000, 'Please stay by my side until I reach my dreams!', 'snd_voi_outgame_106900', 3, 2002, 7, 1, 0, 'snd_voi_outgame_106900_0003', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1069, 95005, 'I hope I can be more helpful than before!', 'snd_voi_outgame_106900', 4, 0, 7, 1, 0, 'snd_voi_outgame_106900_0004', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1069, 95006, 'Oooh, another flower has bloomed!', 'snd_voi_outgame_106900', 5, 0, 7, 1, 0, 'snd_voi_outgame_106900_0005', 0, 0, 0, 1621252800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1070, 20051, 'Just try and catch me!', 'snd_voi_training_107000', 65, 0, 2, 1, 0, 'snd_voi_training_107000_0065', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1070, 70000, 'Lemme show you the view from the top!', 'snd_voi_outgame_107000', 3, 2009, 7, 1, 0, 'snd_voi_outgame_107000_0003', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1070, 95005, 'So you want me to go harder, huh?', 'snd_voi_outgame_107000', 4, 0, 7, 1, 0, 'snd_voi_outgame_107000_0004', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1070, 95006, 'Hope you''re not expecting me to go easy on you.', 'snd_voi_outgame_107000', 5, 0, 7, 1, 0, 'snd_voi_outgame_107000_0005', 0, 0, 0, 1634731200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1071, 20051, 'Would you like to join me?', 'snd_voi_training_107100', 65, 0, 2, 1, 0, 'snd_voi_training_107100_0065', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1071, 70000, 'Let''s make the most of this moment... together.', 'snd_voi_outgame_107100', 3, 2001, 7, 1, 0, 'snd_voi_outgame_107100_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1071, 95005, 'I hope I can be of even greater assistance.', 'snd_voi_outgame_107100', 4, 0, 7, 1, 0, 'snd_voi_outgame_107100_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1071, 95006, 'I never knew I had this kind of power...', 'snd_voi_outgame_107100', 5, 0, 7, 1, 0, 'snd_voi_outgame_107100_0005', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1072, 20051, 'I would be honored to train with you!', 'snd_voi_training_107200', 65, 0, 2, 1, 0, 'snd_voi_training_107200_0065', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1072, 70000, 'Let us charge through this carnage together.', 'snd_voi_outgame_107200', 3, 2003, 7, 1, 0, 'snd_voi_outgame_107200_0003', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1072, 95005, 'I shall be of even greater aid!', 'snd_voi_outgame_107200', 4, 0, 7, 1, 0, 'snd_voi_outgame_107200_0004', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (1072, 95006, 'One never truly masters the martial arts!', 'snd_voi_outgame_107200', 5, 0, 7, 1, 0, 'snd_voi_outgame_107200_0005', 0, 0, 0, 1619438400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 220000, 'Welcome. Please, take your time.', 'snd_voi_shop_900100', 1, 9001017, 7, 1, 0, 'snd_voi_shop_900100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 220001, 'There''s a Daily Sale on right now. Don''t miss it. ♪', 'snd_voi_shop_900100', 2, 9001017, 7, 1, 0, 'snd_voi_shop_900100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 220002, 'The Daily Sale is about to end. Did you forget to buy anything?', 'snd_voi_shop_900100', 3, 9001017, 7, 1, 0, 'snd_voi_shop_900100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 220003, 'Hehe, thank you for your patronage! ♪', 'snd_voi_shop_900100', 4, 9001017, 7, 1, 0, 'snd_voi_shop_900100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 220004, 'I''m sorry, it looks like we''re out of stock.', 'snd_voi_shop_900100', 5, 9001017, 7, 1, 0, 'snd_voi_shop_900100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 210001, 'In Daily Races, you can obtain various rewards, such as upgrade items.', 'snd_voi_dailyrace_900100', 1, 9001017, 7, 1, 0, 'snd_voi_dailyrace_900100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 210002, 'Your stock of Daily Race tickets will be replenished up to the maximum each day after server reset.', 'snd_voi_dailyrace_900100', 2, 9001017, 7, 1, 0, 'snd_voi_dailyrace_900100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 210003, 'You can earn a lot of monies by competing in the Moonlight Sho.', 'snd_voi_dailyrace_900100', 3, 9001017, 7, 1, 0, 'snd_voi_dailyrace_900100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 210004, 'You can earn a lot of Support Points by competing in the Jupiter Cup.', 'snd_voi_dailyrace_900100', 4, 9001017, 7, 1, 0, 'snd_voi_dailyrace_900100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 230000, 'Try improving your Rating Records and raising the level of your Archive!', 'snd_voi_outgame_900100', 1, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 230001, 'You will obtain rewards as the Archive level goes up. Try your best to level it up!', 'snd_voi_outgame_900100', 2, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 230002, 'Congratulations. Your Archive level has increased!', 'snd_voi_outgame_900100', 3, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 230003, 'Oh, what do you need today?', 'snd_voi_outgame_900100', 4, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 200000, 'Here, you can read one-panel comics about the Umamusume''s day-to-day lives.', 'snd_voi_outgame_900100', 5, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 200001, 'Hehe. ♪ Curious about the Umamusume, are we?', 'snd_voi_outgame_900100', 6, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0006', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 200002, 'The stories about you and the Umamusume are so very interesting.', 'snd_voi_outgame_900100', 7, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0007', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 200003, 'Here are your Rating Records. The sky''s the limit!', 'snd_voi_outgame_900100', 14, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0014', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 70000, 'I''m expecting great things from you, Trainer. ♪', 'snd_voi_outgame_900100', 15, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0015', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 95005, 'I''ll provide you with even greater support.', 'snd_voi_outgame_900100', 16, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0016', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 95006, 'Please feel free to ask me anything, Trainer.', 'snd_voi_outgame_900100', 17, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0017', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 240001, 'Once you join a Club, you can chat and interact with other members, or help each other out by sharing resources!', 'snd_voi_circle_900100', 2, 3, 7, 1, 0, 'snd_voi_circle_900100_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 250000, 'Here, you can exchange excess Support Cards for Cleats. Those Cleats can then be exchanged for various items.', 'snd_voi_outgame_900100', 18, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0018', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 250001, 'Here, you can exchange excess Star Pieces for Clovers. Those Clovers can then be exchanged for various items.', 'snd_voi_outgame_900100', 19, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0019', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 400012, 'These missions are only available during the event period. ♪ Do your best to complete them!', 'snd_voi_event_090001', 12, 9001017, 7, 1, 0, 'snd_voi_event_090001_0012', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 400013, 'The event period has ended. Thank you for your hard work, Trainer. ♪', 'snd_voi_event_090001', 13, 9001017, 7, 1, 0, 'snd_voi_event_090001_0013', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 400015, 'Would you like to look back on past events?', 'snd_voi_outgame_900100', 8, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0008', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 400020, 'Would you like to look back on your wonderful memories with the Umamusume?', 'snd_voi_outgame_900100', 20, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0020', 0, 0, 0, 1628251200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 400021, 'A record of celebrations... These are very memorable for me too. ♪', 'snd_voi_outgame_900100', 21, 9001017, 7, 1, 0, 'snd_voi_outgame_900100_0021', 0, 0, 0, 1629115200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2000, 'Please choose three Umamusume to register.', 'snd_voi_champions_900100', 1, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0001', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2001, 'Please be aware that once you make your choice, you can''t change your mind until your next entry!', 'snd_voi_champions_900100', 2, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0002', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2002, 'You will compete in five races! Your opponents will change in each race. How exciting!', 'snd_voi_champions_900100', 3, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0003', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2007, 'The Taurus Cup is a big tournament! Who do you want to register to race?', 'snd_voi_champions_900100', 8, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0008', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2008, 'The Gemini Cup is a big tournament! Who do you want to register to race?', 'snd_voi_champions_900100', 9, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0009', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2009, 'The Cancer Cup is a big tournament! Who do you want to register to race?', 'snd_voi_champions_900100', 10, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0010', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2010, 'The Leo Cup is a big tournament! Who do you want to register to race?', 'snd_voi_champions_900100', 11, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0011', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2011, 'The Virgo Cup is a big deal! Have you decided who you''ll be entering?', 'snd_voi_champions_900100', 12, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0012', 0, 0, 0, 1631836800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2012, 'The Libra Cup is a big deal! Have you decided who you''ll be entering?', 'snd_voi_champions_900100', 13, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0013', 0, 0, 0, 1634515200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2013, 'The Scorpio Cup is a big deal! Have you decided who you''ll be entering?', 'snd_voi_champions_900100', 14, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0014', 0, 0, 0, 1637107200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2016, 'Please choose three Umamusume to register.', 'snd_voi_champions_900100', 16, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0016', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2015, 'Please be aware that once you''ve made your decision, it cannot be changed!', 'snd_voi_champions_900100', 17, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0017', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2017, 'The final round will be decided in a single race. Once you''ve registered your runners and been matched, the race will be begin!', 'snd_voi_champions_900100', 18, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0018', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2022, 'It''s the final race of the Taurus Cup! Please do your best to win!', 'snd_voi_champions_900100', 23, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0023', 0, 0, 0, 1620302400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2023, 'It''s the final race of the Gemini Cup! Please do your best to win!', 'snd_voi_champions_900100', 24, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0024', 0, 0, 0, 1623326400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2024, 'It''s the final race of the Cancer Cup! Please do your best to win!', 'snd_voi_champions_900100', 25, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0025', 0, 0, 0, 1626782400); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2025, 'It''s the final race of the Leo Cup! Please do your best to win!', 'snd_voi_champions_900100', 26, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0026', 0, 0, 0, 1629460800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2026, 'It''s almost time for the Virgo Cup finals! Good luck, and do your best!', 'snd_voi_champions_900100', 27, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0027', 0, 0, 0, 1631836800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2027, 'It''s almost time for the Libra Cup finals! Good luck, and do your best!', 'snd_voi_champions_900100', 28, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0028', 0, 0, 0, 1634515200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2028, 'It''s almost time for the Scorpio Cup finals! Good luck, and do your best!', 'snd_voi_champions_900100', 29, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0029', 0, 0, 0, 1637107200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 2038, 'Please make sure your entry is correct—you won''t be able to change it after the entry period closes.', 'snd_voi_champions_900100', 31, 9001017, 10, 0, 0, 'snd_voi_champions_900100_0031', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 500000, 'The Room Match feature lets you freely choose the parameters for races and host them!', 'snd_voi_roommatch_900100', 1, 9001017, 7, 0, 0, 'snd_voi_roommatch_900100_0001', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 500001, 'You can enjoy racing with other trainers by entering a Race ID!', 'snd_voi_roommatch_900100', 2, 9001017, 7, 0, 0, 'snd_voi_roommatch_900100_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 500002, 'You can enter up to three runners into a Room Match race!', 'snd_voi_roommatch_900100', 3, 9001017, 7, 0, 0, 'snd_voi_roommatch_900100_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 500003, 'You can save the results of up to five Room Match races!', 'snd_voi_roommatch_900100', 4, 9001017, 7, 0, 0, 'snd_voi_roommatch_900100_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 500004, 'Please select your runners for this Room Match!', 'snd_voi_roommatch_900100', 5, 9001017, 7, 0, 0, 'snd_voi_roommatch_900100_0005', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 500005, 'You can enjoy racing with other trainers by entering a Race ID!', 'snd_voi_roommatch_900100', 2, 9001017, 7, 0, 0, 'snd_voi_roommatch_900100_0002', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 500006, 'You can enter up to three runners into a Room Match race!', 'snd_voi_roommatch_900100', 3, 9001017, 7, 0, 0, 'snd_voi_roommatch_900100_0003', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 500007, 'You can save the results of up to five Room Match races!', 'snd_voi_roommatch_900100', 4, 9001017, 7, 0, 0, 'snd_voi_roommatch_900100_0004', 0, 0, 0, 1624276800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 260000, 'If you transfer a Decorated Umamusume to another team through a Transfer Request, you''ll receive a reward!', 'snd_voi_transfer_900100', 1, 9001017, 7, 0, 0, 'snd_voi_transfer_900100_0001', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 260001, 'It looks like there''s a request with special conditions right now!', 'snd_voi_transfer_900100', 2, 9001017, 7, 0, 0, 'snd_voi_transfer_900100_0002', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 260002, 'It seems that there is a trainer who is interested in an Umamusume transfer!', 'snd_voi_transfer_900100', 3, 9001017, 7, 0, 0, 'snd_voi_transfer_900100_0003', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9001, 260003, 'There don''t appear to be any Transfer Requests right now...', 'snd_voi_transfer_900100', 4, 9001017, 7, 0, 0, 'snd_voi_transfer_900100_0004', 0, 0, 0, 1626091200); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9002, 300000, 'Attention! These are missions!', 'snd_voi_outgame_900200', 1, 5009, 7, 1, 0, 'snd_voi_outgame_900200_0001', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9002, 300001, 'Mission complete! Don''t forget to claim your rewards!', 'snd_voi_outgame_900200', 2, 7009, 7, 1, 0, 'snd_voi_outgame_900200_0002', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9002, 300002, 'Important! Special Missions are available!', 'snd_voi_outgame_900200', 3, 1009, 7, 1, 0, 'snd_voi_outgame_900200_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9002, 70000, 'Cooperation! Let''s move forward together!', 'snd_voi_outgame_900200', 4, 1009, 7, 1, 0, 'snd_voi_outgame_900200_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9004, 70000, 'Let''s work hard together.', 'snd_voi_outgame_900400', 3, 2001, 7, 1, 0, 'snd_voi_outgame_900400_0003', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9004, 95005, 'I would be happy if I could help you again!', 'snd_voi_outgame_900400', 4, 0, 7, 1, 0, 'snd_voi_outgame_900400_0004', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9004, 95006, 'Now we can improve each other even more!', 'snd_voi_outgame_900400', 5, 0, 7, 1, 0, 'snd_voi_outgame_900400_0005', 0, 0, 0, 1614124800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9006, 20051, 'Let''s cooperate.', 'snd_voi_training_900600', 65, 0, 2, 1, 0, 'snd_voi_training_900600_0065', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9006, 70000, 'Sometimes we need the help of others to improve.', 'snd_voi_outgame_900600', 3, 9006014, 7, 1, 0, 'snd_voi_outgame_900600_0003', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9006, 95005, 'Let''s establish a win-win relationship.', 'snd_voi_outgame_900600', 4, 0, 7, 1, 0, 'snd_voi_outgame_900600_0004', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9006, 95006, 'Let''s exchange even more useful information.', 'snd_voi_outgame_900600', 5, 0, 7, 1, 0, 'snd_voi_outgame_900600_0005', 0, 0, 0, 1630324800); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600000, 'If I may ask, what track will you be training on today?', 'snd_voi_customrace_900300', 0, 2001, 7, 0, 0, 'snd_voi_customrace_900300_0000', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600001, 'If you save this race, you''ll be able to watch all of that action again!', 'snd_voi_customrace_900300', 1, 9003801, 7, 0, 0, 'snd_voi_customrace_900300_0001', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600002, 'You can also train alongside practice partners taught by other trainers.', 'snd_voi_customrace_900300', 2, 4001, 7, 0, 0, 'snd_voi_customrace_900300_0002', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600003, 'If it would help your Umamusume, you would gladly run all Japan''s racetracks on your own two legs... Simply amazing!', 'snd_voi_customrace_900300', 3, 9003801, 7, 0, 0, 'snd_voi_customrace_900300_0003', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600004, 'Countless runners conquered this training regime on their paths to stardom... and one day, you and your partner''s efforts will put you among those legends.', 'snd_voi_customrace_900300', 4, 4001, 7, 0, 0, 'snd_voi_customrace_900300_0004', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600005, 'I see—you''re preparing for a G1 race, then!', 'snd_voi_customrace_900300', 5, 7001, 7, 0, 0, 'snd_voi_customrace_900300_0005', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600006, 'I know it''s just a practice run... but the thought of seeing that heart-pounding G1 today—oh, I''m so excited!', 'snd_voi_customrace_900300', 6, 9003801, 7, 0, 0, 'snd_voi_customrace_900300_0006', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600007, 'I''m sure any trainer would love to see their trainee conquer every G1 in existence... and now, you''re going to do just that!', 'snd_voi_customrace_900300', 7, 2001, 7, 0, 0, 'snd_voi_customrace_900300_0007', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600008, 'There are so many factors to consider, like track type and distance... You must put a lot of thought into your selections, then!', 'snd_voi_customrace_900300', 8, 4013, 7, 0, 0, 'snd_voi_customrace_900300_0008', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600009, 'What course are you thinking of picking? The fans are itching to know what your race plans are!', 'snd_voi_customrace_900300', 9, 2001, 7, 0, 0, 'snd_voi_customrace_900300_0009', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600010, 'You can tailor your goals to your trainee''s strengths... and then power through all your races undefeated! That''s the beauty of practicing like this.', 'snd_voi_customrace_900300', 10, 4009, 7, 0, 0, 'snd_voi_customrace_900300_0010', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600011, 'The track type and number of entrants can drastically change the outcome of a race.', 'snd_voi_customrace_900300', 11, 4001, 7, 0, 0, 'snd_voi_customrace_900300_0011', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600012, '"The conditions mean nothing. We''re gonna win." Oh, you don''t even have to say it—your passion is plain to see!', 'snd_voi_customrace_900300', 12, 5009, 7, 0, 0, 'snd_voi_customrace_900300_0012', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600013, 'The weather can have a great impact on who places where. You might find it illuminating to recreate the conditions of historic races.', 'snd_voi_customrace_900300', 13, 2001, 7, 0, 0, 'snd_voi_customrace_900300_0013', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600014, 'It''s finally time to make your entry. I''m looking forward to the race!', 'snd_voi_customrace_900300', 14, 4002, 7, 0, 0, 'snd_voi_customrace_900300_0014', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600015, 'You''re making a race entry? I can''t wait to see how the contest unfolds!', 'snd_voi_customrace_900300', 15, 2001, 7, 0, 0, 'snd_voi_customrace_900300_0015', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600016, 'I''m ready to report on any race, no matter who''s in it! I''ve got my trusty notebook of runner stats right here at the ready! ♪', 'snd_voi_customrace_900300', 16, 5009, 7, 0, 0, 'snd_voi_customrace_900300_0016', 0, 0, 0, ''); INSERT INTO character_system_text (character_id, voice_id, text, cue_sheet, cue_id, motion_set, scene, use_gallery, card_id, lip_sync_data, gender, motion_second_set, motion_second_start, start_date) VALUES (9003, 600017, 'I wonder who''ll be in the winner''s circle this time... As both a reporter and a fan, my heart is racing!', 'snd_voi_customrace_900300', 17, 9003801, 7, 0, 0, 'snd_voi_customrace_900300_0017', 0, 0, 0, ''); -- Table: circle_rank_data CREATE TABLE 'circle_rank_data' ('id' INTEGER NOT NULL, 'need_ranking_max' INTEGER NOT NULL, 'need_ranking_min' INTEGER NOT NULL, 'reward_item_category_1' INTEGER NOT NULL, 'reward_item_id_1' INTEGER NOT NULL, 'reward_num_1' INTEGER NOT NULL, 'reward_item_category_2' INTEGER NOT NULL, 'reward_item_id_2' INTEGER NOT NULL, 'reward_num_2' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (2, 10001, 0, 90, 43, 225, 161, 134, 225); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (3, 7001, 10000, 90, 43, 450, 161, 134, 450); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (4, 5001, 7000, 90, 43, 900, 161, 134, 900); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (5, 3001, 5000, 90, 43, 1350, 161, 134, 1350); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (6, 1001, 3000, 90, 43, 1800, 161, 134, 1800); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (7, 501, 1000, 90, 43, 2250, 161, 134, 2250); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (8, 101, 500, 90, 43, 2700, 161, 134, 2700); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (9, 31, 100, 90, 43, 3150, 161, 134, 3150); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (10, 11, 30, 90, 43, 3600, 161, 134, 3600); INSERT INTO circle_rank_data (id, need_ranking_max, need_ranking_min, reward_item_category_1, reward_item_id_1, reward_num_1, reward_item_category_2, reward_item_id_2, reward_num_2) VALUES (11, 1, 10, 90, 43, 4500, 161, 134, 4500); -- Table: circle_stamp_data CREATE TABLE 'circle_stamp_data' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, PRIMARY KEY('id'), UNIQUE('disp_order')); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100001, 0, 1, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100002, 0, 2, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100003, 0, 3, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100004, 0, 4, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100005, 0, 5, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100006, 0, 6, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100007, 0, 7, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100008, 0, 8, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100009, 0, 9, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100010, 0, 10, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100011, 0, 11, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100012, 0, 12, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100013, 0, 13, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100014, 0, 14, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100015, 0, 15, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100016, 0, 16, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100017, 0, 17, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100018, 0, 18, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100019, 0, 19, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100020, 0, 20, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100021, 0, 21, '2017/01/01 00:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100022, 0, 22, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100023, 0, 23, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100024, 0, 24, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100025, 0, 25, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100026, 0, 26, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100027, 0, 27, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100028, 0, 28, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100029, 0, 29, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100030, 0, 30, '2025/11/03 22:00:00'); INSERT INTO circle_stamp_data (id, type, disp_order, start_date) VALUES (100031, 0, 31, '2025/11/03 22:00:00'); -- Table: crane_game_arm_swing CREATE TABLE 'crane_game_arm_swing' ('result_type' INTEGER NOT NULL, 'odds_1' INTEGER NOT NULL, 'odds_2' INTEGER NOT NULL, 'odds_3' INTEGER NOT NULL, PRIMARY KEY('result_type')); INSERT INTO crane_game_arm_swing (result_type, odds_1, odds_2, odds_3) VALUES (1, 70, 20, 10); INSERT INTO crane_game_arm_swing (result_type, odds_1, odds_2, odds_3) VALUES (2, 20, 60, 20); INSERT INTO crane_game_arm_swing (result_type, odds_1, odds_2, odds_3) VALUES (3, 10, 20, 70); -- Table: crane_game_catch_result CREATE TABLE 'crane_game_catch_result' ('odds_id' INTEGER NOT NULL, 'get_num' INTEGER NOT NULL, 'lottery_weight_1_1' INTEGER NOT NULL, 'lottery_weight_1_2' INTEGER NOT NULL, 'lottery_weight_2_1' INTEGER NOT NULL, 'lottery_weight_2_2' INTEGER NOT NULL, 'lottery_weight_3_1' INTEGER NOT NULL, 'lottery_weight_3_2' INTEGER NOT NULL, 'lottery_weight_extra_1' INTEGER NOT NULL, 'lottery_weight_extra_2' INTEGER NOT NULL, PRIMARY KEY('odds_id','get_num')); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (1, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (2, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (2, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (3, 1, 40, 10, 40, 5, 40, 5, 35, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (3, 2, 15, 25, 15, 25, 15, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (3, 3, 5, 60, 10, 65, 10, 80, 30, 85); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (4, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (4, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (5, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (6, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (6, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (7, 1, 40, 10, 40, 5, 40, 5, 35, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (7, 2, 15, 25, 15, 25, 15, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (7, 3, 5, 60, 10, 65, 10, 80, 30, 85); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (8, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (8, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (9, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (10, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (10, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (11, 1, 40, 10, 40, 5, 40, 5, 35, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (11, 2, 15, 25, 15, 25, 15, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (11, 3, 5, 60, 10, 65, 10, 80, 30, 85); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (12, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (12, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (13, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (14, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (14, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (15, 1, 40, 10, 40, 5, 40, 5, 35, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (15, 2, 15, 25, 15, 25, 15, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (15, 3, 5, 60, 10, 65, 10, 80, 30, 85); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (16, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (16, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (17, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (18, 1, 40, 10, 40, 5, 40, 5, 35, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (18, 2, 15, 25, 15, 25, 15, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (18, 3, 5, 60, 10, 65, 10, 80, 30, 85); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (19, 1, 30, 10, 30, 5, 25, 5, 20, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (19, 2, 10, 10, 15, 10, 20, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (19, 3, 10, 35, 10, 30, 10, 20, 20, 25); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (19, 4, 5, 20, 5, 25, 5, 25, 10, 30); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (19, 5, 5, 15, 5, 20, 5, 30, 10, 30); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (20, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (21, 1, 40, 10, 40, 5, 40, 5, 35, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (21, 2, 15, 25, 15, 25, 15, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (21, 3, 5, 60, 10, 65, 10, 80, 30, 85); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (22, 1, 30, 10, 30, 5, 25, 5, 20, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (22, 2, 10, 10, 15, 10, 20, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (22, 3, 10, 35, 10, 30, 10, 20, 20, 25); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (22, 4, 5, 20, 5, 25, 5, 25, 10, 30); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (22, 5, 5, 15, 5, 20, 5, 30, 10, 30); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (23, 1, 70, 100, 70, 100, 70, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (24, 1, 50, 25, 45, 20, 40, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (24, 2, 10, 70, 15, 75, 20, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (25, 1, 70, 100, 70, 100, 70, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (26, 1, 50, 25, 45, 20, 40, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (26, 2, 10, 70, 15, 75, 20, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (27, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (28, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (29, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (29, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (30, 1, 70, 100, 75, 100, 75, 100, 80, 100); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (31, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (31, 2, 10, 70, 15, 75, 15, 85, 35, 90); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (32, 1, 40, 10, 40, 5, 40, 5, 35, 5); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (32, 2, 15, 25, 15, 25, 15, 10, 20, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (32, 3, 5, 60, 10, 65, 10, 80, 30, 85); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (33, 1, 50, 25, 50, 20, 50, 10, 45, 10); INSERT INTO crane_game_catch_result (odds_id, get_num, lottery_weight_1_1, lottery_weight_1_2, lottery_weight_2_1, lottery_weight_2_2, lottery_weight_3_1, lottery_weight_3_2, lottery_weight_extra_1, lottery_weight_extra_2) VALUES (33, 2, 10, 70, 15, 75, 15, 85, 35, 90); -- Table: crane_game_define_param CREATE TABLE 'crane_game_define_param' ('id' INTEGER NOT NULL, 'distance1' TEXT NOT NULL, 'distance2' TEXT NOT NULL, 'move_speed_1' TEXT NOT NULL, 'move_speed_2' TEXT NOT NULL, 'move_speed_3' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO crane_game_define_param (id, distance1, distance2, move_speed_1, move_speed_2, move_speed_3) VALUES (1, '0.025', '0.005', '0.15', '0.3', '0.5'); -- Table: crane_game_extra_odds_condition CREATE TABLE 'crane_game_extra_odds_condition' ('credit' INTEGER NOT NULL, 'get_num' INTEGER NOT NULL, PRIMARY KEY('credit')); INSERT INTO crane_game_extra_odds_condition (credit, get_num) VALUES (3, 3); -- Table: crane_game_hidden_odds CREATE TABLE 'crane_game_hidden_odds' ('id' INTEGER NOT NULL, 'animation_id' INTEGER NOT NULL, 'crane_animation_id' INTEGER NOT NULL, 'type_id' INTEGER NOT NULL, 'num' INTEGER NOT NULL, 'big' INTEGER NOT NULL, 'big_index' INTEGER NOT NULL, 'odds_1' INTEGER NOT NULL, 'odds_2' INTEGER NOT NULL, 'odds_3' INTEGER NOT NULL, 'odds_extra' INTEGER NOT NULL, 'rare_effect_odds' INTEGER NOT NULL, 'joint_type' INTEGER NOT NULL, 'lift_type' INTEGER NOT NULL, 'push_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (1, 1, 1, 1, 1, 0, 0, 4, 4, 3, 0, 0, 1, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (2, 1, 1, 2, 2, 0, 0, 8, 8, 8, 5, 0, 1, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (3, 1, 1, 3, 3, 0, 0, 7, 4, 6, 13, 100, 1, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (4, 1, 1, 4, 2, 1, 2, 1, 1, 1, 3, 0, 1, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (5, 2, 2, 1, 1, 0, 0, 4, 4, 2, 0, 0, 0, 2, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (6, 2, 2, 2, 2, 0, 0, 8, 8, 8, 5, 0, 0, 2, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (7, 2, 2, 3, 3, 0, 0, 7, 4, 5, 13, 100, 0, 2, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (8, 2, 2, 4, 2, 1, 2, 1, 1, 1, 2, 0, 0, 2, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (9, 3, 3, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 3, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (10, 3, 3, 2, 2, 0, 0, 2, 2, 2, 2, 0, 0, 3, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (11, 3, 3, 3, 3, 0, 0, 1, 1, 1, 1, 100, 0, 3, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (12, 3, 3, 4, 2, 1, 2, 1, 1, 1, 1, 0, 0, 3, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (13, 4, 4, 1, 1, 0, 0, 3, 3, 2, 0, 0, 2, 4, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (14, 4, 4, 2, 2, 0, 0, 6, 6, 6, 4, 0, 2, 4, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (15, 4, 4, 3, 3, 0, 0, 5, 3, 4, 9, 100, 2, 4, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (16, 4, 4, 4, 2, 1, 2, 1, 1, 1, 2, 0, 2, 4, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (17, 5, 5, 1, 1, 0, 0, 3, 5, 5, 0, 0, 0, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (18, 5, 5, 2, 3, 0, 0, 0, 3, 3, 0, 100, 0, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (19, 5, 5, 3, 5, 0, 0, 0, 5, 5, 0, 100, 0, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (20, 6, 6, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 6, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (21, 6, 6, 2, 3, 0, 0, 0, 1, 1, 0, 100, 0, 6, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (22, 6, 6, 3, 5, 0, 0, 0, 1, 1, 0, 100, 0, 6, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (23, 7, 7, 1, 1, 1, 1, 4, 3, 3, 5, 0, 0, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (24, 7, 7, 2, 2, 1, 1, 3, 2, 2, 5, 0, 0, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (25, 8, 8, 1, 1, 1, 1, 4, 3, 3, 5, 0, 0, 8, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (26, 8, 8, 2, 2, 1, 1, 3, 2, 2, 5, 0, 0, 8, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (27, 9, 1, 1, 1, 0, 0, 3, 3, 3, 0, 0, 0, 9, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (28, 10, 10, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 10, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (29, 10, 10, 2, 2, 0, 0, 5, 5, 5, 5, 0, 0, 10, 0); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (30, 11, 1, 1, 1, 0, 0, 3, 3, 3, 0, 0, 1, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (31, 11, 1, 2, 2, 0, 0, 6, 6, 6, 4, 0, 1, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (32, 11, 1, 3, 3, 0, 0, 3, 3, 3, 9, 100, 1, 1, 1); INSERT INTO crane_game_hidden_odds (id, animation_id, crane_animation_id, type_id, num, big, big_index, odds_1, odds_2, odds_3, odds_extra, rare_effect_odds, joint_type, lift_type, push_type) VALUES (33, 11, 1, 4, 2, 1, 2, 1, 1, 1, 2, 0, 1, 1, 1); -- Table: crane_game_prize_face CREATE TABLE 'crane_game_prize_face' ('id' INTEGER NOT NULL, 'face_type' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO crane_game_prize_face (id, face_type) VALUES (1, 'WaraiB'); INSERT INTO crane_game_prize_face (id, face_type) VALUES (2, 'WaraiC'); INSERT INTO crane_game_prize_face (id, face_type) VALUES (3, 'WaraiD'); -- Table: crane_game_prize_pattern CREATE TABLE 'crane_game_prize_pattern' ('id' INTEGER NOT NULL, 'prop_pattern_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO crane_game_prize_pattern (id, prop_pattern_id) VALUES (1, 1); INSERT INTO crane_game_prize_pattern (id, prop_pattern_id) VALUES (2, 1); INSERT INTO crane_game_prize_pattern (id, prop_pattern_id) VALUES (3, 1); -- Table: crane_game_prop CREATE TABLE 'crane_game_prop' ('type' INTEGER NOT NULL, 'num' INTEGER NOT NULL, PRIMARY KEY('type')); INSERT INTO crane_game_prop (type, num) VALUES (1, 2); INSERT INTO crane_game_prop (type, num) VALUES (2, 5); -- Table: daily_legend_race CREATE TABLE 'daily_legend_race' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'legend_bg_id' INTEGER NOT NULL, 'legend_bg_sub_id' INTEGER NOT NULL, 'image_id' INTEGER NOT NULL, 'difficulty' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'season' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'ground' INTEGER NOT NULL, 'legend_race_boss_npc_id' INTEGER NOT NULL, 'cost_num' INTEGER NOT NULL, 'drop_reward_odds_id' INTEGER NOT NULL, 'victory_reward_odds_id' INTEGER NOT NULL, 'first_clear_item_category_1' INTEGER NOT NULL, 'first_clear_item_id_1' INTEGER NOT NULL, 'first_clear_item_num_1' INTEGER NOT NULL, 'first_clear_item_category_2' INTEGER NOT NULL, 'first_clear_item_id_2' INTEGER NOT NULL, 'first_clear_item_num_2' INTEGER NOT NULL, 'first_clear_item_category_3' INTEGER NOT NULL, 'first_clear_item_id_3' INTEGER NOT NULL, 'first_clear_item_num_3' INTEGER NOT NULL, 'pick_up_item_category_1' INTEGER NOT NULL, 'pick_up_item_id_1' INTEGER NOT NULL, 'pick_up_item_num_1' INTEGER NOT NULL, 'pick_up_item_category_2' INTEGER NOT NULL, 'pick_up_item_id_2' INTEGER NOT NULL, 'pick_up_item_num_2' INTEGER NOT NULL, 'pick_up_item_category_3' INTEGER NOT NULL, 'pick_up_item_id_3' INTEGER NOT NULL, 'pick_up_item_num_3' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: daily_pack CREATE TABLE 'daily_pack' ('shop_data_id' INTEGER NOT NULL, 'platform_id' INTEGER NOT NULL, 'term' INTEGER NOT NULL, 'repurchase_day' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'daily_free_num' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('shop_data_id','platform_id')); INSERT INTO daily_pack (shop_data_id, platform_id, term, repurchase_day, group_id, daily_free_num, start_date, end_date) VALUES (16, 1, 30, 3, 1, 50, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO daily_pack (shop_data_id, platform_id, term, repurchase_day, group_id, daily_free_num, start_date, end_date) VALUES (16, 2, 30, 3, 1, 50, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO daily_pack (shop_data_id, platform_id, term, repurchase_day, group_id, daily_free_num, start_date, end_date) VALUES (16, 3, 30, 3, 1, 50, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO daily_pack (shop_data_id, platform_id, term, repurchase_day, group_id, daily_free_num, start_date, end_date) VALUES (16, 4, 30, 3, 1, 50, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); -- Table: daily_race CREATE TABLE 'daily_race' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'difficulty' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'cost_num' INTEGER NOT NULL, 'unique_chara_npc_min' INTEGER NOT NULL, 'unique_chara_npc_max' INTEGER NOT NULL, 'normal_rewards_odds_id' INTEGER NOT NULL, 'bonus_rewards_odds_id' INTEGER NOT NULL, 'rare_reward_odds_id' INTEGER NOT NULL, 'first_clear_item_category_1' INTEGER NOT NULL, 'first_clear_item_id_1' INTEGER NOT NULL, 'first_clear_item_num_1' INTEGER NOT NULL, 'first_clear_item_category_2' INTEGER NOT NULL, 'first_clear_item_id_2' INTEGER NOT NULL, 'first_clear_item_num_2' INTEGER NOT NULL, 'first_clear_item_category_3' INTEGER NOT NULL, 'first_clear_item_id_3' INTEGER NOT NULL, 'first_clear_item_num_3' INTEGER NOT NULL, 'pick_up_item_category_1' INTEGER NOT NULL, 'pick_up_item_id_1' INTEGER NOT NULL, 'pick_up_item_num_1' INTEGER NOT NULL, 'pick_up_item_category_2' INTEGER NOT NULL, 'pick_up_item_id_2' INTEGER NOT NULL, 'pick_up_item_num_2' INTEGER NOT NULL, 'pick_up_item_category_3' INTEGER NOT NULL, 'pick_up_item_id_3' INTEGER NOT NULL, 'pick_up_item_num_3' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO daily_race (id, group_id, difficulty, race_instance_id, cost_num, unique_chara_npc_min, unique_chara_npc_max, normal_rewards_odds_id, bonus_rewards_odds_id, rare_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, start_date, end_date) VALUES (1, 1, 1, 580001, 1, 1, 1, 1100, 0, 1101, 90, 43, 50, 91, 59, 3000, 0, 0, 0, 91, 59, 300, 0, 0, 0, 0, 0, 0, 1483228800, 2524608000); INSERT INTO daily_race (id, group_id, difficulty, race_instance_id, cost_num, unique_chara_npc_min, unique_chara_npc_max, normal_rewards_odds_id, bonus_rewards_odds_id, rare_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, start_date, end_date) VALUES (2, 1, 2, 580002, 1, 3, 3, 1200, 0, 1201, 90, 43, 100, 91, 59, 8000, 0, 0, 0, 91, 59, 400, 0, 0, 0, 0, 0, 0, 1483228800, 2524608000); INSERT INTO daily_race (id, group_id, difficulty, race_instance_id, cost_num, unique_chara_npc_min, unique_chara_npc_max, normal_rewards_odds_id, bonus_rewards_odds_id, rare_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, start_date, end_date) VALUES (3, 1, 3, 580003, 1, 5, 5, 1300, 0, 1301, 90, 43, 150, 91, 59, 12000, 0, 0, 0, 91, 59, 500, 0, 0, 0, 0, 0, 0, 1483228800, 2524608000); INSERT INTO daily_race (id, group_id, difficulty, race_instance_id, cost_num, unique_chara_npc_min, unique_chara_npc_max, normal_rewards_odds_id, bonus_rewards_odds_id, rare_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, start_date, end_date) VALUES (5, 4, 1, 580031, 1, 1, 1, 2100, 0, 2101, 90, 43, 50, 30, 110, 600, 0, 0, 0, 30, 110, 50, 0, 0, 0, 0, 0, 0, 1483228800, 2524608000); INSERT INTO daily_race (id, group_id, difficulty, race_instance_id, cost_num, unique_chara_npc_min, unique_chara_npc_max, normal_rewards_odds_id, bonus_rewards_odds_id, rare_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, start_date, end_date) VALUES (6, 4, 2, 580032, 1, 3, 3, 2200, 0, 2201, 90, 43, 100, 30, 110, 1500, 0, 0, 0, 30, 110, 70, 0, 0, 0, 0, 0, 0, 1483228800, 2524608000); INSERT INTO daily_race (id, group_id, difficulty, race_instance_id, cost_num, unique_chara_npc_min, unique_chara_npc_max, normal_rewards_odds_id, bonus_rewards_odds_id, rare_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, start_date, end_date) VALUES (7, 4, 3, 580033, 1, 5, 5, 2300, 0, 2301, 90, 43, 150, 30, 110, 2500, 0, 0, 0, 30, 110, 100, 0, 0, 0, 0, 0, 0, 1483228800, 2524608000); -- Table: daily_race_billing CREATE TABLE 'daily_race_billing' ('id' INTEGER NOT NULL, 'frequency' INTEGER NOT NULL, 'pay_cost' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO daily_race_billing (id, frequency, pay_cost) VALUES (1, 1, 100); -- Table: daily_race_npc CREATE TABLE 'daily_race_npc' ('id' INTEGER NOT NULL, 'npc_group_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'mob_id' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1, 5801, 1, 8002, 1, 0, 98, 54, 78, 82, 96, 7, 6, 1, 1, 6, 5, 4, 3, 6, 1, 40800201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2, 5801, 1, 8014, 1, 0, 115, 59, 96, 101, 86, 7, 6, 1, 1, 5, 6, 5, 4, 6, 1, 40801401); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (3, 5801, 1, 8020, 1, 0, 123, 56, 107, 51, 48, 7, 6, 2, 1, 5, 6, 5, 4, 6, 1, 40802001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (4, 5801, 1, 8023, 1, 0, 107, 73, 86, 77, 64, 7, 6, 2, 1, 5, 6, 5, 4, 6, 1, 40802301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (5, 5801, 1, 8026, 1, 0, 91, 55, 103, 111, 80, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 40802601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (6, 5801, 1, 8029, 1, 0, 106, 55, 122, 65, 92, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 40802901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (7, 5801, 1, 8032, 1, 0, 121, 76, 112, 95, 80, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 40803201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (8, 5801, 1, 8035, 1, 0, 86, 84, 76, 98, 92, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 40803501); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (9, 5801, 1, 8038, 1, 0, 97, 76, 114, 72, 124, 7, 6, 2, 1, 3, 4, 5, 6, 6, 1, 40803801); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (10, 5801, 1, 8011, 1, 0, 103, 52, 94, 94, 93, 7, 6, 1, 1, 6, 5, 4, 3, 6, 1, 40801101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (11, 5801, 1, 8067, 1, 0, 91, 96, 73, 95, 80, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 40806701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (12, 5801, 1, 8070, 1, 0, 98, 99, 80, 43, 94, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 40807001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (13, 5801, 1, 8071, 1, 0, 84, 62, 90, 109, 64, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 40807101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (14, 5801, 1, 8073, 1, 0, 81, 69, 98, 86, 112, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 40807301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (15, 5801, 1, 8088, 1, 0, 71, 100, 87, 87, 95, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 40808801); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (16, 5801, 1, 8089, 1, 0, 91, 75, 123, 126, 77, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 40808901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (17, 5801, 1002, 0, 1, 0, 146, 107, 137, 124, 111, 4, 6, 7, 3, 7, 5, 3, 1, 7, 1, 40100201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (18, 5801, 1006, 0, 1, 0, 126, 108, 138, 125, 126, 6, 7, 7, 6, 2, 6, 7, 4, 7, 7, 40100601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (19, 5801, 1009, 0, 1, 0, 132, 118, 134, 126, 108, 2, 7, 7, 5, 6, 7, 3, 1, 7, 1, 40100901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (20, 5801, 1010, 0, 1, 0, 149, 82, 155, 114, 126, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 40101001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (22, 5801, 1041, 0, 1, 0, 151, 53, 150, 138, 121, 7, 5, 1, 1, 6, 7, 2, 1, 7, 7, 40104101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (26, 5801, 1060, 0, 1, 0, 133, 114, 109, 110, 121, 1, 5, 7, 7, 2, 6, 7, 4, 7, 7, 40106001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (27, 5801, 1061, 0, 1, 0, 136, 106, 130, 100, 113, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 40106101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (28, 5802, 1, 8002, 8, 0, 244, 134, 196, 206, 215, 7, 6, 1, 1, 6, 5, 4, 3, 6, 1, 41800201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (29, 5802, 1, 8014, 11, 0, 253, 130, 211, 222, 189, 7, 6, 1, 1, 5, 6, 5, 4, 6, 1, 41801401); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (30, 5802, 1, 8020, 12, 0, 343, 155, 298, 143, 133, 7, 6, 2, 1, 5, 6, 5, 4, 6, 1, 41802001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (31, 5802, 1, 8023, 11, 0, 256, 174, 206, 185, 152, 7, 6, 2, 1, 5, 6, 5, 4, 6, 1, 41802301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (32, 5802, 1, 8026, 8, 0, 200, 120, 226, 243, 175, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 41802601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (33, 5802, 1, 8029, 11, 0, 232, 120, 268, 142, 202, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 41802901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (34, 5802, 1, 8032, 11, 0, 263, 165, 243, 205, 173, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 41803201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (35, 5802, 1, 8035, 8, 0, 194, 190, 170, 220, 208, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 41803501); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (36, 5802, 1, 8038, 8, 0, 213, 167, 251, 157, 272, 7, 6, 2, 1, 3, 4, 5, 6, 6, 1, 41803801); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (37, 5802, 1, 8011, 8, 0, 232, 117, 211, 212, 209, 7, 6, 1, 1, 6, 5, 4, 3, 6, 1, 41801101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (38, 5802, 1, 8067, 8, 0, 228, 240, 182, 238, 199, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 41806701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (39, 5802, 1, 8070, 11, 0, 246, 248, 200, 107, 234, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 41807001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (40, 5802, 1, 8071, 11, 0, 210, 155, 224, 271, 159, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 41807101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (41, 5802, 1, 8073, 12, 0, 194, 166, 235, 205, 268, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 41807301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (42, 5802, 1, 8088, 12, 0, 160, 226, 196, 196, 213, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 41808801); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (43, 5802, 1, 8089, 8, 0, 200, 164, 270, 276, 168, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 41808901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (44, 5802, 1002, 0, 100201, 0, 380, 278, 356, 321, 287, 4, 6, 7, 3, 7, 5, 3, 1, 7, 1, 41100201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (45, 5802, 1006, 0, 100601, 0, 328, 280, 359, 324, 328, 6, 7, 7, 6, 2, 6, 7, 4, 7, 7, 41100601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (46, 5802, 1009, 0, 100901, 0, 343, 306, 348, 326, 280, 2, 7, 7, 5, 6, 7, 3, 1, 7, 1, 41100901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (47, 5802, 1010, 0, 101001, 0, 371, 205, 386, 285, 314, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 41101001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (49, 5802, 1041, 0, 104101, 0, 393, 138, 389, 358, 315, 7, 5, 1, 1, 6, 7, 2, 1, 7, 7, 41104101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (53, 5802, 1060, 0, 106001, 0, 371, 319, 304, 308, 337, 1, 5, 7, 7, 2, 6, 7, 4, 7, 7, 41106001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (54, 5802, 1061, 0, 106101, 0, 381, 297, 363, 280, 316, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 41106101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (55, 5803, 1, 8094, 11, 0, 330, 370, 486, 252, 232, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 42809401); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (56, 5803, 1, 8098, 11, 0, 364, 401, 382, 239, 418, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 42809801); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (57, 5803, 1, 8100, 8, 0, 439, 338, 477, 272, 241, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 42810001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (58, 5803, 1, 8103, 11, 0, 398, 318, 406, 372, 207, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 42810301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (59, 5803, 1, 8106, 8, 0, 269, 301, 373, 398, 373, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 42810601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (60, 5803, 1, 8107, 12, 0, 321, 286, 366, 379, 405, 6, 7, 6, 2, 3, 4, 5, 6, 6, 1, 42810701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (61, 5803, 1, 8109, 12, 0, 374, 389, 413, 312, 283, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 42810901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (62, 5803, 1, 8110, 8, 0, 405, 322, 384, 354, 411, 6, 7, 6, 2, 3, 4, 5, 6, 6, 1, 42811001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (63, 5803, 1, 8128, 11, 0, 298, 410, 270, 259, 405, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 42812801); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (64, 5803, 1, 8131, 12, 0, 286, 398, 460, 324, 420, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 42813101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (65, 5803, 1, 8176, 12, 0, 347, 203, 445, 385, 319, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 42817601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (66, 5803, 1, 8179, 8, 0, 336, 426, 426, 241, 289, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 42817901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (67, 5803, 1, 8182, 11, 0, 367, 455, 407, 212, 238, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 42818201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (68, 5803, 1, 8185, 8, 0, 456, 265, 340, 397, 401, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 42818501); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (69, 5803, 1002, 0, 100201, 0, 657, 482, 617, 556, 497, 4, 6, 7, 3, 7, 5, 3, 1, 7, 1, 42100201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (70, 5803, 1006, 0, 100601, 0, 554, 473, 607, 548, 554, 6, 7, 7, 6, 2, 6, 7, 4, 7, 6, 42100601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (71, 5803, 1009, 0, 100901, 0, 607, 541, 616, 577, 495, 2, 7, 7, 5, 6, 7, 3, 1, 7, 1, 42100901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (72, 5803, 1010, 0, 101001, 0, 683, 377, 711, 524, 577, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 42101001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (74, 5803, 1041, 0, 104101, 0, 695, 244, 688, 633, 557, 7, 5, 1, 1, 6, 7, 2, 1, 7, 7, 42104101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (78, 5803, 1060, 0, 106001, 0, 649, 559, 532, 539, 590, 1, 5, 7, 7, 2, 6, 7, 4, 7, 7, 42106001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (79, 5803, 1061, 0, 106101, 0, 653, 509, 622, 480, 542, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 42106101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (100, 5831, 1, 8212, 1, 0, 130, 65, 81, 60, 60, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 40821201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (101, 5831, 1, 8214, 1, 0, 93, 109, 100, 80, 97, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 40821401); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (102, 5831, 1, 8217, 1, 0, 123, 109, 124, 63, 114, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 40821701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (103, 5831, 1, 8220, 1, 0, 90, 90, 87, 58, 61, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 40822001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (104, 5831, 1, 8221, 1, 0, 104, 83, 100, 76, 93, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 40822101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (105, 5831, 1, 8223, 1, 0, 103, 103, 94, 87, 84, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 40822301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (106, 5831, 1, 8224, 1, 0, 74, 67, 130, 87, 115, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 40822401); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (107, 5831, 1, 8226, 1, 0, 97, 84, 126, 102, 77, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 40822601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (108, 5831, 1, 8227, 1, 0, 99, 94, 71, 84, 79, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 40822701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (109, 5831, 1, 8229, 1, 0, 92, 86, 102, 69, 62, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 40822901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (110, 5831, 1, 8230, 1, 0, 126, 99, 115, 72, 94, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 40823001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (111, 5831, 1, 8232, 1, 0, 101, 88, 76, 104, 86, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 40823201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (112, 5831, 1, 8271, 1, 0, 73, 78, 95, 91, 124, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 40827101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (113, 5831, 1, 8272, 1, 0, 118, 78, 100, 102, 69, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 40827201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (114, 5831, 1, 8320, 1, 0, 98, 94, 67, 72, 111, 1, 1, 6, 7, 6, 5, 4, 3, 6, 1, 40832001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (115, 5831, 1, 8323, 1, 0, 79, 60, 108, 120, 87, 1, 1, 6, 7, 6, 5, 4, 3, 6, 1, 40832301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (116, 5831, 1001, 0, 1, 0, 130, 137, 127, 109, 118, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 40100101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (117, 5831, 1016, 0, 1, 0, 133, 138, 133, 109, 116, 6, 6, 7, 7, 4, 6, 7, 2, 7, 1, 40101601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (118, 5831, 1017, 0, 1, 0, 129, 129, 122, 112, 138, 3, 6, 7, 7, 6, 6, 7, 5, 7, 1, 40101701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (119, 5831, 1020, 0, 1, 0, 140, 148, 140, 90, 94, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 40102001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (120, 5831, 1023, 0, 1, 0, 124, 127, 116, 113, 133, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 40102301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (121, 5831, 1026, 0, 1, 0, 132, 116, 125, 121, 125, 7, 7, 7, 5, 7, 6, 4, 1, 7, 1, 40102601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (122, 5831, 1027, 0, 1, 0, 125, 127, 121, 117, 121, 3, 5, 7, 6, 2, 6, 7, 2, 7, 1, 40102701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (125, 5832, 1, 8212, 12, 0, 311, 156, 193, 143, 131, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 41821201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (126, 5832, 1, 8214, 12, 0, 186, 218, 200, 159, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 41821401); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (127, 5832, 1, 8217, 8, 0, 221, 195, 222, 113, 205, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 41821701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (128, 5832, 1, 8220, 12, 0, 226, 224, 217, 145, 153, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 41822001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (129, 5832, 1, 8221, 8, 0, 233, 187, 225, 172, 210, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 41822101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (130, 5832, 1, 8223, 11, 0, 232, 231, 212, 196, 190, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 41822301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (131, 5832, 1, 8224, 12, 0, 147, 133, 259, 174, 230, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 41822401); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (132, 5832, 1, 8226, 8, 0, 194, 167, 251, 204, 154, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 41822601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (133, 5832, 1, 8227, 8, 0, 247, 235, 178, 210, 197, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 41822701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (134, 5832, 1, 8229, 8, 0, 230, 215, 254, 172, 155, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 41822901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (135, 5832, 1, 8230, 8, 0, 252, 197, 229, 144, 188, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 41823001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (136, 5832, 1, 8232, 11, 0, 202, 176, 152, 207, 171, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 41823201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (137, 5832, 1, 8271, 8, 0, 160, 172, 209, 199, 272, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 41827101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (138, 5832, 1, 8272, 11, 0, 260, 171, 220, 224, 152, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 41827201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (139, 5832, 1, 8320, 12, 0, 221, 211, 150, 162, 250, 1, 1, 6, 7, 6, 5, 4, 3, 6, 1, 41832001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (140, 5832, 1, 8323, 8, 0, 190, 144, 258, 287, 208, 1, 1, 6, 7, 6, 5, 4, 3, 6, 1, 41832301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (141, 5832, 1001, 0, 100101, 0, 338, 356, 329, 283, 306, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 41100101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (142, 5832, 1016, 0, 101601, 0, 345, 358, 345, 283, 302, 6, 6, 7, 7, 4, 6, 7, 2, 7, 1, 41101601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (143, 5832, 1017, 0, 101701, 0, 335, 335, 316, 290, 358, 3, 6, 7, 7, 6, 6, 7, 5, 7, 1, 41101701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (144, 5832, 1020, 0, 102001, 0, 349, 369, 349, 224, 234, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 41102001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (145, 5832, 1023, 0, 102301, 0, 322, 330, 300, 293, 345, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 41102301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (146, 5832, 1026, 0, 102601, 0, 355, 312, 336, 327, 336, 7, 7, 7, 5, 7, 6, 4, 1, 7, 1, 41102601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (147, 5832, 1027, 0, 102701, 0, 325, 330, 315, 304, 315, 3, 5, 7, 6, 2, 6, 7, 2, 7, 1, 41102701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (150, 5833, 1, 8329, 12, 0, 272, 425, 214, 326, 450, 1, 1, 6, 7, 6, 5, 4, 3, 6, 1, 42832901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (151, 5833, 1, 8347, 12, 0, 294, 406, 312, 411, 339, 1, 1, 6, 7, 5, 6, 5, 4, 6, 1, 42834701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (152, 5833, 1, 8350, 11, 0, 432, 405, 358, 254, 427, 1, 1, 6, 7, 5, 6, 5, 4, 6, 1, 42835001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (153, 5833, 1, 8356, 11, 0, 232, 411, 338, 354, 400, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 42835601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (154, 5833, 1, 8359, 12, 0, 366, 309, 357, 359, 379, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 42835901); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (155, 5833, 1, 8362, 11, 0, 398, 348, 502, 212, 396, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 42836201); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (156, 5833, 1, 8365, 12, 0, 292, 434, 482, 270, 480, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 42836501); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (157, 5833, 1, 8368, 11, 0, 290, 241, 351, 405, 382, 1, 1, 6, 7, 3, 4, 5, 6, 6, 1, 42836801); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (158, 5833, 1, 8371, 8, 0, 321, 418, 433, 529, 256, 1, 1, 6, 7, 3, 4, 5, 6, 6, 1, 42837101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (159, 5833, 1, 8430, 8, 0, 322, 424, 494, 210, 252, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 42843001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (160, 5833, 1, 8433, 8, 0, 368, 216, 466, 388, 272, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 42843301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (161, 5833, 1, 8440, 12, 0, 461, 346, 437, 261, 194, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 42844001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (162, 5833, 1, 8443, 8, 0, 326, 307, 510, 349, 227, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 42844301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (163, 5833, 1, 8446, 11, 0, 320, 234, 452, 331, 491, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 42844601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (164, 5833, 1001, 0, 100101, 0, 572, 603, 557, 480, 517, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 42100101); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (165, 5833, 1016, 0, 101601, 0, 583, 605, 583, 480, 510, 6, 6, 7, 7, 4, 6, 7, 2, 7, 1, 42101601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (166, 5833, 1017, 0, 101701, 0, 568, 568, 535, 491, 605, 3, 6, 7, 7, 6, 6, 7, 5, 7, 1, 42101701); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (167, 5833, 1020, 0, 102001, 0, 628, 664, 628, 403, 421, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 42102001); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (168, 5833, 1023, 0, 102301, 0, 570, 584, 531, 518, 610, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 42102301); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (169, 5833, 1026, 0, 102601, 0, 605, 531, 573, 557, 573, 7, 7, 7, 5, 7, 6, 4, 1, 7, 1, 42102601); INSERT INTO daily_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (170, 5833, 1027, 0, 102701, 0, 588, 597, 569, 550, 557, 3, 5, 7, 6, 2, 6, 7, 2, 7, 1, 42102701); -- Table: directory CREATE TABLE 'directory' ('id' INTEGER NOT NULL, 'required_point' INTEGER NOT NULL, 'rank_level' INTEGER NOT NULL, 'item_category_1' INTEGER NOT NULL, 'item_id_1' INTEGER NOT NULL, 'item_num_1' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (1, 0, 1, 0, 0, 0); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (2, 22000, 2, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (3, 30000, 3, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (4, 40000, 4, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (5, 50000, 5, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (6, 60000, 6, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (7, 72000, 7, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (8, 84000, 8, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (9, 96000, 9, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (10, 108000, 10, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (11, 120000, 11, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (12, 136000, 12, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (13, 152000, 13, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (14, 168000, 14, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (15, 184000, 15, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (16, 200000, 16, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (17, 216000, 17, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (18, 232000, 18, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (19, 248000, 19, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (20, 264000, 20, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (21, 284000, 21, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (22, 304000, 22, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (23, 324000, 23, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (24, 344000, 24, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (25, 364000, 25, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (26, 384000, 26, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (27, 404000, 27, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (28, 424000, 28, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (29, 444000, 29, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (30, 464000, 30, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (31, 484000, 31, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (32, 512000, 32, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (33, 540000, 33, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (34, 568000, 34, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (35, 596000, 35, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (36, 624000, 36, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (37, 652000, 37, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (38, 680000, 38, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (39, 708000, 39, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (40, 736000, 40, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (41, 764000, 41, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (42, 800000, 42, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (43, 836000, 43, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (44, 872000, 44, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (45, 908000, 45, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (46, 944000, 46, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (47, 980000, 47, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (48, 1016000, 48, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (49, 1052000, 49, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (50, 1088000, 50, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (51, 1124000, 51, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (52, 1170000, 52, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (53, 1216000, 53, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (54, 1262000, 54, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (55, 1308000, 55, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (56, 1354000, 56, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (57, 1400000, 57, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (58, 1446000, 58, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (59, 1492000, 59, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (60, 1538000, 60, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (61, 1584000, 61, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (62, 1640000, 62, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (63, 1696000, 63, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (64, 1752000, 64, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (65, 1808000, 65, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (66, 1864000, 66, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (67, 1920000, 67, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (68, 1976000, 68, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (69, 2032000, 69, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (70, 2088000, 70, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (71, 2144000, 71, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (72, 2212000, 72, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (73, 2280000, 73, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (74, 2348000, 74, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (75, 2416000, 75, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (76, 2484000, 76, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (77, 2552000, 77, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (78, 2620000, 78, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (79, 2688000, 79, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (80, 2756000, 80, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (81, 2824000, 81, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (82, 2904000, 82, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (83, 2984000, 83, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (84, 3064000, 84, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (85, 3144000, 85, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (86, 3224000, 86, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (87, 3304000, 87, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (88, 3384000, 88, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (89, 3464000, 89, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (90, 3544000, 90, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (91, 3624000, 91, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (92, 3716000, 92, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (93, 3808000, 93, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (94, 3900000, 94, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (95, 3992000, 95, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (96, 4084000, 96, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (97, 4176000, 97, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (98, 4268000, 98, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (99, 4360000, 99, 90, 43, 50); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (100, 4452000, 100, 90, 43, 500); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (101, 4544000, 101, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (102, 4640000, 102, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (103, 4736000, 103, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (104, 4832000, 104, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (105, 4928000, 105, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (106, 5024000, 106, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (107, 5120000, 107, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (108, 5216000, 108, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (109, 5312000, 109, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (110, 5408000, 110, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (111, 5504000, 111, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (112, 5604000, 112, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (113, 5704000, 113, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (114, 5804000, 114, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (115, 5904000, 115, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (116, 6004000, 116, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (117, 6104000, 117, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (118, 6204000, 118, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (119, 6304000, 119, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (120, 6404000, 120, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (121, 6504000, 121, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (122, 6612000, 122, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (123, 6720000, 123, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (124, 6828000, 124, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (125, 6936000, 125, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (126, 7044000, 126, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (127, 7152000, 127, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (128, 7260000, 128, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (129, 7368000, 129, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (130, 7476000, 130, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (131, 7584000, 131, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (132, 7700000, 132, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (133, 7816000, 133, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (134, 7932000, 134, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (135, 8048000, 135, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (136, 8164000, 136, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (137, 8280000, 137, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (138, 8396000, 138, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (139, 8512000, 139, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (140, 8628000, 140, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (141, 8744000, 141, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (142, 8868000, 142, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (143, 8992000, 143, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (144, 9116000, 144, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (145, 9240000, 145, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (146, 9364000, 146, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (147, 9488000, 147, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (148, 9612000, 148, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (149, 9736000, 149, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (150, 9860000, 150, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (151, 9984000, 151, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (152, 10118000, 152, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (153, 10252000, 153, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (154, 10386000, 154, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (155, 10520000, 155, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (156, 10654000, 156, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (157, 10788000, 157, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (158, 10922000, 158, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (159, 11056000, 159, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (160, 11190000, 160, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (161, 11324000, 161, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (162, 11468000, 162, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (163, 11612000, 163, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (164, 11756000, 164, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (165, 11900000, 165, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (166, 12044000, 166, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (167, 12188000, 167, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (168, 12332000, 168, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (169, 12476000, 169, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (170, 12620000, 170, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (171, 12764000, 171, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (172, 12918000, 172, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (173, 13072000, 173, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (174, 13226000, 174, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (175, 13380000, 175, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (176, 13534000, 176, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (177, 13688000, 177, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (178, 13842000, 178, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (179, 13996000, 179, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (180, 14150000, 180, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (181, 14304000, 181, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (182, 14468000, 182, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (183, 14632000, 183, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (184, 14796000, 184, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (185, 14960000, 185, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (186, 15124000, 186, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (187, 15288000, 187, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (188, 15452000, 188, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (189, 15616000, 189, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (190, 15780000, 190, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (191, 15944000, 191, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (192, 16118000, 192, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (193, 16292000, 193, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (194, 16466000, 194, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (195, 16640000, 195, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (196, 16814000, 196, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (197, 16988000, 197, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (198, 17162000, 198, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (199, 17336000, 199, 90, 43, 75); INSERT INTO directory (id, required_point, rank_level, item_category_1, item_id_1, item_num_1) VALUES (200, 17510000, 200, 90, 43, 500); -- Table: dress_data CREATE TABLE 'dress_data' ('id' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'have_mini' INTEGER NOT NULL, 'general_purpose' INTEGER NOT NULL, 'costume_type' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'use_gender' INTEGER NOT NULL, 'body_shape' INTEGER NOT NULL, 'body_type' INTEGER NOT NULL, 'body_type_sub' INTEGER NOT NULL, 'body_setting' INTEGER NOT NULL, 'use_race' INTEGER NOT NULL, 'use_live' INTEGER NOT NULL, 'use_live_theater' INTEGER NOT NULL, 'use_home' INTEGER NOT NULL, 'use_dress_change' INTEGER NOT NULL, 'is_wet' INTEGER NOT NULL, 'is_dirt' INTEGER NOT NULL, 'head_sub_id' INTEGER NOT NULL, 'use_season' INTEGER NOT NULL, 'dress_color_main' TEXT NOT NULL, 'dress_color_sub' TEXT NOT NULL, 'color_num' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'tail_model_id' INTEGER NOT NULL, 'tail_model_sub_id' INTEGER NOT NULL, 'start_time' INTEGER NOT NULL, 'end_time' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (1, 5, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 1, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (2, 1, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, '5E3FC5', 'AB8FFF', 0, 2, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (3, 5, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 'FFFFFF', 'FFFFFF', 0, 4, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (4, 5, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 6, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (5, 2, 1, 1, 0, 0, 0, 0, 2, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, '5E3FC5', 'AB8FFF', 0, 3, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (6, 5, 1, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 'FFFFFF', 'FFFFFF', 0, 5, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (7, 5, 0, 0, 0, 0, 0, 0, 6, 0, 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 'FFFFFF', 'FFFFFF', 4, 7, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (8, 5, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 7, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (9, 5, 0, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 6, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (11, 5, 0, 0, 0, 0, 0, 0, 7, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 7, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (12, 5, 0, 0, 0, 0, 0, 0, 7, 2, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 7, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101, 4, 1, 1, 0, 0, 0, 0, 5, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'D23441', 'F4BD38', 0, 8, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102, 2, 1, 1, 0, 0, 0, 0, 50, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 'D23441', 'F4BD38', 0, 8, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103, 2, 1, 1, 0, 0, 0, 0, 50, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 'D23441', 'F4BD38', 0, 8, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100101, 3, 1, 1, 1, 1001, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'EE6DCB', 'FFDEF9', 0, 9, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100130, 3, 1, 0, 0, 1001, 0, 0, 170, 30, 0, 1, 1, 1, 1, 1, 1, 1, 30, 0, 'EE6DCB', 'FFDEF9', 0, 103, -1, 0, 1760479200, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100201, 3, 1, 1, 1, 1002, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '29BD70', 'FFCE48', 0, 10, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100301, 3, 1, 1, 1, 1003, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '3376D2', 'FF99D0', 0, 11, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100302, 3, 1, 0, 0, 1003, 0, 0, 101, 2, 0, 1, 1, 1, 1, 1, 1, 1, 2, 0, '3376D2', 'FF99D0', 0, 114, -1, 0, 1752703200, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100401, 3, 1, 1, 1, 1004, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'EA504A', 'FFCD00', 0, 12, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100430, 3, 1, 0, 0, 1004, 0, 0, 170, 30, 0, 1, 1, 1, 1, 1, 1, 1, 30, 0, 'EA504A', 'FFCD00', 0, 104, -1, 0, 1760479200, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100501, 3, 1, 1, 1, 1005, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '444745', '33B839', 0, 13, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100601, 3, 1, 1, 1, 1006, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '3A7AD2', 'ECE7E7', 0, 14, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100646, 3, 1, 0, 0, 1006, 0, 0, 200, 46, 0, 1, 1, 1, 1, 1, 1, 1, 46, 0, '3A7AD2', 'ECE7E7', 0, 109, -1, 0, 1767650400, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100701, 3, 1, 1, 1, 1007, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'DA3C57', 'E9DA36', 0, 15, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100801, 3, 1, 1, 1, 1008, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'D4C200', '3DD1D7', 0, 16, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (100901, 3, 1, 1, 1, 1009, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '4F64D8', 'E73472', 0, 17, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101001, 3, 1, 1, 1, 1010, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '73C032', 'FFAC42', 0, 18, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101101, 3, 1, 1, 1, 1011, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '3A34AC', 'E3493F', 0, 19, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101116, 3, 1, 0, 0, 1011, 0, 0, 130, 16, 0, 1, 1, 1, 1, 1, 1, 1, 16, 0, '3A34AC', 'E3493F', 0, 116, -1, 0, 1758492000, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101201, 3, 1, 1, 1, 1012, 0, 0, 100, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, '2185D0', 'E6453A', 0, 20, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101301, 3, 1, 1, 1, 1013, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '00B5BE', 'DFC8E7', 0, 21, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101302, 3, 1, 0, 0, 1013, 0, 0, 101, 2, 0, 1, 1, 1, 1, 1, 1, 1, 2, 0, '00B5BE', 'DFC8E7', 0, 115, -1, 0, 1752703200, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101401, 3, 1, 1, 1, 1014, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'DD4E31', 'EFDB28', 0, 22, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101416, 3, 1, 0, 0, 1014, 0, 0, 130, 16, 0, 1, 1, 1, 1, 1, 1, 1, 16, 0, 'DD4E31', 'EFDB28', 0, 117, -1, 0, 1758492000, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101501, 3, 1, 1, 1, 1015, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'F271C4', 'FBE415', 0, 23, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101601, 3, 1, 1, 1, 1016, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '75358C', 'D638A3', 0, 24, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101602, 3, 0, 0, 0, 1016, 0, 0, 101, 2, 0, 1, 1, 1, 1, 1, 1, 1, 2, 0, '75358C', 'D638A3', 0, 24, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101701, 3, 1, 1, 1, 1017, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '1C7763', 'C6314B', 0, 25, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101743, 3, 1, 0, 0, 1017, 0, 0, 100, 43, 0, 1, 1, 1, 1, 1, 1, 1, 43, 0, '1C7763', 'C6314B', 0, 131, -1, 0, 1765749600, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101801, 3, 1, 1, 1, 1018, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '0092CB', 'FAE053', 0, 26, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101826, 3, 1, 0, 0, 1018, 0, 0, 160, 26, 0, 1, 1, 1, 1, 1, 1, 1, 26, 0, '0092CB', 'FAE053', 0, 128, -1, 0, 1756418400, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (101901, 3, 1, 1, 1, 1019, 0, 0, 100, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 'F37F96', 'F9F189', 0, 27, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102001, 3, 1, 1, 1, 1020, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '65D283', 'F4DA40', 0, 28, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102101, 3, 1, 1, 1, 1021, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '3290D6', 'C6DAE7', 0, 29, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102201, 3, 1, 1, 1, 1022, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '20A95C', 'EE5340', 0, 30, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102301, 3, 1, 1, 1, 1023, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'B03D81', 'E776B6', 0, 31, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102346, 3, 1, 0, 0, 1023, 0, 0, 100, 46, 0, 1, 1, 1, 1, 1, 1, 1, 46, 0, 'B03D81', 'E776B6', 0, 132, -1, 0, 1767650400, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102401, 3, 1, 1, 1, 1024, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'F57D38', 'FFC845', 0, 32, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102426, 3, 1, 0, 0, 1024, 0, 0, 160, 26, 0, 1, 1, 1, 1, 1, 1, 1, 26, 0, 'F57D38', 'FFC845', 0, 129, -1, 0, 1756418400, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102501, 3, 1, 1, 1, 1025, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '494541', 'E8DD4C', 0, 33, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102601, 3, 1, 1, 1, 1026, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'EE60A1', 'F0ED41', 0, 34, 1026, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102701, 3, 1, 1, 1, 1027, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '14BAAE', '7C4D3A', 0, 35, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (102801, 3, 1, 1, 1, 1028, 0, 0, 100, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, '208BCD', 'FA6F8B', 0, 36, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103001, 3, 1, 1, 1, 1030, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '384A86', 'CA3E6D', 0, 38, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103040, 3, 1, 0, 0, 1030, 0, 0, 170, 40, 0, 1, 1, 1, 1, 1, 1, 1, 40, 0, '384A86', 'CA3E6D', 0, 105, -1, 0, 1764021600, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103101, 3, 1, 1, 1, 1031, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'F078C5', '54AE1B', 0, 39, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103201, 3, 1, 1, 1, 1032, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '35B2B6', 'E2E868', 0, 40, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103301, 3, 1, 1, 1, 1033, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '3865A1', '78D5E1', 0, 41, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103501, 3, 1, 1, 1, 1035, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'DD3D5B', 'EDE233', 0, 43, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103701, 3, 1, 1, 1, 1037, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '3D3B3A', 'E33067', 0, 45, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103801, 3, 1, 1, 1, 1038, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'F86669', '47423E', 0, 46, -1, 0, 1753653600, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (103901, 3, 1, 1, 1, 1039, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'E146A7', '00C7B1', 0, 47, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104001, 3, 1, 1, 1, 1040, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '245099', 'E63C5C', 0, 48, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104043, 3, 1, 0, 0, 1040, 0, 0, 100, 43, 0, 1, 1, 1, 1, 1, 1, 1, 43, 0, '245099', 'E63C5C', 0, 130, -1, 0, 1765749600, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104101, 3, 1, 1, 1, 1041, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'EE6FAB', 'F2D4D7', 0, 49, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104401, 3, 1, 1, 1, 1044, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '926DDA', 'BC204B', 0, 52, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104501, 3, 1, 1, 1, 1045, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '5693DA', 'C8C9C7', 0, 53, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104540, 3, 1, 0, 0, 1045, 0, 0, 170, 40, 0, 1, 1, 1, 1, 1, 1, 1, 40, 0, '5693DA', 'C8C9C7', 0, 106, -1, 0, 1764021600, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104601, 3, 1, 1, 1, 1046, 0, 0, 100, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 'F8587B', '403A35', 0, 54, -1, 0, 1754949600, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104701, 3, 0, 1, 1, 1047, 0, 0, 100, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, '5F9B26', 'F3EA5D', 0, 55, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (104801, 3, 1, 1, 1, 1048, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '25B8AE', '1C57B9', 0, 56, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (105001, 3, 1, 1, 1, 1050, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'E575CE', 'F3DD6D', 0, 58, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (105101, 3, 1, 1, 1, 1051, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'E26ECB', 'F6EB61', 0, 59, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (105201, 3, 1, 1, 1, 1052, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'FA7395', 'EDE04B', 0, 60, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (105401, 3, 0, 1, 0, 1054, 0, 0, 100, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 'E7396F', 'D162B8', 0, 62, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (105601, 3, 1, 1, 1, 1056, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '3D89E9', 'F8A717', 0, 64, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (105623, 3, 1, 0, 0, 1056, 0, 0, 150, 23, 0, 1, 1, 1, 1, 1, 1, 1, 23, 0, '3D89E9', 'F8A717', 0, 118, -1, 0, 1762466400, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (105801, 3, 1, 1, 1, 1058, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '46449B', 'D64388', 0, 66, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (105901, 3, 1, 1, 1, 1059, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '19B49E', '6F3B42', 0, 67, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (106001, 3, 1, 1, 1, 1060, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '28A959', 'B82720', 0, 68, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (106101, 3, 1, 1, 1, 1061, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '0E9451', '1C57A5', 0, 69, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (106201, 3, 1, 1, 1, 1062, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '0f8dce', 'ee5b56', 0, 9, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (106601, 3, 0, 1, 0, 1066, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '444745', '33B839', 0, 13, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (106701, 3, 1, 1, 1, 1067, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '94bf01', 'f9eb39', 0, 14, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (106801, 3, 1, 1, 1, 1068, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '5a6065', 'fc6d31', 0, 15, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (106901, 3, 1, 1, 1, 1069, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 'f9879d', 'f7dde2', 0, 11, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (107101, 3, 1, 1, 1, 1071, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '28baa5', 'bfe4eb', 0, 10, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (107401, 3, 1, 1, 1, 1074, 0, 0, 100, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, '45C5C1', '9F5F54', 0, 11, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (200101, 3, 0, 0, 0, 2001, 0, 0, 100, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, '494541', 'E8DD4C', 0, 33, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (200201, 3, 0, 0, 0, 2002, 0, 0, 100, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, '494541', 'E8DD4C', 0, 33, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (200301, 3, 0, 0, 0, 2003, 0, 0, 100, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, '494541', 'E8DD4C', 0, 33, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (900101, 5, 1, 0, 0, 9001, 0, 0, 100, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'FFFFFF', 'FFFFFF', 0, 70, -1, -1, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (900201, 5, 0, 0, 0, 9002, 0, 0, 100, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'FFFFFF', 'FFFFFF', 0, 70, -1, -1, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (900301, 5, 0, 0, 0, 9003, 0, 0, 100, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'FFFFFF', 'FFFFFF', 0, 70, -1, -1, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (900401, 5, 0, 0, 0, 9004, 0, 0, 100, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'FFFFFF', 'FFFFFF', 0, 70, -1, -1, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (900501, 5, 0, 0, 0, 9005, 0, 0, 100, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'FFFFFF', 'FFFFFF', 0, 70, -1, -1, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (900601, 5, 0, 0, 0, 9006, 0, 0, 100, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'FFFFFF', 'FFFFFF', 0, 70, -1, -1, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901001, 5, 0, 0, 0, 1001, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 71, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901002, 5, 0, 0, 0, 1002, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 72, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901003, 5, 0, 0, 0, 1003, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 73, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901004, 5, 0, 0, 0, 1004, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 74, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901005, 5, 0, 0, 0, 1005, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 75, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901006, 5, 0, 0, 0, 1006, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 76, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901007, 5, 0, 0, 0, 1007, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 77, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901008, 5, 0, 0, 0, 1008, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 78, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901009, 5, 0, 0, 0, 1009, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 79, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901010, 5, 0, 0, 0, 1010, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 80, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901011, 5, 0, 0, 0, 1011, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 81, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901012, 5, 0, 0, 0, 1012, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 82, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901013, 5, 0, 0, 0, 1013, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 83, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901014, 5, 0, 0, 0, 1014, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 84, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901015, 5, 0, 0, 0, 1015, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901016, 5, 0, 0, 0, 1016, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901017, 5, 0, 0, 0, 1017, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 86, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901018, 5, 0, 0, 0, 1018, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 87, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901019, 5, 0, 0, 0, 1019, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901020, 5, 0, 0, 0, 1020, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 88, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901023, 5, 0, 0, 0, 1023, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901024, 5, 0, 0, 0, 1024, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 89, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901025, 5, 0, 0, 0, 1025, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901026, 5, 0, 0, 0, 1026, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901027, 5, 0, 0, 0, 1027, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 90, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901028, 5, 0, 0, 0, 1028, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901030, 5, 0, 0, 0, 1030, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 91, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901032, 5, 0, 0, 0, 1032, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 92, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901035, 5, 0, 0, 0, 1035, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 93, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901037, 5, 0, 0, 0, 1037, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901038, 5, 0, 0, 0, 1038, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901039, 5, 0, 0, 0, 1039, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901040, 5, 0, 0, 0, 1040, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 94, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901041, 5, 0, 0, 0, 1041, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 95, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901044, 5, 0, 0, 0, 1044, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901045, 5, 0, 0, 0, 1045, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 96, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901046, 5, 0, 0, 0, 1046, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901047, 5, 0, 0, 0, 1047, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901048, 5, 0, 0, 0, 1048, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901050, 5, 0, 0, 0, 1050, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 90, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901052, 5, 0, 0, 0, 1052, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 97, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901055, 5, 0, 0, 0, 1055, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901056, 5, 0, 0, 0, 1056, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 98, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901058, 5, 0, 0, 0, 1058, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901059, 5, 0, 0, 0, 1059, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 85, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901060, 5, 0, 0, 0, 1060, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 99, -1, 0, 1483228800, 2524608000); INSERT INTO dress_data (id, condition_type, have_mini, general_purpose, costume_type, chara_id, use_gender, body_shape, body_type, body_type_sub, body_setting, use_race, use_live, use_live_theater, use_home, use_dress_change, is_wet, is_dirt, head_sub_id, use_season, dress_color_main, dress_color_sub, color_num, disp_order, tail_model_id, tail_model_sub_id, start_time, end_time) VALUES (901061, 5, 0, 0, 0, 1061, 0, 0, 230, 90, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'FFFFFF', 'FFFFFF', 0, 100, -1, 0, 1483228800, 2524608000); -- Table: event_motion_data CREATE TABLE 'event_motion_data' ('id' INTEGER NOT NULL, 'command_name' TEXT NOT NULL, 'base_state_name' TEXT NOT NULL, 'pose_blend' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'state_group' INTEGER NOT NULL, 'category' INTEGER NOT NULL, 'start_blend_time' INTEGER NOT NULL, 'end_blend_time' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('command_name')); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (1, 'idle01', 'idle01', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (2, 'idle01_SL', 'idle01_SL', 0, -2, 5, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (3, 'idle02', 'idle02', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (4, 'idle02_SL', 'idle02_SL', 0, -2, 5, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (5, 'act01', 'act01', 0, -2, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (6, 'act02', 'act02', 0, -2, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (7, 'act03', 'act03', 0, -2, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (8, 'mot01', 'mot01', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (9, 'mot02', 'mot02', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (10, 'mot03', 'mot03', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (11, 'mot04', 'mot04', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (12, 'mot05', 'mot05', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (13, 'mot06', 'mot06', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (14, 'mot07', 'mot07', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (15, 'mot08', 'mot08', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (16, 'mot09', 'mot09', 1, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (17, 'advice01', 'advice01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (18, 'advice02', 'advice02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (19, 'advice03', 'advice03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (20, 'advice04', 'advice04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (21, 'akire01', 'akire01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (22, 'akire02', 'akire02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (23, 'akire03', 'akire03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (24, 'akire04', 'akire04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (25, 'akire05', 'akire05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (26, 'akire06', 'akire06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (27, 'angry01', 'angry01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (28, 'angry02', 'angry02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (29, 'angry03', 'angry03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (30, 'angry04', 'angry04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (31, 'angry05', 'angry05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (32, 'angry06', 'angry06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (33, 'angry07', 'angry07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (34, 'angry08', 'angry08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (35, 'appeal01', 'appeal01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (36, 'appeal02', 'appeal02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (37, 'appeal03', 'appeal03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (38, 'banzai01', 'banzai01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (39, 'bit01', 'bit01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (40, 'bow01', 'bow01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (41, 'bow02', 'bow02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (42, 'bow03', 'bow03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (43, 'bow04', 'bow04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (44, 'bow05', 'bow05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (45, 'bow06', 'bow06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (46, 'bow07', 'bow07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (47, 'bow08', 'bow08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (48, 'byebye01', 'byebye01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (49, 'byebye02', 'byebye02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (50, 'byebye03', 'byebye03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (51, 'byebye04', 'byebye04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (52, 'byebye05', 'byebye05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (53, 'byebye06', 'byebye06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (54, 'byebye07', 'byebye07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (55, 'check01', 'check01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (56, 'check02', 'check02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (57, 'check03', 'check03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (58, 'check04', 'check04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (59, 'check05', 'check05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (60, 'check06', 'check06', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (61, 'check07', 'check07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (62, 'check08', 'check08', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (63, 'check09', 'check09', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (64, 'check10', 'check10', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (65, 'check11', 'check11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (66, 'clap01', 'clap01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (67, 'clap02', 'clap02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (68, 'clap03', 'clap03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (69, 'clap04', 'clap04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (70, 'clap05', 'clap05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (71, 'come01', 'come01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (72, 'come02', 'come02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (73, 'come03', 'come03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (74, 'come04', 'come04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (75, 'come05', 'come05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (76, 'count01', 'count01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (77, 'cry01', 'cry01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (78, 'cry02', 'cry02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (79, 'cry03', 'cry03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (80, 'cry04', 'cry04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (81, 'cry05', 'cry05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (82, 'cry06', 'cry06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (83, 'cry07', 'cry07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (84, 'cry08', 'cry08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (85, 'cry09', 'cry09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (86, 'cry10', 'cry10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (87, 'cry11', 'cry11', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (88, 'dance01', 'dance01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (89, 'dance02', 'dance02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (90, 'dance03', 'dance03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (91, 'dance04', 'dance04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (92, 'dance05', 'dance05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (93, 'dance06', 'dance06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (94, 'dance07', 'dance07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (95, 'dance08', 'dance08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (96, 'dance09', 'dance09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (97, 'dance10', 'dance10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (98, 'dance11', 'dance11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (99, 'dance12', 'dance12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (100, 'dance13', 'dance13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (101, 'dance14', 'dance14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (102, 'dance15', 'dance15', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (103, 'dance16', 'dance16', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (104, 'dance17', 'dance17', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (105, 'dance18', 'dance18', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (106, 'dance19', 'dance19', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (107, 'fall01', 'fall01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (108, 'fall02', 'fall02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (109, 'fight01', 'fight01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (110, 'fight02', 'fight02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (111, 'fight03', 'fight03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (112, 'fight04', 'fight04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (113, 'fight05', 'fight05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (114, 'fight06', 'fight06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (115, 'fight07', 'fight07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (116, 'fight08', 'fight08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (117, 'fight09', 'fight09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (118, 'fight10', 'fight10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (119, 'fight11', 'fight11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (120, 'fight12', 'fight12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (121, 'fight13', 'fight13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (122, 'fight14', 'fight14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (123, 'gatts01', 'gatts01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (124, 'gatts02', 'gatts02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (125, 'gatts03', 'gatts03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (126, 'gatts04', 'gatts04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (127, 'gatts05', 'gatts05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (128, 'gatts06', 'gatts06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (129, 'gatts07', 'gatts07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (130, 'getup01', 'getup01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (131, 'goaway01', 'goaway01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (132, 'good01', 'good01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (133, 'good02', 'good02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (134, 'good03', 'good03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (135, 'guard01', 'guard01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (136, 'guard02', 'guard02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (137, 'guard03', 'guard03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (138, 'guard04', 'guard04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (139, 'guard05', 'guard05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (140, 'handsup01', 'handsup01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (141, 'handsup02', 'handsup02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (142, 'handsup03', 'handsup03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (143, 'happy01', 'happy01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (144, 'happy02', 'happy02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (145, 'happy03', 'happy03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (146, 'happy04', 'happy04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (147, 'happy05', 'happy05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (148, 'hello01', 'hello01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (149, 'hello02', 'hello02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (150, 'hello03', 'hello03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (151, 'hello04', 'hello04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (152, 'hello05', 'hello05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (153, 'hello06', 'hello06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (154, 'hope01', 'hope01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (155, 'hope02', 'hope02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (156, 'hope03', 'hope03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (157, 'hope04', 'hope04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (158, 'hope05', 'hope05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (159, 'hope06', 'hope06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (160, 'hope07', 'hope07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (161, 'hope08', 'hope08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (162, 'hope09', 'hope09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (163, 'hope10', 'hope10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (164, 'hot01', 'hot01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (165, 'hot02', 'hot02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (166, 'hot03', 'hot03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (167, 'hungry01', 'hungry01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (168, 'hungry02', 'hungry02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (169, 'hungry03', 'hungry03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (170, 'hurry01', 'hurry01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (171, 'hurry02', 'hurry02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (172, 'hurry03', 'hurry03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (173, 'idea01', 'idea01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (174, 'idea02', 'idea02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (175, 'idea03', 'idea03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (176, 'ikaku01', 'ikaku01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (177, 'ikaku02', 'ikaku02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (178, 'ikaku03', 'ikaku03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (179, 'ikaku04', 'ikaku04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (180, 'janken01', 'janken01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (181, 'janken02', 'janken02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (182, 'janken03', 'janken03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (183, 'janken04', 'janken04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (184, 'joke01', 'joke01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (185, 'joke02', 'joke02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (186, 'joke03', 'joke03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (187, 'joy01', 'joy01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (188, 'joy02', 'joy02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (189, 'joy03', 'joy03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (190, 'joy04', 'joy04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (191, 'joy05', 'joy05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (192, 'joy06', 'joy06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (193, 'joy07', 'joy07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (194, 'joy08', 'joy08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (195, 'kick01', 'kick01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (196, 'kiss01', 'kiss01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (197, 'kiss02', 'kiss02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (198, 'kiss03', 'kiss03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (199, 'koshiate01', 'koshiate01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (200, 'koshiate02', 'koshiate02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (201, 'koshiate03', 'koshiate03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (202, 'koshiate04', 'koshiate04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (203, 'koshiate05', 'koshiate05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (204, 'koshiate06', 'koshiate06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (205, 'koshiate07', 'koshiate07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (206, 'koshiate08', 'koshiate08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (207, 'koshiate09', 'koshiate09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (208, 'koshiate10', 'koshiate10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (209, 'kuchiate01', 'kuchiate01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (210, 'kuchiate02', 'kuchiate02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (211, 'kuchiate03', 'kuchiate03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (212, 'kuchiate04', 'kuchiate04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (213, 'kuchiate05', 'kuchiate05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (214, 'laugh01', 'laugh01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (215, 'laugh02', 'laugh02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (216, 'laugh03', 'laugh03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (217, 'laugh04', 'laugh04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (218, 'laugh05', 'laugh05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (219, 'laugh06', 'laugh06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (220, 'laugh07', 'laugh07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (221, 'laugh08', 'laugh08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (222, 'muneate01', 'muneate01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (223, 'muneate02', 'muneate02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (224, 'muneate03', 'muneate03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (225, 'muneate04', 'muneate04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (226, 'muneate05', 'muneate05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (227, 'muneate06', 'muneate06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (228, 'muneate07', 'muneate07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (229, 'muneate08', 'muneate08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (230, 'muneate09', 'muneate09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (231, 'muneate10', 'muneate10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (232, 'muscle01', 'muscle01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (233, 'muscle02', 'muscle02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (234, 'near01', 'near01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (235, 'near02', 'near02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (236, 'near03', 'near03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (237, 'near04', 'near04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (238, 'near05', 'near05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (239, 'near06', 'near06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (240, 'near07', 'near07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (241, 'near08', 'near08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (242, 'near09', 'near09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (243, 'near10', 'near10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (244, 'neckup01', 'neckup01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (245, 'neckup02', 'neckup02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (246, 'neckup03', 'neckup03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (247, 'ng01', 'ng01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (248, 'ng02', 'ng02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (249, 'ng03', 'ng03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (250, 'ng04', 'ng04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (251, 'ng05', 'ng05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (252, 'ng06', 'ng06', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (253, 'ng07', 'ng07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (254, 'oh01', 'oh01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (255, 'oh02', 'oh02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (256, 'oh03', 'oh03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (257, 'oh04', 'oh04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (258, 'oh05', 'oh05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (259, 'oh06', 'oh06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (260, 'oh07', 'oh07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (261, 'oh08', 'oh08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (262, 'oh09', 'oh09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (263, 'oh10', 'oh10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (264, 'oh11', 'oh11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (265, 'oh12', 'oh12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (266, 'oh13', 'oh13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (267, 'oh14', 'oh14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (268, 'ok01', 'ok01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (269, 'ok02', 'ok02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (270, 'pain01', 'pain01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (271, 'pain02', 'pain02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (272, 'pain03', 'pain03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (273, 'pain04', 'pain04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (274, 'pain05', 'pain05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (275, 'peace01', 'peace01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (276, 'peace02', 'peace02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (277, 'peace03', 'peace03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (278, 'point01', 'point01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (279, 'point02', 'point02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (280, 'point03', 'point03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (281, 'point04', 'point04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (282, 'point05', 'point05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (283, 'point06', 'point06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (284, 'point07', 'point07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (285, 'point08', 'point08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (286, 'point09', 'point09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (287, 'point10', 'point10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (288, 'point11', 'point11', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (289, 'point12', 'point12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (290, 'pose01', 'pose01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (291, 'pose02', 'pose02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (292, 'pose03', 'pose03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (293, 'pose04', 'pose04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (294, 'pose05', 'pose05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (295, 'pose06', 'pose06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (296, 'pose07', 'pose07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (297, 'pose08', 'pose08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (298, 'pose09', 'pose09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (299, 'pose10', 'pose10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (300, 'pose11', 'pose11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (301, 'pose12', 'pose12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (302, 'punch01', 'punch01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (303, 'punch02', 'punch02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (304, 'punch03', 'punch03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (305, 'punch04', 'punch04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (306, 'punch05', 'punch05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (307, 'quiet01', 'quiet01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (308, 'quiet02', 'quiet02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (309, 'quiet03', 'quiet03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (310, 'quiet04', 'quiet04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (311, 'request01', 'request01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (312, 'request02', 'request02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (313, 'sad01', 'sad01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (314, 'sad02', 'sad02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (315, 'salute01', 'salute01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (316, 'salute02', 'salute02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (317, 'see01', 'see01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (318, 'see02', 'see02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (319, 'see03', 'see03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (320, 'see04', 'see04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (321, 'see05', 'see05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (322, 'see06', 'see06', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (323, 'see07', 'see07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (324, 'see08', 'see08', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (325, 'see09', 'see09', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (326, 'see10', 'see10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (327, 'send01', 'send01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (328, 'send02', 'send02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (329, 'send03', 'send03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (330, 'send04', 'send04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (331, 'send05', 'send05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (332, 'send06', 'send06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (333, 'send07', 'send07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (334, 'send08', 'send08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (335, 'set01', 'set01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (336, 'set02', 'set02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (337, 'shake01', 'shake01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (338, 'shake02', 'shake02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (339, 'shake03', 'shake03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (340, 'shake04', 'shake04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (341, 'shake05', 'shake05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (342, 'shake06', 'shake06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (343, 'shock01', 'shock01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (344, 'shock02', 'shock02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (345, 'shock03', 'shock03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (346, 'shock04', 'shock04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (347, 'shock05', 'shock05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (348, 'shock06', 'shock06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (349, 'shock07', 'shock07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (350, 'shock08', 'shock08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (351, 'shy01', 'shy01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (352, 'shy02', 'shy02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (353, 'shy03', 'shy03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (354, 'shy04', 'shy04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (355, 'shy05', 'shy05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (356, 'shy06', 'shy06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (357, 'shy07', 'shy07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (358, 'shy08', 'shy08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (359, 'shy09', 'shy09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (360, 'sleep01', 'sleep01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (361, 'sleep02', 'sleep02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (362, 'sleep03', 'sleep03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (363, 'sleep04', 'sleep04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (364, 'sleep05', 'sleep05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (365, 'smell01', 'smell01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (366, 'sneeze01', 'sneeze01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (367, 'soppo01', 'soppo01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (368, 'soppo02', 'soppo02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (369, 'soppo03', 'soppo03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (370, 'soppo04', 'soppo04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (371, 'soppo05', 'soppo05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (372, 'soppo06', 'soppo06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (373, 'soppo07', 'soppo07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (374, 'soppo08', 'soppo08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (375, 'soppo09', 'soppo09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (376, 'soppo10', 'soppo10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (377, 'soppo11', 'soppo11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (378, 'soppo12', 'soppo12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (379, 'sorry01', 'sorry01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (380, 'sorry02', 'sorry02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (381, 'stop01', 'stop01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (382, 'stretch01', 'stretch01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (383, 'stretch02', 'stretch02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (384, 'stretch03', 'stretch03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (385, 'stretch04', 'stretch04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (386, 'stretch05', 'stretch05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (387, 'stretch06', 'stretch06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (388, 'stretch07', 'stretch07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (389, 'stretch08', 'stretch08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (390, 'stretch09', 'stretch09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (391, 'stretch10', 'stretch10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (392, 'stretch11', 'stretch11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (393, 'stretch12', 'stretch12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (394, 'stretch13', 'stretch13', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (395, 'stretch14', 'stretch14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (396, 'stretch15', 'stretch15', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (397, 'stretch16', 'stretch16', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (398, 'stretch17', 'stretch17', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (399, 'stretch18', 'stretch18', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (400, 'stretch19', 'stretch19', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (401, 'stretch20', 'stretch20', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (402, 'stretch21', 'stretch21', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (403, 'sudachi01', 'sudachi01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (404, 'sudachi02', 'sudachi02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (405, 'sudachi03', 'sudachi03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (406, 'sudachi04', 'sudachi04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (407, 'sudachi05', 'sudachi05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (408, 'surprise01', 'surprise01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (409, 'surprise02', 'surprise02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (410, 'surprise03', 'surprise03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (411, 'surprise04', 'surprise04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (412, 'surprise05', 'surprise05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (413, 'surprise06', 'surprise06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (414, 'surprise07', 'surprise07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (415, 'surprise08', 'surprise08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (416, 'surprise09', 'surprise09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (417, 'surprise10', 'surprise10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (418, 'surprise11', 'surprise11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (419, 'surprise12', 'surprise12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (420, 'swing01', 'swing01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (421, 'swing02', 'swing02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (422, 'swing03', 'swing03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (423, 'tekumi01', 'tekumi01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (424, 'tekumi02', 'tekumi02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (425, 'tekumi03', 'tekumi03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (426, 'tekumi04', 'tekumi04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (427, 'tekumi05', 'tekumi05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (428, 'tekumi06', 'tekumi06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (429, 'think01', 'think01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (430, 'think02', 'think02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (431, 'think03', 'think03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (432, 'think04', 'think04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (433, 'think05', 'think05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (434, 'think06', 'think06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (435, 'think07', 'think07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (436, 'think08', 'think08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (437, 'think09', 'think09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (438, 'think10', 'think10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (439, 'think11', 'think11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (440, 'tired01', 'tired01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (441, 'tired02', 'tired02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (442, 'tired03', 'tired03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (443, 'tired04', 'tired04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (444, 'tired05', 'tired05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (445, 'tired06', 'tired06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (446, 'turn01', 'turn01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (447, 'turn02', 'turn02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (448, 'turn03', 'turn03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (449, 'turn04', 'turn04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (450, 'turn05', 'turn05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (451, 'turn06', 'turn06', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (452, 'turn07', 'turn07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (453, 'udekumi01', 'udekumi01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (454, 'udekumi02', 'udekumi02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (455, 'udekumi03', 'udekumi03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (456, 'udekumi04', 'udekumi04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (457, 'udekumi05', 'udekumi05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (458, 'udekumi06', 'udekumi06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (459, 'udekumi07', 'udekumi07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (460, 'yell01', 'yell01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (461, 'yell02', 'yell02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (462, 'yell03', 'yell03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (463, 'jumpin01', 'jumpin01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (464, 'runin01', 'runin01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (465, 'runin02', 'runin02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (466, 'runin03', 'runin03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (467, 'runin04', 'runin04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (468, 'runin05', 'runin05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (469, 'runin06', 'runin06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (470, 'runin07', 'runin07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (471, 'runout01', 'runout01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (472, 'runout02', 'runout02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (473, 'runout03', 'runout03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (474, 'runout04', 'runout04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (475, 'runout05', 'runout05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (476, 'runout06', 'runout06', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (477, 'runout07', 'runout07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (478, 'runout08', 'runout08', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (479, 'skipin01', 'skipin01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (480, 'skip01', 'skip01', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (481, 'topin01', 'topin01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (482, 'walk01', 'walk01', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (483, 'walkin01', 'walkin01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (484, 'walkin02', 'walkin02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (485, 'walkin03', 'walkin03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (486, 'walkin04', 'walkin04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (487, 'walkin05', 'walkin05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (488, 'walkin06', 'walkin06', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (489, 'walkout01', 'walkout01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (490, 'walkout02', 'walkout02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (491, 'walkout03', 'walkout03', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (492, 'walkout04', 'walkout04', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (493, 'walkout05', 'walkout05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (494, 'walkout06', 'walkout06', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (495, 'walkout07', 'walkout07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (496, 'walkunique01', 'walkunique01', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (497, 'walkunique02', 'walkunique02', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (499, 'crouch01', 'crouch01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (500, 'walk02', 'walk02', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (501, 'walk03', 'walk03', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (502, 'run01', 'run01', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (503, 'run02', 'run02', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (504, 'run03', 'run03', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (505, 'run04', 'run04', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (506, 'run05', 'run05', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (507, 'run06', 'run06', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (508, 'run07', 'run07', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (509, 'run08', 'run08', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (510, 'book01', 'book01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (511, 'book02', 'book02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (512, 'book03', 'book03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (513, 'book04', 'book04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (514, 'drink01', 'drink01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (515, 'drinklong01', 'drinklong01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (516, 'drink02', 'drink02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (517, 'drinklong02', 'drinklong02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (518, 'drink03', 'drink03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (519, 'drinklong03', 'drinklong03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (520, 'phoneend01', 'phoneend01', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (521, 'phonelook01', 'phonelook01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (522, 'phoneplay01', 'phoneplay01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (523, 'phoneselfie01', 'phoneselfie01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (524, 'phonetalk01', 'phonetalk01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (525, 'phonestart01', 'phonestart01', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (526, 'phoneend02', 'phoneend02', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (527, 'phonelook02', 'phonelook02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (528, 'phoneplay02', 'phoneplay02', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (529, 'phoneselfie02', 'phoneselfie02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (530, 'phonetalk02', 'phonetalk02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (531, 'phonestart02', 'phonestart02', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (532, 'phoneend03', 'phoneend03', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (533, 'phonelook03', 'phonelook03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (534, 'phoneplay03', 'phoneplay03', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (535, 'phonetalk03', 'phonetalk03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (536, 'phonestart03', 'phonestart03', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (537, 'phonelook04', 'phonelook04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (538, 'phonelook05', 'phonelook05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (544, 'present01', 'present01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (545, 'present02', 'present02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (546, 'turnL', 'turnL', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (547, 'turnR', 'turnR', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (548, 'walkback01', 'walkback01', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (549, 'walkside01', 'walkside01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (550, 'hit01', 'hit01', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (551, 'hit02', 'hit02', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (552, 'diarylook01', 'diarylook01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (553, 'diaryslide01', 'diaryslide01', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (554, 'letterlook01', 'letterlook01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (555, 'eartouch01', 'eartouch01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (556, 'eartouch02', 'eartouch02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (557, 'speech01', 'speech01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (558, 'speech02', 'speech02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (559, 'speech03', 'speech03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (560, 'speech04', 'speech04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (561, 'brush01', 'brush01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (562, 'brush02', 'brush02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (563, 'brush03', 'brush03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (565, 'talk01', 'talk01', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (566, 'talk02', 'talk02', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (567, 'talk03', 'talk03', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (568, 'talk04', 'talk04', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (569, 'talk05', 'talk05', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (570, 'talk06', 'talk06', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (571, 'hightouch01', 'hightouch01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (572, 'hightouch02', 'hightouch02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (573, 'hightouch03', 'hightouch03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (574, 'hightouch04', 'hightouch04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (575, 'hightouch05', 'hightouch05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (576, 'hightouch06', 'hightouch06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (577, 'race_standby01', 'start_loop_L', 0, -2, 4, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (578, 'race_set01', 'start_set_L', 0, -2, 4, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (579, 'race_go01', 'start_go_L', 0, -2, 0, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (580, 'race_run02', 'run02_base', 0, -2, 4, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (581, 'race_sweat02', 'run02_sweat_base', 0, -2, 0, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (582, 'race_run03', 'run03_base', 0, -2, 4, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (583, 'race_sweat03', 'run03_sweat_base', 0, -2, 0, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (584, 'race_run05', 'run05_base', 0, -2, 4, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (585, 'race_overrun01', 'overRun01_loop_L', 0, -2, 4, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (586, 'race_winner01', 'overRun02_start_L', 0, -2, 0, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (587, 'race_winner02', 'overRun02_loop_L', 0, -2, 4, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (588, 'race_lose01', 'overRun03_start_L', 0, -2, 0, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (589, 'race_lose02', 'overRun03_loop_L', 0, -2, 4, 1, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (590, 'stomp01', 'stomp01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (591, 'take01', 'take01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (593, 'lookback01', 'lookback01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (594, 'lookback02', 'lookback02', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (595, 'eat01', 'eat01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (596, 'byebye08', 'byebye08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (597, 'byebye09', 'byebye09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (598, 'byebye10', 'byebye10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (599, 'byebye11', 'byebye11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (600, 'byebye12', 'byebye12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (601, 'byebye13', 'byebye13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (602, 'pdk01', 'pdk01', 0, -2, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (603, 'chair01_L', 'chair01_L', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (604, 'chair01_S', 'chair01_S', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (605, 'chair01_L_look01', 'chair01_L_look01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (606, 'chair01_S_look01', 'chair01_S_look01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (607, 'homewalk01', 'homewalk01', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (608, 'homewalk01_D', 'homewalk01_D', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (609, 'homewalk01_U', 'homewalk01_U', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (610, 'homewalk02', 'homewalk02', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (611, 'homewalk02_D', 'homewalk02_D', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (612, 'homewalk02_U', 'homewalk02_U', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (613, 'homewalk03', 'homewalk03', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (614, 'homewalk03_D', 'homewalk03_D', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (615, 'homewalk03_U', 'homewalk03_U', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (616, 'homewalk04', 'homewalk04', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (617, 'homewalk04_D', 'homewalk04_D', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (618, 'homewalk04_U', 'homewalk04_U', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (619, 'homewalk05', 'homewalk05', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (620, 'homewalk05_D', 'homewalk05_D', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (621, 'homewalk05_U', 'homewalk05_U', 0, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (622, 'present03', 'present03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (623, 'present04', 'present04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (627, 'homestand01', 'homestand01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (628, 'homestand01_turn50_L', 'homestand01_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (629, 'homestand01_turn50_R', 'homestand01_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (630, 'homestand01_turn135_L', 'homestand01_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (631, 'homestand01_turn135_R', 'homestand01_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (632, 'homestand02', 'homestand02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (633, 'homestand02_turn50_L', 'homestand02_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (634, 'homestand02_turn50_R', 'homestand02_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (635, 'homestand02_turn135_L', 'homestand02_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (636, 'homestand02_turn135_R', 'homestand02_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (637, 'homestand03', 'homestand03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (638, 'homestand03_turn50_L', 'homestand03_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (639, 'homestand03_turn50_R', 'homestand03_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (640, 'homestand03_turn135_L', 'homestand03_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (641, 'homestand03_turn135_R', 'homestand03_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (642, 'homestand04', 'homestand04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (643, 'homestand04_turn50_L', 'homestand04_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (644, 'homestand04_turn50_R', 'homestand04_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (645, 'homestand04_turn135_L', 'homestand04_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (646, 'homestand04_turn135_R', 'homestand04_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (647, 'homestand05', 'homestand05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (648, 'homestand05_turn50_L', 'homestand05_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (649, 'homestand05_turn50_R', 'homestand05_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (650, 'homestand05_turn135_L', 'homestand05_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (651, 'homestand05_turn135_R', 'homestand05_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (652, 'homestand06', 'homestand06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (653, 'homestand06_turn50_L', 'homestand06_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (654, 'homestand06_turn50_R', 'homestand06_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (655, 'homestand06_turn135_L', 'homestand06_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (656, 'homestand06_turn135_R', 'homestand06_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (657, 'homestand07', 'homestand07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (658, 'homestand07_turn50_L', 'homestand07_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (659, 'homestand07_turn50_R', 'homestand07_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (660, 'homestand07_turn135_L', 'homestand07_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (661, 'homestand07_turn135_R', 'homestand07_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (662, 'homestand08', 'homestand08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (663, 'homestand08_turn50_L', 'homestand08_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (664, 'homestand08_turn50_R', 'homestand08_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (665, 'homestand08_turn135_L', 'homestand08_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (666, 'homestand08_turn135_R', 'homestand08_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (667, 'homestand09', 'homestand09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (668, 'homestand09_turn50_L', 'homestand09_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (669, 'homestand09_turn50_R', 'homestand09_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (670, 'homestand09_turn135_L', 'homestand09_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (671, 'homestand09_turn135_R', 'homestand09_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (672, 'homestand10', 'homestand10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (673, 'homestand10_turn50_L', 'homestand10_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (674, 'homestand10_turn50_R', 'homestand10_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (675, 'homestand10_turn135_L', 'homestand10_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (676, 'homestand10_turn135_R', 'homestand10_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (677, 'homestand11', 'homestand11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (678, 'homestand11_turn50_L', 'homestand11_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (679, 'homestand11_turn50_R', 'homestand11_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (680, 'homestand11_turn135_L', 'homestand11_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (681, 'homestand11_turn135_R', 'homestand11_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (682, 'homestand12', 'homestand12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (683, 'homestand12_turn50_L', 'homestand12_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (684, 'homestand12_turn50_R', 'homestand12_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (685, 'homestand12_turn135_L', 'homestand12_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (686, 'homestand12_turn135_R', 'homestand12_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (687, 'homestand13', 'homestand13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (688, 'homestand13_turn50_L', 'homestand13_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (689, 'homestand13_turn50_R', 'homestand13_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (690, 'homestand13_turn135_L', 'homestand13_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (691, 'homestand13_turn135_R', 'homestand13_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (692, 'homestand14', 'homestand14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (693, 'homestand14_turn50_L', 'homestand14_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (694, 'homestand14_turn50_R', 'homestand14_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (695, 'homestand14_turn135_L', 'homestand14_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (696, 'homestand14_turn135_R', 'homestand14_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (697, 'homestand15', 'homestand15', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (698, 'homestand15_turn50_L', 'homestand15_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (699, 'homestand15_turn50_R', 'homestand15_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (700, 'homestand15_turn135_L', 'homestand15_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (701, 'homestand15_turn135_R', 'homestand15_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (702, 'homestand16', 'homestand16', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (703, 'homestand16_turn50_L', 'homestand16_turn50_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (704, 'homestand16_turn50_R', 'homestand16_turn50_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (705, 'homestand16_turn135_L', 'homestand16_turn135_L', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (706, 'homestand16_turn135_R', 'homestand16_turn135_R', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (707, 'chair01_S_drink01', 'chair01_S_drink01', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (708, 'chair01_L_drink01', 'chair01_L_drink01', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (709, 'table_L_laptop01', 'table_L_laptop01', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (710, 'table_S_laptop01', 'table_S_laptop01', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (711, 'table_L_study01', 'table_L_study01', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (712, 'table_S_study01', 'table_S_study01', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (713, 'table_L_study02', 'table_L_study02', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (714, 'table_S_study02', 'table_S_study02', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (715, 'table_L_eat01', 'table_L_eat01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (716, 'table_S_eat01', 'table_S_eat01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (717, 'eat02', 'eat02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (718, 'sorry03', 'sorry03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (719, 'pain06', 'pain06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (720, 'pain07', 'pain07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (721, 'think12', 'think12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (722, 'sudachi06', 'sudachi06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (723, 'eatbase01', 'eatbase01', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (724, 'eatbase01_act01', 'eatbase01_act01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (725, 'eatbase01_mot01', 'eatbase01_mot01', 0, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (726, 'nen01', 'nen01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (727, 'hug01', 'hug01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (728, 'watchbase01', 'watchbase01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (729, 'watchbase02', 'watchbase02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (730, 'watchlook01', 'watchlook01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (731, 'watchstart01', 'watchstart01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (732, 'watchstop01', 'watchstop01', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (733, 'bag01', 'bag01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (734, 'bag02', 'bag02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (735, 'bag03', 'bag03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (736, 'bag04', 'bag04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (737, 'bag05', 'bag05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (738, 'drink04', 'drink04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (739, 'drink05', 'drink05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (740, 'drink06', 'drink06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (741, 'drink07', 'drink07', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (742, 'drink08', 'drink08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (743, 'drink09', 'drink09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (747, 'eat04', 'eat04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (748, 'eat05', 'eat05', 0, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (749, 'eat06', 'eat06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (750, 'eat07', 'eat07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (751, 'newspaper01', 'newspaper01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (752, 'doll01', 'doll01', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (753, 'doll02', 'doll02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (754, 'doll03', 'doll03', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (755, 'doll04', 'doll04', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (756, 'phonepicture01', 'phonepicture01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (757, 'phonepicture02', 'phonepicture02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (758, 'push01', 'push01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (759, 'push02', 'push02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (760, 'push03', 'push03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (761, 'stretch22', 'stretch22', 1, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (762, 'stretch23', 'stretch23', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (763, 'diarylook02', 'diarylook02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (765, 'diarylook04', 'diarylook04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (766, 'diarywrite01', 'diarywrite01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (767, 'diarywrite02', 'diarywrite02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (768, 'magic01', 'magic01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (769, 'magic02', 'magic02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (770, 'step01', 'step01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (771, 'phoneshow01', 'phoneshow01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (775, 'sing04', 'sing04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (776, 'sing05', 'sing05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (778, 'main_promise01', 'main_promise01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (779, 'main_promise02', 'main_promise02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (780, 'card01', 'card01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (781, 'flower01', 'flower01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (782, 'think13', 'think13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (783, 'point13', 'point13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (784, 'getup02', 'getup02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (785, 'see11', 'see11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (786, 'cheer01', 'cheer01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (787, 'cheer02', 'cheer02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (788, 'cheer03', 'cheer03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (789, 'cheer04', 'cheer04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (790, 'cheer05', 'cheer05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (791, 'cheer06', 'cheer06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (792, 'magic03', 'magic03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (793, 'cheer07', 'cheer07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (794, 'see12', 'see12', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (795, 'magic04', 'magic04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (796, 'quiz01', 'quiz01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (797, 'quiz02', 'quiz02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (798, 'quiz03', 'quiz03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (799, 'see13', 'see13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (800, 'see14', 'see14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (801, 'ng08', 'ng08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (802, 'hold01', 'hold01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (803, 'fall03', 'fall03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (804, 'pose13', 'pose13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (805, 'drinkmugA01', 'drinkmugA01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (806, 'drinkmugA02', 'drinkmugA02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (807, 'drinkmugA03', 'drinkmugA03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (808, 'drinkmugA04', 'drinkmugA04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (809, 'drinkmugB01', 'drinkmugB01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (810, 'drinkmugB02', 'drinkmugB02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (811, 'drinkmugB03', 'drinkmugB03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (812, 'drinkmugB04', 'drinkmugB04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (813, 'pose14', 'pose14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (814, 'pose15', 'pose15', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (815, 'pose16', 'pose16', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (816, 'sad03', 'sad03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (817, 'runback01', 'runback01', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (818, 'surprise13', 'surprise13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (819, 'peace04', 'peace04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (820, 'sitdown01', 'sitdown01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (821, 'massage01', 'massage01', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (822, 'joke04', 'joke04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (823, 'stretch24', 'stretch24', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (824, 'angry09', 'angry09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (825, 'angry10', 'angry10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (826, 'angry11', 'angry11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (827, 'sorry04', 'sorry04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (828, 'eat14', 'eat14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (829, 'paper02', 'paper02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (830, 'surprise14', 'surprise14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (831, 'letterlook02', 'letterlook02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (832, 'binder01_01', 'binder01_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (833, 'binder01_02', 'binder01_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (834, 'binder01_03', 'binder01_03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (835, 'binder01_04', 'binder01_04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (836, 'tablet01', 'tablet01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (837, 'tablet02', 'tablet02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (838, 'tablet03', 'tablet03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (839, 'tablet04', 'tablet04', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (840, 'eat16_01', 'eat16_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (841, 'eat16_02', 'eat16_02', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (842, 'eat17_01_home', 'eat17_01_home', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (843, 'eat17_02_home', 'eat17_02_home', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (844, 'tired07', 'tired07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (845, 'eat15', 'eat15', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (846, 'stop02', 'stop02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (847, 'doll05_01', 'doll05_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (848, 'doll05_02', 'doll05_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (849, 'doll05_03', 'doll05_03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (850, 'doll05_04', 'doll05_04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (851, 'doll05_05', 'doll05_05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (852, 'cook01_01', 'cook01_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (853, 'cook01_02', 'cook01_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (854, 'nail01', 'nail01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (857, 'cry14', 'cry14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (858, 'typewrite01', 'typewrite01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (859, 'typewrite02', 'typewrite02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (860, 'typewrite03', 'typewrite03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (861, 'paper01', 'paper01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (862, 'cook02_01', 'cook02_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (863, 'cook02_02', 'cook02_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (864, 'cook03_01', 'cook03_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (865, 'eat08_01', 'eat08_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (866, 'eat08_02', 'eat08_02', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (867, 'eat08_03', 'eat08_03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (868, 'eat09_01', 'eat09_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (869, 'eat10_01', 'eat10_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (870, 'eat10_02', 'eat10_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (871, 'eat10_03', 'eat10_03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (872, 'eat10_04', 'eat10_04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (873, 'clap06', 'clap06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (874, 'clap07', 'clap07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (875, 'cheer08', 'cheer08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (876, 'cheer09', 'cheer09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (877, 'cheer10', 'cheer10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (878, 'hello07', 'hello07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (879, 'pose17', 'pose17', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (880, 'hello08', 'hello08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (881, 'eartouch03', 'eartouch03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (882, 'hungry04', 'hungry04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (883, 'take03_01', 'take03_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (884, 'take03_02', 'take03_02', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (885, 'schoolbag01_01', 'schoolbag01_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (886, 'schoolbag01_02', 'schoolbag01_02', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (887, 'quiet05', 'quiet05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (888, 'laugh09', 'laugh09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (889, 'near11', 'near11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (890, 'fight15', 'fight15', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (891, 'joy09', 'joy09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (892, 'joy10', 'joy10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (893, 'point14', 'point14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (894, 'punch06', 'punch06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (895, 'sitdown02', 'sitdown02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (896, 'fish01', 'fish01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (897, 'fish02_01', 'fish02_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (898, 'fish02_02', 'fish02_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (899, 'umbrella01', 'umbrella01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (900, 'umbrella02', 'umbrella02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (901, 'umbrella03', 'umbrella03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (902, 'umbrella04', 'umbrella04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (903, 'doll06_01', 'doll06_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (904, 'doll06_02', 'doll06_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (905, 'doll06_03', 'doll06_03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (906, 'kuchiate06', 'kuchiate06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (907, 'runin08', 'runin08', 1, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (908, 'runin09', 'runin09', 1, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (909, 'point15', 'point15', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (910, 'tired08', 'tired08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (913, 'bow09', 'bow09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (914, 'hello09', 'hello09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (915, 'drinkhoneyA01', 'drinkhoneyA01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (916, 'drinkhoneyA02', 'drinkhoneyA02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (917, 'drinkhoneyA03', 'drinkhoneyA03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (918, 'drinkhoneyB01', 'drinkhoneyB01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (919, 'drinkhoneyB02', 'drinkhoneyB02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (920, 'drinkhoneyB03', 'drinkhoneyB03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (921, 'see15', 'see15', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (922, 'opera01', 'opera01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (923, 'muneate11', 'muneate11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (924, 'talk07_01', 'talk07_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (925, 'talk07_02', 'talk07_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (926, 'maintenance01', 'maintenance01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (927, 'maintenance02', 'maintenance02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (928, 'maintenance03', 'maintenance03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (929, 'lip01', 'lip01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (930, 'bow10', 'bow10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (931, 'bow11', 'bow11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (932, 'bow12', 'bow12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (933, 'opera02', 'opera02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (934, 'opera03', 'opera03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (935, 'snap01', 'snap01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (936, 'akire07', 'akire07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (937, 'walkhello01', 'walkhello01', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (938, 'walkhello02', 'walkhello02', 1, 0, 4, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (939, 'flower02', 'flower02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (940, 'supporter01', 'supporter01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (941, 'supporter02', 'supporter02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (942, 'supporter03', 'supporter03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (943, 'supporter04', 'supporter04', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (944, 'supporter05', 'supporter05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (945, 'supporter06', 'supporter06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (946, 'supporter07', 'supporter07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (947, 'banzai02', 'banzai02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (948, 'bag06_01', 'bag06_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (949, 'tekagami01', 'tekagami01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (950, 'tekagami02', 'tekagami02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (951, 'tekagami03', 'tekagami03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (952, 'table_study03_01', 'table_study03_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (953, 'table_study03_02', 'table_study03_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (954, 'pair_dance01', 'pair_dance01', 0, 0, 2, 2, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (955, 'pair_dance02', 'pair_dance02', 0, 0, 2, 2, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (956, 'pair_near01', 'pair_near01', 0, 0, 2, 2, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (957, 'pair_picture01', 'pair_picture01', 0, 0, 2, 2, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (958, 'point16', 'point16', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (959, 'budo01', 'budo01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (960, 'budo02', 'budo02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (961, 'budo03', 'budo03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (962, 'gun01_01', 'gun01_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (963, 'gun01_02', 'gun01_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (964, 'runaway01', 'runaway01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (965, 'take02', 'take02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (966, 'send09', 'send09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (967, 'laugh10', 'laugh10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (968, 'laugh11', 'laugh11', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (969, 'golf01_01', 'golf01_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (970, 'golf01_02', 'golf01_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (971, 'joke06', 'joke06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (972, 'shock09', 'shock09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (973, 'shock10', 'shock10', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (974, 'point17', 'point17', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (975, 'joke07', 'joke07', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (976, 'sitdown03', 'sitdown03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (977, 'key01_01', 'key01_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (978, 'clock01_01', 'clock01_01', 1, 0, 0, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (979, 'clock01_02', 'clock01_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (980, 'clock01_03', 'clock01_03', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (981, 'stretch25', 'stretch25', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (982, 'kabuki01', 'kabuki01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (983, 'see16', 'see16', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (984, 'stomp02', 'stomp02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (985, 'magic05', 'magic05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (986, 'magic06', 'magic06', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (987, 'angry12', 'angry12', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (988, 'angry13', 'angry13', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (989, 'gatts08', 'gatts08', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (990, 'gatts09', 'gatts09', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (991, 'drinkcupA01', 'drinkcupA01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (992, 'drinkcupA02', 'drinkcupA02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (993, 'ikaku05', 'ikaku05', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (994, 'phonehello01', 'phonehello01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (995, 'phonegood01', 'phonegood01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (996, 'stone01_01', 'stone01_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (997, 'map01_01', 'map01_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (998, 'map01_02', 'map01_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (1002, 'book05_01', 'book05_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (1003, 'book05_02', 'book05_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (1004, 'typewrite04_01', 'typewrite04_01', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (1005, 'typewrite04_02', 'typewrite04_02', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (1006, 'angry14', 'angry14', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (1007, 'stretch26', 'stretch26', 1, 0, 2, 0, 2300, 1600); INSERT INTO event_motion_data (id, command_name, base_state_name, pose_blend, type, state_group, category, start_blend_time, end_blend_time) VALUES (1012, 'magic04_01', 'magic04_01', 1, 0, 2, 0, 2300, 1600); -- Table: event_motion_plus_data CREATE TABLE 'event_motion_plus_data' ('id' INTEGER NOT NULL, 'command_name' TEXT NOT NULL, 'base_state_name' TEXT NOT NULL, 'layer_index' INTEGER NOT NULL, 'tail_motion_type' INTEGER NOT NULL, 'start_blend_time' INTEGER NOT NULL, 'end_blend_time' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (1, 'foot_hirakiN01', 'foot_hirakiN01_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (2, 'foot_hirakiN01_mirror', 'foot_hirakiN01_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (3, 'foot_hirakiS01', 'foot_hirakiS01_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (4, 'foot_hirakiS01_mirror', 'foot_hirakiS01_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (5, 'foot_hirakiX01', 'foot_hirakiX01_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (6, 'foot_hirakiX01_mirror', 'foot_hirakiX01_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (7, 'foot_sonobaN01', 'foot_sonobaN01_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (8, 'foot_sonobaN01_mirror', 'foot_sonobaN01_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (9, 'foot_toziN01', 'foot_toziN01_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (10, 'foot_toziN01_mirror', 'foot_toziN01_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (11, 'foot_toziS01', 'foot_toziS01_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (12, 'foot_toziS01_mirror', 'foot_toziS01_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (13, 'foot_toziX01', 'foot_toziX01_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (14, 'foot_toziX01_mirror', 'foot_toziX01_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (15, 'turn', 'turn_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (16, 'turn_mirror', 'turn_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (17, 'downA', 'downA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (18, 'downAE', 'downAE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (19, 'downB', 'downB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (20, 'downBE', 'downBE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (21, 'downleftA', 'downrightA_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (22, 'downleftAE', 'downrightAE_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (23, 'downleftB', 'downrightB_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (24, 'downleftBE', 'downrightBE_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (25, 'downrightA', 'downrightA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (26, 'downrightAE', 'downrightAE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (27, 'downrightB', 'downrightB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (28, 'downrightBE', 'downrightBE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (29, 'down_lookL', 'down_lookR_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (30, 'down_lookLE', 'down_lookRE_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (31, 'down_lookR', 'down_lookR_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (32, 'down_lookRE', 'down_lookRE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (33, 'down_neckA', 'down_neckA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (34, 'down_neckA_mirror', 'down_neckA_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (35, 'leftA', 'rightA_plus_mirror', 2, 0, 5000, 3000); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (36, 'leftAE', 'rightAE_plus_mirror', 2, 0, 5000, 3000); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (37, 'leftB', 'rightB_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (38, 'leftBE', 'rightBE_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (39, 'questionL', 'questionR_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (40, 'questionLE', 'questionRE_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (41, 'questionR', 'questionR_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (42, 'questionRE', 'questionRE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (43, 'rightA', 'rightA_plus', 2, 0, 5000, 3000); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (44, 'rightAE', 'rightAE_plus', 2, 0, 5000, 3000); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (45, 'rightB', 'rightB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (46, 'rightBE', 'rightBE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (47, 'upA', 'upA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (48, 'upAE', 'upAE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (49, 'upB', 'upB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (50, 'upBE', 'upBE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (51, 'upleftA', 'uprightA_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (52, 'upleftAE', 'uprightAE_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (53, 'upleftB', 'uprightB_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (54, 'upleftBE', 'uprightBE_plus_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (55, 'uprightA', 'uprightA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (56, 'uprightAE', 'uprightAE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (57, 'uprightB', 'uprightB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (58, 'uprightBE', 'uprightBE_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (59, 'up_neckA', 'up_neckA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (60, 'up_neckB', 'up_neckB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (61, 'yesA', 'yesA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (62, 'yesB', 'yesB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (63, 'yesC', 'yesC_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (64, 'noA', 'noA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (65, 'noB', 'noB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (66, 'laugh_s', 'laugh_s_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (67, 'surprise_s', 'surprise_s_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (68, 'talkA', 'talkA_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (69, 'talkB', 'talkB_plus', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (70, 'plusend', 'plusend', 2, 0, 2500, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (71, 'shotS01', 'shotS01_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (72, 'shotS01_mirror', 'shotS01_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (73, 'shotS02', 'shotS02_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (74, 'shotS02_mirror', 'shotS02_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (75, 'shotS03', 'shotS03_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (76, 'shotS03_mirror', 'shotS03_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (77, 'loopL01', 'loopL01_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (78, 'loopL01_mirror', 'loopL01_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (79, 'loopL02', 'loopL02_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (80, 'loopL02_mirror', 'loopL02_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (81, 'loopL03', 'loopL03_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (82, 'loopL03_mirror', 'loopL03_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (83, 'loopL04', 'loopL04_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (84, 'loopL04_mirror', 'loopL04_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (85, 'loopS01', 'loopS01_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (86, 'loopS01_mirror', 'loopS01_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (87, 'shotL01', 'shotL01_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (88, 'shotL01_mirror', 'shotL01_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (89, 'shotL02', 'shotL02_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (90, 'shotL02_mirror', 'shotL02_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (91, 'shotL03', 'shotL03_tail', 3, 1, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (92, 'shotL03_mirror', 'shotL03_tail_mirror', 3, 1, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (93, 'tome01', 'tome01_tail', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (94, 'tome01_mirror', 'tome01_tail_mirror', 3, 0, 0, 0); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (95, 'downA_IK', 'downA_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (96, 'downAE_IK', 'downAE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (97, 'downB_IK', 'downB_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (98, 'downBE_IK', 'downBE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (99, 'downrightA_IK', 'downrightA_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (100, 'downrightAE_IK', 'downrightAE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (101, 'downrightB_IK', 'downrightB_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (102, 'downrightBE_IK', 'downrightBE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (103, 'downleftA_IK', 'downrightA_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (104, 'downleftAE_IK', 'downrightAE_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (105, 'downleftB_IK', 'downrightB_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (106, 'downleftBE_IK', 'downrightBE_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (107, 'laugh_IK', 'laugh_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (108, 'noA_IK', 'noA_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (110, 'questionR_IK', 'questionR_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (111, 'questionRE_IK', 'questionRE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (112, 'questionL_IK', 'questionR_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (113, 'questionLE_IK', 'questionRE_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (114, 'rightA_IK', 'rightA_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (115, 'rightAE_IK', 'rightAE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (116, 'rightB_IK', 'rightB_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (117, 'rightBE_IK', 'rightBE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (118, 'leftA_IK', 'rightA_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (119, 'leftAE_IK', 'rightAE_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (120, 'leftB_IK', 'rightB_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (121, 'leftBE_IK', 'rightBE_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (122, 'surprise_s_IK', 'surprise_s_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (123, 'talkA_IK', 'talkA_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (124, 'talkB_IK', 'talkB_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (125, 'upA_IK', 'upA_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (126, 'upAE_IK', 'upAE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (127, 'upB_IK', 'upB_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (128, 'upBE_IK', 'upBE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (129, 'uprightA_IK', 'uprightA_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (130, 'uprightAE_IK', 'uprightAE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (131, 'uprightB_IK', 'uprightB_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (132, 'uprightBE_IK', 'uprightBE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (133, 'upleftA_IK', 'uprightA_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (134, 'upleftAE_IK', 'uprightAE_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (135, 'upleftB_IK', 'uprightB_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (136, 'upleftBE_IK', 'uprightBE_IK_add_mirror', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (137, 'yesA_IK', 'yesA_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (138, 'yesB_IK', 'yesB_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (140, 'HipBack_IK', 'HipBack_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (141, 'HipBackE_IK', 'HipBackE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (142, 'HipDown_IK', 'HipDown_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (143, 'HipDownE_IK', 'HipDownE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (144, 'HipFront_IK', 'HipFront_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (145, 'HipFrontE_IK', 'HipFrontE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (146, 'HipLeft_IK', 'HipLeft_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (147, 'HipLeftE_IK', 'HipLeftE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (148, 'HipRight_IK', 'HipRight_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (149, 'HipRightE_IK', 'HipRightE_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (150, 'HipUp_IK', 'HipUp_IK_add', 2, 0, 2300, 1600); INSERT INTO event_motion_plus_data (id, command_name, base_state_name, layer_index, tail_motion_type, start_blend_time, end_blend_time) VALUES (151, 'HipUpE_IK', 'HipUpE_IK_add', 2, 0, 2300, 1600); -- Table: face_type_data CREATE TABLE 'face_type_data' ('label' TEXT NOT NULL, 'eyebrow_l' TEXT NOT NULL, 'eyebrow_r' TEXT NOT NULL, 'eye_l' TEXT NOT NULL, 'eye_r' TEXT NOT NULL, 'mouth' TEXT NOT NULL, 'mouth_shape_type' INTEGER NOT NULL, 'inverce_face_type' TEXT NOT NULL, 'set_face_group' INTEGER NOT NULL, PRIMARY KEY('label')); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('Base', 'Base', 'Base', 'Base', 'Base', 'Base', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('WinkL', 'WaraiB', 'Base', 'WaraiA', 'Base', 'WaraiA', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('WinkR', 'Base', 'WaraiB', 'Base', 'WaraiA', 'WaraiA', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyeHalfA', 'Base', 'Base', 'HalfA', 'HalfA', 'Base', 1, 'FutuB', 1); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyeHalfB', 'Base', 'Base', 'HalfB', 'HalfB', 'Base', 1, 'FutuB', 1); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyeHalfC', 'Base', 'Base', 'HalfC', 'HalfC', 'Base', 1, 'FutuB', 1); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyeClose', 'Base', 'Base', 'CloseA', 'CloseA', 'Base', 1, 'FutuB', 1); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('WaraiA', 'WaraiA', 'WaraiA', 'Base', 'Base', 'WaraiA', 1, 'WaraiB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('WaraiB', 'WaraiA', 'WaraiA', 'Base', 'Base', 'Base__010|WaraiC__090', 2, 'WaraiA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('WaraiC', 'WaraiB', 'WaraiB', 'WaraiA', 'WaraiA', 'WaraiA', 1, 'WaraiD', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('WaraiD', 'WaraiB', 'WaraiB', 'WaraiA', 'WaraiA', 'WaraiB', 2, 'WaraiC', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('WaraiE', 'WaraiD', 'WaraiD', 'WaraiA', 'WaraiA', 'WaraiE', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('IkariA', 'Base__010|IkariA__090', 'Base__010|IkariA__090', 'Base__010|IkariA__090', 'Base__010|IkariA__090', 'Base__030|IkariA__070', 1, 'IkariB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('IkariB', 'Base__010|IkariA__090', 'Base__010|IkariA__090', 'Base__010|IkariA__090', 'Base__010|IkariA__090', 'Base__040|TalkA_O_S__060', 2, 'IkariA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('IkariC', 'IkariA', 'IkariA', 'IkariA', 'IkariA', 'IkariA', 1, 'IkariD', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('IkariD', 'IkariA', 'IkariA', 'IkariA', 'IkariA', 'IkariB', 2, 'IkariC', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KanasiA', 'Base__015|KanasiA__085', 'Base__015|KanasiA__085', 'Base', 'Base', 'Base__015|IkariA__085', 1, 'KanasiB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KanasiB', 'Base__015|KanasiA__085', 'Base__015|KanasiA__085', 'Base', 'Base', 'Base__040|TalkA_O_S__060', 2, 'KanasiA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KanasiC', 'KanasiA', 'KanasiA', 'WaraiC', 'WaraiC', 'KanasiA', 1, 'KanasiD', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KanasiD', 'KanasiA', 'KanasiA', 'WaraiC', 'WaraiC', 'Base__040|TalkA_O_S__060', 2, 'KanasiC', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('DoyaA', 'DoyaA', 'DoyaA', 'Base', 'Base', 'DoyaA', 1, 'DoyaB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('DoyaB', 'DoyaA', 'DoyaA', 'Base', 'Base', 'Base__015|WaraiB__085', 2, 'DoyaA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('FutuA', 'Base', 'Base', 'Base', 'Base', 'Normal', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('FutuB', 'Base', 'Base', 'Base', 'Base', 'Base__035|WaraiB__065', 2, 'FutuA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('OdorokiA', 'Base__030|OdorokiA__070', 'Base__030|OdorokiA__070', 'Base__030|OdorokiA__070', 'Base__030|OdorokiA__070', 'Base__060|IkariA__040', 1, 'OdorokiB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('OdorokiB', 'Base__030|OdorokiA__070', 'Base__030|OdorokiA__070', 'Base__030|OdorokiA__070', 'Base__030|OdorokiA__070', 'Base__030|TalkA_O_S__070', 2, 'OdorokiA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('OdorokiC', 'OdorokiA', 'OdorokiA', 'OdorokiA', 'OdorokiA', 'Base__030|IkariA__070', 1, 'OdorokiD', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('OdorokiD', 'OdorokiA', 'OdorokiA', 'OdorokiA', 'OdorokiA', 'IkariB', 2, 'OdorokiC', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('OdorokiE', 'OdorokiB', 'OdorokiB', 'OdorokiB', 'OdorokiB', 'OdorokiB', 2, 'IkariA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('OdorokiF', 'Base', 'Base', 'OdorokiC', 'OdorokiC', 'Base', 1, 'IkariA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('JitomeA', 'JitoA', 'JitoA', 'JitoA', 'JitoA', 'Base__050|IkariA__050', 1, 'JitomeB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('JitomeB', 'JitoA', 'JitoA', 'JitoA', 'JitoA', 'JitoA', 2, 'JitomeA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KomariA', 'Base__030|KomariA__070', 'Base__030|KomariA__070', 'Base', 'Base', 'IkariA', 1, 'KomariB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KomariB', 'Base__030|KomariA__070', 'Base__030|KomariA__070', 'Base', 'Base', 'Base__040|TalkA_O_S__060', 2, 'KomariA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KomariC', 'KomariA', 'KomariA', 'Base', 'Base', 'Base__075|IkariA__025', 1, 'KomariD', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KomariD', 'KomariA', 'KomariA', 'Base', 'Base', 'KomariA', 2, 'KomariC', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('DereA', 'DereA', 'DereA', 'DereA', 'DereA', 'DereA', 1, 'DereB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('DereB', 'DereA', 'DereA', 'DereA', 'DereA', 'Base__055|WaraiB__045', 2, 'DereA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KusyoAL', 'Base__015|KusyoA__085', 'Base__015|KusyoA__085', 'WaraiA', 'WaraiA', 'DereA', 1, 'KusyoBL', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KusyoBL', 'Base__015|KusyoA__085', 'Base__015|KusyoA__085', 'WaraiA', 'WaraiA', 'Base__080|WaraiB__020', 2, 'KusyoAL', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KusyoCL', 'KusyoA', 'KusyoA', 'KusyoA', 'KusyoA', 'KusyoA_L', 1, 'KusyoDL', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('KusyoDL', 'KusyoA', 'KusyoA', 'KusyoA', 'KusyoA', 'KusyoB_L', 2, 'KusyoCL', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyeWarai', 'WaraiC', 'WaraiC', 'WaraiB', 'WaraiB', 'WaraiC', 2, 'WaraiC', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyeHohoemi', 'WaraiD', 'WaraiD', 'WaraiC', 'WaraiC', 'UreiA', 1, 'DereB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyeUrei', 'UreiA', 'UreiA', 'UreiA', 'UreiA', 'UreiA', 1, 'DereB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueA', 'WaraiB', 'WaraiB', 'WaraiD', 'WaraiD', 'WaraiA', 1, 'UniqueB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueB', 'WaraiB', 'WaraiB', 'WaraiD', 'WaraiD', 'WaraiD', 2, 'UniqueA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueC', 'Base', 'Base', 'Base', 'Base', 'Base', 1, 'UniqueD', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueD', 'Base', 'Base', 'Base', 'Base', 'Base', 2, 'UniqueC', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueE', 'Base', 'Base', 'Base', 'Base', 'Base', 0, 'UniqueE', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueF', 'Base', 'Base', 'Base', 'Base', 'Base', 0, 'UniqueF', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueG', 'Base', 'Base', 'Base', 'Base', 'Base', 0, 'UniqueG', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueH', 'Base', 'Base', 'Base', 'Base', 'Base', 0, 'UniqueH', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueI', 'Base', 'Base', 'Base', 'Base', 'Base', 0, 'UniqueI', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueJ', 'Base', 'Base', 'Base', 'Base', 'Base', 0, 'UniqueJ', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('UniqueK', 'Base', 'Base', 'Base', 'Base', 'Base', 0, 'UniqueK', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthAS', 'Base', 'Base', 'Base', 'Base', 'TalkA_A_S', 0, 'MouthAS', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthAM', 'Base', 'Base', 'Base', 'Base', 'TalkA_A_S__050|TalkA_A_L__050', 0, 'MouthAM', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthAL', 'Base', 'Base', 'Base', 'Base', 'TalkA_A_L', 0, 'MouthAL', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiAS', 'Base', 'Base', 'Base', 'Base', 'TalkB_A_S', 0, 'MouthKanasiAS', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiAM', 'Base', 'Base', 'Base', 'Base', 'TalkB_A_S__050|TalkB_A_L__050', 0, 'MouthKanasiAM', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiAL', 'Base', 'Base', 'Base', 'Base', 'TalkB_A_L', 0, 'MouthKanasiAL', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthIS', 'Base', 'Base', 'Base', 'Base', 'TalkA_I_S', 0, 'MouthIS', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthIM', 'Base', 'Base', 'Base', 'Base', 'TalkA_I_S__060|TalkA_I_L__040', 0, 'MouthIM', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthIL', 'Base', 'Base', 'Base', 'Base', 'TalkA_I_L', 0, 'MouthIL', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiIS', 'Base', 'Base', 'Base', 'Base', 'TalkB_I_S', 0, 'MouthKanasiIS', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiIM', 'Base', 'Base', 'Base', 'Base', 'TalkB_I_S__060|TalkB_I_L__040', 0, 'MouthKanasiIM', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiIL', 'Base', 'Base', 'Base', 'Base', 'TalkB_I_L', 0, 'MouthKanasiIL', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthUS', 'Base', 'Base', 'Base', 'Base', 'TalkA_U_S', 0, 'MouthUS', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthUM', 'Base', 'Base', 'Base', 'Base', 'TalkA_U_S__050|TalkA_U_L__050', 0, 'MouthUM', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthUL', 'Base', 'Base', 'Base', 'Base', 'TalkA_U_L', 0, 'MouthUL', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthES', 'Base', 'Base', 'Base', 'Base', 'TalkA_E_S', 0, 'MouthES', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthEM', 'Base', 'Base', 'Base', 'Base', 'TalkA_E_S__050|TalkA_E_L__050', 0, 'MouthEM', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthEL', 'Base', 'Base', 'Base', 'Base', 'TalkA_E_L', 0, 'MouthEL', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiES', 'Base', 'Base', 'Base', 'Base', 'TalkB_E_S', 0, 'MouthKanasiES', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiEM', 'Base', 'Base', 'Base', 'Base', 'TalkB_E_S__050|TalkB_E_L__050', 0, 'MouthKanasiEM', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthKanasiEL', 'Base', 'Base', 'Base', 'Base', 'TalkB_E_L', 0, 'MouthKanasiEL', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthOS', 'Base', 'Base', 'Base', 'Base', 'TalkA_O_S', 0, 'MouthOS', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthOM', 'Base', 'Base', 'Base', 'Base', 'TalkA_O_S__050|TalkA_O_L__050', 0, 'MouthOM', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('MouthOL', 'Base', 'Base', 'Base', 'Base', 'TalkA_O_L', 0, 'MouthOL', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('RunSlowA', 'Base', 'Base', 'Base', 'Base', 'Base__020|OdorokiA__080', 0, 'RunSlowA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('RunSlowB', 'Base', 'Base', 'Base', 'Base', 'OdorokiA', 0, 'RunSlowB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('RunNormalA', 'IkariA', 'IkariA', 'Base', 'Base', 'Base__050|RunA__050', 0, 'RunNormalA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('RunNormalB', 'RunA', 'RunA', 'IkariA', 'IkariA', 'RunA', 0, 'RunNormalB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('RunFastA', 'RunA', 'RunA', 'Base', 'Base', 'TalkA_I_S__060|RunB__040', 0, 'RunFastA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('RunFastB', 'RunB', 'RunB', 'RunA', 'RunA', 'RunB', 0, 'RunFastB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_EyeRangeH', 'Base', 'Base', 'XRange', 'XRange', 'Base', 0, '_EyeRangeH', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_EyeRangeV', 'Base', 'Base', 'YRange', 'YRange', 'Base', 0, '_EyeRangeV', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_DrivenA', 'Base', 'Base', 'DrivenA', 'DrivenA', 'DrivenA', 0, '_DrivenA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_KusyoCR', 'KusyoA', 'KusyoA', 'KusyoA', 'KusyoA', 'KusyoA_R', 0, '_KusyoCR', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_KusyoDR', 'KusyoA', 'KusyoA', 'KusyoA', 'KusyoA', 'KusyoB_R', 0, '_KusyoDR', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_ToothHide', 'Base', 'Base', 'Base', 'Base', 'ToothHide', 0, '_ToothHide', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_Magao', 'Base', 'Base', 'Base', 'Base', 'Base', 0, '_Magao', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_RunNormalMouth', 'Base', 'Base', 'Base', 'Base', 'RunA', 0, '_RunNormalMouth', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('_RunFastMouth', 'Base', 'Base', 'Base', 'Base', 'RunB', 0, '_RunFastMouth', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyeHideA', 'Base', 'Base', 'EyeHideA', 'EyeHideA', 'Base', 0, 'EyeHideA', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('CheekA_L', 'Base', 'Base', 'Base', 'Base', 'CheekA_L', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('CheekA_R', 'Base', 'Base', 'Base', 'Base', 'CheekA_R', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('CheekA_LR', 'Base', 'Base', 'Base', 'Base', 'CheekA_L|CheekA_R', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('SeriousA', 'SeriousA', 'SeriousA', 'Base', 'Base', 'Base', 1, 'IkariB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('SeriousB', 'SeriousB', 'SeriousB', 'SeriousA', 'SeriousA', 'Base', 1, 'IkariB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('ShiwaA', 'ShiwaA', 'ShiwaA', 'Base', 'Base', 'Base', 1, 'IkariB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('ShiwaB', 'ShiwaB', 'ShiwaB', 'Base', 'Base', 'Base', 1, 'IkariB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('TalkC_I', 'Base', 'Base', 'Base', 'Base', 'TalkC_I', 0, 'TalkC_I', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('TanA', 'Base', 'Base', 'Base', 'Base', 'TanA', 0, 'TanA', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('TanB', 'Base', 'Base', 'Base', 'Base', 'TanB', 0, 'TanB', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('TanC_L', 'Base', 'Base', 'Base', 'Base', 'TanC_L', 0, 'TanC_L', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('TanC_R', 'Base', 'Base', 'Base', 'Base', 'TanC_R', 0, 'TanC_R', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('TanD_L', 'Base', 'Base', 'Base', 'Base', 'TanD_L', 0, 'TanD_L', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('TanD_R', 'Base', 'Base', 'Base', 'Base', 'TanD_R', 0, 'TanD_R', 2); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('OutGameWaraiA', 'Base', 'Base', 'Base', 'Base', 'WaraiA', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('OutGameWaraiB', 'Base__030|OdorokiA__070', 'Base__030|OdorokiA__070', 'DereA', 'DereA', 'WaraiA', 1, 'FutuB', 0); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyelidHideA', 'Base', 'Base', 'EyelidHideA', 'EyelidHideA', 'Base', 1, 'FutuB', 1); INSERT INTO face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, mouth_shape_type, inverce_face_type, set_face_group) VALUES ('EyelidHideB', 'Base', 'Base', 'EyelidHideB', 'EyelidHideB', 'Base', 1, 'FutuB', 1); -- Table: facial_mouth_change CREATE TABLE 'facial_mouth_change' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'before_facialname' TEXT NOT NULL, 'after_facialname' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (1, 1006, 'FutuB', 'IkariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (2, 1008, 'FutuB', 'IkariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (4, 1017, 'FutuB', 'IkariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (5, 1018, 'FutuB', 'OdorokiB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (6, 1021, 'FutuA', 'WaraiA'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (7, 1023, 'FutuB', 'IkariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (8, 1025, 'FutuB', 'KomariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (9, 1036, 'FutuB', 'IkariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (10, 1040, 'FutuB', 'IkariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (11, 1050, 'FutuB', 'JitomeB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (12, 1060, 'FutuB', 'KomariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (13, 1030, 'FutuB', 'KomariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (14, 1002, 'FutuB', 'KomariB'); INSERT INTO facial_mouth_change (id, chara_id, before_facialname, after_facialname) VALUES (15, 1002, 'KusyoAL', 'FutuA'); -- Table: fan_raid_all_reward CREATE TABLE 'fan_raid_all_reward' ('id' INTEGER NOT NULL, 'fan_raid_id' INTEGER NOT NULL, 'all_fan' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: fan_raid_bonus_chara CREATE TABLE 'fan_raid_bonus_chara' ('id' INTEGER NOT NULL, 'fan_raid_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'add_fan' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: fan_raid_bonus_support_card CREATE TABLE 'fan_raid_bonus_support_card' ('id' INTEGER NOT NULL, 'fan_raid_id' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, 'add_fan' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: fan_raid_data CREATE TABLE 'fan_raid_data' ('fan_raid_id' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'result_se_cue_name' TEXT NOT NULL, 'result_se_cuesheet_name' TEXT NOT NULL, 'start_date' INTEGER NOT NULL, 'calc_start_date' INTEGER NOT NULL, 'calc_end_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('fan_raid_id')); -- Table: fan_raid_individual_reward CREATE TABLE 'fan_raid_individual_reward' ('id' INTEGER NOT NULL, 'fan_raid_id' INTEGER NOT NULL, 'individual_fan' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: fan_raid_story_data CREATE TABLE 'fan_raid_story_data' ('id' INTEGER NOT NULL, 'fan_raid_id' INTEGER NOT NULL, 'story_condition_type' INTEGER NOT NULL, 'story_type_1' INTEGER NOT NULL, 'story_id_1' INTEGER NOT NULL, 'story_type_2' INTEGER NOT NULL, 'story_id_2' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: fan_raid_top_chara CREATE TABLE 'fan_raid_top_chara' ('id' INTEGER NOT NULL, 'top_data_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'mini_motion_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: fan_raid_top_data CREATE TABLE 'fan_raid_top_data' ('id' INTEGER NOT NULL, 'fan_raid_id' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub_id' INTEGER NOT NULL, 'bgm_cue_name' TEXT NOT NULL, 'bgm_cuesheet_name' TEXT NOT NULL, 'env_cue_name' TEXT NOT NULL, 'env_cuesheet_name' TEXT NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: gacha_available CREATE TABLE 'gacha_available' ('gacha_id' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'card_type' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'odds' INTEGER NOT NULL, 'is_pickup' INTEGER NOT NULL, 'recommend_order' INTEGER NOT NULL, 'is_prize_selectable' INTEGER NOT NULL, PRIMARY KEY('gacha_id','card_id')); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 100101, 1, 3, 3334, 1, 800, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 100201, 1, 3, 3334, 1, 700, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 100301, 1, 3, 3334, 1, 600, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 100401, 1, 3, 3333, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 100601, 1, 3, 3333, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 101001, 1, 3, 3333, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 101301, 1, 3, 3333, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 101701, 1, 3, 3333, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10001, 103001, 1, 3, 3333, 1, 50, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10001, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10002, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10003, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10004, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10005, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10006, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10007, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10008, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10009, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10010, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10011, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10012, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10013, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10014, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10015, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10016, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10017, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10018, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10019, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10020, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10021, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10022, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10023, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10024, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10025, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10026, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10027, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10028, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10029, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10030, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10031, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10032, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10033, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10034, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10035, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10036, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10037, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10038, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10039, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10040, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10041, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10042, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10043, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10044, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10045, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10046, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10047, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10048, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 10049, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20001, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20002, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20003, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20004, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20005, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20006, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20007, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20008, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20009, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20010, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20011, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20012, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20013, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20014, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20015, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20016, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20017, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20018, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20019, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20020, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 20021, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30001, 2, 3, 1500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30002, 2, 3, 1500, 1, 99, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30003, 2, 3, 1500, 1, 98, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30004, 2, 3, 1500, 1, 97, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30005, 2, 3, 1500, 1, 96, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30006, 2, 3, 1500, 1, 95, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30007, 2, 3, 1500, 1, 94, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30008, 2, 3, 1500, 1, 93, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30009, 2, 3, 1500, 1, 92, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30010, 2, 3, 1500, 1, 91, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30011, 2, 3, 1500, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30012, 2, 3, 1500, 1, 89, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30013, 2, 3, 1500, 1, 88, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30014, 2, 3, 1500, 1, 87, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30015, 2, 3, 1500, 1, 86, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30016, 2, 3, 1500, 1, 85, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30017, 2, 3, 1500, 1, 84, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30018, 2, 3, 1500, 1, 83, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30020, 2, 3, 1500, 1, 81, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (10002, 30021, 2, 3, 1500, 1, 80, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 100101, 1, 3, 111112, 1, 900, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 100201, 1, 3, 111111, 1, 800, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 100301, 1, 3, 111111, 1, 700, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 100401, 1, 3, 111111, 1, 600, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 100601, 1, 3, 111111, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 101001, 1, 3, 111111, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 101301, 1, 3, 111111, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 101701, 1, 3, 111111, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20001, 103001, 1, 3, 111111, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30001, 2, 3, 50000, 1, 50, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30002, 2, 3, 50000, 1, 49, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30003, 2, 3, 50000, 1, 48, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30004, 2, 3, 50000, 1, 47, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30005, 2, 3, 50000, 1, 46, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30006, 2, 3, 50000, 1, 45, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30007, 2, 3, 50000, 1, 44, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30008, 2, 3, 50000, 1, 43, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30009, 2, 3, 50000, 1, 42, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30010, 2, 3, 50000, 1, 41, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30011, 2, 3, 50000, 1, 40, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30012, 2, 3, 50000, 1, 39, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30013, 2, 3, 50000, 1, 38, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30014, 2, 3, 50000, 1, 37, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30015, 2, 3, 50000, 1, 36, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30016, 2, 3, 50000, 1, 35, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30017, 2, 3, 50000, 1, 34, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30018, 2, 3, 50000, 1, 33, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30020, 2, 3, 50000, 1, 31, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20002, 30021, 2, 3, 50000, 1, 30, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 100701, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 100801, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 100901, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 101101, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 101401, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 101801, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 102401, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 104501, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 100101, 1, 3, 3333, 1, 800, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 100201, 1, 3, 3333, 1, 700, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 100301, 1, 3, 3333, 1, 600, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 100401, 1, 3, 3333, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 100601, 1, 3, 3333, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 101001, 1, 3, 3334, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 101301, 1, 3, 3333, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 101701, 1, 3, 3334, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20003, 103001, 1, 3, 3334, 1, 50, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20001, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20002, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20003, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20004, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20005, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20006, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20007, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20008, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20009, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20010, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20011, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20012, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20013, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20014, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20015, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20016, 2, 2, 46191, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20017, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20018, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20019, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20020, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 20021, 2, 2, 46190, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30001, 2, 3, 1500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30002, 2, 3, 1500, 1, 99, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30003, 2, 3, 1500, 1, 98, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30004, 2, 3, 1500, 1, 97, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30005, 2, 3, 1500, 1, 96, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30006, 2, 3, 1500, 1, 95, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30007, 2, 3, 1500, 1, 94, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30008, 2, 3, 1500, 1, 93, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30009, 2, 3, 1500, 1, 92, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30010, 2, 3, 1500, 1, 91, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30011, 2, 3, 1500, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30012, 2, 3, 1500, 1, 89, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30013, 2, 3, 1500, 1, 88, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30014, 2, 3, 1500, 1, 87, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30015, 2, 3, 1500, 1, 86, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30016, 2, 3, 1500, 1, 85, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30017, 2, 3, 1500, 1, 84, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30018, 2, 3, 1500, 1, 83, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30020, 2, 3, 1500, 1, 81, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20004, 30021, 2, 3, 1500, 1, 80, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100101, 1, 3, 25642, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100201, 1, 3, 25641, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100301, 1, 3, 25641, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100401, 1, 3, 25641, 1, 4, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100601, 1, 3, 25641, 1, 5, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101001, 1, 3, 25641, 1, 6, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101301, 1, 3, 25641, 1, 7, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101501, 1, 3, 25641, 1, 8, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101701, 1, 3, 25641, 1, 9, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 103001, 1, 3, 25641, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 102601, 1, 3, 25641, 1, 11, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 102301, 1, 3, 25641, 1, 12, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100302, 1, 3, 25641, 1, 13, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101302, 1, 3, 25641, 1, 14, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 103801, 1, 3, 25641, 1, 15, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 105001, 1, 3, 25641, 1, 16, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 104601, 1, 3, 25641, 1, 38, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101601, 1, 3, 25641, 1, 37, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 102402, 1, 3, 25641, 1, 17, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101802, 1, 3, 25641, 1, 18, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 102001, 1, 3, 25641, 1, 19, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101201, 1, 3, 25641, 1, 20, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101402, 1, 3, 25641, 1, 21, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101102, 1, 3, 25641, 1, 22, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100501, 1, 3, 25641, 1, 23, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 104001, 1, 3, 25641, 1, 24, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100102, 1, 3, 25641, 1, 25, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 100402, 1, 3, 25641, 1, 26, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 105801, 1, 3, 25641, 1, 27, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 103701, 1, 3, 25641, 1, 28, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 105602, 1, 3, 25641, 1, 29, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 102801, 1, 3, 25641, 1, 30, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101901, 1, 3, 25641, 1, 31, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 103002, 1, 3, 25641, 1, 32, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 104502, 1, 3, 25641, 1, 33, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 103901, 1, 3, 25641, 1, 34, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 102501, 1, 3, 25641, 1, 39, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 101702, 1, 3, 25641, 1, 35, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20005, 104002, 1, 3, 25641, 1, 36, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30001, 2, 3, 22223, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30002, 2, 3, 22223, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30003, 2, 3, 22223, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30004, 2, 3, 22223, 1, 4, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30005, 2, 3, 22223, 1, 5, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30006, 2, 3, 22223, 1, 6, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30007, 2, 3, 22223, 1, 7, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30008, 2, 3, 22223, 1, 8, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30009, 2, 3, 22223, 1, 9, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30010, 2, 3, 22223, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30011, 2, 3, 22222, 1, 11, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30012, 2, 3, 22222, 1, 12, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30013, 2, 3, 22222, 1, 13, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30014, 2, 3, 22222, 1, 14, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30015, 2, 3, 22222, 1, 15, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30016, 2, 3, 22222, 1, 16, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30017, 2, 3, 22222, 1, 17, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30018, 2, 3, 22222, 1, 18, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30020, 2, 3, 22222, 1, 19, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30021, 2, 3, 22222, 1, 20, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30024, 2, 3, 22222, 1, 21, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30026, 2, 3, 22222, 1, 22, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30027, 2, 3, 22222, 1, 43, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30028, 2, 3, 22222, 1, 23, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30029, 2, 3, 22222, 1, 24, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30031, 2, 3, 22222, 1, 25, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30032, 2, 3, 22222, 1, 26, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30038, 2, 3, 22222, 1, 27, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30039, 2, 3, 22222, 1, 28, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30040, 2, 3, 22222, 1, 29, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30042, 2, 3, 22222, 1, 30, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30055, 2, 3, 22222, 1, 31, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30056, 2, 3, 22222, 1, 32, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30048, 2, 3, 22222, 1, 33, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30045, 2, 3, 22222, 1, 34, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30046, 2, 3, 22222, 1, 35, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30054, 2, 3, 22222, 1, 44, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30034, 2, 3, 22222, 1, 36, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30036, 2, 3, 22222, 1, 37, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30063, 2, 3, 22222, 1, 38, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30064, 2, 3, 22222, 1, 39, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30065, 2, 3, 22222, 1, 40, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30043, 2, 3, 22222, 1, 41, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30068, 2, 3, 22222, 1, 45, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20006, 30069, 2, 3, 22222, 1, 42, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100701, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100801, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100901, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101101, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101401, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101801, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 102401, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 104501, 1, 2, 121250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100101, 1, 3, 770, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100201, 1, 3, 770, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100301, 1, 3, 770, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100401, 1, 3, 770, 1, 4, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100601, 1, 3, 770, 1, 5, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101001, 1, 3, 770, 1, 6, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101301, 1, 3, 770, 1, 7, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101501, 1, 3, 770, 1, 8, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101701, 1, 3, 770, 1, 9, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 103001, 1, 3, 769, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 102601, 1, 3, 769, 1, 11, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 102301, 1, 3, 769, 1, 12, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100302, 1, 3, 769, 1, 13, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101302, 1, 3, 769, 1, 14, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 103801, 1, 3, 769, 1, 15, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 105001, 1, 3, 769, 1, 16, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 104601, 1, 3, 769, 1, 38, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101601, 1, 3, 769, 1, 37, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 102402, 1, 3, 769, 1, 17, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101802, 1, 3, 769, 1, 18, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 102001, 1, 3, 769, 1, 19, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101201, 1, 3, 769, 1, 20, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101402, 1, 3, 769, 1, 21, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101102, 1, 3, 769, 1, 22, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100501, 1, 3, 769, 1, 23, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 104001, 1, 3, 769, 1, 24, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100102, 1, 3, 769, 1, 25, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 100402, 1, 3, 769, 1, 26, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 105801, 1, 3, 769, 1, 27, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 103701, 1, 3, 769, 1, 28, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 105602, 1, 3, 769, 1, 29, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 102801, 1, 3, 769, 1, 30, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101901, 1, 3, 769, 1, 31, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 103002, 1, 3, 769, 1, 32, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 104502, 1, 3, 769, 1, 33, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 103901, 1, 3, 769, 1, 34, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 102501, 1, 3, 769, 1, 39, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 101702, 1, 3, 769, 1, 35, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20007, 104002, 1, 3, 769, 1, 36, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20001, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20002, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20003, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20004, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20005, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20006, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20007, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20008, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20009, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20010, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20011, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20012, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20013, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20014, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20015, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20016, 2, 2, 30313, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20017, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20018, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20019, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20020, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20021, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20023, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20024, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20025, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20027, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20028, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20029, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20031, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20034, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20035, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20037, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 20038, 2, 2, 30312, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30001, 2, 3, 667, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30002, 2, 3, 667, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30003, 2, 3, 667, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30004, 2, 3, 667, 1, 4, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30005, 2, 3, 667, 1, 5, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30006, 2, 3, 667, 1, 6, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30007, 2, 3, 667, 1, 7, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30008, 2, 3, 667, 1, 8, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30009, 2, 3, 667, 1, 9, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30010, 2, 3, 667, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30011, 2, 3, 667, 1, 11, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30012, 2, 3, 667, 1, 12, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30013, 2, 3, 667, 1, 13, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30014, 2, 3, 667, 1, 14, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30015, 2, 3, 667, 1, 15, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30016, 2, 3, 667, 1, 16, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30017, 2, 3, 667, 1, 17, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30018, 2, 3, 667, 1, 18, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30020, 2, 3, 667, 1, 19, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30021, 2, 3, 667, 1, 20, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30024, 2, 3, 667, 1, 21, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30026, 2, 3, 667, 1, 22, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30027, 2, 3, 667, 1, 43, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30028, 2, 3, 667, 1, 23, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30029, 2, 3, 667, 1, 24, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30031, 2, 3, 667, 1, 25, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30032, 2, 3, 667, 1, 26, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30038, 2, 3, 667, 1, 27, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30039, 2, 3, 667, 1, 28, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30040, 2, 3, 667, 1, 29, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30042, 2, 3, 666, 1, 30, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30055, 2, 3, 666, 1, 31, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30056, 2, 3, 666, 1, 32, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30048, 2, 3, 666, 1, 33, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30045, 2, 3, 666, 1, 34, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30046, 2, 3, 666, 1, 35, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30054, 2, 3, 666, 1, 44, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30034, 2, 3, 666, 1, 36, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30036, 2, 3, 666, 1, 37, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30063, 2, 3, 666, 1, 38, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30064, 2, 3, 666, 1, 39, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30065, 2, 3, 666, 1, 40, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30043, 2, 3, 666, 1, 41, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30068, 2, 3, 666, 1, 45, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (20008, 30069, 2, 3, 666, 1, 42, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 100101, 1, 3, 3334, 1, 800, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 100201, 1, 3, 3334, 1, 700, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 100301, 1, 3, 3334, 1, 600, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 100401, 1, 3, 3333, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 100601, 1, 3, 3333, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 101001, 1, 3, 3333, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 101301, 1, 3, 3333, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 101701, 1, 3, 3333, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30002, 103001, 1, 3, 3333, 1, 50, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10001, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10002, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10003, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10004, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10005, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10006, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10007, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10008, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10009, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10010, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10011, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10012, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10013, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10014, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10015, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10016, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10017, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10018, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10019, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10020, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10021, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10022, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10023, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10024, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10025, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10026, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10027, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10028, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10029, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10030, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10031, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10032, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10033, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10034, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10035, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10036, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10037, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10038, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10039, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10040, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10041, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10042, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10043, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10044, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10045, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10046, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10047, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10048, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 10049, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20001, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20002, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20003, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20004, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20005, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20006, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20007, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20008, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20009, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20010, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20011, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20012, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20013, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20014, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20015, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20016, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20017, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20018, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20019, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20020, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 20021, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30001, 2, 3, 1500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30002, 2, 3, 1500, 1, 99, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30003, 2, 3, 1500, 1, 98, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30004, 2, 3, 1500, 1, 97, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30005, 2, 3, 1500, 1, 96, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30006, 2, 3, 1500, 1, 95, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30007, 2, 3, 1500, 1, 94, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30008, 2, 3, 1500, 1, 93, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30009, 2, 3, 1500, 1, 92, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30010, 2, 3, 1500, 1, 91, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30011, 2, 3, 1500, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30012, 2, 3, 1500, 1, 89, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30013, 2, 3, 1500, 1, 88, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30014, 2, 3, 1500, 1, 87, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30015, 2, 3, 1500, 1, 86, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30016, 2, 3, 1500, 1, 85, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30017, 2, 3, 1500, 1, 84, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30018, 2, 3, 1500, 1, 83, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30020, 2, 3, 1500, 1, 81, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30003, 30021, 2, 3, 1500, 1, 80, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 100101, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 100201, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 100301, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 100401, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 100601, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 101001, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 101301, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 101501, 1, 3, 7500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 101701, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30004, 103001, 1, 3, 2500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10001, 2, 1, 15358, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10002, 2, 1, 15358, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10003, 2, 1, 15358, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10004, 2, 1, 15358, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10005, 2, 1, 15358, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10006, 2, 1, 15358, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10007, 2, 1, 15358, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10008, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10009, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10010, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10011, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10012, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10013, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10014, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10015, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10016, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10017, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10018, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10019, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10020, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10021, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10022, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10023, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10024, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10025, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10026, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10027, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10028, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10029, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10030, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10031, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10032, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10033, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10034, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10035, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10036, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10037, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10038, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10039, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10040, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10041, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10042, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10043, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10044, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10045, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10046, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10047, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10048, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10049, 2, 1, 15357, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 10050, 2, 1, 37500, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20001, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20002, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20003, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20004, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20005, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20006, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20007, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20008, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20009, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20010, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20011, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20012, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20013, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20014, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20015, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20016, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20017, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20018, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20019, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20020, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20021, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 20023, 2, 2, 22500, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30001, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30002, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30003, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30004, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30005, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30006, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30007, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30008, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30009, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30010, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30011, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30012, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30013, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30014, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30015, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30016, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30017, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30018, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30020, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30021, 2, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30005, 30024, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 100101, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 100201, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 100301, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 100401, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 100601, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 101001, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 101301, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 101501, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 101701, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 103001, 1, 3, 2250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30006, 102601, 1, 3, 7500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10001, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10002, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10003, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10004, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10005, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10006, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10007, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10008, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10009, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10010, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10011, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10012, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10013, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10014, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10015, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10016, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10017, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10018, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10019, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10020, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10021, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10022, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10023, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10024, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10025, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10026, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10027, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10028, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10029, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10030, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10031, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10032, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10033, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10034, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10035, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10036, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10037, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10038, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10039, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10040, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10041, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10042, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10043, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10044, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10045, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10046, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10047, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10048, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10049, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10050, 2, 1, 14800, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10051, 2, 1, 25000, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 10052, 2, 1, 25000, 1, 80, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20001, 2, 2, 7160, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20002, 2, 2, 7160, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20003, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20004, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20005, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20006, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20007, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20008, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20009, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20010, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20011, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20012, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20013, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20014, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20015, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20016, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20017, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20018, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20019, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20020, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20021, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20023, 2, 2, 7159, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 20024, 2, 2, 22500, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30001, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30002, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30003, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30004, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30005, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30006, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30007, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30008, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30009, 2, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30010, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30011, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30012, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30013, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30014, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30015, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30016, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30017, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30018, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30020, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30021, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30024, 2, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30007, 30026, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 100101, 1, 3, 2046, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 100201, 1, 3, 2046, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 100301, 1, 3, 2046, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 100401, 1, 3, 2046, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 100601, 1, 3, 2046, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 101001, 1, 3, 2045, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 101301, 1, 3, 2045, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 101501, 1, 3, 2045, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 101701, 1, 3, 2045, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 103001, 1, 3, 2045, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 102601, 1, 3, 2045, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30008, 102301, 1, 3, 7500, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10001, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10002, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10003, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10004, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10005, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10006, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10007, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10008, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10009, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10010, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10011, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10012, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10013, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10014, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10015, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10016, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10017, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10018, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10019, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10020, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10021, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10022, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10023, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10024, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10025, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10026, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10027, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10028, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10029, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10030, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10031, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10032, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10033, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10034, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10035, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10036, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10037, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10038, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10039, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10040, 2, 1, 14231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10041, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10042, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10043, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10044, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10045, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10046, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10047, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10048, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10049, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10050, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10051, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10052, 2, 1, 14230, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10053, 2, 1, 25000, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 10054, 2, 1, 25000, 1, 80, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20001, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20002, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20003, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20004, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20005, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20006, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20007, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20008, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20009, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20010, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20011, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20012, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20013, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20014, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20015, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20016, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20017, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20018, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20019, 2, 2, 6848, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20020, 2, 2, 6847, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20021, 2, 2, 6847, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20023, 2, 2, 6847, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20024, 2, 2, 6847, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 20025, 2, 2, 22500, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30001, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30002, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30003, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30004, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30005, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30006, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30007, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30008, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30009, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30010, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30011, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30012, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30013, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30014, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30015, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30016, 2, 3, 1023, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30017, 2, 3, 1022, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30018, 2, 3, 1022, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30020, 2, 3, 1022, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30021, 2, 3, 1022, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30024, 2, 3, 1022, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30026, 2, 3, 1022, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30009, 30027, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100101, 1, 3, 1667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100201, 1, 3, 1667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100301, 1, 3, 1667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100401, 1, 3, 1667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100601, 1, 3, 1667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 101001, 1, 3, 1667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 101301, 1, 3, 1667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 101501, 1, 3, 1667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 101701, 1, 3, 1666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 103001, 1, 3, 1666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 102601, 1, 3, 1666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 102301, 1, 3, 1666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 100302, 1, 3, 5000, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30010, 101302, 1, 3, 5000, 1, 450, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10001, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10002, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10003, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10004, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10005, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10006, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10007, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10008, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10009, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10010, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10011, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10012, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10013, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10014, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10015, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10016, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10017, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10018, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10019, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10020, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10021, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10022, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10023, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10024, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10025, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10026, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10027, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10028, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10029, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10030, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10031, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10032, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10033, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10034, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10035, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10036, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10037, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10038, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10039, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10040, 2, 1, 13704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10041, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10042, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10043, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10044, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10045, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10046, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10047, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10048, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10049, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10050, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10051, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10052, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10053, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10054, 2, 1, 13703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10055, 2, 1, 16666, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10056, 2, 1, 16666, 1, 80, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 10057, 2, 1, 16666, 1, 70, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20001, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20002, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20003, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20004, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20005, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20006, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20007, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20008, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20009, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20010, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20011, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20012, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20013, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20014, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20015, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20016, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20017, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20018, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20019, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20020, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20021, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20023, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20024, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 20025, 2, 2, 7500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30001, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30002, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30003, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30004, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30005, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30006, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30007, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30008, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30009, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30010, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30011, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30012, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30013, 2, 3, 870, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30014, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30015, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30016, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30017, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30018, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30020, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30021, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30024, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30026, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30027, 2, 3, 869, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30028, 2, 3, 5000, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30011, 30029, 2, 3, 5000, 1, 450, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100101, 1, 3, 1608, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100201, 1, 3, 1608, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100301, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100401, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100601, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 101001, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 101301, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 101501, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 101701, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 103001, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 102601, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 102301, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 100302, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 101302, 1, 3, 1607, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30012, 103801, 1, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10001, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10002, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10003, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10004, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10005, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10006, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10007, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10008, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10009, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10010, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10011, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10012, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10013, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10014, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10015, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10016, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10017, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10018, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10019, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10020, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10021, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10022, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10023, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10024, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10025, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10026, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10027, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10028, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10029, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10030, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10031, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10032, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10033, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10034, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10035, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10036, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10037, 2, 1, 13860, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10038, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10039, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10040, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10041, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10042, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10043, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10044, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10045, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10046, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10047, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10048, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10049, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10050, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10051, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10052, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10053, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10054, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10055, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10056, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 10057, 2, 1, 13859, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20001, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20002, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20003, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20004, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20005, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20006, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20007, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20008, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20009, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20010, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20011, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20012, 2, 2, 6563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20013, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20014, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20015, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20016, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20017, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20018, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20019, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20020, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20021, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20023, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20024, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20025, 2, 2, 6562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 20027, 2, 2, 22500, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30001, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30002, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30003, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30004, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30005, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30006, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30007, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30008, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30009, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30010, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30011, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30012, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30013, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30014, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30015, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30016, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30017, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30018, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30020, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30021, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30024, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30026, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30027, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30028, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30029, 2, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30013, 30031, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100101, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100201, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100301, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100401, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100601, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 101001, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 101301, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 101501, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 101701, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 103001, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 102601, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 102301, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 100302, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 101302, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 103801, 1, 3, 1500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30014, 105001, 1, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10001, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10002, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10003, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10004, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10005, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10006, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10007, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10008, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10009, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10010, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10011, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10012, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10013, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10014, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10015, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10016, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10017, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10018, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10019, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10020, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10021, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10022, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10023, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10024, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10025, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10026, 2, 1, 12983, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10027, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10028, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10029, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10030, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10031, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10032, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10033, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10034, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10035, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10036, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10037, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10038, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10039, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10040, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10041, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10042, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10043, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10044, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10045, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10046, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10047, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10048, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10049, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10050, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10051, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10052, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10053, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10054, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10055, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10056, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10057, 2, 1, 12982, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10058, 2, 1, 25000, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 10059, 2, 1, 25000, 1, 280, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20001, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20002, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20003, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20004, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20005, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20006, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20007, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20008, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20009, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20010, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20011, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20012, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20013, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20014, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20015, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20016, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20017, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20018, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20019, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20020, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20021, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20023, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20024, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20025, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20027, 2, 2, 6300, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 20028, 2, 2, 22500, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30001, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30002, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30003, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30004, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30005, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30006, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30007, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30008, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30009, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30010, 2, 3, 866, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30011, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30012, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30013, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30014, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30015, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30016, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30017, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30018, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30020, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30021, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30024, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30026, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30027, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30028, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30029, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30031, 2, 3, 865, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30015, 30032, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100101, 1, 3, 1407, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100201, 1, 3, 1407, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100301, 1, 3, 1407, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100401, 1, 3, 1407, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100601, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 101001, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 101301, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 101501, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 101701, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 103001, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 102601, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 102301, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 100302, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 101302, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 103801, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 105001, 1, 3, 1406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30016, 104601, 1, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10001, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10002, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10003, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10004, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10005, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10006, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10007, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10008, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10009, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10010, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10011, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10012, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10013, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10014, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10015, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10016, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10017, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10018, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10019, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10020, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10021, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10022, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10023, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10024, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10025, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10026, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10027, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10028, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10029, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10030, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10031, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10032, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10033, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10034, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10035, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10036, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10037, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10038, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10039, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10040, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10041, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10042, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10043, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10044, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10045, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10046, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10047, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10048, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10049, 2, 1, 13390, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10050, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10051, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10052, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10053, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10054, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10055, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10056, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10057, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10058, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 10059, 2, 1, 13389, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20001, 2, 2, 6924, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20002, 2, 2, 6924, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20003, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20004, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20005, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20006, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20007, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20008, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20009, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20010, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20011, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20012, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20013, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20014, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20015, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20016, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20017, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20018, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20019, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20020, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20021, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20023, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20024, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20025, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20027, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 20028, 2, 2, 6923, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30001, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30002, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30003, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30004, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30005, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30006, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30007, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30008, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30009, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30010, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30011, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30012, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30013, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30014, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30015, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30016, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30017, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30018, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30020, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30021, 2, 3, 7500, 1, 490, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30024, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30026, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30027, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30028, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30029, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30031, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30017, 30032, 2, 3, 600, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100101, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100201, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100301, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100401, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100601, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101001, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101301, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101501, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101701, 1, 3, 1324, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 103001, 1, 3, 1323, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 102601, 1, 3, 1323, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 102301, 1, 3, 1323, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 100302, 1, 3, 1323, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101302, 1, 3, 1323, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 103801, 1, 3, 1323, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 105001, 1, 3, 1323, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 104601, 1, 3, 1323, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30018, 101601, 1, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10001, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10002, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10003, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10004, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10005, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10006, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10007, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10008, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10009, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10010, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10011, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10012, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10013, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10014, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10015, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10016, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10017, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10018, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10019, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10020, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10021, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10022, 2, 1, 12543, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10023, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10024, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10025, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10026, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10027, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10028, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10029, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10030, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10031, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10032, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10033, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10034, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10035, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10036, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10037, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10038, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10039, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10040, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10041, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10042, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10043, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10044, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10045, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10046, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10047, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10048, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10049, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10050, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10051, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10052, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10053, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10054, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10055, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10056, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10057, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10058, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10059, 2, 1, 12542, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10061, 2, 1, 25000, 1, 280, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 10062, 2, 1, 25000, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20001, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20002, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20003, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20004, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20005, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20006, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20007, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20008, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20009, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20010, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20011, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20012, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20013, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20014, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20015, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20016, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20017, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20018, 2, 2, 6058, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20019, 2, 2, 6057, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20020, 2, 2, 6057, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20021, 2, 2, 6057, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20023, 2, 2, 6057, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20024, 2, 2, 6057, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20025, 2, 2, 6057, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20027, 2, 2, 6057, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20028, 2, 2, 6057, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 20029, 2, 2, 22500, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30001, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30002, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30003, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30004, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30005, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30006, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30007, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30008, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30009, 2, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30010, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30011, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30012, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30013, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30014, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30015, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30016, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30017, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30018, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30020, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30021, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30024, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30026, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30027, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30028, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30029, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30031, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30032, 2, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30019, 30038, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100101, 1, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100201, 1, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100301, 1, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100401, 1, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100601, 1, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101001, 1, 3, 834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101301, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101501, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101701, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 103001, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 102601, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 102301, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 100302, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101302, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 103801, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 105001, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 104601, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101601, 1, 3, 833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 102402, 1, 3, 7500, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30020, 101802, 1, 3, 7500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10001, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10002, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10003, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10004, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10005, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10006, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10007, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10008, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10009, 2, 1, 12132, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10010, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10011, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10012, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10013, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10014, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10015, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10016, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10017, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10018, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10019, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10020, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10021, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10022, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10023, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10024, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10025, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10026, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10027, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10028, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10029, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10030, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10031, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10032, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10033, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10034, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10035, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10036, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10037, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10038, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10039, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10040, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10041, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10042, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10043, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10044, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10045, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10046, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10047, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10048, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10049, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10050, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10051, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10052, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10053, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10054, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10055, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10056, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10057, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10058, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10059, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10061, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10062, 2, 1, 12131, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10063, 2, 1, 25000, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 10064, 2, 1, 25000, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20001, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20002, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20003, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20004, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20005, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20006, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20007, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20008, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20009, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20010, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20011, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20012, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20013, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20014, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20015, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20016, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20017, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20018, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20019, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20020, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20021, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20023, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20024, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20025, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20027, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20028, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 20029, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30001, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30002, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30003, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30004, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30005, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30006, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30007, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30008, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30009, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30010, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30011, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30012, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30013, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30014, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30015, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30016, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30017, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30018, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30020, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30021, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30024, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30026, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30027, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30028, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30029, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30031, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30032, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30038, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30039, 2, 3, 7500, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30021, 30040, 2, 3, 7500, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100101, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100201, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100301, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100401, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100601, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101001, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101301, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101501, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101701, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 103001, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 102601, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 102301, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 100302, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101302, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 103801, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 105001, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 104601, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101601, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 102402, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 101802, 1, 3, 1125, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30022, 102001, 1, 3, 7500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10001, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10002, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10003, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10004, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10005, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10006, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10007, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10008, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10009, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10010, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10011, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10012, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10013, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10014, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10015, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10016, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10017, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10018, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10019, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10020, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10021, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10022, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10023, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10024, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10025, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10026, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10027, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10028, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10029, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10030, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10031, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10032, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10033, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10034, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10035, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10036, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10037, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10038, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10039, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10040, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10041, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10042, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10043, 2, 1, 12540, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10044, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10045, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10046, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10047, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10048, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10049, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10050, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10051, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10052, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10053, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10054, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10055, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10056, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10057, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10058, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10059, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10061, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10062, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10063, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 10064, 2, 1, 12539, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20001, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20002, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20003, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20004, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20005, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20006, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20007, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20008, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20009, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20010, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20011, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20012, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20013, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20014, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20015, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20016, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20017, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20018, 2, 2, 6667, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20019, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20020, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20021, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20023, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20024, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20025, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20027, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20028, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 20029, 2, 2, 6666, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30001, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30002, 2, 3, 7501, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30003, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30004, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30005, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30006, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30007, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30008, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30009, 2, 3, 7501, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30010, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30011, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30012, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30013, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30014, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30015, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30016, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30017, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30018, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30020, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30021, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30024, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30026, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30027, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30028, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30029, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30031, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30032, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30038, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30039, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30023, 30040, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100101, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100201, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100301, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100401, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100601, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101001, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101301, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101501, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101701, 1, 3, 1072, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 103001, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 102601, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 102301, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 100302, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101302, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 103801, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 105001, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 104601, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101601, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 102402, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101802, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 102001, 1, 3, 1071, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30024, 101201, 1, 3, 7500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10001, 2, 1, 11747, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10002, 2, 1, 11747, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10003, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10004, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10005, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10006, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10007, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10008, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10009, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10010, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10011, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10012, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10013, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10014, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10015, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10016, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10017, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10018, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10019, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10020, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10021, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10022, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10023, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10024, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10025, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10026, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10027, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10028, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10029, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10030, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10031, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10032, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10033, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10034, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10035, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10036, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10037, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10038, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10039, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10040, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10041, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10042, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10043, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10044, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10045, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10046, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10047, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10048, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10049, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10050, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10051, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10052, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10053, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10054, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10055, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10056, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10057, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10058, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10059, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10061, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10062, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10063, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10064, 2, 1, 11746, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10065, 2, 1, 25000, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 10066, 2, 1, 25000, 1, 280, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20001, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20002, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20003, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20004, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20005, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20006, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20007, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20008, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20009, 2, 2, 5834, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20010, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20011, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20012, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20013, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20014, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20015, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20016, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20017, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20018, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20019, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20020, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20021, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20023, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20024, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20025, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20027, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20028, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20029, 2, 2, 5833, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 20031, 2, 2, 22500, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30001, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30002, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30003, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30004, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30005, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30006, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30007, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30008, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30009, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30010, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30011, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30012, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30013, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30014, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30015, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30016, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30017, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30018, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30020, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30021, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30024, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30026, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30027, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30028, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30029, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30031, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30032, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30038, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30039, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30040, 2, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30025, 30042, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100101, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100201, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100301, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100401, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100601, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101001, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101301, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101501, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101701, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 103001, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 102601, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 102301, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 100302, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101302, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 103801, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 105001, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 104601, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101601, 1, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 102402, 1, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101802, 1, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 102001, 1, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101201, 1, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101402, 1, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30026, 101102, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10001, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10002, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10003, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10004, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10005, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10006, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10007, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10008, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10009, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10010, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10011, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10012, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10013, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10014, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10015, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10016, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10017, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10018, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10019, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10020, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10021, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10022, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10023, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10024, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10025, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10026, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10027, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10028, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10029, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10030, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10031, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10032, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10033, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10034, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10035, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10036, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10037, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10038, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10039, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10040, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10041, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10042, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10043, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10044, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10045, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10046, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10047, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10048, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10049, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10050, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10051, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10052, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10053, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10054, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10055, 2, 1, 12154, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10056, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10057, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10058, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10059, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10061, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10062, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10063, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10064, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10065, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 10066, 2, 1, 12153, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20001, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20002, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20003, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20004, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20005, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20006, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20007, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20008, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20009, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20010, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20011, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20012, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20013, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20014, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20015, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20016, 2, 2, 6429, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20017, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20018, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20019, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20020, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20021, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20023, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20024, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20025, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20027, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20028, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20029, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 20031, 2, 2, 6428, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30001, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30002, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30003, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30004, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30005, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30006, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30007, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30008, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30009, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30010, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30011, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30012, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30013, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30014, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30015, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30016, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30017, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30018, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30020, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30021, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30024, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30026, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30027, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30028, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30029, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30031, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30032, 2, 3, 484, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30038, 2, 3, 483, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30039, 2, 3, 483, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30040, 2, 3, 483, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30042, 2, 3, 483, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30055, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30027, 30056, 2, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100101, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100201, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100301, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100401, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100601, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101001, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101301, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101501, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101701, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 103001, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 102601, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 102301, 1, 3, 938, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100302, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101302, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 103801, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 105001, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 104601, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101601, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 102402, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101802, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 102001, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101201, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101402, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 101102, 1, 3, 937, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30028, 100501, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10001, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10002, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10003, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10004, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10005, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10006, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10007, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10008, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10009, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10010, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10011, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10012, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10013, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10014, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10015, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10016, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10017, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10018, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10019, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10020, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10021, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10022, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10023, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10024, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10025, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10026, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10027, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10028, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10029, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10030, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10031, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10032, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10033, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10034, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10035, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10036, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10037, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10038, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10039, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10040, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10041, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10042, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10043, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10044, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10045, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10046, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10047, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10048, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10049, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10050, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10051, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10052, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10053, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10054, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10055, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10056, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10057, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10058, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10059, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10061, 2, 1, 11576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10062, 2, 1, 11576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10063, 2, 1, 11576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10064, 2, 1, 11576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10065, 2, 1, 11577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10066, 2, 1, 11576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 10069, 2, 1, 37500, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20001, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20002, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20003, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20004, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20005, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20006, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20007, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20008, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20009, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20010, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20011, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20012, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20013, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20014, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20015, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20016, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20017, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20018, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20019, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20020, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20021, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20023, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20024, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20025, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20027, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20028, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20029, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20031, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 20034, 2, 2, 22500, 1, 50, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30001, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30002, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30003, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30004, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30005, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30006, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30007, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30008, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30009, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30010, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30011, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30012, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30013, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30014, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30015, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30016, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30017, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30018, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30020, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30021, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30024, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30026, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30027, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30028, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30029, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30031, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30032, 2, 3, 682, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30038, 2, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30039, 2, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30040, 2, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30042, 2, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30055, 2, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30056, 2, 3, 681, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30029, 30048, 2, 3, 7500, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100101, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100201, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100301, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100401, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100601, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101001, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101301, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101501, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101701, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 103001, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 102601, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 102301, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100302, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101302, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 103801, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 105001, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 104601, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101601, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 102402, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101802, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 102001, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101201, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101402, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 101102, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 100501, 1, 3, 900, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30030, 104001, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10001, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10002, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10003, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10004, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10005, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10006, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10007, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10008, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10009, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10010, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10011, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10012, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10013, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10014, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10015, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10016, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10017, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10018, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10019, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10020, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10021, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10022, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10023, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10024, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10025, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10026, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10027, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10028, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10029, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10030, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10031, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10032, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10033, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10034, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10035, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10036, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10037, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10038, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10039, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10040, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10041, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10042, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10043, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10044, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10045, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10046, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10047, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10048, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10049, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10050, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10051, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10052, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10053, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10054, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10055, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10056, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10057, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10058, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10059, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10061, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10062, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10063, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10064, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10065, 2, 1, 11402, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10066, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10069, 2, 1, 11401, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 10072, 2, 1, 37500, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20001, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20002, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20003, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20004, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20005, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20006, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20007, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20008, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20009, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20010, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20011, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20012, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20013, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20014, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20015, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20016, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20017, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20018, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20019, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20020, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20021, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20023, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20024, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20025, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20027, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20028, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20029, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20031, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 20034, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30001, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30002, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30003, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30004, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30005, 2, 3, 7501, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30006, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30007, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30008, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30009, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30010, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30011, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30012, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30013, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30014, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30015, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30016, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30017, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30018, 2, 3, 7500, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30020, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30021, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30024, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30026, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30027, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30028, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30029, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30031, 2, 3, 469, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30032, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30038, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30039, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30040, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30042, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30055, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30056, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30031, 30048, 2, 3, 468, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100101, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100201, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100301, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100401, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100601, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101301, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101501, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101701, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 103001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 102601, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 102301, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100302, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101302, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 103801, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 105001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 104601, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101601, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 102402, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101802, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 102001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101201, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101402, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 101102, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100501, 1, 3, 576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 104001, 1, 3, 576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100102, 1, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30032, 100402, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10001, 2, 1, 11792, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10002, 2, 1, 11792, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10003, 2, 1, 11792, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10004, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10005, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10006, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10007, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10008, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10009, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10010, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10011, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10012, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10013, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10014, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10015, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10016, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10017, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10018, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10019, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10020, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10021, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10022, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10023, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10024, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10025, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10026, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10027, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10028, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10029, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10030, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10031, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10032, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10033, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10034, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10035, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10036, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10037, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10038, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10039, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10040, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10041, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10042, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10043, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10044, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10045, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10046, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10047, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10048, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10049, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10050, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10051, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10052, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10053, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10054, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10055, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10056, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10057, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10058, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10059, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10061, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10062, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10063, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10064, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10065, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10066, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10069, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 10072, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20001, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20002, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20003, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20004, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20005, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20006, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20007, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20008, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20009, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20010, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20011, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20012, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20013, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20014, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20015, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20016, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20017, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20018, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20019, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20020, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20021, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20023, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20024, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20025, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20027, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20028, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20029, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20031, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 20034, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30001, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30002, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30003, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30004, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30005, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30006, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30007, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30008, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30009, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30010, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30011, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30012, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30013, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30014, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30015, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30016, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30017, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30018, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30020, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30021, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30024, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30026, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30027, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30028, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30029, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30031, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30032, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30038, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30039, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30040, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30042, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30055, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30056, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30048, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30045, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30033, 30046, 2, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100101, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100201, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100301, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100401, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100601, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101001, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101301, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101501, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101701, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 103001, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 102601, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 102301, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100302, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101302, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 103801, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 105001, 1, 3, 804, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 104601, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101601, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 102402, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101802, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 102001, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101201, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101402, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 101102, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100501, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 104001, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100102, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 100402, 1, 3, 803, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30034, 105801, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10001, 2, 1, 11792, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10002, 2, 1, 11792, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10003, 2, 1, 11792, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10004, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10005, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10006, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10007, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10008, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10009, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10010, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10011, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10012, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10013, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10014, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10015, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10016, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10017, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10018, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10019, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10020, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10021, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10022, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10023, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10024, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10025, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10026, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10027, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10028, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10029, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10030, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10031, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10032, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10033, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10034, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10035, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10036, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10037, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10038, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10039, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10040, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10041, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10042, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10043, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10044, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10045, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10046, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10047, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10048, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10049, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10050, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10051, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10052, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10053, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10054, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10055, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10056, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10057, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10058, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10059, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10061, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10062, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10063, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10064, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10065, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10066, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10069, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 10072, 2, 1, 11791, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20001, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20002, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20003, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20004, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20005, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20006, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20007, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20008, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20009, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20010, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20011, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20012, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20013, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20014, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20015, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20016, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20017, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20018, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20019, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20020, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20021, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20023, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20024, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20025, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20027, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20028, 2, 2, 6207, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20029, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20031, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 20034, 2, 2, 6206, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30001, 2, 3, 7501, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30002, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30003, 2, 3, 7501, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30004, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30005, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30006, 2, 3, 442, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30007, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30008, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30009, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30010, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30011, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30012, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30013, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30014, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30015, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30016, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30017, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30018, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30020, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30021, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30024, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30026, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30027, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30028, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30029, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30031, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30032, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30038, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30039, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30040, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30042, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30055, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30056, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30048, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30045, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30035, 30046, 2, 3, 441, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100101, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100201, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100301, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100401, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100601, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101001, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101301, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101501, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101701, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 103001, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 102601, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 102301, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100302, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101302, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 103801, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 105001, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 104601, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101601, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 102402, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101802, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 102001, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101201, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101402, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 101102, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100501, 1, 3, 776, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 104001, 1, 3, 775, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100102, 1, 3, 775, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 100402, 1, 3, 775, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 105801, 1, 3, 775, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30036, 103701, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10001, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10002, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10003, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10004, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10005, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10006, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10007, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10008, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10009, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10010, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10011, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10012, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10013, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10014, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10015, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10016, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10017, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10018, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10019, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10020, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10021, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10022, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10023, 2, 1, 11232, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10024, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10025, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10026, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10027, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10028, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10029, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10030, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10031, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10032, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10033, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10034, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10035, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10036, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10037, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10038, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10039, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10040, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10041, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10042, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10043, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10044, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10045, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10046, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10047, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10048, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10049, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10050, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10051, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10052, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10053, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10054, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10055, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10056, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10057, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10058, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10059, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10061, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10062, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10063, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10064, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10065, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10066, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10069, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10072, 2, 1, 11231, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 10070, 2, 1, 37500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20001, 2, 2, 5432, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20002, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20003, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20004, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20005, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20006, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20007, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20008, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20009, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20010, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20011, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20012, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20013, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20014, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20015, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20016, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20017, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20018, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20019, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20020, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20021, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20023, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20024, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20025, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20027, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20028, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20029, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20031, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20034, 2, 2, 5431, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 20035, 2, 2, 22500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30001, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30002, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30003, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30004, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30005, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30006, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30007, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30008, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30009, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30010, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30011, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30012, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30013, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30014, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30015, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30016, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30017, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30018, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30020, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30021, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30024, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30026, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30027, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30028, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30029, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30031, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30032, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30038, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30039, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30040, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30042, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30055, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30056, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30048, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30045, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30046, 2, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30037, 30054, 2, 3, 7500, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100101, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100201, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100301, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100401, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100601, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101001, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101301, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101501, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101701, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 103001, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 102601, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 102301, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100302, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101302, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 103801, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 105001, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 104601, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101601, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 102402, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101802, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 102001, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101201, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101402, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 101102, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100501, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 104001, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100102, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 100402, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 105801, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 103701, 1, 3, 750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30038, 105602, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10001, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10002, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10003, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10004, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10005, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10006, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10007, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10008, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10009, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10010, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10011, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10012, 2, 1, 11067, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10013, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10014, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10015, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10016, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10017, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10018, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10019, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10020, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10021, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10022, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10023, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10024, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10025, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10026, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10027, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10028, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10029, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10030, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10031, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10032, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10033, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10034, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10035, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10036, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10037, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10038, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10039, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10040, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10041, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10042, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10043, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10044, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10045, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10046, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10047, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10048, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10049, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10050, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10051, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10052, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10053, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10054, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10055, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10056, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10057, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10058, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10059, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10061, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10062, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10063, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10064, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10065, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10066, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10069, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10072, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10070, 2, 1, 11066, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 10060, 2, 1, 37500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20001, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20002, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20003, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20004, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20005, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20006, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20007, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20008, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20009, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20010, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20011, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20012, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20013, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20014, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20015, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20016, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20017, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20018, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20019, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20020, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20021, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20023, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20024, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20025, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20027, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20028, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20029, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20031, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20034, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 20035, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30001, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30002, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30003, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30004, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30005, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30006, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30007, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30008, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30009, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30010, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30011, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30012, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30013, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30014, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30015, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30016, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30017, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30018, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30020, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30021, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30024, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30026, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30027, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30028, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30029, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30031, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30032, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30038, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30039, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30040, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30042, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30055, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30056, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30048, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30045, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30046, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30054, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30034, 2, 3, 7500, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30039, 30036, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100101, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100201, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100301, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100401, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100601, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101001, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101301, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101501, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101701, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 103001, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 102601, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 102301, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100302, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101302, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 103801, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 105001, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 104601, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101601, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 102402, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101802, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 102001, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101201, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101402, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 101102, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100501, 1, 3, 726, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 104001, 1, 3, 725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100102, 1, 3, 725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 100402, 1, 3, 725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 105801, 1, 3, 725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 103701, 1, 3, 725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 105602, 1, 3, 725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30040, 102801, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10001, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10002, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10003, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10004, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10005, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10006, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10007, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10008, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10009, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10010, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10011, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10012, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10013, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10014, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10015, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10016, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10017, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10018, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10019, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10020, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10021, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10022, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10023, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10024, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10025, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10026, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10027, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10028, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10029, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10030, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10031, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10032, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10033, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10034, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10035, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10036, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10037, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10038, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10039, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10040, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10041, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10042, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10043, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10044, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10045, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10046, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10047, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10048, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10049, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10050, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10051, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10052, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10053, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10054, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10055, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10056, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10057, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10058, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10059, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10061, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10062, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10063, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10064, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10065, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10066, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10069, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10072, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10070, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 10060, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20001, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20002, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20003, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20004, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20005, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20006, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20007, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20008, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20009, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20010, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20011, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20012, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20013, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20014, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20015, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20016, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20017, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20018, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20019, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20020, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20021, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20023, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20024, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20025, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20027, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20028, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20029, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20031, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20034, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 20035, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30001, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30002, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30003, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30004, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30005, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30006, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30007, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30008, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30009, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30010, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30011, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30012, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30013, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30014, 2, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30015, 2, 3, 7501, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30016, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30017, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30018, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30020, 2, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30021, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30024, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30026, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30027, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30028, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30029, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30031, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30032, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30038, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30039, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30040, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30042, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30055, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30056, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30048, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30045, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30046, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30054, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30034, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30041, 30036, 2, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100101, 1, 3, 704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100201, 1, 3, 704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100301, 1, 3, 704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100401, 1, 3, 704, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100601, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101001, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101301, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101501, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101701, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 103001, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 102601, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 102301, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100302, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101302, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 103801, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 105001, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 104601, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101601, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 102402, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101802, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 102001, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101201, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101402, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101102, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100501, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 104001, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100102, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 100402, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 105801, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 103701, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 105602, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 102801, 1, 3, 703, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30042, 101901, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10001, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10002, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10003, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10004, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10005, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10006, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10007, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10008, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10009, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10010, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10011, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10012, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10013, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10014, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10015, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10016, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10017, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10018, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10019, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10020, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10021, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10022, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10023, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10024, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10025, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10026, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10027, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10028, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10029, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10030, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10031, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10032, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10033, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10034, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10035, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10036, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10037, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10038, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10039, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10040, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10041, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10042, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10043, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10044, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10045, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10046, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10047, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10048, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10049, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10050, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10051, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10052, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10053, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10054, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10055, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10056, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10057, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10058, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10059, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10061, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10062, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10063, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10064, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10065, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10066, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10069, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10072, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10070, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 10060, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20001, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20002, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20003, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20004, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20005, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20006, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20007, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20008, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20009, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20010, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20011, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20012, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20013, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20014, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20015, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20016, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20017, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20018, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20019, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20020, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20021, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20023, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20024, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20025, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20027, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20028, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20029, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20031, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20034, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20035, 2, 2, 5250, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 20037, 2, 2, 22500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30001, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30002, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30003, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30004, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30005, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30006, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30007, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30008, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30009, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30010, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30011, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30012, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30013, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30014, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30015, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30016, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30017, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30018, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30020, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30021, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30024, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30026, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30027, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30028, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30029, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30031, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30032, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30038, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30039, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30040, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30042, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30055, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30056, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30048, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30045, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30046, 2, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30054, 2, 3, 576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30034, 2, 3, 576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30036, 2, 3, 576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30043, 30063, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100101, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100201, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100301, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100401, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100601, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101001, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101301, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101501, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101701, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 103001, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 102601, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 102301, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100302, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101302, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 103801, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 105001, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 104601, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101601, 1, 3, 455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 102402, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101802, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 102001, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101201, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101402, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101102, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100501, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 104001, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100102, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 100402, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 105801, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 103701, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 105602, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 102801, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 101901, 1, 3, 454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 103002, 1, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30044, 104502, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10001, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10002, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10003, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10004, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10005, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10006, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10007, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10008, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10009, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10010, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10011, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10012, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10013, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10014, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10015, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10016, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10017, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10018, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10019, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10020, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10021, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10022, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10023, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10024, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10025, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10026, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10027, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10028, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10029, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10030, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10031, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10032, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10033, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10034, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10035, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10036, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10037, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10038, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10039, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10040, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10041, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10042, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10043, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10044, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10045, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10046, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10047, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10048, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10049, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10050, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10051, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10052, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10053, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10054, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10055, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10056, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10057, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10058, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10059, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10061, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10062, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10063, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10064, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10065, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10066, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10069, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10072, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10070, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 10060, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20001, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20002, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20003, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20004, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20005, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20006, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20007, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20008, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20009, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20010, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20011, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20012, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20013, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20014, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20015, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20016, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20017, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20018, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20019, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20020, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20021, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20023, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20024, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20025, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20027, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20028, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20029, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20031, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20034, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20035, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 20037, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30001, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30002, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30003, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30004, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30005, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30006, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30007, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30008, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30009, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30010, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30011, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30012, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30013, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30014, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30015, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30016, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30017, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30018, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30020, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30021, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30024, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30026, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30027, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30028, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30029, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30031, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30032, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30038, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30039, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30040, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30042, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30055, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30056, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30048, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30045, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30046, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30054, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30034, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30036, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30063, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30064, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30045, 30065, 2, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100101, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100201, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100301, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100401, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100601, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101001, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101301, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101501, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101701, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 103001, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 102601, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 102301, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100302, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101302, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 103801, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 105001, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 104601, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101601, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 102402, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101802, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 102001, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101201, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101402, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101102, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100501, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 104001, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100102, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 100402, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 105801, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 103701, 1, 3, 643, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 105602, 1, 3, 642, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 102801, 1, 3, 642, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 101901, 1, 3, 642, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 103002, 1, 3, 642, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 104502, 1, 3, 642, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30046, 103901, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10001, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10002, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10003, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10004, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10005, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10006, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10007, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10008, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10009, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10010, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10011, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10012, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10013, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10014, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10015, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10016, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10017, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10018, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10019, 2, 1, 11450, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10020, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10021, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10022, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10023, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10024, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10025, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10026, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10027, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10028, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10029, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10030, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10031, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10032, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10033, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10034, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10035, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10036, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10037, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10038, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10039, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10040, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10041, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10042, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10043, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10044, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10045, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10046, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10047, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10048, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10049, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10050, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10051, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10052, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10053, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10054, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10055, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10056, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10057, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10058, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10059, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10061, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10062, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10063, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10064, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10065, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10066, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10069, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10072, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10070, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 10060, 2, 1, 11449, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20001, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20002, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20003, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20004, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20005, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20006, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20007, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20008, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20009, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20010, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20011, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20012, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20013, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20014, 2, 2, 5807, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20015, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20016, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20017, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20018, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20019, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20020, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20021, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20023, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20024, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20025, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20027, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20028, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20029, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20031, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20034, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20035, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 20037, 2, 2, 5806, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30001, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30002, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30003, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30004, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30005, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30006, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30007, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30008, 2, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30009, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30010, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30011, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30012, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30013, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30014, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30015, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30016, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30017, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30018, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30020, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30021, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30024, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30026, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30027, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30028, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30029, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30031, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30032, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30038, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30039, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30040, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30042, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30055, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30056, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30048, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30045, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30046, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30054, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30034, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30036, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30063, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30064, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30047, 30065, 2, 3, 375, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100101, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100201, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100301, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100401, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100601, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101001, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101301, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101501, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101701, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 103001, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 102601, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 102301, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100302, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101302, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 103801, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 105001, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 104601, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101601, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 102402, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101802, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 102001, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101201, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101402, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101102, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100501, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 104001, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100102, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 100402, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 105801, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 103701, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 105602, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 102801, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 101901, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 103002, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 104502, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 103901, 1, 3, 625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30048, 102501, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10001, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10002, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10003, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10004, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10005, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10006, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10007, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10008, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10009, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10010, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10011, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10012, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10013, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10014, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10015, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10016, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10017, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10018, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10019, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10020, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10021, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10022, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10023, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10024, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10025, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10026, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10027, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10028, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10029, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10030, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10031, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10032, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10033, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10034, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10035, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10036, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10037, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10038, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10039, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10040, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10041, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10042, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10043, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10044, 2, 1, 10725, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10045, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10046, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10047, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10048, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10049, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10050, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10051, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10052, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10053, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10054, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10055, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10056, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10057, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10058, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10059, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10061, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10062, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10063, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10064, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10065, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10066, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10069, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10072, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10070, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10060, 2, 1, 10724, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10067, 2, 1, 25000, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 10071, 2, 1, 25000, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20001, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20002, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20003, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20004, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20005, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20006, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20007, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20008, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20009, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20010, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20011, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20012, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20013, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20014, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20015, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20016, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20017, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20018, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20019, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20020, 2, 2, 5081, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20021, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20023, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20024, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20025, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20027, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20028, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20029, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20031, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20034, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20035, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20037, 2, 2, 5080, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 20038, 2, 2, 22500, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30001, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30002, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30003, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30004, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30005, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30006, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30007, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30008, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30009, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30010, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30011, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30012, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30013, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30014, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30015, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30016, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30017, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30018, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30020, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30021, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30024, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30026, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30027, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30028, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30029, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30031, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30032, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30038, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30039, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30040, 2, 3, 536, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30042, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30055, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30056, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30048, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30045, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30046, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30054, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30034, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30036, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30063, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30064, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30065, 2, 3, 535, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30049, 30043, 2, 3, 7500, 1, 4, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100101, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100201, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100301, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100401, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100601, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101001, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101301, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101501, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101701, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 103001, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 102601, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 102301, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100302, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101302, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 103801, 1, 3, 406, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 105001, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 104601, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101601, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 102402, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101802, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 102001, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101201, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101402, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101102, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100501, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 104001, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100102, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 100402, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 105801, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 103701, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 105602, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 102801, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101901, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 103002, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 104502, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 103901, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 102501, 1, 3, 405, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 101702, 1, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30050, 104002, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10001, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10002, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10003, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10004, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10005, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10006, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10007, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10008, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10009, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10010, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10011, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10012, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10013, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10014, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10015, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10016, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10017, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10018, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10019, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10020, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10021, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10022, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10023, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10024, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10025, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10026, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10027, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10028, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10029, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10030, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10031, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10032, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10033, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10034, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10035, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10036, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10037, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10038, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10039, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10040, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10041, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10042, 2, 1, 10599, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10043, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10044, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10045, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10046, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10047, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10048, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10049, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10050, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10051, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10052, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10053, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10054, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10055, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10056, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10057, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10058, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10059, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10061, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10062, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10063, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10064, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10065, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10066, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10069, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10072, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10070, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10060, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10067, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10071, 2, 1, 10598, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 10073, 2, 1, 37500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20001, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20002, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20003, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20004, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20005, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20006, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20007, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20008, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20009, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20010, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20011, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20012, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20013, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20014, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20015, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20016, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20017, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20018, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20019, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20020, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20021, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20023, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20024, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20025, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20027, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20028, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20029, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20031, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20034, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20035, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20037, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 20038, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30001, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30002, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30003, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30004, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30005, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30006, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30007, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30008, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30009, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30010, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30011, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30012, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30013, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30014, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30015, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30016, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30017, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30018, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30020, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30021, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30024, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30026, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30027, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30028, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30029, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30031, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30032, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30038, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30039, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30040, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30042, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30055, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30056, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30048, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30045, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30046, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30054, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30034, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30036, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30063, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30064, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30065, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30043, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30068, 2, 3, 7500, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30051, 30069, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100101, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100201, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100301, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100401, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100601, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101301, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101501, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101701, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 103001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 102601, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 102301, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100302, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101302, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 103801, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 105001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 104601, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101601, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 102402, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101802, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 102001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101201, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101402, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101102, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100501, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 104001, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100102, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 100402, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 105801, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 103701, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 105602, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 102801, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101901, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 103002, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 104502, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 103901, 1, 3, 577, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 102501, 1, 3, 576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 101702, 1, 3, 576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 104002, 1, 3, 576, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30052, 104801, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10001, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10002, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10003, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10004, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10005, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10006, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10007, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10008, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10009, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10010, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10011, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10012, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10013, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10014, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10015, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10016, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10017, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10018, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10019, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10020, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10021, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10022, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10023, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10024, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10025, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10026, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10027, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10028, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10029, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10030, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10031, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10032, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10033, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10034, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10035, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10036, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10037, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10038, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10039, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10040, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10041, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10042, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10043, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10044, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10045, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10046, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10047, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10048, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10049, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10050, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10051, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10052, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10053, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10054, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10055, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10056, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10057, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10058, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10059, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10061, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10062, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10063, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10064, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10065, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10066, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10069, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10072, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10070, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10060, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10067, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10071, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 10073, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20001, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20002, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20003, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20004, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20005, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20006, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20007, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20008, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20009, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20010, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20011, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20012, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20013, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20014, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20015, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20016, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20017, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20018, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20019, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20020, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20021, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20023, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20024, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20025, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20027, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20028, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20029, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20031, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20034, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20035, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20037, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 20038, 2, 2, 5625, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30001, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30002, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30003, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30004, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30005, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30006, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30007, 2, 3, 7501, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30008, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30009, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30010, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30011, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30012, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30013, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30014, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30015, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30016, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30017, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30018, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30020, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30021, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30024, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30026, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30027, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30028, 2, 3, 7501, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30029, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30031, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30032, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30038, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30039, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30040, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30042, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30055, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30056, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30048, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30045, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30046, 2, 3, 349, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30054, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30034, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30036, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30063, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30064, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30065, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30043, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30068, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30053, 30069, 2, 3, 348, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100101, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100201, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100301, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100401, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100601, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101001, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101301, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101501, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101701, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 103001, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 102601, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 102301, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100302, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101302, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 103801, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 105001, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 104601, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101601, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 102402, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101802, 1, 3, 563, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 102001, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101201, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101402, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101102, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100501, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 104001, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100102, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 100402, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 105801, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 103701, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 105602, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 102801, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101901, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 103002, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 104502, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 103901, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 102501, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 101702, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 104002, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 104801, 1, 3, 562, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30054, 105901, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10001, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10002, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10003, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10004, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10005, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10006, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10007, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10008, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10009, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10010, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10011, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10012, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10013, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10014, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10015, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10016, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10017, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10018, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10019, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10020, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10021, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10022, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10023, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10024, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10025, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10026, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10027, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10028, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10029, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10030, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10031, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10032, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10033, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10034, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10035, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10036, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10037, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10038, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10039, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10040, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10041, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10042, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10043, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10044, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10045, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10046, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10047, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10048, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10049, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10050, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10051, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10052, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10053, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10054, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10055, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10056, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10057, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10058, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10059, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10061, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10062, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10063, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10064, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10065, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10066, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10069, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10072, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10070, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10060, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10067, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10071, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 10073, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20001, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20002, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20003, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20004, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20005, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20006, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20007, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20008, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20009, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20010, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20011, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20012, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20013, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20014, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20015, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20016, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20017, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20018, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20019, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20020, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20021, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20023, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20024, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20025, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20027, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20028, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20029, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20031, 2, 2, 4922, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20034, 2, 2, 4921, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20035, 2, 2, 4921, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20037, 2, 2, 4921, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20038, 2, 2, 4921, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 20039, 2, 2, 22500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30001, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30002, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30003, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30004, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30005, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30006, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30007, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30008, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30009, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30010, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30011, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30012, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30013, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30014, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30015, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30016, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30017, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30018, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30020, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30021, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30024, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30026, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30027, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30028, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30029, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30031, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30032, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30038, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30039, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30040, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30042, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30055, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30056, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30048, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30045, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30046, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30054, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30034, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30036, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30063, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30064, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30065, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30043, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30068, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30069, 2, 3, 500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30055, 30071, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100101, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100201, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100301, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100401, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100601, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101001, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101301, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101501, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101701, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 103001, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102601, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102301, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100302, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101302, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 103801, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 105001, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 104601, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101601, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102402, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101802, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102001, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101201, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101402, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101102, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100501, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 104001, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100102, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100402, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 105801, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 103701, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 105602, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102801, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101901, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 103002, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 104502, 1, 3, 366, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 103901, 1, 3, 365, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102501, 1, 3, 365, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 101702, 1, 3, 365, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 104002, 1, 3, 365, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 104801, 1, 3, 365, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 105901, 1, 3, 365, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 100602, 1, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30056, 102302, 1, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10001, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10002, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10003, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10004, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10005, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10006, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10007, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10008, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10009, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10010, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10011, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10012, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10013, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10014, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10015, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10016, 2, 1, 10973, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10017, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10018, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10019, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10020, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10021, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10022, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10023, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10024, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10025, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10026, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10027, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10028, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10029, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10030, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10031, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10032, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10033, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10034, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10035, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10036, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10037, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10038, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10039, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10040, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10041, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10042, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10043, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10044, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10045, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10046, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10047, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10048, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10049, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10050, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10051, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10052, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10053, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10054, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10055, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10056, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10057, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10058, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10059, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10061, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10062, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10063, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10064, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10065, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10066, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10069, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10072, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10070, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10060, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10067, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10071, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 10073, 2, 1, 10972, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20001, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20002, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20003, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20004, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20005, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20006, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20007, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20008, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20009, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20010, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20011, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20012, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20013, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20014, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20015, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20016, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20017, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20018, 2, 2, 5455, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20019, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20020, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20021, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20023, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20024, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20025, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20027, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20028, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20029, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20031, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20034, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20035, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20037, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20038, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 20039, 2, 2, 5454, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30001, 2, 3, 327, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30002, 2, 3, 327, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30003, 2, 3, 327, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30004, 2, 3, 327, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30005, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30006, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30007, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30008, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30009, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30010, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30011, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30012, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30013, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30014, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30015, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30016, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30017, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30018, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30020, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30021, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30024, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30026, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30027, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30028, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30029, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30031, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30032, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30038, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30039, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30040, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30042, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30055, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30056, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30048, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30045, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30046, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30054, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30034, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30036, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30063, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30064, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30065, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30043, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30068, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30069, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30071, 2, 3, 326, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30072, 2, 3, 7500, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30057, 30073, 2, 3, 7500, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 101101, 1, 2, 22500, 0, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 100101, 1, 3, 3333, 1, 900, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 100201, 1, 3, 3333, 1, 800, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 100301, 1, 3, 3333, 1, 700, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 100401, 1, 3, 3333, 1, 600, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 100601, 1, 3, 3334, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 101001, 1, 3, 3334, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 101301, 1, 3, 3334, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 101701, 1, 3, 3333, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50001, 103001, 1, 3, 3333, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10001, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10002, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10003, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10004, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10005, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10006, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10007, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10008, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10009, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10010, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10011, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10012, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10013, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10014, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10015, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10016, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10017, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10018, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10019, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10020, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10021, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10022, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10023, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10024, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10025, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10026, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10027, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10028, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10029, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10030, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10031, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10032, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10033, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10034, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10035, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10036, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10037, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10038, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10039, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10040, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10041, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10042, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10043, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10044, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10045, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10046, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10047, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10048, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 10049, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20001, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20002, 2, 2, 8572, 0, 5, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20003, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20004, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20005, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20006, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20007, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20008, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20009, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20010, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20011, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20012, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20013, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20014, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20015, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20016, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20017, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20018, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20019, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20020, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 20021, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30001, 2, 3, 1500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30002, 2, 3, 1500, 1, 99, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30003, 2, 3, 1500, 1, 98, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30004, 2, 3, 1500, 1, 97, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30005, 2, 3, 1500, 1, 96, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30006, 2, 3, 1500, 1, 95, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30007, 2, 3, 1500, 1, 94, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30008, 2, 3, 1500, 1, 93, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30009, 2, 3, 1500, 1, 92, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30010, 2, 3, 1500, 1, 91, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30011, 2, 3, 1500, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30012, 2, 3, 1500, 1, 89, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30013, 2, 3, 1500, 1, 88, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30014, 2, 3, 1500, 1, 87, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30015, 2, 3, 1500, 1, 86, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30016, 2, 3, 1500, 1, 85, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30017, 2, 3, 1500, 1, 84, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30018, 2, 3, 1500, 1, 83, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30020, 2, 3, 1500, 1, 81, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50002, 30021, 2, 3, 1500, 1, 80, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100101, 1, 3, 1000, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100201, 1, 3, 1000, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100301, 1, 3, 1000, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100401, 1, 3, 1000, 1, 4, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100601, 1, 3, 1000, 1, 5, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101001, 1, 3, 1000, 1, 6, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101301, 1, 3, 1000, 1, 7, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101501, 1, 3, 1000, 1, 8, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101701, 1, 3, 1000, 1, 9, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 103001, 1, 3, 1000, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 102601, 1, 3, 1000, 1, 11, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 102301, 1, 3, 1000, 1, 12, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100302, 1, 3, 1000, 1, 13, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101302, 1, 3, 1000, 1, 14, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 103801, 1, 3, 1000, 1, 15, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 105001, 1, 3, 1000, 1, 16, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 104601, 1, 3, 1000, 1, 17, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101601, 1, 3, 1000, 1, 18, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 102402, 1, 3, 1000, 1, 19, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101802, 1, 3, 1000, 1, 20, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 102001, 1, 3, 1000, 1, 21, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101201, 1, 3, 1000, 1, 22, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101402, 1, 3, 1000, 1, 23, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 101102, 1, 3, 1000, 1, 24, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100501, 1, 3, 1000, 1, 25, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 104001, 1, 3, 1000, 1, 26, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100102, 1, 3, 1000, 1, 27, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 100402, 1, 3, 1000, 1, 30, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 105801, 1, 3, 1000, 1, 28, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50003, 103701, 1, 3, 1000, 1, 29, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10001, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10002, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10003, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10004, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10005, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10006, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10007, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10008, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10009, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10010, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10011, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10012, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10013, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10014, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10015, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10016, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10017, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10018, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10019, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10020, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10021, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10022, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10023, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10024, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10025, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10026, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10027, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10028, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10029, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10030, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10031, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10032, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10033, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10034, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10035, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10036, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10037, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10038, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10039, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10040, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10041, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10042, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10043, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10044, 2, 1, 11618, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10045, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10046, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10047, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10048, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10049, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10050, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10051, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10052, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10053, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10054, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10055, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10056, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10057, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10058, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10059, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10061, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10062, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10063, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10064, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10065, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10066, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10069, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10072, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 10070, 2, 1, 11617, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20001, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20002, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20003, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20004, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20005, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20006, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20007, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20008, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20009, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20010, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20011, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20012, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20013, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20014, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20015, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20016, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20017, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20018, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20019, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20020, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20021, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20023, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20024, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20025, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20027, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20028, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20029, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20031, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20034, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 20035, 2, 2, 6000, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30001, 2, 3, 811, 1, 1, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30002, 2, 3, 811, 1, 2, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30003, 2, 3, 811, 1, 3, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30004, 2, 3, 811, 1, 4, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30005, 2, 3, 811, 1, 5, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30006, 2, 3, 811, 1, 6, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30007, 2, 3, 811, 1, 7, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30008, 2, 3, 811, 1, 8, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30009, 2, 3, 811, 1, 9, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30010, 2, 3, 811, 1, 10, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30011, 2, 3, 811, 1, 11, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30012, 2, 3, 811, 1, 12, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30013, 2, 3, 811, 1, 13, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30014, 2, 3, 811, 1, 14, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30015, 2, 3, 811, 1, 15, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30016, 2, 3, 811, 1, 16, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30017, 2, 3, 811, 1, 17, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30018, 2, 3, 811, 1, 18, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30020, 2, 3, 811, 1, 19, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30021, 2, 3, 811, 1, 20, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30024, 2, 3, 811, 1, 21, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30026, 2, 3, 811, 1, 22, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30027, 2, 3, 811, 1, 23, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30028, 2, 3, 811, 1, 24, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30029, 2, 3, 811, 1, 25, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30031, 2, 3, 811, 1, 26, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30032, 2, 3, 811, 1, 27, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30038, 2, 3, 811, 1, 28, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30039, 2, 3, 811, 1, 29, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30040, 2, 3, 811, 1, 30, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30042, 2, 3, 810, 1, 31, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30055, 2, 3, 810, 1, 32, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30056, 2, 3, 810, 1, 33, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30048, 2, 3, 810, 1, 35, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30045, 2, 3, 810, 1, 37, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30046, 2, 3, 810, 1, 34, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (50004, 30054, 2, 3, 810, 1, 36, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 102701, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 103201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 103501, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 104101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 105201, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 105601, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 106001, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 106101, 1, 1, 98750, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 100701, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 100801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 100901, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 101101, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 101401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 101801, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 102401, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 104501, 1, 2, 22500, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 100101, 1, 3, 3334, 1, 800, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 100201, 1, 3, 3334, 1, 700, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 100301, 1, 3, 3334, 1, 600, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 100401, 1, 3, 3333, 1, 500, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 100601, 1, 3, 3333, 1, 400, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 101001, 1, 3, 3333, 1, 300, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 101301, 1, 3, 3333, 1, 200, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 101701, 1, 3, 3333, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30130, 103001, 1, 3, 3333, 1, 50, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10001, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10002, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10003, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10004, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10005, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10006, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10007, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10008, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10009, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10010, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10011, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10012, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10013, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10014, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10015, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10016, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10017, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10018, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10019, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10020, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10021, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10022, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10023, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10024, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10025, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10026, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10027, 2, 1, 16122, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10028, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10029, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10030, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10031, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10032, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10033, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10034, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10035, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10036, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10037, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10038, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10039, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10040, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10041, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10042, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10043, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10044, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10045, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10046, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10047, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10048, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 10049, 2, 1, 16123, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20001, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20002, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20003, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20004, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20005, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20006, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20007, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20008, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20009, 2, 2, 8572, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20010, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20011, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20012, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20013, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20014, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20015, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20016, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20017, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20018, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20019, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20020, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 20021, 2, 2, 8571, 0, 0, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30001, 2, 3, 1500, 1, 100, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30002, 2, 3, 1500, 1, 99, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30003, 2, 3, 1500, 1, 98, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30004, 2, 3, 1500, 1, 97, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30005, 2, 3, 1500, 1, 96, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30006, 2, 3, 1500, 1, 95, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30007, 2, 3, 1500, 1, 94, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30008, 2, 3, 1500, 1, 93, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30009, 2, 3, 1500, 1, 92, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30010, 2, 3, 1500, 1, 91, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30011, 2, 3, 1500, 1, 90, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30012, 2, 3, 1500, 1, 89, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30013, 2, 3, 1500, 1, 88, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30014, 2, 3, 1500, 1, 87, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30015, 2, 3, 1500, 1, 86, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30016, 2, 3, 1500, 1, 85, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30017, 2, 3, 1500, 1, 84, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30018, 2, 3, 1500, 1, 83, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30020, 2, 3, 1500, 1, 81, 0); INSERT INTO gacha_available (gacha_id, card_id, card_type, rarity, odds, is_pickup, recommend_order, is_prize_selectable) VALUES (30131, 30021, 2, 3, 1500, 1, 80, 0); -- Table: gacha_data CREATE TABLE 'gacha_data' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'card_type' INTEGER NOT NULL, 'daily_pay_cost' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'only_once_flag' INTEGER NOT NULL, 'rarity_odds_id' INTEGER NOT NULL, 'draw_guarantee_rarity' INTEGER NOT NULL, 'draw_guarantee_num' INTEGER NOT NULL, 'cost_type' INTEGER NOT NULL, 'cost_single' INTEGER NOT NULL, 'prize_odds_id' INTEGER NOT NULL, 'additional_piece_target_card_type_1' INTEGER NOT NULL, 'additional_piece_target_card_id_1' INTEGER NOT NULL, 'additional_piece_target_rarity_1' INTEGER NOT NULL, 'additional_piece_num_1' INTEGER NOT NULL, 'additional_piece_target_card_type_2' INTEGER NOT NULL, 'additional_piece_target_card_id_2' INTEGER NOT NULL, 'additional_piece_target_rarity_2' INTEGER NOT NULL, 'additional_piece_num_2' INTEGER NOT NULL, 'additional_piece_target_card_type_3' INTEGER NOT NULL, 'additional_piece_target_card_id_3' INTEGER NOT NULL, 'additional_piece_target_rarity_3' INTEGER NOT NULL, 'additional_piece_num_3' INTEGER NOT NULL, 'additional_piece_target_card_type_4' INTEGER NOT NULL, 'additional_piece_target_card_id_4' INTEGER NOT NULL, 'additional_piece_target_rarity_4' INTEGER NOT NULL, 'additional_piece_num_4' INTEGER NOT NULL, 'additional_piece_target_card_type_5' INTEGER NOT NULL, 'additional_piece_target_card_id_5' INTEGER NOT NULL, 'additional_piece_target_rarity_5' INTEGER NOT NULL, 'additional_piece_num_5' INTEGER NOT NULL, 'additional_piece_target_card_type_6' INTEGER NOT NULL, 'additional_piece_target_card_id_6' INTEGER NOT NULL, 'additional_piece_target_rarity_6' INTEGER NOT NULL, 'additional_piece_num_6' INTEGER NOT NULL, 'bonus_target_draw_num' INTEGER NOT NULL, 'bonus_item_category_1' INTEGER NOT NULL, 'bonus_item_id_1' INTEGER NOT NULL, 'bonus_item_num_1' INTEGER NOT NULL, 'bonus_item_category_2' INTEGER NOT NULL, 'bonus_item_id_2' INTEGER NOT NULL, 'bonus_item_num_2' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (10001, 1, 1, 50, 400, 0, 1001, 2, 1, 90, 150, 0, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1609513200, 2524651199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (10002, 1, 2, 50, 390, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1609513200, 2524651199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (20001, 2, 1, 0, 300, 0, 2001, 3, 1, 40, 0, 0, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1609513200, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (20002, 2, 2, 0, 290, 0, 2002, 3, 1, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1609513200, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (20003, 2, 1, 0, 280, 0, 3001, 2, 1, 40, 0, 0, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1609513200, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (20004, 2, 2, 0, 270, 0, 3002, 2, 1, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1609513200, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (20005, 2, 1, 0, 300, 0, 2001, 3, 1, 40, 0, 0, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1766959200, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (20006, 2, 2, 0, 290, 0, 2002, 3, 1, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1766959200, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (20007, 2, 1, 0, 280, 0, 3001, 2, 1, 40, 0, 0, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1767909600, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (20008, 2, 2, 0, 270, 0, 3002, 2, 1, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1767909600, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30002, 3, 1, 50, 400, 0, 1001, 2, 1, 90, 150, 0, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1750897800, 1751493599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30003, 3, 2, 50, 390, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1750897800, 1751493599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30004, 3, 1, 50, 801, 0, 1001, 2, 1, 90, 150, 0, 1, 101501, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1750897800, 1751493599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30005, 3, 2, 50, 800, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1750897800, 1751493599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30006, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 102601, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1751493600, 1752184799); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30007, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1751493600, 1752184799); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30008, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 102301, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752184800, 1753221599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30009, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752184800, 1753221599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30010, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 100302, 0, 90, 1, 101302, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752703200, 1754085599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30011, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752703200, 1754085599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30012, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 103801, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1753653600, 1754603999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30013, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1753653600, 1754603999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30014, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 105001, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1754258400, 1755122399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30015, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1754258400, 1755122399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30016, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 104601, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1754949600, 1755899999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30017, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1754949600, 1755899999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30018, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 101601, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1755727200, 1756677599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30019, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1755727200, 1756677599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30020, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 102402, 0, 90, 1, 101802, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1756418400, 1757541599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30021, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1756418400, 1757541599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30022, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 102001, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1757282400, 1758232799); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30023, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1757282400, 1758232799); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30024, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 101201, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1758146400, 1758837599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30025, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1758146400, 1758837599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30026, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 101402, 0, 90, 1, 101102, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1758492000, 1759615199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30027, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1758492000, 1759615199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30028, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 100501, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1759442400, 1760133599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30029, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1759442400, 1760133599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30030, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 104001, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1759874400, 1760651999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30031, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1759874400, 1760651999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30032, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 100102, 0, 90, 1, 100402, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1760479200, 1761602399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30033, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1760479200, 1761602399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30034, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 105801, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1761084000, 1761861599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30035, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1761084000, 1761861599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30036, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 103701, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1761861600, 1762725599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30037, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1761861600, 1762725599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30038, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 105602, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1762466400, 1763416799); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30039, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1762466400, 1763416799); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30040, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 102801, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1762898400, 1763762399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30041, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1762898400, 1763762399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30042, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 101901, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1763589600, 1764367199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30043, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1763589600, 1764367199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30044, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 103002, 0, 90, 1, 104502, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1764021600, 1765058399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30045, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1764021600, 1765058399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30046, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 103901, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1764626400, 1765403999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30047, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1764626400, 1765403999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30048, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 102501, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1765231200, 1765922399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30049, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1765231200, 1765922399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30050, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 101702, 0, 90, 1, 104002, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1765749600, 1766699999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30051, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1765749600, 1766699999); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30052, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 104801, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1766095200, 1767045599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30053, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1766095200, 1767045599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30054, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 105901, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1766959200, 1767823199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30055, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1766959200, 1767823199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30056, 3, 1, 50, 803, 0, 1001, 2, 1, 90, 150, 0, 1, 100602, 0, 90, 1, 102302, 0, 90, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1767650400, 1768946399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30057, 3, 2, 50, 802, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1767650400, 1768946399); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30130, 3, 1, 50, 400, 0, 1001, 2, 1, 90, 150, 0, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752444000, 1752703199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (30131, 3, 2, 50, 390, 0, 1002, 2, 1, 90, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1752444000, 1752703199); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (50001, 5, 1, 0, 500, 1, 1001, 3, 1, 92, 150, 0, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1609513200, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (50002, 5, 2, 0, 490, 1, 1002, 3, 1, 92, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1609513200, 2524662000); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (50003, 5, 1, 0, 810, 1, 1001, 3, 1, 92, 150, 0, 1, 0, 1, 5, 1, 0, 2, 10, 1, 0, 3, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1762207200, 1765317599); INSERT INTO gacha_data (id, type, card_type, daily_pay_cost, disp_order, only_once_flag, rarity_odds_id, draw_guarantee_rarity, draw_guarantee_num, cost_type, cost_single, prize_odds_id, additional_piece_target_card_type_1, additional_piece_target_card_id_1, additional_piece_target_rarity_1, additional_piece_num_1, additional_piece_target_card_type_2, additional_piece_target_card_id_2, additional_piece_target_rarity_2, additional_piece_num_2, additional_piece_target_card_type_3, additional_piece_target_card_id_3, additional_piece_target_rarity_3, additional_piece_num_3, additional_piece_target_card_type_4, additional_piece_target_card_id_4, additional_piece_target_rarity_4, additional_piece_num_4, additional_piece_target_card_type_5, additional_piece_target_card_id_5, additional_piece_target_rarity_5, additional_piece_num_5, additional_piece_target_card_type_6, additional_piece_target_card_id_6, additional_piece_target_rarity_6, additional_piece_num_6, bonus_target_draw_num, bonus_item_category_1, bonus_item_id_1, bonus_item_num_1, bonus_item_category_2, bonus_item_id_2, bonus_item_num_2, start_date, end_date) VALUES (50004, 5, 2, 0, 809, 1, 1002, 3, 1, 92, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1762207200, 1765317599); -- Table: gacha_exchange CREATE TABLE 'gacha_exchange' ('gacha_id' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'card_type' INTEGER NOT NULL, 'pay_item_num' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, PRIMARY KEY('gacha_id','card_id')); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 100101, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 100201, 1, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 100301, 1, 200, 3); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 100401, 1, 200, 4); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 101301, 1, 200, 5); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 100601, 1, 200, 6); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 101701, 1, 200, 7); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 101001, 1, 200, 8); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30002, 103001, 1, 200, 9); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30001, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30002, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30003, 2, 200, 3); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30004, 2, 200, 4); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30005, 2, 200, 5); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30006, 2, 200, 6); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30007, 2, 200, 7); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30008, 2, 200, 8); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30009, 2, 200, 9); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30010, 2, 200, 10); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30011, 2, 200, 11); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30012, 2, 200, 12); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30013, 2, 200, 13); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30014, 2, 200, 14); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30015, 2, 200, 15); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30016, 2, 200, 16); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30017, 2, 200, 17); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30018, 2, 200, 18); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30020, 2, 200, 19); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30003, 30021, 2, 200, 20); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30004, 101501, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30005, 30024, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30006, 102601, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30007, 30026, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30008, 102301, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30009, 30027, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30010, 100302, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30010, 101302, 1, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30011, 30028, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30011, 30029, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30012, 103801, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30013, 30031, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30014, 105001, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30015, 30032, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30016, 104601, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30017, 30016, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30017, 30021, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30018, 101601, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30019, 30038, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30020, 102402, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30020, 101802, 1, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30021, 30039, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30021, 30040, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30022, 102001, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30023, 30002, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30023, 30009, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30024, 101201, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30025, 30042, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30026, 101402, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30026, 101102, 1, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30027, 30055, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30027, 30056, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30028, 100501, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30029, 30048, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30030, 104001, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30031, 30005, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30031, 30018, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30032, 100102, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30032, 100402, 1, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30033, 30045, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30033, 30046, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30034, 105801, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30035, 30001, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30035, 30003, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30036, 103701, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30037, 30054, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30038, 105602, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30039, 30034, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30039, 30036, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30040, 102801, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30041, 30015, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30041, 30020, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30042, 101901, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30043, 30063, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30044, 103002, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30044, 104502, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30045, 30064, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30045, 30065, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30046, 103901, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30047, 30032, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30047, 30008, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30048, 102501, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30049, 30043, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30050, 101702, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30050, 104002, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30051, 30068, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30051, 30069, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30052, 104801, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30053, 30028, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30053, 30007, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30054, 105901, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30055, 30071, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30056, 100602, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30056, 102302, 1, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30057, 30072, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30057, 30073, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 100101, 1, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 100201, 1, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 100301, 1, 200, 3); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 100401, 1, 200, 4); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 101301, 1, 200, 5); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 100601, 1, 200, 6); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 101701, 1, 200, 7); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 101001, 1, 200, 8); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30130, 103001, 1, 200, 9); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30001, 2, 200, 1); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30002, 2, 200, 2); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30003, 2, 200, 3); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30004, 2, 200, 4); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30005, 2, 200, 5); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30006, 2, 200, 6); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30007, 2, 200, 7); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30008, 2, 200, 8); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30009, 2, 200, 9); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30010, 2, 200, 10); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30011, 2, 200, 11); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30012, 2, 200, 12); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30013, 2, 200, 13); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30014, 2, 200, 14); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30015, 2, 200, 15); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30016, 2, 200, 16); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30017, 2, 200, 17); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30018, 2, 200, 18); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30020, 2, 200, 19); INSERT INTO gacha_exchange (gacha_id, card_id, card_type, pay_item_num, disp_order) VALUES (30131, 30021, 2, 200, 20); -- Table: gacha_free_campaign CREATE TABLE 'gacha_free_campaign' ('id' INTEGER NOT NULL, 'gacha_id' INTEGER NOT NULL, 'target_draw_type' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO gacha_free_campaign (id, gacha_id, target_draw_type, start_date, end_date) VALUES (1, 30004, 1, 1750897800, 1751468399); INSERT INTO gacha_free_campaign (id, gacha_id, target_draw_type, start_date, end_date) VALUES (2, 30007, 1, 1751493600, 1752098399); INSERT INTO gacha_free_campaign (id, gacha_id, target_draw_type, start_date, end_date) VALUES (3, 30015, 1, 1754604000, 1755122399); INSERT INTO gacha_free_campaign (id, gacha_id, target_draw_type, start_date, end_date) VALUES (4, 30016, 1, 1754949600, 1755701999); INSERT INTO gacha_free_campaign (id, gacha_id, target_draw_type, start_date, end_date) VALUES (5, 30034, 1, 1761516000, 1761861599); INSERT INTO gacha_free_campaign (id, gacha_id, target_draw_type, start_date, end_date) VALUES (6, 30036, 1, 1761861600, 1762466399); INSERT INTO gacha_free_campaign (id, gacha_id, target_draw_type, start_date, end_date) VALUES (8, 30039, 10, 1762466400, 1763305199); -- Table: gacha_piece CREATE TABLE 'gacha_piece' ('id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'piece_type' INTEGER NOT NULL, 'piece_num' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO gacha_piece (id, rarity, piece_type, piece_num, item_category, item_id) VALUES (1, 1, 2, 1, 97, 115); INSERT INTO gacha_piece (id, rarity, piece_type, piece_num, item_category, item_id) VALUES (2, 2, 2, 3, 97, 115); INSERT INTO gacha_piece (id, rarity, piece_type, piece_num, item_category, item_id) VALUES (3, 3, 2, 20, 97, 115); -- Table: gacha_prize_odds CREATE TABLE 'gacha_prize_odds' ('prize_odds_id' INTEGER NOT NULL, 'place' INTEGER NOT NULL, 'odds' INTEGER NOT NULL, 'piece_num' INTEGER NOT NULL, 'item_category_1' INTEGER NOT NULL, 'item_id_1' INTEGER NOT NULL, 'item_num_1' INTEGER NOT NULL, 'item_category_2' INTEGER NOT NULL, 'item_id_2' INTEGER NOT NULL, 'item_num_2' INTEGER NOT NULL, 'item_category_3' INTEGER NOT NULL, 'item_id_3' INTEGER NOT NULL, 'item_num_3' INTEGER NOT NULL, 'item_category_4' INTEGER NOT NULL, 'item_id_4' INTEGER NOT NULL, 'item_num_4' INTEGER NOT NULL, 'item_category_5' INTEGER NOT NULL, 'item_id_5' INTEGER NOT NULL, 'item_num_5' INTEGER NOT NULL, 'item_category_6' INTEGER NOT NULL, 'item_id_6' INTEGER NOT NULL, 'item_num_6' INTEGER NOT NULL, PRIMARY KEY('prize_odds_id','place')); -- Table: gacha_stock_campaign CREATE TABLE 'gacha_stock_campaign' ('id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: gacha_stock_detail CREATE TABLE 'gacha_stock_detail' ('id' INTEGER NOT NULL, 'gacha_stock_id' INTEGER NOT NULL, 'gacha_id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: gacha_top_bg CREATE TABLE 'gacha_top_bg' ('id' INTEGER NOT NULL, 'gacha_id' INTEGER NOT NULL, 'logo_size_x' INTEGER NOT NULL, 'logo_size_y' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (1, 30002, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (2, 30003, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (3, 20001, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (4, 20002, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (5, 50001, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (6, 50002, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (7, 20003, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (8, 20004, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (9, 30004, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (10, 30005, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (11, 30006, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (12, 30007, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (13, 30008, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (14, 30009, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (15, 10001, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (16, 10002, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (17, 30010, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (18, 30011, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (19, 30012, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (20, 30013, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (21, 30014, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (22, 30015, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (23, 30016, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (24, 30017, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (25, 30018, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (26, 30019, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (27, 30020, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (28, 30021, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (29, 30022, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (30, 30023, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (31, 30024, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (32, 30025, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (33, 30026, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (34, 30027, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (35, 30028, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (36, 30029, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (37, 30030, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (38, 30031, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (39, 30032, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (40, 30033, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (41, 30034, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (42, 30035, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (43, 30036, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (44, 30037, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (45, 50003, 434, 240); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (46, 50004, 434, 240); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (47, 30038, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (48, 30039, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (49, 30040, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (50, 30041, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (51, 30042, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (52, 30043, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (53, 30044, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (54, 30045, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (55, 30046, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (56, 30047, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (57, 30048, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (58, 30049, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (59, 30050, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (60, 30051, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (61, 30052, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (62, 30053, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (63, 30054, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (64, 30055, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (65, 20005, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (66, 20006, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (67, 20007, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (68, 20008, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (69, 30056, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (70, 30057, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (143, 30130, 0, 0); INSERT INTO gacha_top_bg (id, gacha_id, logo_size_x, logo_size_y) VALUES (144, 30131, 0, 0); -- Table: gift_message CREATE TABLE 'gift_message' ('id' INTEGER NOT NULL, 'type_1' INTEGER NOT NULL, 'type_2' INTEGER NOT NULL, 'type_3' INTEGER NOT NULL, 'type_4' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (6, 3, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (11, 5, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (19, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (20, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (22, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (23, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (24, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (26, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (27, 6, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (28, 4, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (29, 4, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (30, 4, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (31, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (32, 4, 4, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (33, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (34, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (35, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (36, 7, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (37, 7, 4, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (38, 7, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (39, 4, 4, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (40, 4, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (41, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (42, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (43, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (44, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (45, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (46, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (47, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (48, 8, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (49, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (50, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (51, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (52, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (53, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (54, 9, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (55, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (56, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (57, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (58, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (59, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (60, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (61, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (1005, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (1006, 2, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (1007, 3, 4, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9000, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9001, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9002, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9003, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9004, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9005, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9006, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9007, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9209, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9210, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (9211, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10001, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10002, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10003, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10004, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10005, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10006, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10007, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10008, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10009, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10010, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10011, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10013, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10014, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10015, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10016, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10017, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10018, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10019, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10020, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10021, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10022, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10023, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10024, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (10025, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (20014, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (30001, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (30024, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (30025, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (30026, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (30027, 0, 0, 0, 0); INSERT INTO gift_message (id, type_1, type_2, type_3, type_4) VALUES (99999, 99, 0, 0, 0); -- Table: highlight_interpolate CREATE TABLE 'highlight_interpolate' ('id' INTEGER NOT NULL, 'in_time' INTEGER NOT NULL, 'out_time' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO highlight_interpolate (id, in_time, out_time) VALUES (0, 0, 0); INSERT INTO highlight_interpolate (id, in_time, out_time) VALUES (1, 3000, 5000); INSERT INTO highlight_interpolate (id, in_time, out_time) VALUES (2, 0, 0); -- Table: home_character_type CREATE TABLE 'home_character_type' ('pos_id' INTEGER NOT NULL, 'original_personality' INTEGER NOT NULL, 'change_personality' INTEGER NOT NULL, PRIMARY KEY('pos_id','original_personality')); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (1, 1, 1); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (1, 2, 2); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (1, 3, 3); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (1, 4, 1); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (1, 5, 5); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (1, 6, 5); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (2, 1, 1); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (2, 2, 2); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (2, 3, 3); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (2, 4, 1); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (2, 5, 2); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (2, 6, 2); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (3, 1, 1); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (3, 2, 2); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (3, 3, 3); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (3, 4, 1); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (3, 5, 5); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (3, 6, 5); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (4, 1, 1); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (4, 2, 2); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (4, 3, 3); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (4, 4, 1); INSERT INTO home_character_type (pos_id, original_personality, change_personality) VALUES (4, 5, 2); -- Table: home_eat CREATE TABLE 'home_eat' ('chara_id' INTEGER NOT NULL, 'body_shape' INTEGER NOT NULL, 'prop_id_right' INTEGER NOT NULL, 'prop_eat_animation_right' TEXT NOT NULL, 'override_motion_right' TEXT NOT NULL, 'prop_id_left' INTEGER NOT NULL, 'prop_eat_animation_left' TEXT NOT NULL, 'override_motion_left' TEXT NOT NULL, 'walk_motion' TEXT NOT NULL, 'walk_chara_face_type' TEXT NOT NULL, 'eat_motion' TEXT NOT NULL, 'eat_facial_motion' TEXT NOT NULL, 'odds' INTEGER NOT NULL); -- Table: home_env_setting CREATE TABLE 'home_env_setting' ('id' INTEGER NOT NULL, 'home_set_id' INTEGER NOT NULL, 'home_event_type' INTEGER NOT NULL, 'resource_event_check' INTEGER NOT NULL, 'season' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'timezone' INTEGER NOT NULL, 'resource' INTEGER NOT NULL, 'bgm_cue_name' TEXT NOT NULL, 'bgm_cuesheet_name' TEXT NOT NULL, 'env_cue_name' TEXT NOT NULL, 'env_cuesheet_name' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (1, 10001, 0, 0, 1, 1, 1, 112, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesp_d', 'snd_sfx_atmos_homesp_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (2, 10001, 0, 0, 1, 1, 2, 112, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesp_d', 'snd_sfx_atmos_homesp_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (3, 10001, 0, 0, 1, 1, 3, 114, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesp_n', 'snd_sfx_atmos_homesp_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (4, 10001, 0, 0, 1, 1, 4, 114, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesp_n', 'snd_sfx_atmos_homesp_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (5, 10001, 0, 0, 1, 2, 1, 112, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesp_d', 'snd_sfx_atmos_homesp_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (6, 10001, 0, 0, 1, 2, 2, 112, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesp_d', 'snd_sfx_atmos_homesp_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (7, 10001, 0, 0, 1, 2, 3, 114, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesp_n', 'snd_sfx_atmos_homesp_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (8, 10001, 0, 0, 1, 2, 4, 114, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesp_n', 'snd_sfx_atmos_homesp_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (9, 10001, 0, 0, 1, 3, 1, 112, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesp_d', 'snd_sfx_atmos_homesp_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (10, 10001, 0, 0, 1, 3, 2, 112, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesp_d', 'snd_sfx_atmos_homesp_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (11, 10001, 0, 0, 1, 3, 3, 114, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesp_n', 'snd_sfx_atmos_homesp_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (12, 10001, 0, 0, 1, 3, 4, 114, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesp_n', 'snd_sfx_atmos_homesp_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (13, 10001, 0, 0, 1, 4, 1, 112, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesp_d', 'snd_sfx_atmos_homesp_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (14, 10001, 0, 0, 1, 4, 2, 112, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesp_d', 'snd_sfx_atmos_homesp_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (15, 10001, 0, 0, 1, 4, 3, 114, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesp_n', 'snd_sfx_atmos_homesp_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (16, 10001, 0, 0, 1, 4, 4, 114, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesp_n', 'snd_sfx_atmos_homesp_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (17, 10001, 0, 0, 2, 1, 1, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (18, 10001, 0, 0, 2, 1, 2, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (19, 10001, 0, 0, 2, 1, 3, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (20, 10001, 0, 0, 2, 1, 4, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (21, 10001, 0, 0, 2, 2, 1, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (22, 10001, 0, 0, 2, 2, 2, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (23, 10001, 0, 0, 2, 2, 3, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (24, 10001, 0, 0, 2, 2, 4, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (25, 10001, 0, 0, 2, 3, 1, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (26, 10001, 0, 0, 2, 3, 2, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (27, 10001, 0, 0, 2, 3, 3, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (28, 10001, 0, 0, 2, 3, 4, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (29, 10001, 0, 0, 2, 4, 1, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (30, 10001, 0, 0, 2, 4, 2, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (31, 10001, 0, 0, 2, 4, 3, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (32, 10001, 0, 0, 2, 4, 4, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (33, 10001, 0, 0, 3, 1, 1, 312, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homefa_d', 'snd_sfx_atmos_homefa_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (34, 10001, 0, 0, 3, 1, 2, 312, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homefa_d', 'snd_sfx_atmos_homefa_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (35, 10001, 0, 0, 3, 1, 3, 314, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homefa_n', 'snd_sfx_atmos_homefa_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (36, 10001, 0, 0, 3, 1, 4, 314, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homefa_n', 'snd_sfx_atmos_homefa_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (37, 10001, 0, 0, 3, 2, 1, 312, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homefa_d', 'snd_sfx_atmos_homefa_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (38, 10001, 0, 0, 3, 2, 2, 312, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homefa_d', 'snd_sfx_atmos_homefa_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (39, 10001, 0, 0, 3, 2, 3, 314, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homefa_n', 'snd_sfx_atmos_homefa_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (40, 10001, 0, 0, 3, 2, 4, 314, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homefa_n', 'snd_sfx_atmos_homefa_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (41, 10001, 0, 0, 3, 3, 1, 312, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homefa_d', 'snd_sfx_atmos_homefa_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (42, 10001, 0, 0, 3, 3, 2, 312, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homefa_d', 'snd_sfx_atmos_homefa_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (43, 10001, 0, 0, 3, 3, 3, 314, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homefa_n', 'snd_sfx_atmos_homefa_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (44, 10001, 0, 0, 3, 3, 4, 314, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homefa_n', 'snd_sfx_atmos_homefa_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (45, 10001, 0, 0, 3, 4, 1, 312, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homefa_d', 'snd_sfx_atmos_homefa_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (46, 10001, 0, 0, 3, 4, 2, 312, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homefa_d', 'snd_sfx_atmos_homefa_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (47, 10001, 0, 0, 3, 4, 3, 314, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homefa_n', 'snd_sfx_atmos_homefa_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (48, 10001, 0, 0, 3, 4, 4, 314, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homefa_n', 'snd_sfx_atmos_homefa_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (49, 10001, 0, 0, 4, 1, 1, 412, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homewi_d', 'snd_sfx_atmos_homewi_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (50, 10001, 0, 0, 4, 1, 2, 412, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homewi_d', 'snd_sfx_atmos_homewi_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (51, 10001, 0, 0, 4, 1, 3, 414, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homewi_n', 'snd_sfx_atmos_homewi_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (52, 10001, 0, 0, 4, 1, 4, 414, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homewi_n', 'snd_sfx_atmos_homewi_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (53, 10001, 0, 0, 4, 2, 1, 412, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homewi_d', 'snd_sfx_atmos_homewi_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (54, 10001, 0, 0, 4, 2, 2, 412, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homewi_d', 'snd_sfx_atmos_homewi_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (55, 10001, 0, 0, 4, 2, 3, 414, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homewi_n', 'snd_sfx_atmos_homewi_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (56, 10001, 0, 0, 4, 2, 4, 414, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homewi_n', 'snd_sfx_atmos_homewi_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (57, 10001, 0, 0, 4, 3, 1, 412, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homewi_d', 'snd_sfx_atmos_homewi_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (58, 10001, 0, 0, 4, 3, 2, 412, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homewi_d', 'snd_sfx_atmos_homewi_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (59, 10001, 0, 0, 4, 3, 3, 414, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homewi_n', 'snd_sfx_atmos_homewi_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (60, 10001, 0, 0, 4, 3, 4, 414, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homewi_n', 'snd_sfx_atmos_homewi_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (61, 10001, 0, 0, 4, 4, 1, 412, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homewi_d', 'snd_sfx_atmos_homewi_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (62, 10001, 0, 0, 4, 4, 2, 412, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homewi_d', 'snd_sfx_atmos_homewi_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (63, 10001, 0, 0, 4, 4, 3, 414, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homewi_n', 'snd_sfx_atmos_homewi_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (64, 10001, 0, 0, 4, 4, 4, 414, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homewi_n', 'snd_sfx_atmos_homewi_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (65, 10001, 0, 0, 5, 1, 1, 512, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homecb_d', 'snd_sfx_atmos_homecb_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (66, 10001, 0, 0, 5, 1, 2, 512, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homecb_d', 'snd_sfx_atmos_homecb_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (67, 10001, 0, 0, 5, 1, 3, 514, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homecb_n', 'snd_sfx_atmos_homecb_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (68, 10001, 0, 0, 5, 1, 4, 514, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homecb_n', 'snd_sfx_atmos_homecb_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (69, 10001, 0, 0, 5, 2, 1, 512, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homecb_d', 'snd_sfx_atmos_homecb_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (70, 10001, 0, 0, 5, 2, 2, 512, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homecb_d', 'snd_sfx_atmos_homecb_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (71, 10001, 0, 0, 5, 2, 3, 514, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homecb_n', 'snd_sfx_atmos_homecb_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (72, 10001, 0, 0, 5, 2, 4, 514, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homecb_n', 'snd_sfx_atmos_homecb_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (73, 10001, 0, 0, 5, 3, 1, 512, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homecb_d', 'snd_sfx_atmos_homecb_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (74, 10001, 0, 0, 5, 3, 2, 512, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homecb_d', 'snd_sfx_atmos_homecb_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (75, 10001, 0, 0, 5, 3, 3, 514, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homecb_n', 'snd_sfx_atmos_homecb_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (76, 10001, 0, 0, 5, 3, 4, 514, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homecb_n', 'snd_sfx_atmos_homecb_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (77, 10001, 0, 0, 5, 4, 1, 512, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homecb_d', 'snd_sfx_atmos_homecb_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (78, 10001, 0, 0, 5, 4, 2, 512, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homecb_d', 'snd_sfx_atmos_homecb_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (79, 10001, 0, 0, 5, 4, 3, 514, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homecb_n', 'snd_sfx_atmos_homecb_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (80, 10001, 0, 0, 5, 4, 4, 514, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homecb_n', 'snd_sfx_atmos_homecb_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (81, 10001, 20001, 0, 3, 1, 1, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (82, 10001, 20001, 0, 3, 1, 2, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (83, 10001, 20001, 0, 3, 1, 3, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (84, 10001, 20001, 0, 3, 1, 4, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (90081, 10001, 20001, 0, 4, 1, 1, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (90082, 10001, 20001, 0, 4, 1, 2, 212, 'snd_bgm_DM011_sys', 'snd_bgm_DM011', 'snd_sfx_atmos_homesu_d', 'snd_sfx_atmos_homesu_d'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (90083, 10001, 20001, 0, 4, 1, 3, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); INSERT INTO home_env_setting (id, home_set_id, home_event_type, resource_event_check, season, weather, timezone, resource, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (90084, 10001, 20001, 0, 4, 1, 4, 214, 'snd_bgm_DM011B_sys', 'snd_bgm_DM011B', 'snd_sfx_atmos_homesu_n', 'snd_sfx_atmos_homesu_n'); -- Table: home_event_schedule CREATE TABLE 'home_event_schedule' ('id' INTEGER NOT NULL, 'event_id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO home_event_schedule (id, event_id, start_date, end_date) VALUES (1, 20001, 1761516000, 1765317599); -- Table: home_poster_data CREATE TABLE 'home_poster_data' ('id' INTEGER NOT NULL, 'pos_index' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'height' INTEGER NOT NULL, 'width' INTEGER NOT NULL, 'posi_vertical' INTEGER NOT NULL, 'posi_horizontal' INTEGER NOT NULL, 'detail_value' INTEGER NOT NULL, 'url_value' INTEGER NOT NULL, 'url' TEXT NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO home_poster_data (id, pos_index, priority, height, width, posi_vertical, posi_horizontal, detail_value, url_value, url, start_date, end_date) VALUES (1009, 2, 2, 256, 192, -11, 3, 1, 1, 'https://umamusume.com/', 1754604000, 1755874799); INSERT INTO home_poster_data (id, pos_index, priority, height, width, posi_vertical, posi_horizontal, detail_value, url_value, url, start_date, end_date) VALUES (9001, 1, 1, 256, 192, -11, -80, 1, 1, 'https://discord.gg/umamusume-eng', 1519916400, 2524608000); INSERT INTO home_poster_data (id, pos_index, priority, height, width, posi_vertical, posi_horizontal, detail_value, url_value, url, start_date, end_date) VALUES (9002, 2, 0, 256, 192, -11, 3, 1, 1, 'https://umamusume.com/', 1519916400, 2524608000); INSERT INTO home_poster_data (id, pos_index, priority, height, width, posi_vertical, posi_horizontal, detail_value, url_value, url, start_date, end_date) VALUES (9003, 3, 1, 256, 192, -11, 85, 1, 1, 'https://www.youtube.com/@umamusume_eng', 1519916400, 2524608000); INSERT INTO home_poster_data (id, pos_index, priority, height, width, posi_vertical, posi_horizontal, detail_value, url_value, url, start_date, end_date) VALUES (9004, 2, 2, 256, 192, -11, 3, 1, 1, 'https://hachamecha-umamusume.jp/en/products/', 1756512000, 1757548799); INSERT INTO home_poster_data (id, pos_index, priority, height, width, posi_vertical, posi_horizontal, detail_value, url_value, url, start_date, end_date) VALUES (9005, 3, 2, 256, 200, -11, 85, 1, 1, 'https://shadowverse-wb.com/en/', 1760011200, 1760702399); INSERT INTO home_poster_data (id, pos_index, priority, height, width, posi_vertical, posi_horizontal, detail_value, url_value, url, start_date, end_date) VALUES (9006, 2, 2, 256, 181, -11, 3, 1, 1, 'https://anime-cinderellagray.com/', 1759752000, 1765454399); INSERT INTO home_poster_data (id, pos_index, priority, height, width, posi_vertical, posi_horizontal, detail_value, url_value, url, start_date, end_date) VALUES (9007, 2, 2, 256, 181, -11, 3, 1, 1, 'https://anime-cinderellagray.com/', 1765454400, 1766361599); -- Table: home_prop_setting CREATE TABLE 'home_prop_setting' ('pos_id' INTEGER NOT NULL, 'personality' INTEGER NOT NULL, 'prop_id' INTEGER NOT NULL, 'attach_node' INTEGER NOT NULL, PRIMARY KEY('pos_id','personality')); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (1, 1, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (1, 2, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (1, 3, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (1, 4, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (1, 5, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (2, 1, 100303, 1); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (2, 2, 100303, 2); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (2, 3, 100303, 1); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (2, 4, 100303, 2); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (2, 5, 100303, 2); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (3, 1, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (3, 2, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (3, 3, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (3, 4, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (3, 5, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (4, 1, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (4, 2, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (4, 3, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (4, 4, 0, 0); INSERT INTO home_prop_setting (pos_id, personality, prop_id, attach_node) VALUES (4, 5, 0, 0); -- Table: home_story_trigger CREATE TABLE 'home_story_trigger' ('id' INTEGER NOT NULL, 'pos_id' INTEGER NOT NULL, 'home_event_type' INTEGER NOT NULL, 'num' INTEGER NOT NULL, 'story_id' INTEGER NOT NULL, 'chara_id_1' INTEGER NOT NULL, 'chara_id_2' INTEGER NOT NULL, 'chara_id_3' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'gallery_chara_id' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('gallery_chara_id','disp_order')); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (1, 410, 0, 1, 1001001, 1001, 0, 0, 0, 1001, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (2, 510, 0, 1, 1001002, 1001, 0, 0, 1, 1001, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (3, 310, 0, 1, 1001003, 1001, 0, 0, 1, 1001, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (4, 310, 0, 1, 1002001, 1002, 0, 0, 0, 1002, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (5, 210, 0, 1, 1002002, 1002, 0, 0, 1, 1002, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (6, 110, 0, 1, 1002003, 1002, 0, 0, 1, 1002, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (7, 310, 0, 1, 1003001, 1003, 0, 0, 1, 1003, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (8, 410, 0, 1, 1003002, 1003, 0, 0, 1, 1003, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (9, 510, 0, 1, 1003003, 1003, 0, 0, 0, 1003, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (10, 310, 0, 1, 1004001, 1004, 0, 0, 1, 1004, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (11, 210, 0, 1, 1004002, 1004, 0, 0, 1, 1004, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (12, 110, 0, 1, 1004003, 1004, 0, 0, 0, 1004, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (13, 110, 0, 1, 1006001, 1006, 0, 0, 0, 1006, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (14, 310, 0, 1, 1006002, 1006, 0, 0, 1, 1006, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (15, 210, 0, 1, 1006003, 1006, 0, 0, 1, 1006, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (16, 510, 0, 1, 1007001, 1007, 0, 0, 1, 1007, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (17, 310, 0, 1, 1007002, 1007, 0, 0, 1, 1007, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (18, 410, 0, 1, 1007003, 1007, 0, 0, 0, 1007, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (19, 310, 0, 1, 1008001, 1008, 0, 0, 0, 1008, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (20, 110, 0, 1, 1008002, 1008, 0, 0, 1, 1008, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (21, 210, 0, 1, 1008003, 1008, 0, 0, 1, 1008, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (22, 310, 0, 1, 1009001, 1009, 0, 0, 0, 1009, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (23, 510, 0, 1, 1009002, 1009, 0, 0, 1, 1009, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (24, 410, 0, 1, 1009003, 1009, 0, 0, 1, 1009, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (25, 110, 0, 1, 1010001, 1010, 0, 0, 0, 1010, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (26, 310, 0, 1, 1010002, 1010, 0, 0, 1, 1010, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (27, 210, 0, 1, 1010003, 1010, 0, 0, 1, 1010, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (28, 310, 0, 1, 1011001, 1011, 0, 0, 1, 1011, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (29, 410, 0, 1, 1011002, 1011, 0, 0, 1, 1011, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (30, 510, 0, 1, 1011003, 1011, 0, 0, 0, 1011, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (31, 310, 0, 1, 1013001, 1013, 0, 0, 0, 1013, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (32, 510, 0, 1, 1013002, 1013, 0, 0, 1, 1013, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (33, 410, 0, 1, 1013003, 1013, 0, 0, 1, 1013, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (34, 310, 0, 1, 1014001, 1014, 0, 0, 0, 1014, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (35, 210, 0, 1, 1014002, 1014, 0, 0, 1, 1014, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (36, 110, 0, 1, 1014003, 1014, 0, 0, 1, 1014, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (37, 310, 0, 1, 1017001, 1017, 0, 0, 0, 1017, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (38, 110, 0, 1, 1017002, 1017, 0, 0, 1, 1017, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (39, 210, 0, 1, 1017003, 1017, 0, 0, 1, 1017, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (40, 310, 0, 1, 1018001, 1018, 0, 0, 1, 1018, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (41, 510, 0, 1, 1018002, 1018, 0, 0, 0, 1018, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (42, 410, 0, 1, 1018003, 1018, 0, 0, 1, 1018, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (43, 310, 0, 1, 1024001, 1024, 0, 0, 1, 1024, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (44, 410, 0, 1, 1024002, 1024, 0, 0, 0, 1024, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (45, 510, 0, 1, 1024003, 1024, 0, 0, 1, 1024, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (46, 310, 0, 1, 1027001, 1027, 0, 0, 0, 1027, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (47, 210, 0, 1, 1027002, 1027, 0, 0, 1, 1027, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (48, 110, 0, 1, 1027003, 1027, 0, 0, 1, 1027, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (49, 310, 0, 1, 1030001, 1030, 0, 0, 0, 1030, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (50, 510, 0, 1, 1030002, 1030, 0, 0, 1, 1030, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (51, 410, 0, 1, 1030003, 1030, 0, 0, 1, 1030, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (52, 210, 0, 1, 1032001, 1032, 0, 0, 0, 1032, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (53, 110, 0, 1, 1032002, 1032, 0, 0, 1, 1032, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (54, 310, 0, 1, 1032003, 1032, 0, 0, 1, 1032, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (55, 310, 0, 1, 1035001, 1035, 0, 0, 0, 1035, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (56, 410, 0, 1, 1035002, 1035, 0, 0, 1, 1035, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (57, 510, 0, 1, 1035003, 1035, 0, 0, 1, 1035, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (58, 310, 0, 1, 1041001, 1041, 0, 0, 0, 1041, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (59, 510, 0, 1, 1041002, 1041, 0, 0, 1, 1041, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (60, 410, 0, 1, 1041003, 1041, 0, 0, 1, 1041, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (61, 310, 0, 1, 1045001, 1045, 0, 0, 1, 1045, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (62, 210, 0, 1, 1045002, 1045, 0, 0, 1, 1045, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (63, 110, 0, 1, 1045003, 1045, 0, 0, 0, 1045, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (64, 210, 0, 1, 1052001, 1052, 0, 0, 0, 1052, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (65, 410, 0, 1, 1052002, 1052, 0, 0, 1, 1052, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (66, 510, 0, 1, 1052003, 1052, 0, 0, 1, 1052, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (67, 310, 0, 1, 1056001, 1056, 0, 0, 0, 1056, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (68, 110, 0, 1, 1056002, 1056, 0, 0, 1, 1056, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (69, 210, 0, 1, 1056003, 1056, 0, 0, 1, 1056, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (70, 510, 0, 1, 1060001, 1060, 0, 0, 0, 1060, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (71, 410, 0, 1, 1060002, 1060, 0, 0, 1, 1060, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (72, 310, 0, 1, 1060003, 1060, 0, 0, 1, 1060, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (73, 210, 0, 1, 1061001, 1061, 0, 0, 1, 1061, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (74, 310, 0, 1, 1061002, 1061, 0, 0, 0, 1061, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (75, 110, 0, 1, 1061003, 1061, 0, 0, 0, 1061, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (76, 120, 0, 2, 1001001, 1001, 1002, 0, 2, 1001, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (77, 520, 0, 2, 1001002, 1003, 1001, 0, 3, 1001, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (78, 520, 0, 2, 1002001, 1010, 1002, 0, 3, 1002, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (79, 220, 0, 2, 1002002, 1002, 1018, 0, 2, 1002, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (80, 220, 0, 2, 1003001, 1003, 1017, 0, 2, 1003, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (81, 420, 0, 2, 1003002, 1003, 1013, 0, 2, 1003, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (82, 420, 0, 2, 1004001, 1004, 1017, 0, 2, 1004, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (83, 120, 0, 2, 1004002, 1011, 1004, 0, 3, 1004, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (84, 520, 0, 2, 1006001, 1053, 1006, 0, 3, 1006, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (85, 220, 0, 2, 1006002, 1006, 1021, 0, 2, 1006, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (86, 220, 0, 2, 1007001, 1007, 1013, 0, 2, 1007, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (87, 420, 0, 2, 1007002, 1007, 1048, 0, 2, 1007, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (88, 420, 0, 2, 1008001, 1008, 1009, 0, 2, 1008, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (89, 120, 0, 2, 1008002, 1008, 1015, 0, 2, 1008, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (90, 120, 0, 2, 1009001, 1008, 1009, 0, 3, 1009, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (91, 520, 0, 2, 1009002, 1009, 1032, 0, 2, 1009, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (92, 520, 0, 2, 1010001, 1010, 1018, 0, 2, 1010, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (93, 420, 0, 2, 1010002, 1010, 1042, 0, 2, 1010, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (94, 220, 0, 2, 1011001, 1014, 1011, 0, 3, 1011, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (95, 420, 0, 2, 1011002, 1011, 1010, 0, 2, 1011, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (96, 120, 0, 2, 1013001, 1013, 1030, 0, 2, 1013, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (97, 520, 0, 2, 1013002, 1013, 1027, 0, 2, 1013, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (98, 520, 0, 2, 1014001, 1011, 1014, 0, 3, 1014, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (99, 120, 0, 2, 1014002, 1042, 1014, 0, 3, 1014, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (100, 420, 0, 2, 1017001, 1017, 1004, 0, 2, 1017, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (101, 120, 0, 2, 1017002, 1003, 1017, 0, 3, 1017, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (102, 120, 0, 2, 1018001, 1009, 1018, 0, 3, 1018, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (103, 520, 0, 2, 1018002, 1022, 1018, 0, 3, 1018, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (104, 220, 0, 2, 1024001, 1024, 1055, 0, 2, 1024, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (105, 420, 0, 2, 1024002, 1024, 1038, 0, 2, 1024, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (106, 420, 0, 2, 1027001, 1031, 1027, 0, 3, 1027, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (107, 120, 0, 2, 1027002, 1059, 1027, 0, 3, 1027, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (108, 120, 0, 2, 1030001, 1030, 1026, 0, 2, 1030, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (109, 520, 0, 2, 1030002, 1030, 1052, 0, 2, 1030, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (110, 520, 0, 2, 1032001, 1032, 1025, 0, 2, 1032, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (111, 220, 0, 2, 1032002, 1036, 1032, 0, 3, 1032, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (112, 220, 0, 2, 1035001, 1035, 1029, 0, 2, 1035, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (113, 420, 0, 2, 1035002, 1048, 1035, 0, 3, 1035, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (114, 120, 0, 2, 1041001, 1041, 1053, 0, 2, 1041, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (115, 520, 0, 2, 1041002, 1041, 1054, 0, 2, 1041, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (117, 220, 0, 2, 1045002, 1045, 1021, 0, 2, 1045, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (118, 220, 0, 2, 1052001, 1052, 1019, 0, 2, 1052, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (119, 420, 0, 2, 1052002, 1015, 1052, 0, 3, 1052, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (120, 420, 0, 2, 1056001, 1056, 1010, 0, 2, 1056, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (121, 120, 0, 2, 1056002, 1056, 1002, 0, 2, 1056, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (122, 120, 0, 2, 1060001, 1024, 1060, 0, 3, 1060, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (123, 520, 0, 2, 1060002, 1003, 1060, 0, 3, 1060, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (124, 520, 0, 2, 1061001, 1061, 1020, 0, 2, 1061, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (125, 220, 0, 2, 1061002, 1039, 1061, 0, 3, 1061, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (126, 430, 0, 3, 1, 1001, 1014, 1011, 1, 1001, 6); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (128, 430, 0, 3, 4, 1013, 1027, 1059, 1, 1013, 6); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (129, 130, 0, 3, 5, 1018, 1017, 1016, 1, 1017, 6); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (130, 530, 0, 3, 6, 1035, 1050, 1023, 1, 1035, 6); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (132, 530, 0, 3, 9, 1056, 1030, 1058, 1, 1056, 6); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (134, 510, 0, 1, 1015001, 1015, 0, 0, 1, 1015, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (135, 410, 0, 1, 1015002, 1015, 0, 0, 0, 1015, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (136, 210, 0, 1, 1015003, 1015, 0, 0, 1, 1015, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (137, 120, 0, 2, 1015001, 1015, 1058, 0, 2, 1015, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (139, 110, 0, 1, 1026001, 1026, 0, 0, 0, 1026, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (140, 210, 0, 1, 1026002, 1026, 0, 0, 1, 1026, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (141, 310, 0, 1, 1026003, 1026, 0, 0, 1, 1026, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (142, 520, 0, 2, 1026001, 1051, 1026, 0, 3, 1026, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (143, 220, 0, 2, 1026002, 1041, 1026, 0, 3, 1026, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (144, 310, 0, 1, 1023001, 1023, 0, 0, 1, 1023, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (145, 410, 0, 1, 1023002, 1023, 0, 0, 0, 1023, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (146, 510, 0, 1, 1023003, 1023, 0, 0, 1, 1023, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (147, 220, 0, 2, 1023001, 1023, 1016, 0, 2, 1023, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (148, 420, 0, 2, 1023002, 1023, 1047, 0, 2, 1023, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (149, 310, 0, 1, 1038001, 1038, 0, 0, 1, 1038, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (150, 110, 0, 1, 1038002, 1038, 0, 0, 0, 1038, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (151, 210, 0, 1, 1038003, 1038, 0, 0, 1, 1038, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (153, 120, 0, 2, 1038002, 1046, 1038, 0, 3, 1038, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (154, 310, 0, 1, 1050001, 1050, 0, 0, 0, 1050, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (155, 510, 0, 1, 1050002, 1050, 0, 0, 1, 1050, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (156, 410, 0, 1, 1050003, 1050, 0, 0, 1, 1050, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (157, 120, 0, 2, 1050001, 1035, 1050, 0, 3, 1050, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (158, 520, 0, 2, 1050002, 1045, 1050, 0, 3, 1050, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (159, 310, 0, 1, 1046001, 1046, 0, 0, 1, 1046, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (160, 410, 0, 1, 1046002, 1046, 0, 0, 1, 1046, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (161, 510, 0, 1, 1046003, 1046, 0, 0, 0, 1046, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (162, 220, 0, 2, 1046001, 1046, 1037, 0, 2, 1046, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (163, 420, 0, 2, 1046002, 1046, 1019, 0, 2, 1046, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (164, 530, 0, 3, 12, 1046, 1026, 1002, 1, 1046, 6); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (165, 310, 0, 1, 1016001, 1016, 0, 0, 1, 1016, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (166, 110, 0, 1, 1016002, 1016, 0, 0, 1, 1016, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (167, 210, 0, 1, 1016003, 1016, 0, 0, 0, 1016, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (168, 420, 0, 2, 1016001, 1016, 1023, 0, 2, 1016, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (169, 120, 0, 2, 1016002, 1016, 1012, 0, 2, 1016, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (170, 310, 0, 1, 1020001, 1020, 0, 0, 1, 1020, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (171, 210, 0, 1, 1020002, 1020, 0, 0, 0, 1020, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (172, 110, 0, 1, 1020003, 1020, 0, 0, 1, 1020, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (173, 520, 0, 2, 1020001, 1020, 1061, 0, 2, 1020, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (174, 220, 0, 2, 1020002, 1020, 1051, 0, 2, 1020, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (175, 310, 0, 1, 1012001, 1012, 0, 0, 1, 1012, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (176, 110, 0, 1, 1012002, 1012, 0, 0, 0, 1012, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (177, 210, 0, 1, 1012003, 1012, 0, 0, 1, 1012, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (178, 420, 0, 2, 1012001, 1012, 1016, 0, 2, 1012, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (179, 120, 0, 2, 1012002, 1012, 1054, 0, 2, 1012, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (180, 310, 0, 1, 1005001, 1005, 0, 0, 0, 1005, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (181, 510, 0, 1, 1005002, 1005, 0, 0, 1, 1005, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (182, 410, 0, 1, 1005003, 1005, 0, 0, 1, 1005, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (183, 120, 0, 2, 1005001, 1005, 1012, 0, 2, 1005, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (184, 520, 0, 2, 1005002, 1005, 1032, 0, 2, 1005, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (185, 130, 0, 3, 2, 1012, 1016, 1005, 1, 1012, 6); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (186, 410, 0, 1, 1040001, 1040, 0, 0, 0, 1040, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (187, 110, 0, 1, 1040002, 1040, 0, 0, 1, 1040, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (188, 210, 0, 1, 1040003, 1040, 0, 0, 1, 1040, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (189, 420, 0, 2, 1040001, 1040, 1029, 0, 2, 1040, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (190, 120, 0, 2, 1040002, 1048, 1040, 0, 3, 1040, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (191, 310, 0, 1, 1058001, 1058, 0, 0, 0, 1058, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (192, 410, 0, 1, 1058002, 1058, 0, 0, 1, 1058, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (193, 510, 0, 1, 1058003, 1058, 0, 0, 1, 1058, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (194, 220, 0, 2, 1058001, 1058, 1015, 0, 2, 1058, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (195, 420, 0, 2, 1058002, 1058, 1052, 0, 2, 1058, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (196, 310, 0, 1, 1037001, 1037, 0, 0, 1, 1037, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (197, 110, 0, 1, 1037002, 1037, 0, 0, 1, 1037, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (198, 210, 0, 1, 1037003, 1037, 0, 0, 0, 1037, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (199, 420, 0, 2, 1037001, 1046, 1037, 0, 3, 1037, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (200, 420, 0, 2, 1037002, 1028, 1037, 0, 3, 1037, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (201, 530, 0, 3, 14, 1037, 1038, 1046, 1, 1037, 6); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (202, 310, 0, 1, 1028001, 1028, 0, 0, 1, 1028, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (203, 210, 0, 1, 1028002, 1028, 0, 0, 1, 1028, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (204, 110, 0, 1, 1028003, 1028, 0, 0, 0, 1028, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (205, 520, 0, 2, 1028001, 1054, 1028, 0, 3, 1028, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (206, 220, 0, 2, 1028002, 1028, 1005, 0, 2, 1028, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (207, 310, 0, 1, 1019001, 1019, 0, 0, 0, 1019, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (208, 410, 0, 1, 1019002, 1019, 0, 0, 1, 1019, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (209, 510, 0, 1, 1019003, 1019, 0, 0, 1, 1019, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (210, 220, 0, 2, 1019001, 1001, 1019, 0, 3, 1019, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (211, 420, 0, 2, 1019002, 1019, 1047, 0, 2, 1019, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (212, 130, 0, 3, 15, 1058, 1015, 1019, 3, 1015, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (213, 310, 0, 1, 1039001, 1039, 0, 0, 1, 1039, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (214, 410, 0, 1, 1039002, 1039, 0, 0, 0, 1039, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (215, 510, 0, 1, 1039003, 1039, 0, 0, 1, 1039, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (216, 120, 0, 2, 1039001, 1039, 1061, 0, 2, 1039, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (217, 520, 0, 2, 1039002, 1039, 1028, 0, 2, 1039, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (218, 310, 0, 1, 1025001, 1025, 0, 0, 1, 1025, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (219, 510, 0, 1, 1025002, 1025, 0, 0, 0, 1025, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (220, 410, 0, 1, 1025003, 1025, 0, 0, 1, 1025, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (221, 120, 0, 2, 1025001, 1025, 1032, 0, 2, 1025, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (222, 520, 0, 2, 1025002, 1029, 1025, 0, 3, 1025, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (223, 310, 0, 1, 1048001, 1048, 0, 0, 0, 1048, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (224, 210, 0, 1, 1048002, 1048, 0, 0, 1, 1048, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (225, 110, 0, 1, 1048003, 1048, 0, 0, 1, 1048, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (226, 520, 0, 2, 1048001, 1007, 1048, 0, 3, 1048, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (227, 220, 0, 2, 1048002, 1048, 1037, 0, 2, 1048, 5); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (228, 310, 0, 1, 1059001, 1059, 0, 0, 0, 1059, 1); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (229, 510, 0, 1, 1059002, 1059, 0, 0, 0, 1059, 2); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (230, 410, 0, 1, 1059003, 1059, 0, 0, 1, 1059, 3); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (231, 120, 0, 2, 1059001, 1059, 1027, 0, 2, 1059, 4); INSERT INTO home_story_trigger (id, pos_id, home_event_type, num, story_id, chara_id_1, chara_id_2, chara_id_3, condition_type, gallery_chara_id, disp_order) VALUES (232, 520, 0, 2, 1059002, 1018, 1059, 0, 3, 1059, 5); -- Table: home_walk_group CREATE TABLE 'home_walk_group' ('id' INTEGER NOT NULL, 'chara_id_1' INTEGER NOT NULL, 'enable_eat_1' INTEGER NOT NULL, 'chara_id_2' INTEGER NOT NULL, 'enable_eat_2' INTEGER NOT NULL, 'chara_id_3' INTEGER NOT NULL, 'enable_eat_3' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (1, 1001, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (2, 1002, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (3, 1003, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (4, 1004, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (5, 1005, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (6, 1006, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (7, 1007, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (8, 1008, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (9, 1009, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (10, 1010, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (11, 1011, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (13, 1013, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (14, 1014, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (15, 1015, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (16, 1017, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (17, 1018, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (19, 1024, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (20, 1027, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (21, 1030, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (22, 1032, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (23, 1035, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (24, 1040, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (25, 1041, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (26, 1045, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (27, 1052, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (28, 1056, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (29, 1060, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (30, 1061, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (31, 1026, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (32, 1023, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (33, 1038, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (34, 1050, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (35, 1046, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (36, 1016, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (37, 1020, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (38, 1012, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (39, 1058, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (40, 1037, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (41, 1028, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (42, 1019, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (43, 1039, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (44, 1025, 0, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (45, 1048, 1, 0, 0, 0, 0); INSERT INTO home_walk_group (id, chara_id_1, enable_eat_1, chara_id_2, enable_eat_2, chara_id_3, enable_eat_3) VALUES (46, 1059, 0, 0, 0, 0, 0); -- Table: homestory_hip_offset CREATE TABLE 'homestory_hip_offset' ('id' INTEGER NOT NULL, 'home_event_type' INTEGER NOT NULL, 'num' INTEGER NOT NULL, 'story_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'offset' INTEGER NOT NULL); INSERT INTO homestory_hip_offset (id, home_event_type, num, story_id, chara_id, offset) VALUES (1, 0, 2, 1012002, 1054, 100); INSERT INTO homestory_hip_offset (id, home_event_type, num, story_id, chara_id, offset) VALUES (2, 0, 1, 1037002, 1037, 100); INSERT INTO homestory_hip_offset (id, home_event_type, num, story_id, chara_id, offset) VALUES (3, 0, 2, 1037001, 1037, 100); INSERT INTO homestory_hip_offset (id, home_event_type, num, story_id, chara_id, offset) VALUES (4, 0, 1, 1025002, 1025, 100); -- Table: honor_data CREATE TABLE 'honor_data' ('id' INTEGER NOT NULL, 'rank' INTEGER NOT NULL, 'category' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'step_group_id' INTEGER NOT NULL, 'step_order' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100101, 1, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100102, 1, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100103, 2, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100104, 3, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100105, 4, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100106, 4, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100120, 3, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100130, 2, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100150, 4, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100151, 4, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100170, 4, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100171, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100180, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100181, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100182, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100183, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100184, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100185, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100186, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100187, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100188, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100190, 4, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100191, 4, 100, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100201, 1, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100202, 3, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100203, 4, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100204, 3, 100, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100301, 1, 200, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100302, 2, 200, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100303, 3, 200, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100304, 4, 200, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100401, 2, 200, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100402, 3, 200, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100403, 4, 200, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100501, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100502, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100503, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100504, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100505, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100506, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100507, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100508, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100509, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100510, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100530, 4, 300, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100540, 1, 300, '2025-07-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100541, 4, 300, '2025-07-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100550, 1, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100551, 4, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100552, 4, 800, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100601, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100602, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100603, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100604, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100605, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100606, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100607, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100608, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100609, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100610, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100611, 1, 400, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100612, 1, 400, '2025-07-16 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100613, 1, 400, '2025-07-16 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100614, 1, 400, '2025-08-03 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100616, 1, 400, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100617, 1, 400, '2025-11-03 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100618, 1, 400, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100619, 1, 400, '2026-01-08 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100701, 1, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100702, 2, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100703, 3, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100704, 4, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100705, 2, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100801, 1, 500, '2025-12-24 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100802, 2, 500, '2025-12-24 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100803, 3, 500, '2025-12-24 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (100804, 4, 500, '2025-12-24 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101101, 3, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101102, 4, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101120, 4, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101201, 3, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101202, 4, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101301, 1, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101302, 2, 500, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101400, 2, 600, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101401, 1, 600, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101402, 1, 600, '2025-06-26 00:30:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101403, 1, 600, '2025-08-03 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101404, 1, 600, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101501, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101502, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101503, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101504, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101601, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101602, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101603, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101604, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101701, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101702, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101703, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101704, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101801, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101802, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101803, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101804, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101901, 1, 700, '2025-10-02 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101902, 2, 700, '2025-10-02 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101903, 3, 700, '2025-10-02 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (101904, 4, 700, '2025-10-02 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102001, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102002, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102003, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102004, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102101, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102102, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102103, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102104, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102201, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102202, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102203, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102204, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102301, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102302, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102303, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102304, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102401, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102402, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102403, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102404, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102501, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102502, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102503, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102504, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102601, 1, 700, '2025-09-17 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102602, 2, 700, '2025-09-17 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102603, 3, 700, '2025-09-17 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102604, 4, 700, '2025-09-17 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102701, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102702, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102703, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102704, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102801, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102802, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102803, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102804, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102901, 1, 700, '2025-06-26 00:30:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102902, 2, 700, '2025-06-26 00:30:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102903, 3, 700, '2025-06-26 00:30:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (102904, 4, 700, '2025-06-26 00:30:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103001, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103002, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103003, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103004, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103101, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103102, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103103, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103104, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103201, 1, 700, '2025-09-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103202, 2, 700, '2025-09-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103203, 3, 700, '2025-09-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103204, 4, 700, '2025-09-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103301, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103302, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103303, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103304, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103401, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103402, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103403, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103404, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103501, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103502, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103503, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103504, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103601, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103602, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103603, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103604, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103701, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103702, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103703, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103704, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103801, 1, 700, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103802, 2, 700, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103803, 3, 700, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103804, 4, 700, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103901, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103902, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103903, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (103904, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104001, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104002, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104003, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104004, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104101, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104102, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104103, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104104, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104201, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104202, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104203, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104204, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104301, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104302, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104303, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104304, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104401, 1, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104402, 2, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104403, 3, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104404, 4, 700, '2017-01-01 00:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104501, 1, 700, '2025-07-02 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104502, 2, 700, '2025-07-02 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104503, 3, 700, '2025-07-02 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104504, 4, 700, '2025-07-02 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104601, 1, 700, '2025-07-10 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104602, 2, 700, '2025-07-10 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104603, 3, 700, '2025-07-10 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104604, 4, 700, '2025-07-10 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104701, 1, 700, '2025-07-27 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104702, 2, 700, '2025-07-27 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104703, 3, 700, '2025-07-27 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104704, 4, 700, '2025-07-27 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104801, 1, 700, '2025-08-03 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104802, 2, 700, '2025-08-03 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104803, 3, 700, '2025-08-03 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104804, 4, 700, '2025-08-03 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104901, 1, 700, '2025-08-11 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104902, 2, 700, '2025-08-11 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104903, 3, 700, '2025-08-11 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (104904, 4, 700, '2025-08-11 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105001, 1, 700, '2025-08-20 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105002, 2, 700, '2025-08-20 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105003, 3, 700, '2025-08-20 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105004, 4, 700, '2025-08-20 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105101, 1, 700, '2025-10-21 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105102, 2, 700, '2025-10-21 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105103, 3, 700, '2025-10-21 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105104, 4, 700, '2025-10-21 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105201, 1, 700, '2025-10-30 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105202, 2, 700, '2025-10-30 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105203, 3, 700, '2025-10-30 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105204, 4, 700, '2025-10-30 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105301, 1, 700, '2025-11-11 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105302, 2, 700, '2025-11-11 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105303, 3, 700, '2025-11-11 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105304, 4, 700, '2025-11-11 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105401, 1, 700, '2025-11-19 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105402, 2, 700, '2025-11-19 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105403, 3, 700, '2025-11-19 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105404, 4, 700, '2025-11-19 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105501, 1, 700, '2025-12-01 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105502, 2, 700, '2025-12-01 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105503, 3, 700, '2025-12-01 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105504, 4, 700, '2025-12-01 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105601, 1, 700, '2025-12-08 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105602, 2, 700, '2025-12-08 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105603, 3, 700, '2025-12-08 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105604, 4, 700, '2025-12-08 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105701, 1, 700, '2025-12-18 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105702, 2, 700, '2025-12-18 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105703, 3, 700, '2025-12-18 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105704, 4, 700, '2025-12-18 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105801, 1, 700, '2025-12-28 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105802, 2, 700, '2025-12-28 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105803, 3, 700, '2025-12-28 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (105804, 4, 700, '2025-12-28 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (310101, 4, 900, '2025-06-26 00:30:00', '2050-01-01 00:00:00', 1, 1001, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (310102, 4, 900, '2025-07-16 22:00:00', '2050-01-01 00:00:00', 1, 1002, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (310103, 4, 900, '2025-08-28 22:00:00', '2050-01-01 00:00:00', 1, 1003, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (310104, 4, 900, '2025-09-21 22:00:00', '2050-01-01 00:00:00', 1, 1004, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (310105, 4, 900, '2025-10-14 22:00:00', '2050-01-01 00:00:00', 1, 1005, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (310106, 4, 900, '2025-11-24 22:00:00', '2050-01-01 00:00:00', 1, 1006, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (310107, 4, 900, '2025-12-14 22:00:00', '2050-01-01 00:00:00', 1, 1007, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (310108, 4, 900, '2026-01-05 22:00:00', '2050-01-01 00:00:00', 1, 1008, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (405101, 4, 900, '2025-08-17 22:00:00', '2050-01-01 00:00:00', 2, 5, 1, 405101, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (405201, 4, 900, '2025-08-17 22:00:00', '2050-01-01 00:00:00', 2, 5, 1, 405201, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (405301, 3, 900, '2025-08-17 22:00:00', '2050-01-01 00:00:00', 2, 5, 1, 405301, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (405401, 2, 900, '2025-08-17 22:00:00', '2050-01-01 00:00:00', 2, 5, 1, 405401, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (406101, 4, 900, '2025-09-07 22:00:00', '2050-01-01 00:00:00', 2, 6, 1, 406101, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (406201, 4, 900, '2025-09-07 22:00:00', '2050-01-01 00:00:00', 2, 6, 1, 406201, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (406301, 3, 900, '2025-09-07 22:00:00', '2050-01-01 00:00:00', 2, 6, 1, 406301, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (406401, 2, 900, '2025-09-07 22:00:00', '2050-01-01 00:00:00', 2, 6, 1, 406401, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (407101, 4, 900, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 2, 7, 1, 407101, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (407201, 4, 900, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 2, 7, 1, 407201, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (407301, 3, 900, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 2, 7, 1, 407301, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (407401, 2, 900, '2025-10-07 22:00:00', '2050-01-01 00:00:00', 2, 7, 1, 407401, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (408101, 4, 900, '2025-10-30 22:00:00', '2050-01-01 00:00:00', 2, 8, 1, 408101, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (408201, 4, 900, '2025-10-30 22:00:00', '2050-01-01 00:00:00', 2, 8, 1, 408201, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (408301, 3, 900, '2025-10-30 22:00:00', '2050-01-01 00:00:00', 2, 8, 1, 408301, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (408401, 2, 900, '2025-10-30 22:00:00', '2050-01-01 00:00:00', 2, 8, 1, 408401, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (409101, 4, 900, '2025-11-16 22:00:00', '2050-01-01 00:00:00', 2, 9, 1, 409101, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (409201, 4, 900, '2025-11-16 22:00:00', '2050-01-01 00:00:00', 2, 9, 1, 409201, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (409301, 3, 900, '2025-11-16 22:00:00', '2050-01-01 00:00:00', 2, 9, 1, 409301, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (409401, 2, 900, '2025-11-16 22:00:00', '2050-01-01 00:00:00', 2, 9, 1, 409401, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (410101, 4, 900, '2025-12-08 22:00:00', '2050-01-01 00:00:00', 2, 10, 1, 410101, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (410201, 4, 900, '2025-12-08 22:00:00', '2050-01-01 00:00:00', 2, 10, 1, 410201, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (410301, 3, 900, '2025-12-08 22:00:00', '2050-01-01 00:00:00', 2, 10, 1, 410301, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (410401, 2, 900, '2025-12-08 22:00:00', '2050-01-01 00:00:00', 2, 10, 1, 410401, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (411101, 4, 900, '2025-12-28 22:00:00', '2050-01-01 00:00:00', 2, 11, 1, 411101, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (411201, 4, 900, '2025-12-28 22:00:00', '2050-01-01 00:00:00', 2, 11, 1, 411201, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (411301, 3, 900, '2025-12-28 22:00:00', '2050-01-01 00:00:00', 2, 11, 1, 411301, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (411401, 2, 900, '2025-12-28 22:00:00', '2050-01-01 00:00:00', 2, 11, 1, 411401, 1); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (501101, 4, 100, '2017-01-01 0:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (502101, 4, 100, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (502201, 2, 100, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (502202, 3, 100, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (502203, 3, 100, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (502204, 3, 100, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (502205, 3, 100, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (502206, 3, 100, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); INSERT INTO honor_data (id, rank, category, start_date, end_date, condition_type, condition_value, condition_value_2, step_group_id, step_order) VALUES (502207, 3, 100, '2025-11-06 22:00:00', '2050-01-01 00:00:00', 0, 0, 0, 0, 0); -- Table: item_data CREATE TABLE 'item_data' ('id' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'effect_type_1' INTEGER NOT NULL, 'effect_target_1' INTEGER NOT NULL, 'effect_value_1' INTEGER NOT NULL, 'effect_type_2' INTEGER NOT NULL, 'effect_target_2' INTEGER NOT NULL, 'effect_value_2' INTEGER NOT NULL, 'add_value_1' INTEGER NOT NULL, 'add_value_2' INTEGER NOT NULL, 'add_value_3' INTEGER NOT NULL, 'limit_num' INTEGER NOT NULL, 'sort' INTEGER NOT NULL, 'rare' INTEGER NOT NULL, 'enable_request' INTEGER NOT NULL, 'request_reward' INTEGER NOT NULL, 'item_place_id' INTEGER NOT NULL, 'sell_item_id' INTEGER NOT NULL, 'sell_price' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (1, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 2, 0, 1, 5, 1, 59, 10, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (4, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 4, 0, 1, 5, 4, 59, 10, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 7, 0, 1, 5, 7, 59, 10, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 10, 0, 1, 5, 10, 59, 10, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (13, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 13, 0, 1, 5, 13, 59, 10, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (25, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 16, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (26, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 17, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (27, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 18, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (28, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 19, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (32, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 23, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (34, 21, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 9999, 25, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (35, 21, 0, 2, 0, 5, 0, 0, 0, 0, 0, 0, 9999, 26, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (41, 40, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 9999, 1, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (43, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999999, 38, 1, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (44, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 1, 1, 0, 0, 44, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (45, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999, 40, 0, 0, 0, 0, 0, 0, '2026/01/05 22:00:00', '2026/01/23 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (48, 160, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 999999, 4, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (49, 160, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 999999, 5, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (50, 160, 0, 1, 0, 3, 0, 0, 0, 0, 0, 0, 999999, 6, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (57, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999, 7, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (58, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999999, 53, 0, 0, 0, 0, 0, 0, '2026/01/05 22:00:00', '2026/01/23 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (59, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999999, 9, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (60, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 55, 0, 0, 5, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (69, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 59, 1, 0, 0, 69, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (70, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 60, 1, 0, 0, 70, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (71, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 61, 1, 0, 0, 71, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (72, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 62, 1, 0, 0, 72, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (73, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 63, 1, 0, 0, 73, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (74, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 64, 1, 0, 0, 74, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (75, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 65, 1, 0, 0, 75, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (76, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 66, 1, 0, 0, 76, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (77, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 67, 1, 0, 0, 77, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (78, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 68, 1, 0, 0, 78, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (79, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 69, 1, 0, 0, 79, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (80, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 70, 1, 0, 0, 80, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (81, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 71, 1, 0, 0, 81, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (82, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 72, 1, 0, 0, 82, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (83, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 73, 1, 0, 0, 83, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (84, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 74, 1, 0, 0, 84, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (85, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 75, 1, 0, 0, 85, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (86, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 76, 1, 0, 0, 86, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (87, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 77, 1, 0, 0, 87, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (88, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 78, 1, 0, 0, 88, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (89, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 79, 1, 0, 0, 89, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (90, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 80, 1, 0, 0, 90, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (91, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 81, 1, 0, 0, 91, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (92, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 82, 1, 0, 0, 92, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (95, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 91, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (96, 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 92, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (97, 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 93, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (98, 103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999999, 2, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (101, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 83, 1, 0, 0, 101, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (102, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 84, 1, 0, 0, 102, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (103, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 85, 1, 0, 0, 103, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (104, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 86, 1, 0, 0, 104, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (105, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 87, 1, 0, 0, 105, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (106, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 88, 1, 0, 0, 106, 59, 20, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (107, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 95, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (108, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 96, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (109, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 97, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (110, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999999, 98, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (111, 40, 0, 1, 0, 0, 0, 0, 0, 0, 1, 2, 9999, 3, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (113, 40, 0, 1, 0, 0, 0, 0, 0, 20001, 1, 1, 9999, 5, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (114, 40, 0, 1, 0, 0, 0, 0, 0, 20002, 1, 2, 9999, 6, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (115, 97, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 999999999, 8, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (116, 150, 0, 10, 0, 4, 10, 0, 4, 5000, 5000, 0, 9999, 100, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (117, 150, 1, 20, 0, 1, 30, 0, 1, 0, 0, 0, 9999, 101, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (118, 150, 1, 20, 0, 3, 30, 0, 4, 0, 0, 0, 9999, 102, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (119, 150, 2, 40, 1, 3, 0, 0, 0, 0, 0, 0, 9999, 103, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (120, 150, 2, 40, 2, 6, 0, 0, 0, 0, 0, 0, 9999, 104, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (130, 41, 0, 1, 0, 5000, 0, 0, 0, 0, 0, 0, 9999, 7, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (131, 42, 0, 1, 0, 5500, 0, 0, 0, 0, 0, 0, 9999, 8, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (132, 98, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (134, 161, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 999999999, 3, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (135, 40, 0, 1, 0, 0, 0, 0, 0, 20003, 1, 1, 9999, 9, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (136, 40, 0, 1, 0, 0, 0, 0, 0, 20004, 1, 2, 9999, 10, 0, 0, 0, 0, 0, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (137, 163, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 118, 0, 0, 0, 0, 0, 0, '2025/8/17 22:00:00', '2025/8/25 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (138, 163, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 119, 0, 0, 0, 0, 0, 0, '2025/9/7 22:00:00', '2025/9/15 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (139, 163, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 120, 0, 0, 0, 0, 0, 0, '2025/10/7 22:00:00', '2025/10/14 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (140, 41, 0, 1, 0, 5001, 0, 0, 0, 0, 0, 0, 9999, 129, 0, 0, 0, 0, 0, 0, '2021/8/17 0:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (141, 42, 0, 1, 0, 5501, 0, 0, 0, 0, 0, 0, 9999, 128, 0, 0, 0, 0, 0, 0, '2025/11/6 22:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (142, 163, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 121, 0, 0, 0, 0, 0, 0, '2025/10/30 22:00:00', '2025/11/7 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (143, 163, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 122, 0, 0, 0, 0, 0, 0, '2025/11/16 22:00:00', '2025/11/24 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (144, 164, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 123, 1, 0, 0, 144, 0, 0, '2021/9/21 12:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (145, 164, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 124, 1, 0, 0, 145, 0, 0, '2021/9/21 12:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (147, 163, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 126, 0, 0, 0, 0, 0, 0, '2025/12/8 22:00:00', '2025/12/16 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (148, 163, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 127, 0, 0, 0, 0, 0, 0, '2025/12/28 22:00:00', '2026/01/05 21:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (149, 164, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 125, 1, 0, 0, 0, 0, 0, '2021/9/21 12:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (150, 164, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 126, 1, 0, 0, 0, 0, 0, '2021/9/21 12:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (151, 163, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 128, 0, 0, 0, 0, 0, 0, '2021/12/17 12:00:00', '2021/12/25 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (152, 40, 0, 1, 0, 0, 0, 0, 0, 20005, 1, 1, 9999, 11, 0, 0, 0, 0, 0, 0, '2021/11/19 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (153, 40, 0, 1, 0, 0, 0, 0, 0, 20006, 1, 2, 9999, 12, 0, 0, 0, 0, 0, 0, '2021/11/19 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (154, 40, 0, 1, 0, 0, 0, 0, 0, 20007, 1, 1, 9999, 13, 0, 0, 0, 0, 0, 0, '2021/12/08 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (155, 40, 0, 1, 0, 0, 0, 0, 0, 20008, 1, 2, 9999, 14, 0, 0, 0, 0, 0, 0, '2021/12/08 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (156, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999999, 9, 0, 0, 0, 0, 0, 0, '2022/3/24 12:00:00', '2022/4/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (157, 163, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 129, 0, 0, 0, 0, 0, 0, '2022/1/18 12:00:00', '2022/1/26 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (159, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999, 130, 0, 0, 0, 0, 0, 0, '2022/4/15 12:00:00', '2022/4/25 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (160, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 131, 0, 0, 0, 160, 59, 10, '2022/3/7 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (161, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 132, 0, 0, 0, 161, 59, 10, '2022/3/7 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (162, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 133, 1, 0, 0, 162, 59, 20, '2022/3/7 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (163, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99999, 134, 1, 0, 0, 163, 59, 20, '2022/3/7 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (164, 41, 0, 1, 0, 5002, 0, 0, 0, 0, 0, 0, 9999, 135, 0, 0, 0, 0, 0, 0, '2022/2/24 12:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (165, 42, 0, 1, 0, 5502, 0, 0, 0, 0, 0, 0, 9999, 136, 0, 0, 0, 0, 0, 0, '2022/2/24 12:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (166, 163, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 137, 0, 0, 0, 0, 0, 0, '2022/2/14 12:00:00', '2022/2/22 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (167, 163, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 138, 0, 0, 0, 0, 0, 0, '2022/3/18 12:00:00', '2022/3/26 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (168, 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 93, 0, 0, 0, 0, 0, 0, '2022/3/18 12:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (169, 163, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 139, 0, 0, 0, 0, 0, 0, '2022/4/19 12:00:00', '2022/4/26 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (170, 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 140, 0, 0, 0, 0, 0, 0, '2022/4/1 12:00:00', '2050/1/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (171, 163, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 143, 0, 0, 0, 0, 0, 0, '2022/5/20 12:00:00', '2022/5/28 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (172, 163, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 144, 0, 0, 0, 0, 0, 0, '2022/6/10 12:00:00', '2022/6/18 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (173, 163, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 9999, 145, 0, 0, 0, 0, 0, 0, '2022/7/11 12:00:00', '2022/7/18 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (174, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 400, 0, 0, 0, 0, 0, 0, '2022/7/20 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (1001, 169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 999999, 141, 0, 0, 0, 0, 0, 0, '2022/7/21 12:00:00', '2022/8/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (2001, 170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 142, 0, 0, 0, 0, 0, 0, '2022/7/21 12:00:00', '2022/8/1 11:59:59'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10001, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 201, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10002, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 202, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10003, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 203, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10004, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 204, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10005, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 205, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10006, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 206, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10007, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 207, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10008, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 208, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10009, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 209, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10010, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 210, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10011, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 211, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10012, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 212, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10013, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 213, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10014, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 214, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10015, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 215, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10016, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 216, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10017, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 217, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10018, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 218, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10019, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 219, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10020, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 220, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10021, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 221, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10022, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 222, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10023, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 223, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10024, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 224, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10025, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 225, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10026, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 226, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10027, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 227, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10028, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 228, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10029, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 229, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10030, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 230, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10031, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 231, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10032, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 232, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10033, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 233, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10034, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 234, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10035, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 235, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10036, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 236, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10037, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 237, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10038, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 238, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10039, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 239, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10040, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 240, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10041, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 241, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10042, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 242, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10043, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 243, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10044, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 244, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10045, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 245, 0, 0, 0, 0, 0, 0, '2022/2/16 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10046, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 246, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10047, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 247, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10048, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 248, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10049, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 249, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10050, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 250, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10051, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 251, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10052, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 252, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10053, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 253, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10054, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 254, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10055, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 255, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10056, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 256, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10057, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 257, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10058, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 258, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10059, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 259, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10060, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 260, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10061, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 261, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10062, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 262, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10063, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 263, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10064, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 264, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10065, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 265, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10066, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 266, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10067, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 267, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); INSERT INTO item_data (id, item_category, group_id, effect_type_1, effect_target_1, effect_value_1, effect_type_2, effect_target_2, effect_value_2, add_value_1, add_value_2, add_value_3, limit_num, sort, rare, enable_request, request_reward, item_place_id, sell_item_id, sell_price, start_date, end_date) VALUES (10068, 20, 0, 2, 0, 30, 0, 0, 0, 0, 0, 0, 9999, 268, 0, 0, 0, 0, 0, 0, '2022/2/14 0:00:00', '2050/1/1 0:00:00'); -- Table: item_exchange CREATE TABLE 'item_exchange' ('id' INTEGER NOT NULL, 'item_exchange_top_id' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'change_item_limit_type' INTEGER NOT NULL, 'change_item_limit_num' INTEGER NOT NULL, 'change_item_category' INTEGER NOT NULL, 'change_item_id' INTEGER NOT NULL, 'change_item_num' INTEGER NOT NULL, 'additional_piece_num' INTEGER NOT NULL, 'pay_item_category' INTEGER NOT NULL, 'pay_item_id' INTEGER NOT NULL, 'pay_item_num' INTEGER NOT NULL, 'price_change_group_id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (27, 2000, 202, 0, 0, 0, 1, 40, 98, 132, 1, 0, 103, 98, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2001, 2000, 3, 0, 0, 0, 1, 5, 51, 30019, 1, 0, 103, 98, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2002, 2000, 4, 0, 0, 0, 1, 10, 102, 103001, 5, 0, 103, 98, 2000, 0, 1496275200, 1754060399); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2003, 2000, 4, 0, 0, 0, 1, 10, 102, 100701, 5, 0, 103, 98, 2000, 0, 1754604000, 1755874799); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2004, 2000, 5, 0, 0, 0, 1, 20, 30, 110, 1000, 0, 103, 98, 1500, 0, 1754604000, 1755874799); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2005, 2000, 6, 0, 0, 0, 4, 1, 40, 41, 1, 0, 103, 98, 20000, 0, 1767650400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2006, 2000, 7, 0, 0, 0, 4, 1, 40, 111, 1, 0, 103, 98, 20000, 0, 1767650400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2201, 2000, 201, 0, 0, 0, 4, 30, 30, 110, 1000, 0, 103, 98, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2301, 2000, 301, 0, 0, 0, 4, 30, 11, 69, 1, 0, 103, 98, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2302, 2000, 302, 0, 0, 0, 4, 30, 11, 70, 1, 0, 103, 98, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2303, 2000, 303, 0, 0, 0, 4, 30, 11, 76, 1, 0, 103, 98, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2304, 2000, 304, 0, 0, 0, 4, 30, 11, 78, 1, 0, 103, 98, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2305, 2000, 305, 0, 0, 0, 4, 30, 11, 79, 1, 0, 103, 98, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2306, 2000, 306, 0, 0, 0, 4, 30, 11, 85, 1, 0, 103, 98, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2307, 2000, 101, 0, 0, 0, 4, 4, 11, 160, 1, 0, 103, 98, 1000, 0, 1762898400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2308, 2000, 102, 0, 0, 0, 4, 2, 11, 161, 1, 0, 103, 98, 2000, 0, 1762898400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2309, 2000, 110, 0, 0, 0, 4, 2, 11, 162, 1, 0, 103, 98, 4000, 0, 1762898400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (2310, 2000, 111, 0, 0, 0, 4, 1, 11, 163, 1, 0, 103, 98, 6000, 0, 1762898400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3101, 3000, 100101, 0, 0, 0, 1, 650, 102, 100101, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3102, 3000, 100201, 0, 0, 0, 1, 650, 102, 100201, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3103, 3000, 100301, 0, 0, 0, 1, 650, 102, 100301, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3104, 3000, 100401, 0, 0, 0, 1, 650, 102, 100401, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3105, 3000, 100601, 0, 0, 0, 1, 650, 102, 100601, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3106, 3000, 101001, 0, 0, 0, 1, 650, 102, 101001, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3107, 3000, 101301, 0, 0, 0, 1, 650, 102, 101301, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3108, 3000, 101701, 0, 0, 0, 1, 650, 102, 101701, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3109, 3000, 103001, 0, 0, 0, 1, 650, 102, 103001, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3110, 3000, 101501, 0, 0, 0, 1, 650, 102, 101501, 1, 0, 97, 115, 1, 10, 1750897800, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3111, 3000, 102601, 0, 0, 0, 1, 650, 102, 102601, 1, 0, 97, 115, 1, 10, 1751493600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3112, 3000, 102301, 0, 0, 0, 1, 650, 102, 102301, 1, 0, 97, 115, 1, 10, 1752184800, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3113, 3000, 100302, 0, 0, 0, 1, 650, 102, 100302, 1, 0, 97, 115, 1, 10, 1752703200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3114, 3000, 101302, 0, 0, 0, 1, 650, 102, 101302, 1, 0, 97, 115, 1, 10, 1752703200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3115, 3000, 103801, 0, 0, 0, 1, 650, 102, 103801, 1, 0, 97, 115, 1, 10, 1753653600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3116, 3000, 105001, 0, 0, 0, 1, 650, 102, 105001, 1, 0, 97, 115, 1, 10, 1754258400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3117, 3000, 104601, 0, 0, 0, 1, 650, 102, 104601, 1, 0, 97, 115, 1, 10, 1754949600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3118, 3000, 101601, 0, 0, 0, 1, 650, 102, 101601, 1, 0, 97, 115, 1, 10, 1755727200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3119, 3000, 101802, 0, 0, 0, 1, 650, 102, 101802, 1, 0, 97, 115, 1, 10, 1756418400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3120, 3000, 102402, 0, 0, 0, 1, 650, 102, 102402, 1, 0, 97, 115, 1, 10, 1756418400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3121, 3000, 102001, 0, 0, 0, 1, 650, 102, 102001, 1, 0, 97, 115, 1, 10, 1757282400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3122, 3000, 101201, 0, 0, 0, 1, 650, 102, 101201, 1, 0, 97, 115, 1, 10, 1758146400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3123, 3000, 101102, 0, 0, 0, 1, 650, 102, 101102, 1, 0, 97, 115, 1, 10, 1758492000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3124, 3000, 101402, 0, 0, 0, 1, 650, 102, 101402, 1, 0, 97, 115, 1, 10, 1758492000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3125, 3000, 100501, 0, 0, 0, 1, 650, 102, 100501, 1, 0, 97, 115, 1, 10, 1759442400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3126, 3000, 104001, 0, 0, 0, 1, 650, 102, 104001, 1, 0, 97, 115, 1, 10, 1759874400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3127, 3000, 100102, 0, 0, 0, 1, 650, 102, 100102, 1, 0, 97, 115, 1, 10, 1760479200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3128, 3000, 100402, 0, 0, 0, 1, 650, 102, 100402, 1, 0, 97, 115, 1, 10, 1760479200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3129, 3000, 105801, 0, 0, 0, 1, 650, 102, 105801, 1, 0, 97, 115, 1, 10, 1761084000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3130, 3000, 103701, 0, 0, 0, 1, 650, 102, 103701, 1, 0, 97, 115, 1, 10, 1761861600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3131, 3000, 105602, 0, 0, 0, 1, 650, 102, 105602, 1, 0, 97, 115, 1, 10, 1762466400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3132, 3000, 102801, 0, 0, 0, 1, 650, 102, 102801, 1, 0, 97, 115, 1, 10, 1762898400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3133, 3000, 101901, 0, 0, 0, 1, 650, 102, 101901, 1, 0, 97, 115, 1, 10, 1763589600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3134, 3000, 103002, 0, 0, 0, 1, 650, 102, 103002, 1, 0, 97, 115, 1, 10, 1764021600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3135, 3000, 104502, 0, 0, 0, 1, 650, 102, 104502, 1, 0, 97, 115, 1, 10, 1764021600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3136, 3000, 103901, 0, 0, 0, 1, 650, 102, 103901, 1, 0, 97, 115, 1, 10, 1764626400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3137, 3000, 102501, 0, 0, 0, 1, 650, 102, 102501, 1, 0, 97, 115, 1, 10, 1765231200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3138, 3000, 101702, 0, 0, 0, 1, 650, 102, 101702, 1, 0, 97, 115, 1, 10, 1765749600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3139, 3000, 104002, 0, 0, 0, 1, 650, 102, 104002, 1, 0, 97, 115, 1, 10, 1765749600, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3140, 3000, 104801, 0, 0, 0, 1, 650, 102, 104801, 1, 0, 97, 115, 1, 10, 1766095200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3141, 3000, 105901, 0, 0, 0, 1, 650, 102, 105901, 1, 0, 97, 115, 1, 10, 1766959200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3142, 3000, 100602, 0, 0, 0, 1, 650, 102, 100602, 1, 0, 97, 115, 1, 10, 1767650400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3143, 3000, 102302, 0, 0, 0, 1, 650, 102, 102302, 1, 0, 97, 115, 1, 10, 1767650400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3201, 3000, 100701, 0, 0, 0, 1, 650, 102, 100701, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3202, 3000, 100801, 0, 0, 0, 1, 650, 102, 100801, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3203, 3000, 100901, 0, 0, 0, 1, 650, 102, 100901, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3204, 3000, 101101, 0, 0, 0, 1, 650, 102, 101101, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3205, 3000, 101401, 0, 0, 0, 1, 650, 102, 101401, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3206, 3000, 101801, 0, 0, 0, 1, 650, 102, 101801, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3207, 3000, 102401, 0, 0, 0, 1, 650, 102, 102401, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3208, 3000, 104501, 0, 0, 0, 1, 650, 102, 104501, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3301, 3000, 102701, 0, 0, 0, 1, 650, 102, 102701, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3302, 3000, 103201, 0, 0, 0, 1, 650, 102, 103201, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3303, 3000, 103501, 0, 0, 0, 1, 650, 102, 103501, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3304, 3000, 104101, 0, 0, 0, 1, 650, 102, 104101, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3305, 3000, 105201, 0, 0, 0, 1, 650, 102, 105201, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3306, 3000, 105601, 0, 0, 0, 1, 650, 102, 105601, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3307, 3000, 106001, 0, 0, 0, 1, 650, 102, 106001, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (3308, 3000, 106101, 0, 0, 0, 1, 650, 102, 106101, 1, 0, 97, 115, 1, 10, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4101, 4000, 101, 0, 0, 0, 4, 2, 40, 41, 1, 0, 99, 57, 200, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4102, 4000, 102, 0, 0, 0, 4, 2, 40, 111, 1, 0, 99, 57, 200, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4201, 4000, 201, 0, 0, 0, 0, 0, 91, 59, 5000, 0, 99, 57, 30, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4301, 4000, 301, 0, 0, 0, 4, 30, 34, 95, 1, 0, 99, 57, 30, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4401, 4000, 401, 0, 0, 0, 4, 30, 150, 116, 1, 0, 99, 57, 20, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4402, 4000, 402, 0, 0, 0, 4, 30, 150, 117, 1, 0, 99, 57, 20, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4403, 4000, 403, 0, 0, 0, 4, 30, 150, 118, 1, 0, 99, 57, 20, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4404, 4000, 404, 0, 0, 0, 4, 30, 150, 119, 1, 0, 99, 57, 20, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4405, 4000, 405, 0, 0, 0, 4, 30, 150, 120, 1, 0, 99, 57, 20, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4601, 4000, 601, 0, 0, 0, 4, 30, 11, 72, 1, 0, 99, 57, 100, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4602, 4000, 602, 0, 0, 0, 4, 30, 11, 74, 1, 0, 99, 57, 100, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4603, 4000, 603, 0, 0, 0, 4, 30, 11, 77, 1, 0, 99, 57, 100, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4604, 4000, 604, 0, 0, 0, 4, 30, 11, 82, 1, 0, 99, 57, 100, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4605, 4000, 605, 0, 0, 0, 4, 30, 11, 84, 1, 0, 99, 57, 100, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (4606, 4000, 606, 0, 0, 0, 4, 30, 11, 88, 1, 0, 99, 57, 100, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5001, 5000, 1, 0, 0, 0, 0, 0, 50, 100101, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5002, 5000, 2, 0, 0, 0, 0, 0, 50, 100201, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5003, 5000, 3, 0, 0, 0, 0, 0, 50, 100301, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5004, 5000, 4, 0, 0, 0, 0, 0, 50, 100401, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5005, 5000, 5, 0, 0, 0, 0, 0, 50, 100601, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5006, 5000, 6, 0, 0, 0, 0, 0, 50, 101001, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5007, 5000, 7, 0, 0, 0, 0, 0, 50, 101301, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5008, 5000, 8, 0, 0, 0, 0, 0, 50, 101701, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (5009, 5000, 9, 0, 0, 0, 0, 0, 50, 103001, 1, 60, 41, 130, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6001, 5500, 1, 0, 0, 0, 0, 0, 51, 30001, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6002, 5500, 2, 0, 0, 0, 0, 0, 51, 30002, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6003, 5500, 3, 0, 0, 0, 0, 0, 51, 30003, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6004, 5500, 4, 0, 0, 0, 0, 0, 51, 30004, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6005, 5500, 5, 0, 0, 0, 0, 0, 51, 30005, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6006, 5500, 6, 0, 0, 0, 0, 0, 51, 30006, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6007, 5500, 7, 0, 0, 0, 0, 0, 51, 30007, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6008, 5500, 8, 0, 0, 0, 0, 0, 51, 30008, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6009, 5500, 9, 0, 0, 0, 0, 0, 51, 30009, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6010, 5500, 10, 0, 0, 0, 0, 0, 51, 30010, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6011, 5500, 11, 0, 0, 0, 0, 0, 51, 30011, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6012, 5500, 12, 0, 0, 0, 0, 0, 51, 30012, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6013, 5500, 13, 0, 0, 0, 0, 0, 51, 30013, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6014, 5500, 14, 0, 0, 0, 0, 0, 51, 30014, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6015, 5500, 15, 0, 0, 0, 0, 0, 51, 30015, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6016, 5500, 16, 0, 0, 0, 0, 0, 51, 30016, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6017, 5500, 17, 0, 0, 0, 0, 0, 51, 30017, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6018, 5500, 18, 0, 0, 0, 0, 0, 51, 30018, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6020, 5500, 20, 0, 0, 0, 0, 0, 51, 30020, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6021, 5500, 21, 0, 0, 0, 0, 0, 51, 30021, 1, 0, 42, 131, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6022, 5501, 1, 0, 0, 0, 0, 0, 51, 30001, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6023, 5501, 2, 0, 0, 0, 0, 0, 51, 30002, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6024, 5501, 3, 0, 0, 0, 0, 0, 51, 30003, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6025, 5501, 4, 0, 0, 0, 0, 0, 51, 30004, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6026, 5501, 5, 0, 0, 0, 0, 0, 51, 30005, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6027, 5501, 6, 0, 0, 0, 0, 0, 51, 30006, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6028, 5501, 7, 0, 0, 0, 0, 0, 51, 30007, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6029, 5501, 8, 0, 0, 0, 0, 0, 51, 30008, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6030, 5501, 9, 0, 0, 0, 0, 0, 51, 30009, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6031, 5501, 10, 0, 0, 0, 0, 0, 51, 30010, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6032, 5501, 11, 0, 0, 0, 0, 0, 51, 30011, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6033, 5501, 12, 0, 0, 0, 0, 0, 51, 30012, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6034, 5501, 13, 0, 0, 0, 0, 0, 51, 30013, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6035, 5501, 14, 0, 0, 0, 0, 0, 51, 30014, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6036, 5501, 15, 0, 0, 0, 0, 0, 51, 30015, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6037, 5501, 16, 0, 0, 0, 0, 0, 51, 30016, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6038, 5501, 17, 0, 0, 0, 0, 0, 51, 30017, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6039, 5501, 18, 0, 0, 0, 0, 0, 51, 30018, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6040, 5501, 19, 0, 0, 0, 0, 0, 51, 30020, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6041, 5501, 20, 0, 0, 0, 0, 0, 51, 30021, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6042, 5501, 21, 0, 0, 0, 0, 0, 51, 30024, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6043, 5501, 22, 0, 0, 0, 0, 0, 51, 30026, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6044, 5501, 23, 0, 0, 0, 0, 0, 51, 30027, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6045, 5501, 24, 0, 0, 0, 0, 0, 51, 30028, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6046, 5501, 25, 0, 0, 0, 0, 0, 51, 30029, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6047, 5501, 26, 0, 0, 0, 0, 0, 51, 30031, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6048, 5501, 27, 0, 0, 0, 0, 0, 51, 30032, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6049, 5501, 28, 0, 0, 0, 0, 0, 51, 30038, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6050, 5501, 29, 0, 0, 0, 0, 0, 51, 30039, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6051, 5501, 30, 0, 0, 0, 0, 0, 51, 30040, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6052, 5501, 31, 0, 0, 0, 0, 0, 51, 30042, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6053, 5501, 32, 0, 0, 0, 0, 0, 51, 30055, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6054, 5501, 33, 0, 0, 0, 0, 0, 51, 30056, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6055, 5501, 34, 0, 0, 0, 0, 0, 51, 30048, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6056, 5501, 35, 0, 0, 0, 0, 0, 51, 30045, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (6057, 5501, 36, 0, 0, 0, 0, 0, 51, 30046, 1, 0, 42, 141, 1, 0, 1762466400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8001, 8000, 1, 0, 0, 0, 1, 10, 102, 102401, 5, 0, 161, 134, 600, 0, 1750897800, 1754060399); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8002, 8000, 1, 0, 0, 0, 1, 10, 102, 103201, 5, 0, 161, 134, 600, 0, 1752678000, 1755269999); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8003, 8000, 1, 0, 0, 0, 1, 10, 102, 100901, 5, 0, 161, 134, 600, 0, 1754578800, 1757257199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8004, 8000, 1, 0, 0, 0, 1, 10, 102, 101101, 5, 0, 161, 134, 600, 0, 1756393200, 1758985199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8005, 8000, 1, 0, 0, 0, 1, 10, 102, 106001, 5, 0, 161, 134, 600, 0, 1758466800, 1761145199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8006, 8000, 1, 0, 0, 0, 1, 10, 102, 101801, 5, 0, 161, 134, 600, 0, 1760454000, 1763132399); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8007, 8000, 1, 0, 0, 0, 1, 10, 102, 104501, 5, 0, 161, 134, 600, 0, 1762441200, 1765033199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8008, 8000, 1, 0, 0, 0, 1, 10, 102, 100801, 5, 0, 161, 134, 600, 0, 1763996400, 1766674799); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8009, 8000, 1, 0, 0, 0, 1, 10, 102, 105601, 5, 0, 161, 134, 600, 0, 1765724400, 1768316399); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8010, 8000, 1, 0, 0, 0, 1, 10, 102, 105201, 5, 0, 161, 134, 600, 0, 1767650400, 1770328799); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8201, 8000, 201, 1, 1, 14, 1, 4, 51, 30022, 1, 0, 161, 134, 100, 20, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8202, 8000, 202, 1, 2, 13, 1, 4, 51, 30023, 1, 0, 161, 134, 100, 20, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8203, 8000, 203, 1, 3, 13, 1, 4, 51, 30033, 1, 0, 161, 134, 100, 20, 1754258400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8204, 8000, 204, 1, 4, 13, 1, 4, 51, 30044, 1, 0, 161, 134, 100, 20, 1759874400, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8301, 8000, 301, 0, 0, 0, 4, 30, 11, 71, 1, 0, 161, 134, 250, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8302, 8000, 302, 0, 0, 0, 4, 30, 11, 80, 1, 0, 161, 134, 250, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8303, 8000, 303, 0, 0, 0, 4, 30, 11, 81, 1, 0, 161, 134, 250, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8304, 8000, 304, 0, 0, 0, 4, 30, 11, 102, 1, 0, 161, 134, 250, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8305, 8000, 305, 0, 0, 0, 4, 30, 11, 90, 1, 0, 161, 134, 250, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (8306, 8000, 306, 0, 0, 0, 4, 30, 91, 59, 1500, 0, 161, 134, 50, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (9001, 6, 1, 0, 0, 0, 0, 0, 34, 95, 1, 0, 90, 43, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10000, 9000, 0, 0, 0, 0, 1, 1, 102, 100101, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10001, 9000, 0, 0, 0, 0, 1, 1, 102, 100201, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10002, 9000, 0, 0, 0, 0, 1, 1, 102, 100301, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10003, 9000, 0, 0, 0, 0, 1, 1, 102, 100401, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10004, 9000, 0, 0, 0, 0, 1, 1, 102, 100601, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10005, 9000, 0, 0, 0, 0, 1, 1, 102, 100701, 1, 0, 91, 59, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10006, 9000, 0, 0, 0, 0, 1, 1, 102, 100801, 1, 0, 91, 59, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10007, 9000, 0, 0, 0, 0, 1, 1, 102, 100901, 1, 0, 91, 59, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10008, 9000, 0, 0, 0, 0, 1, 1, 102, 101001, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10009, 9000, 0, 0, 0, 0, 1, 1, 102, 101101, 1, 0, 91, 59, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10010, 9000, 0, 0, 0, 0, 1, 1, 102, 101301, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10011, 9000, 0, 0, 0, 0, 1, 1, 102, 101401, 1, 0, 91, 59, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10012, 9000, 0, 0, 0, 0, 1, 1, 102, 101701, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10013, 9000, 0, 0, 0, 0, 1, 1, 102, 101801, 1, 0, 91, 59, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10014, 9000, 0, 0, 0, 0, 1, 1, 102, 102401, 1, 0, 91, 59, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10015, 9000, 0, 0, 0, 0, 1, 1, 102, 102701, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10016, 9000, 0, 0, 0, 0, 1, 1, 102, 103001, 1, 0, 91, 59, 15000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10017, 9000, 0, 0, 0, 0, 1, 1, 102, 103201, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10018, 9000, 0, 0, 0, 0, 1, 1, 102, 103501, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10019, 9000, 0, 0, 0, 0, 1, 1, 102, 104101, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10020, 9000, 0, 0, 0, 0, 1, 1, 102, 104501, 1, 0, 91, 59, 10000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10021, 9000, 0, 0, 0, 0, 1, 1, 102, 105201, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10022, 9000, 0, 0, 0, 0, 1, 1, 102, 105601, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10023, 9000, 0, 0, 0, 0, 1, 1, 102, 106001, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10024, 9000, 0, 0, 0, 0, 1, 1, 102, 106101, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10025, 9000, 0, 0, 0, 0, 1, 1, 102, 100302, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10026, 9000, 0, 0, 0, 0, 1, 1, 102, 101302, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10027, 9000, 0, 0, 0, 0, 1, 1, 102, 103801, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10028, 9000, 0, 0, 0, 0, 1, 1, 102, 105001, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10029, 9000, 0, 0, 0, 0, 1, 1, 102, 104601, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10030, 9000, 0, 0, 0, 0, 1, 1, 102, 101601, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10031, 9000, 0, 0, 0, 0, 1, 1, 102, 101802, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10032, 9000, 0, 0, 0, 0, 1, 1, 102, 102402, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10033, 9000, 0, 0, 0, 0, 1, 1, 102, 102001, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10034, 9000, 0, 0, 0, 0, 1, 1, 102, 101201, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10035, 9000, 0, 0, 0, 0, 1, 1, 102, 101102, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10036, 9000, 0, 0, 0, 0, 1, 1, 102, 101402, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10037, 9000, 0, 0, 0, 0, 1, 1, 102, 100102, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10038, 9000, 0, 0, 0, 0, 1, 1, 102, 100402, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10039, 9000, 0, 0, 0, 0, 1, 1, 102, 105801, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10040, 9000, 0, 0, 0, 0, 1, 1, 102, 100501, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10041, 9000, 0, 0, 0, 0, 1, 1, 102, 101501, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10042, 9000, 0, 0, 0, 0, 1, 1, 102, 104001, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10043, 9000, 0, 0, 0, 0, 1, 1, 102, 102601, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10044, 9000, 0, 0, 0, 0, 1, 1, 102, 102301, 1, 0, 91, 59, 15000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10220, 9000, 0, 0, 0, 0, 1, 1, 34, 95, 1, 0, 91, 59, 2000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10221, 9000, 0, 0, 0, 0, 1, 1, 150, 116, 1, 0, 91, 59, 5000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10226, 9000, 0, 0, 0, 0, 1, 1, 11, 1, 3, 0, 91, 59, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10227, 9000, 0, 0, 0, 0, 1, 1, 11, 4, 3, 0, 91, 59, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10228, 9000, 0, 0, 0, 0, 1, 1, 11, 7, 3, 0, 91, 59, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10229, 9000, 0, 0, 0, 0, 1, 1, 11, 10, 3, 0, 91, 59, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10230, 9000, 0, 0, 0, 0, 1, 1, 11, 13, 3, 0, 91, 59, 1000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10232, 9000, 0, 0, 0, 0, 1, 1, 30, 110, 500, 0, 91, 59, 3000, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10300, 9000, 0, 0, 0, 0, 1, 1, 11, 69, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10301, 9000, 0, 0, 0, 0, 1, 1, 11, 70, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10302, 9000, 0, 0, 0, 0, 1, 1, 11, 71, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10303, 9000, 0, 0, 0, 0, 1, 1, 11, 72, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10304, 9000, 0, 0, 0, 0, 1, 1, 11, 73, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10305, 9000, 0, 0, 0, 0, 1, 1, 11, 74, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10306, 9000, 0, 0, 0, 0, 1, 1, 11, 75, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10307, 9000, 0, 0, 0, 0, 1, 1, 11, 76, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10308, 9000, 0, 0, 0, 0, 1, 1, 11, 77, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10309, 9000, 0, 0, 0, 0, 1, 1, 11, 78, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10310, 9000, 0, 0, 0, 0, 1, 1, 11, 79, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10311, 9000, 0, 0, 0, 0, 1, 1, 11, 80, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10312, 9000, 0, 0, 0, 0, 1, 1, 11, 81, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10313, 9000, 0, 0, 0, 0, 1, 1, 11, 82, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10314, 9000, 0, 0, 0, 0, 1, 1, 11, 83, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10315, 9000, 0, 0, 0, 0, 1, 1, 11, 84, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10316, 9000, 0, 0, 0, 0, 1, 1, 11, 85, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10317, 9000, 0, 0, 0, 0, 1, 1, 11, 86, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10318, 9000, 0, 0, 0, 0, 1, 1, 11, 87, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10319, 9000, 0, 0, 0, 0, 1, 1, 11, 88, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10320, 9000, 0, 0, 0, 0, 1, 1, 11, 89, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10321, 9000, 0, 0, 0, 0, 1, 1, 11, 90, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10322, 9000, 0, 0, 0, 0, 1, 1, 11, 91, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10323, 9000, 0, 0, 0, 0, 1, 1, 11, 92, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10324, 9000, 0, 0, 0, 0, 1, 1, 11, 101, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10325, 9000, 0, 0, 0, 0, 1, 1, 11, 102, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10326, 9000, 0, 0, 0, 0, 1, 1, 11, 103, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10327, 9000, 0, 0, 0, 0, 1, 1, 11, 104, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10328, 9000, 0, 0, 0, 0, 1, 1, 11, 105, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (10329, 9000, 0, 0, 0, 0, 1, 1, 11, 106, 1, 0, 91, 59, 5000, 0, 1761516000, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (11000, 10000, 1, 0, 0, 0, 0, 0, 164, 144, 1, 0, 164, 149, 20, 0, 1762898400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (11001, 10001, 2, 0, 0, 0, 0, 0, 164, 145, 1, 0, 164, 150, 20, 0, 1762898400, 2544393599); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (70101, 7000, 101, 3, 4, 0, 4, 1, 93, 44, 1, 0, 160, 50, 5, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (70201, 7000, 201, 0, 0, 0, 4, 1, 40, 136, 1, 0, 160, 50, 2, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (70202, 7000, 202, 0, 0, 0, 4, 2, 40, 41, 1, 0, 160, 50, 2, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (70203, 7000, 203, 0, 0, 0, 4, 2, 40, 111, 1, 0, 160, 50, 2, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (70301, 7000, 301, 0, 0, 0, 0, 0, 30, 110, 2000, 0, 160, 50, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (70401, 7000, 401, 0, 0, 0, 4, 30, 11, 83, 1, 0, 160, 50, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (70402, 7000, 402, 0, 0, 0, 4, 30, 11, 91, 1, 0, 160, 50, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (71101, 7001, 101, 3, 4, 0, 4, 1, 93, 44, 1, 0, 160, 49, 50, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (71201, 7001, 201, 0, 0, 0, 4, 1, 40, 136, 1, 0, 160, 49, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (71202, 7001, 202, 0, 0, 0, 4, 2, 40, 41, 1, 0, 160, 49, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (71203, 7001, 203, 0, 0, 0, 4, 2, 40, 111, 1, 0, 160, 49, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (71301, 7001, 301, 0, 0, 0, 0, 0, 30, 110, 200, 0, 160, 49, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (71401, 7001, 401, 0, 0, 0, 4, 30, 11, 83, 1, 0, 160, 49, 3, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (71402, 7001, 402, 0, 0, 0, 4, 30, 11, 91, 1, 0, 160, 49, 3, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72201, 7002, 201, 0, 0, 0, 4, 1, 40, 136, 1, 0, 160, 48, 50, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72202, 7002, 202, 0, 0, 0, 4, 2, 40, 41, 1, 0, 160, 48, 50, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72203, 7002, 203, 0, 0, 0, 4, 2, 40, 111, 1, 0, 160, 48, 50, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72301, 7002, 301, 0, 0, 0, 0, 0, 30, 110, 100, 0, 160, 48, 5, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72401, 7002, 401, 0, 0, 0, 4, 30, 11, 73, 1, 0, 160, 48, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72402, 7002, 402, 0, 0, 0, 4, 30, 11, 75, 1, 0, 160, 48, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72403, 7002, 403, 0, 0, 0, 4, 30, 11, 104, 1, 0, 160, 48, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72404, 7002, 404, 0, 0, 0, 4, 30, 11, 86, 1, 0, 160, 48, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72405, 7002, 405, 0, 0, 0, 4, 30, 11, 87, 1, 0, 160, 48, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72406, 7002, 406, 0, 0, 0, 4, 30, 11, 89, 1, 0, 160, 48, 10, 0, 1496275200, 2543011199); INSERT INTO item_exchange (id, item_exchange_top_id, disp_order, condition_type, condition_value_1, condition_value_2, change_item_limit_type, change_item_limit_num, change_item_category, change_item_id, change_item_num, additional_piece_num, pay_item_category, pay_item_id, pay_item_num, price_change_group_id, start_date, end_date) VALUES (72407, 7002, 407, 0, 0, 0, 4, 30, 11, 92, 1, 0, 160, 48, 10, 0, 1496275200, 2543011199); -- Table: item_exchange_top CREATE TABLE 'item_exchange_top' ('id' INTEGER NOT NULL, 'item_exchange_disp_order' INTEGER NOT NULL, 'item_exchange_type' INTEGER NOT NULL, 'item_top_category' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (2000, 10, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (3000, 70, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (4000, 60, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (5000, 80, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (5001, 81, 1, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (5002, 82, 1, 0, 1773352800, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (5500, 90, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (5501, 91, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (5502, 92, 1, 0, 1773352800, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (7000, 30, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (7001, 40, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (7002, 50, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (8000, 20, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (9000, 100, 0, 0, 1496275200, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (10000, 75, 0, 0, 1762898400, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (10001, 77, 0, 0, 1762898400, 2543011199); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (11000, 78, 0, 1, 1639483200, 1640433599); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (11001, 78, 0, 1, 1648123200, 1648814399); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (12000, 96, 0, 2, 1773352800, 1776203999); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (12001, 97, 0, 2, 1773352800, 1776203999); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (12002, 98, 0, 2, 1773352800, 1776203999); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (20001, 95, 0, 1, 1641902400, 1642766399); INSERT INTO item_exchange_top (id, item_exchange_disp_order, item_exchange_type, item_top_category, start_date, end_date) VALUES (20002, 95, 0, 1, 1650024000, 1650887999); -- Table: item_group CREATE TABLE 'item_group' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO item_group (id, group_id) VALUES (1, 2); INSERT INTO item_group (id, group_id) VALUES (4, 2); INSERT INTO item_group (id, group_id) VALUES (7, 2); INSERT INTO item_group (id, group_id) VALUES (10, 2); INSERT INTO item_group (id, group_id) VALUES (13, 2); INSERT INTO item_group (id, group_id) VALUES (69, 1); INSERT INTO item_group (id, group_id) VALUES (70, 1); INSERT INTO item_group (id, group_id) VALUES (71, 1); INSERT INTO item_group (id, group_id) VALUES (72, 1); INSERT INTO item_group (id, group_id) VALUES (73, 1); INSERT INTO item_group (id, group_id) VALUES (74, 1); INSERT INTO item_group (id, group_id) VALUES (75, 1); INSERT INTO item_group (id, group_id) VALUES (76, 1); INSERT INTO item_group (id, group_id) VALUES (77, 1); INSERT INTO item_group (id, group_id) VALUES (78, 1); INSERT INTO item_group (id, group_id) VALUES (79, 1); INSERT INTO item_group (id, group_id) VALUES (80, 1); INSERT INTO item_group (id, group_id) VALUES (81, 1); INSERT INTO item_group (id, group_id) VALUES (82, 1); INSERT INTO item_group (id, group_id) VALUES (83, 1); INSERT INTO item_group (id, group_id) VALUES (84, 1); INSERT INTO item_group (id, group_id) VALUES (85, 1); INSERT INTO item_group (id, group_id) VALUES (86, 1); INSERT INTO item_group (id, group_id) VALUES (87, 1); INSERT INTO item_group (id, group_id) VALUES (88, 1); INSERT INTO item_group (id, group_id) VALUES (89, 1); INSERT INTO item_group (id, group_id) VALUES (90, 1); INSERT INTO item_group (id, group_id) VALUES (91, 1); INSERT INTO item_group (id, group_id) VALUES (92, 1); INSERT INTO item_group (id, group_id) VALUES (101, 1); INSERT INTO item_group (id, group_id) VALUES (102, 1); INSERT INTO item_group (id, group_id) VALUES (103, 1); INSERT INTO item_group (id, group_id) VALUES (104, 1); INSERT INTO item_group (id, group_id) VALUES (105, 1); INSERT INTO item_group (id, group_id) VALUES (106, 1); -- Table: item_pack CREATE TABLE 'item_pack' ('id' INTEGER NOT NULL, 'item_pack_id' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO item_pack (id, item_pack_id, item_category, item_id, item_num, start_date, end_date) VALUES (1, 1000, 41, 130, 1, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO item_pack (id, item_pack_id, item_category, item_id, item_num, start_date, end_date) VALUES (2, 1001, 42, 131, 1, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO item_pack (id, item_pack_id, item_category, item_id, item_num, start_date, end_date) VALUES (3, 9000, 91, 59, 200000, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO item_pack (id, item_pack_id, item_category, item_id, item_num, start_date, end_date) VALUES (4, 9000, 30, 110, 50000, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO item_pack (id, item_pack_id, item_category, item_id, item_num, start_date, end_date) VALUES (5, 9001, 40, 113, 1, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO item_pack (id, item_pack_id, item_category, item_id, item_num, start_date, end_date) VALUES (6, 9002, 40, 114, 1, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO item_pack (id, item_pack_id, item_category, item_id, item_num, start_date, end_date) VALUES (7, 9003, 91, 59, 600000, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); INSERT INTO item_pack (id, item_pack_id, item_category, item_id, item_num, start_date, end_date) VALUES (8, 9003, 30, 110, 300000, '2017-01-01 12:00:00', '2030-01-10 00:00:00'); -- Table: item_place CREATE TABLE 'item_place' ('id' INTEGER NOT NULL, 'transition_type' INTEGER NOT NULL, 'transition_value' INTEGER NOT NULL, UNIQUE('id','transition_type','transition_value')); INSERT INTO item_place (id, transition_type, transition_value) VALUES (1, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (4, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (7, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (10, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (13, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (44, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (44, 2, 7000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (44, 2, 7001); INSERT INTO item_place (id, transition_type, transition_value) VALUES (69, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (69, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (70, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (70, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (71, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (71, 2, 8000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (72, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (72, 2, 4000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (73, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (73, 2, 7002); INSERT INTO item_place (id, transition_type, transition_value) VALUES (74, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (74, 2, 4000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (75, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (75, 2, 7002); INSERT INTO item_place (id, transition_type, transition_value) VALUES (76, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (76, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (77, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (77, 2, 4000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (78, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (78, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (79, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (79, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (80, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (80, 2, 8000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (81, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (81, 2, 8000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (82, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (82, 2, 4000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (83, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (83, 2, 7000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (83, 2, 7001); INSERT INTO item_place (id, transition_type, transition_value) VALUES (84, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (84, 2, 4000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (85, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (85, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (86, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (86, 2, 7002); INSERT INTO item_place (id, transition_type, transition_value) VALUES (87, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (87, 2, 7002); INSERT INTO item_place (id, transition_type, transition_value) VALUES (88, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (88, 2, 4000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (89, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (89, 2, 7002); INSERT INTO item_place (id, transition_type, transition_value) VALUES (90, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (90, 2, 8000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (91, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (91, 2, 7000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (91, 2, 7001); INSERT INTO item_place (id, transition_type, transition_value) VALUES (92, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (92, 2, 7002); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102, 2, 8000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (103, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104, 2, 7002); INSERT INTO item_place (id, transition_type, transition_value) VALUES (105, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (106, 1, 0); INSERT INTO item_place (id, transition_type, transition_value) VALUES (144, 2, 10000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (145, 2, 10001); INSERT INTO item_place (id, transition_type, transition_value) VALUES (156, 2, 11000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (160, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (161, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (162, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (163, 2, 2000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100101, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100201, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100301, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100401, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100601, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100701, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100801, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100901, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101001, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101101, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101301, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101401, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101701, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101801, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102401, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102701, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (103001, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (103201, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (103501, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104101, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104501, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (105201, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (105601, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (106001, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (106101, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101501, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102601, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102301, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100302, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101302, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (103801, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (105001, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104601, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101601, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101802, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102402, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102001, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101201, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101102, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101402, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100501, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104001, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100102, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100402, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (105801, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (103701, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (105602, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102801, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101901, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (103002, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104502, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (103901, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102501, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (101702, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104002, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (104801, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (105901, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (100602, 2, 3000); INSERT INTO item_place (id, transition_type, transition_value) VALUES (102302, 2, 3000); -- Table: jukebox_chara_tag_data CREATE TABLE 'jukebox_chara_tag_data' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'tag' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (1, 1001, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (2, 1001, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (3, 1001, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (4, 1001, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (5, 1001, 3301, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (7, 1001, 3201, 1762207200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (8, 1001, 3307, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (10, 1002, 1004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (11, 1002, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (12, 1002, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (13, 1002, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (14, 1002, 3301, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (16, 1002, 3201, 1762207200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (19, 1003, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (20, 1003, 1005, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (21, 1003, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (22, 1003, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (23, 1003, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (24, 1003, 3301, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (25, 1003, 3302, 1752703200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (26, 1003, 3303, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (28, 1003, 3201, 1762207200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (29, 1003, 3307, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (31, 1004, 1004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (32, 1004, 2001, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (34, 1004, 3402, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (35, 1005, 1004, 1759442400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (36, 1005, 1006, 1759442400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (37, 1005, 2001, 1759442400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (39, 1005, 3402, 1759442400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (40, 1006, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (41, 1006, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (42, 1006, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (43, 1006, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (44, 1006, 2006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (45, 1006, 3402, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (46, 1007, 1003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (47, 1007, 1005, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (48, 1007, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (49, 1007, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (50, 1007, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (51, 1007, 3301, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (52, 1007, 3403, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (53, 1008, 1003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (54, 1008, 1004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (55, 1008, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (56, 1008, 2002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (57, 1008, 2006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (58, 1008, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (59, 1008, 3301, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (60, 1008, 3403, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (61, 1009, 1001, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (62, 1009, 2002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (63, 1009, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (64, 1009, 3301, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (65, 1009, 3403, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (66, 1010, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (67, 1010, 1005, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (68, 1010, 2006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (69, 1010, 3002, 1762466400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (71, 1011, 1003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (72, 1011, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (73, 1011, 2001, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (74, 1011, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (75, 1011, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (78, 1012, 1003, 1758146400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (79, 1012, 2001, 1758146400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (82, 1013, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (83, 1013, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (84, 1013, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (85, 1013, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (86, 1013, 3301, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (87, 1013, 3302, 1752703200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (88, 1013, 3303, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (89, 1013, 3101, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (90, 1013, 3307, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (92, 1014, 1003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (93, 1014, 2006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (94, 1014, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (97, 1015, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (98, 1015, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (99, 1015, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (100, 1015, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (102, 1016, 1003, 1755727200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (103, 1016, 2003, 1755727200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (104, 1016, 2004, 1755727200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (106, 1016, 3104, 1759874400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (107, 1017, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (108, 1017, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (109, 1017, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (110, 1017, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (113, 1018, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (114, 1018, 2002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (115, 1018, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (118, 1019, 1001, 1763589600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (119, 1019, 1005, 1763589600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (120, 1019, 2004, 1763589600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (121, 1019, 2005, 1763589600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (122, 1019, 2006, 1763589600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (123, 1020, 1006, 1757282400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (124, 1020, 2003, 1757282400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (127, 1023, 1004, 1752184800, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (128, 1023, 2003, 1752184800, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (129, 1023, 2004, 1752184800, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (130, 1023, 2007, 1752184800, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (131, 1023, 3103, 1754258400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (132, 1023, 3104, 1759874400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (134, 1024, 1001, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (135, 1024, 1005, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (136, 1024, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (137, 1024, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (138, 1024, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (139, 1025, 1006, 1765231200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (140, 1025, 2003, 1765231200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (141, 1025, 2004, 1765231200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (142, 1025, 3412, 1765231200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (143, 1026, 1004, 1751493600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (144, 1026, 2003, 1751493600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (145, 1026, 2001, 1751493600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (146, 1026, 3102, 1751493600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (148, 1026, 3302, 1752703200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (149, 1027, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (150, 1027, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (152, 1028, 1001, 1762898400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (153, 1028, 2006, 1762898400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (154, 1030, 1001, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (155, 1030, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (156, 1030, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (157, 1030, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (158, 1030, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (159, 1030, 3102, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (160, 1030, 3002, 1762466400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (161, 1030, 3302, 1752703200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (162, 1032, 1004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (163, 1032, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (165, 1035, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (166, 1035, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (167, 1035, 3103, 1754258400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (169, 1037, 1006, 1761861600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (170, 1037, 2004, 1761861600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (171, 1037, 2003, 1761861600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (172, 1038, 1001, 1753653600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (173, 1038, 1005, 1753653600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (174, 1038, 2006, 1753653600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (175, 1039, 1001, 1764626400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (176, 1039, 2002, 1764626400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (177, 1040, 1003, 1759874400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (178, 1040, 1006, 1759874400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (179, 1040, 2001, 1759874400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (181, 1041, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (182, 1041, 1005, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (183, 1041, 2006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (184, 1041, 3307, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (186, 1045, 1001, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (187, 1045, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (188, 1045, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (189, 1045, 2007, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (190, 1045, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (192, 1046, 1001, 1754949600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (193, 1046, 1005, 1754949600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (194, 1046, 2005, 1754949600, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (197, 1048, 1002, 1766095200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (198, 1048, 2004, 1766095200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (199, 1048, 2001, 1766095200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (200, 1050, 1004, 1754258400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (201, 1050, 2003, 1754258400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (202, 1050, 3103, 1754258400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (204, 1052, 1001, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (205, 1052, 1005, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (206, 1052, 2005, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (207, 1052, 3002, 1762466400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (209, 1056, 1005, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (210, 1056, 2003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (211, 1056, 3002, 1762466400, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (213, 1058, 1002, 1761084000, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (214, 1058, 1005, 1761084000, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (215, 1058, 2007, 1761084000, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (216, 1060, 1002, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (217, 1060, 2004, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (218, 1060, 3302, 1752703200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (219, 1060, 3412, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (220, 1061, 1003, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (221, 1061, 1006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (222, 1061, 2006, 1561993200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (224, 1059, 1002, 1766959200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (225, 1059, 1006, 1766959200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (226, 1059, 2002, 1766959200, 4102444799); INSERT INTO jukebox_chara_tag_data (id, chara_id, tag, start_date, end_date) VALUES (227, 1059, 2007, 1766959200, 4102444799); -- Table: jukebox_comment CREATE TABLE 'jukebox_comment' ('id' INTEGER NOT NULL, 'comment_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'comment_type' INTEGER NOT NULL, 'variation_type' INTEGER NOT NULL, 'variation_value' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (1, 1001101, 1001, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (2, 1001102, 1001, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (3, 1001203, 1001, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (4, 1002101, 1002, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (5, 1002102, 1002, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (6, 1002203, 1002, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (7, 1003101, 1003, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (8, 1003102, 1003, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (9, 1003203, 1003, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (10, 1004101, 1004, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (11, 1004102, 1004, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (12, 1004203, 1004, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (13, 1005101, 1005, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (14, 1005102, 1005, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (15, 1005203, 1005, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (16, 1006101, 1006, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (17, 1006102, 1006, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (18, 1006203, 1006, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (19, 1007101, 1007, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (20, 1007102, 1007, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (21, 1007203, 1007, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (22, 1008101, 1008, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (23, 1008102, 1008, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (24, 1008203, 1008, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (25, 1009101, 1009, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (26, 1009102, 1009, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (27, 1009203, 1009, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (28, 1010101, 1010, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (29, 1010102, 1010, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (30, 1010203, 1010, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (31, 1011101, 1011, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (33, 1011203, 1011, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (34, 1012101, 1012, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (35, 1012102, 1012, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (36, 1012203, 1012, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (37, 1013101, 1013, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (38, 1013102, 1013, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (39, 1013203, 1013, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (40, 1014101, 1014, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (42, 1014203, 1014, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (43, 1015101, 1015, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (44, 1015102, 1015, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (45, 1015203, 1015, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (46, 1016101, 1016, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (47, 1016102, 1016, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (48, 1016203, 1016, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (49, 1017101, 1017, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (50, 1017202, 1017, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (51, 1018101, 1018, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (52, 1018202, 1018, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (53, 1019101, 1019, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (54, 1019102, 1019, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (55, 1019203, 1019, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (56, 1020101, 1020, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (57, 1020102, 1020, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (58, 1020203, 1020, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (59, 1023101, 1023, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (60, 1023102, 1023, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (61, 1023203, 1023, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (62, 1024101, 1024, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (63, 1024202, 1024, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (64, 1025101, 1025, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (65, 1025102, 1025, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (66, 1025203, 1025, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (67, 1026101, 1026, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (68, 1026102, 1026, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (69, 1026203, 1026, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (70, 1027101, 1027, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (71, 1027202, 1027, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (72, 1028101, 1028, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (73, 1028202, 1028, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (74, 1030101, 1030, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (75, 1030102, 1030, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (76, 1030203, 1030, 2, 1, 2); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (77, 1030203, 1030, 2, 1, 1); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (78, 1032101, 1032, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (79, 1032102, 1032, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (80, 1032203, 1032, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (81, 1035101, 1035, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (82, 1035102, 1035, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (83, 1035203, 1035, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (84, 1037101, 1037, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (85, 1037202, 1037, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (86, 1038101, 1038, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (87, 1038102, 1038, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (88, 1038203, 1038, 2, 1, 2); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (89, 1038203, 1038, 2, 1, 1); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (90, 1039101, 1039, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (91, 1039102, 1039, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (92, 1039203, 1039, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (93, 1040101, 1040, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (94, 1040202, 1040, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (95, 1041101, 1041, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (96, 1041102, 1041, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (97, 1041203, 1041, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (98, 1045101, 1045, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (99, 1045202, 1045, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (100, 1046101, 1046, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (101, 1046202, 1046, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (102, 1048101, 1048, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (103, 1048102, 1048, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (104, 1048203, 1048, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (105, 1050101, 1050, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (106, 1050102, 1050, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (107, 1050203, 1050, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (108, 1052101, 1052, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (109, 1052102, 1052, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (110, 1052203, 1052, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (111, 1056101, 1056, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (112, 1056102, 1056, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (113, 1056203, 1056, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (114, 1058101, 1058, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (115, 1058102, 1058, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (116, 1058203, 1058, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (117, 1060101, 1060, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (118, 1060102, 1060, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (119, 1060203, 1060, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (120, 1061101, 1061, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (121, 1061102, 1061, 1, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (122, 1061203, 1061, 2, 0, 0); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (123, 1059201, 1059, 2, 1, 1); INSERT INTO jukebox_comment (id, comment_id, chara_id, comment_type, variation_type, variation_value) VALUES (124, 1059201, 1059, 2, 1, 2); -- Table: jukebox_motion_data CREATE TABLE 'jukebox_motion_data' ('id' INTEGER NOT NULL, 'song_type' INTEGER NOT NULL, 'motion_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (1, 1, 500001); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (2, 1, 500003); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (3, 1, 500015); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (4, 2, 500002); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (5, 2, 500004); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (6, 2, 500009); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (7, 3, 500010); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (8, 3, 500011); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (9, 3, 500014); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (10, 4, 500006); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (11, 4, 500007); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (12, 5, 500008); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (13, 5, 500012); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (14, 5, 500016); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (15, 6, 500005); INSERT INTO jukebox_motion_data (id, song_type, motion_id) VALUES (16, 6, 500013); -- Table: jukebox_music_data CREATE TABLE 'jukebox_music_data' ('music_id' INTEGER NOT NULL, 'sort' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'is_hidden' INTEGER NOT NULL, 'version_type' INTEGER NOT NULL, 'request_type' INTEGER NOT NULL, 'lamp_color' INTEGER NOT NULL, 'lamp_animation' INTEGER NOT NULL, 'name_texture_length' INTEGER NOT NULL, 'song_type' INTEGER NOT NULL, 'bgm_cue_name_short' TEXT NOT NULL, 'bgm_cuesheet_name_short' TEXT NOT NULL, 'bgm_cue_name_gamesize' TEXT NOT NULL, 'bgm_cuesheet_name_gamesize' TEXT NOT NULL, 'short_length' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('music_id'), UNIQUE('sort')); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1001, 9, 1, 0, 1, 0, 5, 1, 295, 5, 'snd_bgm_CS1001_Short', 'snd_bgm_CS1001_Short', 'snd_bgm_CS1001_GameSize', 'snd_bgm_CS1001_GameSize', 28000, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1004, 401, 1, 0, 1, 0, 2, 2, 352, 3, 'snd_bgm_CS1004_Short', 'snd_bgm_CS1004_Short', 'snd_bgm_CS1004_GameSize', 'snd_bgm_CS1004_GameSize', 28500, 1762207200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1005, 3, 1, 0, 1, 0, 5, 1, 311, 1, 'snd_bgm_CS1005_Short', 'snd_bgm_CS1005_Short', 'snd_bgm_CS1005_GameSize', 'snd_bgm_CS1005_GameSize', 23000, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1006, 1, 0, 0, 1, 0, 3, 1, 229, 2, 'snd_bgm_CS1006_Short', 'snd_bgm_CS1006_Short', 'snd_bgm_CS1006_GameSize', 'snd_bgm_CS1006_GameSize', 24000, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1007, 2, 1, 0, 1, 0, 3, 1, 281, 1, 'snd_bgm_CS1007_Short', 'snd_bgm_CS1007_Short', 'snd_bgm_CS1007_GameSize', 'snd_bgm_CS1007_GameSize', 23000, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1008, 7, 1, 0, 1, 0, 1, 1, 300, 4, 'snd_bgm_CS1008_Short', 'snd_bgm_CS1008_Short', 'snd_bgm_CS1008_GameSize', 'snd_bgm_CS1008_GameSize', 38700, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1009, 6, 1, 0, 1, 0, 2, 1, 361, 3, 'snd_bgm_CS1009_Short', 'snd_bgm_CS1009_Short', 'snd_bgm_CS1009_GameSize', 'snd_bgm_CS1009_GameSize', 36500, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1010, 8, 1, 0, 1, 0, 4, 1, 275, 1, 'snd_bgm_CS1010_Short', 'snd_bgm_CS1010_Short', 'snd_bgm_CS1010_GameSize', 'snd_bgm_CS1010_GameSize', 27000, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1023, 502, 0, 0, 1, 0, 4, 1, 333, 2, 'snd_bgm_CS1023_Short', 'snd_bgm_CS1023_Short', 'snd_bgm_CS1023_GameSize', 'snd_bgm_CS1023_GameSize', 23500, 1527865201, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1025, 201, 1, 0, 1, 0, 4, 2, 440, 1, 'snd_bgm_CS1025_Short', 'snd_bgm_CS1025_Short', 'snd_bgm_CS1025_GameSize', 'snd_bgm_CS1025_GameSize', 45000, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1026, 202, 1, 0, 1, 0, 2, 2, 251, 6, 'snd_bgm_CS1026_Short', 'snd_bgm_CS1026_Short', 'snd_bgm_CS1026_GameSize', 'snd_bgm_CS1026_GameSize', 38000, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1027, 5, 1, 0, 1, 0, 2, 1, 301, 4, 'snd_bgm_CS1027_Short', 'snd_bgm_CS1027_Short', 'snd_bgm_CS1027_GameSize', 'snd_bgm_CS1027_GameSize', 28200, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1028, 4, 1, 0, 1, 0, 1, 1, 300, 3, 'snd_bgm_CS1028_Short', 'snd_bgm_CS1028_Short', 'snd_bgm_CS1028_GameSize', 'snd_bgm_CS1028_GameSize', 28500, 1561993200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1030, 203, 1, 0, 1, 0, 3, 1, 654, 1, 'snd_bgm_CS1030_Short', 'snd_bgm_CS1030_Short', 'snd_bgm_CS1030_GameSize', 'snd_bgm_CS1030_GameSize', 27500, 1754258400, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1031, 204, 1, 0, 1, 0, 1, 1, 121, 3, 'snd_bgm_CS1031_Short', 'snd_bgm_CS1031_Short', 'snd_bgm_CS1031_GameSize', 'snd_bgm_CS1031_GameSize', 24500, 1759874400, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1032, 301, 1, 0, 1, 0, 3, 1, 341, 2, 'snd_bgm_CS1032_Short', 'snd_bgm_CS1032_Short', 'snd_bgm_CS1032_GameSize', 'snd_bgm_CS1032_GameSize', 31500, 1752703200, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1035, 101, 1, 0, 1, 0, 4, 2, 175, 2, 'snd_bgm_CS1035_Short', 'snd_bgm_CS1035_Short', 'snd_bgm_CS1035_GameSize', 'snd_bgm_CS1035_GameSize', 26500, 1762466400, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1042, 501, 0, 0, 1, 0, 4, 2, 226, 6, 'snd_bgm_CS1042_Short', 'snd_bgm_CS1042_Short', 'snd_bgm_CS1042_GameSize', 'snd_bgm_CS1042_GameSize', 35000, 1527865201, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1043, 601, 0, 0, 1, 0, 4, 1, 278, 6, 'snd_bgm_CS1043_Short', 'snd_bgm_CS1043_Short', 'snd_bgm_CS1043_GameSize', 'snd_bgm_CS1043_GameSize', 33000, 1527865201, 4102444799); INSERT INTO jukebox_music_data (music_id, sort, condition_type, is_hidden, version_type, request_type, lamp_color, lamp_animation, name_texture_length, song_type, bgm_cue_name_short, bgm_cuesheet_name_short, bgm_cue_name_gamesize, bgm_cuesheet_name_gamesize, short_length, start_date, end_date) VALUES (1049, 701, 1, 1, 2, 1, 5, 1, 557, 5, 'snd_bgm_CS1049_Short', 'snd_bgm_CS1049_Short', 'snd_bgm_CS1049_GameSize', 'snd_bgm_CS1049_GameSize', 27000, 1527865201, 4102444799); -- Table: jukebox_reaction_data CREATE TABLE 'jukebox_reaction_data' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'reaction_chara_id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (1, 1001, 1002, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (2, 1001, 1004, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (3, 1001, 1014, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (4, 1001, 1011, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (5, 1001, 1020, 1757282400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (6, 1001, 1061, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (7, 1002, 1001, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (8, 1002, 1018, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (9, 1002, 1010, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (10, 1002, 1056, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (11, 1002, 1059, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (12, 1002, 1046, 1754949600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (13, 1002, 1026, 1751493600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (14, 1003, 1024, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (15, 1003, 1017, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (17, 1003, 1060, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (21, 1003, 1008, 1677240000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (22, 1003, 1009, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (23, 1003, 1013, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (24, 1004, 1017, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (26, 1004, 1001, 1642680000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (27, 1004, 1030, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (28, 1004, 1035, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (31, 1005, 1012, 1759442400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (32, 1005, 1032, 1759442400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (33, 1005, 1024, 1759442400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (35, 1005, 1015, 1759442400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (38, 1006, 1027, 1670846400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (39, 1006, 1045, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (41, 1007, 1048, 1766095200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (42, 1007, 1013, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (44, 1007, 1037, 1761861600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (45, 1008, 1009, 1654862400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (47, 1008, 1039, 1764626400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (48, 1008, 1040, 1759874400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (49, 1008, 1003, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (50, 1008, 1013, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (51, 1009, 1008, 1655726400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (52, 1009, 1032, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (54, 1009, 1039, 1764626400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (55, 1009, 1018, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (56, 1009, 1059, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (58, 1010, 1059, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (59, 1010, 1002, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (60, 1010, 1056, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (61, 1010, 1014, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (62, 1010, 1011, 1639483200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (63, 1011, 1004, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (64, 1011, 1001, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (65, 1011, 1020, 1757282400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (66, 1011, 1061, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (67, 1011, 1010, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (68, 1012, 1005, 1759442400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (69, 1012, 1016, 1758146400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (70, 1012, 1024, 1758146400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (72, 1012, 1010, 1758146400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (75, 1013, 1007, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (76, 1013, 1030, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (77, 1013, 1003, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (78, 1013, 1027, 1676289600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (79, 1013, 1059, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (82, 1014, 1011, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (83, 1014, 1001, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (84, 1014, 1020, 1757282400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (85, 1014, 1061, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (86, 1014, 1059, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (87, 1015, 1023, 1752184800, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (88, 1015, 1058, 1761084000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (90, 1015, 1052, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (91, 1015, 1019, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (92, 1015, 1005, 1759442400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (93, 1016, 1023, 1755727200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (94, 1016, 1012, 1758146400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (95, 1016, 1008, 1755727200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (96, 1016, 1017, 1755727200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (97, 1016, 1018, 1755727200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (98, 1017, 1004, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (99, 1017, 1003, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (102, 1017, 1018, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (103, 1017, 1016, 1755727200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (105, 1018, 1059, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (106, 1018, 1002, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (107, 1018, 1009, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (108, 1018, 1017, 1677240000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (109, 1018, 1016, 1755727200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (110, 1019, 1032, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (111, 1019, 1046, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (112, 1019, 1015, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (113, 1019, 1058, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (114, 1019, 1052, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (115, 1019, 1061, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (117, 1020, 1001, 1757282400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (118, 1020, 1014, 1757282400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (119, 1020, 1011, 1757282400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (120, 1020, 1061, 1757282400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (121, 1023, 1015, 1752184800, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (122, 1023, 1016, 1755727200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (123, 1023, 1035, 1752184800, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (124, 1023, 1050, 1754258400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (125, 1024, 1003, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (126, 1024, 1028, 1762898400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (127, 1024, 1038, 1753653600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (128, 1024, 1060, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (129, 1024, 1005, 1759442400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (132, 1025, 1032, 1765231200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (133, 1025, 1030, 1765231200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (134, 1025, 1058, 1765231200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (135, 1025, 1015, 1765231200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (138, 1026, 1041, 1751493600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (139, 1026, 1030, 1751493600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (140, 1026, 1046, 1754949600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (141, 1026, 1002, 1751493600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (144, 1027, 1059, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (145, 1027, 1013, 1670846400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (148, 1028, 1024, 1762898400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (149, 1028, 1010, 1762898400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (150, 1028, 1012, 1762898400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (151, 1028, 1005, 1762898400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (153, 1030, 1026, 1751493600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (154, 1030, 1052, 1652184000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (155, 1030, 1004, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (156, 1030, 1013, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (157, 1030, 1041, 1647604800, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (158, 1032, 1019, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (159, 1032, 1025, 1765231200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (160, 1032, 1009, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (163, 1032, 1005, 1759442400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (164, 1035, 1048, 1766095200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (166, 1035, 1004, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (167, 1035, 1023, 1752184800, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (168, 1035, 1050, 1754258400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (169, 1037, 1046, 1761861600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (170, 1037, 1014, 1761861600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (171, 1037, 1009, 1761861600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (172, 1037, 1007, 1761861600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (173, 1037, 1048, 1766095200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (175, 1038, 1024, 1753653600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (176, 1038, 1028, 1762898400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (177, 1038, 1037, 1761861600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (180, 1039, 1061, 1764626400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (182, 1039, 1008, 1764626400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (183, 1039, 1009, 1764626400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (186, 1040, 1048, 1766095200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (191, 1040, 1008, 1759874400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (192, 1041, 1026, 1751493600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (193, 1041, 1052, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (196, 1041, 1030, 1663675200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (198, 1045, 1050, 1754258400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (200, 1045, 1006, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (203, 1046, 1037, 1761861600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (204, 1046, 1002, 1754949600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (205, 1046, 1026, 1754949600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (206, 1048, 1035, 1766095200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (207, 1048, 1040, 1766095200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (208, 1048, 1007, 1766095200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (211, 1048, 1037, 1766095200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (212, 1050, 1045, 1754258400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (213, 1050, 1030, 1754258400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (215, 1050, 1023, 1754258400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (216, 1050, 1035, 1754258400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (217, 1052, 1061, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (218, 1052, 1041, 1640174400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (219, 1052, 1030, 1654862400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (220, 1052, 1058, 1761084000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (221, 1052, 1015, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (223, 1056, 1058, 1761084000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (225, 1056, 1010, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (226, 1056, 1002, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (227, 1056, 1059, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (229, 1058, 1015, 1761084000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (230, 1058, 1056, 1761084000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (231, 1058, 1052, 1761084000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (232, 1058, 1019, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (234, 1060, 1003, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (238, 1061, 1052, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (239, 1061, 1039, 1764626400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (240, 1061, 1019, 1763589600, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (241, 1061, 1001, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (242, 1061, 1014, 1561993200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (243, 1061, 1011, 1645704000, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (244, 1061, 1020, 1757282400, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (245, 1059, 1010, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (246, 1059, 1018, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (247, 1059, 1027, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (248, 1059, 1013, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (250, 1059, 1002, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (251, 1059, 1056, 1766959200, 4102444799); INSERT INTO jukebox_reaction_data (id, chara_id, reaction_chara_id, start_date, end_date) VALUES (253, 1059, 1009, 1766959200, 4102444799); -- Table: jukebox_request_data CREATE TABLE 'jukebox_request_data' ('id' INTEGER NOT NULL, 'music_id' INTEGER NOT NULL, 'request_type' INTEGER NOT NULL, 'request_value' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (1, 1006, 2, 1002, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (2, 1006, 2, 3301, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (3, 1001, 2, 1005, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (4, 1001, 2, 1002, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (6, 1005, 2, 1001, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (7, 1005, 2, 2002, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (8, 1007, 2, 1001, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (9, 1007, 2, 2001, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (10, 1008, 2, 1004, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (11, 1008, 2, 2004, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (12, 1009, 2, 1003, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (13, 1009, 2, 2005, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (14, 1009, 2, 3402, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (15, 1010, 2, 1001, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (16, 1010, 2, 2007, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (17, 1027, 2, 1004, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (18, 1027, 2, 2006, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (19, 1028, 2, 1003, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (20, 1028, 2, 2003, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (21, 1025, 2, 1001, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (22, 1025, 2, 1006, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (23, 1025, 2, 3101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (24, 1026, 2, 1006, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (25, 1026, 2, 3102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (26, 1030, 2, 1001, 1754258400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (27, 1030, 2, 3103, 1754258400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (28, 1031, 2, 1003, 1759874400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (29, 1031, 2, 3104, 1759874400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (30, 1035, 2, 1002, 1762466400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (31, 1035, 2, 3002, 1762466400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (32, 1032, 2, 1002, 1752703200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (33, 1032, 2, 3302, 1752703200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (34, 1004, 2, 1003, 1762207200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (35, 1004, 2, 3201, 1762207200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (38, 1049, 2, 1005, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (39, 1049, 2, 3307, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (40, 1028, 1, 1001101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (41, 1006, 1, 1001102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (42, 1010, 1, 1002101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (44, 1028, 1, 1003101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (45, 1032, 1, 1003102, 1752703200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (46, 1007, 1, 1004101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (47, 1009, 1, 1004102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (48, 1007, 1, 1005101, 1759442400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (49, 1042, 1, 1005102, 1759442400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (50, 1027, 1, 1006101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (51, 1009, 1, 1006102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (52, 1010, 1, 1007101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (53, 1023, 1, 1007102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (54, 1027, 1, 1008101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (55, 1031, 1, 1008102, 1759874400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (56, 1010, 1, 1009101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (57, 1023, 1, 1009102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (58, 1027, 1, 1010101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (59, 1035, 1, 1010102, 1762466400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (60, 1008, 1, 1011101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (62, 1007, 1, 1012101, 1758146400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (63, 1031, 1, 1012102, 1759874400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (64, 1008, 1, 1013101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (65, 1025, 1, 1013102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (66, 1027, 1, 1014101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (68, 1008, 1, 1015101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (69, 1006, 1, 1015102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (70, 1028, 1, 1016101, 1755727200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (71, 1031, 1, 1016102, 1759874400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (72, 1028, 1, 1017101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (73, 1005, 1, 1018101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (74, 1009, 1, 1019101, 1763589600, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (75, 1001, 1, 1019102, 1763589600, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (76, 1028, 1, 1020101, 1757282400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (77, 1025, 1, 1020102, 1757282400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (78, 1028, 1, 1023101, 1752184800, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (79, 1031, 1, 1023102, 1759874400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (80, 1010, 1, 1024101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (81, 1008, 1, 1025101, 1765231200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (82, 1042, 1, 1025102, 1765231200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (83, 1028, 1, 1026101, 1751493600, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (84, 1026, 1, 1026102, 1751493600, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (85, 1010, 1, 1027101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (86, 1027, 1, 1028101, 1762898400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (87, 1008, 1, 1030101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (88, 1026, 1, 1030102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (89, 1028, 1, 1032101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (90, 1042, 1, 1032102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (91, 1007, 1, 1035101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (92, 1030, 1, 1035102, 1754258400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (93, 1008, 1, 1037101, 1761861600, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (94, 1027, 1, 1038101, 1753653600, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (96, 1005, 1, 1039101, 1764626400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (97, 1025, 1, 1039102, 1764626400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (98, 1007, 1, 1040101, 1759874400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (99, 1027, 1, 1041101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (100, 1049, 1, 1041102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (101, 1008, 1, 1045101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (102, 1009, 1, 1046101, 1754949600, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (103, 1007, 1, 1048101, 1766095200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (104, 1023, 1, 1048102, 1766095200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (105, 1028, 1, 1050101, 1754258400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (106, 1030, 1, 1050102, 1754258400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (107, 1009, 1, 1052101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (108, 1001, 1, 1052102, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (109, 1028, 1, 1056101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (110, 1035, 1, 1056102, 1762466400, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (111, 1010, 1, 1058101, 1761084000, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (112, 1006, 1, 1058102, 1761084000, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (113, 1027, 1, 1060101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (114, 1032, 1, 1060102, 1752703200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (115, 1027, 1, 1061101, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (117, 1042, 2, 1006, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (118, 1042, 2, 1004, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (119, 1042, 2, 3412, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (120, 1023, 2, 1002, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (121, 1023, 2, 3403, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (122, 1043, 2, 1006, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (123, 1043, 2, 1001, 1561993200, 4102444799); INSERT INTO jukebox_request_data (id, music_id, request_type, request_value, start_date, end_date) VALUES (124, 1043, 2, 3303, 1561993200, 4102444799); -- Table: legend_race CREATE TABLE 'legend_race' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'legend_bg_id' INTEGER NOT NULL, 'legend_bg_sub_id' INTEGER NOT NULL, 'image_id' INTEGER NOT NULL, 'difficulty' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'season' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'ground' INTEGER NOT NULL, 'legend_race_boss_npc_id' INTEGER NOT NULL, 'cost_num' INTEGER NOT NULL, 'drop_reward_odds_id' INTEGER NOT NULL, 'victory_reward_odds_id' INTEGER NOT NULL, 'first_clear_item_category_1' INTEGER NOT NULL, 'first_clear_item_id_1' INTEGER NOT NULL, 'first_clear_item_num_1' INTEGER NOT NULL, 'first_clear_item_category_2' INTEGER NOT NULL, 'first_clear_item_id_2' INTEGER NOT NULL, 'first_clear_item_num_2' INTEGER NOT NULL, 'first_clear_item_category_3' INTEGER NOT NULL, 'first_clear_item_id_3' INTEGER NOT NULL, 'first_clear_item_num_3' INTEGER NOT NULL, 'pick_up_item_category_1' INTEGER NOT NULL, 'pick_up_item_id_1' INTEGER NOT NULL, 'pick_up_item_num_1' INTEGER NOT NULL, 'pick_up_item_category_2' INTEGER NOT NULL, 'pick_up_item_id_2' INTEGER NOT NULL, 'pick_up_item_num_2' INTEGER NOT NULL, 'pick_up_item_category_3' INTEGER NOT NULL, 'pick_up_item_id_3' INTEGER NOT NULL, 'pick_up_item_num_3' INTEGER NOT NULL, 'notice_date' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (2, 101406, 24, 111, 101401, 3, 592001, 3, 1, 1, 103, 1, 10001, 10002, 102, 101401, 10, 90, 43, 150, 91, 59, 10000, 102, 101401, 1, 0, 0, 0, 0, 0, 0, '', 1751839200, 1752073199); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (3, 100106, 24, 111, 100101, 3, 592002, 3, 1, 1, 105, 1, 10003, 10004, 102, 100101, 10, 90, 43, 150, 91, 59, 10000, 102, 100101, 1, 0, 0, 0, 0, 0, 0, '', 1752073200, 1752332399); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (4, 101706, 24, 111, 101701, 3, 592003, 3, 1, 1, 107, 1, 10005, 10006, 102, 101701, 10, 90, 43, 150, 91, 59, 10000, 102, 101701, 1, 0, 0, 0, 0, 0, 0, '', 1752332400, 1752591599); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (6, 106106, 77, 111, 106101, 3, 594501, 3, 1, 1, 109, 1, 10007, 10008, 102, 106101, 10, 90, 43, 150, 91, 59, 10000, 102, 106101, 1, 0, 0, 0, 0, 0, 0, 1753394400, 1753653600, 1753887599); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (7, 101006, 77, 111, 101001, 3, 594503, 3, 1, 1, 111, 1, 10009, 10010, 102, 101001, 10, 90, 43, 150, 91, 59, 10000, 102, 101001, 1, 0, 0, 0, 0, 0, 0, 1753887600, 1753887600, 1754146799); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (8, 104106, 77, 111, 104101, 3, 594502, 3, 1, 1, 113, 1, 10011, 10012, 102, 104101, 10, 90, 43, 150, 91, 59, 10000, 102, 104101, 1, 0, 0, 0, 0, 0, 0, 1754146800, 1754146800, 1754405999); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (9, 103801, 77, 111, 103801, 3, 594504, 3, 1, 1, 115, 1, 10013, 10014, 102, 103801, 10, 90, 43, 150, 91, 59, 10000, 102, 103801, 1, 0, 0, 0, 0, 0, 0, 1754406000, 1754406000, 1754665199); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (11, 103506, 24, 111, 103501, 3, 593501, 1, 1, 1, 117, 1, 10015, 10016, 102, 103501, 10, 90, 43, 150, 91, 59, 10000, 102, 103501, 1, 0, 0, 0, 0, 0, 0, 1755554400, 1755813600, 1756047599); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (12, 100806, 24, 111, 100801, 3, 593502, 1, 1, 1, 119, 1, 10017, 10018, 102, 100801, 10, 90, 43, 150, 91, 59, 10000, 102, 100801, 1, 0, 0, 0, 0, 0, 0, 1756047600, 1756047600, 1756306799); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (13, 100306, 24, 111, 100301, 3, 593503, 1, 1, 1, 121, 1, 10019, 10020, 102, 100301, 10, 90, 43, 150, 91, 59, 10000, 102, 100301, 1, 0, 0, 0, 0, 0, 0, 1756306800, 1756306800, 1756565999); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (15, 102406, 79, 111, 102401, 3, 593004, 1, 1, 1, 129, 1, 10027, 10028, 102, 102401, 10, 90, 43, 150, 91, 59, 10000, 102, 102401, 1, 0, 0, 0, 0, 0, 0, 1757368800, 1757628000, 1757861999); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (16, 101306, 79, 111, 101301, 3, 593002, 1, 1, 1, 125, 1, 10023, 10024, 102, 101301, 10, 90, 43, 150, 91, 59, 10000, 102, 101301, 1, 0, 0, 0, 0, 0, 0, 1757862000, 1757862000, 1758121199); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (17, 101506, 79, 111, 101501, 3, 593003, 1, 1, 1, 127, 1, 10025, 10026, 102, 101501, 10, 90, 43, 150, 91, 59, 10000, 102, 101501, 1, 0, 0, 0, 0, 0, 0, 1758121200, 1758121200, 1758380399); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (18, 104506, 79, 111, 104501, 3, 593001, 1, 1, 1, 123, 1, 10021, 10022, 102, 104501, 10, 90, 43, 150, 91, 59, 10000, 102, 104501, 1, 0, 0, 0, 0, 0, 0, 1758380400, 1758380400, 1758639599); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (19, 102706, 79, 111, 102701, 3, 594001, 1, 1, 1, 131, 1, 10029, 10030, 102, 102701, 10, 90, 43, 150, 91, 59, 10000, 102, 102701, 1, 0, 0, 0, 0, 0, 0, 1761256800, 1761516000, 1761749999); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (20, 100206, 78, 111, 100201, 3, 594002, 1, 1, 1, 133, 1, 10031, 10032, 102, 100201, 10, 90, 43, 150, 91, 59, 10000, 102, 100201, 1, 0, 0, 0, 0, 0, 0, 1761750000, 1761750000, 1762009199); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (21, 100706, 78, 111, 100701, 3, 594003, 1, 1, 1, 135, 1, 10033, 10034, 102, 100701, 10, 90, 43, 150, 91, 59, 10000, 102, 100701, 1, 0, 0, 0, 0, 0, 0, 1762009200, 1762009200, 1762268399); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (22, 100406, 78, 111, 100401, 3, 596001, 4, 1, 1, 137, 1, 10035, 10036, 102, 100401, 10, 90, 43, 150, 91, 59, 10000, 102, 100401, 1, 0, 0, 0, 0, 0, 0, 1762725600, 1763071200, 1763305199); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (23, 100506, 78, 111, 100501, 3, 596002, 4, 1, 1, 139, 1, 10037, 10038, 102, 100501, 10, 90, 43, 150, 91, 59, 10000, 102, 100501, 1, 0, 0, 0, 0, 0, 0, 1763305200, 1763305200, 1763564399); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (24, 102606, 78, 111, 102601, 3, 596003, 4, 1, 1, 141, 1, 10039, 10040, 102, 102601, 10, 90, 43, 150, 91, 59, 10000, 102, 102601, 1, 0, 0, 0, 0, 0, 0, 1763564400, 1763564400, 1763823599); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (26, 105606, 79, 111, 105601, 3, 595001, 3, 1, 1, 143, 1, 10041, 10042, 102, 105601, 10, 90, 43, 150, 91, 59, 10000, 102, 105601, 1, 0, 0, 0, 0, 0, 0, 1764540000, 1764885600, 1765119599); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (27, 102006, 79, 111, 102001, 3, 595002, 3, 1, 1, 145, 1, 10043, 10044, 102, 102001, 10, 90, 43, 150, 91, 59, 10000, 102, 102001, 1, 0, 0, 0, 0, 0, 0, 1765119600, 1765119600, 1765378799); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (28, 102306, 79, 411, 102301, 3, 595003, 3, 2, 1, 147, 1, 10045, 10046, 102, 102301, 10, 90, 43, 150, 91, 59, 10000, 102, 102301, 1, 0, 0, 0, 0, 0, 0, 1765378800, 1765378800, 1765637999); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (29, 101806, 24, 111, 101801, 3, 596501, 3, 1, 1, 149, 1, 10047, 10048, 102, 101801, 10, 90, 43, 150, 91, 59, 10000, 102, 101801, 1, 0, 0, 0, 0, 0, 0, 1766440800, 1766440800, 1766674799); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (30, 103706, 24, 411, 103701, 3, 596502, 3, 2, 1, 151, 1, 10049, 10050, 102, 103701, 10, 90, 43, 150, 91, 59, 10000, 102, 103701, 1, 0, 0, 0, 0, 0, 0, 1766674800, 1766674800, 1766933999); INSERT INTO legend_race (id, group_id, legend_bg_id, legend_bg_sub_id, image_id, difficulty, race_instance_id, season, weather, ground, legend_race_boss_npc_id, cost_num, drop_reward_odds_id, victory_reward_odds_id, first_clear_item_category_1, first_clear_item_id_1, first_clear_item_num_1, first_clear_item_category_2, first_clear_item_id_2, first_clear_item_num_2, first_clear_item_category_3, first_clear_item_id_3, first_clear_item_num_3, pick_up_item_category_1, pick_up_item_id_1, pick_up_item_num_1, pick_up_item_category_2, pick_up_item_id_2, pick_up_item_num_2, pick_up_item_category_3, pick_up_item_id_3, pick_up_item_num_3, notice_date, start_date, end_date) VALUES (31, 101906, 24, 411, 101901, 3, 596503, 3, 3, 3, 153, 1, 10051, 10052, 102, 101901, 10, 90, 43, 150, 91, 59, 10000, 102, 101901, 1, 0, 0, 0, 0, 0, 0, 1766934000, 1766934000, 1767193199); -- Table: legend_race_billing CREATE TABLE 'legend_race_billing' ('id' INTEGER NOT NULL, 'frequency' INTEGER NOT NULL, 'pay_cost' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO legend_race_billing (id, frequency, pay_cost) VALUES (1, 0, 0); -- Table: legend_race_boss_npc CREATE TABLE 'legend_race_boss_npc' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'nickname_id' INTEGER NOT NULL, 'card_rarity_data_id' INTEGER NOT NULL, 'post' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (103, 1014, 101401, 68, 10140103, 0, 641, 610, 604, 647, 622, 6, 7, 7, 4, 3, 7, 6, 5, 7, 7, 32101402); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (105, 1001, 100101, 66, 10010103, 0, 643, 670, 620, 544, 591, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 32100102); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (107, 1017, 101701, 78, 10170103, 0, 638, 617, 608, 557, 660, 3, 6, 7, 7, 6, 7, 6, 5, 7, 1, 32101702); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (109, 1061, 106101, 126, 10610103, 2, 847, 386, 955, 463, 728, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 32106102); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (111, 1010, 101001, 83, 10100103, 0, 849, 419, 826, 430, 691, 7, 7, 3, 1, 5, 7, 3, 1, 7, 5, 32101002); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (113, 1041, 104101, 71, 10410103, 0, 753, 415, 744, 451, 707, 7, 6, 1, 1, 6, 7, 2, 1, 7, 1, 32104102); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (115, 1038, 103801, 89, 10380103, 0, 772, 367, 699, 551, 634, 7, 7, 3, 1, 5, 7, 3, 1, 7, 5, 32103802); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (117, 1035, 103501, 47, 10350103, 2, 651, 633, 807, 666, 732, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 32103502); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (119, 1008, 100801, 74, 10080103, 2, 673, 577, 853, 502, 713, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 32100802); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (121, 1003, 100301, 76, 10030103, 0, 738, 606, 726, 582, 726, 2, 3, 7, 6, 1, 7, 4, 2, 7, 1, 32100302); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (123, 1045, 104501, 72, 10450103, 0, 530, 608, 501, 580, 515, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 32104502); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (125, 1013, 101301, 127, 10130103, 0, 601, 727, 518, 522, 476, 1, 2, 7, 7, 6, 7, 4, 2, 7, 1, 32101302); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (127, 1015, 101501, 86, 10150103, 0, 621, 763, 578, 529, 454, 1, 3, 7, 7, 5, 7, 6, 1, 7, 1, 32101502); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (129, 1024, 102401, 70, 10240103, 2, 555, 769, 617, 569, 462, 4, 4, 7, 7, 6, 6, 6, 7, 7, 1, 32102402); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (131, 1027, 102701, 82, 10270103, 2, 662, 672, 640, 621, 640, 3, 5, 7, 6, 2, 6, 7, 2, 7, 1, 32102702); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (133, 1002, 100201, 67, 10020103, 0, 655, 543, 699, 629, 692, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 32100201); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (135, 1007, 100701, 77, 10070103, 2, 632, 664, 624, 638, 656, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 32100702); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (137, 1004, 100401, 69, 10040103, 0, 754, 530, 718, 512, 650, 6, 7, 6, 5, 7, 3, 1, 1, 7, 4, 32100401); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (139, 1005, 100501, 80, 10050103, 0, 781, 538, 728, 582, 672, 6, 7, 6, 3, 5, 7, 5, 1, 7, 2, 32100501); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (141, 1026, 102601, 87, 10260103, 0, 751, 556, 713, 532, 713, 5, 7, 7, 6, 7, 3, 1, 1, 7, 1, 32102602); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (143, 1056, 105601, 79, 10560103, 2, 596, 794, 616, 496, 430, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 32105601); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (145, 1020, 102001, 164, 10200103, 0, 605, 759, 575, 365, 532, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 32102001); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (147, 1023, 102301, 151, 10230103, 0, 608, 760, 582, 442, 440, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 32102303); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (149, 1018, 101801, 43, 10180103, 0, 664, 594, 678, 697, 739, 5, 6, 7, 3, 4, 7, 6, 1, 7, 1, 32101803); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (151, 1037, 103701, 46, 10370103, 2, 706, 619, 703, 596, 683, 1, 2, 7, 7, 1, 6, 7, 5, 7, 1, 32103701); INSERT INTO legend_race_boss_npc (id, chara_id, race_dress_id, nickname_id, card_rarity_data_id, post, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (153, 1019, 101901, 167, 10190103, 2, 748, 549, 650, 619, 708, 2, 7, 7, 1, 1, 6, 7, 6, 7, 7, 32101901); -- Table: legend_race_cutt_chara_data CREATE TABLE 'legend_race_cutt_chara_data' ('id' INTEGER NOT NULL, 'sub_id' INTEGER NOT NULL, 'chara_num' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'target_timeline' INTEGER NOT NULL, 'target_list_index' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: legend_race_npc CREATE TABLE 'legend_race_npc' ('id' INTEGER NOT NULL, 'npc_group_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'mob_id' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (101, 20, 1, 8332, 8, 0, 452, 265, 284, 483, 382, 1, 1, 6, 6, 6, 5, 4, 3, 6, 1, 32833201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (102, 20, 1, 8335, 12, 0, 433, 305, 360, 530, 543, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32833501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (103, 20, 1018, 0, 101801, 0, 531, 502, 571, 566, 606, 5, 6, 7, 3, 4, 7, 6, 1, 7, 1, 32101801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (104, 20, 1, 8341, 8, 0, 328, 385, 508, 405, 352, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32834101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (105, 20, 1, 8347, 12, 0, 367, 508, 362, 512, 400, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32834701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (106, 20, 1, 8350, 11, 0, 489, 650, 439, 312, 463, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32835001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (107, 20, 1, 8353, 12, 0, 427, 394, 583, 432, 392, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (108, 20, 1, 8356, 11, 0, 258, 389, 454, 353, 445, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (109, 20, 1, 8359, 12, 0, 342, 462, 342, 290, 378, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (110, 20, 1, 8362, 11, 0, 455, 432, 598, 369, 437, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32836201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (111, 20, 1001, 0, 100101, 0, 568, 596, 526, 473, 510, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 32100101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (112, 20, 1, 8368, 11, 0, 347, 302, 349, 401, 445, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32836801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (113, 20, 1, 8380, 8, 0, 372, 515, 389, 340, 290, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32838001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (114, 20, 1, 8371, 8, 0, 300, 536, 433, 389, 256, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32837101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (115, 20, 1, 8374, 11, 0, 447, 383, 415, 198, 417, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32837401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (116, 20, 1, 8355, 8, 0, 422, 489, 361, 254, 382, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (117, 20, 1, 8358, 11, 0, 401, 317, 422, 420, 326, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (201, 21, 1, 8332, 8, 0, 452, 265, 284, 483, 382, 1, 1, 6, 6, 6, 5, 4, 3, 6, 1, 32833201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (202, 21, 1, 8335, 12, 0, 433, 305, 360, 530, 543, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32833501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (203, 21, 1, 8338, 11, 0, 383, 406, 376, 419, 325, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32833801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (204, 21, 1, 8341, 8, 0, 328, 385, 508, 405, 352, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32834101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (205, 21, 1, 8347, 12, 0, 367, 508, 362, 512, 400, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32834701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (206, 21, 1, 8350, 11, 0, 489, 650, 439, 312, 463, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32835001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (207, 21, 1, 8353, 12, 0, 427, 394, 583, 432, 392, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (208, 21, 1, 8356, 11, 0, 258, 389, 454, 353, 445, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (209, 21, 1, 8359, 12, 0, 342, 462, 342, 290, 378, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (210, 21, 1, 8362, 11, 0, 455, 432, 598, 369, 437, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32836201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (211, 21, 1, 8365, 12, 0, 326, 407, 515, 254, 428, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32836501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (212, 21, 1, 8368, 11, 0, 347, 302, 349, 401, 445, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32836801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (213, 21, 1, 8371, 8, 0, 300, 536, 433, 389, 256, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32837101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (214, 21, 1, 8374, 11, 0, 447, 383, 415, 198, 417, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32837401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (215, 21, 1, 8355, 8, 0, 422, 489, 361, 254, 382, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (216, 21, 1, 8358, 11, 0, 401, 317, 422, 420, 326, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (301, 22, 1, 8332, 8, 0, 452, 265, 284, 483, 382, 1, 1, 6, 6, 6, 5, 4, 3, 6, 1, 32833201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (302, 22, 1, 8335, 12, 0, 433, 305, 360, 530, 543, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32833501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (303, 22, 1, 8338, 11, 0, 383, 406, 376, 419, 325, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32833801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (304, 22, 1, 8341, 8, 0, 328, 385, 508, 405, 352, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32834101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (305, 22, 1, 8347, 12, 0, 367, 508, 362, 512, 400, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32834701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (306, 22, 1, 8350, 11, 0, 489, 650, 439, 312, 463, 1, 1, 6, 6, 5, 6, 5, 4, 6, 1, 32835001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (307, 22, 1, 8353, 12, 0, 427, 394, 583, 432, 392, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (308, 22, 1, 8356, 11, 0, 258, 389, 454, 353, 445, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (309, 22, 1, 8359, 12, 0, 342, 462, 342, 290, 378, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (310, 22, 1, 8362, 11, 0, 455, 432, 598, 369, 437, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32836201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (311, 22, 1, 8365, 12, 0, 326, 407, 515, 254, 428, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32836501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (312, 22, 1, 8368, 11, 0, 347, 302, 349, 401, 445, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32836801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (313, 22, 1, 8371, 8, 0, 300, 536, 433, 389, 256, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32837101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (314, 22, 1, 8374, 11, 0, 447, 383, 415, 198, 417, 1, 1, 6, 6, 3, 4, 5, 6, 6, 1, 32837401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (315, 22, 1, 8355, 8, 0, 422, 489, 361, 254, 382, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (316, 22, 1, 8358, 11, 0, 401, 317, 422, 420, 326, 1, 1, 6, 6, 4, 5, 6, 5, 6, 1, 32835801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (401, 23, 1, 8001, 8, 0, 526, 290, 446, 366, 608, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32800101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (402, 23, 1, 8004, 8, 0, 376, 130, 435, 528, 730, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32800401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (403, 23, 1, 8007, 11, 0, 429, 290, 446, 366, 608, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32800701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (404, 23, 1, 8010, 11, 0, 610, 407, 310, 330, 408, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32801001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (405, 23, 1, 8013, 8, 0, 410, 245, 325, 443, 613, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32801301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (406, 23, 1, 8022, 11, 0, 418, 157, 419, 529, 536, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (407, 23, 1, 8025, 11, 0, 543, 204, 446, 341, 594, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (408, 23, 1, 8028, 8, 0, 495, 187, 405, 542, 460, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (409, 23, 1, 8040, 12, 0, 496, 269, 305, 498, 635, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 32804001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (410, 23, 1, 8385, 8, 0, 455, 169, 426, 520, 511, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32838501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (411, 23, 1, 8388, 12, 0, 474, 239, 420, 525, 605, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32838801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (412, 23, 1, 8398, 12, 0, 515, 243, 446, 438, 498, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32839801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (413, 23, 1, 8411, 8, 0, 420, 300, 539, 548, 515, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 32841101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (414, 23, 1038, 0, 103801, 0, 593, 275, 611, 458, 538, 7, 5, 1, 1, 2, 7, 6, 1, 7, 1, 32103801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (415, 23, 1010, 0, 101001, 0, 569, 310, 593, 435, 480, 7, 7, 3, 1, 5, 7, 3, 1, 7, 5, 32101001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (501, 24, 1, 8001, 8, 0, 526, 290, 446, 366, 608, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32800101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (502, 24, 1, 8004, 8, 0, 376, 130, 435, 528, 730, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32800401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (503, 24, 1, 8007, 11, 0, 429, 290, 446, 366, 608, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32800701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (504, 24, 1, 8010, 11, 0, 610, 407, 310, 330, 408, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32801001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (505, 24, 1, 8013, 8, 0, 410, 245, 325, 443, 613, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32801301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (506, 24, 1, 8022, 11, 0, 418, 157, 419, 529, 536, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (507, 24, 1, 8025, 11, 0, 543, 204, 446, 341, 594, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (508, 24, 1, 8028, 8, 0, 495, 187, 405, 542, 460, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (509, 24, 1, 8040, 12, 0, 496, 269, 305, 498, 635, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 32804001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (510, 24, 1, 8385, 8, 0, 455, 169, 426, 520, 511, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32838501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (511, 24, 1, 8388, 12, 0, 474, 239, 420, 525, 605, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32838801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (512, 24, 1, 8398, 12, 0, 515, 243, 446, 438, 498, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32839801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (513, 24, 1, 8411, 8, 0, 420, 300, 539, 548, 515, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 32841101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (514, 24, 1028, 0, 102801, 0, 609, 289, 551, 435, 500, 7, 6, 1, 1, 5, 7, 6, 2, 7, 1, 32102801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (515, 24, 1054, 0, 105401, 0, 620, 290, 662, 385, 550, 7, 6, 1, 1, 1, 6, 7, 6, 7, 1, 32105401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (601, 25, 1, 8001, 8, 0, 526, 290, 446, 366, 608, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32800101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (602, 25, 1, 8004, 8, 0, 376, 130, 435, 528, 730, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32800401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (603, 25, 1, 8007, 11, 0, 429, 290, 446, 366, 608, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32800701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (604, 25, 1, 8010, 11, 0, 610, 407, 310, 330, 408, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32801001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (605, 25, 1, 8013, 8, 0, 410, 245, 325, 443, 613, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32801301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (606, 25, 1, 8022, 11, 0, 418, 157, 419, 529, 536, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (607, 25, 1, 8025, 11, 0, 543, 204, 446, 341, 594, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (608, 25, 1, 8028, 8, 0, 495, 187, 405, 542, 460, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (609, 25, 1, 8040, 12, 0, 496, 269, 305, 498, 635, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 32804001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (610, 25, 1, 8385, 8, 0, 455, 169, 426, 520, 511, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32838501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (611, 25, 1, 8388, 12, 0, 474, 239, 420, 525, 605, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32838801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (612, 25, 1, 8398, 12, 0, 515, 243, 446, 438, 498, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32839801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (613, 25, 1, 8411, 8, 0, 420, 300, 539, 548, 515, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 32841101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (614, 25, 1051, 0, 105101, 0, 600, 345, 593, 577, 501, 7, 7, 4, 1, 5, 7, 5, 1, 7, 1, 32105101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (615, 25, 1054, 0, 105401, 0, 620, 290, 662, 385, 550, 7, 6, 1, 1, 1, 6, 7, 6, 7, 1, 32105401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (701, 26, 1, 8001, 8, 0, 526, 290, 446, 366, 608, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32800101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (702, 26, 1, 8004, 8, 0, 376, 130, 435, 528, 730, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32800401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (703, 26, 1, 8007, 11, 0, 429, 290, 446, 366, 608, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32800701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (704, 26, 1, 8010, 11, 0, 610, 407, 310, 330, 408, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32801001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (705, 26, 1, 8013, 8, 0, 410, 245, 325, 443, 613, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32801301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (706, 26, 1, 8022, 11, 0, 418, 157, 419, 529, 536, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (707, 26, 1, 8025, 11, 0, 543, 204, 446, 341, 594, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (708, 26, 1, 8028, 8, 0, 495, 187, 405, 542, 460, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32802801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (709, 26, 1, 8040, 12, 0, 496, 269, 305, 498, 635, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 32804001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (710, 26, 1, 8385, 8, 0, 455, 169, 426, 520, 511, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 32838501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (711, 26, 1, 8388, 12, 0, 474, 239, 420, 525, 605, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 32838801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (712, 26, 1, 8398, 12, 0, 515, 243, 446, 438, 498, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 32839801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (713, 26, 1, 8411, 8, 0, 420, 300, 539, 548, 515, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 32841101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (714, 26, 1028, 0, 102801, 0, 609, 289, 551, 435, 500, 7, 6, 1, 1, 5, 7, 6, 2, 7, 1, 32102801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (715, 26, 1054, 0, 105401, 0, 620, 290, 662, 385, 550, 7, 6, 1, 1, 1, 6, 7, 6, 7, 1, 32105401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (801, 27, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (802, 27, 1, 8148, 12, 0, 442, 502, 478, 542, 352, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32814801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (803, 27, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (804, 27, 1, 8190, 8, 0, 452, 524, 436, 526, 284, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32819001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (805, 27, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (806, 27, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (807, 27, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (808, 27, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (809, 27, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (810, 27, 1, 8298, 8, 0, 496, 582, 468, 433, 246, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (811, 27, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (812, 27, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (813, 27, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (814, 27, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (815, 27, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (816, 27, 1050, 0, 105001, 0, 568, 636, 604, 406, 415, 5, 6, 7, 5, 1, 1, 6, 7, 7, 1, 32105001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (817, 27, 1023, 0, 102301, 0, 544, 588, 552, 517, 441, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 32102301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (901, 28, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (902, 28, 1, 8148, 12, 0, 442, 502, 478, 542, 352, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32814801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (903, 28, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (904, 28, 1, 8190, 8, 0, 452, 524, 436, 526, 284, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32819001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (905, 28, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (906, 28, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (907, 28, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (908, 28, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (909, 28, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (910, 28, 1, 8298, 8, 0, 496, 582, 468, 433, 246, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (911, 28, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (912, 28, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (913, 28, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (914, 28, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (915, 28, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (916, 28, 1007, 0, 100701, 0, 522, 643, 486, 473, 559, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 32100701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (917, 28, 1009, 0, 100901, 0, 542, 580, 512, 498, 512, 2, 7, 7, 6, 6, 7, 3, 1, 7, 1, 32100901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1001, 29, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1002, 29, 1, 8148, 12, 0, 442, 502, 478, 542, 352, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32814801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1003, 29, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1004, 29, 1, 8190, 8, 0, 452, 524, 436, 526, 284, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32819001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1005, 29, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1006, 29, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1007, 29, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1008, 29, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1009, 29, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1010, 29, 1, 8298, 8, 0, 496, 582, 468, 433, 246, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1011, 29, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1012, 29, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1013, 29, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1014, 29, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1015, 29, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1016, 29, 1026, 0, 102601, 0, 521, 573, 538, 491, 477, 7, 7, 7, 5, 7, 6, 4, 1, 7, 1, 32102601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1017, 29, 1031, 0, 103101, 0, 567, 601, 557, 500, 389, 2, 7, 7, 2, 7, 6, 1, 1, 7, 1, 32103101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1101, 30, 1, 8319, 12, 0, 460, 626, 360, 458, 374, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32831901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1102, 30, 1, 8322, 8, 0, 467, 537, 428, 469, 445, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1103, 30, 1, 8325, 12, 0, 453, 599, 381, 360, 416, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1104, 30, 1, 8328, 8, 0, 426, 534, 450, 454, 418, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32832801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1105, 30, 1, 8331, 12, 0, 440, 677, 367, 466, 371, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1106, 30, 1, 8337, 11, 0, 497, 603, 457, 500, 331, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1107, 30, 1, 8340, 8, 0, 441, 526, 433, 554, 341, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1108, 30, 1, 8343, 11, 0, 451, 592, 430, 494, 373, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1109, 30, 1, 8352, 8, 0, 444, 634, 542, 352, 324, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1110, 30, 1, 8355, 8, 0, 477, 546, 435, 493, 355, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835502); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1111, 30, 1, 8358, 11, 0, 478, 620, 541, 358, 285, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835802); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1112, 30, 1, 8361, 8, 0, 446, 566, 430, 456, 338, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32836101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1113, 30, 1, 8376, 11, 0, 474, 567, 469, 466, 371, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1114, 30, 1, 8379, 11, 0, 442, 599, 493, 455, 272, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1115, 30, 1, 8382, 12, 0, 448, 567, 529, 461, 336, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32838201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1116, 30, 1021, 0, 102101, 0, 466, 602, 526, 516, 348, 1, 3, 7, 7, 5, 6, 7, 6, 7, 4, 32102101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1117, 30, 1040, 0, 104001, 0, 523, 648, 506, 554, 389, 6, 7, 6, 7, 6, 6, 7, 2, 7, 7, 32104001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1201, 31, 1, 8319, 12, 0, 460, 626, 360, 458, 374, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32831901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1202, 31, 1, 8322, 8, 0, 467, 537, 428, 469, 445, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1203, 31, 1, 8325, 12, 0, 453, 599, 381, 360, 416, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1204, 31, 1, 8328, 8, 0, 426, 534, 450, 454, 418, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32832801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1205, 31, 1, 8331, 12, 0, 440, 677, 367, 466, 371, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1206, 31, 1, 8337, 11, 0, 497, 603, 457, 500, 331, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1207, 31, 1, 8340, 8, 0, 441, 526, 433, 554, 341, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1208, 31, 1, 8343, 11, 0, 451, 592, 430, 494, 373, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1209, 31, 1, 8352, 8, 0, 444, 634, 542, 352, 324, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1210, 31, 1, 8355, 8, 0, 477, 546, 435, 493, 355, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835502); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1211, 31, 1, 8358, 11, 0, 478, 620, 541, 358, 285, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835802); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1212, 31, 1, 8361, 8, 0, 446, 566, 430, 456, 338, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32836101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1213, 31, 1, 8376, 11, 0, 474, 567, 469, 466, 371, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1214, 31, 1, 8379, 11, 0, 442, 599, 493, 455, 272, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1215, 31, 1, 8382, 12, 0, 448, 567, 529, 461, 336, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32838201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1216, 31, 1003, 0, 100301, 0, 523, 594, 443, 490, 488, 2, 3, 7, 7, 1, 7, 4, 2, 7, 1, 32100301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1217, 31, 1027, 0, 102701, 0, 465, 613, 498, 531, 448, 3, 5, 7, 7, 2, 6, 7, 2, 7, 1, 32102701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1301, 32, 1, 8319, 12, 0, 460, 626, 360, 458, 374, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32831901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1302, 32, 1, 8322, 8, 0, 467, 537, 428, 469, 445, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1303, 32, 1, 8325, 12, 0, 453, 599, 381, 360, 416, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1304, 32, 1, 8328, 8, 0, 426, 534, 450, 454, 418, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32832801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1305, 32, 1, 8331, 12, 0, 440, 677, 367, 466, 371, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1306, 32, 1, 8337, 11, 0, 497, 603, 457, 500, 331, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1307, 32, 1, 8340, 8, 0, 441, 526, 433, 554, 341, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1308, 32, 1, 8343, 11, 0, 451, 592, 430, 494, 373, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1309, 32, 1, 8352, 8, 0, 444, 634, 542, 352, 324, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1310, 32, 1, 8355, 8, 0, 477, 546, 435, 493, 355, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835502); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1311, 32, 1, 8358, 11, 0, 478, 620, 541, 358, 285, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835802); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1312, 32, 1, 8361, 8, 0, 446, 566, 430, 456, 338, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32836101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1313, 32, 1, 8376, 11, 0, 474, 567, 469, 466, 371, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1314, 32, 1, 8379, 11, 0, 442, 599, 493, 455, 272, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1315, 32, 1, 8382, 12, 0, 448, 567, 529, 461, 336, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32838201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1316, 32, 1058, 0, 105801, 0, 489, 611, 456, 502, 383, 1, 1, 7, 7, 2, 7, 6, 2, 7, 1, 32105801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1317, 32, 1025, 0, 102501, 0, 481, 594, 497, 468, 421, 1, 1, 6, 7, 1, 5, 7, 5, 7, 1, 32102501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1401, 33, 1, 8319, 12, 0, 460, 626, 360, 458, 374, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32831901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1402, 33, 1, 8322, 8, 0, 467, 537, 428, 469, 445, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1403, 33, 1, 8325, 12, 0, 453, 599, 381, 360, 416, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1404, 33, 1, 8328, 8, 0, 426, 534, 450, 454, 418, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32832801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1405, 33, 1, 8331, 12, 0, 440, 677, 367, 466, 371, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1406, 33, 1, 8337, 11, 0, 497, 603, 457, 500, 331, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1407, 33, 1, 8340, 8, 0, 441, 526, 433, 554, 341, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1408, 33, 1, 8343, 11, 0, 451, 592, 430, 494, 373, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1409, 33, 1, 8352, 8, 0, 444, 634, 542, 352, 324, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1410, 33, 1, 8355, 8, 0, 477, 546, 435, 493, 355, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835502); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1411, 33, 1, 8358, 11, 0, 478, 620, 541, 358, 285, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835802); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1412, 33, 1, 8361, 8, 0, 446, 566, 430, 456, 338, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32836101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1413, 33, 1, 8376, 11, 0, 474, 567, 469, 466, 371, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1414, 33, 1, 8379, 11, 0, 442, 599, 493, 455, 272, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1415, 33, 1, 8382, 12, 0, 448, 567, 529, 461, 336, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32838201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1416, 33, 1016, 0, 101601, 0, 510, 630, 460, 544, 366, 2, 5, 7, 7, 1, 7, 6, 3, 7, 1, 32101601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1417, 33, 1001, 0, 100101, 0, 486, 615, 521, 497, 433, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 32100103); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1501, 34, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1502, 34, 1, 8130, 11, 0, 343, 608, 353, 603, 333, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1503, 34, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1504, 34, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1505, 34, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1506, 34, 1, 8175, 11, 0, 370, 348, 505, 618, 351, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32817501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1507, 34, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1508, 34, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1509, 34, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1510, 34, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1511, 34, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1512, 34, 1, 8298, 8, 0, 496, 582, 468, 433, 246, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1513, 34, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1514, 34, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1515, 34, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1516, 34, 1013, 0, 101301, 0, 544, 588, 447, 433, 559, 1, 2, 7, 7, 6, 7, 4, 2, 7, 1, 32101301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1517, 34, 1006, 0, 100601, 0, 519, 441, 569, 512, 519, 6, 7, 7, 6, 2, 7, 6, 4, 7, 6, 32100601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1601, 35, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1602, 35, 1, 8127, 8, 0, 360, 625, 433, 458, 303, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32812701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1603, 35, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1604, 35, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1605, 35, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1606, 35, 1, 8175, 11, 0, 370, 348, 505, 618, 351, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32817501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1607, 35, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1608, 35, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1609, 35, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1610, 35, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1611, 35, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1612, 35, 1, 8298, 8, 0, 496, 582, 468, 433, 246, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1613, 35, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1614, 35, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1615, 35, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1616, 35, 1018, 0, 101801, 0, 521, 466, 532, 548, 581, 5, 6, 7, 3, 4, 7, 6, 1, 7, 1, 32101802); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1617, 35, 1011, 0, 101101, 0, 508, 468, 491, 523, 538, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 32101101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1701, 36, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1702, 36, 1, 8127, 8, 0, 360, 625, 433, 458, 303, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32812701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1703, 36, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1704, 36, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1705, 36, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1706, 36, 1, 8175, 11, 0, 370, 348, 505, 618, 351, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32817501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1707, 36, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1708, 36, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1709, 36, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1710, 36, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1711, 36, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1712, 36, 1, 8298, 8, 0, 496, 582, 468, 433, 246, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1713, 36, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1714, 36, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1715, 36, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1716, 36, 1013, 0, 101301, 0, 544, 588, 447, 433, 559, 1, 2, 7, 7, 6, 7, 4, 2, 7, 1, 32101301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1717, 36, 1048, 0, 104801, 0, 593, 584, 495, 478, 527, 5, 5, 7, 6, 4, 7, 6, 1, 7, 1, 32104801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1801, 37, 1, 8049, 12, 0, 537, 389, 554, 455, 244, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32804901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1802, 37, 1, 8052, 8, 0, 495, 285, 440, 633, 293, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32805201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1803, 37, 1, 8061, 12, 0, 527, 522, 407, 396, 239, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32806101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1804, 37, 1, 8064, 11, 0, 328, 543, 326, 405, 568, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 32806401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1805, 37, 1, 8082, 12, 0, 416, 484, 416, 218, 528, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1806, 37, 1, 8085, 12, 0, 477, 435, 372, 267, 544, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1807, 37, 1, 8088, 12, 0, 363, 517, 447, 447, 487, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1808, 37, 1, 8115, 8, 0, 387, 414, 378, 541, 403, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32811501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1809, 37, 1, 8118, 12, 0, 433, 500, 403, 275, 491, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32811801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1810, 37, 1, 8415, 11, 0, 389, 346, 514, 430, 422, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32841501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1811, 37, 1, 8421, 11, 0, 347, 377, 292, 547, 564, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32842101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1812, 37, 1, 8424, 11, 0, 547, 538, 412, 472, 269, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32842401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1813, 37, 1, 8435, 8, 0, 554, 554, 412, 278, 324, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32843501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1814, 37, 1, 8439, 11, 0, 506, 510, 399, 515, 231, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32843901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1815, 37, 1, 8455, 8, 0, 447, 311, 527, 496, 376, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32845501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1816, 37, 1001, 0, 100101, 0, 528, 554, 489, 439, 473, 2, 7, 7, 7, 1, 7, 6, 5, 7, 1, 32100104); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1817, 37, 1031, 0, 103101, 0, 513, 543, 504, 452, 352, 2, 7, 7, 2, 7, 6, 1, 1, 7, 1, 32103102); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1901, 38, 1, 8049, 12, 0, 537, 389, 554, 455, 244, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32804901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1902, 38, 1, 8052, 8, 0, 495, 285, 440, 633, 293, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32805201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1903, 38, 1, 8061, 12, 0, 527, 522, 407, 396, 239, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32806101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1904, 38, 1, 8064, 11, 0, 328, 543, 326, 405, 568, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 32806401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1905, 38, 1, 8082, 12, 0, 416, 484, 416, 218, 528, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1906, 38, 1, 8085, 12, 0, 477, 435, 372, 267, 544, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1907, 38, 1, 8088, 12, 0, 363, 517, 447, 447, 487, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1908, 38, 1, 8115, 8, 0, 387, 414, 378, 541, 403, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32811501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1909, 38, 1, 8118, 12, 0, 433, 500, 403, 275, 491, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32811801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1910, 38, 1, 8415, 11, 0, 389, 346, 514, 430, 422, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32841501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1911, 38, 1, 8421, 11, 0, 347, 377, 292, 547, 564, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32842101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1912, 38, 1, 8424, 11, 0, 547, 538, 412, 472, 269, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32842401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1913, 38, 1, 8435, 8, 0, 554, 554, 412, 278, 324, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32843501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1914, 38, 1, 8439, 11, 0, 506, 510, 399, 515, 231, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32843901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1915, 38, 1, 8455, 8, 0, 447, 311, 527, 496, 376, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32845501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1916, 38, 1016, 0, 101601, 0, 520, 540, 520, 454, 426, 2, 7, 7, 7, 1, 6, 7, 4, 7, 1, 32101602); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (1917, 38, 1023, 0, 102301, 0, 505, 546, 513, 480, 410, 2, 7, 7, 7, 3, 7, 6, 3, 7, 2, 32102302); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2001, 39, 1, 8049, 12, 0, 537, 389, 554, 455, 244, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32804901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2002, 39, 1, 8052, 8, 0, 495, 285, 440, 633, 293, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32805201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2003, 39, 1, 8061, 12, 0, 527, 522, 407, 396, 239, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32806101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2004, 39, 1, 8064, 11, 0, 328, 543, 326, 405, 568, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 32806401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2005, 39, 1, 8082, 12, 0, 416, 484, 416, 218, 528, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2006, 39, 1, 8085, 12, 0, 477, 435, 372, 267, 544, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2007, 39, 1, 8088, 12, 0, 363, 517, 447, 447, 487, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32808801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2008, 39, 1, 8115, 8, 0, 387, 414, 378, 541, 403, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32811501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2009, 39, 1, 8118, 12, 0, 433, 500, 403, 275, 491, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32811801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2010, 39, 1, 8415, 11, 0, 389, 346, 514, 430, 422, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 32841501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2011, 39, 1, 8421, 11, 0, 347, 377, 292, 547, 564, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32842101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2012, 39, 1, 8424, 11, 0, 547, 538, 412, 472, 269, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 32842401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2013, 39, 1, 8435, 8, 0, 554, 554, 412, 278, 324, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32843501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2014, 39, 1, 8439, 11, 0, 506, 510, 399, 515, 231, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 32843901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2015, 39, 1, 8455, 8, 0, 447, 311, 527, 496, 376, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 32845501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2016, 39, 1031, 0, 103101, 0, 513, 543, 504, 452, 352, 2, 7, 7, 2, 7, 6, 1, 1, 7, 1, 32103102); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2017, 39, 1023, 0, 102301, 0, 505, 546, 513, 480, 410, 2, 7, 7, 7, 3, 7, 6, 3, 7, 2, 32102302); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2101, 40, 1, 8319, 12, 0, 460, 626, 360, 458, 374, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32831901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2102, 40, 1, 8325, 12, 0, 453, 599, 381, 360, 416, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2103, 40, 1, 8334, 12, 0, 462, 354, 483, 480, 459, 1, 1, 5, 6, 5, 6, 4, 3, 6, 1, 32833401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2104, 40, 1, 8328, 8, 0, 426, 534, 450, 454, 418, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32832801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2105, 40, 1, 8331, 12, 0, 440, 677, 367, 466, 371, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2106, 40, 1, 8337, 11, 0, 497, 603, 457, 500, 331, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2107, 40, 1, 8340, 8, 0, 441, 526, 433, 554, 341, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2108, 40, 1, 8343, 11, 0, 451, 592, 430, 494, 373, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2109, 40, 1, 8352, 8, 0, 444, 634, 542, 352, 324, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2110, 40, 1, 8355, 8, 0, 477, 546, 435, 493, 355, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835502); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2111, 40, 1, 8358, 11, 0, 478, 620, 541, 358, 285, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835802); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2112, 40, 1, 8361, 8, 0, 446, 566, 430, 456, 338, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32836101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2113, 40, 1, 8376, 11, 0, 474, 567, 469, 466, 371, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2114, 40, 1, 8379, 11, 0, 442, 599, 493, 455, 272, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2115, 40, 1, 8382, 12, 0, 448, 567, 529, 461, 336, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32838201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2116, 40, 1016, 0, 101601, 0, 510, 630, 460, 544, 366, 2, 6, 7, 7, 1, 6, 7, 4, 7, 1, 32101602); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2117, 40, 1024, 0, 102401, 0, 505, 619, 517, 469, 462, 4, 4, 7, 7, 6, 7, 6, 6, 7, 3, 32102401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2201, 41, 1, 8319, 12, 0, 460, 626, 360, 458, 374, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32831901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2202, 41, 1, 8325, 12, 0, 453, 599, 381, 360, 416, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2203, 41, 1, 8334, 12, 0, 462, 354, 483, 480, 459, 1, 1, 5, 6, 5, 6, 4, 3, 6, 1, 32833401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2204, 41, 1, 8328, 8, 0, 426, 534, 450, 454, 418, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32832801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2205, 41, 1, 8331, 12, 0, 440, 677, 367, 466, 371, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2206, 41, 1, 8337, 11, 0, 497, 603, 457, 500, 331, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2207, 41, 1, 8340, 8, 0, 441, 526, 433, 554, 341, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2208, 41, 1, 8343, 11, 0, 451, 592, 430, 494, 373, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2209, 41, 1, 8352, 8, 0, 444, 634, 542, 352, 324, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2210, 41, 1, 8355, 8, 0, 477, 546, 435, 493, 355, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835502); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2211, 41, 1, 8358, 11, 0, 478, 620, 541, 358, 285, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835802); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2212, 41, 1, 8361, 8, 0, 446, 566, 430, 456, 338, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32836101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2213, 41, 1, 8376, 11, 0, 474, 567, 469, 466, 371, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2214, 41, 1, 8379, 11, 0, 442, 599, 493, 455, 272, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2215, 41, 1, 8382, 12, 0, 448, 567, 529, 461, 336, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32838201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2216, 41, 1001, 0, 100101, 0, 486, 615, 521, 497, 433, 2, 5, 7, 7, 1, 7, 6, 5, 7, 1, 32100104); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2217, 41, 1061, 0, 106101, 0, 501, 611, 516, 493, 474, 7, 6, 6, 7, 1, 6, 7, 4, 7, 1, 32106101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2301, 42, 1, 8319, 12, 0, 460, 626, 360, 458, 374, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32831901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2302, 42, 1, 8325, 12, 0, 453, 599, 381, 360, 416, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 32832501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2303, 42, 1, 8334, 12, 0, 462, 354, 483, 480, 459, 1, 1, 5, 6, 5, 6, 4, 3, 6, 1, 32833401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2304, 42, 1, 8328, 8, 0, 426, 534, 450, 454, 418, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32832801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2305, 42, 1, 8331, 12, 0, 440, 677, 367, 466, 371, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2306, 42, 1, 8337, 11, 0, 497, 603, 457, 500, 331, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32833701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2307, 42, 1, 8340, 8, 0, 441, 526, 433, 554, 341, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2308, 42, 1, 8343, 11, 0, 451, 592, 430, 494, 373, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 32834301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2309, 42, 1, 8352, 8, 0, 444, 634, 542, 352, 324, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2310, 42, 1, 8355, 8, 0, 477, 546, 435, 493, 355, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835502); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2311, 42, 1, 8358, 11, 0, 478, 620, 541, 358, 285, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32835802); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2312, 42, 1, 8361, 8, 0, 446, 566, 430, 456, 338, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 32836101); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2313, 42, 1, 8376, 11, 0, 474, 567, 469, 466, 371, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2314, 42, 1, 8379, 11, 0, 442, 599, 493, 455, 272, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32837901); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2315, 42, 1, 8382, 12, 0, 448, 567, 529, 461, 336, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 32838201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2316, 42, 1035, 0, 103501, 0, 491, 606, 496, 433, 486, 1, 2, 7, 7, 1, 6, 7, 1, 7, 1, 32103501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2317, 42, 1050, 0, 105001, 0, 507, 631, 496, 435, 444, 2, 4, 7, 7, 1, 2, 6, 7, 7, 1, 32105002); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2401, 43, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2402, 43, 1, 8148, 12, 0, 442, 502, 478, 542, 352, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32814801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2403, 43, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2404, 43, 1, 8190, 8, 0, 452, 524, 436, 526, 284, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32819001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2405, 43, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2406, 43, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2407, 43, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2408, 43, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2409, 43, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2410, 43, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2411, 43, 1, 8214, 12, 0, 453, 533, 488, 385, 470, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2412, 43, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2413, 43, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2414, 43, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2415, 43, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2416, 43, 1002, 0, 100201, 0, 603, 439, 565, 508, 454, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 32100202); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2417, 43, 1001, 0, 100101, 0, 536, 565, 521, 447, 483, 2, 5, 7, 7, 1, 7, 6, 5, 7, 1, 32100104); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2501, 44, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2502, 44, 1, 8148, 12, 0, 442, 502, 478, 542, 352, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32814801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2503, 44, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2504, 44, 1, 8190, 8, 0, 452, 524, 436, 526, 284, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32819001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2505, 44, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2506, 44, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2507, 44, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2508, 44, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2509, 44, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2510, 44, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2511, 44, 1, 8214, 12, 0, 453, 533, 488, 385, 470, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2512, 44, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2513, 44, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2514, 44, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2515, 44, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2516, 44, 1048, 0, 104801, 0, 568, 559, 473, 458, 504, 1, 2, 7, 6, 5, 7, 6, 1, 7, 1, 32104801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2517, 44, 1008, 0, 100801, 0, 536, 441, 586, 460, 502, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 32100801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2601, 45, 1, 8136, 12, 0, 433, 508, 277, 502, 521, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32813601); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2602, 45, 1, 8148, 12, 0, 442, 502, 478, 542, 352, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 32814801); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2603, 45, 1, 8160, 11, 0, 431, 548, 519, 440, 460, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32816001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2604, 45, 1, 8190, 8, 0, 452, 524, 436, 526, 284, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32819001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2605, 45, 1, 8205, 12, 0, 426, 512, 508, 573, 193, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32820501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2606, 45, 1, 8475, 12, 0, 359, 563, 387, 656, 352, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 32847501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2607, 45, 1, 8217, 8, 0, 443, 550, 487, 401, 447, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2608, 45, 1, 8232, 11, 0, 436, 530, 350, 608, 398, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32823201); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2609, 45, 1, 8247, 11, 0, 460, 502, 458, 586, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32824701); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2610, 45, 1, 8493, 12, 0, 466, 540, 470, 566, 268, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32849301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2611, 45, 1, 8214, 12, 0, 453, 533, 488, 385, 470, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 32821401); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2612, 45, 1, 8295, 11, 0, 442, 598, 586, 353, 326, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32829501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2613, 45, 1, 8310, 8, 0, 408, 367, 485, 451, 564, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831001); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2614, 45, 1, 8313, 8, 0, 435, 488, 422, 557, 374, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32831301); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2615, 45, 1, 8505, 11, 0, 458, 605, 453, 347, 299, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 32850501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2616, 45, 1015, 0, 101501, 0, 533, 531, 494, 502, 521, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 32101501); INSERT INTO legend_race_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, race_instance_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id) VALUES (2617, 45, 1058, 0, 105801, 0, 552, 582, 527, 481, 452, 1, 2, 7, 7, 2, 7, 6, 3, 7, 3, 32105802); -- Table: limited_exchange CREATE TABLE 'limited_exchange' ('id' INTEGER NOT NULL, 'item_exchange_top_id' INTEGER NOT NULL, 'open_value' INTEGER NOT NULL, 'item_lineup_value' INTEGER NOT NULL, 'odds_id' INTEGER NOT NULL, 'daily_race_odds' INTEGER NOT NULL, 'daily_race_ceiling' INTEGER NOT NULL, 'legend_race_odds' INTEGER NOT NULL, 'legend_race_ceiling' INTEGER NOT NULL, 'single_mode_odds' INTEGER NOT NULL, 'single_mode_ceiling' INTEGER NOT NULL, 'team_stadium_odds' INTEGER NOT NULL, 'team_stadium_ceiling' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO limited_exchange (id, item_exchange_top_id, open_value, item_lineup_value, odds_id, daily_race_odds, daily_race_ceiling, legend_race_odds, legend_race_ceiling, single_mode_odds, single_mode_ceiling, team_stadium_odds, team_stadium_ceiling, start_date, end_date) VALUES (1, 9000, 3, 6, 1000, 350000, 3, 400000, 2, 0, 0, 300000, 4, 1496275200, 1761515999); INSERT INTO limited_exchange (id, item_exchange_top_id, open_value, item_lineup_value, odds_id, daily_race_odds, daily_race_ceiling, legend_race_odds, legend_race_ceiling, single_mode_odds, single_mode_ceiling, team_stadium_odds, team_stadium_ceiling, start_date, end_date) VALUES (2, 9000, 3, 7, 1001, 350000, 3, 400000, 2, 0, 0, 300000, 4, 1761516000, 2556143999); -- Table: limited_exchange_reward CREATE TABLE 'limited_exchange_reward' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'odds' INTEGER NOT NULL, 'item_exchange_id' INTEGER NOT NULL, 'ribbon_value' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (1, 101, 1000000, 10220, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (2, 102, 1000000, 10221, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (3, 103, 200000, 10226, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (4, 103, 200000, 10227, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (5, 103, 200000, 10228, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (6, 103, 200000, 10229, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (7, 103, 200000, 10230, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (8, 104, 1000000, 10232, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (9, 105, 40000, 10000, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (10, 105, 40000, 10003, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (11, 105, 40000, 10004, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (12, 105, 40000, 10010, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (13, 105, 40000, 10016, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (14, 105, 87500, 10005, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (15, 105, 87500, 10006, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (16, 105, 87500, 10007, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (17, 105, 87500, 10013, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (18, 105, 112500, 10017, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (19, 105, 112500, 10019, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (20, 105, 112500, 10022, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (21, 105, 112500, 10023, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (22, 106, 50000, 10001, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (23, 106, 50000, 10002, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (24, 106, 50000, 10008, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (25, 106, 50000, 10012, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (26, 106, 87500, 10009, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (27, 106, 87500, 10011, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (28, 106, 87500, 10020, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (29, 106, 87500, 10014, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (30, 106, 112500, 10015, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (31, 106, 112500, 10018, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (32, 106, 112500, 10021, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (33, 106, 112500, 10024, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (34, 111, 1000000, 10220, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (35, 112, 1000000, 10221, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (36, 113, 200000, 10226, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (37, 113, 200000, 10227, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (38, 113, 200000, 10228, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (39, 113, 200000, 10229, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (40, 113, 200000, 10230, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (41, 114, 1000000, 10232, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (42, 115, 13340, 10000, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (43, 115, 13340, 10003, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (44, 115, 13340, 10004, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (45, 115, 13340, 10010, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (46, 115, 13340, 10016, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (47, 115, 13340, 10043, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (48, 115, 13340, 10026, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (49, 115, 13340, 10027, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (50, 115, 13340, 10029, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (51, 115, 13340, 10031, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (52, 115, 13340, 10033, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (53, 115, 13340, 10040, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (54, 115, 13340, 10037, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (55, 115, 13340, 10038, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (56, 115, 13340, 10039, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (57, 115, 87500, 10005, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (58, 115, 87500, 10006, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (59, 115, 87500, 10007, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (60, 115, 87500, 10013, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (61, 115, 112475, 10017, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (62, 115, 112475, 10019, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (63, 115, 112475, 10022, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (64, 115, 112475, 10023, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (65, 116, 14286, 10001, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (66, 116, 14286, 10002, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (67, 116, 14286, 10008, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (68, 116, 14286, 10012, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (69, 116, 14286, 10041, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (70, 116, 14286, 10044, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (71, 116, 14286, 10025, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (72, 116, 14286, 10028, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (73, 116, 14286, 10030, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (74, 116, 14286, 10032, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (75, 116, 14286, 10034, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (76, 116, 14286, 10036, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (77, 116, 14286, 10035, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (78, 116, 14286, 10042, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (79, 116, 87500, 10009, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (80, 116, 87500, 10011, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (81, 116, 87500, 10020, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (82, 116, 87500, 10014, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (83, 116, 112499, 10015, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (84, 116, 112499, 10018, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (85, 116, 112499, 10021, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (86, 116, 112499, 10024, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (87, 117, 33300, 10300, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (88, 117, 33300, 10301, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (89, 117, 33300, 10302, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (90, 117, 33300, 10303, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (91, 117, 33300, 10304, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (92, 117, 33300, 10305, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (93, 117, 33300, 10306, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (94, 117, 33300, 10307, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (95, 117, 33300, 10308, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (96, 117, 33300, 10309, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (97, 117, 33300, 10310, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (98, 117, 33300, 10311, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (99, 117, 33300, 10312, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (100, 117, 33300, 10313, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (101, 117, 33300, 10314, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (102, 117, 33300, 10315, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (103, 117, 33300, 10316, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (104, 117, 33300, 10317, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (105, 117, 33300, 10318, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (106, 117, 33300, 10319, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (107, 117, 33300, 10320, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (108, 117, 33300, 10321, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (109, 117, 33300, 10322, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (110, 117, 33300, 10323, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (111, 117, 33300, 10324, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (112, 117, 33300, 10325, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (113, 117, 33300, 10326, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (114, 117, 33300, 10327, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (115, 117, 33300, 10328, 0); INSERT INTO limited_exchange_reward (id, group_id, odds, item_exchange_id, ribbon_value) VALUES (116, 117, 33300, 10329, 0); -- Table: limited_exchange_reward_odds CREATE TABLE 'limited_exchange_reward_odds' ('id' INTEGER NOT NULL, 'odds_id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'odds' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (1, 1000, 101, 3, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (2, 1000, 102, 4, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (3, 1000, 103, 5, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (4, 1000, 104, 6, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (5, 1000, 105, 1, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (6, 1000, 106, 2, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (7, 1001, 111, 3, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (8, 1001, 112, 4, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (9, 1001, 113, 5, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (10, 1001, 114, 6, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (11, 1001, 115, 1, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (12, 1001, 116, 2, 1000000); INSERT INTO limited_exchange_reward_odds (id, odds_id, group_id, disp_order, odds) VALUES (13, 1001, 117, 7, 1000000); -- Table: live_data CREATE TABLE 'live_data' ('music_id' INTEGER NOT NULL, 'sort' INTEGER NOT NULL, 'music_type' INTEGER NOT NULL, 'title_color_top' TEXT NOT NULL, 'title_color_bottom' TEXT NOT NULL, 'condition_type' INTEGER NOT NULL, 'song_chara_type' INTEGER NOT NULL, 'live_member_number' INTEGER NOT NULL, 'default_main_dress' INTEGER NOT NULL, 'default_main_dress_color' INTEGER NOT NULL, 'default_mob_dress' INTEGER NOT NULL, 'default_mob_dress_color' INTEGER NOT NULL, 'backdancer_order' INTEGER NOT NULL, 'backdancer_dress' INTEGER NOT NULL, 'backdancer_dress_color' INTEGER NOT NULL, 'has_live' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('music_id'), UNIQUE('sort')); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1001, 9, 1, '#f387bf', '#ff55ac', 2, 1, 18, 101, 0, 7, 0, 4, 7, 0, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1004, 300, 5, '#524ead', '#2e64b7', 2, 2, 18, 102, 0, 102, 0, 4, 102, 0, 1, 1762207200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1005, 3, 1, '#f89892', '#ffda7e', 2, 2, 18, 101, 0, 7, 1, 4, 7, 1, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1006, 1, 1, '#0269f6', '#001b82', 2, 1, 18, 101, 0, 7, 2, 4, 7, 2, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1007, 2, 1, '#88df26', '#d5e799', 2, 2, 18, 101, 0, 7, 3, 4, 7, 3, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1008, 7, 1, '#ff2500', '#ff7a00', 2, 2, 18, 101, 0, 7, 0, 4, 7, 0, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1009, 6, 1, '#acddff', '#0d2452', 2, 2, 18, 101, 0, 7, 0, 4, 7, 0, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1010, 8, 1, '#ff9551', '#211cac', 2, 2, 18, 101, 0, 7, 1, 5, 7, 1, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1023, 912, 5, '#18d7ff', '#c7f7ff', 2, 2, 18, 101, 0, 7, 0, 4, 5, 0, 0, 1629806400, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1025, 100, 2, '#88ffff', '#004552', 2, 2, 1, 101, 0, 7, 0, 2, 7, 0, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1026, 101, 2, '#88a5ff', '#24154d', 2, 2, 1, 101, 0, 7, 0, 2, 7, 0, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1027, 5, 1, '#4ffbff', '#1500cb', 2, 2, 18, 101, 0, 7, 0, 4, 7, 0, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1028, 4, 1, '#ffc139', '#ff4b00', 2, 2, 18, 101, 0, 7, 0, 4, 7, 0, 1, 1561993200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1030, 102, 2, '#42c3ff', '#1773ff', 2, 2, 3, 101, 0, 7, 2, 4, 7, 2, 1, 1754258400, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1031, 103, 2, '#7434a4', '#0e0318', 2, 2, 1, 101, 0, 7, 0, 2, 7, 0, 1, 1759874400, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1032, 200, 3, '#4066ff', '#002eff', 2, 2, 15, 101, 0, 7, 1, 4, 7, 1, 1, 1752703200, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1035, 10, 1, '#77daff', '#205cff', 2, 2, 10, 101, 0, 7, 2, 11, 7, 2, 1, 1762466400, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1042, 911, 5, '#18d6ff', '#c7f6ff', 2, 2, 18, 101, 0, 7, 0, 4, 5, 0, 0, 1629806400, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1043, 913, 5, '#18d8ff', '#c7f8ff', 2, 2, 18, 101, 0, 7, 0, 4, 5, 0, 0, 1629806400, 4102444799); INSERT INTO live_data (music_id, sort, music_type, title_color_top, title_color_bottom, condition_type, song_chara_type, live_member_number, default_main_dress, default_main_dress_color, default_mob_dress, default_mob_dress_color, backdancer_order, backdancer_dress, backdancer_dress_color, has_live, start_date, end_date) VALUES (1049, 905, 5, '#18d5ff', '#c7f5ff', 2, 2, 18, 101, 0, 7, 0, 4, 5, 0, 0, 1629806400, 4102444799); -- Table: live_extra_data CREATE TABLE 'live_extra_data' ('id' INTEGER NOT NULL, 'music_id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'next_music_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: live_permission_data CREATE TABLE 'live_permission_data' ('music_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, PRIMARY KEY('music_id','chara_id')); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1001); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1002); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1003); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1006); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1007); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1008); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1009); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1010); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1011); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1013); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1014); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1015); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1016); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1017); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1018); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1023); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1024); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1026); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1030); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1035); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1041); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1050); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1052); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1056); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1060); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1061); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1063); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1064); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1066); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1067); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1004, 1068); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1009); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1012); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1018); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1022); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1039); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1044); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1051); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1052); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1005, 1059); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1004); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1005); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1011); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1012); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1032); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1033); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1035); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1040); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1048); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1007, 1069); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1001); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1002); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1011); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1013); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1015); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1016); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1017); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1018); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1020); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1021); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1030); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1037); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1045); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1047); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1048); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1008, 1060); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1004); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1005); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1006); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1010); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1019); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1043); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1046); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1052); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1056); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1009, 1058); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1002); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1003); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1007); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1009); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1013); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1014); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1015); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1024); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1027); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1058); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1010, 1059); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1025, 1013); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1026, 1030); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1006); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1008); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1010); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1014); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1019); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1028); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1038); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1041); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1054); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1060); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1061); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1027, 1071); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1001); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1003); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1007); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1008); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1016); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1017); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1020); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1023); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1024); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1025); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1032); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1035); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1040); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1045); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1050); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1056); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1028, 1057); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1030, 1023); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1030, 1035); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1030, 1050); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1031, 1016); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1001); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1002); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1003); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1007); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1008); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1009); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1013); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1023); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1026); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1030); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1060); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1062); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1063); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1064); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1065); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1066); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1067); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1032, 1068); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1010); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1026); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1027); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1030); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1039); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1041); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1046); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1052); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1056); INSERT INTO live_permission_data (music_id, chara_id) VALUES (1035, 1061); -- Table: login_bonus_data CREATE TABLE 'login_bonus_data' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'count_num' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'stamp_id' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('id'), UNIQUE('disp_order')); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (10001, 1, 7, 999, 0, '2021/2/24 05:00:00', '2025/9/22 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (11001, 1, 7, 998, 0, '2025/9/22 15:00:00', '2099/12/31 23:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (20001, 2, 10, 3, 0, '2021/2/24 05:00:00', '2099/12/31 23:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30001, 3, 1, 1, 0, '2025/06/26 00:30:00', '2025/10/01 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30002, 3, 1, 94, 0, '2025/06/26 00:30:00', '2025/07/02 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30003, 3, 1, 95, 0, '2025/06/28 15:00:00', '2025/07/05 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30004, 3, 1, 96, 0, '2025/07/02 15:00:00', '2025/07/09 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30005, 3, 1, 97, 0, '2025/07/06 15:00:00', '2025/07/13 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30006, 3, 1, 98, 0, '2025/07/14 15:00:00', '2025/07/21 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30007, 3, 1, 99, 0, '2025/07/16 15:00:00', '2025/07/23 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30008, 3, 10, 2, 0, '2025/07/04 22:00:00', '2025/09/24 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30009, 3, 10, 4, 0, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30010, 2, 1, 5, 0, '2025/10/26 22:00:00', '2025/10/27 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30011, 2, 1, 6, 0, '2025/10/27 15:00:00', '2025/10/28 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30012, 2, 1, 7, 0, '2025/10/28 15:00:00', '2025/10/29 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30013, 2, 1, 8, 0, '2025/10/29 15:00:00', '2025/10/30 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30014, 2, 1, 9, 0, '2025/10/30 15:00:00', '2025/10/31 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30015, 2, 1, 10, 0, '2025/10/31 15:00:00', '2025/11/1 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30016, 2, 1, 11, 0, '2025/11/1 15:00:00', '2025/11/2 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30017, 2, 1, 12, 0, '2025/11/2 15:00:00', '2025/11/03 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (30018, 3, 10, 13, 0, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39001, 3, 1, 501, 0, '2025/10/06 12:00:00', '2025/10/13 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39002, 3, 1, 502, 0, '2025/10/13 15:00:00', '2025/10/20 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39003, 3, 1, 503, 0, '2025/10/20 15:00:00', '2025/11/03 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39004, 3, 1, 504, 0, '2025/11/03 15:00:00', '2025/11/10 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39005, 3, 1, 505, 0, '2025/11/10 15:00:00', '2025/11/24 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39006, 3, 1, 506, 0, '2025/11/24 15:00:00', '2025/12/01 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39007, 3, 1, 507, 0, '2025/12/01 15:00:00', '2025/12/08 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39008, 3, 1, 508, 0, '2025/12/08 15:00:00', '2025/12/15 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39009, 3, 1, 509, 0, '2025/12/15 15:00:00', '2025/12/22 14:59:59'); INSERT INTO login_bonus_data (id, type, count_num, disp_order, stamp_id, start_date, end_date) VALUES (39010, 3, 1, 510, 0, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); -- Table: login_bonus_detail CREATE TABLE 'login_bonus_detail' ('id' INTEGER NOT NULL, 'login_bonus_id' INTEGER NOT NULL, 'count' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, 'item_category_2' INTEGER NOT NULL, 'item_id_2' INTEGER NOT NULL, 'item_num_2' INTEGER NOT NULL, 'item_category_3' INTEGER NOT NULL, 'item_id_3' INTEGER NOT NULL, 'item_num_3' INTEGER NOT NULL, 'item_category_4' INTEGER NOT NULL, 'item_id_4' INTEGER NOT NULL, 'item_num_4' INTEGER NOT NULL, 'item_category_5' INTEGER NOT NULL, 'item_id_5' INTEGER NOT NULL, 'item_num_5' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('login_bonus_id','count')); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1, 10001, 1, 90, 43, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (2, 10001, 2, 30, 110, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3, 10001, 3, 90, 43, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (4, 10001, 4, 91, 59, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (5, 10001, 5, 90, 43, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (6, 10001, 6, 103, 98, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (7, 10001, 7, 90, 43, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (8, 20001, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (9, 20001, 2, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (10, 20001, 3, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (11, 20001, 4, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (12, 20001, 5, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (13, 20001, 6, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (14, 20001, 7, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (15, 20001, 8, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (16, 20001, 9, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (17, 20001, 10, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (18, 30001, 1, 90, 43, 1500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (19, 30002, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (20, 30003, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (21, 30004, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (22, 30005, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (23, 30006, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (24, 30007, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (25, 30008, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (26, 30008, 2, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (27, 30008, 3, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (28, 30008, 4, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (29, 30008, 5, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (30, 30008, 6, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (31, 30008, 7, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (32, 30008, 8, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (33, 30008, 9, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (34, 30008, 10, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (35, 30009, 1, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (36, 30009, 2, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (37, 30009, 3, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (38, 30009, 4, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (39, 30009, 5, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (40, 30009, 6, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (41, 30009, 7, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (42, 30009, 8, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (43, 30009, 9, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (44, 30009, 10, 90, 43, 564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (45, 30010, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (46, 30011, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (47, 30012, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (48, 30013, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (49, 30014, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (50, 30015, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (51, 30016, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (52, 30017, 1, 90, 43, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (53, 30018, 1, 51, 30062, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (54, 30018, 2, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (55, 30018, 3, 51, 30062, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (56, 30018, 4, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (57, 30018, 5, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (58, 30018, 6, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (59, 30018, 7, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (60, 30018, 8, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (61, 30018, 9, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (62, 30018, 10, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1100101, 11001, 1, 90, 43, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1100102, 11001, 2, 30, 110, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1100103, 11001, 3, 90, 43, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1100104, 11001, 4, 91, 59, 1500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1100105, 11001, 5, 90, 43, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1100106, 11001, 6, 103, 98, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1100107, 11001, 7, 90, 43, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900101, 39001, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900102, 39002, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900103, 39003, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900104, 39004, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900105, 39005, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900106, 39006, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900107, 39007, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900108, 39008, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900109, 39009, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO login_bonus_detail (id, login_bonus_id, count, item_category, item_id, item_num, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3900110, 39010, 1, 90, 43, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- Table: love_rank CREATE TABLE 'love_rank' ('id' INTEGER NOT NULL, 'rank' INTEGER NOT NULL, 'total_point' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO love_rank (id, rank, total_point) VALUES (1, 0, 0); INSERT INTO love_rank (id, rank, total_point) VALUES (2, 1, 10); INSERT INTO love_rank (id, rank, total_point) VALUES (3, 2, 22); INSERT INTO love_rank (id, rank, total_point) VALUES (4, 3, 36); INSERT INTO love_rank (id, rank, total_point) VALUES (5, 4, 60); INSERT INTO love_rank (id, rank, total_point) VALUES (6, 5, 100); INSERT INTO love_rank (id, rank, total_point) VALUES (7, 6, 200); INSERT INTO love_rank (id, rank, total_point) VALUES (8, 7, 400); INSERT INTO love_rank (id, rank, total_point) VALUES (9, 8, 800); INSERT INTO love_rank (id, rank, total_point) VALUES (10, 9, 1600); INSERT INTO love_rank (id, rank, total_point) VALUES (11, 10, 3200); -- Table: main_story_data CREATE TABLE 'main_story_data' ('id' INTEGER NOT NULL, 'part_id' INTEGER NOT NULL, 'episode_index' INTEGER NOT NULL, 'prev_episode_index' INTEGER NOT NULL, 'next_episode_index' INTEGER NOT NULL, 'story_number' INTEGER NOT NULL, 'display_type' INTEGER NOT NULL, 'story_type_1' INTEGER NOT NULL, 'story_id_1' INTEGER NOT NULL, 'story_type_2' INTEGER NOT NULL, 'story_id_2' INTEGER NOT NULL, 'story_type_3' INTEGER NOT NULL, 'story_id_3' INTEGER NOT NULL, 'story_type_4' INTEGER NOT NULL, 'story_id_4' INTEGER NOT NULL, 'story_type_5' INTEGER NOT NULL, 'story_id_5' INTEGER NOT NULL, 'lock_type_1' INTEGER NOT NULL, 'lock_value_1_1' INTEGER NOT NULL, 'lock_value_1_2' INTEGER NOT NULL, 'lock_type_2' INTEGER NOT NULL, 'lock_value_2_1' INTEGER NOT NULL, 'lock_value_2_2' INTEGER NOT NULL, 'lock_type_3' INTEGER NOT NULL, 'lock_value_3_1' INTEGER NOT NULL, 'lock_value_3_2' INTEGER NOT NULL, 'add_reward_category_1' INTEGER NOT NULL, 'add_reward_id_1' INTEGER NOT NULL, 'add_reward_num_1' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('story_id_1')); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (101, 1, 1, 0, 2, 1, 0, 3, 20000001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (102, 1, 2, 1, 3, 2, 0, 1, 20001011, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (103, 1, 3, 2, 4, 3, 0, 1, 20001021, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (104, 1, 4, 3, 5, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (105, 1, 5, 4, 6, 4, 0, 1, 20001031, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (106, 1, 6, 5, 7, 5, 0, 1, 20001041, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (107, 1, 7, 6, 8, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (108, 1, 8, 7, 9, 6, 0, 1, 20001051, 3, 20001052, 1, 20001053, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (109, 1, 9, 8, 10, 7, 0, 1, 20001061, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (110, 1, 10, 9, 11, 8, 0, 1, 20001071, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (111, 1, 11, 10, 12, 0, 0, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (112, 1, 12, 11, 13, 9, 0, 1, 20001081, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (113, 1, 13, 12, 14, 10, 0, 1, 20001091, 3, 20001092, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (114, 1, 14, 13, 15, 11, 0, 1, 20001101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (115, 1, 15, 14, 16, 12, 0, 1, 20001111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (116, 1, 16, 15, 17, 13, 0, 1, 20001121, 3, 20001122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (117, 1, 17, 16, 18, 0, 0, 4, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (118, 1, 18, 17, 0, 14, 0, 1, 20001131, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 30022, 1); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (201, 2, 1, 0, 2, 1, 0, 1, 20002011, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (202, 2, 2, 1, 3, 2, 0, 1, 20002021, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (203, 2, 3, 2, 4, 0, 0, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (204, 2, 4, 3, 5, 3, 0, 1, 20002031, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (205, 2, 5, 4, 6, 4, 0, 1, 20002041, 3, 20002042, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (206, 2, 6, 5, 7, 5, 0, 1, 20002051, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (207, 2, 7, 6, 8, 0, 0, 4, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (208, 2, 8, 7, 9, 6, 0, 1, 20002061, 3, 20002062, 1, 20002063, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (209, 2, 9, 8, 10, 7, 0, 1, 20002071, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (210, 2, 10, 9, 11, 8, 0, 1, 20002081, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (211, 2, 11, 10, 12, 9, 0, 1, 20002091, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (212, 2, 12, 11, 13, 0, 0, 4, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (213, 2, 13, 12, 14, 10, 0, 1, 20002101, 3, 20002102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (214, 2, 14, 13, 15, 11, 0, 1, 20002111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (215, 2, 15, 14, 16, 12, 0, 1, 20002121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (216, 2, 16, 15, 17, 0, 0, 4, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (217, 2, 17, 16, 0, 13, 0, 1, 20002131, 2, 3, 1, 20002133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 30023, 1); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (218, 3, 1, 0, 2, 1, 0, 1, 20003011, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (219, 3, 2, 1, 3, 2, 0, 1, 20003021, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (220, 3, 3, 2, 4, 0, 0, 4, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (221, 3, 4, 3, 5, 3, 0, 1, 20003031, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (222, 3, 5, 4, 6, 4, 0, 1, 20003041, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (223, 3, 6, 5, 7, 5, 0, 1, 20003051, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (224, 3, 7, 6, 8, 0, 0, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (225, 3, 8, 7, 9, 6, 0, 1, 20003061, 3, 20003062, 1, 20003063, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (226, 3, 9, 8, 10, 7, 0, 1, 20003071, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (227, 3, 10, 9, 11, 8, 0, 1, 20003081, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (228, 3, 11, 10, 12, 9, 0, 1, 20003091, 3, 20003092, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (229, 3, 12, 11, 13, 0, 0, 4, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (230, 3, 13, 12, 14, 10, 0, 1, 20003101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (231, 3, 14, 13, 15, 11, 0, 1, 20003111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (232, 3, 15, 14, 16, 12, 0, 1, 20003121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (233, 3, 16, 15, 17, 0, 0, 4, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (234, 3, 17, 16, 0, 13, 0, 1, 20003131, 3, 20003132, 1, 20003133, 2, 4, 1, 20003134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 30033, 1); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (401, 4, 1, 0, 2, 1, 0, 3, 20004011, 1, 20004012, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (402, 4, 2, 1, 3, 2, 0, 1, 20004021, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (403, 4, 3, 2, 4, 0, 0, 4, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (404, 4, 4, 3, 5, 3, 0, 1, 20004031, 2, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (405, 4, 5, 4, 6, 4, 0, 1, 20004041, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (406, 4, 6, 5, 7, 5, 0, 1, 20004051, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (407, 4, 7, 6, 8, 0, 0, 4, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (408, 4, 8, 7, 9, 6, 0, 1, 20004061, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (409, 4, 9, 8, 10, 7, 0, 1, 20004071, 3, 20004072, 1, 20004073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (410, 4, 10, 9, 11, 8, 0, 1, 20004081, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (411, 4, 11, 10, 12, 9, 0, 1, 20004091, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (412, 4, 12, 11, 13, 0, 0, 4, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (413, 4, 13, 12, 14, 10, 0, 1, 20004101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (414, 4, 14, 13, 15, 11, 0, 1, 20004111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (415, 4, 15, 14, 16, 12, 0, 1, 20004121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (416, 4, 16, 15, 17, 0, 0, 4, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30); INSERT INTO main_story_data (id, part_id, episode_index, prev_episode_index, next_episode_index, story_number, display_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, lock_type_1, lock_value_1_1, lock_value_1_2, lock_type_2, lock_value_2_1, lock_value_2_2, lock_type_3, lock_value_3_1, lock_value_3_2, add_reward_category_1, add_reward_id_1, add_reward_num_1) VALUES (417, 4, 17, 16, 0, 13, 0, 1, 20004131, 3, 20004132, 1, 20004133, 2, 7, 1, 20004134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 30044, 1); -- Table: main_story_part CREATE TABLE 'main_story_part' ('id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'ui_color' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO main_story_part (id, start_date, ui_color) VALUES (1, 1483228800, '019DB0'); INSERT INTO main_story_part (id, start_date, ui_color) VALUES (2, 1483228800, '2F4899'); INSERT INTO main_story_part (id, start_date, ui_color) VALUES (3, 1754258400, 'AF2E47'); INSERT INTO main_story_part (id, start_date, ui_color) VALUES (4, 1759874400, '78398F'); -- Table: main_story_race_bonus CREATE TABLE 'main_story_race_bonus' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'bonus_type' INTEGER NOT NULL, 'bonus_value' INTEGER NOT NULL, 'condition_group' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (1, 1, 1, 5, 1); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (2, 2, 1, 5, 2); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (3, 3, 1, 5, 3); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (4, 4, 1, 5, 4); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (5, 5, 1, 5, 4); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (6, 5, 2, 300011, 5); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (7, 6, 1, 5, 6); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (8, 7, 1, 5, 4); INSERT INTO main_story_race_bonus (id, group_id, bonus_type, bonus_value, condition_group) VALUES (9, 7, 2, 300021, 7); -- Table: main_story_race_bonus_condition CREATE TABLE 'main_story_race_bonus_condition' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO main_story_race_bonus_condition (id, group_id, condition_type, condition_value_1, condition_value_2) VALUES (1, 1, 101, 1013, 0); INSERT INTO main_story_race_bonus_condition (id, group_id, condition_type, condition_value_1, condition_value_2) VALUES (2, 2, 101, 1030, 0); INSERT INTO main_story_race_bonus_condition (id, group_id, condition_type, condition_value_1, condition_value_2) VALUES (3, 3, 101, 1035, 0); INSERT INTO main_story_race_bonus_condition (id, group_id, condition_type, condition_value_1, condition_value_2) VALUES (4, 4, 101, 1016, 0); INSERT INTO main_story_race_bonus_condition (id, group_id, condition_type, condition_value_1, condition_value_2) VALUES (5, 5, 201, 168, 1); INSERT INTO main_story_race_bonus_condition (id, group_id, condition_type, condition_value_1, condition_value_2) VALUES (6, 6, 401, 201641, 0); INSERT INTO main_story_race_bonus_condition (id, group_id, condition_type, condition_value_1, condition_value_2) VALUES (7, 7, 201, 81, 1); -- Table: main_story_race_chara_data CREATE TABLE 'main_story_race_chara_data' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'bracket_number' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'mob_id' INTEGER NOT NULL, 'is_player' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'chara_color_type' INTEGER NOT NULL, 'motivation' INTEGER NOT NULL, 'running_style' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, 'show_skill_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (71, 9, 1, 1, 8000, 0, 1, 0, 5, 1, 171, 176, 156, 185, 153, 2, 4, 5, 6, 6, 5, 4, 3, 6, 1, 8064, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (72, 9, 2, 1, 8001, 0, 1, 0, 2, 2, 188, 185, 182, 167, 167, 2, 4, 5, 6, 5, 6, 5, 4, 6, 1, 8067, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (73, 9, 3, 1, 8002, 0, 1, 0, 4, 3, 165, 168, 188, 166, 175, 2, 4, 5, 6, 4, 5, 6, 5, 6, 1, 8072, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (74, 9, 4, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (75, 9, 5, 1, 8003, 0, 1, 0, 4, 4, 155, 176, 168, 190, 166, 2, 4, 5, 6, 2, 4, 5, 6, 6, 3, 8076, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (76, 9, 6, 1, 8004, 0, 1, 0, 3, 1, 189, 165, 150, 176, 159, 2, 3, 5, 6, 6, 5, 4, 3, 6, 1, 8062, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (77, 9, 7, 1, 8005, 0, 1, 0, 4, 2, 172, 190, 167, 181, 179, 2, 4, 5, 6, 5, 6, 5, 4, 6, 2, 8067, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (78, 9, 8, 1, 8006, 0, 1, 0, 2, 3, 164, 180, 166, 158, 156, 2, 4, 5, 6, 4, 5, 6, 1, 6, 1, 8072, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (79, 9, 9, 1, 8007, 0, 1, 0, 2, 4, 163, 181, 153, 190, 185, 1, 3, 5, 6, 3, 4, 5, 6, 6, 1, 8079, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (80, 10, 1, 1, 8073, 0, 1, 0, 4, 4, 225, 208, 222, 214, 209, 3, 5, 6, 1, 2, 4, 5, 6, 6, 1, 8059, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (81, 10, 2, 1, 8074, 0, 1, 0, 4, 2, 222, 217, 227, 231, 230, 2, 3, 6, 1, 5, 6, 5, 4, 6, 1, 8047, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (82, 10, 3, 1, 8075, 0, 1, 0, 4, 3, 217, 240, 212, 220, 206, 4, 5, 6, 2, 4, 5, 6, 2, 6, 2, 8053, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (83, 10, 4, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (84, 10, 5, 1, 8076, 0, 1, 0, 3, 1, 212, 224, 221, 212, 223, 1, 2, 6, 1, 6, 5, 4, 3, 6, 1, 8042, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (85, 10, 6, 1, 8077, 0, 1, 0, 1, 2, 219, 211, 208, 216, 220, 2, 3, 6, 1, 5, 6, 5, 4, 6, 1, 8049, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (86, 10, 7, 1, 8078, 0, 1, 0, 5, 3, 238, 210, 210, 230, 215, 2, 2, 6, 1, 4, 5, 6, 2, 6, 1, 8054, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (87, 11, 1, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (88, 11, 2, 1006, 0, 0, 100601, 0, 5, 2, 371, 352, 340, 368, 343, 6, 7, 7, 6, 2, 7, 7, 4, 7, 6, 100002, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (89, 11, 3, 1007, 0, 0, 100701, 0, 3, 4, 120, 120, 161, 115, 140, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 100001, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (90, 11, 4, 1, 8071, 0, 11, 0, 3, 3, 295, 313, 327, 308, 295, 1, 3, 5, 7, 2, 5, 7, 4, 7, 3, 8071, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (91, 11, 5, 1, 8072, 0, 8, 0, 2, 1, 322, 294, 294, 316, 299, 3, 5, 6, 7, 7, 6, 5, 4, 7, 3, 8061, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (92, 12, 1, 1, 8009, 0, 1, 0, 3, 1, 100, 112, 132, 141, 116, 2, 5, 6, 6, 6, 5, 4, 3, 6, 1, 8064, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (93, 12, 2, 1, 8010, 0, 1, 0, 4, 2, 131, 129, 131, 127, 104, 2, 4, 5, 6, 5, 6, 5, 4, 6, 2, 8068, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (94, 12, 3, 1, 8011, 0, 1, 0, 1, 3, 115, 130, 147, 129, 123, 2, 4, 5, 6, 5, 4, 6, 2, 6, 1, 8073, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (95, 12, 4, 1, 8012, 0, 1, 0, 3, 4, 141, 148, 107, 145, 124, 2, 3, 4, 6, 3, 4, 5, 6, 6, 3, 8078, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (96, 12, 5, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (97, 13, 1, 1, 8021, 0, 11, 0, 5, 1, 235, 239, 234, 234, 240, 3, 5, 7, 3, 7, 5, 3, 1, 7, 3, 8041, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (98, 13, 2, 1, 8022, 0, 11, 0, 2, 2, 212, 246, 209, 222, 215, 3, 6, 7, 5, 6, 7, 4, 3, 7, 1, 8047, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (99, 13, 3, 1, 8023, 0, 11, 0, 4, 3, 212, 222, 215, 216, 215, 2, 5, 7, 3, 1, 3, 7, 1, 7, 1, 8054, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (100, 13, 4, 1, 8024, 0, 11, 0, 4, 4, 239, 218, 228, 240, 217, 2, 6, 7, 3, 3, 4, 5, 7, 7, 1, 8059, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (101, 13, 5, 1, 8025, 0, 11, 0, 5, 1, 240, 225, 213, 239, 206, 4, 5, 7, 3, 7, 5, 4, 2, 7, 2, 8044, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (102, 13, 6, 1, 8026, 0, 8, 0, 3, 2, 244, 243, 203, 180, 233, 2, 3, 7, 3, 5, 7, 5, 4, 7, 3, 8046, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (103, 13, 7, 1, 8027, 0, 12, 0, 4, 3, 219, 200, 219, 207, 226, 2, 3, 7, 5, 5, 6, 7, 6, 7, 1, 8051, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (104, 13, 8, 1, 8028, 0, 8, 0, 4, 4, 239, 223, 198, 218, 243, 2, 6, 7, 3, 2, 5, 6, 7, 7, 1, 8056, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (105, 13, 9, 1, 8029, 0, 11, 0, 2, 1, 220, 246, 201, 226, 213, 4, 5, 7, 2, 7, 5, 3, 1, 7, 1, 8043, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (106, 13, 10, 1, 8030, 0, 11, 0, 5, 2, 247, 215, 205, 220, 243, 1, 3, 7, 6, 6, 7, 4, 3, 7, 3, 8048, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (107, 13, 11, 1, 8031, 0, 11, 0, 3, 3, 187, 221, 224, 237, 246, 2, 3, 7, 5, 4, 5, 7, 5, 7, 3, 8053, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (108, 13, 12, 1, 8032, 0, 11, 0, 2, 4, 245, 245, 210, 220, 215, 2, 6, 7, 3, 3, 4, 5, 7, 7, 3, 8058, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (109, 13, 13, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (110, 13, 14, 1, 8033, 0, 12, 0, 1, 1, 213, 234, 230, 229, 237, 2, 3, 7, 2, 7, 5, 4, 2, 7, 3, 8044, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (111, 13, 15, 1026, 0, 0, 102601, 0, 4, 1, 1183, 1073, 960, 879, 734, 6, 6, 7, 7, 7, 6, 4, 1, 7, 1, 100006, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (112, 13, 16, 1, 8035, 0, 8, 0, 1, 3, 244, 228, 247, 210, 200, 3, 5, 7, 3, 5, 6, 7, 3, 7, 3, 8053, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (113, 13, 17, 1, 8036, 0, 12, 0, 5, 4, 180, 244, 245, 200, 223, 2, 6, 7, 3, 2, 5, 6, 7, 7, 3, 8058, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (114, 13, 18, 1, 8037, 0, 12, 0, 4, 1, 227, 229, 223, 206, 239, 1, 2, 7, 3, 7, 5, 3, 1, 7, 3, 8042, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (115, 14, 1, 1, 8038, 0, 1, 0, 2, 2, 259, 279, 229, 284, 263, 1, 1, 3, 7, 5, 7, 5, 4, 7, 1, 8069, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (116, 14, 2, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (117, 14, 3, 1, 8039, 0, 1, 0, 4, 3, 280, 237, 287, 243, 246, 3, 4, 5, 7, 5, 6, 7, 5, 7, 1, 8074, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (118, 14, 4, 1, 8040, 0, 1, 0, 1, 4, 272, 270, 290, 268, 268, 2, 5, 6, 7, 3, 4, 5, 7, 7, 1, 8079, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (119, 14, 5, 1007, 0, 0, 1, 0, 5, 4, 122, 121, 152, 180, 120, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 100001, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (120, 14, 6, 1, 8041, 0, 1, 0, 1, 1, 256, 215, 259, 254, 290, 3, 4, 5, 7, 7, 5, 3, 3, 7, 1, 8064, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (121, 15, 1, 1, 8042, 0, 1, 0, 5, 2, 312, 349, 321, 307, 305, 2, 4, 5, 7, 5, 7, 5, 4, 7, 1, 8066, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (122, 15, 2, 1, 8043, 0, 1, 0, 5, 3, 327, 295, 364, 327, 317, 2, 4, 5, 7, 5, 6, 7, 3, 7, 3, 8071, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (123, 15, 3, 1, 8044, 0, 1, 0, 3, 4, 346, 318, 316, 359, 332, 3, 3, 6, 7, 3, 4, 5, 7, 7, 1, 8077, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (124, 15, 4, 1, 8045, 0, 1, 0, 1, 1, 328, 319, 328, 345, 335, 2, 2, 3, 7, 7, 5, 4, 3, 7, 1, 8061, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (125, 15, 5, 1, 8046, 0, 1, 0, 1, 2, 349, 349, 359, 349, 330, 1, 5, 6, 7, 6, 7, 4, 3, 7, 3, 8067, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (126, 15, 6, 1, 8047, 0, 1, 0, 1, 3, 315, 338, 326, 306, 343, 2, 4, 5, 7, 5, 6, 7, 3, 7, 1, 8072, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (127, 15, 7, 1, 8048, 0, 1, 0, 3, 4, 347, 344, 299, 341, 342, 2, 5, 6, 7, 2, 5, 6, 7, 7, 3, 8077, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (128, 15, 8, 1, 8049, 0, 1, 0, 2, 1, 313, 306, 331, 314, 317, 2, 2, 3, 7, 7, 5, 4, 3, 7, 3, 8064, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (129, 15, 9, 1, 8050, 0, 1, 0, 3, 2, 339, 346, 321, 338, 309, 2, 4, 5, 7, 5, 7, 4, 3, 7, 1, 8068, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (130, 15, 10, 1, 8051, 0, 1, 0, 4, 3, 305, 316, 321, 322, 327, 2, 4, 5, 7, 4, 5, 7, 5, 7, 3, 8073, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (131, 15, 11, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (132, 15, 12, 1, 8052, 0, 1, 0, 5, 4, 314, 344, 312, 343, 325, 3, 3, 6, 7, 3, 4, 5, 7, 7, 1, 8077, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (133, 16, 1, 1, 8053, 0, 1, 0, 3, 1, 458, 477, 496, 499, 483, 1, 2, 3, 7, 7, 5, 3, 1, 7, 2, 8061, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (134, 16, 2, 1007, 0, 0, 1, 0, 4, 4, 186, 186, 217, 197, 176, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 100001, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (135, 16, 3, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (136, 16, 4, 1, 8055, 0, 1, 0, 4, 3, 459, 488, 472, 468, 444, 2, 4, 5, 7, 4, 5, 7, 5, 7, 1, 8071, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (137, 16, 5, 1, 8056, 0, 1, 0, 2, 4, 491, 499, 477, 493, 469, 2, 5, 6, 7, 2, 5, 6, 7, 7, 3, 8077, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (138, 16, 6, 1, 8057, 0, 1, 0, 5, 2, 490, 494, 497, 430, 496, 2, 4, 5, 7, 6, 7, 4, 3, 7, 1, 8066, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (139, 17, 1, 1013, 0, 0, 1, 0, 4, 2, 417, 493, 419, 446, 464, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 100004, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (140, 17, 2, 1030, 0, 0, 1, 0, 3, 2, 408, 442, 439, 482, 433, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 100005, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (141, 17, 3, 1, 8058, 0, 1, 0, 3, 4, 472, 451, 435, 481, 443, 1, 5, 7, 4, 2, 2, 5, 7, 7, 5, 8098, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (142, 17, 4, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (143, 17, 5, 1007, 0, 0, 1, 0, 4, 4, 368, 382, 400, 410, 398, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 100001, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (144, 17, 6, 1, 8059, 0, 1, 0, 5, 1, 438, 476, 471, 495, 474, 3, 7, 7, 5, 7, 6, 3, 2, 7, 3, 8092, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (145, 18, 1, 1, 8060, 0, 1, 0, 3, 3, 510, 520, 492, 520, 498, 2, 3, 7, 3, 1, 3, 7, 2, 7, 3, 8052, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (146, 18, 2, 1, 8061, 0, 1, 0, 4, 2, 482, 486, 503, 485, 517, 2, 3, 7, 2, 3, 7, 5, 2, 7, 2, 8126, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (147, 18, 3, 1, 8062, 0, 1, 0, 3, 2, 481, 484, 517, 488, 516, 2, 4, 7, 3, 5, 7, 3, 2, 7, 3, 8046, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (148, 18, 4, 1, 8063, 0, 1, 0, 2, 1, 481, 506, 516, 485, 507, 3, 4, 7, 3, 7, 6, 4, 2, 7, 1, 8048, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (149, 18, 5, 1, 8064, 0, 1, 0, 3, 3, 503, 515, 482, 500, 501, 2, 3, 7, 2, 2, 5, 7, 3, 7, 3, 8053, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (150, 18, 6, 1, 8065, 0, 1, 0, 2, 2, 519, 517, 512, 482, 518, 2, 5, 7, 3, 3, 7, 5, 2, 7, 1, 8066, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (151, 18, 7, 1, 8066, 0, 1, 0, 5, 4, 485, 508, 501, 514, 499, 5, 7, 7, 2, 2, 4, 5, 7, 7, 2, 8073, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (152, 18, 8, 1, 8067, 0, 1, 0, 1, 1, 507, 519, 498, 520, 495, 3, 4, 7, 4, 7, 4, 5, 3, 7, 1, 8081, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (153, 18, 9, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (154, 19, 1, 1, 8068, 0, 11, 0, 5, 1, 510, 536, 545, 522, 537, 2, 4, 7, 3, 7, 6, 3, 2, 7, 1, 8041, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (155, 19, 2, 1, 8069, 0, 12, 0, 2, 3, 520, 512, 508, 520, 503, 2, 5, 7, 4, 2, 5, 7, 3, 7, 1, 8054, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (156, 19, 3, 1, 8070, 0, 11, 0, 4, 2, 517, 530, 524, 526, 523, 1, 2, 4, 7, 3, 7, 4, 2, 7, 3, 8046, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (157, 19, 4, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (158, 19, 5, 1, 8071, 0, 11, 0, 5, 1, 513, 549, 533, 525, 516, 2, 5, 7, 3, 7, 5, 3, 1, 7, 3, 8042, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (159, 19, 6, 1, 8072, 0, 8, 0, 3, 3, 523, 512, 550, 532, 534, 2, 3, 7, 5, 2, 5, 7, 3, 7, 1, 8053, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (160, 19, 7, 1, 8073, 0, 12, 0, 4, 3, 506, 510, 526, 522, 520, 2, 3, 7, 5, 1, 3, 7, 5, 7, 1, 8052, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (161, 19, 8, 1, 8074, 0, 8, 0, 4, 4, 550, 521, 513, 533, 522, 3, 5, 7, 5, 2, 3, 5, 7, 7, 1, 8059, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (162, 19, 9, 1, 8080, 0, 11, 0, 2, 2, 530, 509, 531, 531, 526, 2, 3, 5, 7, 3, 7, 4, 1, 7, 1, 8048, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (163, 19, 10, 1, 8076, 0, 12, 0, 5, 2, 500, 540, 519, 504, 530, 2, 3, 5, 7, 3, 7, 4, 2, 7, 3, 8049, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (164, 19, 11, 1, 8077, 0, 11, 0, 3, 3, 546, 510, 507, 509, 544, 3, 5, 7, 6, 2, 5, 7, 3, 7, 1, 8051, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (165, 19, 12, 1, 8081, 0, 12, 0, 2, 3, 520, 500, 521, 546, 507, 3, 5, 7, 5, 1, 3, 7, 5, 7, 1, 400025, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (166, 19, 13, 1, 8079, 0, 11, 0, 3, 4, 538, 521, 521, 531, 511, 3, 5, 7, 4, 3, 3, 5, 7, 7, 1, 8056, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (167, 19, 14, 1050, 0, 0, 105001, 0, 5, 4, 1032, 839, 1097, 924, 967, 2, 4, 7, 7, 1, 2, 6, 7, 7, 1, 100007, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (168, 19, 15, 1, 8075, 0, 8, 0, 3, 2, 561, 537, 516, 525, 540, 1, 2, 4, 7, 4, 7, 3, 1, 7, 3, 8067, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (169, 19, 16, 1, 8078, 0, 11, 0, 1, 3, 516, 515, 518, 543, 550, 3, 5, 7, 5, 1, 3, 7, 5, 7, 1, 400027, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (170, 19, 17, 1, 8082, 0, 12, 0, 5, 2, 544, 544, 546, 505, 525, 1, 2, 4, 7, 3, 7, 3, 2, 7, 1, 400021, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (171, 19, 18, 1023, 0, 0, 102301, 0, 4, 2, 961, 1047, 957, 831, 1058, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 100008, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (172, 20, 1, 1037, 0, 0, 103701, 0, 5, 3, 591, 532, 682, 464, 553, 1, 1, 7, 6, 1, 6, 7, 1, 7, 2, 100009, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (173, 20, 2, 1033, 0, 0, 103301, 0, 5, 4, 578, 519, 515, 598, 662, 1, 4, 7, 5, 1, 5, 6, 7, 7, 1, 100010, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (174, 20, 3, 1008, 0, 0, 100801, 0, 5, 3, 660, 524, 678, 494, 522, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 100011, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (175, 20, 4, 1, 8083, 0, 11, 0, 3, 2, 500, 474, 550, 513, 479, 2, 5, 7, 3, 5, 7, 6, 2, 7, 2, 8067, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (176, 20, 5, 1, 8084, 0, 12, 0, 3, 2, 542, 370, 551, 543, 496, 2, 3, 7, 5, 6, 7, 5, 3, 7, 3, 8046, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (177, 20, 6, 1, 8094, 0, 11, 0, 3, 2, 566, 440, 535, 491, 533, 2, 3, 7, 5, 5, 7, 6, 2, 7, 1, 8127, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (178, 20, 7, 1, 8086, 0, 8, 0, 4, 3, 486, 451, 538, 553, 511, 2, 3, 7, 5, 3, 4, 7, 5, 7, 1, 8052, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (179, 20, 8, 1, 8087, 0, 11, 0, 4, 2, 452, 404, 531, 575, 567, 1, 5, 7, 3, 6, 7, 4, 3, 7, 3, 8088, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (180, 20, 9, 1, 8091, 0, 8, 0, 2, 3, 514, 394, 542, 540, 481, 2, 5, 7, 3, 3, 5, 7, 4, 7, 1, 8053, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (181, 20, 10, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (182, 20, 11, 1, 8089, 0, 8, 0, 3, 3, 517, 441, 545, 548, 526, 2, 5, 7, 3, 2, 5, 7, 4, 7, 1, 8091, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (183, 20, 12, 1031, 0, 0, 103101, 0, 5, 1, 592, 565, 546, 559, 513, 2, 7, 7, 2, 7, 6, 1, 1, 7, 1, 100012, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (184, 20, 13, 1, 8090, 0, 8, 0, 3, 2, 567, 447, 549, 504, 521, 1, 2, 7, 5, 6, 7, 5, 4, 7, 3, 8049, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (185, 20, 14, 1, 8088, 0, 12, 0, 1, 1, 523, 452, 563, 515, 491, 1, 2, 7, 5, 7, 5, 3, 2, 7, 3, 8044, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (186, 20, 15, 1, 8092, 0, 11, 0, 4, 2, 499, 413, 576, 523, 492, 2, 5, 7, 3, 5, 7, 4, 3, 7, 1, 8048, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (187, 20, 16, 1, 8093, 0, 8, 0, 1, 3, 516, 509, 536, 517, 477, 2, 5, 7, 3, 2, 4, 7, 5, 7, 1, 8051, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (188, 20, 17, 1, 8085, 0, 12, 0, 3, 4, 512, 487, 518, 473, 530, 1, 3, 7, 5, 1, 4, 6, 7, 7, 3, 8058, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (189, 20, 18, 1, 8095, 0, 11, 0, 4, 1, 495, 451, 555, 514, 488, 2, 5, 7, 3, 7, 5, 3, 2, 7, 1, 8042, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (190, 21, 1, 1, 8100, 0, 8, 0, 2, 2, 402, 417, 507, 602, 512, 6, 7, 6, 2, 5, 7, 6, 2, 7, 2, 8029, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (191, 21, 2, 1, 8101, 0, 12, 0, 1, 3, 483, 403, 513, 450, 422, 4, 7, 6, 5, 2, 5, 7, 4, 7, 1, 8114, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (192, 21, 3, 1, 8102, 0, 8, 0, 5, 1, 465, 441, 622, 355, 415, 4, 7, 6, 5, 7, 6, 4, 2, 7, 1, 8023, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (193, 21, 4, 1, 8103, 0, 11, 0, 4, 4, 423, 496, 558, 351, 568, 6, 7, 6, 2, 3, 4, 5, 7, 7, 1, 8037, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (194, 21, 5, 1, 8104, 0, 8, 0, 2, 2, 452, 622, 557, 447, 505, 6, 7, 6, 2, 6, 7, 5, 3, 7, 3, 8026, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (195, 21, 6, 1, 8105, 0, 12, 0, 3, 3, 524, 489, 416, 415, 458, 4, 7, 6, 5, 2, 5, 7, 4, 7, 1, 8112, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (196, 21, 7, 1, 8106, 0, 8, 0, 3, 2, 547, 450, 425, 482, 422, 6, 7, 6, 2, 6, 7, 5, 3, 7, 3, 8028, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (197, 21, 8, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (198, 21, 9, 1, 8107, 0, 12, 0, 4, 2, 627, 405, 575, 476, 402, 6, 7, 6, 2, 6, 7, 5, 3, 7, 3, 8107, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (199, 21, 10, 1, 8108, 0, 11, 0, 3, 1, 607, 437, 485, 392, 532, 4, 7, 6, 5, 7, 5, 3, 1, 7, 3, 8021, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (200, 21, 11, 1, 8109, 0, 12, 0, 4, 3, 423, 374, 483, 501, 535, 4, 7, 6, 5, 1, 3, 7, 5, 7, 1, 8031, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (201, 21, 12, 1, 8110, 0, 8, 0, 5, 2, 581, 435, 590, 460, 415, 6, 7, 6, 2, 6, 7, 5, 3, 7, 3, 8109, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (202, 21, 13, 1, 8111, 0, 12, 0, 3, 4, 593, 449, 530, 337, 472, 6, 7, 6, 2, 1, 4, 5, 7, 7, 2, 8037, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (203, 21, 14, 1, 8112, 0, 11, 0, 1, 3, 520, 411, 493, 453, 529, 4, 7, 6, 5, 2, 5, 7, 3, 7, 1, 8033, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (204, 22, 1, 1, 8113, 0, 8, 0, 4, 1, 487, 469, 505, 332, 552, 2, 5, 6, 7, 7, 6, 3, 2, 7, 1, 8064, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (205, 22, 2, 1, 8114, 0, 8, 0, 3, 4, 475, 521, 553, 371, 642, 1, 5, 6, 7, 3, 4, 5, 7, 7, 1, 8079, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (206, 22, 3, 1, 8115, 0, 8, 0, 5, 3, 600, 520, 465, 473, 426, 2, 5, 6, 7, 2, 4, 7, 5, 7, 1, 8071, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (207, 22, 4, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (208, 22, 5, 1, 8116, 0, 11, 0, 3, 1, 597, 531, 477, 502, 585, 2, 5, 6, 7, 7, 6, 4, 2, 7, 1, 8063, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (209, 22, 6, 1, 8117, 0, 11, 0, 1, 2, 458, 495, 566, 477, 448, 3, 3, 6, 7, 5, 7, 6, 2, 7, 2, 8069, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (210, 22, 7, 1, 8118, 0, 12, 0, 5, 4, 533, 547, 447, 491, 637, 3, 3, 6, 7, 2, 2, 5, 7, 7, 5, 8078, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (211, 22, 8, 1, 8119, 0, 8, 0, 4, 3, 591, 495, 546, 459, 384, 3, 3, 3, 7, 2, 4, 7, 5, 7, 1, 8011, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (212, 22, 9, 1, 8120, 0, 12, 0, 2, 2, 631, 559, 576, 431, 422, 2, 5, 6, 7, 6, 7, 5, 3, 7, 3, 8028, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (213, 22, 10, 1, 8121, 0, 11, 0, 4, 2, 458, 514, 566, 477, 448, 2, 5, 6, 7, 6, 7, 5, 3, 7, 3, 8066, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (214, 22, 11, 1, 8122, 0, 8, 0, 3, 3, 582, 576, 612, 545, 429, 3, 3, 6, 7, 1, 3, 7, 5, 7, 1, 8074, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (215, 22, 12, 1, 8123, 0, 8, 0, 2, 4, 519, 582, 656, 436, 415, 2, 4, 5, 7, 2, 2, 5, 7, 7, 5, 8077, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (216, 22, 13, 1, 8124, 0, 12, 0, 1, 1, 637, 487, 629, 448, 403, 2, 5, 6, 7, 7, 5, 4, 3, 7, 3, 8061, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (217, 22, 14, 1, 8125, 0, 12, 0, 5, 2, 518, 548, 599, 504, 480, 2, 5, 6, 7, 5, 7, 6, 2, 7, 2, 8067, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (218, 22, 15, 1, 8126, 0, 11, 0, 3, 3, 603, 582, 592, 418, 492, 3, 3, 6, 7, 2, 5, 7, 3, 7, 1, 8051, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (219, 23, 1, 1, 8127, 0, 1, 0, 3, 3, 486, 451, 538, 453, 472, 3, 5, 7, 6, 2, 5, 7, 3, 7, 1, 8031, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (220, 23, 2, 1030, 0, 0, 1, 0, 4, 2, 583, 624, 578, 415, 438, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 100015, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (221, 23, 3, 1013, 0, 0, 1, 0, 4, 2, 1013, 1062, 812, 976, 914, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 100014, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (222, 23, 4, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (223, 23, 5, 1007, 0, 0, 1, 0, 4, 4, 427, 451, 532, 413, 420, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 100016, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (224, 23, 6, 1035, 0, 0, 1, 0, 5, 3, 1024, 972, 1093, 934, 842, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 100013, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (225, 24, 1, 1, 8128, 0, 11, 0, 4, 2, 515, 491, 637, 537, 504, 2, 5, 7, 3, 3, 7, 5, 2, 7, 1, 8048, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (226, 24, 2, 1, 8129, 0, 12, 0, 3, 1, 593, 474, 553, 582, 478, 1, 2, 7, 5, 7, 5, 3, 1, 7, 1, 8041, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (227, 24, 3, 1, 8130, 0, 11, 0, 2, 3, 669, 414, 618, 520, 435, 3, 3, 7, 3, 2, 5, 7, 3, 7, 1, 8011, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (228, 24, 4, 1066, 0, 0, 106601, 0, 4, 1, 916, 552, 816, 423, 416, 3, 6, 7, 5, 7, 1, 1, 1, 7, 3, 100017, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (229, 24, 5, 1, 8131, 0, 12, 0, 4, 2, 641, 469, 606, 472, 448, 1, 2, 7, 5, 6, 7, 4, 3, 7, 1, 8028, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (230, 24, 6, 1, 8132, 0, 8, 0, 1, 4, 615, 621, 516, 467, 435, 2, 3, 7, 5, 2, 5, 6, 7, 7, 1, 8037, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (231, 24, 7, 1012, 0, 0, 101201, 0, 5, 4, 783, 643, 794, 423, 474, 6, 6, 7, 7, 1, 6, 5, 7, 7, 1, 100018, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (232, 24, 8, 1060, 0, 0, 106001, 0, 4, 3, 742, 623, 716, 434, 489, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 100019, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (233, 24, 9, 1030, 0, 0, 103001, 0, 5, 2, 629, 678, 583, 415, 438, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 100020, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (234, 24, 10, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (235, 24, 11, 1, 8133, 0, 8, 0, 2, 2, 592, 497, 520, 525, 505, 1, 3, 7, 5, 5, 7, 6, 2, 7, 2, 8046, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (236, 24, 12, 1, 8134, 0, 12, 0, 3, 1, 608, 475, 645, 509, 415, 2, 3, 7, 5, 7, 6, 3, 2, 7, 1, 8082, 0); INSERT INTO main_story_race_chara_data (id, group_id, bracket_number, chara_id, mob_id, is_player, dress_id, chara_color_type, motivation, running_style, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, show_skill_type) VALUES (237, 24, 13, 1, 8135, 0, 12, 0, 2, 3, 572, 490, 437, 690, 561, 2, 5, 7, 3, 5, 6, 7, 3, 7, 3, 8053, 0); -- Table: main_story_race_data CREATE TABLE 'main_story_race_data' ('id' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'race_condition_id' INTEGER NOT NULL, 'clear_rank' INTEGER NOT NULL, 'bonus_group_id' INTEGER NOT NULL, 'gimmick_type' INTEGER NOT NULL, 'gimmick_trigger_skill' INTEGER NOT NULL, 'gimmick_match_race_asset' INTEGER NOT NULL, 'gimmick_unmatch_race_asset' INTEGER NOT NULL, 'bonus_chara_1' INTEGER NOT NULL, 'bonus_chara_2' INTEGER NOT NULL, 'bonus_chara_3' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (1, 200901, 9, 1, 1, 1, 0, 0, 0, 0, 1013, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (2, 202701, 10, 13, 1, 1, 0, 0, 0, 0, 1013, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (3, 700301, 11, 19, 1, 1, 0, 0, 0, 0, 1013, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (4, 700401, 12, 1, 1, 1, 0, 0, 0, 0, 1013, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (5, 701301, 13, 4, 2, 2, 0, 0, 0, 0, 1030, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (6, 700101, 14, 13, 1, 2, 0, 0, 0, 0, 1030, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (7, 201101, 15, 1, 1, 2, 0, 0, 0, 0, 1030, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (8, 700101, 16, 4, 1, 2, 0, 0, 0, 0, 1030, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (9, 700501, 17, 14, 1, 3, 0, 0, 0, 0, 1035, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (10, 451701, 18, 21, 1, 3, 0, 0, 0, 0, 1035, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (11, 700701, 19, 6, 3, 3, 0, 0, 0, 0, 1035, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (12, 700801, 20, 1, 1, 3, 0, 0, 0, 0, 1035, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (13, 700901, 21, 19, 1, 4, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (14, 701001, 22, 16, 1, 5, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (15, 701101, 23, 7, 3, 6, 0, 0, 0, 0, 0, 0, 0); INSERT INTO main_story_race_data (id, race_instance_id, group_id, race_condition_id, clear_rank, bonus_group_id, gimmick_type, gimmick_trigger_skill, gimmick_match_race_asset, gimmick_unmatch_race_asset, bonus_chara_1, bonus_chara_2, bonus_chara_3) VALUES (16, 701201, 24, 19, 1, 7, 0, 0, 0, 0, 0, 0, 0); -- Table: mini_bg CREATE TABLE 'mini_bg' ('id' INTEGER NOT NULL, 'scene_type' INTEGER NOT NULL, 'release_num' INTEGER NOT NULL, 'size_x' INTEGER NOT NULL, 'size_y' INTEGER NOT NULL, 'grid_offset_x' TEXT NOT NULL, 'grid_offset_y' TEXT NOT NULL, 'dress_id' INTEGER NOT NULL, 'position' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO mini_bg (id, scene_type, release_num, size_x, size_y, grid_offset_x, grid_offset_y, dress_id, position) VALUES (10001, 1, 1, 15, 5, '0', '0', 2, ''); INSERT INTO mini_bg (id, scene_type, release_num, size_x, size_y, grid_offset_x, grid_offset_y, dress_id, position) VALUES (10002, 1, 11, 15, 5, '0', '0', 6, ''); INSERT INTO mini_bg (id, scene_type, release_num, size_x, size_y, grid_offset_x, grid_offset_y, dress_id, position) VALUES (10003, 1, 21, 15, 7, '0', '0', 2, ''); INSERT INTO mini_bg (id, scene_type, release_num, size_x, size_y, grid_offset_x, grid_offset_y, dress_id, position) VALUES (20001, 2, 0, 18, 6, '0', '1.5', 2, ''); INSERT INTO mini_bg (id, scene_type, release_num, size_x, size_y, grid_offset_x, grid_offset_y, dress_id, position) VALUES (40001, 4, 0, 15, 9, '0', '0', 2, ''); INSERT INTO mini_bg (id, scene_type, release_num, size_x, size_y, grid_offset_x, grid_offset_y, dress_id, position) VALUES (99001, 99, 0, 15, 5, '0', '0', 2, ''); -- Table: mini_bg_chara_motion CREATE TABLE 'mini_bg_chara_motion' ('id' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'sub_group_id' INTEGER NOT NULL, 'is_mob' INTEGER NOT NULL, 'main_chara_num' INTEGER NOT NULL, 'pos_obj' TEXT NOT NULL, 'position_file' TEXT NOT NULL, 'grid_pos_x' INTEGER NOT NULL, 'grid_pos_y' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'motion_name' TEXT NOT NULL, 'timeline' TEXT NOT NULL, 'timeline_actor' TEXT NOT NULL, 'direction' INTEGER NOT NULL, 'chara_pos_y' TEXT NOT NULL, 'chara_shadow' INTEGER NOT NULL, 'use_grid_pos_job_select' INTEGER NOT NULL, 'position_anim' TEXT NOT NULL, 'fixed_render_order' INTEGER NOT NULL, 'se_cue_name01' TEXT NOT NULL, 'se_cue_sheet01' TEXT NOT NULL, 'se_start_frame01' INTEGER NOT NULL, 'se_cue_name02' TEXT NOT NULL, 'se_cue_sheet02' TEXT NOT NULL, 'se_start_frame02' INTEGER NOT NULL, 'effect_id' INTEGER NOT NULL, 'effect_start_sec' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000101, 10001, 0, 0, 0, 1, 'None', '', 1, 3, 0, 'Circle01_101', '', '', 3, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000102, 10001, 0, 0, 0, 1, 'None', '', 13, 0, 0, 'Circle01_102', '', '', 7, '0', 1, 0, '', 0, 'snd_sfx_circle_sd_watering', 'snd_sfx_circle_sd_watering', 26, 'snd_sfx_circle_sd_watering', 'snd_sfx_circle_sd_watering', 259, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000103, 10001, 0, 0, 0, 1, 'None', '', 12, 3, 0, 'Circle01_103', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000104, 10001, 0, 0, 0, 1, 'None', '', 10, 1, 0, 'Circle01_104_03', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000105, 10001, 0, 0, 0, 1, 'None', '', 3, 1, 0, 'Circle01_105', '', '', 2, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000106, 10001, 1, 0, 0, 2, 'None', '', 8, 4, 1, 'Circle01_201_01', '', '', 8, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000107, 10001, 1, 0, 0, 2, 'None', '', 9, 4, 1, 'Circle01_201_02', '', '', 2, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000108, 10001, 2, 0, 0, 3, 'None', '', 5, 2, 2, 'Circle01_301', '', '', 1, '0', 0, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000109, 10001, 2, 0, 0, 3, 'None', '', 5, 2, 2, 'Circle01_302', '', '', 1, '0', 0, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000110, 10001, 2, 0, 0, 3, 'None', '', 5, 2, 2, 'Circle01_303', '', '', 1, '0', 0, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000201, 10002, 0, 0, 0, 1, 'None', '', 12, 1, 0, 'Circle02_101', '', '', 2, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000202, 10002, 0, 0, 0, 1, 'chr01', 'Circle/Position/pfb_min_cir_type00_02_102_pos', 14, 0, 1, 'Circle02_102', '', '', 3, '0', 1, 1, 'motion01', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000203, 10002, 1, 0, 0, 2, 'chr01', 'Circle/Position/pfb_min_cir_type00_02_201_pos', 0, 4, 1, 'Circle02_201', '', '', 7, '0', 1, 1, 'motion01', 0, 'snd_sfx_circle_sd_traction', 'snd_sfx_circle_sd_traction', 4, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000204, 10002, 1, 0, 0, 2, 'chr01', 'Circle/Position/pfb_min_cir_type00_02_202_pos', 0, 4, 1, 'Circle02_202', '', '', 7, '0', 1, 1, 'motion01', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000205, 10002, 2, 0, 0, 3, 'None', '', 7, 1, 2, 'Circle02_301', '', '', 3, '0', 1, 0, '', 0, 'snd_sfx_circle_sd_jumprope', 'snd_sfx_circle_sd_jumprope', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000206, 10002, 2, 0, 0, 3, 'None', '', 7, 1, 2, 'Circle02_302', '', '', 3, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000207, 10002, 2, 0, 0, 3, 'None', '', 7, 1, 2, 'Circle02_303', '', '', 3, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000208, 10002, 3, 0, 0, 3, 'None', '', 12, 3, 1, 'Circle02_304', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000209, 10002, 3, 0, 0, 3, 'None', '', 12, 3, 1, 'Circle02_305', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000210, 10002, 3, 0, 0, 3, 'None', '', 12, 3, 1, 'Circle02_306', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000211, 10002, 4, 0, 0, 4, 'None', '', 1, 3, 2, 'Circle02_401', '', '', 3, '0', 1, 0, '', 1, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000212, 10002, 4, 0, 0, 4, 'None', '', 1, 3, 2, 'Circle02_402', '', '', 3, '0', 1, 0, '', 3, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000213, 10002, 4, 0, 0, 4, 'None', '', 1, 3, 2, 'Circle02_403', '', '', 3, '0', 1, 0, '', 2, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000214, 10002, 4, 0, 0, 4, 'None', '', 1, 3, 2, 'Circle02_404', '', '', 3, '0', 1, 0, '', 4, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000301, 10003, 0, 0, 0, 1, 'None', '', 7, 1, 1, 'Circle03_101', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000302, 10003, 1, 0, 0, 2, 'None', '', 1, 6, 0, 'Circle03_201', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000303, 10003, 1, 0, 0, 2, 'None', '', 1, 6, 0, 'Circle03_202', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000304, 10003, 2, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_301', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000305, 10003, 2, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_302_01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000306, 10003, 2, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_303_01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000307, 10003, 3, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_301', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000308, 10003, 3, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_302_02', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000309, 10003, 3, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_303_02', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000310, 10003, 4, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_301', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000311, 10003, 4, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_302_03', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000312, 10003, 4, 0, 0, 3, 'None', '', 13, 6, 0, 'Circle03_303_03', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000313, 10003, 0, 0, 0, 1, 'None', '', 9, 5, 0, 'Circle03_402', '', '', 4, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000314, 10003, 0, 0, 0, 1, 'None', '', 10, 5, 0, 'Circle03_403', '', '', 4, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000315, 10003, 0, 0, 0, 1, 'None', '', 5, 5, 0, 'Circle03_404', '', '', 6, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000316, 10003, 0, 0, 0, 1, 'None', '', 4, 6, 0, 'Circle03_405', '', '', 6, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000317, 10003, 0, 0, 0, 1, 'None', '', 3, 5, 0, 'Circle03_406', '', '', 6, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000318, 10003, 5, 0, 0, 5, 'None', '', 7, 1, 4, 'Circle03_501', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000319, 10003, 5, 0, 0, 5, 'None', '', 7, 1, 4, 'Circle03_502', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000320, 10003, 5, 0, 0, 5, 'None', '', 7, 1, 4, 'Circle03_503', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000321, 10003, 5, 0, 0, 5, 'None', '', 7, 1, 4, 'Circle03_504', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000322, 10003, 5, 0, 0, 5, 'None', '', 7, 1, 4, 'Circle03_505', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000323, 10003, 6, 0, 0, 2, 'None', '', 7, 1, 2, 'Circle03_201', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000324, 10003, 6, 0, 0, 2, 'None', '', 7, 1, 2, 'Circle03_202', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000325, 10003, 7, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_301', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000326, 10003, 7, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_302_01', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000327, 10003, 7, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_303_01', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000328, 10003, 8, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_301', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000329, 10003, 8, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_302_02', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000330, 10003, 8, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_303_02', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000331, 10003, 9, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_301', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000332, 10003, 9, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_302_03', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (1000333, 10003, 9, 0, 0, 3, 'None', '', 7, 1, 3, 'Circle03_303_03', '', '', 1, '0.21', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000101, 20001, 0, 0, 0, 1, 'None', '', 8, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000102, 20001, 0, 0, 0, 1, 'None', '', 9, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000103, 20001, 0, 0, 0, 1, 'None', '', 7, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000104, 20001, 0, 0, 0, 1, 'None', '', 10, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000105, 20001, 0, 0, 0, 1, 'None', '', 6, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000106, 20001, 0, 0, 0, 1, 'None', '', 11, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000107, 20001, 0, 0, 0, 1, 'None', '', 5, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000108, 20001, 0, 0, 0, 1, 'None', '', 12, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000109, 20001, 0, 0, 0, 1, 'None', '', 4, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000110, 20001, 0, 0, 0, 1, 'None', '', 13, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000111, 20001, 0, 0, 0, 1, 'None', '', 3, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000112, 20001, 0, 0, 0, 1, 'None', '', 14, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000113, 20001, 0, 0, 0, 1, 'None', '', 2, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000114, 20001, 0, 0, 0, 1, 'None', '', 15, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000115, 20001, 0, 0, 0, 1, 'None', '', 1, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000116, 20001, 0, 0, 0, 1, 'None', '', 16, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000117, 20001, 0, 0, 0, 1, 'None', '', 0, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (2000118, 20001, 0, 0, 0, 1, 'None', '', 17, 2, 0, 'Idle01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900001, 99001, 0, 0, 0, 1, 'chr01', 'Circle/Position/pfb_min_cir_type00_02_102_pos', 14, 0, 0, 'Circle02_102', '', '', 3, '0', 1, 1, 'motion01', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900002, 99001, 1, 0, 0, 2, 'None', '', 7, 4, 1, 'Circle02_201', '', '', 1, '0', 1, 1, 'motion01', 0, 'snd_sfx_circle_sd_traction', 'snd_sfx_circle_sd_traction', 4, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900003, 99001, 1, 0, 0, 2, 'None', '', 7, 4, 1, 'Circle02_202', '', '', 1, '0', 1, 1, 'motion01', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900004, 99001, 2, 0, 0, 3, 'None', '', 7, 1, 1, 'Circle02_301', '', '', 8, '0', 1, 0, '', 0, 'snd_sfx_circle_sd_jumprope', 'snd_sfx_circle_sd_jumprope', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900005, 99001, 2, 0, 0, 3, 'None', '', 7, 1, 1, 'Circle02_302', '', '', 8, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900006, 99001, 2, 0, 0, 3, 'None', '', 7, 1, 1, 'Circle02_303', '', '', 8, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900007, 99001, 3, 0, 0, 3, 'None', '', 7, 4, 1, 'Circle03_301', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900008, 99001, 3, 0, 0, 3, 'None', '', 7, 4, 1, 'Circle03_302_01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); INSERT INTO mini_bg_chara_motion (id, bg_id, group_id, sub_group_id, is_mob, main_chara_num, pos_obj, position_file, grid_pos_x, grid_pos_y, priority, motion_name, timeline, timeline_actor, direction, chara_pos_y, chara_shadow, use_grid_pos_job_select, position_anim, fixed_render_order, se_cue_name01, se_cue_sheet01, se_start_frame01, se_cue_name02, se_cue_sheet02, se_start_frame02, effect_id, effect_start_sec) VALUES (9900009, 99001, 3, 0, 0, 3, 'None', '', 7, 4, 1, 'Circle03_303_01', '', '', 1, '0', 1, 0, '', 0, '', '', 0, '', '', 0, 0, ''); -- Table: mini_face_type_data CREATE TABLE 'mini_face_type_data' ('label' TEXT NOT NULL, 'eyebrow_l' INTEGER NOT NULL, 'eyebrow_r' INTEGER NOT NULL, 'eye_l' INTEGER NOT NULL, 'eye_r' INTEGER NOT NULL, 'mouth' INTEGER NOT NULL, 'cheek' INTEGER NOT NULL, PRIMARY KEY('label')); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('WaraiA', 0, 0, 0, 0, 1, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('PrizeA', 0, 0, 12, 12, 2, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('WaraiB', 0, 0, 0, 0, 2, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('WaraiC', 0, 0, 9, 9, 1, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('WaraiD', 0, 0, 9, 9, 2, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('WaraiE', 0, 0, 9, 9, 17, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('OdorokiA', 7, 7, 1, 1, 0, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('OdorokiB', 7, 7, 1, 1, 5, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KusyoA', 2, 2, 9, 9, 1, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KusyoB', 2, 2, 9, 9, 2, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('GuruguruA', 3, 3, 14, 14, 11, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('GuruguruB', 8, 8, 14, 14, 17, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('GuruguruC', 8, 8, 14, 14, 9, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('HarapekoA', 0, 0, 13, 13, 12, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('BoobooA', 5, 5, 11, 11, 10, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('SleepA', 1, 1, 10, 10, 12, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('IkariA', 5, 5, 2, 2, 3, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('IkariB', 5, 5, 2, 2, 5, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('IkariC', 5, 5, 2, 2, 8, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('IkariD', 5, 5, 6, 6, 3, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('IkariE', 5, 5, 6, 6, 4, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KomariA', 2, 2, 2, 2, 3, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KomariB', 2, 2, 2, 2, 4, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KomariC', 2, 2, 7, 7, 3, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('HawawaA', 2, 2, 12, 12, 11, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KiriA', 4, 4, 6, 6, 1, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KiriB', 5, 5, 6, 6, 1, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KiriC', 5, 5, 0, 0, 1, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KanasiA', 3, 3, 2, 2, 3, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KanasiB', 3, 3, 2, 2, 13, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KanasiC', 2, 2, 6, 6, 3, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KanasiD', 2, 2, 6, 6, 13, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KanasiE', 2, 2, 3, 3, 4, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('KanasiF', 2, 2, 3, 3, 13, 1); INSERT INTO mini_face_type_data (label, eyebrow_l, eyebrow_r, eye_l, eye_r, mouth, cheek) VALUES ('FightA', 5, 5, 7, 7, 7, 1); -- Table: mini_motion_set CREATE TABLE 'mini_motion_set' ('id' INTEGER NOT NULL, 'label' TEXT NOT NULL, 'body_motion' TEXT NOT NULL, 'body_motion_type' INTEGER NOT NULL, 'body_motion_play_type' INTEGER NOT NULL, 'body_motion_scene_type' INTEGER NOT NULL, 'scene_sub_folder' TEXT NOT NULL, 'chara_type_target' INTEGER NOT NULL, 'add_layer_index' INTEGER NOT NULL, 'is_mirror' INTEGER NOT NULL, 'facial_motion' TEXT NOT NULL, 'chara_face_type' TEXT NOT NULL, 'transition_time' INTEGER NOT NULL, 'ear_motion' TEXT NOT NULL, 'is_enable_randome_ear' INTEGER NOT NULL, 'tail_motion' TEXT NOT NULL, 'tail_motion_type' INTEGER NOT NULL, 'is_enable_randome_tail' INTEGER NOT NULL, 'prop_id' INTEGER NOT NULL, 'prop_motion' TEXT NOT NULL, 'prop_motion_scene_type' INTEGER NOT NULL, 'prop_attach_node_name_type' INTEGER NOT NULL, 'is_prop_require_motion_end' INTEGER NOT NULL, PRIMARY KEY('label')); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (1, 'Idle01', 'idle01', 2, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (2, 'Idle02', 'idle02', 2, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (3, 'Mot01', 'mot01', 2, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (4, 'Mot02', 'mot02', 2, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (5, 'Bit01', 'bit01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (6, 'Book', 'book', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (7, 'Bookshelf01', 'bookshelf01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 15, '', 1, '', 0, 1, 100301, 'book', 4, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (8, 'Bow02', 'bow02', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (9, 'Bow03', 'bow03', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (10, 'Byebye01', 'byebye01', 3, 1, 0, '', 0, 0, 0, '', 'WaraiD', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (11, 'Byebye03', 'byebye03', 3, 1, 0, '', 0, 0, 0, '', 'WaraiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (12, 'Byebye04', 'byebye04', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (13, 'Chair01_00', 'chair01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 15, '', 1, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (14, 'Clap01', 'clap01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (15, 'Come03', 'come03', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (16, 'Dance01', 'dance01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiE', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (17, 'Dance11', 'dance11', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (18, 'Fight01', 'fight01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (19, 'Fight04', 'fight04', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (20, 'Fight09', 'fight09', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (21, 'Fight12', 'fight12', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (22, 'Gatts04', 'gatts04', 3, 2, 0, '', 0, 0, 0, '', 'KiriA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (23, 'Gatts06', 'gatts06', 3, 2, 0, '', 0, 0, 0, '', 'WaraiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (24, 'Happy03', 'happy03', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (25, 'Happy05', 'happy05', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (26, 'Hello04', 'hello04', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (27, 'Hope01', 'hope01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (28, 'Hope03', 'hope03', 3, 2, 0, '', 0, 0, 0, '', 'KomariB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (29, 'Hungry01', 'hungry01', 3, 2, 0, '', 0, 0, 0, '', 'SleepA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (30, 'Idea01', 'idea01', 3, 2, 0, '', 0, 0, 0, '', 'OdorokiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (31, 'Idea02', 'idea02', 3, 2, 0, '', 0, 0, 0, '', 'OdorokiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (32, 'Jump01', 'jump01', 3, 1, 0, '', 0, 0, 0, '', 'WaraiD', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (33, 'Koshiate01', 'koshiate01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (34, 'Muneate02', 'muneate02', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (35, 'Muneate03', 'muneate03', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (36, 'NoA', 'noA_plus', 3, 3, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (37, 'Oh01', 'Oh01', 3, 1, 0, '', 0, 0, 0, '', 'WaraiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (38, 'Oh02', 'oh02', 3, 1, 0, '', 0, 0, 0, '', 'KiriA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (39, 'Oh03', 'oh03', 3, 1, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (40, 'Present01', 'present01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 100400, '', 4, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (41, 'Request01', 'request01', 3, 2, 0, '', 0, 0, 0, '', 'KusyoA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (42, 'Request02', 'request02', 3, 2, 0, '', 0, 0, 0, '', 'KusyoB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (43, 'Shy02', 'shy02', 3, 2, 0, '', 0, 0, 0, '', 'KusyoA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (44, 'Shy03', 'shy03', 3, 2, 0, '', 0, 0, 0, '', 'KomariA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (45, 'Shy06', 'shy06', 3, 2, 0, '', 0, 0, 0, '', 'KusyoA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (46, 'Skip01', 'skip01_loop', 3, 1, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (47, 'Soppo06', 'soppo06', 3, 2, 0, '', 0, 0, 0, '', 'BoobooA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (48, 'Sudachi02', 'sudachi02', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (49, 'Tekumi01', 'tekumi01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (50, 'Udekumi02', 'udekumi02', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (51, 'Walk01', 'walk01_loop', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (52, 'Yell01', 'yell01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiE', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (53, 'Yell02', 'yell02', 3, 2, 0, '', 0, 0, 0, '', 'WaraiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (54, 'Yell03', 'yell03', 3, 2, 0, '', 0, 0, 0, '', 'WaraiE', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (55, 'Pdk01', 'pdk01', 2, 1, 0, '', 0, 0, 0, 'pdk01', '', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (56, 'Run00', 'run00_loop', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (57, 'Kanban01', 'kanban01', 2, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 400100, '', 0, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (58, 'Gatts06_2', 'gatts06', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (119, 'Sign01', 'sign01', 3, 1, 0, '', 0, 0, 0, 'sign01', '', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (139, 'TargetClear01', 'Oh01', 3, 1, 0, '', 1, 0, 0, '', 'WaraiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (140, 'TargetClear02', 'fight01', 3, 2, 0, '', 1, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (141, 'TargetClear03', 'gatts04', 3, 2, 0, '', 1, 0, 0, '', 'WaraiD', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (142, 'TargetAllClear01', 'jump01', 3, 1, 0, '', 2, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (143, 'TargetAllClear02', 'jump02', 3, 1, 0, '', 2, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (144, 'TargetAllClear03', 'jump03', 3, 1, 0, '', 2, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (145, 'TrainingClass01', 'idle01', 2, 2, 0, '', 3, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (146, 'SingleGetItem', 'single01', 3, 1, 0, '', 0, 0, 0, 'single01', '', 0, '', 0, '', 0, 0, 100400, '', 0, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (147, 'SingleGetTips', 'single02', 3, 1, 0, '', 0, 0, 0, 'single02', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (148, 'Check01', 'check01', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (149, 'Check02', 'check02', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (150, 'Check03', 'check03', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (151, 'Check04', 'check04', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (152, 'Check05', 'check05', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (153, 'Check12', 'check12', 3, 1, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (154, 'Jump02', 'jump02', 3, 1, 0, '', 0, 0, 0, '', 'WaraiD', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (155, 'Jump03', 'jump03', 3, 1, 0, '', 0, 0, 0, '', 'WaraiD', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (157, 'Res01', 'res01', 7, 2, 0, '', 0, 0, 0, 'res01', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (158, 'Res02', 'res02', 4, 2, 0, '', 4, 0, 0, 'res02', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (159, 'Res03', 'res03', 4, 2, 0, '', 4, 0, 0, 'res03', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100001, 'Circle01_101', '01_101', 3, 1, 1, '', 0, 0, 0, '01_101', '', 0, '', 0, 'loopS01_tail', 0, 0, 400300, '01_101', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100002, 'Circle01_102', '01_102', 3, 2, 1, '', 0, 0, 0, '01_102', '', 0, '', 0, '', 0, 1, 400400, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100003, 'Circle01_103', '01_103', 3, 1, 1, '', 0, 0, 0, '01_103', '', 0, '', 0, '', 1, 0, 100300, '01_103', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100004, 'Circle01_104_01', '01_104_01', 3, 1, 1, '', 0, 0, 0, '01_104_01', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100005, 'Circle01_104_02', '01_104_02', 3, 1, 1, '', 0, 0, 0, '01_104_02', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100006, 'Circle01_104_03', '01_104_03', 3, 1, 1, '', 0, 0, 0, '01_104_03', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100007, 'Circle01_105', '01_105', 3, 1, 1, '', 0, 0, 0, '01_105', '', 0, '', 0, 'loopS01_tail', 0, 0, 100300, '01_105', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100022, 'Circle01_201_01', '01_201_01', 4, 1, 1, '', 1, 0, 0, '01_201_01', '', 0, '', 0, '', 0, 1, 0, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100023, 'Circle01_201_02', '01_201_02', 4, 1, 1, '', 1, 0, 0, '01_201_02', '', 0, '', 0, '', 0, 1, 0, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100024, 'Circle01_301', '01_301', 3, 1, 1, '', 0, 0, 0, '01_301', '', 0, '', 0, '', 1, 0, 0, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100025, 'Circle01_302', '01_302', 3, 1, 1, '', 0, 0, 0, '01_302', '', 0, '', 0, '', 1, 0, 0, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100026, 'Circle01_303', '01_303', 3, 1, 1, '', 0, 0, 0, '01_303', '', 0, '', 0, '', 1, 0, 0, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100027, 'Circle02_101', '02_101', 3, 1, 1, '', 0, 0, 0, '02_101', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100028, 'Circle02_102', '02_102', 3, 1, 1, '', 0, 0, 0, '02_102', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100029, 'Circle02_201', '02_201', 3, 1, 1, '', 0, 0, 0, '02_201', '', 0, '', 0, '', 0, 1, 400600, '02_201', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100030, 'Circle02_202', '02_202', 3, 1, 1, '', 0, 0, 0, '02_202', '', 0, '', 0, '', 0, 1, 103900, '', 5, 1, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100031, 'Circle02_301', '02_301', 3, 1, 1, '', 0, 0, 0, '02_301', '', 0, '', 0, 'loopS01_tail', 0, 0, 400200, '02_301', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100032, 'Circle02_302', '02_302', 3, 1, 1, '', 0, 0, 0, '02_302', '', 0, '', 0, '', 0, 1, 0, '', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100033, 'Circle02_303', '02_303', 3, 1, 1, '', 0, 0, 0, '02_303', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100034, 'Circle02_304', '02_304', 3, 1, 1, '', 0, 0, 0, '02_304', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100035, 'Circle02_305', '02_305', 3, 1, 1, '', 0, 0, 0, '02_305', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100036, 'Circle02_306', '02_306', 3, 1, 1, '', 0, 0, 0, '02_306', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100037, 'Circle02_401', '02_401', 3, 1, 1, '', 0, 0, 0, '02_401', '', 0, '', 0, '', 0, 1, 400200, '02_401', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100038, 'Circle02_402', '02_402', 3, 1, 1, '', 0, 0, 0, '02_402', '', 0, '', 0, '', 0, 1, 0, '02_402', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100039, 'Circle02_403', '02_403', 3, 1, 1, '', 0, 0, 0, '02_403', '', 0, '', 0, '', 0, 1, 0, '02_403', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100040, 'Circle02_404', '02_404', 3, 1, 1, '', 0, 0, 0, '02_404', '', 0, '', 0, '', 0, 1, 0, '02_404', 5, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100041, 'Circle03_101', '03_101', 3, 1, 1, '', 0, 0, 0, '03_101', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100042, 'Circle03_201', '03_201', 3, 1, 1, '', 0, 0, 0, '03_201', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100043, 'Circle03_202', '03_202', 3, 1, 1, '', 0, 0, 0, '03_202', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100044, 'Circle03_301', '03_301', 3, 1, 1, '', 0, 0, 0, '03_301', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100045, 'Circle03_302_01', '03_302_01', 3, 1, 1, '', 0, 0, 0, '03_302_01', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100046, 'Circle03_302_02', '03_302_02', 3, 1, 1, '', 0, 0, 0, '03_302_02', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100047, 'Circle03_302_03', '03_302_03', 3, 1, 1, '', 0, 0, 0, '03_302_03', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100048, 'Circle03_303_01', '03_303_01', 3, 1, 1, '', 0, 0, 0, '03_303_01', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100049, 'Circle03_303_02', '03_303_02', 3, 1, 1, '', 0, 0, 0, '03_303_02', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100050, 'Circle03_303_03', '03_303_03', 3, 1, 1, '', 0, 0, 0, '03_303_03', '', 0, '', 0, 'loopS01_tail', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100051, 'Circle03_401', '03_401', 3, 1, 1, '', 0, 0, 0, '03_401', '', 0, '', 0, 'loopS01_tail', 0, 0, 400500, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100052, 'Circle03_402', '03_402', 3, 1, 1, '', 0, 0, 0, '03_402', '', 0, '', 0, 'loopS01_tail', 0, 0, 400500, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100053, 'Circle03_403', '03_403', 3, 1, 1, '', 0, 0, 0, '03_403', '', 0, '', 0, 'loopS01_tail', 0, 0, 400500, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100054, 'Circle03_404', '03_404', 3, 1, 1, '', 0, 0, 0, '03_404', '', 0, '', 0, 'loopS01_tail', 0, 0, 400500, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100055, 'Circle03_405', '03_405', 3, 1, 1, '', 0, 0, 0, '03_405', '', 0, '', 0, 'loopS01_tail', 0, 0, 400500, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100056, 'Circle03_406', '03_406', 3, 1, 1, '', 0, 0, 0, '03_406', '', 0, '', 0, 'loopS01_tail', 0, 0, 400500, '', 5, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100057, 'Circle03_501', '03_501', 3, 1, 1, '', 0, 0, 0, '03_501', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100058, 'Circle03_502', '03_502', 3, 1, 1, '', 0, 0, 0, '03_502', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100059, 'Circle03_503', '03_503', 3, 1, 1, '', 0, 0, 0, '03_503', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100060, 'Circle03_504', '03_504', 3, 1, 1, '', 0, 0, 0, '03_504', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (100061, 'Circle03_505', '03_505', 3, 1, 1, '', 0, 0, 0, '03_505', '', 0, '', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301001, 'Catch01', 'catch01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301002, 'Push01', 'push01', 3, 3, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301003, 'PushL', 'push_L', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301004, 'PushR', 'push_R', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301005, 'Hang01_01', 'hang01_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301006, 'Hang01_02', 'hang01_02', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301007, 'Hang01_03', 'hang01_03', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301008, 'GatherL', 'gather_L', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301009, 'GatherR', 'gather_R', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301010, 'Lift01', 'lift01', 3, 3, 3, 'mng_0001', 0, 1, 0, '', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301011, 'Catch02', 'catch02', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301012, 'Catch03', 'catch03', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301013, 'Catch04', 'catch04', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301014, 'Catch05', 'catch05', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301015, 'Catch06', 'catch06', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301016, 'Catch07', 'catch07', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301017, 'Catch08', 'catch08', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301018, 'Catch09', 'catch01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301019, 'Catch10', 'catch10', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301020, 'Catch11', 'catch11', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 401000, '', 0, 2, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301021, 'Catch12', 'catch12', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301022, 'Hang02_01', 'hang02_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301023, 'Hang02_02', 'hang02_02', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301024, 'Hang02_03', 'hang02_03', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301025, 'Hang03_01', 'hang03_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301026, 'Hang03_02', 'hang03_02', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301027, 'Hang03_03', 'hang03_03', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301028, 'Hang04_01', 'hang04_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301029, 'Hang04_02', 'hang04_02', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301030, 'Hang04_03', 'hang04_03', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301031, 'Hang05_01', 'hang05_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301032, 'Hang05_02', 'hang05_02', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301033, 'Hang05_03', 'hang05_03', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301034, 'Hang05_04', 'hang05_04', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301035, 'Hang06_01', 'hang06_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301036, 'Hang06_02', 'hang06_02', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301037, 'Hang06_03', 'hang06_03', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301038, 'Hang06_04', 'hang06_04', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301039, 'Hang07_01', 'hang07_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301040, 'Hang08_01', 'hang08_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301041, 'Hang10_01', 'hang10_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301042, 'Hang11_01', 'hang01_01', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301043, 'Hang11_02', 'hang01_02', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301044, 'Hang11_03', 'hang01_03', 3, 1, 3, 'mng_0001', 0, 0, 0, '', 'PrizeA', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301045, 'Lift09', 'lift09', 3, 3, 3, 'mng_0001', 0, 1, 0, '', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301046, 'Lift10', 'lift10', 3, 3, 3, 'mng_0001', 0, 1, 0, '', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301047, 'Lift02', 'lift02', 3, 3, 3, 'mng_0001', 0, 1, 0, '', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301048, 'Lift03', 'lift03', 3, 3, 3, 'mng_0001', 0, 1, 0, '', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301049, 'Lift04', 'lift04', 3, 3, 3, 'mng_0001', 0, 1, 0, '', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301050, 'Lift06', 'lift06', 3, 3, 3, 'mng_0001', 0, 1, 0, '', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (301051, 'Lift08', 'lift08', 3, 3, 3, 'mng_0001', 0, 1, 0, '', '', 0, '', 0, '', 0, 0, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400001, 'Roulette01', 'start01', 3, 2, 0, '', 0, 0, 0, '', 'KiriC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400002, 'Roulette02', 'run00_loop', 3, 1, 0, '', 0, 0, 0, '', 'IkariA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400003, 'Roulette03', '01_003_loop', 3, 1, 2, '', 0, 0, 0, '', 'IkariB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400004, 'Roulette04', '01_005_loop', 3, 1, 2, '', 0, 0, 0, '', 'OdorokiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400005, 'Roulette05', 'jump01', 3, 1, 0, '', 0, 0, 0, '', 'WaraiD', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400006, 'Roulette06', 'goal01', 3, 1, 0, '', 0, 0, 0, '', 'WaraiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400007, 'Roulette07', 'goal02', 3, 1, 0, '', 0, 0, 0, '', 'FightA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400008, 'Roulette08', 'jump03', 3, 1, 0, '', 0, 0, 0, '', 'WaraiD', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400009, 'Roulette09', 'fight04', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400010, 'Roulette10', 'hope01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (400011, 'Roulette11', 'shy02', 3, 2, 0, '', 0, 0, 0, '', 'KusyoA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500001, 'Jukebox01', 'dance01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500002, 'Jukebox02', 'dance05', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500003, 'Jukebox03', 'dance09', 3, 2, 0, '', 0, 0, 0, '', 'WaraiD', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500004, 'Jukebox04', 'dance11', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500005, 'Jukebox05', 'dance13', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500006, 'Jukebox06', 'dance14', 3, 2, 0, '', 0, 0, 0, '', 'WaraiB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500007, 'Jukebox07', 'dance15', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500008, 'Jukebox08', 'music01', 3, 2, 0, '', 0, 0, 0, '', 'WaraiE', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500009, 'Jukebox09', 'music02', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500010, 'Jukebox10', 'music03', 3, 2, 0, '', 0, 0, 0, '', 'IkariB', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500011, 'Jukebox11', 'music04', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500012, 'Jukebox12', 'music05', 3, 2, 0, '', 0, 0, 0, '', 'WaraiE', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500013, 'Jukebox13', 'music06', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500014, 'Jukebox14', 'music07', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500015, 'Jukebox15', 'music08', 3, 2, 0, '', 0, 0, 0, '', 'WaraiA', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500016, 'Jukebox16', 'music09', 3, 2, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (500017, 'Jukebox17', 'Oh01', 3, 1, 0, '', 0, 0, 0, '', 'WaraiC', 0, '', 1, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (600001, 'Showtime01', 'mot01', 2, 2, 0, '', 0, 0, 0, 'mot01', '', 0, 'mot01', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (600002, 'Showtime02', 'act02', 2, 2, 0, '', 0, 0, 0, 'act02', '', 0, 'act02', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (600003, 'Showtime03', 'pose03', 3, 2, 0, '', 0, 0, 0, 'pose03', '', 0, 'pose03', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (600004, 'Showtime04', 'showtime01', 3, 2, 0, '', 0, 0, 0, 'showtime01', '', 0, 'showtime01', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (600005, 'Showtime05', 'showtime02', 3, 2, 0, '', 0, 0, 0, 'showtime02', '', 0, 'showtime02', 0, '', 0, 1, 0, '', 0, 0, 0); INSERT INTO mini_motion_set (id, label, body_motion, body_motion_type, body_motion_play_type, body_motion_scene_type, scene_sub_folder, chara_type_target, add_layer_index, is_mirror, facial_motion, chara_face_type, transition_time, ear_motion, is_enable_randome_ear, tail_motion, tail_motion_type, is_enable_randome_tail, prop_id, prop_motion, prop_motion_scene_type, prop_attach_node_name_type, is_prop_require_motion_end) VALUES (600006, 'Showtime06', 'showtime03', 3, 2, 0, '', 0, 0, 0, 'showtime03', '', 0, 'showtime03', 0, '', 0, 1, 0, '', 0, 0, 0); -- Table: mini_mouth_type CREATE TABLE 'mini_mouth_type' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'reverse_mouth_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (0, 1, 16); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (1, 1, 16); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (2, 2, 15); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (3, 1, 13); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (4, 1, 14); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (5, 2, 1); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (6, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (7, 1, 17); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (8, 1, 14); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (9, 2, 15); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (10, 1, 10); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (11, 2, 0); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (12, 2, 1); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (13, 2, 3); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (14, 2, 4); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (15, 1, 16); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (16, 2, 1); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (17, 2, 18); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (18, 1, 17); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (19, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (20, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (21, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (22, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (23, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (24, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (25, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (26, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (27, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (28, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (29, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (30, 1, 2); INSERT INTO mini_mouth_type (id, type, reverse_mouth_id) VALUES (31, 1, 2); -- Table: mission_data CREATE TABLE 'mission_data' ('id' INTEGER NOT NULL, 'mission_type' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'condition_value_3' INTEGER NOT NULL, 'condition_value_4' INTEGER NOT NULL, 'condition_num' INTEGER NOT NULL, 'step_group_id' INTEGER NOT NULL, 'step_order' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, 'event_id' INTEGER NOT NULL, 'date_check_flg' INTEGER NOT NULL, 'transition_type' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100000, 1, 100003, 0, 0, 0, 0, 1, 1, 1, 1, 103, 98, 100, 0, 1, 10001, '2025/06/26 00:30:00', '2025/9/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100001, 1, 200008, 0, 0, 0, 0, 1, 2, 1, 2, 30, 110, 300, 0, 1, 20003, '2025/06/26 00:30:00', '2025/9/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100002, 1, 200005, 0, 0, 0, 0, 1, 4, 1, 4, 91, 59, 1000, 0, 1, 20001, '2025/06/26 00:30:00', '2025/9/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100005, 1, 100004, 1, 0, 0, 0, 1, 7, 1, 7, 90, 43, 10, 0, 1, 10001, '2025/06/26 00:30:00', '2025/9/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100006, 1, 900001, 1, 0, 0, 0, 5, 8, 1, 8, 90, 43, 20, 0, 1, 0, '2025/06/26 00:30:00', '2025/9/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100007, 1, 200008, 0, 0, 0, 0, 3, 3, 1, 3, 30, 110, 500, 0, 1, 20003, '2025/06/26 00:30:00', '2025/9/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100010, 1, 100003, 0, 0, 0, 0, 1, 1, 1, 1, 103, 98, 150, 0, 1, 10001, '2025/9/22 15:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100011, 1, 200008, 0, 0, 0, 0, 1, 2, 1, 2, 30, 110, 750, 0, 1, 20003, '2025/9/22 15:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100012, 1, 200005, 0, 0, 0, 0, 1, 4, 1, 4, 91, 59, 3600, 0, 1, 20001, '2025/9/22 15:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100015, 1, 100004, 1, 0, 0, 0, 1, 7, 1, 7, 90, 43, 30, 0, 1, 10001, '2025/9/22 15:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100016, 1, 900001, 1, 0, 0, 0, 5, 8, 1, 8, 90, 43, 45, 0, 1, 0, '2025/9/22 15:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (100017, 1, 200008, 0, 0, 0, 0, 3, 3, 1, 3, 30, 110, 1000, 0, 1, 20003, '2025/9/22 15:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301000, 3, 100004, 1, 0, 0, 0, 1, 20, 1, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301001, 3, 100004, 1, 0, 0, 0, 2, 20, 2, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301002, 3, 100004, 1, 0, 0, 0, 3, 20, 3, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301003, 3, 100004, 1, 0, 0, 0, 4, 20, 4, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301004, 3, 100004, 1, 0, 0, 0, 5, 20, 5, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301005, 3, 100004, 1, 0, 0, 0, 10, 20, 6, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301006, 3, 100004, 1, 0, 0, 0, 15, 20, 7, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301007, 3, 100004, 1, 0, 0, 0, 20, 20, 8, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301008, 3, 100004, 1, 0, 0, 0, 25, 20, 9, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301009, 3, 100004, 1, 0, 0, 0, 30, 20, 10, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301010, 3, 100004, 1, 0, 0, 0, 35, 20, 11, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301011, 3, 100004, 1, 0, 0, 0, 40, 20, 12, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301012, 3, 100004, 1, 0, 0, 0, 45, 20, 13, 20, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301013, 3, 100004, 1, 0, 0, 0, 50, 20, 14, 20, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301014, 3, 100004, 1, 0, 0, 0, 60, 20, 15, 20, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301015, 3, 100004, 1, 0, 0, 0, 70, 20, 16, 20, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301016, 3, 100004, 1, 0, 0, 0, 80, 20, 17, 20, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301017, 3, 100004, 1, 0, 0, 0, 90, 20, 18, 20, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301018, 3, 100004, 1, 0, 0, 0, 100, 20, 19, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301019, 3, 100004, 1, 0, 0, 0, 150, 20, 20, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301020, 3, 100004, 1, 0, 0, 0, 200, 20, 21, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301021, 3, 100004, 1, 0, 0, 0, 250, 20, 22, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301022, 3, 100004, 1, 0, 0, 0, 300, 20, 23, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301023, 3, 100004, 1, 0, 0, 0, 350, 20, 24, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301024, 3, 100004, 1, 0, 0, 0, 400, 20, 25, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301025, 3, 100004, 1, 0, 0, 0, 450, 20, 26, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301026, 3, 100004, 1, 0, 0, 0, 500, 20, 27, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301027, 3, 100004, 1, 0, 0, 0, 550, 20, 28, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301028, 3, 100004, 1, 0, 0, 0, 600, 20, 29, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301029, 3, 100004, 1, 0, 0, 0, 650, 20, 30, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301030, 3, 100004, 1, 0, 0, 0, 700, 20, 31, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301031, 3, 100004, 1, 0, 0, 0, 750, 20, 32, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301032, 3, 100004, 1, 0, 0, 0, 800, 20, 33, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301033, 3, 100004, 1, 0, 0, 0, 850, 20, 34, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301034, 3, 100004, 1, 0, 0, 0, 900, 20, 35, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301035, 3, 100004, 1, 0, 0, 0, 950, 20, 36, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301036, 3, 100004, 1, 0, 0, 0, 1000, 20, 37, 20, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301037, 3, 100004, 1, 0, 0, 0, 1050, 20, 38, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301038, 3, 100004, 1, 0, 0, 0, 1100, 20, 39, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301039, 3, 100004, 1, 0, 0, 0, 1150, 20, 40, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301040, 3, 100004, 1, 0, 0, 0, 1200, 20, 41, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301041, 3, 100004, 1, 0, 0, 0, 1250, 20, 42, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301042, 3, 100004, 1, 0, 0, 0, 1300, 20, 43, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301043, 3, 100004, 1, 0, 0, 0, 1350, 20, 44, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301044, 3, 100004, 1, 0, 0, 0, 1400, 20, 45, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301045, 3, 100004, 1, 0, 0, 0, 1450, 20, 46, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301046, 3, 100004, 1, 0, 0, 0, 1500, 20, 47, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301047, 3, 100004, 1, 0, 0, 0, 1550, 20, 48, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301048, 3, 100004, 1, 0, 0, 0, 1600, 20, 49, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301049, 3, 100004, 1, 0, 0, 0, 1650, 20, 50, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301050, 3, 100004, 1, 0, 0, 0, 1700, 20, 51, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301051, 3, 100004, 1, 0, 0, 0, 1750, 20, 52, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301052, 3, 100004, 1, 0, 0, 0, 1800, 20, 53, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301053, 3, 100004, 1, 0, 0, 0, 1850, 20, 54, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301054, 3, 100004, 1, 0, 0, 0, 1900, 20, 55, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301055, 3, 100004, 1, 0, 0, 0, 1950, 20, 56, 20, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301056, 3, 100004, 1, 0, 0, 0, 2000, 20, 57, 20, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301100, 3, 100007, 100, 1, 0, 0, 1, 30, 1, 30, 91, 59, 1000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301101, 3, 100007, 100, 1, 0, 0, 5, 30, 2, 30, 91, 59, 2000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301102, 3, 100007, 100, 1, 0, 0, 10, 30, 3, 30, 91, 59, 3000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301103, 3, 100007, 100, 1, 0, 0, 20, 30, 4, 30, 91, 59, 3000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301104, 3, 100007, 100, 1, 0, 0, 30, 30, 5, 30, 91, 59, 3000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301105, 3, 100007, 100, 1, 0, 0, 40, 30, 6, 30, 91, 59, 4000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301106, 3, 100007, 100, 1, 0, 0, 50, 30, 7, 30, 91, 59, 4000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301107, 3, 100007, 100, 1, 0, 0, 60, 30, 8, 30, 91, 59, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301108, 3, 100007, 100, 1, 0, 0, 70, 30, 9, 30, 91, 59, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301109, 3, 100007, 100, 1, 0, 0, 80, 30, 10, 30, 91, 59, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301110, 3, 100007, 100, 1, 0, 0, 90, 30, 11, 30, 91, 59, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301111, 3, 100007, 100, 1, 0, 0, 100, 30, 12, 30, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301200, 3, 100007, 200, 1, 0, 0, 1, 40, 1, 40, 91, 59, 1000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301201, 3, 100007, 200, 1, 0, 0, 5, 40, 2, 40, 91, 59, 2000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301202, 3, 100007, 200, 1, 0, 0, 10, 40, 3, 40, 91, 59, 3000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301203, 3, 100007, 200, 1, 0, 0, 20, 40, 4, 40, 91, 59, 3000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301204, 3, 100007, 200, 1, 0, 0, 30, 40, 5, 40, 91, 59, 3000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301205, 3, 100007, 200, 1, 0, 0, 40, 40, 6, 40, 91, 59, 4000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301206, 3, 100007, 200, 1, 0, 0, 50, 40, 7, 40, 91, 59, 4000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301207, 3, 100007, 200, 1, 0, 0, 60, 40, 8, 40, 91, 59, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301208, 3, 100007, 200, 1, 0, 0, 70, 40, 9, 40, 91, 59, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301209, 3, 100007, 200, 1, 0, 0, 80, 40, 10, 40, 91, 59, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301210, 3, 100007, 200, 1, 0, 0, 90, 40, 11, 40, 91, 59, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301211, 3, 100007, 200, 1, 0, 0, 100, 40, 12, 40, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301300, 3, 100007, 300, 1, 0, 0, 1, 50, 1, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301301, 3, 100007, 300, 1, 0, 0, 5, 50, 2, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301302, 3, 100007, 300, 1, 0, 0, 10, 50, 3, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301303, 3, 100007, 300, 1, 0, 0, 20, 50, 4, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301304, 3, 100007, 300, 1, 0, 0, 30, 50, 5, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301305, 3, 100007, 300, 1, 0, 0, 40, 50, 6, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301306, 3, 100007, 300, 1, 0, 0, 50, 50, 7, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301307, 3, 100007, 300, 1, 0, 0, 60, 50, 8, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301308, 3, 100007, 300, 1, 0, 0, 70, 50, 9, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301309, 3, 100007, 300, 1, 0, 0, 80, 50, 10, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301310, 3, 100007, 300, 1, 0, 0, 90, 50, 11, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301311, 3, 100007, 300, 1, 0, 0, 100, 50, 12, 50, 20, 32, 2, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301400, 3, 100005, 100, 1, 0, 0, 3, 60, 1, 60, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301401, 3, 100005, 100, 1, 0, 0, 5, 60, 2, 60, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301402, 3, 100005, 100, 1, 0, 0, 10, 60, 3, 60, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301403, 3, 100005, 100, 1, 0, 0, 15, 60, 4, 60, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301404, 3, 100005, 100, 1, 0, 0, 20, 60, 5, 60, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301500, 3, 100005, 0, 1, 0, 0, 10, 70, 1, 70, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301501, 3, 100005, 0, 1, 0, 0, 15, 70, 2, 70, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301502, 3, 100005, 0, 1, 0, 0, 20, 70, 3, 70, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301503, 3, 100005, 0, 1, 0, 0, 25, 70, 4, 70, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301504, 3, 100005, 0, 1, 0, 0, 30, 70, 5, 70, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301505, 3, 100005, 0, 1, 0, 0, 35, 70, 6, 70, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301506, 3, 100005, 0, 1, 0, 0, 40, 70, 7, 70, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301507, 3, 100005, 0, 1, 0, 0, 45, 70, 8, 70, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301508, 3, 100005, 0, 1, 0, 0, 50, 70, 9, 70, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301509, 3, 100005, 0, 1, 0, 0, 55, 70, 10, 70, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301510, 3, 100005, 0, 1, 0, 0, 60, 70, 11, 70, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301511, 3, 100005, 0, 1, 0, 0, 65, 70, 12, 70, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301512, 3, 100005, 0, 1, 0, 0, 70, 70, 13, 70, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301513, 3, 100005, 0, 1, 0, 0, 75, 70, 14, 70, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301514, 3, 100005, 0, 1, 0, 0, 80, 70, 15, 70, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301515, 3, 100005, 0, 1, 0, 0, 85, 70, 16, 70, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301516, 3, 100005, 0, 1, 0, 0, 90, 70, 17, 70, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301517, 3, 100005, 0, 1, 0, 0, 95, 70, 18, 70, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (301518, 3, 100005, 0, 1, 0, 0, 100, 70, 19, 70, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (302700, 3, 100022, 0, 0, 0, 0, 1, 140, 1, 140, 30, 110, 1000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (302701, 3, 100022, 0, 0, 0, 0, 5, 140, 2, 140, 30, 110, 2000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (302702, 3, 100022, 0, 0, 0, 0, 10, 140, 3, 140, 30, 110, 3000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (302703, 3, 100022, 0, 0, 0, 0, 30, 140, 4, 140, 30, 110, 5000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303000, 3, 100012, 5, 0, 0, 0, 1, 151, 1, 151, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303001, 3, 100012, 10, 0, 0, 0, 1, 152, 2, 152, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303002, 3, 100012, 15, 0, 0, 0, 1, 153, 3, 153, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303003, 3, 100012, 20, 0, 0, 0, 1, 154, 4, 154, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303004, 3, 100012, 21, 0, 0, 0, 1, 155, 5, 155, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303005, 3, 100012, 22, 0, 0, 0, 1, 156, 6, 156, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303006, 3, 100012, 23, 0, 0, 0, 1, 157, 7, 157, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303007, 3, 100012, 24, 0, 0, 0, 1, 158, 8, 158, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303008, 3, 100012, 25, 0, 0, 0, 1, 159, 9, 159, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303009, 3, 100012, 26, 0, 0, 0, 1, 160, 10, 160, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303010, 3, 100012, 27, 0, 0, 0, 1, 161, 11, 161, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303011, 3, 100012, 28, 0, 0, 0, 1, 162, 12, 162, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303012, 3, 100012, 29, 0, 0, 0, 1, 163, 13, 163, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303013, 3, 100012, 30, 0, 0, 0, 1, 164, 14, 164, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303100, 3, 100004, 3, 0, 0, 0, 1, 171, 1, 171, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303101, 3, 100004, 4, 0, 0, 0, 1, 172, 2, 172, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303102, 3, 100004, 5, 0, 0, 0, 1, 173, 3, 173, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303103, 3, 100004, 6, 0, 0, 0, 1, 174, 4, 174, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303104, 3, 100004, 7, 0, 0, 0, 1, 175, 5, 175, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303105, 3, 100004, 8, 0, 0, 0, 1, 176, 5, 176, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303106, 3, 100004, 9, 0, 0, 0, 1, 177, 5, 177, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303107, 3, 100004, 10, 0, 0, 0, 1, 178, 5, 178, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303108, 3, 100004, 11, 0, 0, 0, 1, 179, 5, 179, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303109, 3, 100004, 12, 0, 0, 0, 1, 180, 5, 180, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303110, 3, 100004, 13, 0, 0, 0, 1, 181, 5, 181, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303111, 3, 100004, 14, 0, 0, 0, 1, 182, 5, 182, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303112, 3, 100004, 15, 0, 0, 0, 1, 183, 5, 183, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303113, 3, 100004, 16, 0, 0, 0, 1, 184, 5, 184, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303114, 3, 100004, 17, 0, 0, 0, 1, 185, 5, 185, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303200, 3, 100010, 1, 0, 0, 0, 1, 210, 1, 210, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303201, 3, 100010, 3, 0, 0, 0, 1, 220, 1, 220, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303202, 3, 100010, 4, 0, 0, 0, 1, 230, 1, 230, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303203, 3, 100010, 5, 0, 0, 0, 1, 240, 1, 240, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303204, 3, 100010, 7, 0, 0, 0, 1, 250, 1, 250, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303205, 3, 100010, 8, 0, 0, 0, 1, 260, 1, 260, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303206, 3, 100010, 10, 0, 0, 0, 1, 270, 1, 270, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303207, 3, 100010, 11, 0, 0, 0, 1, 280, 1, 280, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303208, 3, 100010, 12, 0, 0, 0, 1, 290, 1, 290, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303300, 3, 100003, 100101, 0, 0, 0, 1, 300, 1, 300, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303301, 3, 100003, 100201, 0, 0, 0, 1, 310, 1, 310, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303302, 3, 100003, 100301, 0, 0, 0, 1, 320, 1, 320, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303303, 3, 100003, 100401, 0, 0, 0, 1, 330, 1, 330, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303304, 3, 100003, 100501, 0, 0, 0, 1, 340, 1, 340, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303305, 3, 100003, 100601, 0, 0, 0, 1, 350, 1, 350, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303306, 3, 100003, 100701, 0, 0, 0, 1, 360, 1, 360, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303307, 3, 100003, 100801, 0, 0, 0, 1, 370, 1, 370, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303308, 3, 100003, 100901, 0, 0, 0, 1, 380, 1, 380, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303309, 3, 100003, 101001, 0, 0, 0, 1, 390, 1, 390, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303310, 3, 100003, 101101, 0, 0, 0, 1, 400, 1, 400, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303311, 3, 100003, 101201, 0, 0, 0, 1, 410, 1, 410, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303312, 3, 100003, 101301, 0, 0, 0, 1, 420, 1, 420, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303313, 3, 100003, 101401, 0, 0, 0, 1, 430, 1, 430, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303314, 3, 100003, 101501, 0, 0, 0, 1, 440, 1, 440, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303315, 3, 100003, 101601, 0, 0, 0, 1, 450, 1, 450, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303316, 3, 100003, 101701, 0, 0, 0, 1, 460, 1, 460, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303317, 3, 100003, 101801, 0, 0, 0, 1, 470, 1, 470, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303318, 3, 100003, 101901, 0, 0, 0, 1, 480, 1, 480, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303319, 3, 100003, 102001, 0, 0, 0, 1, 490, 1, 490, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303320, 3, 100003, 102101, 0, 0, 0, 1, 500, 1, 500, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303321, 3, 100003, 102201, 0, 0, 0, 1, 510, 1, 510, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303322, 3, 100003, 102301, 0, 0, 0, 1, 520, 1, 520, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303323, 3, 100003, 102401, 0, 0, 0, 1, 530, 1, 530, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303325, 3, 100003, 110101, 0, 0, 0, 1, 540, 1, 540, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303326, 3, 100003, 110201, 0, 0, 0, 1, 550, 1, 550, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303327, 3, 100003, 110301, 0, 0, 0, 1, 560, 1, 560, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303328, 3, 100003, 110401, 0, 0, 0, 1, 570, 1, 570, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303329, 3, 100003, 110501, 0, 0, 0, 1, 580, 1, 580, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (303330, 3, 100003, 110601, 0, 0, 0, 1, 590, 1, 590, 91, 59, 10000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304000, 3, 100024, 6, 0, 0, 0, 1, 821, 1, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304001, 3, 100024, 6, 0, 0, 0, 2, 821, 2, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304002, 3, 100024, 6, 0, 0, 0, 3, 821, 3, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304003, 3, 100024, 6, 0, 0, 0, 4, 821, 4, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304004, 3, 100024, 6, 0, 0, 0, 5, 821, 5, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304005, 3, 100024, 6, 0, 0, 0, 6, 821, 6, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304006, 3, 100024, 6, 0, 0, 0, 7, 821, 7, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304007, 3, 100024, 6, 0, 0, 0, 8, 821, 8, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304008, 3, 100024, 6, 0, 0, 0, 9, 821, 9, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304009, 3, 100024, 6, 0, 0, 0, 10, 821, 10, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304010, 3, 100024, 6, 0, 0, 0, 11, 821, 11, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304011, 3, 100024, 6, 0, 0, 0, 12, 821, 12, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304012, 3, 100024, 6, 0, 0, 0, 13, 821, 13, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304013, 3, 100024, 6, 0, 0, 0, 14, 821, 14, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304014, 3, 100024, 6, 0, 0, 0, 15, 821, 15, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304015, 3, 100024, 6, 0, 0, 0, 16, 821, 16, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304016, 3, 100024, 6, 0, 0, 0, 17, 821, 17, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304017, 3, 100024, 6, 0, 0, 0, 18, 821, 18, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304018, 3, 100024, 6, 0, 0, 0, 19, 821, 19, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304019, 3, 100024, 6, 0, 0, 0, 20, 821, 20, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304020, 3, 100024, 6, 0, 0, 0, 21, 821, 21, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304021, 3, 100024, 6, 0, 0, 0, 22, 821, 22, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304022, 3, 100024, 6, 0, 0, 0, 23, 821, 23, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304023, 3, 100024, 6, 0, 0, 0, 24, 821, 24, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304024, 3, 100024, 6, 0, 0, 0, 25, 821, 25, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304025, 3, 100024, 6, 0, 0, 0, 26, 821, 26, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304026, 3, 100024, 6, 0, 0, 0, 27, 821, 27, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304027, 3, 100024, 6, 0, 0, 0, 28, 821, 28, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304028, 3, 100024, 6, 0, 0, 0, 29, 821, 29, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304029, 3, 100024, 6, 0, 0, 0, 30, 821, 30, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304030, 3, 100024, 6, 0, 0, 0, 31, 821, 31, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304031, 3, 100024, 6, 0, 0, 0, 32, 821, 32, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304032, 3, 100024, 6, 0, 0, 0, 33, 821, 33, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304033, 3, 100024, 6, 0, 0, 0, 34, 821, 34, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304034, 3, 100024, 6, 0, 0, 0, 35, 821, 35, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304035, 3, 100024, 6, 0, 0, 0, 36, 821, 36, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304036, 3, 100024, 6, 0, 0, 0, 37, 821, 37, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304037, 3, 100024, 6, 0, 0, 0, 38, 821, 38, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304038, 3, 100024, 6, 0, 0, 0, 39, 821, 39, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304039, 3, 100024, 6, 0, 0, 0, 40, 821, 40, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304040, 3, 100024, 6, 0, 0, 0, 41, 821, 41, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304041, 3, 100024, 6, 0, 0, 0, 42, 821, 42, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304042, 3, 100024, 6, 0, 0, 0, 43, 821, 43, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304043, 3, 100024, 6, 0, 0, 0, 44, 821, 44, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304044, 3, 100024, 6, 0, 0, 0, 45, 821, 45, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304045, 3, 100024, 6, 0, 0, 0, 46, 821, 46, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304046, 3, 100024, 6, 0, 0, 0, 47, 821, 47, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304047, 3, 100024, 6, 0, 0, 0, 48, 821, 48, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304048, 3, 100024, 6, 0, 0, 0, 49, 821, 49, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304049, 3, 100024, 6, 0, 0, 0, 50, 821, 50, 821, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304050, 3, 100024, 6, 0, 0, 0, 51, 821, 51, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304051, 3, 100024, 6, 0, 0, 0, 52, 821, 52, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304052, 3, 100024, 6, 0, 0, 0, 53, 821, 53, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304053, 3, 100024, 6, 0, 0, 0, 54, 821, 54, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304054, 3, 100024, 6, 0, 0, 0, 55, 821, 55, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304055, 3, 100024, 6, 0, 0, 0, 56, 821, 56, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304056, 3, 100024, 6, 0, 0, 0, 57, 821, 57, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304057, 3, 100024, 6, 0, 0, 0, 58, 821, 58, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304058, 3, 100024, 6, 0, 0, 0, 59, 821, 59, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304059, 3, 100024, 6, 0, 0, 0, 60, 821, 60, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304060, 3, 100024, 6, 0, 0, 0, 61, 821, 61, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304061, 3, 100024, 6, 0, 0, 0, 62, 821, 62, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304062, 3, 100024, 6, 0, 0, 0, 63, 821, 63, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304063, 3, 100024, 6, 0, 0, 0, 64, 821, 64, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304064, 3, 100024, 6, 0, 0, 0, 65, 821, 65, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304065, 3, 100024, 6, 0, 0, 0, 66, 821, 66, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304066, 3, 100024, 6, 0, 0, 0, 67, 821, 67, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304067, 3, 100024, 6, 0, 0, 0, 68, 821, 68, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304068, 3, 100024, 6, 0, 0, 0, 69, 821, 69, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304069, 3, 100024, 6, 0, 0, 0, 70, 821, 70, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304070, 3, 100024, 6, 0, 0, 0, 71, 821, 71, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304071, 3, 100024, 6, 0, 0, 0, 72, 821, 72, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304072, 3, 100024, 6, 0, 0, 0, 73, 821, 73, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304073, 3, 100024, 6, 0, 0, 0, 74, 821, 74, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304074, 3, 100024, 6, 0, 0, 0, 75, 821, 75, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304075, 3, 100024, 6, 0, 0, 0, 76, 821, 76, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304076, 3, 100024, 6, 0, 0, 0, 77, 821, 77, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304077, 3, 100024, 6, 0, 0, 0, 78, 821, 78, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304078, 3, 100024, 6, 0, 0, 0, 79, 821, 79, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304079, 3, 100024, 6, 0, 0, 0, 80, 821, 80, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304080, 3, 100024, 6, 0, 0, 0, 81, 821, 81, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304081, 3, 100024, 6, 0, 0, 0, 82, 821, 82, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304082, 3, 100024, 6, 0, 0, 0, 83, 821, 83, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304083, 3, 100024, 6, 0, 0, 0, 84, 821, 84, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304084, 3, 100024, 6, 0, 0, 0, 85, 821, 85, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304085, 3, 100024, 6, 0, 0, 0, 86, 821, 86, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304086, 3, 100024, 6, 0, 0, 0, 87, 821, 87, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304087, 3, 100024, 6, 0, 0, 0, 88, 821, 88, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304088, 3, 100024, 6, 0, 0, 0, 89, 821, 89, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304089, 3, 100024, 6, 0, 0, 0, 90, 821, 90, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304090, 3, 100024, 6, 0, 0, 0, 91, 821, 91, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304091, 3, 100024, 6, 0, 0, 0, 92, 821, 92, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304092, 3, 100024, 6, 0, 0, 0, 93, 821, 93, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304093, 3, 100024, 6, 0, 0, 0, 94, 821, 94, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304094, 3, 100024, 6, 0, 0, 0, 95, 821, 95, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304095, 3, 100024, 6, 0, 0, 0, 96, 821, 96, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304096, 3, 100024, 6, 0, 0, 0, 97, 821, 97, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304097, 3, 100024, 6, 0, 0, 0, 98, 821, 98, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304098, 3, 100024, 6, 0, 0, 0, 99, 821, 99, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304099, 3, 100024, 6, 0, 0, 0, 100, 821, 100, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304100, 3, 100024, 6, 0, 0, 0, 101, 821, 101, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304101, 3, 100024, 6, 0, 0, 0, 102, 821, 102, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304102, 3, 100024, 6, 0, 0, 0, 103, 821, 103, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304103, 3, 100024, 6, 0, 0, 0, 104, 821, 104, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304104, 3, 100024, 6, 0, 0, 0, 105, 821, 105, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304105, 3, 100024, 6, 0, 0, 0, 106, 821, 106, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304106, 3, 100024, 6, 0, 0, 0, 107, 821, 107, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304107, 3, 100024, 6, 0, 0, 0, 108, 821, 108, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304108, 3, 100024, 6, 0, 0, 0, 109, 821, 109, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304109, 3, 100024, 6, 0, 0, 0, 110, 821, 110, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304110, 3, 100024, 6, 0, 0, 0, 111, 821, 111, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304111, 3, 100024, 6, 0, 0, 0, 112, 821, 112, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304112, 3, 100024, 6, 0, 0, 0, 113, 821, 113, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304113, 3, 100024, 6, 0, 0, 0, 114, 821, 114, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304114, 3, 100024, 6, 0, 0, 0, 115, 821, 115, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304115, 3, 100024, 6, 0, 0, 0, 116, 821, 116, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304116, 3, 100024, 6, 0, 0, 0, 117, 821, 117, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304117, 3, 100024, 6, 0, 0, 0, 118, 821, 118, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304118, 3, 100024, 6, 0, 0, 0, 119, 821, 119, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304119, 3, 100024, 6, 0, 0, 0, 120, 821, 120, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304120, 3, 100024, 6, 0, 0, 0, 121, 821, 121, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304121, 3, 100024, 6, 0, 0, 0, 122, 821, 122, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304122, 3, 100024, 6, 0, 0, 0, 123, 821, 123, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304123, 3, 100024, 6, 0, 0, 0, 124, 821, 124, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304124, 3, 100024, 6, 0, 0, 0, 125, 821, 125, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304125, 3, 100024, 6, 0, 0, 0, 126, 821, 126, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304126, 3, 100024, 6, 0, 0, 0, 127, 821, 127, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304127, 3, 100024, 6, 0, 0, 0, 128, 821, 128, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304128, 3, 100024, 6, 0, 0, 0, 129, 821, 129, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304129, 3, 100024, 6, 0, 0, 0, 130, 821, 130, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304130, 3, 100024, 6, 0, 0, 0, 131, 821, 131, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304131, 3, 100024, 6, 0, 0, 0, 132, 821, 132, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304132, 3, 100024, 6, 0, 0, 0, 133, 821, 133, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304133, 3, 100024, 6, 0, 0, 0, 134, 821, 134, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304134, 3, 100024, 6, 0, 0, 0, 135, 821, 135, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304135, 3, 100024, 6, 0, 0, 0, 136, 821, 136, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304136, 3, 100024, 6, 0, 0, 0, 137, 821, 137, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304137, 3, 100024, 6, 0, 0, 0, 138, 821, 138, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304138, 3, 100024, 6, 0, 0, 0, 139, 821, 139, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304139, 3, 100024, 6, 0, 0, 0, 140, 821, 140, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304140, 3, 100024, 6, 0, 0, 0, 141, 821, 141, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304141, 3, 100024, 6, 0, 0, 0, 142, 821, 142, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304142, 3, 100024, 6, 0, 0, 0, 143, 821, 143, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304143, 3, 100024, 6, 0, 0, 0, 144, 821, 144, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304144, 3, 100024, 6, 0, 0, 0, 145, 821, 145, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304145, 3, 100024, 6, 0, 0, 0, 146, 821, 146, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304146, 3, 100024, 6, 0, 0, 0, 147, 821, 147, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304147, 3, 100024, 6, 0, 0, 0, 148, 821, 148, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304148, 3, 100024, 6, 0, 0, 0, 149, 821, 149, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304149, 3, 100024, 6, 0, 0, 0, 150, 821, 150, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304150, 3, 100024, 6, 0, 0, 0, 151, 821, 151, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304151, 3, 100024, 6, 0, 0, 0, 152, 821, 152, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304152, 3, 100024, 6, 0, 0, 0, 153, 821, 153, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304153, 3, 100024, 6, 0, 0, 0, 154, 821, 154, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304154, 3, 100024, 6, 0, 0, 0, 155, 821, 155, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304155, 3, 100024, 6, 0, 0, 0, 156, 821, 156, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304156, 3, 100024, 6, 0, 0, 0, 157, 821, 157, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304157, 3, 100024, 6, 0, 0, 0, 158, 821, 158, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304158, 3, 100024, 6, 0, 0, 0, 159, 821, 159, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304159, 3, 100024, 6, 0, 0, 0, 160, 821, 160, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304160, 3, 100024, 6, 0, 0, 0, 161, 821, 161, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304161, 3, 100024, 6, 0, 0, 0, 162, 821, 162, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304162, 3, 100024, 6, 0, 0, 0, 163, 821, 163, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304163, 3, 100024, 6, 0, 0, 0, 164, 821, 164, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304164, 3, 100024, 6, 0, 0, 0, 165, 821, 165, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304165, 3, 100024, 6, 0, 0, 0, 166, 821, 166, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304166, 3, 100024, 6, 0, 0, 0, 167, 821, 167, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304167, 3, 100024, 6, 0, 0, 0, 168, 821, 168, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304168, 3, 100024, 6, 0, 0, 0, 169, 821, 169, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304169, 3, 100024, 6, 0, 0, 0, 170, 821, 170, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304170, 3, 100024, 6, 0, 0, 0, 171, 821, 171, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304171, 3, 100024, 6, 0, 0, 0, 172, 821, 172, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304172, 3, 100024, 6, 0, 0, 0, 173, 821, 173, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304173, 3, 100024, 6, 0, 0, 0, 174, 821, 174, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304174, 3, 100024, 6, 0, 0, 0, 175, 821, 175, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304175, 3, 100024, 6, 0, 0, 0, 176, 821, 176, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304176, 3, 100024, 6, 0, 0, 0, 177, 821, 177, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304177, 3, 100024, 6, 0, 0, 0, 178, 821, 178, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304178, 3, 100024, 6, 0, 0, 0, 179, 821, 179, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304179, 3, 100024, 6, 0, 0, 0, 180, 821, 180, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304180, 3, 100024, 6, 0, 0, 0, 181, 821, 181, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304181, 3, 100024, 6, 0, 0, 0, 182, 821, 182, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304182, 3, 100024, 6, 0, 0, 0, 183, 821, 183, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304183, 3, 100024, 6, 0, 0, 0, 184, 821, 184, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304184, 3, 100024, 6, 0, 0, 0, 185, 821, 185, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304185, 3, 100024, 6, 0, 0, 0, 186, 821, 186, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304186, 3, 100024, 6, 0, 0, 0, 187, 821, 187, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304187, 3, 100024, 6, 0, 0, 0, 188, 821, 188, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304188, 3, 100024, 6, 0, 0, 0, 189, 821, 189, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304189, 3, 100024, 6, 0, 0, 0, 190, 821, 190, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304190, 3, 100024, 6, 0, 0, 0, 191, 821, 191, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304191, 3, 100024, 6, 0, 0, 0, 192, 821, 192, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304192, 3, 100024, 6, 0, 0, 0, 193, 821, 193, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304193, 3, 100024, 6, 0, 0, 0, 194, 821, 194, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304194, 3, 100024, 6, 0, 0, 0, 195, 821, 195, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304195, 3, 100024, 6, 0, 0, 0, 196, 821, 196, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304196, 3, 100024, 6, 0, 0, 0, 197, 821, 197, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304197, 3, 100024, 6, 0, 0, 0, 198, 821, 198, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304198, 3, 100024, 6, 0, 0, 0, 199, 821, 199, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (304199, 3, 100024, 6, 0, 0, 0, 200, 821, 200, 821, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (310200, 3, 200003, 0, 0, 0, 0, 1, 600, 1, 600, 30, 110, 2000, 0, 0, 20003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (310201, 3, 200003, 0, 0, 0, 0, 3, 600, 2, 600, 30, 110, 4000, 0, 0, 20003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (310202, 3, 200003, 0, 0, 0, 0, 5, 600, 3, 600, 30, 110, 5000, 0, 0, 20003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (310203, 3, 200003, 0, 0, 0, 0, 10, 600, 4, 600, 30, 110, 6000, 0, 0, 20003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311000, 3, 200005, 0, 0, 0, 0, 1, 900, 1, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311001, 3, 200005, 0, 0, 0, 0, 3, 900, 2, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311002, 3, 200005, 0, 0, 0, 0, 5, 900, 3, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311003, 3, 200005, 0, 0, 0, 0, 10, 900, 4, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311004, 3, 200005, 0, 0, 0, 0, 15, 900, 5, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311005, 3, 200005, 0, 0, 0, 0, 20, 900, 6, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311006, 3, 200005, 0, 0, 0, 0, 25, 900, 7, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311007, 3, 200005, 0, 0, 0, 0, 30, 900, 8, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311008, 3, 200005, 0, 0, 0, 0, 35, 900, 9, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311009, 3, 200005, 0, 0, 0, 0, 40, 900, 10, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311010, 3, 200005, 0, 0, 0, 0, 45, 900, 11, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311011, 3, 200005, 0, 0, 0, 0, 50, 900, 12, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311012, 3, 200005, 0, 0, 0, 0, 60, 900, 13, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311013, 3, 200005, 0, 0, 0, 0, 70, 900, 14, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311014, 3, 200005, 0, 0, 0, 0, 80, 900, 15, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311015, 3, 200005, 0, 0, 0, 0, 90, 900, 16, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311016, 3, 200005, 0, 0, 0, 0, 100, 900, 17, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311017, 3, 200005, 0, 0, 0, 0, 150, 900, 18, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311018, 3, 200005, 0, 0, 0, 0, 200, 900, 19, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311019, 3, 200005, 0, 0, 0, 0, 250, 900, 20, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311020, 3, 200005, 0, 0, 0, 0, 300, 900, 21, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311021, 3, 200005, 0, 0, 0, 0, 350, 900, 22, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311022, 3, 200005, 0, 0, 0, 0, 400, 900, 23, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311023, 3, 200005, 0, 0, 0, 0, 450, 900, 24, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311024, 3, 200005, 0, 0, 0, 0, 500, 900, 25, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311025, 3, 200005, 0, 0, 0, 0, 600, 900, 26, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311026, 3, 200005, 0, 0, 0, 0, 700, 900, 27, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311027, 3, 200005, 0, 0, 0, 0, 800, 900, 28, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311028, 3, 200005, 0, 0, 0, 0, 900, 900, 29, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311029, 3, 200005, 0, 0, 0, 0, 1000, 900, 30, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311030, 3, 200005, 0, 0, 0, 0, 1200, 900, 31, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311031, 3, 200005, 0, 0, 0, 0, 1400, 900, 32, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311032, 3, 200005, 0, 0, 0, 0, 1600, 900, 33, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311033, 3, 200005, 0, 0, 0, 0, 1800, 900, 34, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311034, 3, 200005, 0, 0, 0, 0, 2000, 900, 35, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311035, 3, 200005, 0, 0, 0, 0, 2200, 900, 36, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311036, 3, 200005, 0, 0, 0, 0, 2400, 900, 37, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311037, 3, 200005, 0, 0, 0, 0, 2600, 900, 38, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311038, 3, 200005, 0, 0, 0, 0, 2800, 900, 39, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311039, 3, 200005, 0, 0, 0, 0, 3000, 900, 40, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311040, 3, 200005, 0, 0, 0, 0, 3200, 900, 41, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311041, 3, 200005, 0, 0, 0, 0, 3400, 900, 42, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311042, 3, 200005, 0, 0, 0, 0, 3600, 900, 43, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311043, 3, 200005, 0, 0, 0, 0, 3800, 900, 44, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311044, 3, 200005, 0, 0, 0, 0, 4000, 900, 45, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311045, 3, 200005, 0, 0, 0, 0, 4200, 900, 46, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311046, 3, 200005, 0, 0, 0, 0, 4400, 900, 47, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311047, 3, 200005, 0, 0, 0, 0, 4600, 900, 48, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311048, 3, 200005, 0, 0, 0, 0, 4800, 900, 49, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311049, 3, 200005, 0, 0, 0, 0, 5000, 900, 50, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311050, 3, 200005, 0, 0, 0, 0, 5200, 900, 51, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311051, 3, 200005, 0, 0, 0, 0, 5400, 900, 52, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311052, 3, 200005, 0, 0, 0, 0, 5600, 900, 53, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311053, 3, 200005, 0, 0, 0, 0, 5800, 900, 54, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311054, 3, 200005, 0, 0, 0, 0, 6000, 900, 55, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311055, 3, 200005, 0, 0, 0, 0, 6200, 900, 56, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311056, 3, 200005, 0, 0, 0, 0, 6400, 900, 57, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311057, 3, 200005, 0, 0, 0, 0, 6600, 900, 58, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311058, 3, 200005, 0, 0, 0, 0, 6800, 900, 59, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311059, 3, 200005, 0, 0, 0, 0, 7000, 900, 60, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311060, 3, 200005, 0, 0, 0, 0, 7200, 900, 61, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311061, 3, 200005, 0, 0, 0, 0, 7400, 900, 62, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311062, 3, 200005, 0, 0, 0, 0, 7600, 900, 63, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311063, 3, 200005, 0, 0, 0, 0, 7800, 900, 64, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311064, 3, 200005, 0, 0, 0, 0, 8000, 900, 65, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311065, 3, 200005, 0, 0, 0, 0, 8200, 900, 66, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311066, 3, 200005, 0, 0, 0, 0, 8400, 900, 67, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311067, 3, 200005, 0, 0, 0, 0, 8600, 900, 68, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311068, 3, 200005, 0, 0, 0, 0, 8800, 900, 69, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311069, 3, 200005, 0, 0, 0, 0, 9000, 900, 70, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311070, 3, 200005, 0, 0, 0, 0, 9200, 900, 71, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311071, 3, 200005, 0, 0, 0, 0, 9400, 900, 72, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311072, 3, 200005, 0, 0, 0, 0, 9600, 900, 73, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311073, 3, 200005, 0, 0, 0, 0, 9800, 900, 74, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311074, 3, 200005, 0, 0, 0, 0, 10000, 900, 75, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311075, 3, 200005, 0, 0, 0, 0, 10200, 900, 76, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311076, 3, 200005, 0, 0, 0, 0, 10400, 900, 77, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311077, 3, 200005, 0, 0, 0, 0, 10600, 900, 78, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311078, 3, 200005, 0, 0, 0, 0, 10800, 900, 79, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311079, 3, 200005, 0, 0, 0, 0, 11000, 900, 80, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311080, 3, 200005, 0, 0, 0, 0, 11200, 900, 81, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311081, 3, 200005, 0, 0, 0, 0, 11400, 900, 82, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311082, 3, 200005, 0, 0, 0, 0, 11600, 900, 83, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311083, 3, 200005, 0, 0, 0, 0, 11800, 900, 84, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311084, 3, 200005, 0, 0, 0, 0, 12000, 900, 85, 900, 90, 43, 30, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311085, 3, 200005, 0, 0, 0, 0, 12200, 900, 86, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311086, 3, 200005, 0, 0, 0, 0, 12400, 900, 87, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311087, 3, 200005, 0, 0, 0, 0, 12600, 900, 88, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311088, 3, 200005, 0, 0, 0, 0, 12800, 900, 89, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311089, 3, 200005, 0, 0, 0, 0, 13000, 900, 90, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311090, 3, 200005, 0, 0, 0, 0, 13200, 900, 91, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311091, 3, 200005, 0, 0, 0, 0, 13400, 900, 92, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311092, 3, 200005, 0, 0, 0, 0, 13600, 900, 93, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311093, 3, 200005, 0, 0, 0, 0, 13800, 900, 94, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311094, 3, 200005, 0, 0, 0, 0, 14000, 900, 95, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311095, 3, 200005, 0, 0, 0, 0, 14200, 900, 96, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311096, 3, 200005, 0, 0, 0, 0, 14400, 900, 97, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311097, 3, 200005, 0, 0, 0, 0, 14600, 900, 98, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311098, 3, 200005, 0, 0, 0, 0, 14800, 900, 99, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311099, 3, 200005, 0, 0, 0, 0, 15000, 900, 100, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311100, 3, 200005, 0, 0, 0, 0, 15200, 900, 101, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311101, 3, 200005, 0, 0, 0, 0, 15400, 900, 102, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311102, 3, 200005, 0, 0, 0, 0, 15600, 900, 103, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311103, 3, 200005, 0, 0, 0, 0, 15800, 900, 104, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311104, 3, 200005, 0, 0, 0, 0, 16000, 900, 105, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311105, 3, 200005, 0, 0, 0, 0, 16200, 900, 106, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311106, 3, 200005, 0, 0, 0, 0, 16400, 900, 107, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311107, 3, 200005, 0, 0, 0, 0, 16600, 900, 108, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311108, 3, 200005, 0, 0, 0, 0, 16800, 900, 109, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311109, 3, 200005, 0, 0, 0, 0, 17000, 900, 110, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311110, 3, 200005, 0, 0, 0, 0, 17200, 900, 111, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311111, 3, 200005, 0, 0, 0, 0, 17400, 900, 112, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311112, 3, 200005, 0, 0, 0, 0, 17600, 900, 113, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311113, 3, 200005, 0, 0, 0, 0, 17800, 900, 114, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311114, 3, 200005, 0, 0, 0, 0, 18000, 900, 115, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311115, 3, 200005, 0, 0, 0, 0, 18200, 900, 116, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311116, 3, 200005, 0, 0, 0, 0, 18400, 900, 117, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311117, 3, 200005, 0, 0, 0, 0, 18600, 900, 118, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311118, 3, 200005, 0, 0, 0, 0, 18800, 900, 119, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311119, 3, 200005, 0, 0, 0, 0, 19000, 900, 120, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311120, 3, 200005, 0, 0, 0, 0, 19200, 900, 121, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311121, 3, 200005, 0, 0, 0, 0, 19400, 900, 122, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311122, 3, 200005, 0, 0, 0, 0, 19600, 900, 123, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311123, 3, 200005, 0, 0, 0, 0, 19800, 900, 124, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311124, 3, 200005, 0, 0, 0, 0, 20000, 900, 125, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311125, 3, 200005, 0, 0, 0, 0, 20200, 900, 126, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311126, 3, 200005, 0, 0, 0, 0, 20400, 900, 127, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311127, 3, 200005, 0, 0, 0, 0, 20600, 900, 128, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311128, 3, 200005, 0, 0, 0, 0, 20800, 900, 129, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311129, 3, 200005, 0, 0, 0, 0, 21000, 900, 130, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311130, 3, 200005, 0, 0, 0, 0, 21200, 900, 131, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311131, 3, 200005, 0, 0, 0, 0, 21400, 900, 132, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311132, 3, 200005, 0, 0, 0, 0, 21600, 900, 133, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311133, 3, 200005, 0, 0, 0, 0, 21800, 900, 134, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311134, 3, 200005, 0, 0, 0, 0, 22000, 900, 135, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311135, 3, 200005, 0, 0, 0, 0, 22200, 900, 136, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311136, 3, 200005, 0, 0, 0, 0, 22400, 900, 137, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311137, 3, 200005, 0, 0, 0, 0, 22600, 900, 138, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311138, 3, 200005, 0, 0, 0, 0, 22800, 900, 139, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311139, 3, 200005, 0, 0, 0, 0, 23000, 900, 140, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311140, 3, 200005, 0, 0, 0, 0, 23200, 900, 141, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311141, 3, 200005, 0, 0, 0, 0, 23400, 900, 142, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311142, 3, 200005, 0, 0, 0, 0, 23600, 900, 143, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311143, 3, 200005, 0, 0, 0, 0, 23800, 900, 144, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311144, 3, 200005, 0, 0, 0, 0, 24000, 900, 145, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311145, 3, 200005, 0, 0, 0, 0, 24200, 900, 146, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311146, 3, 200005, 0, 0, 0, 0, 24400, 900, 147, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311147, 3, 200005, 0, 0, 0, 0, 24600, 900, 148, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311148, 3, 200005, 0, 0, 0, 0, 24800, 900, 149, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311149, 3, 200005, 0, 0, 0, 0, 25000, 900, 150, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311150, 3, 200005, 0, 0, 0, 0, 25200, 900, 151, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311151, 3, 200005, 0, 0, 0, 0, 25400, 900, 152, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311152, 3, 200005, 0, 0, 0, 0, 25600, 900, 153, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311153, 3, 200005, 0, 0, 0, 0, 25800, 900, 154, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311154, 3, 200005, 0, 0, 0, 0, 26000, 900, 155, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311155, 3, 200005, 0, 0, 0, 0, 26200, 900, 156, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311156, 3, 200005, 0, 0, 0, 0, 26400, 900, 157, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311157, 3, 200005, 0, 0, 0, 0, 26600, 900, 158, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311158, 3, 200005, 0, 0, 0, 0, 26800, 900, 159, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311159, 3, 200005, 0, 0, 0, 0, 27000, 900, 160, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311160, 3, 200005, 0, 0, 0, 0, 27200, 900, 161, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311161, 3, 200005, 0, 0, 0, 0, 27400, 900, 162, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311162, 3, 200005, 0, 0, 0, 0, 27600, 900, 163, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311163, 3, 200005, 0, 0, 0, 0, 27800, 900, 164, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311164, 3, 200005, 0, 0, 0, 0, 28000, 900, 165, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311165, 3, 200005, 0, 0, 0, 0, 28200, 900, 166, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311166, 3, 200005, 0, 0, 0, 0, 28400, 900, 167, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311167, 3, 200005, 0, 0, 0, 0, 28600, 900, 168, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311168, 3, 200005, 0, 0, 0, 0, 28800, 900, 169, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311169, 3, 200005, 0, 0, 0, 0, 29000, 900, 170, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311170, 3, 200005, 0, 0, 0, 0, 29200, 900, 171, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311171, 3, 200005, 0, 0, 0, 0, 29400, 900, 172, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311172, 3, 200005, 0, 0, 0, 0, 29600, 900, 173, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311173, 3, 200005, 0, 0, 0, 0, 29800, 900, 174, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (311174, 3, 200005, 0, 0, 0, 0, 30000, 900, 175, 900, 90, 43, 30, 0, 1, 20001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (312000, 3, 200027, 1, 0, 0, 0, 1, 911, 1, 12, 90, 43, 30, 0, 1, 20007, '2025/06/26 00:30:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (313000, 3, 200028, 0, 0, 0, 0, 1, 902, 1, 13, 90, 43, 30, 0, 1, 20008, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (314000, 3, 200029, 0, 0, 0, 0, 1, 903, 1, 14, 30, 110, 2000, 0, 1, 20009, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320000, 3, 300004, 0, 0, 0, 0, 1, 700, 1, 700, 20, 32, 2, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320001, 3, 300004, 0, 0, 0, 0, 3, 700, 2, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320002, 3, 300004, 0, 0, 0, 0, 5, 700, 3, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320003, 3, 300004, 0, 0, 0, 0, 10, 700, 4, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320004, 3, 300004, 0, 0, 0, 0, 15, 700, 5, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320005, 3, 300004, 0, 0, 0, 0, 20, 700, 6, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320006, 3, 300004, 0, 0, 0, 0, 25, 700, 7, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320007, 3, 300004, 0, 0, 0, 0, 30, 700, 8, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320008, 3, 300004, 0, 0, 0, 0, 35, 700, 9, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320009, 3, 300004, 0, 0, 0, 0, 40, 700, 10, 700, 90, 43, 30, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320010, 3, 300004, 0, 0, 0, 0, 45, 700, 11, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320011, 3, 300004, 0, 0, 0, 0, 50, 700, 12, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320012, 3, 300004, 0, 0, 0, 0, 55, 700, 13, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320013, 3, 300004, 0, 0, 0, 0, 60, 700, 14, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320014, 3, 300004, 0, 0, 0, 0, 65, 700, 15, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320015, 3, 300004, 0, 0, 0, 0, 70, 700, 16, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320016, 3, 300004, 0, 0, 0, 0, 75, 700, 17, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320017, 3, 300004, 0, 0, 0, 0, 80, 700, 18, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320018, 3, 300004, 0, 0, 0, 0, 85, 700, 19, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320019, 3, 300004, 0, 0, 0, 0, 90, 700, 20, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320020, 3, 300004, 0, 0, 0, 0, 95, 700, 21, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320021, 3, 300004, 0, 0, 0, 0, 100, 700, 22, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320022, 3, 300004, 0, 0, 0, 0, 105, 700, 23, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320023, 3, 300004, 0, 0, 0, 0, 110, 700, 24, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320024, 3, 300004, 0, 0, 0, 0, 115, 700, 25, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320025, 3, 300004, 0, 0, 0, 0, 120, 700, 26, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320026, 3, 300004, 0, 0, 0, 0, 125, 700, 27, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320027, 3, 300004, 0, 0, 0, 0, 130, 700, 28, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320028, 3, 300004, 0, 0, 0, 0, 135, 700, 29, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320029, 3, 300004, 0, 0, 0, 0, 140, 700, 30, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320030, 3, 300004, 0, 0, 0, 0, 145, 700, 31, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320031, 3, 300004, 0, 0, 0, 0, 150, 700, 32, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320032, 3, 300004, 0, 0, 0, 0, 155, 700, 33, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320033, 3, 300004, 0, 0, 0, 0, 160, 700, 34, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320034, 3, 300004, 0, 0, 0, 0, 165, 700, 35, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320035, 3, 300004, 0, 0, 0, 0, 170, 700, 36, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320036, 3, 300004, 0, 0, 0, 0, 175, 700, 37, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320037, 3, 300004, 0, 0, 0, 0, 180, 700, 38, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320038, 3, 300004, 0, 0, 0, 0, 185, 700, 39, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320039, 3, 300004, 0, 0, 0, 0, 190, 700, 40, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320040, 3, 300004, 0, 0, 0, 0, 195, 700, 41, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320041, 3, 300004, 0, 0, 0, 0, 200, 700, 42, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320042, 3, 300004, 0, 0, 0, 0, 205, 700, 43, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320043, 3, 300004, 0, 0, 0, 0, 210, 700, 44, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320044, 3, 300004, 0, 0, 0, 0, 215, 700, 45, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320045, 3, 300004, 0, 0, 0, 0, 220, 700, 46, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320046, 3, 300004, 0, 0, 0, 0, 225, 700, 47, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320047, 3, 300004, 0, 0, 0, 0, 230, 700, 48, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320048, 3, 300004, 0, 0, 0, 0, 235, 700, 49, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320049, 3, 300004, 0, 0, 0, 0, 240, 700, 50, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320050, 3, 300004, 0, 0, 0, 0, 245, 700, 51, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320051, 3, 300004, 0, 0, 0, 0, 250, 700, 52, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320052, 3, 300004, 0, 0, 0, 0, 255, 700, 53, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320053, 3, 300004, 0, 0, 0, 0, 260, 700, 54, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320054, 3, 300004, 0, 0, 0, 0, 265, 700, 55, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320055, 3, 300004, 0, 0, 0, 0, 270, 700, 56, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320056, 3, 300004, 0, 0, 0, 0, 275, 700, 57, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320057, 3, 300004, 0, 0, 0, 0, 280, 700, 58, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320058, 3, 300004, 0, 0, 0, 0, 285, 700, 59, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320059, 3, 300004, 0, 0, 0, 0, 290, 700, 60, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320060, 3, 300004, 0, 0, 0, 0, 295, 700, 61, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320061, 3, 300004, 0, 0, 0, 0, 300, 700, 62, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320062, 3, 300004, 0, 0, 0, 0, 305, 700, 63, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320063, 3, 300004, 0, 0, 0, 0, 310, 700, 64, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320064, 3, 300004, 0, 0, 0, 0, 315, 700, 65, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320065, 3, 300004, 0, 0, 0, 0, 320, 700, 66, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320066, 3, 300004, 0, 0, 0, 0, 325, 700, 67, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320067, 3, 300004, 0, 0, 0, 0, 330, 700, 68, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320068, 3, 300004, 0, 0, 0, 0, 335, 700, 69, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320069, 3, 300004, 0, 0, 0, 0, 340, 700, 70, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320070, 3, 300004, 0, 0, 0, 0, 345, 700, 71, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320071, 3, 300004, 0, 0, 0, 0, 350, 700, 72, 700, 90, 43, 50, 0, 0, 30001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320072, 3, 300004, 0, 0, 0, 0, 355, 700, 73, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320073, 3, 300004, 0, 0, 0, 0, 360, 700, 74, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320074, 3, 300004, 0, 0, 0, 0, 365, 700, 75, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320075, 3, 300004, 0, 0, 0, 0, 370, 700, 76, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320076, 3, 300004, 0, 0, 0, 0, 375, 700, 77, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320077, 3, 300004, 0, 0, 0, 0, 380, 700, 78, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320078, 3, 300004, 0, 0, 0, 0, 385, 700, 79, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320079, 3, 300004, 0, 0, 0, 0, 390, 700, 80, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320080, 3, 300004, 0, 0, 0, 0, 395, 700, 81, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320081, 3, 300004, 0, 0, 0, 0, 400, 700, 82, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320082, 3, 300004, 0, 0, 0, 0, 405, 700, 83, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320083, 3, 300004, 0, 0, 0, 0, 410, 700, 84, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320084, 3, 300004, 0, 0, 0, 0, 415, 700, 85, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320085, 3, 300004, 0, 0, 0, 0, 420, 700, 86, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320086, 3, 300004, 0, 0, 0, 0, 425, 700, 87, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320087, 3, 300004, 0, 0, 0, 0, 430, 700, 88, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320088, 3, 300004, 0, 0, 0, 0, 435, 700, 89, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320089, 3, 300004, 0, 0, 0, 0, 440, 700, 90, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320090, 3, 300004, 0, 0, 0, 0, 445, 700, 91, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320091, 3, 300004, 0, 0, 0, 0, 450, 700, 92, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320092, 3, 300004, 0, 0, 0, 0, 455, 700, 93, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320093, 3, 300004, 0, 0, 0, 0, 460, 700, 94, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320094, 3, 300004, 0, 0, 0, 0, 465, 700, 95, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320095, 3, 300004, 0, 0, 0, 0, 470, 700, 96, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320096, 3, 300004, 0, 0, 0, 0, 475, 700, 97, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320097, 3, 300004, 0, 0, 0, 0, 480, 700, 98, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320098, 3, 300004, 0, 0, 0, 0, 485, 700, 99, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320099, 3, 300004, 0, 0, 0, 0, 490, 700, 100, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320100, 3, 300003, 0, 0, 0, 0, 1, 710, 1, 710, 20, 32, 2, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320101, 3, 300003, 0, 0, 0, 0, 3, 710, 2, 710, 90, 43, 30, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320102, 3, 300003, 0, 0, 0, 0, 5, 710, 3, 710, 90, 43, 30, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320103, 3, 300003, 0, 0, 0, 0, 10, 710, 4, 710, 90, 43, 30, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320104, 3, 300003, 0, 0, 0, 0, 15, 710, 5, 710, 90, 43, 30, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320105, 3, 300003, 0, 0, 0, 0, 20, 710, 6, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320106, 3, 300003, 0, 0, 0, 0, 25, 710, 7, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320107, 3, 300003, 0, 0, 0, 0, 30, 710, 8, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320108, 3, 300003, 0, 0, 0, 0, 35, 710, 9, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320109, 3, 300003, 0, 0, 0, 0, 40, 710, 10, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320110, 3, 300003, 0, 0, 0, 0, 45, 710, 11, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320111, 3, 300003, 0, 0, 0, 0, 50, 710, 12, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320112, 3, 300003, 0, 0, 0, 0, 55, 710, 13, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320113, 3, 300003, 0, 0, 0, 0, 60, 710, 14, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320114, 3, 300003, 0, 0, 0, 0, 65, 710, 15, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320115, 3, 300003, 0, 0, 0, 0, 70, 710, 16, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320116, 3, 300003, 0, 0, 0, 0, 75, 710, 17, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320117, 3, 300003, 0, 0, 0, 0, 80, 710, 18, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320118, 3, 300003, 0, 0, 0, 0, 85, 710, 19, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320119, 3, 300003, 0, 0, 0, 0, 90, 710, 20, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320120, 3, 300003, 0, 0, 0, 0, 95, 710, 21, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320121, 3, 300003, 0, 0, 0, 0, 100, 710, 22, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320122, 3, 300003, 0, 0, 0, 0, 105, 710, 23, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320123, 3, 300003, 0, 0, 0, 0, 110, 710, 24, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320124, 3, 300003, 0, 0, 0, 0, 115, 710, 25, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320125, 3, 300003, 0, 0, 0, 0, 120, 710, 26, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320126, 3, 300003, 0, 0, 0, 0, 125, 710, 27, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320127, 3, 300003, 0, 0, 0, 0, 130, 710, 28, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320128, 3, 300003, 0, 0, 0, 0, 135, 710, 29, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320129, 3, 300003, 0, 0, 0, 0, 140, 710, 30, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320130, 3, 300003, 0, 0, 0, 0, 145, 710, 31, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320131, 3, 300003, 0, 0, 0, 0, 150, 710, 32, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320132, 3, 300003, 0, 0, 0, 0, 155, 710, 33, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320133, 3, 300003, 0, 0, 0, 0, 160, 710, 34, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320134, 3, 300003, 0, 0, 0, 0, 165, 710, 35, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320135, 3, 300003, 0, 0, 0, 0, 170, 710, 36, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320136, 3, 300003, 0, 0, 0, 0, 175, 710, 37, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320137, 3, 300003, 0, 0, 0, 0, 180, 710, 38, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320138, 3, 300003, 0, 0, 0, 0, 185, 710, 39, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320139, 3, 300003, 0, 0, 0, 0, 190, 710, 40, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320140, 3, 300003, 0, 0, 0, 0, 195, 710, 41, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320141, 3, 300003, 0, 0, 0, 0, 200, 710, 42, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320142, 3, 300003, 0, 0, 0, 0, 205, 710, 43, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320143, 3, 300003, 0, 0, 0, 0, 210, 710, 44, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320144, 3, 300003, 0, 0, 0, 0, 215, 710, 45, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320145, 3, 300003, 0, 0, 0, 0, 220, 710, 46, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320146, 3, 300003, 0, 0, 0, 0, 225, 710, 47, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320147, 3, 300003, 0, 0, 0, 0, 230, 710, 48, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320148, 3, 300003, 0, 0, 0, 0, 235, 710, 49, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320149, 3, 300003, 0, 0, 0, 0, 240, 710, 50, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320150, 3, 300003, 0, 0, 0, 0, 245, 710, 51, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320151, 3, 300003, 0, 0, 0, 0, 250, 710, 52, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320152, 3, 300003, 0, 0, 0, 0, 255, 710, 53, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320153, 3, 300003, 0, 0, 0, 0, 260, 710, 54, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320154, 3, 300003, 0, 0, 0, 0, 265, 710, 55, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320155, 3, 300003, 0, 0, 0, 0, 270, 710, 56, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320156, 3, 300003, 0, 0, 0, 0, 275, 710, 57, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320157, 3, 300003, 0, 0, 0, 0, 280, 710, 58, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320158, 3, 300003, 0, 0, 0, 0, 285, 710, 59, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320159, 3, 300003, 0, 0, 0, 0, 290, 710, 60, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320160, 3, 300003, 0, 0, 0, 0, 295, 710, 61, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320161, 3, 300003, 0, 0, 0, 0, 300, 710, 62, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320162, 3, 300003, 0, 0, 0, 0, 305, 710, 63, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320163, 3, 300003, 0, 0, 0, 0, 310, 710, 64, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320164, 3, 300003, 0, 0, 0, 0, 315, 710, 65, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320165, 3, 300003, 0, 0, 0, 0, 320, 710, 66, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320166, 3, 300003, 0, 0, 0, 0, 325, 710, 67, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320167, 3, 300003, 0, 0, 0, 0, 330, 710, 68, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320168, 3, 300003, 0, 0, 0, 0, 335, 710, 69, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320169, 3, 300003, 0, 0, 0, 0, 340, 710, 70, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320170, 3, 300003, 0, 0, 0, 0, 345, 710, 71, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320171, 3, 300003, 0, 0, 0, 0, 350, 710, 72, 710, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320172, 3, 300003, 0, 0, 0, 0, 355, 710, 73, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320173, 3, 300003, 0, 0, 0, 0, 360, 710, 74, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320174, 3, 300003, 0, 0, 0, 0, 365, 710, 75, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320175, 3, 300003, 0, 0, 0, 0, 370, 710, 76, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320176, 3, 300003, 0, 0, 0, 0, 375, 710, 77, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320177, 3, 300003, 0, 0, 0, 0, 380, 710, 78, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320178, 3, 300003, 0, 0, 0, 0, 385, 710, 79, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320179, 3, 300003, 0, 0, 0, 0, 390, 710, 80, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320180, 3, 300003, 0, 0, 0, 0, 395, 710, 81, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320181, 3, 300003, 0, 0, 0, 0, 400, 710, 82, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320182, 3, 300003, 0, 0, 0, 0, 405, 710, 83, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320183, 3, 300003, 0, 0, 0, 0, 410, 710, 84, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320184, 3, 300003, 0, 0, 0, 0, 415, 710, 85, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320185, 3, 300003, 0, 0, 0, 0, 420, 710, 86, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320186, 3, 300003, 0, 0, 0, 0, 425, 710, 87, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320187, 3, 300003, 0, 0, 0, 0, 430, 710, 88, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320188, 3, 300003, 0, 0, 0, 0, 435, 710, 89, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320189, 3, 300003, 0, 0, 0, 0, 440, 710, 90, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320190, 3, 300003, 0, 0, 0, 0, 445, 710, 91, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320191, 3, 300003, 0, 0, 0, 0, 450, 710, 92, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320192, 3, 300003, 0, 0, 0, 0, 455, 710, 93, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320193, 3, 300003, 0, 0, 0, 0, 460, 710, 94, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320194, 3, 300003, 0, 0, 0, 0, 465, 710, 95, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320195, 3, 300003, 0, 0, 0, 0, 470, 710, 96, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320196, 3, 300003, 0, 0, 0, 0, 475, 710, 97, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320197, 3, 300003, 0, 0, 0, 0, 480, 710, 98, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320198, 3, 300003, 0, 0, 0, 0, 485, 710, 99, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320199, 3, 300003, 0, 0, 0, 0, 490, 710, 100, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320200, 3, 300003, 0, 0, 0, 0, 495, 710, 101, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320201, 3, 300003, 0, 0, 0, 0, 500, 710, 102, 710, 90, 43, 50, 0, 1, 30002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320300, 3, 300002, 0, 0, 0, 0, 1, 730, 1, 730, 90, 43, 10, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320301, 3, 300002, 0, 0, 0, 0, 3, 730, 2, 730, 90, 43, 10, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320302, 3, 300002, 0, 0, 0, 0, 5, 730, 3, 730, 90, 43, 10, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320303, 3, 300002, 0, 0, 0, 0, 10, 730, 4, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320304, 3, 300002, 0, 0, 0, 0, 15, 730, 5, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320305, 3, 300002, 0, 0, 0, 0, 20, 730, 6, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320306, 3, 300002, 0, 0, 0, 0, 25, 730, 7, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320307, 3, 300002, 0, 0, 0, 0, 30, 730, 8, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320308, 3, 300002, 0, 0, 0, 0, 35, 730, 9, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320309, 3, 300002, 0, 0, 0, 0, 40, 730, 10, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320310, 3, 300002, 0, 0, 0, 0, 45, 730, 11, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320311, 3, 300002, 0, 0, 0, 0, 50, 730, 12, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320312, 3, 300002, 0, 0, 0, 0, 60, 730, 13, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320313, 3, 300002, 0, 0, 0, 0, 70, 730, 14, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320314, 3, 300002, 0, 0, 0, 0, 80, 730, 15, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320315, 3, 300002, 0, 0, 0, 0, 90, 730, 16, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320316, 3, 300002, 0, 0, 0, 0, 100, 730, 17, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320317, 3, 300002, 0, 0, 0, 0, 120, 730, 18, 730, 90, 43, 30, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320318, 3, 300002, 0, 0, 0, 0, 140, 730, 19, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320319, 3, 300002, 0, 0, 0, 0, 160, 730, 20, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320320, 3, 300002, 0, 0, 0, 0, 180, 730, 21, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320321, 3, 300002, 0, 0, 0, 0, 200, 730, 22, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320322, 3, 300002, 0, 0, 0, 0, 220, 730, 23, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320323, 3, 300002, 0, 0, 0, 0, 240, 730, 24, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320324, 3, 300002, 0, 0, 0, 0, 260, 730, 25, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320325, 3, 300002, 0, 0, 0, 0, 280, 730, 26, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320326, 3, 300002, 0, 0, 0, 0, 300, 730, 27, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320327, 3, 300002, 0, 0, 0, 0, 320, 730, 28, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320328, 3, 300002, 0, 0, 0, 0, 340, 730, 29, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320329, 3, 300002, 0, 0, 0, 0, 360, 730, 30, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320330, 3, 300002, 0, 0, 0, 0, 380, 730, 31, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320331, 3, 300002, 0, 0, 0, 0, 400, 730, 32, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320332, 3, 300002, 0, 0, 0, 0, 420, 730, 33, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320333, 3, 300002, 0, 0, 0, 0, 440, 730, 34, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320334, 3, 300002, 0, 0, 0, 0, 460, 730, 35, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320335, 3, 300002, 0, 0, 0, 0, 480, 730, 36, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320336, 3, 300002, 0, 0, 0, 0, 500, 730, 37, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320337, 3, 300002, 0, 0, 0, 0, 520, 730, 38, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320338, 3, 300002, 0, 0, 0, 0, 540, 730, 39, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320339, 3, 300002, 0, 0, 0, 0, 560, 730, 40, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320340, 3, 300002, 0, 0, 0, 0, 580, 730, 41, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320341, 3, 300002, 0, 0, 0, 0, 600, 730, 42, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320342, 3, 300002, 0, 0, 0, 0, 620, 730, 43, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320343, 3, 300002, 0, 0, 0, 0, 640, 730, 44, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320344, 3, 300002, 0, 0, 0, 0, 660, 730, 45, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320345, 3, 300002, 0, 0, 0, 0, 680, 730, 46, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320346, 3, 300002, 0, 0, 0, 0, 700, 730, 47, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320347, 3, 300002, 0, 0, 0, 0, 720, 730, 48, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320348, 3, 300002, 0, 0, 0, 0, 740, 730, 49, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320349, 3, 300002, 0, 0, 0, 0, 760, 730, 50, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320350, 3, 300002, 0, 0, 0, 0, 780, 730, 51, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320351, 3, 300002, 0, 0, 0, 0, 800, 730, 52, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320352, 3, 300002, 0, 0, 0, 0, 820, 730, 53, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320353, 3, 300002, 0, 0, 0, 0, 840, 730, 54, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320354, 3, 300002, 0, 0, 0, 0, 860, 730, 55, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320355, 3, 300002, 0, 0, 0, 0, 880, 730, 56, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320356, 3, 300002, 0, 0, 0, 0, 900, 730, 57, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320357, 3, 300002, 0, 0, 0, 0, 920, 730, 58, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320358, 3, 300002, 0, 0, 0, 0, 940, 730, 59, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320359, 3, 300002, 0, 0, 0, 0, 960, 730, 60, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320360, 3, 300002, 0, 0, 0, 0, 980, 730, 61, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320361, 3, 300002, 0, 0, 0, 0, 1000, 730, 62, 730, 90, 43, 50, 0, 0, 30004, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320362, 3, 300002, 0, 0, 0, 0, 1020, 730, 63, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320363, 3, 300002, 0, 0, 0, 0, 1040, 730, 64, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320364, 3, 300002, 0, 0, 0, 0, 1060, 730, 65, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320365, 3, 300002, 0, 0, 0, 0, 1080, 730, 66, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320366, 3, 300002, 0, 0, 0, 0, 1100, 730, 67, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320367, 3, 300002, 0, 0, 0, 0, 1120, 730, 68, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320368, 3, 300002, 0, 0, 0, 0, 1140, 730, 69, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320369, 3, 300002, 0, 0, 0, 0, 1160, 730, 70, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320370, 3, 300002, 0, 0, 0, 0, 1180, 730, 71, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (320371, 3, 300002, 0, 0, 0, 0, 1200, 730, 72, 730, 90, 43, 50, 0, 1, 30004, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321000, 3, 300005, 5, 0, 0, 0, 1, 1200, 1, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321001, 3, 300005, 5, 0, 0, 0, 2, 1200, 2, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321002, 3, 300005, 5, 0, 0, 0, 3, 1200, 3, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321003, 3, 300005, 5, 0, 0, 0, 4, 1200, 4, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321004, 3, 300005, 5, 0, 0, 0, 5, 1200, 5, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321005, 3, 300005, 5, 0, 0, 0, 6, 1200, 6, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321006, 3, 300005, 5, 0, 0, 0, 7, 1200, 7, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321007, 3, 300005, 5, 0, 0, 0, 8, 1200, 8, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321008, 3, 300005, 5, 0, 0, 0, 9, 1200, 9, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321009, 3, 300005, 5, 0, 0, 0, 10, 1200, 10, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321010, 3, 300005, 5, 0, 0, 0, 11, 1200, 11, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321011, 3, 300005, 5, 0, 0, 0, 12, 1200, 12, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321012, 3, 300005, 5, 0, 0, 0, 13, 1200, 13, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321013, 3, 300005, 5, 0, 0, 0, 14, 1200, 14, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321014, 3, 300005, 5, 0, 0, 0, 15, 1200, 15, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321015, 3, 300005, 5, 0, 0, 0, 16, 1200, 16, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321016, 3, 300005, 5, 0, 0, 0, 17, 1200, 17, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321017, 3, 300005, 5, 0, 0, 0, 18, 1200, 18, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321018, 3, 300005, 5, 0, 0, 0, 19, 1200, 19, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321019, 3, 300005, 5, 0, 0, 0, 20, 1200, 20, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321020, 3, 300005, 5, 0, 0, 0, 21, 1200, 21, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321021, 3, 300005, 5, 0, 0, 0, 22, 1200, 22, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321022, 3, 300005, 5, 0, 0, 0, 23, 1200, 23, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321023, 3, 300005, 5, 0, 0, 0, 24, 1200, 24, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321024, 3, 300005, 5, 0, 0, 0, 25, 1200, 25, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321025, 3, 300005, 5, 0, 0, 0, 26, 1200, 26, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321026, 3, 300005, 5, 0, 0, 0, 27, 1200, 27, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321027, 3, 300005, 5, 0, 0, 0, 28, 1200, 28, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321028, 3, 300005, 5, 0, 0, 0, 29, 1200, 29, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321029, 3, 300005, 5, 0, 0, 0, 30, 1200, 30, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321030, 3, 300005, 5, 0, 0, 0, 32, 1200, 31, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321031, 3, 300005, 5, 0, 0, 0, 34, 1200, 32, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321032, 3, 300005, 5, 0, 0, 0, 36, 1200, 33, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321033, 3, 300005, 5, 0, 0, 0, 38, 1200, 34, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321034, 3, 300005, 5, 0, 0, 0, 40, 1200, 35, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321035, 3, 300005, 5, 0, 0, 0, 42, 1200, 36, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321036, 3, 300005, 5, 0, 0, 0, 44, 1200, 37, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321037, 3, 300005, 5, 0, 0, 0, 46, 1200, 38, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321038, 3, 300005, 5, 0, 0, 0, 48, 1200, 39, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321039, 3, 300005, 5, 0, 0, 0, 50, 1200, 40, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321040, 3, 300005, 5, 0, 0, 0, 52, 1200, 41, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321041, 3, 300005, 5, 0, 0, 0, 54, 1200, 42, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321042, 3, 300005, 5, 0, 0, 0, 56, 1200, 43, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321043, 3, 300005, 5, 0, 0, 0, 58, 1200, 44, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321044, 3, 300005, 5, 0, 0, 0, 60, 1200, 45, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321045, 3, 300005, 5, 0, 0, 0, 62, 1200, 46, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321046, 3, 300005, 5, 0, 0, 0, 64, 1200, 47, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321047, 3, 300005, 5, 0, 0, 0, 66, 1200, 48, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321048, 3, 300005, 5, 0, 0, 0, 68, 1200, 49, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321049, 3, 300005, 5, 0, 0, 0, 70, 1200, 50, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321050, 3, 300005, 5, 0, 0, 0, 72, 1200, 51, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321051, 3, 300005, 5, 0, 0, 0, 74, 1200, 52, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321052, 3, 300005, 5, 0, 0, 0, 76, 1200, 53, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321053, 3, 300005, 5, 0, 0, 0, 78, 1200, 54, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321054, 3, 300005, 5, 0, 0, 0, 80, 1200, 55, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321055, 3, 300005, 5, 0, 0, 0, 82, 1200, 56, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321056, 3, 300005, 5, 0, 0, 0, 84, 1200, 57, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321057, 3, 300005, 5, 0, 0, 0, 86, 1200, 58, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321058, 3, 300005, 5, 0, 0, 0, 88, 1200, 59, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321059, 3, 300005, 5, 0, 0, 0, 90, 1200, 60, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321060, 3, 300005, 5, 0, 0, 0, 92, 1200, 61, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321061, 3, 300005, 5, 0, 0, 0, 94, 1200, 62, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321062, 3, 300005, 5, 0, 0, 0, 96, 1200, 63, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321063, 3, 300005, 5, 0, 0, 0, 98, 1200, 64, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321064, 3, 300005, 5, 0, 0, 0, 100, 1200, 65, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321065, 3, 300005, 5, 0, 0, 0, 102, 1200, 66, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321066, 3, 300005, 5, 0, 0, 0, 104, 1200, 67, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321067, 3, 300005, 5, 0, 0, 0, 106, 1200, 68, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321068, 3, 300005, 5, 0, 0, 0, 108, 1200, 69, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321069, 3, 300005, 5, 0, 0, 0, 110, 1200, 70, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321070, 3, 300005, 5, 0, 0, 0, 112, 1200, 71, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321071, 3, 300005, 5, 0, 0, 0, 114, 1200, 72, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321072, 3, 300005, 5, 0, 0, 0, 116, 1200, 73, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321073, 3, 300005, 5, 0, 0, 0, 118, 1200, 74, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321074, 3, 300005, 5, 0, 0, 0, 120, 1200, 75, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321075, 3, 300005, 5, 0, 0, 0, 122, 1200, 76, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321076, 3, 300005, 5, 0, 0, 0, 124, 1200, 77, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321077, 3, 300005, 5, 0, 0, 0, 126, 1200, 78, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321078, 3, 300005, 5, 0, 0, 0, 128, 1200, 79, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321079, 3, 300005, 5, 0, 0, 0, 130, 1200, 80, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321080, 3, 300005, 5, 0, 0, 0, 132, 1200, 81, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321081, 3, 300005, 5, 0, 0, 0, 134, 1200, 82, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321082, 3, 300005, 5, 0, 0, 0, 136, 1200, 83, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321083, 3, 300005, 5, 0, 0, 0, 138, 1200, 84, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321084, 3, 300005, 5, 0, 0, 0, 140, 1200, 85, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321085, 3, 300005, 5, 0, 0, 0, 142, 1200, 86, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321086, 3, 300005, 5, 0, 0, 0, 144, 1200, 87, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321087, 3, 300005, 5, 0, 0, 0, 146, 1200, 88, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321088, 3, 300005, 5, 0, 0, 0, 148, 1200, 89, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321089, 3, 300005, 5, 0, 0, 0, 150, 1200, 90, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321090, 3, 300005, 5, 0, 0, 0, 152, 1200, 91, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321091, 3, 300005, 5, 0, 0, 0, 154, 1200, 92, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321092, 3, 300005, 5, 0, 0, 0, 156, 1200, 93, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321093, 3, 300005, 5, 0, 0, 0, 158, 1200, 94, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321094, 3, 300005, 5, 0, 0, 0, 160, 1200, 95, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321095, 3, 300005, 5, 0, 0, 0, 162, 1200, 96, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321096, 3, 300005, 5, 0, 0, 0, 164, 1200, 97, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321097, 3, 300005, 5, 0, 0, 0, 166, 1200, 98, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321098, 3, 300005, 5, 0, 0, 0, 168, 1200, 99, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321099, 3, 300005, 5, 0, 0, 0, 170, 1200, 100, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321100, 3, 300005, 5, 0, 0, 0, 172, 1200, 101, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321101, 3, 300005, 5, 0, 0, 0, 174, 1200, 102, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321102, 3, 300005, 5, 0, 0, 0, 176, 1200, 103, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321103, 3, 300005, 5, 0, 0, 0, 178, 1200, 104, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321104, 3, 300005, 5, 0, 0, 0, 180, 1200, 105, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321105, 3, 300005, 5, 0, 0, 0, 182, 1200, 106, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321106, 3, 300005, 5, 0, 0, 0, 184, 1200, 107, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321107, 3, 300005, 5, 0, 0, 0, 186, 1200, 108, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321108, 3, 300005, 5, 0, 0, 0, 188, 1200, 109, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321109, 3, 300005, 5, 0, 0, 0, 190, 1200, 110, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321110, 3, 300005, 5, 0, 0, 0, 192, 1200, 111, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321111, 3, 300005, 5, 0, 0, 0, 194, 1200, 112, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321112, 3, 300005, 5, 0, 0, 0, 196, 1200, 113, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321113, 3, 300005, 5, 0, 0, 0, 198, 1200, 114, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (321114, 3, 300005, 5, 0, 0, 0, 200, 1200, 115, 1200, 90, 43, 50, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322000, 3, 300004, 0, 0, 0, 0, 495, 700, 101, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322001, 3, 300004, 0, 0, 0, 0, 500, 700, 102, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322002, 3, 300004, 0, 0, 0, 0, 505, 700, 103, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322003, 3, 300004, 0, 0, 0, 0, 510, 700, 104, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322004, 3, 300004, 0, 0, 0, 0, 515, 700, 105, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322005, 3, 300004, 0, 0, 0, 0, 520, 700, 106, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322006, 3, 300004, 0, 0, 0, 0, 525, 700, 107, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322007, 3, 300004, 0, 0, 0, 0, 530, 700, 108, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322008, 3, 300004, 0, 0, 0, 0, 535, 700, 109, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322009, 3, 300004, 0, 0, 0, 0, 540, 700, 110, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322010, 3, 300004, 0, 0, 0, 0, 545, 700, 111, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322011, 3, 300004, 0, 0, 0, 0, 550, 700, 112, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322012, 3, 300004, 0, 0, 0, 0, 555, 700, 113, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322013, 3, 300004, 0, 0, 0, 0, 560, 700, 114, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322014, 3, 300004, 0, 0, 0, 0, 565, 700, 115, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322015, 3, 300004, 0, 0, 0, 0, 570, 700, 116, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322016, 3, 300004, 0, 0, 0, 0, 575, 700, 117, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322017, 3, 300004, 0, 0, 0, 0, 580, 700, 118, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322018, 3, 300004, 0, 0, 0, 0, 585, 700, 119, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322019, 3, 300004, 0, 0, 0, 0, 590, 700, 120, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322020, 3, 300004, 0, 0, 0, 0, 595, 700, 121, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322021, 3, 300004, 0, 0, 0, 0, 600, 700, 122, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322022, 3, 300004, 0, 0, 0, 0, 605, 700, 123, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322023, 3, 300004, 0, 0, 0, 0, 610, 700, 124, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322024, 3, 300004, 0, 0, 0, 0, 615, 700, 125, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322025, 3, 300004, 0, 0, 0, 0, 620, 700, 126, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322026, 3, 300004, 0, 0, 0, 0, 625, 700, 127, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322027, 3, 300004, 0, 0, 0, 0, 630, 700, 128, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322028, 3, 300004, 0, 0, 0, 0, 635, 700, 129, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322029, 3, 300004, 0, 0, 0, 0, 640, 700, 130, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322030, 3, 300004, 0, 0, 0, 0, 645, 700, 131, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322031, 3, 300004, 0, 0, 0, 0, 650, 700, 132, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322032, 3, 300004, 0, 0, 0, 0, 655, 700, 133, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322033, 3, 300004, 0, 0, 0, 0, 660, 700, 134, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322034, 3, 300004, 0, 0, 0, 0, 665, 700, 135, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322035, 3, 300004, 0, 0, 0, 0, 670, 700, 136, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322036, 3, 300004, 0, 0, 0, 0, 675, 700, 137, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322037, 3, 300004, 0, 0, 0, 0, 680, 700, 138, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322038, 3, 300004, 0, 0, 0, 0, 685, 700, 139, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322039, 3, 300004, 0, 0, 0, 0, 690, 700, 140, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322040, 3, 300004, 0, 0, 0, 0, 695, 700, 141, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322041, 3, 300004, 0, 0, 0, 0, 700, 700, 142, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322042, 3, 300004, 0, 0, 0, 0, 705, 700, 143, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322043, 3, 300004, 0, 0, 0, 0, 710, 700, 144, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322044, 3, 300004, 0, 0, 0, 0, 715, 700, 145, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322045, 3, 300004, 0, 0, 0, 0, 720, 700, 146, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322046, 3, 300004, 0, 0, 0, 0, 725, 700, 147, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322047, 3, 300004, 0, 0, 0, 0, 730, 700, 148, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322048, 3, 300004, 0, 0, 0, 0, 735, 700, 149, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322049, 3, 300004, 0, 0, 0, 0, 740, 700, 150, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322050, 3, 300004, 0, 0, 0, 0, 745, 700, 151, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322051, 3, 300004, 0, 0, 0, 0, 750, 700, 152, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322052, 3, 300004, 0, 0, 0, 0, 755, 700, 153, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322053, 3, 300004, 0, 0, 0, 0, 760, 700, 154, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322054, 3, 300004, 0, 0, 0, 0, 765, 700, 155, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322055, 3, 300004, 0, 0, 0, 0, 770, 700, 156, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322056, 3, 300004, 0, 0, 0, 0, 775, 700, 157, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322057, 3, 300004, 0, 0, 0, 0, 780, 700, 158, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322058, 3, 300004, 0, 0, 0, 0, 785, 700, 159, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322059, 3, 300004, 0, 0, 0, 0, 790, 700, 160, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322060, 3, 300004, 0, 0, 0, 0, 795, 700, 161, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (322061, 3, 300004, 0, 0, 0, 0, 800, 700, 162, 700, 90, 43, 50, 0, 1, 30001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330000, 3, 600001, 0, 0, 0, 0, 30, 800, 1, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330001, 3, 600001, 0, 0, 0, 0, 50, 800, 2, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330002, 3, 600001, 0, 0, 0, 0, 100, 800, 3, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330003, 3, 600001, 0, 0, 0, 0, 150, 800, 4, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330004, 3, 600001, 0, 0, 0, 0, 200, 800, 5, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330005, 3, 600001, 0, 0, 0, 0, 250, 800, 6, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330006, 3, 600001, 0, 0, 0, 0, 300, 800, 7, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330007, 3, 600001, 0, 0, 0, 0, 350, 800, 8, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330008, 3, 600001, 0, 0, 0, 0, 400, 800, 9, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330009, 3, 600001, 0, 0, 0, 0, 450, 800, 10, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330010, 3, 600001, 0, 0, 0, 0, 500, 800, 11, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330011, 3, 600001, 0, 0, 0, 0, 550, 800, 12, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330012, 3, 600001, 0, 0, 0, 0, 600, 800, 13, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330013, 3, 600001, 0, 0, 0, 0, 650, 800, 14, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330014, 3, 600001, 0, 0, 0, 0, 700, 800, 15, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330015, 3, 600001, 0, 0, 0, 0, 750, 800, 16, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330016, 3, 600001, 0, 0, 0, 0, 800, 800, 17, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330017, 3, 600001, 0, 0, 0, 0, 850, 800, 18, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330018, 3, 600001, 0, 0, 0, 0, 900, 800, 19, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330019, 3, 600001, 0, 0, 0, 0, 950, 800, 20, 800, 90, 43, 150, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330020, 3, 600001, 0, 0, 0, 0, 1000, 800, 21, 800, 90, 43, 1500, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330100, 3, 600004, 0, 0, 0, 0, 1, 1, 1, 3, 90, 43, 150, 0, 0, 60010, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330200, 3, 100019, 10003, 0, 0, 0, 1, 9, 1, 9, 90, 43, 150, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330300, 3, 600008, 0, 0, 0, 0, 1, 3, 1, 4, 90, 43, 30, 0, 0, 60031, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330400, 3, 600009, 0, 0, 0, 0, 1, 4, 1, 6, 90, 43, 30, 0, 0, 60040, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330410, 3, 500002, 101, 0, 0, 0, 1, 8, 1, 7, 90, 43, 30, 0, 0, 50002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330411, 3, 500002, 201, 0, 0, 0, 1, 8, 2, 7, 90, 43, 30, 0, 1, 50002, '2021/06/29 12:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330412, 3, 500002, 218, 0, 0, 0, 1, 8, 3, 7, 90, 43, 30, 0, 1, 50002, '2025/08/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330413, 3, 500002, 401, 0, 0, 0, 1, 8, 4, 7, 90, 43, 30, 0, 1, 50002, '2025/10/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330500, 3, 600010, 0, 0, 0, 0, 1, 5, 1, 1, 90, 43, 30, 0, 0, 60050, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330600, 3, 600011, 0, 0, 0, 0, 1, 6, 1, 5, 90, 43, 30, 0, 0, 60032, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330700, 3, 600012, 0, 0, 0, 0, 1, 7, 1, 8, 90, 43, 1000, 0, 0, 60060, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330900, 3, 600029, 0, 0, 0, 0, 1, 10, 1, 10, 91, 59, 3000, 0, 1, 60070, '2025/06/26 00:30:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (330910, 3, 600030, 0, 0, 0, 0, 1, 11, 1, 11, 90, 43, 30, 0, 1, 60070, '2025/06/26 00:30:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331000, 3, 600031, 0, 0, 0, 0, 1, 15, 1, 15, 90, 43, 30, 0, 1, 60034, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331100, 3, 600032, 1, 0, 0, 0, 1, 16, 1, 16, 30, 110, 2000, 0, 1, 50002, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331110, 3, 600032, 6, 0, 0, 0, 1, 17, 1, 17, 91, 59, 4000, 0, 1, 60080, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331200, 3, 600039, 0, 0, 0, 0, 1, 18, 1, 18, 90, 43, 30, 0, 1, 60100, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331500, 3, 600020, 0, 0, 0, 0, 1, 822, 1, 822, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331501, 3, 600020, 0, 0, 0, 0, 3, 822, 2, 822, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331502, 3, 600020, 0, 0, 0, 0, 5, 822, 3, 822, 90, 43, 60, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331503, 3, 600020, 0, 0, 0, 0, 10, 822, 4, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331504, 3, 600020, 0, 0, 0, 0, 15, 822, 5, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331505, 3, 600020, 0, 0, 0, 0, 20, 822, 6, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331506, 3, 600020, 0, 0, 0, 0, 25, 822, 7, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331507, 3, 600020, 0, 0, 0, 0, 30, 822, 8, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331508, 3, 600020, 0, 0, 0, 0, 35, 822, 9, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331509, 3, 600020, 0, 0, 0, 0, 40, 822, 10, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331510, 3, 600020, 0, 0, 0, 0, 45, 822, 11, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331511, 3, 600020, 0, 0, 0, 0, 50, 822, 12, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331512, 3, 600020, 0, 0, 0, 0, 60, 822, 13, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331513, 3, 600020, 0, 0, 0, 0, 70, 822, 14, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331514, 3, 600020, 0, 0, 0, 0, 80, 822, 15, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331515, 3, 600020, 0, 0, 0, 0, 90, 822, 16, 822, 90, 43, 80, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331516, 3, 600020, 0, 0, 0, 0, 100, 822, 17, 822, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331517, 3, 600020, 0, 0, 0, 0, 120, 822, 18, 822, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331518, 3, 600020, 0, 0, 0, 0, 140, 822, 19, 822, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331519, 3, 600020, 0, 0, 0, 0, 160, 822, 20, 822, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331520, 3, 600020, 0, 0, 0, 0, 180, 822, 21, 822, 90, 43, 100, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331521, 3, 600020, 0, 0, 0, 0, 200, 822, 22, 822, 90, 43, 200, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331522, 3, 600020, 0, 0, 0, 0, 220, 822, 23, 822, 90, 43, 200, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331523, 3, 600020, 0, 0, 0, 0, 240, 822, 24, 822, 90, 43, 200, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331524, 3, 600020, 0, 0, 0, 0, 260, 822, 25, 822, 90, 43, 200, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331525, 3, 600020, 0, 0, 0, 0, 280, 822, 26, 822, 90, 43, 200, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331526, 3, 600020, 0, 0, 0, 0, 300, 822, 27, 822, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331527, 3, 600020, 0, 0, 0, 0, 350, 822, 28, 822, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331528, 3, 600020, 0, 0, 0, 0, 400, 822, 29, 822, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331529, 3, 600020, 0, 0, 0, 0, 450, 822, 30, 822, 90, 43, 300, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331530, 3, 600020, 0, 0, 0, 0, 500, 822, 31, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331531, 3, 600020, 0, 0, 0, 0, 550, 822, 32, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331532, 3, 600020, 0, 0, 0, 0, 600, 822, 33, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331533, 3, 600020, 0, 0, 0, 0, 650, 822, 34, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331534, 3, 600020, 0, 0, 0, 0, 700, 822, 35, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331535, 3, 600020, 0, 0, 0, 0, 750, 822, 36, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331536, 3, 600020, 0, 0, 0, 0, 800, 822, 37, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331537, 3, 600020, 0, 0, 0, 0, 850, 822, 38, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331538, 3, 600020, 0, 0, 0, 0, 900, 822, 39, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331539, 3, 600020, 0, 0, 0, 0, 950, 822, 40, 822, 90, 43, 500, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331540, 3, 600020, 0, 0, 0, 0, 1000, 822, 41, 822, 90, 43, 1000, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331600, 3, 600021, 1000000, 0, 0, 0, 1, 823, 1, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331601, 3, 600021, 1000000, 0, 0, 0, 2, 823, 2, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331602, 3, 600021, 1000000, 0, 0, 0, 3, 823, 3, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331603, 3, 600021, 1000000, 0, 0, 0, 4, 823, 4, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331604, 3, 600021, 1000000, 0, 0, 0, 5, 823, 5, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331605, 3, 600021, 1000000, 0, 0, 0, 6, 823, 6, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331606, 3, 600021, 1000000, 0, 0, 0, 7, 823, 7, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331607, 3, 600021, 1000000, 0, 0, 0, 8, 823, 8, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331608, 3, 600021, 1000000, 0, 0, 0, 9, 823, 9, 823, 90, 43, 30, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331609, 3, 600021, 1000000, 0, 0, 0, 10, 823, 10, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331610, 3, 600021, 1000000, 0, 0, 0, 15, 823, 11, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331611, 3, 600021, 1000000, 0, 0, 0, 20, 823, 12, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331612, 3, 600021, 1000000, 0, 0, 0, 25, 823, 13, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331613, 3, 600021, 1000000, 0, 0, 0, 30, 823, 14, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331614, 3, 600021, 1000000, 0, 0, 0, 35, 823, 15, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331615, 3, 600021, 1000000, 0, 0, 0, 40, 823, 16, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331616, 3, 600021, 1000000, 0, 0, 0, 45, 823, 17, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331617, 3, 600021, 1000000, 0, 0, 0, 50, 823, 18, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331618, 3, 600021, 1000000, 0, 0, 0, 55, 823, 19, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331619, 3, 600021, 1000000, 0, 0, 0, 60, 823, 20, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331620, 3, 600021, 1000000, 0, 0, 0, 65, 823, 21, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331621, 3, 600021, 1000000, 0, 0, 0, 70, 823, 22, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331622, 3, 600021, 1000000, 0, 0, 0, 75, 823, 23, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331623, 3, 600021, 1000000, 0, 0, 0, 80, 823, 24, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331624, 3, 600021, 1000000, 0, 0, 0, 85, 823, 25, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331625, 3, 600021, 1000000, 0, 0, 0, 90, 823, 26, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331626, 3, 600021, 1000000, 0, 0, 0, 95, 823, 27, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331627, 3, 600021, 1000000, 0, 0, 0, 100, 823, 28, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331628, 3, 600021, 1000000, 0, 0, 0, 110, 823, 29, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331629, 3, 600021, 1000000, 0, 0, 0, 120, 823, 30, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331630, 3, 600021, 1000000, 0, 0, 0, 130, 823, 31, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331631, 3, 600021, 1000000, 0, 0, 0, 140, 823, 32, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331632, 3, 600021, 1000000, 0, 0, 0, 150, 823, 33, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331633, 3, 600021, 1000000, 0, 0, 0, 160, 823, 34, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331634, 3, 600021, 1000000, 0, 0, 0, 170, 823, 35, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331635, 3, 600021, 1000000, 0, 0, 0, 180, 823, 36, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331636, 3, 600021, 1000000, 0, 0, 0, 190, 823, 37, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (331637, 3, 600021, 1000000, 0, 0, 0, 200, 823, 38, 823, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333000, 3, 400002, 0, 0, 0, 0, 10, 740, 1, 740, 90, 43, 10, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333001, 3, 400002, 0, 0, 0, 0, 15, 740, 2, 740, 90, 43, 10, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333002, 3, 400002, 0, 0, 0, 0, 20, 740, 3, 740, 90, 43, 10, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333003, 3, 400002, 0, 0, 0, 0, 25, 740, 4, 740, 90, 43, 10, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333004, 3, 400002, 0, 0, 0, 0, 30, 740, 5, 740, 90, 43, 10, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333005, 3, 400002, 0, 0, 0, 0, 35, 740, 6, 740, 90, 43, 10, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333006, 3, 400002, 0, 0, 0, 0, 40, 740, 7, 740, 90, 43, 30, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333007, 3, 400002, 0, 0, 0, 0, 45, 740, 8, 740, 90, 43, 30, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333008, 3, 400002, 0, 0, 0, 0, 50, 740, 9, 740, 90, 43, 30, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333009, 3, 400002, 0, 0, 0, 0, 55, 740, 10, 740, 90, 43, 30, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333010, 3, 400002, 0, 0, 0, 0, 60, 740, 11, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333011, 3, 400002, 0, 0, 0, 0, 65, 740, 12, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333012, 3, 400002, 0, 0, 0, 0, 70, 740, 13, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333013, 3, 400002, 0, 0, 0, 0, 75, 740, 14, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333014, 3, 400002, 0, 0, 0, 0, 80, 740, 15, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333015, 3, 400002, 0, 0, 0, 0, 85, 740, 16, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333016, 3, 400002, 0, 0, 0, 0, 90, 740, 17, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333017, 3, 400002, 0, 0, 0, 0, 95, 740, 18, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333018, 3, 400002, 0, 0, 0, 0, 100, 740, 19, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333019, 3, 400002, 0, 0, 0, 0, 105, 740, 20, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333020, 3, 400002, 0, 0, 0, 0, 110, 740, 21, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333021, 3, 400002, 0, 0, 0, 0, 115, 740, 22, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333022, 3, 400002, 0, 0, 0, 0, 120, 740, 23, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333023, 3, 400002, 0, 0, 0, 0, 125, 740, 24, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333024, 3, 400002, 0, 0, 0, 0, 130, 740, 25, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333025, 3, 400002, 0, 0, 0, 0, 135, 740, 26, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333026, 3, 400002, 0, 0, 0, 0, 140, 740, 27, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333027, 3, 400002, 0, 0, 0, 0, 145, 740, 28, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333028, 3, 400002, 0, 0, 0, 0, 150, 740, 29, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333029, 3, 400002, 0, 0, 0, 0, 155, 740, 30, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333030, 3, 400002, 0, 0, 0, 0, 160, 740, 31, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333031, 3, 400002, 0, 0, 0, 0, 165, 740, 32, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333032, 3, 400002, 0, 0, 0, 0, 170, 740, 33, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333033, 3, 400002, 0, 0, 0, 0, 175, 740, 34, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333034, 3, 400002, 0, 0, 0, 0, 180, 740, 35, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333035, 3, 400002, 0, 0, 0, 0, 185, 740, 36, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333036, 3, 400002, 0, 0, 0, 0, 190, 740, 37, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333037, 3, 400002, 0, 0, 0, 0, 195, 740, 38, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333038, 3, 400002, 0, 0, 0, 0, 200, 740, 39, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333039, 3, 400002, 0, 0, 0, 0, 205, 740, 40, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333040, 3, 400002, 0, 0, 0, 0, 210, 740, 41, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333041, 3, 400002, 0, 0, 0, 0, 215, 740, 42, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333042, 3, 400002, 0, 0, 0, 0, 220, 740, 43, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333043, 3, 400002, 0, 0, 0, 0, 225, 740, 44, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333044, 3, 400002, 0, 0, 0, 0, 230, 740, 45, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333045, 3, 400002, 0, 0, 0, 0, 235, 740, 46, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333046, 3, 400002, 0, 0, 0, 0, 240, 740, 47, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333047, 3, 400002, 0, 0, 0, 0, 245, 740, 48, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333048, 3, 400002, 0, 0, 0, 0, 250, 740, 49, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333049, 3, 400002, 0, 0, 0, 0, 255, 740, 50, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333050, 3, 400002, 0, 0, 0, 0, 260, 740, 51, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333051, 3, 400002, 0, 0, 0, 0, 265, 740, 52, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333052, 3, 400002, 0, 0, 0, 0, 270, 740, 53, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333053, 3, 400002, 0, 0, 0, 0, 275, 740, 54, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333054, 3, 400002, 0, 0, 0, 0, 280, 740, 55, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333055, 3, 400002, 0, 0, 0, 0, 285, 740, 56, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333056, 3, 400002, 0, 0, 0, 0, 290, 740, 57, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333057, 3, 400002, 0, 0, 0, 0, 295, 740, 58, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (333058, 3, 400002, 0, 0, 0, 0, 300, 740, 59, 740, 90, 43, 50, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334000, 3, 400001, 0, 0, 0, 0, 5, 1100, 1, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334001, 3, 400001, 0, 0, 0, 0, 10, 1100, 2, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334002, 3, 400001, 0, 0, 0, 0, 15, 1100, 3, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334003, 3, 400001, 0, 0, 0, 0, 20, 1100, 4, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334004, 3, 400001, 0, 0, 0, 0, 25, 1100, 5, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334005, 3, 400001, 0, 0, 0, 0, 30, 1100, 6, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334006, 3, 400001, 0, 0, 0, 0, 35, 1100, 7, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334007, 3, 400001, 0, 0, 0, 0, 40, 1100, 8, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334008, 3, 400001, 0, 0, 0, 0, 45, 1100, 9, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334009, 3, 400001, 0, 0, 0, 0, 50, 1100, 10, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334010, 3, 400001, 0, 0, 0, 0, 55, 1100, 11, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334011, 3, 400001, 0, 0, 0, 0, 60, 1100, 12, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334012, 3, 400001, 0, 0, 0, 0, 65, 1100, 13, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334013, 3, 400001, 0, 0, 0, 0, 70, 1100, 14, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334014, 3, 400001, 0, 0, 0, 0, 75, 1100, 15, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334015, 3, 400001, 0, 0, 0, 0, 80, 1100, 16, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334016, 3, 400001, 0, 0, 0, 0, 85, 1100, 17, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334017, 3, 400001, 0, 0, 0, 0, 90, 1100, 18, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334018, 3, 400001, 0, 0, 0, 0, 95, 1100, 19, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334019, 3, 400001, 0, 0, 0, 0, 100, 1100, 20, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334020, 3, 400001, 0, 0, 0, 0, 105, 1100, 21, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334021, 3, 400001, 0, 0, 0, 0, 110, 1100, 22, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334022, 3, 400001, 0, 0, 0, 0, 115, 1100, 23, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334023, 3, 400001, 0, 0, 0, 0, 120, 1100, 24, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334024, 3, 400001, 0, 0, 0, 0, 125, 1100, 25, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334025, 3, 400001, 0, 0, 0, 0, 130, 1100, 26, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334026, 3, 400001, 0, 0, 0, 0, 135, 1100, 27, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334027, 3, 400001, 0, 0, 0, 0, 140, 1100, 28, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334028, 3, 400001, 0, 0, 0, 0, 145, 1100, 29, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334029, 3, 400001, 0, 0, 0, 0, 150, 1100, 30, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334030, 3, 400001, 0, 0, 0, 0, 155, 1100, 31, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334031, 3, 400001, 0, 0, 0, 0, 160, 1100, 32, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334032, 3, 400001, 0, 0, 0, 0, 165, 1100, 33, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334033, 3, 400001, 0, 0, 0, 0, 170, 1100, 34, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334034, 3, 400001, 0, 0, 0, 0, 175, 1100, 35, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334035, 3, 400001, 0, 0, 0, 0, 180, 1100, 36, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334036, 3, 400001, 0, 0, 0, 0, 185, 1100, 37, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334037, 3, 400001, 0, 0, 0, 0, 190, 1100, 38, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334038, 3, 400001, 0, 0, 0, 0, 195, 1100, 39, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (334039, 3, 400001, 0, 0, 0, 0, 200, 1100, 40, 1100, 90, 43, 50, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340000, 3, 600014, 1001, 0, 0, 0, 1, 1500, 1, 1500, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340001, 3, 600014, 1002, 0, 0, 0, 1, 1501, 2, 1501, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340002, 3, 600014, 1003, 0, 0, 0, 1, 1502, 3, 1502, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340003, 3, 600014, 1004, 0, 0, 0, 1, 1503, 4, 1503, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340004, 3, 600014, 1005, 0, 0, 0, 1, 1504, 5, 1504, 90, 43, 50, 0, 1, 10001, '2025/10/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340005, 3, 600014, 1006, 0, 0, 0, 1, 1505, 6, 1505, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340006, 3, 600014, 1007, 0, 0, 0, 1, 1506, 7, 1506, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340007, 3, 600014, 1008, 0, 0, 0, 1, 1507, 8, 1507, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340008, 3, 600014, 1009, 0, 0, 0, 1, 1508, 9, 1508, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340009, 3, 600014, 1010, 0, 0, 0, 1, 1509, 10, 1509, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340010, 3, 600014, 1011, 0, 0, 0, 1, 1510, 11, 1510, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340011, 3, 600014, 1012, 0, 0, 0, 1, 1511, 12, 1511, 90, 43, 50, 0, 1, 10001, '2025/09/17 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340012, 3, 600014, 1013, 0, 0, 0, 1, 1512, 13, 1512, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340013, 3, 600014, 1014, 0, 0, 0, 1, 1513, 14, 1513, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340014, 3, 600014, 1015, 0, 0, 0, 1, 1514, 15, 1514, 90, 43, 50, 0, 1, 10001, '2025/06/26 00:30:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340015, 3, 600014, 1017, 0, 0, 0, 1, 1515, 16, 1515, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340016, 3, 600014, 1018, 0, 0, 0, 1, 1516, 17, 1516, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340017, 3, 600014, 1020, 0, 0, 0, 1, 1517, 18, 1517, 90, 43, 50, 0, 1, 10001, '2025/09/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340018, 3, 600014, 1024, 0, 0, 0, 1, 1518, 19, 1518, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340019, 3, 600014, 1027, 0, 0, 0, 1, 1519, 20, 1519, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340020, 3, 600014, 1030, 0, 0, 0, 1, 1520, 21, 1520, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340021, 3, 600014, 1032, 0, 0, 0, 1, 1521, 22, 1521, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340022, 3, 600014, 1035, 0, 0, 0, 1, 1522, 23, 1522, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340023, 3, 600014, 1040, 0, 0, 0, 1, 1523, 24, 1523, 90, 43, 50, 0, 1, 10001, '2025/10/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340024, 3, 600014, 1041, 0, 0, 0, 1, 1524, 25, 1524, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340025, 3, 600014, 1045, 0, 0, 0, 1, 1525, 26, 1525, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340026, 3, 600014, 1052, 0, 0, 0, 1, 1526, 27, 1526, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340027, 3, 600014, 1056, 0, 0, 0, 1, 1527, 28, 1527, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340028, 3, 600014, 1060, 0, 0, 0, 1, 1528, 29, 1528, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340029, 3, 600014, 1061, 0, 0, 0, 1, 1529, 30, 1529, 90, 43, 50, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340030, 3, 600014, 1026, 0, 0, 0, 1, 1530, 31, 1530, 90, 43, 50, 0, 1, 10001, '2025/07/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340031, 3, 600014, 1023, 0, 0, 0, 1, 1531, 32, 1531, 90, 43, 50, 0, 1, 10001, '2025/07/10 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340032, 3, 600014, 1038, 0, 0, 0, 1, 1532, 33, 1532, 90, 43, 50, 0, 1, 10001, '2025/07/27 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340033, 3, 600014, 1050, 0, 0, 0, 1, 1533, 34, 1533, 90, 43, 50, 0, 1, 10001, '2025/08/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340034, 3, 600014, 1046, 0, 0, 0, 1, 1534, 35, 1534, 90, 43, 50, 0, 1, 10001, '2025/08/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340035, 3, 600014, 1016, 0, 0, 0, 1, 1535, 36, 1535, 90, 43, 50, 0, 1, 10001, '2025/08/20 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340036, 3, 600014, 1058, 0, 0, 0, 1, 1536, 37, 1536, 90, 43, 50, 0, 1, 10001, '2025/10/21 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340037, 3, 600014, 1037, 0, 0, 0, 1, 1537, 38, 1537, 90, 43, 50, 0, 1, 10001, '2025/10/30 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340038, 3, 600014, 1028, 0, 0, 0, 1, 1538, 39, 1538, 90, 43, 50, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340039, 3, 600014, 1019, 0, 0, 0, 1, 1539, 40, 1539, 90, 43, 50, 0, 1, 10001, '2025/11/19 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340040, 3, 600014, 1039, 0, 0, 0, 1, 1540, 41, 1540, 90, 43, 50, 0, 1, 10001, '2025/12/01 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340041, 3, 600014, 1025, 0, 0, 0, 1, 1541, 42, 1541, 90, 43, 50, 0, 1, 10001, '2025/12/8 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340042, 3, 600014, 1048, 0, 0, 0, 1, 1542, 43, 1542, 90, 43, 50, 0, 1, 10001, '2025/12/18 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (340043, 3, 600014, 1059, 0, 0, 0, 1, 1543, 44, 1543, 90, 43, 50, 0, 1, 10001, '2025/12/28 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600101, 6, 300006, 6, 0, 0, 0, 1, 30, 1, 30, 55, 100102, 1, 0, 0, 30005, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600102, 6, 300006, 14, 0, 0, 0, 1, 30, 2, 30, 55, 100103, 1, 0, 0, 30005, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600103, 6, 300006, 18, 0, 0, 0, 1, 30, 3, 30, 55, 100104, 1, 0, 0, 30005, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600104, 6, 300006, 24, 0, 0, 0, 1, 30, 4, 30, 55, 100105, 1, 0, 0, 30005, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600105, 6, 300006, 30, 0, 0, 0, 1, 30, 5, 30, 55, 100106, 1, 0, 0, 30005, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600201, 6, 100004, 15, 0, 0, 0, 10, 40, 1, 40, 55, 100201, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600202, 6, 100004, 15, 0, 0, 0, 50, 40, 2, 40, 55, 100202, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600203, 6, 100004, 15, 0, 0, 0, 200, 40, 3, 40, 55, 100203, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600204, 6, 100004, 15, 0, 0, 0, 500, 40, 4, 40, 55, 100204, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600301, 6, 100007, 100, 1, 0, 0, 100, 41, 1, 41, 55, 100301, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600302, 6, 100007, 100, 1, 0, 0, 500, 41, 2, 41, 55, 100302, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600303, 6, 100007, 100, 1, 0, 0, 1000, 41, 3, 41, 55, 100303, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600304, 6, 100007, 100, 1, 0, 0, 2000, 41, 4, 41, 55, 100304, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600401, 6, 100005, 300, 1, 0, 0, 69, 42, 1, 42, 55, 100401, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600402, 6, 100005, 200, 1, 0, 0, 36, 43, 1, 43, 55, 100402, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600403, 6, 100005, 100, 1, 0, 0, 30, 44, 1, 44, 55, 100403, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600404, 6, 100019, 10003, 0, 0, 0, 1, 45, 1, 45, 55, 100150, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600405, 6, 100020, 0, 0, 0, 0, 8, 46, 1, 46, 55, 100151, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600406, 6, 100033, 0, 3, 0, 0, 1, 2000, 1, 2000, 55, 502201, 1, 0, 1, 10001, '2025/11/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600407, 6, 100036, 5, 1, 8, 0, 1, 2001, 1, 2001, 55, 502202, 1, 0, 1, 10001, '2025/11/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600408, 6, 100036, 1, 1, 8, 0, 1, 2002, 1, 2002, 55, 502203, 1, 0, 1, 10001, '2025/11/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600409, 6, 100036, 2, 1, 8, 0, 1, 2003, 1, 2003, 55, 502204, 1, 0, 1, 10001, '2025/11/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600410, 6, 100036, 3, 1, 8, 0, 1, 2004, 1, 2004, 55, 502205, 1, 0, 1, 10001, '2025/11/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600411, 6, 100036, 4, 1, 8, 0, 1, 2005, 1, 2005, 55, 502206, 1, 0, 1, 10001, '2025/11/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600413, 6, 100021, 201111, 0, 0, 0, 1, 2006, 1, 2006, 55, 502207, 1, 0, 1, 10001, '2025/11/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600501, 6, 100008, 10001, 0, 0, 0, 200, 49, 1, 49, 55, 100501, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600502, 6, 100008, 10002, 0, 0, 0, 200, 50, 1, 50, 55, 100502, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600503, 6, 100008, 10003, 0, 0, 0, 200, 51, 1, 51, 55, 100503, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600504, 6, 100008, 10004, 0, 0, 0, 200, 52, 1, 52, 55, 100504, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600505, 6, 100008, 10005, 0, 0, 0, 200, 53, 1, 53, 55, 100505, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600506, 6, 100008, 10006, 0, 0, 0, 200, 54, 1, 54, 55, 100506, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600507, 6, 100008, 10007, 0, 0, 0, 200, 55, 1, 55, 55, 100507, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600508, 6, 100008, 10008, 0, 0, 0, 200, 56, 1, 56, 55, 100508, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600509, 6, 100008, 10009, 0, 0, 0, 200, 57, 1, 57, 55, 100509, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600510, 6, 100008, 10010, 0, 0, 0, 200, 58, 1, 58, 55, 100510, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600520, 6, 100017, 0, 0, 0, 0, 1000, 59, 1, 59, 55, 100120, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600521, 6, 100018, 0, 0, 0, 0, 100, 60, 1, 60, 55, 100130, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600530, 6, 200003, 0, 0, 0, 0, 100, 62, 1, 62, 55, 100530, 1, 0, 0, 20003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600540, 6, 200004, 0, 0, 0, 0, 1, 61, 1, 61, 55, 100540, 1, 0, 1, 20002, '2025/07/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600541, 6, 200004, 0, 0, 0, 0, 100, 61, 2, 61, 55, 100541, 1, 0, 1, 20002, '2025/07/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600550, 6, 200005, 0, 0, 0, 0, 100, 63, 1, 63, 55, 100550, 1, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600551, 6, 200007, 6, 0, 0, 0, 1, 64, 1, 64, 55, 100551, 1, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600552, 6, 200006, 0, 0, 0, 0, 100, 65, 1, 65, 55, 100552, 1, 0, 0, 20001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600580, 6, 300005, 5, 0, 0, 0, 10, 66, 1, 66, 55, 101120, 1, 0, 0, 30002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600601, 6, 600006, 1001, 0, 0, 0, 1, 67, 1, 67, 55, 100601, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600602, 6, 600006, 1005, 0, 0, 0, 1, 68, 1, 68, 55, 100602, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600603, 6, 600006, 1006, 0, 0, 0, 1, 69, 1, 69, 55, 100603, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600604, 6, 600006, 1007, 0, 0, 0, 1, 70, 1, 70, 55, 100604, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600605, 6, 600006, 1008, 0, 0, 0, 1, 71, 1, 71, 55, 100605, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600606, 6, 600006, 1009, 0, 0, 0, 1, 72, 1, 72, 55, 100606, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600607, 6, 600006, 1010, 0, 0, 0, 1, 73, 1, 73, 55, 100607, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600608, 6, 600006, 1025, 0, 0, 0, 1, 74, 1, 74, 55, 100608, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600609, 6, 600006, 1026, 0, 0, 0, 1, 75, 1, 75, 55, 100609, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600610, 6, 600006, 1027, 0, 0, 0, 1, 76, 1, 76, 55, 100610, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600611, 6, 600006, 1028, 0, 0, 0, 1, 77, 1, 77, 55, 100611, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600612, 6, 600006, 1032, 0, 0, 0, 1, 78, 1, 78, 55, 100612, 1, 0, 1, 0, '2025/07/16 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600613, 6, 600023, 1032, 1, 1013, 0, 1, 88, 1, 78, 55, 100613, 1, 0, 1, 0, '2025/07/16 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600614, 6, 600006, 1030, 0, 0, 0, 1, 79, 1, 79, 55, 100614, 1, 0, 1, 0, '2025/08/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600616, 6, 600006, 1031, 0, 0, 0, 1, 81, 1, 79, 55, 100616, 1, 0, 1, 0, '2025/10/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600617, 6, 600006, 1004, 0, 0, 0, 1, 82, 1, 79, 55, 100617, 1, 0, 1, 0, '2025/11/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600618, 6, 600006, 1035, 0, 0, 0, 1, 80, 1, 79, 55, 100618, 1, 0, 1, 0, '2025/11/06 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600701, 6, 600002, 0, 0, 0, 0, 25, 90, 1, 90, 55, 100701, 1, 0, 0, 60001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600702, 6, 600002, 0, 0, 0, 0, 50, 90, 2, 90, 55, 100702, 1, 0, 0, 60001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600703, 6, 600003, 0, 0, 0, 0, 100, 91, 1, 91, 55, 100703, 1, 0, 0, 60001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600704, 6, 600003, 0, 0, 0, 0, 200, 91, 2, 91, 55, 100704, 1, 0, 0, 60001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600705, 6, 600018, 0, 0, 0, 0, 100, 92, 1, 92, 55, 100705, 1, 0, 0, 60033, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600706, 6, 600024, 0, 0, 0, 0, 1, 6001, 1, 93, 55, 100801, 1, 0, 1, 30006, '2025/12/24 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600707, 6, 600025, 0, 0, 0, 0, 10, 6002, 1, 93, 55, 100802, 1, 0, 1, 30006, '2025/12/24 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600708, 6, 600025, 0, 0, 0, 0, 100, 6002, 2, 93, 55, 100803, 1, 0, 1, 30006, '2025/12/24 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600709, 6, 600025, 0, 0, 0, 0, 500, 6002, 3, 93, 55, 100804, 1, 0, 1, 30006, '2025/12/24 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600801, 6, 100047, 10003, 100000, 0, 0, 1, 102, 1, 102, 55, 100187, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600802, 6, 100028, 0, 1000000, 0, 0, 1, 103, 1, 103, 55, 100180, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600803, 6, 100048, 301, 0, 0, 0, 30, 104, 1, 104, 55, 100188, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600804, 6, 100049, 1, 3, 1, 2, 1, 105, 1, 105, 55, 100181, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600805, 6, 100049, 2, 3, 2, 2, 1, 106, 1, 106, 55, 100182, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600806, 6, 100049, 3, 3, 3, 2, 1, 107, 1, 107, 55, 100183, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600807, 6, 100049, 4, 3, 4, 2, 1, 108, 1, 108, 55, 100184, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600808, 6, 100049, 12, 3, 12, 2, 1, 109, 1, 109, 55, 100185, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (600809, 6, 100050, 0, 0, 0, 8, 1, 110, 1, 110, 55, 100186, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601101, 6, 400001, 0, 0, 0, 0, 15, 94, 1, 94, 55, 101101, 1, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601102, 6, 400001, 0, 0, 0, 0, 100, 94, 2, 94, 55, 101102, 1, 0, 0, 40002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601201, 6, 400002, 0, 0, 0, 0, 30, 95, 1, 95, 55, 101201, 1, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601202, 6, 400002, 0, 0, 0, 0, 250, 95, 2, 95, 55, 101202, 1, 0, 0, 40003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601301, 6, 600007, 0, 0, 0, 0, 1000000, 96, 1, 96, 55, 101301, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601302, 6, 600007, 0, 0, 0, 0, 10000000, 96, 2, 96, 55, 101302, 1, 0, 0, 0, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601304, 6, 100023, 10, 0, 0, 0, 1, 98, 1, 98, 55, 100170, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601305, 6, 100051, 0, 0, 0, 0, 300, 111, 1, 111, 55, 100171, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601400, 6, 500003, 0, 0, 0, 0, 100, 99, 1, 99, 55, 101400, 1, 0, 0, 50001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601401, 6, 500002, 118, 0, 0, 0, 1, 100, 1, 100, 55, 101401, 1, 0, 0, 50002, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601402, 6, 500002, 217, 0, 0, 0, 1, 100, 2, 100, 55, 101402, 1, 0, 1, 50002, '2021/06/29 12:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601403, 6, 500002, 234, 0, 0, 0, 1, 100, 3, 100, 55, 101403, 1, 0, 1, 50002, '2025/08/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601404, 6, 500002, 417, 0, 0, 0, 1, 100, 4, 100, 55, 101404, 1, 0, 1, 50002, '2025/10/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601499, 6, 100021, 7, 0, 0, 0, 1, 101, 1, 101, 55, 100190, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601500, 6, 100024, 7, 0, 0, 0, 18, 112, 1, 112, 55, 100191, 1, 0, 1, 10001, '2025/10/14 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601501, 6, 500001, 41001004, 0, 0, 0, 1, 177, 1, 177, 55, 101501, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601502, 6, 600013, 1001, 0, 0, 0, 10000000, 178, 1, 178, 55, 101502, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601503, 6, 600013, 1001, 0, 0, 0, 50000000, 178, 2, 178, 55, 101503, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601504, 6, 600013, 1001, 0, 0, 0, 100000000, 178, 3, 178, 55, 101504, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601601, 6, 500001, 41002004, 0, 0, 0, 1, 180, 1, 180, 55, 101601, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601602, 6, 600013, 1002, 0, 0, 0, 10000000, 181, 1, 181, 55, 101602, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601603, 6, 600013, 1002, 0, 0, 0, 50000000, 181, 2, 181, 55, 101603, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601604, 6, 600013, 1002, 0, 0, 0, 100000000, 181, 3, 181, 55, 101604, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601701, 6, 500001, 41003004, 0, 0, 0, 1, 183, 1, 183, 55, 101701, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601702, 6, 600013, 1003, 0, 0, 0, 10000000, 184, 1, 184, 55, 101702, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601703, 6, 600013, 1003, 0, 0, 0, 50000000, 184, 2, 184, 55, 101703, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601704, 6, 600013, 1003, 0, 0, 0, 100000000, 184, 3, 184, 55, 101704, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601801, 6, 500001, 41004004, 0, 0, 0, 1, 186, 1, 186, 55, 101801, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601802, 6, 600013, 1004, 0, 0, 0, 10000000, 187, 1, 187, 55, 101802, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601803, 6, 600013, 1004, 0, 0, 0, 50000000, 187, 2, 187, 55, 101803, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601804, 6, 600013, 1004, 0, 0, 0, 100000000, 187, 3, 187, 55, 101804, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601901, 6, 500001, 41005004, 0, 0, 0, 1, 189, 1, 189, 55, 101901, 1, 0, 1, 50003, '2025/10/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601902, 6, 600013, 1005, 0, 0, 0, 10000000, 190, 1, 190, 55, 101902, 1, 0, 1, 10001, '2025/10/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601903, 6, 600013, 1005, 0, 0, 0, 50000000, 190, 2, 190, 55, 101903, 1, 0, 1, 10001, '2025/10/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (601904, 6, 600013, 1005, 0, 0, 0, 100000000, 190, 3, 190, 55, 101904, 1, 0, 1, 10001, '2025/10/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602001, 6, 500001, 41006004, 0, 0, 0, 1, 192, 1, 192, 55, 102001, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602002, 6, 600013, 1006, 0, 0, 0, 10000000, 193, 1, 193, 55, 102002, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602003, 6, 600013, 1006, 0, 0, 0, 50000000, 193, 2, 193, 55, 102003, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602004, 6, 600013, 1006, 0, 0, 0, 100000000, 193, 3, 193, 55, 102004, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602101, 6, 500001, 41007004, 0, 0, 0, 1, 195, 1, 195, 55, 102101, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602102, 6, 600013, 1007, 0, 0, 0, 10000000, 196, 1, 196, 55, 102102, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602103, 6, 600013, 1007, 0, 0, 0, 50000000, 196, 2, 196, 55, 102103, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602104, 6, 600013, 1007, 0, 0, 0, 100000000, 196, 3, 196, 55, 102104, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602201, 6, 500001, 41008004, 0, 0, 0, 1, 198, 1, 198, 55, 102201, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602202, 6, 600013, 1008, 0, 0, 0, 10000000, 199, 1, 199, 55, 102202, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602203, 6, 600013, 1008, 0, 0, 0, 50000000, 199, 2, 199, 55, 102203, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602204, 6, 600013, 1008, 0, 0, 0, 100000000, 199, 3, 199, 55, 102204, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602301, 6, 500001, 41009004, 0, 0, 0, 1, 201, 1, 201, 55, 102301, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602302, 6, 600013, 1009, 0, 0, 0, 10000000, 202, 1, 202, 55, 102302, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602303, 6, 600013, 1009, 0, 0, 0, 50000000, 202, 2, 202, 55, 102303, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602304, 6, 600013, 1009, 0, 0, 0, 100000000, 202, 3, 202, 55, 102304, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602401, 6, 500001, 41010004, 0, 0, 0, 1, 204, 1, 204, 55, 102401, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602402, 6, 600013, 1010, 0, 0, 0, 10000000, 205, 1, 205, 55, 102402, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602403, 6, 600013, 1010, 0, 0, 0, 50000000, 205, 2, 205, 55, 102403, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602404, 6, 600013, 1010, 0, 0, 0, 100000000, 205, 3, 205, 55, 102404, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602501, 6, 500001, 41011004, 0, 0, 0, 1, 207, 1, 207, 55, 102501, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602502, 6, 600013, 1011, 0, 0, 0, 10000000, 208, 1, 208, 55, 102502, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602503, 6, 600013, 1011, 0, 0, 0, 50000000, 208, 2, 208, 55, 102503, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602504, 6, 600013, 1011, 0, 0, 0, 100000000, 208, 3, 208, 55, 102504, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602601, 6, 500001, 41012004, 0, 0, 0, 1, 210, 1, 210, 55, 102601, 1, 0, 1, 50003, '2025/09/17 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602602, 6, 600013, 1012, 0, 0, 0, 10000000, 211, 1, 211, 55, 102602, 1, 0, 1, 10001, '2025/09/17 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602603, 6, 600013, 1012, 0, 0, 0, 50000000, 211, 2, 211, 55, 102603, 1, 0, 1, 10001, '2025/09/17 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602604, 6, 600013, 1012, 0, 0, 0, 100000000, 211, 3, 211, 55, 102604, 1, 0, 1, 10001, '2025/09/17 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602701, 6, 500001, 41013004, 0, 0, 0, 1, 213, 1, 213, 55, 102701, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602702, 6, 600013, 1013, 0, 0, 0, 10000000, 214, 1, 214, 55, 102702, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602703, 6, 600013, 1013, 0, 0, 0, 50000000, 214, 2, 214, 55, 102703, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602704, 6, 600013, 1013, 0, 0, 0, 100000000, 214, 3, 214, 55, 102704, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602801, 6, 500001, 41014004, 0, 0, 0, 1, 216, 1, 216, 55, 102801, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602802, 6, 600013, 1014, 0, 0, 0, 10000000, 217, 1, 217, 55, 102802, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602803, 6, 600013, 1014, 0, 0, 0, 50000000, 217, 2, 217, 55, 102803, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602804, 6, 600013, 1014, 0, 0, 0, 100000000, 217, 3, 217, 55, 102804, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602901, 6, 500001, 41015004, 0, 0, 0, 1, 219, 1, 219, 55, 102901, 1, 0, 1, 50003, '2025/06/26 00:30:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602902, 6, 600013, 1015, 0, 0, 0, 10000000, 220, 1, 220, 55, 102902, 1, 0, 1, 10001, '2025/06/26 00:30:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602903, 6, 600013, 1015, 0, 0, 0, 50000000, 220, 2, 220, 55, 102903, 1, 0, 1, 10001, '2025/06/26 00:30:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (602904, 6, 600013, 1015, 0, 0, 0, 100000000, 220, 3, 220, 55, 102904, 1, 0, 1, 10001, '2025/06/26 00:30:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603001, 6, 500001, 41017004, 0, 0, 0, 1, 222, 1, 222, 55, 103001, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603002, 6, 600013, 1017, 0, 0, 0, 10000000, 223, 1, 223, 55, 103002, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603003, 6, 600013, 1017, 0, 0, 0, 50000000, 223, 2, 223, 55, 103003, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603004, 6, 600013, 1017, 0, 0, 0, 100000000, 223, 3, 223, 55, 103004, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603101, 6, 500001, 41018004, 0, 0, 0, 1, 225, 1, 225, 55, 103101, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603102, 6, 600013, 1018, 0, 0, 0, 10000000, 226, 1, 226, 55, 103102, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603103, 6, 600013, 1018, 0, 0, 0, 50000000, 226, 2, 226, 55, 103103, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603104, 6, 600013, 1018, 0, 0, 0, 100000000, 226, 3, 226, 55, 103104, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603201, 6, 500001, 41020004, 0, 0, 0, 1, 228, 1, 228, 55, 103201, 1, 0, 1, 50003, '2025/09/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603202, 6, 600013, 1020, 0, 0, 0, 10000000, 229, 1, 229, 55, 103202, 1, 0, 1, 10001, '2025/09/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603203, 6, 600013, 1020, 0, 0, 0, 50000000, 229, 2, 229, 55, 103203, 1, 0, 1, 10001, '2025/09/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603204, 6, 600013, 1020, 0, 0, 0, 100000000, 229, 3, 229, 55, 103204, 1, 0, 1, 10001, '2025/09/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603301, 6, 500001, 41024004, 0, 0, 0, 1, 231, 1, 231, 55, 103301, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603302, 6, 600013, 1024, 0, 0, 0, 10000000, 232, 1, 232, 55, 103302, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603303, 6, 600013, 1024, 0, 0, 0, 50000000, 232, 2, 232, 55, 103303, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603304, 6, 600013, 1024, 0, 0, 0, 100000000, 232, 3, 232, 55, 103304, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603401, 6, 500001, 41027004, 0, 0, 0, 1, 234, 1, 234, 55, 103401, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603402, 6, 600013, 1027, 0, 0, 0, 10000000, 235, 1, 235, 55, 103402, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603403, 6, 600013, 1027, 0, 0, 0, 50000000, 235, 2, 235, 55, 103403, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603404, 6, 600013, 1027, 0, 0, 0, 100000000, 235, 3, 235, 55, 103404, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603501, 6, 500001, 41030004, 0, 0, 0, 1, 237, 1, 237, 55, 103501, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603502, 6, 600013, 1030, 0, 0, 0, 10000000, 238, 1, 238, 55, 103502, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603503, 6, 600013, 1030, 0, 0, 0, 50000000, 238, 2, 238, 55, 103503, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603504, 6, 600013, 1030, 0, 0, 0, 100000000, 238, 3, 238, 55, 103504, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603601, 6, 500001, 41032004, 0, 0, 0, 1, 240, 1, 240, 55, 103601, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603602, 6, 600013, 1032, 0, 0, 0, 10000000, 241, 1, 241, 55, 103602, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603603, 6, 600013, 1032, 0, 0, 0, 50000000, 241, 2, 241, 55, 103603, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603604, 6, 600013, 1032, 0, 0, 0, 100000000, 241, 3, 241, 55, 103604, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603701, 6, 500001, 41035004, 0, 0, 0, 1, 243, 1, 243, 55, 103701, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603702, 6, 600013, 1035, 0, 0, 0, 10000000, 244, 1, 244, 55, 103702, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603703, 6, 600013, 1035, 0, 0, 0, 50000000, 244, 2, 244, 55, 103703, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603704, 6, 600013, 1035, 0, 0, 0, 100000000, 244, 3, 244, 55, 103704, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603801, 6, 500001, 41040004, 0, 0, 0, 1, 246, 1, 246, 55, 103801, 1, 0, 1, 50003, '2025/10/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603802, 6, 600013, 1040, 0, 0, 0, 10000000, 247, 1, 247, 55, 103802, 1, 0, 1, 10001, '2025/10/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603803, 6, 600013, 1040, 0, 0, 0, 50000000, 247, 2, 247, 55, 103803, 1, 0, 1, 10001, '2025/10/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603804, 6, 600013, 1040, 0, 0, 0, 100000000, 247, 3, 247, 55, 103804, 1, 0, 1, 10001, '2025/10/07 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603901, 6, 500001, 41041004, 0, 0, 0, 1, 249, 1, 249, 55, 103901, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603902, 6, 600013, 1041, 0, 0, 0, 10000000, 250, 1, 250, 55, 103902, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603903, 6, 600013, 1041, 0, 0, 0, 50000000, 250, 2, 250, 55, 103903, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (603904, 6, 600013, 1041, 0, 0, 0, 100000000, 250, 3, 250, 55, 103904, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604001, 6, 500001, 41045004, 0, 0, 0, 1, 252, 1, 252, 55, 104001, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604002, 6, 600013, 1045, 0, 0, 0, 10000000, 253, 1, 253, 55, 104002, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604003, 6, 600013, 1045, 0, 0, 0, 50000000, 253, 2, 253, 55, 104003, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604004, 6, 600013, 1045, 0, 0, 0, 100000000, 253, 3, 253, 55, 104004, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604101, 6, 500001, 41052004, 0, 0, 0, 1, 255, 1, 255, 55, 104101, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604102, 6, 600013, 1052, 0, 0, 0, 10000000, 256, 1, 256, 55, 104102, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604103, 6, 600013, 1052, 0, 0, 0, 50000000, 256, 2, 256, 55, 104103, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604104, 6, 600013, 1052, 0, 0, 0, 100000000, 256, 3, 256, 55, 104104, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604201, 6, 500001, 41056004, 0, 0, 0, 1, 258, 1, 258, 55, 104201, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604202, 6, 600013, 1056, 0, 0, 0, 10000000, 259, 1, 259, 55, 104202, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604203, 6, 600013, 1056, 0, 0, 0, 50000000, 259, 2, 259, 55, 104203, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604204, 6, 600013, 1056, 0, 0, 0, 100000000, 259, 3, 259, 55, 104204, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604301, 6, 500001, 41060004, 0, 0, 0, 1, 261, 1, 261, 55, 104301, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604302, 6, 600013, 1060, 0, 0, 0, 10000000, 262, 1, 262, 55, 104302, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604303, 6, 600013, 1060, 0, 0, 0, 50000000, 262, 2, 262, 55, 104303, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604304, 6, 600013, 1060, 0, 0, 0, 100000000, 262, 3, 262, 55, 104304, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604401, 6, 500001, 41061004, 0, 0, 0, 1, 264, 1, 264, 55, 104401, 1, 0, 0, 50003, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604402, 6, 600013, 1061, 0, 0, 0, 10000000, 265, 1, 265, 55, 104402, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604403, 6, 600013, 1061, 0, 0, 0, 50000000, 265, 2, 265, 55, 104403, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604404, 6, 600013, 1061, 0, 0, 0, 100000000, 265, 3, 265, 55, 104404, 1, 0, 0, 10001, '2017/07/01 1:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604501, 6, 500001, 41026004, 0, 0, 0, 1, 266, 1, 266, 55, 104501, 1, 0, 1, 50003, '2025/07/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604502, 6, 600013, 1026, 0, 0, 0, 10000000, 267, 1, 267, 55, 104502, 1, 0, 1, 10001, '2025/07/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604503, 6, 600013, 1026, 0, 0, 0, 50000000, 267, 2, 267, 55, 104503, 1, 0, 1, 10001, '2025/07/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604504, 6, 600013, 1026, 0, 0, 0, 100000000, 267, 3, 267, 55, 104504, 1, 0, 1, 10001, '2025/07/02 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604601, 6, 500001, 41023004, 0, 0, 0, 1, 268, 1, 268, 55, 104601, 1, 0, 1, 50003, '2025/07/10 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604602, 6, 600013, 1023, 0, 0, 0, 10000000, 269, 1, 269, 55, 104602, 1, 0, 1, 10001, '2025/07/10 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604603, 6, 600013, 1023, 0, 0, 0, 50000000, 269, 2, 269, 55, 104603, 1, 0, 1, 10001, '2025/07/10 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604604, 6, 600013, 1023, 0, 0, 0, 100000000, 269, 3, 269, 55, 104604, 1, 0, 1, 10001, '2025/07/10 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604701, 6, 500001, 41038004, 0, 0, 0, 1, 270, 1, 270, 55, 104701, 1, 0, 1, 50003, '2025/07/27 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604702, 6, 600013, 1038, 0, 0, 0, 10000000, 271, 1, 271, 55, 104702, 1, 0, 1, 10001, '2025/07/27 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604703, 6, 600013, 1038, 0, 0, 0, 50000000, 271, 2, 271, 55, 104703, 1, 0, 1, 10001, '2025/07/27 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604704, 6, 600013, 1038, 0, 0, 0, 100000000, 271, 3, 271, 55, 104704, 1, 0, 1, 10001, '2025/07/27 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604801, 6, 500001, 41050004, 0, 0, 0, 1, 272, 1, 272, 55, 104801, 1, 0, 1, 50003, '2025/08/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604802, 6, 600013, 1050, 0, 0, 0, 10000000, 273, 1, 273, 55, 104802, 1, 0, 1, 10001, '2025/08/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604803, 6, 600013, 1050, 0, 0, 0, 50000000, 273, 2, 273, 55, 104803, 1, 0, 1, 10001, '2025/08/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604804, 6, 600013, 1050, 0, 0, 0, 100000000, 273, 3, 273, 55, 104804, 1, 0, 1, 10001, '2025/08/03 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604901, 6, 500001, 41046004, 0, 0, 0, 1, 274, 1, 274, 55, 104901, 1, 0, 1, 50003, '2025/08/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604902, 6, 600013, 1046, 0, 0, 0, 10000000, 275, 1, 275, 55, 104902, 1, 0, 1, 10001, '2025/08/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604903, 6, 600013, 1046, 0, 0, 0, 50000000, 275, 2, 275, 55, 104903, 1, 0, 1, 10001, '2025/08/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (604904, 6, 600013, 1046, 0, 0, 0, 100000000, 275, 3, 275, 55, 104904, 1, 0, 1, 10001, '2025/08/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605001, 6, 500001, 41016004, 0, 0, 0, 1, 276, 1, 276, 55, 105001, 1, 0, 1, 50003, '2025/08/20 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605002, 6, 600013, 1016, 0, 0, 0, 10000000, 277, 1, 277, 55, 105002, 1, 0, 1, 10001, '2025/08/20 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605003, 6, 600013, 1016, 0, 0, 0, 50000000, 277, 2, 277, 55, 105003, 1, 0, 1, 10001, '2025/08/20 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605004, 6, 600013, 1016, 0, 0, 0, 100000000, 277, 3, 277, 55, 105004, 1, 0, 1, 10001, '2025/08/20 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605101, 6, 500001, 41058004, 0, 0, 0, 1, 278, 1, 278, 55, 105101, 1, 0, 1, 50003, '2025/10/21 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605102, 6, 600013, 1058, 0, 0, 0, 10000000, 279, 1, 279, 55, 105102, 1, 0, 1, 10001, '2025/10/21 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605103, 6, 600013, 1058, 0, 0, 0, 50000000, 279, 2, 279, 55, 105103, 1, 0, 1, 10001, '2025/10/21 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605104, 6, 600013, 1058, 0, 0, 0, 100000000, 279, 3, 279, 55, 105104, 1, 0, 1, 10001, '2025/10/21 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605201, 6, 500001, 41037004, 0, 0, 0, 1, 280, 1, 280, 55, 105201, 1, 0, 1, 50003, '2025/10/30 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605202, 6, 600013, 1037, 0, 0, 0, 10000000, 281, 1, 281, 55, 105202, 1, 0, 1, 10001, '2025/10/30 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605203, 6, 600013, 1037, 0, 0, 0, 50000000, 281, 2, 281, 55, 105203, 1, 0, 1, 10001, '2025/10/30 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605204, 6, 600013, 1037, 0, 0, 0, 100000000, 281, 3, 281, 55, 105204, 1, 0, 1, 10001, '2025/10/30 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605301, 6, 500001, 41028004, 0, 0, 0, 1, 282, 1, 282, 55, 105301, 1, 0, 1, 50003, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605302, 6, 600013, 1028, 0, 0, 0, 10000000, 283, 1, 283, 55, 105302, 1, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605303, 6, 600013, 1028, 0, 0, 0, 50000000, 283, 2, 283, 55, 105303, 1, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605304, 6, 600013, 1028, 0, 0, 0, 100000000, 283, 3, 283, 55, 105304, 1, 0, 1, 10001, '2025/11/11 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605401, 6, 500001, 41019004, 0, 0, 0, 1, 284, 1, 284, 55, 105401, 1, 0, 1, 50003, '2025/11/19 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605402, 6, 600013, 1019, 0, 0, 0, 10000000, 285, 1, 285, 55, 105402, 1, 0, 1, 10001, '2025/11/19 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605403, 6, 600013, 1019, 0, 0, 0, 50000000, 285, 2, 285, 55, 105403, 1, 0, 1, 10001, '2025/11/19 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605404, 6, 600013, 1019, 0, 0, 0, 100000000, 285, 3, 285, 55, 105404, 1, 0, 1, 10001, '2025/11/19 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605501, 6, 500001, 41039004, 0, 0, 0, 1, 286, 1, 286, 55, 105501, 1, 0, 1, 50003, '2025/12/01 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605502, 6, 600013, 1039, 0, 0, 0, 10000000, 287, 1, 287, 55, 105502, 1, 0, 1, 10001, '2025/12/01 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605503, 6, 600013, 1039, 0, 0, 0, 50000000, 287, 2, 287, 55, 105503, 1, 0, 1, 10001, '2025/12/01 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605504, 6, 600013, 1039, 0, 0, 0, 100000000, 287, 3, 287, 55, 105504, 1, 0, 1, 10001, '2025/12/01 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605601, 6, 500001, 41025004, 0, 0, 0, 1, 288, 1, 288, 55, 105601, 1, 0, 1, 50003, '2025/12/8 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605602, 6, 600013, 1025, 0, 0, 0, 10000000, 289, 1, 289, 55, 105602, 1, 0, 1, 10001, '2025/12/8 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605603, 6, 600013, 1025, 0, 0, 0, 50000000, 289, 2, 289, 55, 105603, 1, 0, 1, 10001, '2025/12/8 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605604, 6, 600013, 1025, 0, 0, 0, 100000000, 289, 3, 289, 55, 105604, 1, 0, 1, 10001, '2025/12/8 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605701, 6, 500001, 41048004, 0, 0, 0, 1, 290, 1, 290, 55, 105701, 1, 0, 1, 50003, '2025/12/18 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605702, 6, 600013, 1048, 0, 0, 0, 10000000, 291, 1, 291, 55, 105702, 1, 0, 1, 10001, '2025/12/18 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605703, 6, 600013, 1048, 0, 0, 0, 50000000, 291, 2, 291, 55, 105703, 1, 0, 1, 10001, '2025/12/18 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605704, 6, 600013, 1048, 0, 0, 0, 100000000, 291, 3, 291, 55, 105704, 1, 0, 1, 10001, '2025/12/18 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605801, 6, 500001, 41059004, 0, 0, 0, 1, 292, 1, 292, 55, 105801, 1, 0, 1, 50003, '2025/12/28 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605802, 6, 600013, 1059, 0, 0, 0, 10000000, 293, 1, 293, 55, 105802, 1, 0, 1, 10001, '2025/12/28 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605803, 6, 600013, 1059, 0, 0, 0, 50000000, 293, 2, 293, 55, 105803, 1, 0, 1, 10001, '2025/12/28 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (605804, 6, 600013, 1059, 0, 0, 0, 100000000, 293, 3, 293, 55, 105804, 1, 0, 1, 10001, '2025/12/28 22:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (900002, 3, 600019, 900001, 0, 0, 0, 1, 830, 1, 830, 90, 43, 100, 0, 1, 9999, '2021/02/24 5:00:00', '2050/01/01 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000001, 4, 100028, 1009, 5000, 0, 0, 1, 5001, 1, 202, 91, 59, 30000, 4, 1, 10001, '2021/02/24 5:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000002, 4, 100025, 100401, 3, 0, 0, 1, 5002, 1, 203, 11, 4, 10, 4, 1, 10001, '2021/02/24 5:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000003, 4, 100025, 101401, 3, 0, 0, 1, 5003, 1, 204, 20, 32, 2, 4, 1, 10001, '2021/02/24 5:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000004, 4, 300004, 0, 0, 0, 0, 1, 5004, 1, 205, 30, 110, 15000, 4, 1, 30001, '2021/02/24 5:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000005, 4, 900003, 1000001, 1000002, 1000003, 1000004, 4, 5005, 1, 206, 102, 100301, 5, 4, 1, 0, '2021/02/24 5:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000006, 4, 100028, 1008, 5000, 0, 0, 1, 5006, 1, 207, 91, 59, 30000, 4, 1, 10001, '2025/06/26 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000007, 4, 100025, 101001, 3, 0, 0, 1, 5007, 1, 208, 11, 7, 10, 4, 1, 10001, '2025/06/26 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000008, 4, 100025, 100801, 3, 0, 0, 1, 5008, 1, 209, 34, 95, 5, 4, 1, 10001, '2025/06/26 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000009, 4, 300001, 0, 0, 0, 0, 10, 5009, 1, 210, 30, 110, 15000, 4, 1, 30003, '2025/06/26 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000010, 4, 900003, 1000006, 1000007, 1000008, 1000009, 4, 5010, 1, 211, 102, 100301, 5, 4, 1, 0, '2025/06/26 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000011, 4, 100028, 1007, 5000, 0, 0, 1, 5011, 1, 212, 91, 59, 30000, 4, 1, 10001, '2025/06/27 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000012, 4, 100025, 100501, 3, 0, 0, 1, 5012, 1, 213, 20, 32, 2, 4, 1, 10001, '2025/06/27 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000013, 4, 100025, 100601, 3, 0, 0, 1, 5013, 1, 214, 11, 10, 10, 4, 1, 10001, '2025/06/27 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000014, 4, 100015, 0, 0, 0, 0, 10, 5014, 1, 215, 30, 110, 15000, 4, 1, 10001, '2025/06/27 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000015, 4, 900003, 1000011, 1000012, 1000013, 1000014, 4, 5015, 1, 216, 102, 100301, 5, 4, 1, 0, '2025/06/27 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000016, 4, 100028, 1052, 5000, 0, 0, 1, 5016, 1, 217, 91, 59, 30000, 4, 1, 10001, '2025/06/28 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000017, 4, 100025, 300801, 3, 0, 0, 1, 5017, 1, 218, 11, 13, 10, 4, 1, 10001, '2025/06/28 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000018, 4, 100025, 100101, 3, 0, 0, 1, 5018, 1, 219, 34, 95, 5, 4, 1, 10001, '2025/06/28 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000019, 4, 100016, 0, 0, 0, 0, 5, 5019, 1, 220, 30, 110, 15000, 4, 1, 10001, '2025/06/28 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000020, 4, 900003, 1000016, 1000017, 1000018, 1000019, 4, 5020, 1, 221, 102, 100301, 5, 4, 1, 0, '2025/06/28 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000021, 4, 100028, 1041, 5000, 0, 0, 1, 5021, 1, 222, 91, 59, 30000, 4, 1, 10001, '2025/06/29 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000022, 4, 100025, 101301, 3, 0, 0, 1, 5022, 1, 223, 11, 1, 10, 4, 1, 10001, '2025/06/29 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000023, 4, 100025, 100201, 3, 0, 0, 1, 5023, 1, 224, 20, 32, 2, 4, 1, 10001, '2025/06/29 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000024, 4, 100004, 9, 0, 0, 0, 1, 5024, 1, 225, 30, 110, 15000, 4, 1, 10001, '2025/06/29 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000025, 4, 900003, 1000021, 1000022, 1000023, 1000024, 4, 5025, 1, 226, 102, 100301, 5, 4, 1, 0, '2025/06/29 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000026, 4, 100028, 0, 20000, 0, 0, 1, 5026, 1, 227, 91, 59, 30000, 4, 1, 10001, '2025/06/30 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000027, 4, 100023, 3, 0, 0, 0, 1, 5027, 1, 228, 90, 43, 100, 4, 1, 10001, '2025/06/30 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000028, 4, 100008, 10006, 0, 0, 0, 10, 5028, 1, 229, 30, 110, 15000, 4, 1, 10001, '2025/06/30 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000029, 4, 100026, 10001, 18, 0, 0, 1, 5029, 1, 230, 34, 95, 5, 4, 1, 10001, '2025/06/30 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000030, 4, 900003, 1000026, 1000027, 1000028, 1000029, 4, 5030, 1, 231, 102, 100301, 5, 4, 1, 0, '2025/06/30 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000031, 4, 100028, 0, 50000, 0, 0, 1, 5031, 1, 232, 91, 59, 30000, 4, 1, 10001, '2025/07/01 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000032, 4, 100009, 0, 0, 0, 0, 1, 5032, 1, 233, 40, 136, 1, 4, 1, 10001, '2025/07/01 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000033, 4, 100008, 10005, 0, 0, 0, 10, 5033, 1, 234, 30, 110, 15000, 4, 1, 10001, '2025/07/01 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000034, 4, 100026, 10003, 18, 0, 0, 1, 5034, 1, 235, 93, 44, 1, 4, 1, 10001, '2025/07/01 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000035, 4, 900003, 1000031, 1000032, 1000033, 1000034, 4, 5035, 1, 236, 102, 100301, 5, 4, 1, 0, '2025/07/01 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000036, 4, 900001, 4, 0, 0, 0, 35, 5000, 1, 201, 40, 113, 1, 4, 1, 0, '2021/02/24 5:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000037, 4, 300006, 2, 0, 0, 0, 1, 5037, 1, 102, 91, 59, 30000, 5, 1, 20001, '2025/07/04 22:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000038, 4, 200013, 1, 0, 0, 0, 15, 5038, 1, 103, 30, 110, 15000, 5, 1, 20001, '2025/07/04 22:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000039, 4, 200005, 0, 0, 0, 0, 5, 5039, 1, 104, 20, 32, 2, 5, 1, 20001, '2025/07/04 22:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000040, 4, 200008, 0, 0, 0, 0, 3, 5040, 1, 105, 21, 34, 2, 5, 1, 20003, '2025/07/04 22:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000041, 4, 900003, 1000037, 1000038, 1000039, 1000040, 4, 5041, 1, 106, 102, 101301, 5, 5, 1, 0, '2025/07/04 22:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000042, 4, 200014, 0, 0, 0, 0, 200000, 5042, 1, 107, 91, 59, 30000, 5, 1, 20001, '2025/07/05 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000043, 4, 200006, 0, 0, 0, 0, 1, 5043, 1, 108, 30, 110, 15000, 5, 1, 20001, '2025/07/05 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000044, 4, 200017, 1, 0, 0, 0, 3, 5044, 1, 109, 150, 116, 5, 5, 1, 20001, '2025/07/05 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000045, 4, 200018, 7, 0, 0, 0, 1, 5045, 1, 110, 21, 34, 2, 5, 1, 20003, '2025/07/05 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000046, 4, 900003, 1000042, 1000043, 1000044, 1000045, 4, 5046, 1, 111, 102, 101301, 5, 5, 1, 0, '2025/07/05 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000047, 4, 200013, 2, 0, 0, 0, 1000, 5047, 1, 112, 91, 59, 30000, 5, 1, 20001, '2025/07/06 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000048, 4, 200003, 0, 0, 0, 0, 3, 5048, 1, 113, 30, 110, 15000, 5, 1, 20003, '2025/07/06 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000049, 4, 200017, 2, 0, 0, 0, 3, 5049, 1, 114, 150, 117, 5, 5, 1, 20001, '2025/07/06 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000050, 4, 200018, 1, 0, 0, 0, 1, 5050, 1, 115, 21, 34, 2, 5, 1, 20003, '2025/07/06 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000051, 4, 900003, 1000047, 1000048, 1000049, 1000050, 4, 5051, 1, 116, 102, 101301, 5, 5, 1, 0, '2025/07/06 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000052, 4, 300006, 4, 0, 0, 0, 1, 5052, 1, 117, 91, 59, 30000, 5, 1, 20001, '2025/07/07 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000053, 4, 200006, 0, 0, 0, 0, 3, 5053, 1, 118, 30, 110, 15000, 5, 1, 20001, '2025/07/07 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000054, 4, 200017, 3, 0, 0, 0, 3, 5054, 1, 119, 150, 118, 5, 5, 1, 20001, '2025/07/07 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000055, 4, 200018, 3, 0, 0, 0, 1, 5055, 1, 120, 21, 34, 2, 5, 1, 20003, '2025/07/07 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000056, 4, 900003, 1000052, 1000053, 1000054, 1000055, 4, 5056, 1, 121, 102, 101301, 5, 5, 1, 0, '2025/07/07 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000057, 4, 200014, 0, 0, 0, 0, 500000, 5057, 1, 122, 91, 59, 30000, 5, 1, 20001, '2025/07/08 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000058, 4, 200003, 0, 0, 0, 0, 3, 5058, 1, 123, 30, 110, 15000, 5, 1, 20003, '2025/07/08 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000059, 4, 200017, 4, 0, 0, 0, 3, 5059, 1, 124, 150, 119, 5, 5, 1, 20001, '2025/07/08 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000060, 4, 200018, 5, 0, 0, 0, 1, 5060, 1, 125, 21, 34, 2, 5, 1, 20003, '2025/07/08 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000061, 4, 900003, 1000057, 1000058, 1000059, 1000060, 4, 5061, 1, 126, 102, 101301, 5, 5, 1, 0, '2025/07/08 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000062, 4, 200013, 2, 0, 0, 0, 2000, 5062, 1, 127, 91, 59, 30000, 5, 1, 20001, '2025/07/09 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000063, 4, 200013, 1, 0, 0, 0, 30, 5063, 1, 128, 30, 110, 15000, 5, 1, 20001, '2025/07/09 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000064, 4, 200017, 5, 0, 0, 0, 3, 5064, 1, 129, 150, 120, 5, 5, 1, 20001, '2025/07/09 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000065, 4, 200018, 6, 0, 0, 0, 1, 5065, 1, 130, 90, 43, 100, 5, 1, 20003, '2025/07/09 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000066, 4, 900003, 1000062, 1000063, 1000064, 1000065, 4, 5066, 1, 131, 102, 101301, 5, 5, 1, 0, '2025/07/09 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000067, 4, 300006, 5, 0, 0, 0, 1, 5067, 1, 132, 91, 59, 30000, 5, 1, 20001, '2025/07/10 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000068, 4, 200003, 0, 0, 0, 0, 3, 5068, 1, 133, 30, 110, 15000, 5, 1, 20003, '2025/07/10 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000069, 4, 200014, 0, 0, 0, 0, 1000000, 5069, 1, 134, 93, 44, 1, 5, 1, 20001, '2025/07/10 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000070, 4, 200006, 0, 0, 0, 0, 5, 5070, 1, 135, 40, 135, 1, 5, 1, 20001, '2025/07/10 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000071, 4, 900003, 1000067, 1000068, 1000069, 1000070, 4, 5071, 1, 136, 102, 101301, 5, 5, 1, 0, '2025/07/10 15:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000072, 4, 900001, 4, 0, 0, 0, 35, 5036, 1, 101, 40, 114, 1, 5, 1, 0, '2025/07/04 22:00:00', '2050/12/31 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000073, 4, 100025, 101001, 3, 0, 0, 1, 5101, 1, 1, 91, 59, 10000, 3, 1, 10001, '2025/07/13 22:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000074, 4, 100025, 101501, 3, 0, 0, 1, 5102, 1, 2, 91, 59, 10000, 3, 1, 10001, '2025/07/13 22:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000075, 4, 100025, 200901, 3, 0, 0, 1, 5103, 1, 3, 30, 110, 10000, 3, 1, 10001, '2025/07/13 22:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000076, 4, 100025, 100301, 3, 0, 0, 1, 5104, 1, 5, 91, 59, 10000, 3, 1, 10001, '2025/07/14 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000077, 4, 100025, 100501, 3, 0, 0, 1, 5105, 1, 6, 91, 59, 10000, 3, 1, 10001, '2025/07/14 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000078, 4, 100025, 100601, 3, 0, 0, 1, 5106, 1, 7, 30, 110, 10000, 3, 1, 10001, '2025/07/14 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000079, 4, 100025, 101501, 3, 0, 0, 1, 5107, 1, 9, 91, 59, 10000, 3, 1, 10001, '2025/07/15 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000080, 4, 100025, 102301, 3, 0, 0, 1, 5108, 1, 10, 91, 59, 10000, 3, 1, 10001, '2025/07/15 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000081, 4, 100025, 100301, 3, 0, 0, 1, 5109, 1, 11, 30, 110, 10000, 3, 1, 10001, '2025/07/15 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000082, 4, 100025, 100601, 3, 0, 0, 1, 5110, 1, 13, 91, 59, 10000, 3, 1, 10001, '2025/07/16 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000083, 4, 100025, 101101, 3, 0, 0, 1, 5111, 1, 14, 91, 59, 10000, 3, 1, 10001, '2025/07/16 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000084, 4, 100025, 101001, 3, 0, 0, 1, 5112, 1, 15, 30, 110, 10000, 3, 1, 10001, '2025/07/16 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000085, 4, 100025, 101201, 3, 0, 0, 1, 5113, 1, 17, 91, 59, 10000, 3, 1, 10001, '2025/07/17 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000086, 4, 100025, 303801, 3, 0, 0, 1, 5114, 1, 18, 91, 59, 10000, 3, 1, 10001, '2025/07/17 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000087, 4, 100025, 202501, 3, 0, 0, 1, 5115, 1, 19, 30, 110, 10000, 3, 1, 10001, '2025/07/17 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000088, 4, 900003, 1000073, 1000074, 1000075, 0, 3, 5116, 1, 4, 90, 43, 150, 3, 1, 0, '2025/07/13 22:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000089, 4, 900003, 1000076, 1000077, 1000078, 0, 3, 5117, 1, 8, 90, 43, 150, 3, 1, 0, '2025/07/14 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000090, 4, 900003, 1000079, 1000080, 1000081, 0, 3, 5118, 1, 12, 90, 43, 150, 3, 1, 0, '2025/07/15 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000091, 4, 900003, 1000082, 1000083, 1000084, 0, 3, 5119, 1, 16, 90, 43, 150, 3, 1, 0, '2025/07/16 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000092, 4, 900003, 1000085, 1000086, 1000087, 0, 3, 5120, 1, 20, 90, 43, 150, 3, 1, 0, '2025/07/17 15:00:00', '2025/07/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000093, 4, 100004, 1, 0, 0, 0, 1, 5201, 1, 1, 91, 59, 10000, 13, 1, 10001, '2025/07/21 22:00:00', '2025/07/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000094, 4, 100004, 1, 0, 0, 0, 3, 5202, 1, 2, 91, 59, 10000, 13, 1, 10001, '2025/07/21 22:00:00', '2025/07/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000095, 4, 100004, 1, 0, 0, 0, 5, 5203, 1, 3, 91, 59, 10000, 13, 1, 10001, '2025/07/21 22:00:00', '2025/07/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000096, 4, 100004, 1, 0, 0, 0, 10, 5204, 1, 4, 91, 59, 10000, 13, 1, 10001, '2025/07/21 22:00:00', '2025/07/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000097, 4, 100025, 200801, 3, 0, 0, 1, 5205, 1, 5, 34, 95, 1, 13, 1, 10001, '2025/07/21 22:00:00', '2025/07/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000098, 4, 100025, 301801, 3, 0, 0, 1, 5206, 1, 6, 34, 95, 1, 13, 1, 10001, '2025/07/21 22:00:00', '2025/07/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000099, 4, 100003, 100401, 0, 0, 0, 1, 5207, 1, 7, 30, 110, 10000, 13, 1, 10001, '2025/07/21 22:00:00', '2025/07/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000100, 4, 900001, 4, 0, 0, 0, 7, 5208, 1, 8, 90, 43, 150, 13, 1, 0, '2025/07/21 22:00:00', '2025/07/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000101, 4, 100004, 1, 0, 0, 0, 1, 5209, 1, 1, 91, 59, 10000, 16, 1, 10001, '2025/07/27 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000102, 4, 100004, 1, 0, 0, 0, 3, 5210, 1, 2, 91, 59, 10000, 16, 1, 10001, '2025/07/27 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000103, 4, 100004, 1, 0, 0, 0, 5, 5211, 1, 3, 91, 59, 10000, 16, 1, 10001, '2025/07/27 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000104, 4, 100004, 1, 0, 0, 0, 10, 5212, 1, 4, 91, 59, 10000, 16, 1, 10001, '2025/07/27 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000105, 4, 100025, 201001, 3, 0, 0, 1, 5213, 1, 5, 34, 95, 1, 16, 1, 10001, '2025/07/27 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000106, 4, 100025, 200601, 3, 0, 0, 1, 5214, 1, 6, 34, 95, 1, 16, 1, 10001, '2025/07/27 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000107, 4, 100003, 100501, 0, 0, 0, 1, 5215, 1, 7, 30, 110, 10000, 16, 1, 10001, '2025/07/27 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000108, 4, 900001, 4, 0, 0, 0, 7, 5216, 1, 8, 90, 43, 150, 16, 1, 0, '2025/07/27 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000109, 4, 100004, 1, 0, 0, 0, 1, 5217, 1, 1, 91, 59, 10000, 18, 1, 10001, '2025/08/03 15:00:00', '2025/08/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000110, 4, 100004, 1, 0, 0, 0, 3, 5218, 1, 2, 91, 59, 10000, 18, 1, 10001, '2025/08/03 15:00:00', '2025/08/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000111, 4, 100004, 1, 0, 0, 0, 5, 5219, 1, 3, 91, 59, 10000, 18, 1, 10001, '2025/08/03 15:00:00', '2025/08/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000112, 4, 100004, 1, 0, 0, 0, 10, 5220, 1, 4, 91, 59, 10000, 18, 1, 10001, '2025/08/03 15:00:00', '2025/08/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000113, 4, 100025, 200901, 3, 0, 0, 1, 5221, 1, 5, 34, 95, 1, 18, 1, 10001, '2025/08/03 15:00:00', '2025/08/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000114, 4, 100025, 201101, 3, 0, 0, 1, 5222, 1, 6, 34, 95, 1, 18, 1, 10001, '2025/08/03 15:00:00', '2025/08/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000115, 4, 100003, 100601, 0, 0, 0, 1, 5223, 1, 7, 30, 110, 10000, 18, 1, 10001, '2025/08/03 15:00:00', '2025/08/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000116, 4, 900001, 4, 0, 0, 0, 7, 5224, 1, 8, 90, 43, 150, 18, 1, 0, '2025/08/03 15:00:00', '2025/08/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000117, 4, 100004, 1, 0, 0, 0, 1, 5301, 1, 1, 91, 59, 10000, 11, 1, 10001, '2025/08/10 22:00:00', '2025/08/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000118, 4, 100004, 1, 0, 0, 0, 3, 5302, 1, 2, 91, 59, 10000, 11, 1, 10001, '2025/08/10 22:00:00', '2025/08/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000119, 4, 100004, 1, 0, 0, 0, 5, 5303, 1, 3, 91, 59, 10000, 11, 1, 10001, '2025/08/10 22:00:00', '2025/08/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000120, 4, 100004, 1, 0, 0, 0, 10, 5304, 1, 4, 91, 59, 10000, 11, 1, 10001, '2025/08/10 22:00:00', '2025/08/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000121, 4, 100025, 301601, 3, 0, 0, 1, 5305, 1, 5, 34, 95, 1, 11, 1, 10001, '2025/08/10 22:00:00', '2025/08/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000122, 4, 100025, 201301, 3, 0, 0, 1, 5306, 1, 6, 34, 95, 1, 11, 1, 10001, '2025/08/10 22:00:00', '2025/08/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000123, 4, 100003, 100701, 0, 0, 0, 1, 5307, 1, 7, 30, 110, 10000, 11, 1, 10001, '2025/08/10 22:00:00', '2025/08/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000124, 4, 900001, 4, 0, 0, 0, 7, 5308, 1, 8, 90, 43, 150, 11, 1, 0, '2025/08/10 22:00:00', '2025/08/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000125, 4, 100004, 1, 0, 0, 0, 1, 5309, 1, 1, 91, 59, 10000, 30, 1, 10001, '2025/08/17 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000126, 4, 100004, 1, 0, 0, 0, 3, 5310, 1, 2, 91, 59, 10000, 30, 1, 10001, '2025/08/17 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000127, 4, 100004, 1, 0, 0, 0, 5, 5311, 1, 3, 91, 59, 10000, 30, 1, 10001, '2025/08/17 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000128, 4, 100004, 1, 0, 0, 0, 10, 5312, 1, 4, 91, 59, 10000, 30, 1, 10001, '2025/08/17 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000129, 4, 100025, 201201, 3, 0, 0, 1, 5313, 1, 5, 34, 95, 1, 30, 1, 10001, '2025/08/17 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000130, 4, 100025, 302701, 3, 0, 0, 1, 5314, 1, 6, 34, 95, 1, 30, 1, 10001, '2025/08/17 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000131, 4, 100003, 100801, 0, 0, 0, 1, 5315, 1, 7, 30, 110, 10000, 30, 1, 10001, '2025/08/17 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000132, 4, 900001, 4, 0, 0, 0, 7, 5316, 1, 8, 90, 43, 150, 30, 1, 0, '2025/08/17 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000133, 4, 100004, 1, 0, 0, 0, 1, 5317, 1, 1, 91, 59, 10000, 35, 1, 10001, '2025/08/20 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000134, 4, 100004, 1, 0, 0, 0, 3, 5318, 1, 2, 91, 59, 10000, 35, 1, 10001, '2025/08/20 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000135, 4, 100004, 1, 0, 0, 0, 5, 5319, 1, 3, 91, 59, 10000, 35, 1, 10001, '2025/08/20 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000136, 4, 100004, 1, 0, 0, 0, 10, 5320, 1, 4, 91, 59, 10000, 35, 1, 10001, '2025/08/20 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000137, 4, 100025, 201501, 2, 0, 0, 1, 5321, 1, 5, 34, 95, 1, 35, 1, 10001, '2025/08/20 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000138, 4, 100025, 100401, 5, 0, 0, 1, 5322, 1, 6, 34, 95, 1, 35, 1, 10001, '2025/08/20 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000139, 4, 100003, 100901, 0, 0, 0, 1, 5323, 1, 7, 30, 110, 10000, 35, 1, 10001, '2025/08/20 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000140, 4, 900001, 4, 0, 0, 0, 7, 5324, 1, 8, 90, 43, 150, 35, 1, 0, '2025/08/20 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000141, 4, 100004, 1, 0, 0, 0, 1, 5325, 1, 1, 91, 59, 10000, 40, 1, 10001, '2025/08/27 15:00:00', '2025/09/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000142, 4, 100004, 1, 0, 0, 0, 3, 5326, 1, 2, 91, 59, 10000, 40, 1, 10001, '2025/08/27 15:00:00', '2025/09/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000143, 4, 100004, 1, 0, 0, 0, 5, 5327, 1, 3, 91, 59, 10000, 40, 1, 10001, '2025/08/27 15:00:00', '2025/09/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000144, 4, 100004, 1, 0, 0, 0, 10, 5328, 1, 4, 91, 59, 10000, 40, 1, 10001, '2025/08/27 15:00:00', '2025/09/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000145, 4, 100025, 201601, 2, 0, 0, 1, 5329, 1, 5, 34, 95, 1, 40, 1, 10001, '2025/08/27 15:00:00', '2025/09/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000146, 4, 100025, 100501, 5, 0, 0, 1, 5330, 1, 6, 34, 95, 1, 40, 1, 10001, '2025/08/27 15:00:00', '2025/09/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000147, 4, 100003, 101001, 0, 0, 0, 1, 5331, 1, 7, 30, 110, 10000, 40, 1, 10001, '2025/08/27 15:00:00', '2025/09/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000148, 4, 900001, 4, 0, 0, 0, 7, 5332, 1, 8, 90, 43, 150, 40, 1, 0, '2025/08/27 15:00:00', '2025/09/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000149, 4, 100004, 1, 0, 0, 0, 1, 5333, 1, 1, 91, 59, 10000, 45, 1, 10001, '2025/08/31 15:00:00', '2025/09/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000150, 4, 100004, 1, 0, 0, 0, 3, 5334, 1, 2, 91, 59, 10000, 45, 1, 10001, '2025/08/31 15:00:00', '2025/09/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000151, 4, 100004, 1, 0, 0, 0, 5, 5335, 1, 3, 91, 59, 10000, 45, 1, 10001, '2025/08/31 15:00:00', '2025/09/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000152, 4, 100004, 1, 0, 0, 0, 10, 5336, 1, 4, 91, 59, 10000, 45, 1, 10001, '2025/08/31 15:00:00', '2025/09/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000153, 4, 100025, 201401, 1, 0, 0, 1, 5337, 1, 5, 34, 95, 1, 45, 1, 10001, '2025/08/31 15:00:00', '2025/09/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000154, 4, 100025, 201801, 1, 0, 0, 1, 5338, 1, 6, 34, 95, 1, 45, 1, 10001, '2025/08/31 15:00:00', '2025/09/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000155, 4, 100003, 101101, 0, 0, 0, 1, 5339, 1, 7, 30, 110, 10000, 45, 1, 10001, '2025/08/31 15:00:00', '2025/09/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000156, 4, 900001, 4, 0, 0, 0, 7, 5340, 1, 8, 90, 43, 150, 45, 1, 0, '2025/08/31 15:00:00', '2025/09/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000157, 4, 100003, 100501, 0, 0, 0, 1, 5342, 1, 21, 102, 100701, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000158, 4, 100003, 101501, 0, 0, 0, 1, 5343, 1, 22, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000159, 4, 100003, 102301, 0, 0, 0, 1, 5344, 1, 23, 11, 91, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000160, 4, 100003, 101201, 0, 0, 0, 2, 5345, 1, 24, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000161, 4, 100003, 100601, 0, 0, 0, 1, 5346, 1, 25, 102, 100701, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000162, 4, 100007, 300, 0, 0, 0, 3, 5347, 1, 26, 34, 95, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000163, 4, 100007, 200, 0, 0, 0, 7, 5348, 1, 27, 102, 100701, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000164, 4, 100007, 100, 0, 0, 0, 16, 5349, 1, 28, 30, 110, 2000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000165, 4, 100003, 0, 0, 0, 0, 13, 5350, 1, 29, 11, 87, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000166, 4, 100003, 0, 0, 0, 0, 56, 5351, 1, 30, 11, 74, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000167, 4, 100003, 0, 0, 0, 0, 128, 5352, 1, 31, 102, 100701, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000168, 4, 100003, 0, 0, 0, 0, 168, 5353, 1, 32, 11, 77, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000169, 4, 100003, 0, 0, 0, 0, 250, 5354, 1, 33, 30, 110, 3000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000170, 4, 100003, 0, 0, 0, 0, 300, 5355, 1, 34, 30, 110, 3500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000171, 4, 100003, 0, 0, 0, 0, 496, 5356, 1, 35, 30, 110, 5000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000172, 4, 100003, 0, 0, 0, 0, 516, 5357, 1, 36, 30, 110, 7000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000173, 4, 100018, 0, 0, 0, 0, 4, 5358, 1, 37, 11, 87, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000174, 4, 100028, 1007, 5640, 0, 0, 1, 5359, 1, 38, 102, 100701, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000175, 4, 100028, 1007, 56400, 0, 0, 1, 5360, 1, 39, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000176, 4, 100027, 0, 0, 0, 0, 139776, 5361, 1, 40, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000177, 4, 100027, 0, 0, 0, 0, 564000, 5362, 1, 41, 102, 100701, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000178, 4, 100027, 0, 0, 0, 0, 5640000, 5363, 1, 42, 30, 110, 7000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000179, 4, 600013, 1007, 0, 0, 0, 66796, 5364, 1, 43, 11, 71, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000180, 4, 600013, 1007, 0, 0, 0, 120981, 5365, 1, 44, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000181, 4, 600013, 1007, 0, 0, 0, 5640000, 5366, 1, 45, 30, 110, 12000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000182, 4, 100004, 1, 0, 0, 0, 1, 5367, 1, 46, 30, 110, 1000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000183, 4, 100012, 13, 0, 0, 0, 1, 5368, 1, 47, 102, 100701, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000184, 4, 100017, 0, 0, 0, 0, 27, 5369, 1, 48, 11, 75, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000185, 4, 100017, 0, 0, 0, 0, 50, 5370, 1, 49, 11, 71, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000186, 4, 100017, 0, 0, 0, 0, 88, 5371, 1, 50, 34, 95, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000187, 4, 100017, 0, 0, 0, 0, 124, 5372, 1, 51, 30, 110, 3500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000188, 4, 100017, 0, 0, 0, 0, 200, 5373, 1, 52, 40, 136, 1, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000189, 4, 100017, 0, 0, 0, 0, 300, 5374, 1, 53, 30, 110, 7000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000190, 4, 100016, 0, 0, 0, 0, 12, 5375, 1, 54, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000191, 4, 200017, 2, 0, 0, 0, 3, 5376, 1, 55, 11, 75, 5, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000192, 4, 200017, 3, 0, 0, 0, 4, 5377, 1, 56, 102, 100701, 3, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000193, 4, 200017, 4, 0, 0, 0, 6, 5378, 1, 57, 30, 110, 2000, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000194, 4, 200005, 0, 0, 0, 0, 7, 5379, 1, 58, 11, 78, 5, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000195, 4, 200005, 0, 0, 0, 0, 28, 5380, 1, 59, 30, 110, 3000, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000196, 4, 200005, 0, 0, 0, 0, 54, 5381, 1, 60, 30, 110, 5000, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000197, 4, 200014, 0, 0, 0, 0, 564000, 5382, 1, 61, 30, 110, 1500, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000198, 4, 200014, 0, 0, 0, 0, 5640000, 5383, 1, 62, 30, 110, 3500, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000199, 4, 200006, 0, 0, 0, 0, 24, 5384, 1, 63, 30, 110, 5000, 46, 1, 20001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000200, 4, 100015, 0, 0, 0, 0, 138, 5385, 1, 64, 11, 74, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000201, 4, 100015, 0, 0, 0, 0, 300, 5386, 1, 65, 34, 95, 3, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000202, 4, 100015, 0, 0, 0, 0, 564, 5387, 1, 66, 30, 110, 5000, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000203, 4, 100008, 10009, 0, 0, 0, 8, 5388, 1, 67, 11, 77, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000204, 4, 100008, 10005, 0, 0, 0, 6, 5389, 1, 68, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000205, 4, 100008, 10008, 0, 0, 0, 5, 5390, 1, 69, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000206, 4, 100008, 10006, 0, 0, 0, 4, 5391, 1, 70, 11, 78, 5, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000207, 4, 100008, 10001, 0, 0, 0, 3, 5392, 1, 71, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000208, 4, 100008, 10002, 0, 0, 0, 1, 5393, 1, 72, 30, 110, 1500, 46, 1, 10001, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000209, 4, 900001, 4, 0, 0, 0, 15, 5394, 1, 73, 102, 100701, 5, 46, 1, 0, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000210, 4, 900001, 4, 0, 0, 0, 30, 5395, 1, 74, 40, 135, 1, 46, 1, 0, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000211, 4, 900001, 4, 0, 0, 0, 45, 5396, 1, 75, 30, 110, 9000, 46, 1, 0, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000212, 4, 900001, 4, 0, 0, 0, 55, 5397, 1, 76, 90, 43, 150, 46, 1, 0, '2025/08/07 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000213, 4, 100004, 1, 0, 0, 0, 1, 5400, 1, 1, 91, 59, 10000, 47, 1, 10001, '2025/09/07 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000214, 4, 100004, 1, 0, 0, 0, 3, 5401, 1, 2, 91, 59, 10000, 47, 1, 10001, '2025/09/07 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000215, 4, 100004, 1, 0, 0, 0, 5, 5402, 1, 3, 91, 59, 10000, 47, 1, 10001, '2025/09/07 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000216, 4, 100004, 1, 0, 0, 0, 10, 5403, 1, 4, 91, 59, 10000, 47, 1, 10001, '2025/09/07 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000217, 4, 100027, 0, 0, 0, 0, 500000, 5404, 1, 5, 34, 95, 1, 47, 1, 10001, '2025/09/07 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000218, 4, 100027, 0, 0, 0, 0, 1500000, 5405, 1, 6, 34, 95, 1, 47, 1, 10001, '2025/09/07 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000219, 4, 100003, 101201, 0, 0, 0, 1, 5406, 1, 7, 30, 110, 10000, 47, 1, 10001, '2025/09/07 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000220, 4, 900001, 4, 0, 0, 0, 7, 5407, 1, 8, 90, 43, 150, 47, 1, 0, '2025/09/07 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000300, 4, 100038, 0, 200331, 0, 0, 1, 5410, 1, 1, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000301, 4, 100038, 0, 200351, 0, 0, 1, 5411, 1, 2, 150, 116, 5, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000302, 4, 100038, 0, 200361, 0, 0, 1, 5412, 1, 3, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000303, 4, 100038, 0, 200511, 0, 0, 1, 5413, 1, 4, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000304, 4, 100038, 0, 200371, 0, 0, 1, 5414, 1, 5, 20, 32, 3, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000305, 4, 100038, 0, 200431, 0, 0, 1, 5415, 1, 6, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000306, 4, 100038, 0, 200381, 0, 0, 1, 5416, 1, 7, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000307, 4, 100038, 0, 200341, 0, 0, 1, 5417, 1, 8, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000308, 4, 100043, 0, 0, 0, 0, 100000, 5418, 1, 9, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000309, 4, 100043, 0, 0, 0, 0, 150000, 5419, 1, 10, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000310, 4, 100043, 0, 0, 0, 0, 200000, 5420, 1, 11, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000311, 4, 100043, 0, 0, 0, 0, 300000, 5421, 1, 12, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000312, 4, 100041, 0, 8, 0, 0, 1, 5422, 1, 13, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000313, 4, 100041, 0, 10, 0, 0, 1, 5423, 1, 14, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000314, 4, 100041, 0, 12, 0, 0, 1, 5424, 1, 15, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000315, 4, 100045, 1, 7, 11, 0, 1, 5425, 1, 16, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000316, 4, 100045, 2, 7, 11, 0, 1, 5426, 1, 17, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000317, 4, 100045, 3, 7, 11, 0, 1, 5427, 1, 18, 150, 119, 5, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000318, 4, 100045, 4, 7, 11, 0, 1, 5428, 1, 19, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000319, 4, 100046, 0, 10, 0, 0, 1, 5429, 1, 20, 150, 117, 5, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000320, 4, 100046, 0, 13, 0, 0, 1, 5430, 1, 21, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000321, 4, 100046, 0, 18, 0, 0, 1, 5431, 1, 22, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000322, 4, 100037, 99, 0, 0, 0, 1, 5432, 1, 23, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000323, 4, 100037, 140, 0, 0, 0, 1, 5433, 1, 24, 150, 120, 5, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000324, 4, 100037, 49, 0, 0, 0, 1, 5434, 1, 25, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000325, 4, 100037, 28, 0, 0, 0, 1, 5435, 1, 26, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000326, 4, 100037, 29, 0, 0, 0, 1, 5436, 1, 27, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000327, 4, 100037, 30, 0, 0, 0, 1, 5437, 1, 28, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000328, 4, 100037, 33, 0, 0, 0, 1, 5438, 1, 29, 21, 34, 3, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000329, 4, 100037, 90, 0, 0, 0, 1, 5439, 1, 30, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000330, 4, 100037, 103, 0, 0, 0, 1, 5440, 1, 31, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000331, 4, 100037, 13, 0, 0, 0, 1, 5441, 1, 32, 21, 34, 3, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000332, 4, 100007, 100, 1, 0, 0, 50, 5442, 1, 33, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000333, 4, 100007, 100, 1, 0, 0, 100, 5443, 1, 34, 30, 110, 10000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000334, 4, 100007, 100, 1, 0, 0, 150, 5444, 1, 35, 20, 32, 3, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000335, 4, 100007, 100, 1, 0, 0, 200, 5445, 1, 36, 91, 59, 20000, 49, 1, 10001, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000336, 4, 900001, 4, 0, 0, 0, 10, 5446, 1, 37, 90, 43, 150, 49, 1, 0, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000337, 4, 900001, 4, 0, 0, 0, 20, 5447, 1, 38, 90, 43, 150, 49, 1, 0, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000338, 4, 900001, 4, 0, 0, 0, 30, 5448, 1, 39, 40, 135, 1, 49, 1, 0, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000339, 4, 900001, 4, 0, 0, 0, 39, 5449, 1, 40, 40, 113, 1, 49, 1, 0, '2025/10/02 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000401, 4, 900001, 4, 0, 0, 0, 22, 7001, 1, 1, 90, 43, 150, 90, 1, 0, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000402, 4, 500002, 401, 0, 0, 0, 1, 7002, 1, 2, 91, 59, 10000, 90, 1, 50002, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000403, 4, 500002, 404, 0, 0, 0, 1, 7003, 1, 3, 91, 59, 10000, 90, 1, 50002, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000404, 4, 500002, 408, 0, 0, 0, 1, 7004, 1, 4, 91, 59, 10000, 90, 1, 50002, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000405, 4, 500002, 413, 0, 0, 0, 1, 7005, 1, 5, 91, 59, 10000, 90, 1, 50002, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000406, 4, 500002, 417, 0, 0, 0, 1, 7006, 1, 6, 91, 59, 20000, 90, 1, 50002, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000407, 4, 100015, 0, 0, 0, 0, 5, 7007, 1, 7, 30, 110, 5000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000408, 4, 100015, 0, 0, 0, 0, 10, 7008, 1, 8, 30, 110, 5000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000409, 4, 100004, 11, 0, 0, 0, 1, 7009, 1, 9, 30, 110, 5000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000410, 4, 100004, 1, 0, 0, 0, 10, 7010, 1, 10, 30, 110, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000411, 4, 100003, 100501, 0, 0, 0, 1, 7011, 1, 11, 91, 59, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000412, 4, 100003, 100601, 0, 0, 0, 1, 7012, 1, 12, 91, 59, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000413, 4, 100003, 101201, 0, 0, 0, 1, 7013, 1, 13, 91, 59, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000414, 4, 100003, 101001, 0, 0, 0, 1, 7014, 1, 14, 91, 59, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000415, 4, 100003, 101501, 0, 0, 0, 1, 7015, 1, 15, 91, 59, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000416, 4, 100003, 102301, 0, 0, 0, 1, 7016, 1, 16, 91, 59, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000417, 4, 100008, 10005, 0, 0, 0, 10, 7017, 1, 17, 91, 59, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000418, 4, 100044, 0, 100501, 101001, 101501, 1, 7018, 1, 18, 91, 59, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000419, 4, 100007, 100, 1, 0, 0, 5, 7019, 1, 19, 91, 59, 20000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000420, 4, 100012, 5, 0, 0, 0, 1, 7020, 1, 20, 34, 95, 2, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000421, 4, 100012, 15, 0, 0, 0, 1, 7021, 1, 21, 34, 95, 2, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000422, 4, 100028, 0, 150000, 0, 0, 1, 7022, 1, 22, 30, 110, 5000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000423, 4, 100028, 0, 200000, 0, 0, 1, 7023, 1, 23, 30, 110, 10000, 90, 1, 10001, '2025/10/07 22:00:00', '2025/10/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000501, 4, 900001, 4, 0, 0, 0, 21, 8101, 1, 1, 40, 41, 3, 100, 1, 0, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000502, 4, 900001, 4, 0, 0, 0, 10, 8102, 1, 2, 90, 43, 500, 100, 1, 0, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000503, 4, 100003, 0, 0, 0, 0, 10, 8103, 1, 3, 30, 110, 5000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000504, 4, 100003, 0, 0, 0, 0, 30, 8104, 1, 4, 30, 110, 5000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000505, 4, 100003, 0, 0, 0, 0, 50, 8105, 1, 5, 30, 110, 5000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000506, 4, 100003, 0, 0, 0, 0, 70, 8106, 1, 6, 30, 110, 10000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000507, 4, 100017, 0, 0, 0, 0, 25, 8107, 1, 7, 30, 110, 5000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000508, 4, 100017, 0, 0, 0, 0, 50, 8108, 1, 8, 30, 110, 10000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000509, 4, 100004, 1, 0, 0, 0, 5, 8109, 1, 9, 30, 110, 5000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000510, 4, 100004, 1, 0, 0, 0, 10, 8110, 1, 10, 30, 110, 10000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000511, 4, 100004, 1, 0, 0, 0, 15, 8111, 1, 11, 30, 110, 15000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000512, 4, 100012, 10, 0, 0, 0, 1, 8112, 1, 12, 30, 110, 5000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000513, 4, 100012, 15, 0, 0, 0, 1, 8113, 1, 13, 30, 110, 10000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000514, 4, 100004, 9, 0, 0, 0, 1, 8114, 1, 14, 91, 59, 10000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000515, 4, 100004, 10, 0, 0, 0, 1, 8115, 1, 15, 91, 59, 10000, 100, 1, 10001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000516, 4, 200005, 0, 0, 0, 0, 10, 8116, 1, 16, 91, 59, 10000, 100, 1, 20001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000517, 4, 200005, 0, 0, 0, 0, 30, 8117, 1, 17, 91, 59, 15000, 100, 1, 20001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000518, 4, 200006, 0, 0, 0, 0, 5, 8118, 1, 18, 91, 59, 10000, 100, 1, 20001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000519, 4, 200006, 0, 0, 0, 0, 15, 8119, 1, 19, 91, 59, 15000, 100, 1, 20001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000520, 4, 200014, 0, 0, 0, 0, 1000000, 8120, 1, 20, 91, 59, 10000, 100, 1, 20001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000521, 4, 200014, 0, 0, 0, 0, 1500000, 8121, 1, 21, 91, 59, 10000, 100, 1, 20001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000522, 4, 200014, 0, 0, 0, 0, 3000000, 8122, 1, 22, 91, 59, 15000, 100, 1, 20001, '2025/10/26 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000601, 4, 900001, 4, 0, 0, 0, 21, 8201, 1, 1, 51, 30062, 1, 101, 1, 0, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000602, 4, 900001, 4, 0, 0, 0, 10, 8202, 1, 2, 90, 43, 500, 101, 1, 0, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000603, 4, 100007, 100, 1, 0, 0, 10, 8203, 1, 3, 30, 110, 5000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000604, 4, 100007, 100, 1, 0, 0, 30, 8204, 1, 3, 30, 110, 5000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000605, 4, 100027, 0, 0, 0, 0, 500000, 8205, 1, 5, 30, 110, 5000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000606, 4, 100027, 0, 0, 0, 0, 1000000, 8206, 1, 6, 30, 110, 10000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000607, 4, 100027, 0, 0, 0, 0, 1500000, 8207, 1, 7, 30, 110, 10000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000608, 4, 100039, 0, 102, 0, 0, 1, 8208, 1, 8, 30, 110, 10000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000609, 4, 100039, 0, 202, 0, 0, 1, 8209, 1, 9, 30, 110, 10000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000610, 4, 100043, 0, 0, 0, 0, 20000, 8210, 1, 10, 91, 59, 10000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000611, 4, 100043, 0, 0, 0, 0, 50000, 8211, 1, 11, 91, 59, 10000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000612, 4, 100043, 0, 0, 0, 0, 100000, 8212, 1, 12, 51, 30062, 1, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000613, 4, 100047, 10003, 17500, 0, 0, 1, 8213, 1, 13, 30, 110, 5000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000614, 4, 100047, 10003, 25000, 0, 0, 1, 8214, 1, 14, 30, 110, 5000, 101, 1, 10001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000615, 4, 200020, 0, 0, 0, 0, 10, 8215, 1, 15, 91, 59, 10000, 101, 1, 20001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000616, 4, 200020, 0, 0, 0, 0, 30, 8216, 1, 16, 91, 59, 15000, 101, 1, 20001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000617, 4, 200020, 0, 0, 0, 0, 50, 8217, 1, 17, 51, 30062, 1, 101, 1, 20001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000618, 4, 200017, 1, 0, 0, 0, 5, 8218, 1, 18, 91, 59, 10000, 101, 1, 20001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000619, 4, 200017, 2, 0, 0, 0, 5, 8219, 1, 19, 91, 59, 10000, 101, 1, 20001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000620, 4, 200017, 3, 0, 0, 0, 5, 8220, 1, 20, 91, 59, 10000, 101, 1, 20001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000621, 4, 200017, 4, 0, 0, 0, 5, 8221, 1, 21, 91, 59, 10000, 101, 1, 20001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000622, 4, 200017, 5, 0, 0, 0, 5, 8222, 1, 22, 91, 59, 10000, 101, 1, 20001, '2025/11/03 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000701, 4, 900001, 4, 0, 0, 0, 31, 8301, 1, 1, 42, 141, 1, 102, 1, 0, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000702, 4, 900001, 4, 0, 0, 0, 15, 8302, 1, 2, 90, 43, 500, 102, 1, 0, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000703, 4, 100032, 2, 3000, 0, 0, 1, 8303, 1, 3, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000704, 4, 100032, 2, 5000, 0, 0, 1, 8304, 1, 4, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000705, 4, 100032, 2, 7000, 0, 0, 1, 8305, 1, 5, 91, 59, 15000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000706, 4, 100032, 2, 9000, 0, 0, 1, 8306, 1, 6, 91, 59, 15000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000707, 4, 100036, 0, 2, 4, 0, 1, 8307, 1, 7, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000708, 4, 100036, 0, 2, 5, 0, 1, 8308, 1, 8, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000709, 4, 100036, 0, 2, 6, 0, 1, 8309, 1, 9, 91, 59, 15000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000710, 4, 100036, 0, 2, 7, 0, 1, 8310, 1, 10, 91, 59, 20000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000711, 4, 100052, 1, 0, 0, 0, 1, 8311, 1, 11, 30, 110, 5000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000712, 4, 100052, 3, 0, 0, 0, 1, 8312, 1, 12, 30, 110, 5000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000713, 4, 100052, 5, 0, 0, 0, 1, 8313, 1, 13, 30, 110, 5000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000714, 4, 100052, 7, 0, 0, 0, 1, 8314, 1, 14, 30, 110, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000715, 4, 100053, 0, 0, 0, 0, 20, 8315, 1, 15, 30, 110, 5000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000716, 4, 100053, 0, 0, 0, 0, 50, 8316, 1, 16, 30, 110, 5000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000717, 4, 100053, 0, 0, 0, 0, 100, 8317, 1, 17, 30, 110, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000718, 4, 100053, 0, 0, 0, 0, 150, 8318, 1, 18, 30, 110, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000719, 4, 100053, 0, 0, 0, 0, 200, 8319, 1, 19, 30, 110, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000720, 4, 100004, 1, 2, 0, 0, 5, 8320, 1, 20, 30, 110, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000721, 4, 100004, 1, 2, 0, 0, 10, 8321, 1, 21, 30, 110, 15000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000722, 4, 100004, 1, 2, 0, 0, 15, 8322, 1, 22, 30, 110, 20000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000723, 4, 100004, 1, 2, 0, 0, 20, 8323, 1, 23, 30, 110, 30000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000724, 4, 100004, 11, 0, 0, 0, 1, 8324, 1, 24, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000725, 4, 100041, 0, 8, 0, 0, 1, 8325, 1, 25, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000726, 4, 100041, 0, 10, 0, 0, 1, 8326, 1, 26, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000727, 4, 100041, 0, 12, 0, 0, 1, 8327, 1, 27, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000728, 4, 100046, 0, 15, 0, 0, 1, 8328, 1, 28, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000729, 4, 100054, 0, 3, 0, 0, 1, 8329, 1, 29, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000730, 4, 100054, 0, 5, 0, 0, 1, 8330, 1, 30, 91, 59, 10000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000731, 4, 100054, 0, 7, 0, 0, 1, 8331, 1, 31, 91, 59, 15000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000732, 4, 100024, 6, 1, 0, 0, 1, 8332, 1, 32, 91, 59, 15000, 102, 1, 10001, '2025/11/06 22:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000801, 4, 100004, 1, 0, 0, 0, 1, 8400, 1, 1, 91, 59, 10000, 105, 1, 10001, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000802, 4, 100004, 1, 0, 0, 0, 3, 8401, 1, 2, 91, 59, 10000, 105, 1, 10001, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000803, 4, 100004, 1, 0, 0, 0, 5, 8402, 1, 3, 91, 59, 10000, 105, 1, 10001, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000804, 4, 100004, 1, 0, 0, 0, 10, 8403, 1, 4, 91, 59, 10000, 105, 1, 10001, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000805, 4, 100003, 305001, 0, 0, 0, 1, 8404, 1, 5, 34, 95, 1, 105, 1, 10001, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000806, 4, 100003, 202101, 0, 0, 0, 1, 8405, 1, 6, 34, 95, 1, 105, 1, 10001, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000807, 4, 100003, 101301, 0, 0, 0, 1, 8406, 1, 7, 30, 110, 10000, 105, 1, 10001, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000808, 4, 900001, 4, 0, 0, 0, 7, 8407, 1, 8, 90, 43, 150, 105, 1, 0, '2025/11/19 22:00:00', '2025/11/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000811, 4, 100004, 1, 0, 0, 0, 1, 8408, 1, 1, 91, 59, 10000, 106, 1, 10001, '2025/12/01 22:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000812, 4, 100004, 1, 0, 0, 0, 3, 8409, 1, 2, 91, 59, 10000, 106, 1, 10001, '2025/12/01 22:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000813, 4, 100004, 1, 0, 0, 0, 5, 8410, 1, 3, 91, 59, 10000, 106, 1, 10001, '2025/12/01 22:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000814, 4, 100004, 1, 0, 0, 0, 10, 8411, 1, 4, 91, 59, 10000, 106, 1, 10001, '2025/12/01 22:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000815, 4, 100025, 305401, 3, 0, 0, 1, 8412, 1, 5, 34, 95, 1, 106, 1, 10001, '2025/12/01 22:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000816, 4, 100025, 202201, 3, 0, 0, 1, 8413, 1, 6, 34, 95, 1, 106, 1, 10001, '2025/12/01 22:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000817, 4, 100003, 101401, 0, 0, 0, 1, 8414, 1, 7, 30, 110, 10000, 106, 1, 10001, '2025/12/01 22:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000818, 4, 900001, 4, 0, 0, 0, 7, 8415, 1, 8, 90, 43, 150, 106, 1, 0, '2025/12/01 22:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000821, 4, 100004, 1, 0, 0, 0, 1, 8416, 1, 1, 91, 59, 10000, 107, 1, 10001, '2025/12/04 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000822, 4, 100004, 1, 0, 0, 0, 3, 8417, 1, 2, 91, 59, 10000, 107, 1, 10001, '2025/12/04 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000823, 4, 100004, 1, 0, 0, 0, 5, 8418, 1, 3, 91, 59, 10000, 107, 1, 10001, '2025/12/04 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000824, 4, 100004, 1, 0, 0, 0, 10, 8419, 1, 4, 91, 59, 10000, 107, 1, 10001, '2025/12/04 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000825, 4, 100025, 202301, 3, 0, 0, 1, 8420, 1, 5, 34, 95, 1, 107, 1, 10001, '2025/12/04 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000826, 4, 100025, 202401, 3, 0, 0, 1, 8421, 1, 6, 34, 95, 1, 107, 1, 10001, '2025/12/04 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000827, 4, 100003, 101501, 0, 0, 0, 1, 8422, 1, 7, 30, 110, 10000, 107, 1, 10001, '2025/12/04 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000828, 4, 900001, 4, 0, 0, 0, 7, 8423, 1, 8, 90, 43, 150, 107, 1, 0, '2025/12/04 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000831, 4, 100004, 1, 0, 0, 0, 1, 8424, 1, 1, 91, 59, 10000, 108, 1, 10001, '2025/12/11 15:00:00', '2025/12/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000832, 4, 100004, 1, 0, 0, 0, 3, 8425, 1, 2, 91, 59, 10000, 108, 1, 10001, '2025/12/11 15:00:00', '2025/12/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000833, 4, 100004, 1, 0, 0, 0, 5, 8426, 1, 3, 91, 59, 10000, 108, 1, 10001, '2025/12/11 15:00:00', '2025/12/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000834, 4, 100004, 1, 0, 0, 0, 10, 8427, 1, 4, 91, 59, 10000, 108, 1, 10001, '2025/12/11 15:00:00', '2025/12/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000835, 4, 100003, 202501, 0, 0, 0, 1, 8428, 1, 5, 34, 95, 1, 108, 1, 10001, '2025/12/11 15:00:00', '2025/12/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000836, 4, 100003, 202601, 0, 0, 0, 1, 8429, 1, 6, 34, 95, 1, 108, 1, 10001, '2025/12/11 15:00:00', '2025/12/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000837, 4, 100003, 101601, 0, 0, 0, 1, 8430, 1, 7, 30, 110, 10000, 108, 1, 10001, '2025/12/11 15:00:00', '2025/12/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000838, 4, 900001, 4, 0, 0, 0, 7, 8431, 1, 8, 90, 43, 150, 108, 1, 0, '2025/12/11 15:00:00', '2025/12/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000841, 4, 100004, 1, 0, 0, 0, 1, 8432, 1, 1, 91, 59, 10000, 109, 1, 10001, '2025/12/18 22:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000842, 4, 100004, 1, 0, 0, 0, 3, 8433, 1, 2, 91, 59, 10000, 109, 1, 10001, '2025/12/18 22:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000843, 4, 100004, 1, 0, 0, 0, 5, 8434, 1, 3, 91, 59, 10000, 109, 1, 10001, '2025/12/18 22:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000844, 4, 100004, 1, 0, 0, 0, 10, 8435, 1, 4, 91, 59, 10000, 109, 1, 10001, '2025/12/18 22:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000845, 4, 100003, 202801, 0, 0, 0, 1, 8436, 1, 5, 34, 95, 2, 109, 1, 10001, '2025/12/18 22:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000846, 4, 100003, 101701, 0, 0, 0, 1, 8437, 1, 7, 30, 110, 10000, 109, 1, 10001, '2025/12/18 22:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000847, 4, 900001, 4, 0, 0, 0, 6, 8438, 1, 8, 90, 43, 150, 109, 1, 0, '2025/12/18 22:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000851, 4, 100004, 1, 0, 0, 0, 1, 8440, 1, 1, 91, 59, 10000, 110, 1, 10001, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000852, 4, 100004, 1, 0, 0, 0, 3, 8441, 1, 2, 91, 59, 10000, 110, 1, 10001, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000853, 4, 100004, 1, 0, 0, 0, 5, 8442, 1, 3, 91, 59, 10000, 110, 1, 10001, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000854, 4, 100004, 1, 0, 0, 0, 10, 8443, 1, 4, 91, 59, 10000, 110, 1, 10001, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000855, 4, 100003, 305801, 0, 0, 0, 1, 8444, 1, 5, 34, 95, 1, 110, 1, 10001, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000856, 4, 100003, 202901, 0, 0, 0, 1, 8445, 1, 6, 34, 95, 1, 110, 1, 10001, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000857, 4, 100003, 101801, 0, 0, 0, 1, 8446, 1, 7, 30, 110, 10000, 110, 1, 10001, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000858, 4, 900001, 4, 0, 0, 0, 7, 8447, 1, 8, 90, 43, 150, 110, 1, 0, '2025/12/22 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000861, 4, 100004, 1, 0, 0, 0, 1, 8448, 1, 1, 91, 59, 10000, 111, 1, 10001, '2025/12/28 15:00:00', '2026/01/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000862, 4, 100004, 1, 0, 0, 0, 3, 8449, 1, 2, 91, 59, 10000, 111, 1, 10001, '2025/12/28 15:00:00', '2026/01/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000863, 4, 100004, 1, 0, 0, 0, 5, 8450, 1, 3, 91, 59, 10000, 111, 1, 10001, '2025/12/28 15:00:00', '2026/01/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000864, 4, 100004, 1, 0, 0, 0, 10, 8451, 1, 4, 91, 59, 10000, 111, 1, 10001, '2025/12/28 15:00:00', '2026/01/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000865, 4, 100027, 0, 0, 0, 0, 500000, 8452, 1, 5, 34, 95, 1, 111, 1, 10001, '2025/12/28 15:00:00', '2026/01/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000866, 4, 100027, 0, 0, 0, 0, 1500000, 8453, 1, 6, 34, 95, 1, 111, 1, 10001, '2025/12/28 15:00:00', '2026/01/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000867, 4, 100003, 101901, 0, 0, 0, 1, 8454, 1, 7, 30, 110, 10000, 111, 1, 10001, '2025/12/28 15:00:00', '2026/01/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000868, 4, 900001, 4, 0, 0, 0, 7, 8455, 1, 8, 90, 43, 150, 111, 1, 0, '2025/12/28 15:00:00', '2026/01/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000871, 4, 100004, 1, 0, 0, 0, 1, 8456, 1, 1, 91, 59, 10000, 112, 1, 10001, '2026/01/04 15:00:00', '2026/01/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000872, 4, 100004, 1, 0, 0, 0, 3, 8457, 1, 2, 91, 59, 10000, 112, 1, 10001, '2026/01/04 15:00:00', '2026/01/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000873, 4, 100004, 1, 0, 0, 0, 5, 8458, 1, 3, 91, 59, 10000, 112, 1, 10001, '2026/01/04 15:00:00', '2026/01/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000874, 4, 100004, 1, 0, 0, 0, 10, 8459, 1, 4, 91, 59, 10000, 112, 1, 10001, '2026/01/04 15:00:00', '2026/01/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000875, 4, 100003, 306101, 0, 0, 0, 1, 8460, 1, 5, 34, 95, 1, 112, 1, 10001, '2026/01/04 15:00:00', '2026/01/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000876, 4, 100003, 306201, 0, 0, 0, 1, 8461, 1, 6, 34, 95, 1, 112, 1, 10001, '2026/01/04 15:00:00', '2026/01/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000877, 4, 100003, 102001, 0, 0, 0, 1, 8462, 1, 7, 30, 110, 10000, 112, 1, 10001, '2026/01/04 15:00:00', '2026/01/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000878, 4, 900001, 4, 0, 0, 0, 7, 8463, 1, 8, 90, 43, 150, 112, 1, 0, '2026/01/04 15:00:00', '2026/01/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000881, 4, 100004, 1, 0, 0, 0, 1, 8464, 1, 1, 91, 59, 10000, 113, 1, 10001, '2026/01/08 15:00:00', '2026/01/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000882, 4, 100004, 1, 0, 0, 0, 3, 8465, 1, 2, 91, 59, 10000, 113, 1, 10001, '2026/01/08 15:00:00', '2026/01/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000883, 4, 100004, 1, 0, 0, 0, 5, 8466, 1, 3, 91, 59, 10000, 113, 1, 10001, '2026/01/08 15:00:00', '2026/01/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000884, 4, 100004, 1, 0, 0, 0, 10, 8467, 1, 4, 91, 59, 10000, 113, 1, 10001, '2026/01/08 15:00:00', '2026/01/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000885, 4, 100027, 0, 0, 0, 0, 500000, 8468, 1, 5, 34, 95, 1, 113, 1, 10001, '2026/01/08 15:00:00', '2026/01/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000886, 4, 100027, 0, 0, 0, 0, 1500000, 8469, 1, 6, 34, 95, 1, 113, 1, 10001, '2026/01/08 15:00:00', '2026/01/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000887, 4, 100003, 102101, 0, 0, 0, 1, 8470, 1, 7, 30, 110, 10000, 113, 1, 10001, '2026/01/08 15:00:00', '2026/01/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000888, 4, 900001, 4, 0, 0, 0, 7, 8471, 1, 8, 90, 43, 150, 113, 1, 0, '2026/01/08 15:00:00', '2026/01/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000891, 4, 100004, 1, 0, 0, 0, 1, 8472, 1, 1, 91, 59, 10000, 114, 1, 10001, '2026/01/15 15:00:00', '2026/01/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000892, 4, 100004, 1, 0, 0, 0, 3, 8473, 1, 2, 91, 59, 10000, 114, 1, 10001, '2026/01/15 15:00:00', '2026/01/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000893, 4, 100004, 1, 0, 0, 0, 5, 8474, 1, 3, 91, 59, 10000, 114, 1, 10001, '2026/01/15 15:00:00', '2026/01/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000894, 4, 100004, 1, 0, 0, 0, 10, 8475, 1, 4, 91, 59, 10000, 114, 1, 10001, '2026/01/15 15:00:00', '2026/01/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000895, 4, 100027, 0, 0, 0, 0, 500000, 8476, 1, 5, 34, 95, 1, 114, 1, 10001, '2026/01/15 15:00:00', '2026/01/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000896, 4, 100027, 0, 0, 0, 0, 1500000, 8477, 1, 6, 34, 95, 1, 114, 1, 10001, '2026/01/15 15:00:00', '2026/01/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000897, 4, 100003, 102201, 0, 0, 0, 1, 8478, 1, 7, 30, 110, 10000, 114, 1, 10001, '2026/01/15 15:00:00', '2026/01/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000898, 4, 900001, 4, 0, 0, 0, 7, 8479, 1, 8, 90, 43, 150, 114, 1, 0, '2026/01/15 15:00:00', '2026/01/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000901, 4, 100004, 1, 0, 0, 0, 1, 8480, 1, 1, 91, 59, 10000, 115, 1, 10001, '2026/01/22 15:00:00', '2026/01/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000902, 4, 100004, 1, 0, 0, 0, 3, 8481, 1, 2, 91, 59, 10000, 115, 1, 10001, '2026/01/22 15:00:00', '2026/01/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000903, 4, 100004, 1, 0, 0, 0, 5, 8482, 1, 3, 91, 59, 10000, 115, 1, 10001, '2026/01/22 15:00:00', '2026/01/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000904, 4, 100004, 1, 0, 0, 0, 10, 8483, 1, 4, 91, 59, 10000, 115, 1, 10001, '2026/01/22 15:00:00', '2026/01/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000905, 4, 100027, 0, 0, 0, 0, 500000, 8484, 1, 5, 34, 95, 1, 115, 1, 10001, '2026/01/22 15:00:00', '2026/01/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000906, 4, 100027, 0, 0, 0, 0, 1500000, 8485, 1, 6, 34, 95, 1, 115, 1, 10001, '2026/01/22 15:00:00', '2026/01/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000907, 4, 100003, 102301, 0, 0, 0, 1, 8486, 1, 7, 30, 110, 10000, 115, 1, 10001, '2026/01/22 15:00:00', '2026/01/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000908, 4, 900001, 4, 0, 0, 0, 7, 8487, 1, 8, 90, 43, 150, 115, 1, 0, '2026/01/22 15:00:00', '2026/01/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000911, 4, 100004, 1, 0, 0, 0, 1, 8488, 1, 1, 91, 59, 10000, 116, 1, 10001, '2026/01/29 15:00:00', '2026/01/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000912, 4, 100004, 1, 0, 0, 0, 2, 8489, 1, 2, 91, 59, 10000, 116, 1, 10001, '2026/01/29 15:00:00', '2026/01/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000913, 4, 100004, 1, 0, 0, 0, 3, 8490, 1, 3, 91, 59, 10000, 116, 1, 10001, '2026/01/29 15:00:00', '2026/01/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000914, 4, 100004, 1, 0, 0, 0, 5, 8491, 1, 4, 91, 59, 10000, 116, 1, 10001, '2026/01/29 15:00:00', '2026/01/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000915, 4, 100027, 0, 0, 0, 0, 500000, 8492, 1, 5, 34, 95, 1, 116, 1, 10001, '2026/01/29 15:00:00', '2026/01/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000916, 4, 100027, 0, 0, 0, 0, 1500000, 8493, 1, 6, 34, 95, 1, 116, 1, 10001, '2026/01/29 15:00:00', '2026/01/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000917, 4, 100003, 102401, 0, 0, 0, 1, 8494, 1, 7, 30, 110, 10000, 116, 1, 10001, '2026/01/29 15:00:00', '2026/01/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1000918, 4, 900001, 4, 0, 0, 0, 7, 8495, 1, 8, 90, 43, 150, 116, 1, 0, '2026/01/29 15:00:00', '2026/01/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001001, 4, 900001, 4, 0, 0, 0, 30, 8501, 1, 1, 90, 43, 300, 120, 1, 0, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001002, 4, 100003, 100101, 0, 0, 0, 1, 8502, 1, 2, 11, 69, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001003, 4, 100003, 100201, 0, 0, 0, 1, 8503, 1, 3, 11, 70, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001004, 4, 100003, 100301, 0, 0, 0, 1, 8504, 1, 4, 11, 71, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001005, 4, 100003, 100401, 0, 0, 0, 1, 8505, 1, 5, 11, 72, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001006, 4, 100003, 100501, 0, 0, 0, 1, 8506, 1, 6, 11, 73, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001007, 4, 100003, 100601, 0, 0, 0, 1, 8507, 1, 7, 11, 74, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001008, 4, 100003, 100701, 0, 0, 0, 1, 8508, 1, 8, 11, 75, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001009, 4, 100003, 100801, 0, 0, 0, 1, 8509, 1, 9, 11, 76, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001010, 4, 100003, 100901, 0, 0, 0, 1, 8510, 1, 10, 11, 77, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001011, 4, 100003, 101001, 0, 0, 0, 1, 8511, 1, 11, 11, 78, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001012, 4, 100003, 101101, 0, 0, 0, 1, 8512, 1, 12, 11, 79, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001013, 4, 100003, 101201, 0, 0, 0, 1, 8513, 1, 13, 11, 80, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001014, 4, 100003, 101301, 0, 0, 0, 1, 8514, 1, 14, 11, 81, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001015, 4, 100003, 101401, 0, 0, 0, 1, 8515, 1, 15, 11, 82, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001016, 4, 100003, 101501, 0, 0, 0, 1, 8516, 1, 16, 11, 83, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001017, 4, 100003, 101601, 0, 0, 0, 1, 8517, 1, 17, 11, 84, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001018, 4, 100003, 101801, 0, 0, 0, 1, 8518, 1, 18, 11, 85, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001019, 4, 100003, 101701, 0, 0, 0, 1, 8519, 1, 19, 11, 86, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001020, 4, 100003, 101901, 0, 0, 0, 1, 8520, 1, 20, 11, 87, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001021, 4, 100003, 102001, 0, 0, 0, 1, 8521, 1, 21, 11, 88, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001022, 4, 100003, 102101, 0, 0, 0, 1, 8522, 1, 22, 11, 89, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001023, 4, 100003, 102201, 0, 0, 0, 1, 8523, 1, 23, 11, 90, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001024, 4, 100003, 102301, 0, 0, 0, 1, 8524, 1, 24, 11, 91, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001025, 4, 100003, 102401, 0, 0, 0, 1, 8525, 1, 25, 11, 92, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001026, 4, 100003, 110201, 0, 0, 0, 1, 8526, 1, 26, 11, 101, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001027, 4, 100003, 110401, 0, 0, 0, 1, 8527, 1, 27, 11, 102, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001028, 4, 100003, 110501, 0, 0, 0, 1, 8528, 1, 28, 11, 103, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001029, 4, 100003, 110301, 0, 0, 0, 1, 8529, 1, 29, 11, 104, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001030, 4, 100003, 110101, 0, 0, 0, 1, 8530, 1, 30, 11, 105, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (1001031, 4, 100003, 110601, 0, 0, 0, 1, 8531, 1, 31, 11, 106, 50, 120, 1, 10001, '2025/12/8 22:00:00', '2050/05/15 4:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000001, 5, 100004, 1, 0, 0, 0, 1, 20001, 1, 1, 102, 101401, 2, 0, 1, 10001, '2025/07/06 22:00:00', '2025/07/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000002, 5, 100003, 0, 0, 0, 0, 1, 20002, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/06 22:00:00', '2025/07/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000003, 5, 200005, 0, 0, 0, 0, 1, 20003, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/06 22:00:00', '2025/07/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000004, 5, 100004, 1, 0, 0, 0, 1, 20004, 1, 1, 102, 101401, 2, 0, 1, 10001, '2025/07/07 15:00:00', '2025/07/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000005, 5, 100003, 0, 0, 0, 0, 1, 20005, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/07 15:00:00', '2025/07/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000006, 5, 200005, 0, 0, 0, 0, 1, 20006, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/07 15:00:00', '2025/07/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000007, 5, 100004, 1, 0, 0, 0, 1, 20007, 1, 1, 102, 101401, 2, 0, 1, 10001, '2025/07/08 15:00:00', '2025/07/09 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000008, 5, 100003, 0, 0, 0, 0, 1, 20008, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/08 15:00:00', '2025/07/09 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000009, 5, 200005, 0, 0, 0, 0, 1, 20009, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/08 15:00:00', '2025/07/09 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000010, 5, 100004, 1, 0, 0, 0, 1, 20010, 1, 1, 102, 100101, 2, 0, 1, 10001, '2025/07/09 15:00:00', '2025/07/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000011, 5, 100003, 0, 0, 0, 0, 1, 20011, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/09 15:00:00', '2025/07/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000012, 5, 200005, 0, 0, 0, 0, 1, 20012, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/09 15:00:00', '2025/07/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000013, 5, 100004, 1, 0, 0, 0, 1, 20013, 1, 1, 102, 100101, 2, 0, 1, 10001, '2025/07/10 15:00:00', '2025/07/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000014, 5, 100003, 0, 0, 0, 0, 1, 20014, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/10 15:00:00', '2025/07/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000015, 5, 200005, 0, 0, 0, 0, 1, 20015, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/10 15:00:00', '2025/07/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000016, 5, 100004, 1, 0, 0, 0, 1, 20016, 1, 1, 102, 100101, 2, 0, 1, 10001, '2025/07/11 15:00:00', '2025/07/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000017, 5, 100003, 0, 0, 0, 0, 1, 20017, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/11 15:00:00', '2025/07/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000018, 5, 200005, 0, 0, 0, 0, 1, 20018, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/11 15:00:00', '2025/07/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000019, 5, 100004, 1, 0, 0, 0, 1, 20019, 1, 1, 102, 101701, 2, 0, 1, 10001, '2025/07/12 15:00:00', '2025/07/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000020, 5, 100003, 0, 0, 0, 0, 1, 20020, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/12 15:00:00', '2025/07/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000021, 5, 200005, 0, 0, 0, 0, 1, 20021, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/12 15:00:00', '2025/07/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000022, 5, 100004, 1, 0, 0, 0, 1, 20022, 1, 1, 102, 101701, 2, 0, 1, 10001, '2025/07/13 15:00:00', '2025/07/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000023, 5, 100003, 0, 0, 0, 0, 1, 20023, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/13 15:00:00', '2025/07/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000024, 5, 200005, 0, 0, 0, 0, 1, 20024, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/13 15:00:00', '2025/07/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000025, 5, 100004, 1, 0, 0, 0, 1, 20025, 1, 1, 102, 101701, 2, 0, 1, 10001, '2025/07/14 15:00:00', '2025/07/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000026, 5, 100003, 0, 0, 0, 0, 1, 20026, 1, 1, 30, 110, 5000, 0, 1, 10001, '2025/07/14 15:00:00', '2025/07/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000027, 5, 200005, 0, 0, 0, 0, 1, 20027, 1, 1, 91, 59, 10000, 0, 1, 20001, '2025/07/14 15:00:00', '2025/07/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000101, 5, 200019, 594501, 0, 0, 0, 1, 20028, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/07/27 22:00:00', '2025/07/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000102, 5, 200019, 594501, 0, 0, 0, 2, 20029, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/07/27 22:00:00', '2025/07/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000103, 5, 200019, 594501, 0, 0, 0, 3, 20030, 1, 1, 102, 106101, 2, 0, 1, 0, '2025/07/27 22:00:00', '2025/07/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000104, 5, 200019, 594501, 0, 0, 0, 1, 20031, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/07/28 15:00:00', '2025/07/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000105, 5, 200019, 594501, 0, 0, 0, 2, 20032, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/07/28 15:00:00', '2025/07/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000106, 5, 200019, 594501, 0, 0, 0, 3, 20033, 1, 1, 102, 106101, 2, 0, 1, 0, '2025/07/28 15:00:00', '2025/07/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000107, 5, 200019, 594501, 0, 0, 0, 1, 20034, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/07/29 15:00:00', '2025/07/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000108, 5, 200019, 594501, 0, 0, 0, 2, 20035, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/07/29 15:00:00', '2025/07/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000109, 5, 200019, 594501, 0, 0, 0, 3, 20036, 1, 1, 102, 106101, 2, 0, 1, 0, '2025/07/29 15:00:00', '2025/07/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000110, 5, 200019, 594503, 0, 0, 0, 1, 20037, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/07/30 15:00:00', '2025/07/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000111, 5, 200019, 594503, 0, 0, 0, 2, 20038, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/07/30 15:00:00', '2025/07/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000112, 5, 200019, 594503, 0, 0, 0, 3, 20039, 1, 1, 102, 101001, 2, 0, 1, 0, '2025/07/30 15:00:00', '2025/07/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000113, 5, 200019, 594503, 0, 0, 0, 1, 20040, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/07/31 15:00:00', '2025/08/01 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000114, 5, 200019, 594503, 0, 0, 0, 2, 20041, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/07/31 15:00:00', '2025/08/01 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000115, 5, 200019, 594503, 0, 0, 0, 3, 20042, 1, 1, 102, 101001, 2, 0, 1, 0, '2025/07/31 15:00:00', '2025/08/01 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000116, 5, 200019, 594503, 0, 0, 0, 1, 20043, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/01 15:00:00', '2025/08/02 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000117, 5, 200019, 594503, 0, 0, 0, 2, 20044, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/01 15:00:00', '2025/08/02 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000118, 5, 200019, 594503, 0, 0, 0, 3, 20045, 1, 1, 102, 101001, 2, 0, 1, 0, '2025/08/01 15:00:00', '2025/08/02 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000119, 5, 200019, 594502, 0, 0, 0, 1, 20046, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/02 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000120, 5, 200019, 594502, 0, 0, 0, 2, 20047, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/02 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000121, 5, 200019, 594502, 0, 0, 0, 3, 20048, 1, 1, 102, 104101, 2, 0, 1, 0, '2025/08/02 15:00:00', '2025/08/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000122, 5, 200019, 594502, 0, 0, 0, 1, 20049, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/03 15:00:00', '2025/08/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000123, 5, 200019, 594502, 0, 0, 0, 2, 20050, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/03 15:00:00', '2025/08/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000124, 5, 200019, 594502, 0, 0, 0, 3, 20051, 1, 1, 102, 104101, 2, 0, 1, 0, '2025/08/03 15:00:00', '2025/08/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000125, 5, 200019, 594502, 0, 0, 0, 1, 20052, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/04 15:00:00', '2025/08/05 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000126, 5, 200019, 594502, 0, 0, 0, 2, 20053, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/04 15:00:00', '2025/08/05 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000127, 5, 200019, 594502, 0, 0, 0, 3, 20054, 1, 1, 102, 104101, 2, 0, 1, 0, '2025/08/04 15:00:00', '2025/08/05 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000128, 5, 200019, 594504, 0, 0, 0, 1, 20052, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/05 15:00:00', '2025/08/06 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000129, 5, 200019, 594504, 0, 0, 0, 2, 20053, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/05 15:00:00', '2025/08/06 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000130, 5, 200019, 594504, 0, 0, 0, 3, 20054, 1, 1, 102, 103801, 2, 0, 1, 0, '2025/08/05 15:00:00', '2025/08/06 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000131, 5, 200019, 594504, 0, 0, 0, 1, 20052, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/06 15:00:00', '2025/08/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000132, 5, 200019, 594504, 0, 0, 0, 2, 20053, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/06 15:00:00', '2025/08/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000133, 5, 200019, 594504, 0, 0, 0, 3, 20054, 1, 1, 102, 103801, 2, 0, 1, 0, '2025/08/06 15:00:00', '2025/08/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000134, 5, 200019, 594504, 0, 0, 0, 1, 20052, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/07 15:00:00', '2025/08/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000135, 5, 200019, 594504, 0, 0, 0, 2, 20053, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/07 15:00:00', '2025/08/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000136, 5, 200019, 594504, 0, 0, 0, 3, 20054, 1, 1, 102, 103801, 2, 0, 1, 0, '2025/08/07 15:00:00', '2025/08/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000201, 5, 200019, 593501, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/21 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000202, 5, 200019, 593501, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/21 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000203, 5, 200019, 593501, 0, 0, 0, 3, 0, 1, 1, 102, 103501, 2, 0, 1, 0, '2025/08/21 22:00:00', '2025/08/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000204, 5, 200019, 593501, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/22 15:00:00', '2025/08/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000205, 5, 200019, 593501, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/22 15:00:00', '2025/08/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000206, 5, 200019, 593501, 0, 0, 0, 3, 0, 1, 1, 102, 103501, 2, 0, 1, 0, '2025/08/22 15:00:00', '2025/08/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000207, 5, 200019, 593501, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/23 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000208, 5, 200019, 593501, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/23 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000209, 5, 200019, 593501, 0, 0, 0, 3, 0, 1, 1, 102, 103501, 2, 0, 1, 0, '2025/08/23 15:00:00', '2025/08/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000210, 5, 200019, 593502, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/24 15:00:00', '2025/08/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000211, 5, 200019, 593502, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/24 15:00:00', '2025/08/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000212, 5, 200019, 593502, 0, 0, 0, 3, 0, 1, 1, 102, 100801, 2, 0, 1, 0, '2025/08/24 15:00:00', '2025/08/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000213, 5, 200019, 593502, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/25 15:00:00', '2025/08/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000214, 5, 200019, 593502, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/25 15:00:00', '2025/08/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000215, 5, 200019, 593502, 0, 0, 0, 3, 0, 1, 1, 102, 100801, 2, 0, 1, 0, '2025/08/25 15:00:00', '2025/08/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000216, 5, 200019, 593502, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/26 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000217, 5, 200019, 593502, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/26 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000218, 5, 200019, 593502, 0, 0, 0, 3, 0, 1, 1, 102, 100801, 2, 0, 1, 0, '2025/08/26 15:00:00', '2025/08/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000219, 5, 200019, 593503, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/27 15:00:00', '2025/08/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000220, 5, 200019, 593503, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/27 15:00:00', '2025/08/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000221, 5, 200019, 593503, 0, 0, 0, 3, 0, 1, 1, 102, 100301, 2, 0, 1, 0, '2025/08/27 15:00:00', '2025/08/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000222, 5, 200019, 593503, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/28 15:00:00', '2025/08/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000223, 5, 200019, 593503, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/28 15:00:00', '2025/08/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000224, 5, 200019, 593503, 0, 0, 0, 3, 0, 1, 1, 102, 100301, 2, 0, 1, 0, '2025/08/28 15:00:00', '2025/08/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000225, 5, 200019, 593503, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/08/29 15:00:00', '2025/08/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000226, 5, 200019, 593503, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/08/29 15:00:00', '2025/08/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000227, 5, 200019, 593503, 0, 0, 0, 3, 0, 1, 1, 102, 100301, 2, 0, 1, 0, '2025/08/29 15:00:00', '2025/08/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000301, 5, 200019, 593004, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/11 22:00:00', '2025/09/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000302, 5, 200019, 593004, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/11 22:00:00', '2025/09/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000303, 5, 200019, 593004, 0, 0, 0, 3, 0, 1, 1, 102, 102401, 2, 0, 1, 0, '2025/09/11 22:00:00', '2025/09/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000304, 5, 200019, 593004, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/12 15:00:00', '2025/09/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000305, 5, 200019, 593004, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/12 15:00:00', '2025/09/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000306, 5, 200019, 593004, 0, 0, 0, 3, 0, 1, 1, 102, 102401, 2, 0, 1, 0, '2025/09/12 15:00:00', '2025/09/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000307, 5, 200019, 593004, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/13 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000308, 5, 200019, 593004, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/13 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000309, 5, 200019, 593004, 0, 0, 0, 3, 0, 1, 1, 102, 102401, 2, 0, 1, 0, '2025/09/13 15:00:00', '2025/09/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000310, 5, 200019, 593002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/14 15:00:00', '2025/09/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000311, 5, 200019, 593002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/14 15:00:00', '2025/09/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000312, 5, 200019, 593002, 0, 0, 0, 3, 0, 1, 1, 102, 101301, 2, 0, 1, 0, '2025/09/14 15:00:00', '2025/09/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000313, 5, 200019, 593002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/15 15:00:00', '2025/09/16 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000314, 5, 200019, 593002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/15 15:00:00', '2025/09/16 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000315, 5, 200019, 593002, 0, 0, 0, 3, 0, 1, 1, 102, 101301, 2, 0, 1, 0, '2025/09/15 15:00:00', '2025/09/16 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000316, 5, 200019, 593002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/16 15:00:00', '2025/09/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000317, 5, 200019, 593002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/16 15:00:00', '2025/09/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000318, 5, 200019, 593002, 0, 0, 0, 3, 0, 1, 1, 102, 101301, 2, 0, 1, 0, '2025/09/16 15:00:00', '2025/09/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000319, 5, 200019, 593003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/17 15:00:00', '2025/09/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000320, 5, 200019, 593003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/17 15:00:00', '2025/09/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000321, 5, 200019, 593003, 0, 0, 0, 3, 0, 1, 1, 102, 101501, 2, 0, 1, 0, '2025/09/17 15:00:00', '2025/09/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000322, 5, 200019, 593003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/18 15:00:00', '2025/09/19 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000323, 5, 200019, 593003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/18 15:00:00', '2025/09/19 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000324, 5, 200019, 593003, 0, 0, 0, 3, 0, 1, 1, 102, 101501, 2, 0, 1, 0, '2025/09/18 15:00:00', '2025/09/19 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000325, 5, 200019, 593003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/19 15:00:00', '2025/09/20 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000326, 5, 200019, 593003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/19 15:00:00', '2025/09/20 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000327, 5, 200019, 593003, 0, 0, 0, 3, 0, 1, 1, 102, 101501, 2, 0, 1, 0, '2025/09/19 15:00:00', '2025/09/20 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000328, 5, 200019, 593001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/20 15:00:00', '2025/09/21 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000329, 5, 200019, 593001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/20 15:00:00', '2025/09/21 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000330, 5, 200019, 593001, 0, 0, 0, 3, 0, 1, 1, 102, 104501, 2, 0, 1, 0, '2025/09/20 15:00:00', '2025/09/21 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000331, 5, 200019, 593001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/21 15:00:00', '2025/09/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000332, 5, 200019, 593001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/21 15:00:00', '2025/09/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000333, 5, 200019, 593001, 0, 0, 0, 3, 0, 1, 1, 102, 104501, 2, 0, 1, 0, '2025/09/21 15:00:00', '2025/09/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000334, 5, 200019, 593001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/09/22 15:00:00', '2025/09/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000335, 5, 200019, 593001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/09/22 15:00:00', '2025/09/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000336, 5, 200019, 593001, 0, 0, 0, 3, 0, 1, 1, 102, 104501, 2, 0, 1, 0, '2025/09/22 15:00:00', '2025/09/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000401, 5, 200019, 594001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/10/26 22:00:00', '2025/10/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000402, 5, 200019, 594001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/10/26 22:00:00', '2025/10/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000403, 5, 200019, 594001, 0, 0, 0, 3, 0, 1, 1, 102, 102701, 2, 0, 1, 0, '2025/10/26 22:00:00', '2025/10/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000404, 5, 200019, 594001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/10/27 15:00:00', '2025/10/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000405, 5, 200019, 594001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/10/27 15:00:00', '2025/10/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000406, 5, 200019, 594001, 0, 0, 0, 3, 0, 1, 1, 102, 102701, 2, 0, 1, 0, '2025/10/27 15:00:00', '2025/10/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000407, 5, 200019, 594001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/10/28 15:00:00', '2025/10/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000408, 5, 200019, 594001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/10/28 15:00:00', '2025/10/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000409, 5, 200019, 594001, 0, 0, 0, 3, 0, 1, 1, 102, 102701, 2, 0, 1, 0, '2025/10/28 15:00:00', '2025/10/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000410, 5, 200019, 594002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/10/29 15:00:00', '2025/10/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000411, 5, 200019, 594002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/10/29 15:00:00', '2025/10/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000412, 5, 200019, 594002, 0, 0, 0, 3, 0, 1, 1, 102, 100201, 2, 0, 1, 0, '2025/10/29 15:00:00', '2025/10/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000413, 5, 200019, 594002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/10/30 15:00:00', '2025/10/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000414, 5, 200019, 594002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/10/30 15:00:00', '2025/10/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000415, 5, 200019, 594002, 0, 0, 0, 3, 0, 1, 1, 102, 100201, 2, 0, 1, 0, '2025/10/30 15:00:00', '2025/10/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000416, 5, 200019, 594002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/10/31 15:00:00', '2025/11/01 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000417, 5, 200019, 594002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/10/31 15:00:00', '2025/11/01 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000418, 5, 200019, 594002, 0, 0, 0, 3, 0, 1, 1, 102, 100201, 2, 0, 1, 0, '2025/10/31 15:00:00', '2025/11/01 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000419, 5, 200019, 594003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/11/01 15:00:00', '2025/11/02 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000420, 5, 200019, 594003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/11/01 15:00:00', '2025/11/02 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000421, 5, 200019, 594003, 0, 0, 0, 3, 0, 1, 1, 102, 100701, 2, 0, 1, 0, '2025/11/01 15:00:00', '2025/11/02 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000422, 5, 200019, 594003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/11/02 15:00:00', '2025/11/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000423, 5, 200019, 594003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/11/02 15:00:00', '2025/11/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000424, 5, 200019, 594003, 0, 0, 0, 3, 0, 1, 1, 102, 100701, 2, 0, 1, 0, '2025/11/02 15:00:00', '2025/11/03 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000425, 5, 200019, 594003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 0, '2025/11/03 15:00:00', '2025/11/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000426, 5, 200019, 594003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 0, '2025/11/03 15:00:00', '2025/11/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000427, 5, 200019, 594003, 0, 0, 0, 3, 0, 1, 1, 102, 100701, 2, 0, 1, 0, '2025/11/03 15:00:00', '2025/11/04 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000501, 5, 200019, 596001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/13 22:00:00', '2025/11/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000502, 5, 200019, 596001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/13 22:00:00', '2025/11/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000503, 5, 200019, 596001, 0, 0, 0, 3, 0, 1, 1, 102, 100401, 2, 0, 1, 20002, '2025/11/13 22:00:00', '2025/11/14 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000504, 5, 200019, 596001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/14 15:00:00', '2025/11/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000505, 5, 200019, 596001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/14 15:00:00', '2025/11/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000506, 5, 200019, 596001, 0, 0, 0, 3, 0, 1, 1, 102, 100401, 2, 0, 1, 20002, '2025/11/14 15:00:00', '2025/11/15 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000507, 5, 200019, 596001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/15 15:00:00', '2025/11/16 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000508, 5, 200019, 596001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/15 15:00:00', '2025/11/16 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000509, 5, 200019, 596001, 0, 0, 0, 3, 0, 1, 1, 102, 100401, 2, 0, 1, 20002, '2025/11/15 15:00:00', '2025/11/16 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000510, 5, 200019, 596002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/16 15:00:00', '2025/11/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000511, 5, 200019, 596002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/16 15:00:00', '2025/11/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000512, 5, 200019, 596002, 0, 0, 0, 3, 0, 1, 1, 102, 100501, 2, 0, 1, 20002, '2025/11/16 15:00:00', '2025/11/17 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000513, 5, 200019, 596002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/17 15:00:00', '2025/11/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000514, 5, 200019, 596002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/17 15:00:00', '2025/11/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000515, 5, 200019, 596002, 0, 0, 0, 3, 0, 1, 1, 102, 100501, 2, 0, 1, 20002, '2025/11/17 15:00:00', '2025/11/18 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000516, 5, 200019, 596002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/18 15:00:00', '2025/11/19 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000517, 5, 200019, 596002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/18 15:00:00', '2025/11/19 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000518, 5, 200019, 596002, 0, 0, 0, 3, 0, 1, 1, 102, 100501, 2, 0, 1, 20002, '2025/11/18 15:00:00', '2025/11/19 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000519, 5, 200019, 596003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/19 15:00:00', '2025/11/20 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000520, 5, 200019, 596003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/19 15:00:00', '2025/11/20 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000521, 5, 200019, 596003, 0, 0, 0, 3, 0, 1, 1, 102, 102601, 2, 0, 1, 20002, '2025/11/19 15:00:00', '2025/11/20 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000522, 5, 200019, 596003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/20 15:00:00', '2025/11/21 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000523, 5, 200019, 596003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/20 15:00:00', '2025/11/21 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000524, 5, 200019, 596003, 0, 0, 0, 3, 0, 1, 1, 102, 102601, 2, 0, 1, 20002, '2025/11/20 15:00:00', '2025/11/21 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000525, 5, 200019, 596003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/11/21 15:00:00', '2025/11/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000526, 5, 200019, 596003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/11/21 15:00:00', '2025/11/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000527, 5, 200019, 596003, 0, 0, 0, 3, 0, 1, 1, 102, 102601, 2, 0, 1, 20002, '2025/11/21 15:00:00', '2025/11/22 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000601, 5, 200019, 595001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/04 22:00:00', '2025/12/05 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000602, 5, 200019, 595001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/04 22:00:00', '2025/12/05 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000603, 5, 200019, 595001, 0, 0, 0, 3, 0, 1, 1, 102, 105601, 2, 0, 1, 20002, '2025/12/04 22:00:00', '2025/12/05 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000604, 5, 200019, 595001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/05 15:00:00', '2025/12/06 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000605, 5, 200019, 595001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/05 15:00:00', '2025/12/06 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000606, 5, 200019, 595001, 0, 0, 0, 3, 0, 1, 1, 102, 105601, 2, 0, 1, 20002, '2025/12/05 15:00:00', '2025/12/06 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000607, 5, 200019, 595001, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/06 15:00:00', '2025/12/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000608, 5, 200019, 595001, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/06 15:00:00', '2025/12/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000609, 5, 200019, 595001, 0, 0, 0, 3, 0, 1, 1, 102, 105601, 2, 0, 1, 20002, '2025/12/06 15:00:00', '2025/12/07 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000610, 5, 200019, 595002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/07 15:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000611, 5, 200019, 595002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/07 15:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000612, 5, 200019, 595002, 0, 0, 0, 3, 0, 1, 1, 102, 102001, 2, 0, 1, 20002, '2025/12/07 15:00:00', '2025/12/08 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000613, 5, 200019, 595002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/08 15:00:00', '2025/12/09 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000614, 5, 200019, 595002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/08 15:00:00', '2025/12/09 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000615, 5, 200019, 595002, 0, 0, 0, 3, 0, 1, 1, 102, 102001, 2, 0, 1, 20002, '2025/12/08 15:00:00', '2025/12/09 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000616, 5, 200019, 595002, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/09 15:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000617, 5, 200019, 595002, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/09 15:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000618, 5, 200019, 595002, 0, 0, 0, 3, 0, 1, 1, 102, 102001, 2, 0, 1, 20002, '2025/12/09 15:00:00', '2025/12/10 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000619, 5, 200019, 595003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/10 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000620, 5, 200019, 595003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/10 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000621, 5, 200019, 595003, 0, 0, 0, 3, 0, 1, 1, 102, 102301, 2, 0, 1, 20002, '2025/12/10 15:00:00', '2025/12/11 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000622, 5, 200019, 595003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/11 15:00:00', '2025/12/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000623, 5, 200019, 595003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/11 15:00:00', '2025/12/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000624, 5, 200019, 595003, 0, 0, 0, 3, 0, 1, 1, 102, 102301, 2, 0, 1, 20002, '2025/12/11 15:00:00', '2025/12/12 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000625, 5, 200019, 595003, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/12 15:00:00', '2025/12/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000626, 5, 200019, 595003, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/12 15:00:00', '2025/12/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000627, 5, 200019, 595003, 0, 0, 0, 3, 0, 1, 1, 102, 102301, 2, 0, 1, 20002, '2025/12/12 15:00:00', '2025/12/13 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000701, 5, 200019, 596501, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/22 22:00:00', '2025/12/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000702, 5, 200019, 596501, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/22 22:00:00', '2025/12/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000703, 5, 200019, 596501, 0, 0, 0, 3, 0, 1, 1, 102, 101801, 2, 0, 1, 20002, '2025/12/22 22:00:00', '2025/12/23 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000704, 5, 200019, 596501, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/23 15:00:00', '2025/12/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000705, 5, 200019, 596501, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/23 15:00:00', '2025/12/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000706, 5, 200019, 596501, 0, 0, 0, 3, 0, 1, 1, 102, 101801, 2, 0, 1, 20002, '2025/12/23 15:00:00', '2025/12/24 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000707, 5, 200019, 596501, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/24 15:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000708, 5, 200019, 596501, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/24 15:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000709, 5, 200019, 596501, 0, 0, 0, 3, 0, 1, 1, 102, 101801, 2, 0, 1, 20002, '2025/12/24 15:00:00', '2025/12/25 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000710, 5, 200019, 596502, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/25 15:00:00', '2025/12/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000711, 5, 200019, 596502, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/25 15:00:00', '2025/12/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000712, 5, 200019, 596502, 0, 0, 0, 3, 0, 1, 1, 102, 103701, 2, 0, 1, 20002, '2025/12/25 15:00:00', '2025/12/26 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000713, 5, 200019, 596502, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/26 15:00:00', '2025/12/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000714, 5, 200019, 596502, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/26 15:00:00', '2025/12/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000715, 5, 200019, 596502, 0, 0, 0, 3, 0, 1, 1, 102, 103701, 2, 0, 1, 20002, '2025/12/26 15:00:00', '2025/12/27 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000716, 5, 200019, 596502, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/27 15:00:00', '2025/12/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000717, 5, 200019, 596502, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/27 15:00:00', '2025/12/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000718, 5, 200019, 596502, 0, 0, 0, 3, 0, 1, 1, 102, 103701, 2, 0, 1, 20002, '2025/12/27 15:00:00', '2025/12/28 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000719, 5, 200019, 596503, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/28 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000720, 5, 200019, 596503, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/28 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000721, 5, 200019, 596503, 0, 0, 0, 3, 0, 1, 1, 102, 101901, 2, 0, 1, 20002, '2025/12/28 15:00:00', '2025/12/29 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000722, 5, 200019, 596503, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/29 15:00:00', '2025/12/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000723, 5, 200019, 596503, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/29 15:00:00', '2025/12/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000724, 5, 200019, 596503, 0, 0, 0, 3, 0, 1, 1, 102, 101901, 2, 0, 1, 20002, '2025/12/29 15:00:00', '2025/12/30 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000725, 5, 200019, 596503, 0, 0, 0, 1, 0, 1, 1, 91, 59, 10000, 0, 1, 20002, '2025/12/30 15:00:00', '2025/12/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000726, 5, 200019, 596503, 0, 0, 0, 2, 0, 1, 1, 30, 110, 5000, 0, 1, 20002, '2025/12/30 15:00:00', '2025/12/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000727, 5, 200019, 596503, 0, 0, 0, 3, 0, 1, 1, 102, 101901, 2, 0, 1, 20002, '2025/12/30 15:00:00', '2025/12/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000728, 8, 200019, 0, 0, 0, 0, 6, 0, 1, 1, 164, 150, 1, 0, 1, 20002, '2025/12/22 22:00:00', '2025/12/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000729, 8, 200019, 0, 0, 0, 0, 12, 0, 1, 1, 164, 150, 1, 0, 1, 20002, '2025/12/22 22:00:00', '2025/12/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2000730, 8, 200019, 0, 0, 0, 0, 21, 0, 1, 1, 164, 149, 1, 0, 1, 20002, '2025/12/22 22:00:00', '2025/12/31 14:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100010, 7, 200012, 1, 0, 0, 0, 1, 0, 1, 1, 163, 137, 2, 0, 1, 0, '2025/08/21 22:00:00', '2025/08/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100011, 7, 200012, 1, 0, 0, 0, 1, 0, 1, 1, 163, 137, 2, 0, 1, 0, '2025/08/22 22:00:00', '2025/08/23 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100012, 7, 200012, 1, 0, 0, 0, 1, 0, 1, 1, 163, 137, 2, 0, 1, 0, '2025/08/23 22:00:00', '2025/08/24 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100013, 7, 200012, 1, 0, 0, 0, 1, 0, 1, 1, 163, 137, 2, 0, 1, 0, '2025/08/24 22:00:00', '2025/08/25 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100014, 7, 200012, 2, 0, 0, 0, 1, 0, 1, 1, 163, 138, 2, 0, 1, 0, '2025/09/11 22:00:00', '2025/09/12 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100015, 7, 200012, 2, 0, 0, 0, 1, 0, 1, 1, 163, 138, 2, 0, 1, 0, '2025/09/12 22:00:00', '2025/09/13 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100016, 7, 200012, 2, 0, 0, 0, 1, 0, 1, 1, 163, 138, 2, 0, 1, 0, '2025/09/13 22:00:00', '2025/09/14 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100017, 7, 200012, 2, 0, 0, 0, 1, 0, 1, 1, 163, 138, 2, 0, 1, 0, '2025/09/14 22:00:00', '2025/09/15 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100018, 7, 200012, 3, 0, 0, 0, 1, 0, 1, 1, 163, 139, 2, 0, 1, 0, '2025/10/10 22:00:00', '2025/10/11 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100019, 7, 200012, 3, 0, 0, 0, 1, 0, 1, 1, 163, 139, 2, 0, 1, 0, '2025/10/11 22:00:00', '2025/10/12 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100020, 7, 200012, 3, 0, 0, 0, 1, 0, 1, 1, 163, 139, 2, 0, 1, 0, '2025/10/12 22:00:00', '2025/10/13 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100021, 7, 200012, 3, 0, 0, 0, 1, 0, 1, 1, 163, 139, 2, 0, 1, 0, '2025/10/13 22:00:00', '2025/10/14 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100022, 7, 200012, 4, 0, 0, 0, 1, 0, 1, 1, 163, 142, 2, 0, 1, 0, '2025/11/03 22:00:00', '2025/11/04 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100023, 7, 200012, 4, 0, 0, 0, 1, 0, 1, 1, 163, 142, 2, 0, 1, 0, '2025/11/04 22:00:00', '2025/11/05 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100024, 7, 200012, 4, 0, 0, 0, 1, 0, 1, 1, 163, 142, 2, 0, 1, 0, '2025/11/05 22:00:00', '2025/11/06 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100025, 7, 200012, 4, 0, 0, 0, 1, 0, 1, 1, 163, 142, 2, 0, 1, 0, '2025/11/06 22:00:00', '2025/11/07 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100026, 7, 200012, 5, 0, 0, 0, 1, 0, 1, 1, 163, 143, 2, 0, 1, 0, '2025/11/20 22:00:00', '2025/11/21 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100027, 7, 200012, 5, 0, 0, 0, 1, 0, 1, 1, 163, 143, 2, 0, 1, 0, '2025/11/21 22:00:00', '2025/11/22 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100028, 7, 200012, 5, 0, 0, 0, 1, 0, 1, 1, 163, 143, 2, 0, 1, 0, '2025/11/22 22:00:00', '2025/11/23 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100029, 7, 200012, 5, 0, 0, 0, 1, 0, 1, 1, 163, 143, 2, 0, 1, 0, '2025/11/23 22:00:00', '2025/11/24 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100030, 7, 200012, 6, 0, 0, 0, 1, 0, 1, 1, 163, 147, 2, 0, 1, 0, '2025/12/12 22:00:00', '2025/12/13 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100031, 7, 200012, 6, 0, 0, 0, 1, 0, 1, 1, 163, 147, 2, 0, 1, 0, '2025/12/13 22:00:00', '2025/12/14 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100032, 7, 200012, 6, 0, 0, 0, 1, 0, 1, 1, 163, 147, 2, 0, 1, 0, '2025/12/14 22:00:00', '2025/12/15 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100033, 7, 200012, 6, 0, 0, 0, 1, 0, 1, 1, 163, 147, 2, 0, 1, 0, '2025/12/15 22:00:00', '2025/12/16 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100034, 7, 200012, 7, 0, 0, 0, 1, 0, 1, 1, 163, 148, 2, 0, 1, 0, '2026/01/01 22:00:00', '2026/01/02 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100035, 7, 200012, 7, 0, 0, 0, 1, 0, 1, 1, 163, 148, 2, 0, 1, 0, '2026/01/02 22:00:00', '2026/01/03 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100036, 7, 200012, 7, 0, 0, 0, 1, 0, 1, 1, 163, 148, 2, 0, 1, 0, '2026/01/03 22:00:00', '2026/01/04 21:59:59'); INSERT INTO mission_data (id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, event_id, date_check_flg, transition_type, start_date, end_date) VALUES (2100037, 7, 200012, 7, 0, 0, 0, 1, 0, 1, 1, 163, 148, 2, 0, 1, 0, '2026/01/04 22:00:00', '2026/01/05 21:59:59'); -- Table: mob_data CREATE TABLE 'mob_data' ('mob_id' INTEGER NOT NULL, 'chara_face_model' INTEGER NOT NULL, 'chara_skin_color' INTEGER NOT NULL, 'chara_hair_model' INTEGER NOT NULL, 'chara_hair_color' INTEGER NOT NULL, 'chara_height' INTEGER NOT NULL, 'chara_bust_size' INTEGER NOT NULL, 'socks' INTEGER NOT NULL, 'default_personality' INTEGER NOT NULL, 'race_personality' INTEGER NOT NULL, 'race_running_type' INTEGER NOT NULL, 'sex' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'dress_color_id' INTEGER NOT NULL, 'use_live' INTEGER NOT NULL, 'hair_cutoff' INTEGER NOT NULL, 'attachment_model_id' INTEGER NOT NULL, 'capture_type' INTEGER NOT NULL, PRIMARY KEY('mob_id')); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8000, 7, 3, 19, 13, 152, 0, 6, 1, 3, 1, 1, 12, 8000, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8001, 7, 1, 12, 1, 146, 1, 2, 4, 4, 1, 1, 8, 8001, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8002, 4, 2, 5, 17, 148, 2, 1, 2, 4, 2, 1, 8, 8002, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8003, 8, 0, 16, 13, 156, 3, 4, 5, 1, 2, 1, 11, 8003, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8004, 1, 1, 17, 22, 155, 2, 7, 3, 2, 2, 1, 8, 8004, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8005, 4, 2, 14, 13, 145, 1, 4, 1, 2, 1, 1, 8, 8005, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8006, 2, 3, 14, 10, 153, 3, 1, 2, 4, 3, 1, 12, 8006, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8007, 9, 3, 15, 3, 161, 3, 0, 4, 2, 3, 1, 11, 8007, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8008, 4, 0, 10, 18, 149, 0, 4, 1, 1, 3, 1, 12, 8008, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8009, 7, 1, 13, 21, 150, 0, 6, 4, 2, 2, 1, 12, 8009, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8010, 4, 0, 9, 19, 150, 1, 5, 5, 2, 1, 1, 11, 8010, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8011, 2, 3, 5, 0, 153, 3, 1, 2, 2, 1, 1, 8, 8011, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8012, 9, 3, 17, 0, 164, 2, 0, 1, 1, 3, 1, 11, 8012, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8013, 1, 3, 0, 11, 162, 2, 3, 2, 1, 1, 1, 8, 8013, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8014, 7, 2, 2, 25, 151, 0, 5, 3, 4, 3, 1, 11, 8014, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8015, 1, 3, 9, 21, 161, 0, 0, 3, 2, 1, 1, 12, 8015, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8016, 3, 2, 6, 4, 162, 0, 1, 4, 4, 1, 1, 8, 8016, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8017, 3, 0, 0, 5, 158, 0, 2, 4, 2, 1, 1, 11, 8017, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8018, 7, 2, 18, 16, 148, 2, 7, 5, 4, 1, 1, 8, 8018, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8019, 6, 1, 6, 25, 153, 0, 7, 3, 2, 3, 1, 12, 8019, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8020, 7, 2, 5, 17, 149, 1, 7, 1, 3, 3, 1, 12, 8020, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8021, 1, 0, 11, 9, 145, 2, 7, 3, 1, 1, 1, 11, 8021, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8022, 4, 0, 16, 5, 153, 0, 2, 1, 2, 2, 1, 11, 8022, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8023, 0, 1, 1, 8, 162, 1, 5, 1, 4, 3, 1, 11, 8023, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8024, 2, 0, 13, 6, 147, 0, 7, 4, 3, 2, 1, 11, 8024, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8025, 4, 1, 18, 2, 152, 3, 2, 2, 4, 3, 1, 11, 8025, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8026, 9, 3, 19, 22, 157, 0, 5, 5, 3, 3, 1, 8, 8026, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8027, 6, 1, 7, 13, 152, 2, 2, 3, 4, 1, 1, 12, 8027, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8028, 8, 1, 7, 14, 153, 0, 3, 5, 3, 3, 1, 8, 8028, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8029, 5, 0, 11, 2, 155, 0, 5, 1, 2, 3, 1, 11, 8029, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8030, 1, 2, 12, 19, 160, 3, 0, 3, 2, 1, 1, 11, 8030, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8031, 6, 3, 12, 21, 148, 3, 0, 4, 3, 2, 1, 11, 8031, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8032, 0, 0, 19, 1, 163, 1, 4, 5, 2, 3, 1, 11, 8032, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8033, 7, 2, 12, 15, 146, 2, 3, 5, 2, 2, 1, 12, 8033, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8034, 9, 1, 1, 14, 156, 2, 4, 3, 2, 2, 1, 11, 8034, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8035, 5, 1, 11, 9, 157, 2, 1, 4, 2, 2, 1, 8, 8035, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8036, 8, 1, 13, 10, 155, 0, 7, 5, 2, 1, 1, 12, 8036, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8037, 5, 2, 16, 19, 147, 3, 1, 5, 2, 1, 1, 12, 8037, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8038, 8, 0, 16, 19, 158, 0, 6, 2, 4, 2, 1, 8, 8038, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8039, 5, 2, 10, 0, 149, 2, 2, 4, 4, 1, 1, 12, 8039, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8040, 4, 0, 16, 10, 157, 0, 7, 4, 4, 3, 1, 12, 8040, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8041, 3, 0, 10, 20, 151, 2, 1, 2, 3, 3, 1, 11, 8041, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8042, 5, 3, 14, 25, 157, 3, 7, 5, 1, 1, 1, 11, 8042, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8043, 5, 0, 14, 25, 154, 3, 4, 2, 4, 3, 1, 12, 8043, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8044, 7, 0, 13, 15, 148, 2, 1, 4, 4, 2, 1, 8, 8044, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8045, 6, 1, 11, 6, 165, 3, 2, 5, 4, 2, 1, 11, 8045, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8046, 1, 0, 7, 23, 157, 1, 6, 4, 4, 3, 1, 8, 8046, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8047, 7, 3, 7, 7, 153, 2, 2, 5, 2, 1, 1, 11, 8047, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8048, 3, 3, 11, 12, 157, 2, 7, 3, 4, 2, 1, 8, 8048, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8049, 6, 3, 1, 7, 155, 1, 2, 3, 3, 1, 1, 12, 8049, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8050, 6, 2, 2, 21, 160, 3, 1, 2, 1, 3, 1, 8, 8050, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8051, 9, 2, 11, 2, 151, 2, 4, 1, 4, 3, 1, 11, 8051, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8052, 0, 0, 14, 14, 148, 3, 1, 5, 4, 1, 1, 8, 8052, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8053, 4, 3, 6, 7, 146, 1, 3, 3, 4, 1, 1, 8, 8053, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8054, 2, 2, 15, 8, 154, 1, 7, 3, 2, 1, 1, 8, 8054, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8055, 8, 3, 1, 25, 156, 1, 1, 5, 1, 3, 1, 8, 8055, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8056, 0, 2, 8, 8, 156, 1, 1, 2, 1, 2, 1, 12, 8056, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8057, 0, 0, 1, 13, 149, 2, 5, 5, 1, 2, 1, 8, 8057, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8058, 3, 3, 14, 23, 153, 3, 0, 4, 4, 3, 1, 11, 8058, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8059, 4, 2, 6, 7, 148, 1, 6, 1, 3, 2, 1, 11, 8059, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8060, 8, 1, 15, 17, 156, 2, 4, 3, 4, 3, 1, 8, 8060, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8061, 4, 1, 9, 1, 164, 2, 6, 5, 3, 1, 1, 12, 8061, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8062, 7, 0, 0, 14, 150, 2, 7, 5, 2, 2, 1, 8, 8062, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8063, 6, 1, 6, 19, 155, 0, 5, 2, 3, 1, 1, 12, 8063, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8064, 8, 2, 8, 8, 164, 4, 5, 1, 2, 1, 1, 11, 8064, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8065, 5, 3, 13, 17, 161, 1, 2, 2, 1, 2, 1, 11, 8065, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8066, 1, 3, 10, 24, 159, 2, 1, 1, 3, 1, 1, 8, 8066, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8067, 6, 2, 15, 5, 158, 0, 1, 2, 4, 2, 1, 8, 8067, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8068, 3, 1, 12, 20, 147, 4, 6, 1, 3, 3, 1, 11, 8068, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8069, 9, 2, 6, 23, 163, 0, 4, 2, 1, 1, 1, 12, 8069, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8070, 3, 0, 8, 8, 162, 0, 0, 4, 1, 3, 1, 11, 8070, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8071, 0, 3, 5, 13, 160, 3, 2, 4, 3, 3, 1, 11, 8071, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8072, 0, 2, 14, 25, 156, 4, 4, 2, 3, 2, 1, 8, 8072, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8073, 3, 1, 10, 3, 157, 2, 1, 4, 4, 2, 1, 12, 8073, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8074, 1, 0, 18, 18, 157, 2, 1, 1, 2, 1, 1, 8, 8074, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8075, 9, 0, 16, 19, 161, 0, 4, 1, 3, 1, 1, 8, 8075, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8076, 4, 0, 17, 9, 146, 2, 6, 1, 3, 1, 1, 12, 8076, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8077, 0, 3, 11, 9, 165, 2, 0, 2, 4, 1, 1, 11, 8077, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8078, 8, 3, 0, 18, 158, 1, 2, 4, 3, 1, 1, 11, 8078, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8079, 6, 0, 15, 19, 156, 1, 1, 4, 4, 1, 1, 11, 8079, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8080, 5, 0, 8, 15, 158, 4, 2, 2, 4, 3, 1, 11, 8080, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8081, 0, 1, 14, 8, 147, 0, 6, 4, 3, 1, 1, 12, 8081, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8082, 7, 0, 17, 0, 159, 3, 0, 4, 3, 3, 1, 12, 8082, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8083, 4, 0, 19, 3, 161, 2, 3, 3, 1, 3, 1, 11, 8083, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8084, 2, 0, 12, 10, 164, 1, 5, 5, 4, 2, 1, 12, 8084, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8085, 2, 2, 18, 25, 164, 0, 3, 4, 1, 2, 1, 12, 8085, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8086, 7, 0, 5, 21, 151, 2, 2, 2, 3, 3, 1, 8, 8086, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8087, 1, 2, 0, 0, 161, 0, 6, 2, 4, 2, 1, 11, 8087, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8088, 1, 1, 7, 22, 160, 3, 6, 4, 1, 3, 1, 12, 8088, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8089, 7, 1, 17, 25, 165, 1, 4, 4, 2, 2, 1, 8, 8089, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8090, 7, 3, 19, 13, 148, 3, 2, 2, 3, 2, 1, 8, 8090, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8091, 5, 2, 18, 4, 150, 2, 2, 4, 3, 3, 1, 8, 8091, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8092, 6, 0, 15, 5, 153, 3, 0, 2, 3, 1, 1, 11, 8092, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8093, 6, 3, 12, 22, 156, 2, 5, 5, 2, 2, 1, 8, 8093, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8094, 0, 1, 0, 14, 148, 0, 6, 1, 2, 2, 1, 11, 8094, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8095, 7, 1, 19, 23, 154, 1, 4, 1, 4, 1, 1, 11, 8095, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8096, 4, 3, 16, 25, 148, 2, 6, 3, 3, 3, 1, 11, 8096, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8097, 4, 2, 8, 23, 159, 1, 6, 2, 3, 3, 1, 12, 8097, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8098, 5, 1, 8, 25, 161, 2, 5, 5, 1, 3, 1, 11, 8098, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8099, 4, 0, 6, 18, 147, 2, 4, 4, 2, 1, 1, 11, 8099, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8100, 8, 1, 11, 15, 162, 2, 7, 3, 2, 1, 1, 8, 8100, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8101, 8, 3, 1, 25, 160, 1, 4, 2, 2, 1, 1, 12, 8101, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8102, 2, 3, 8, 15, 161, 1, 0, 3, 3, 3, 1, 8, 8102, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8103, 4, 1, 0, 4, 164, 0, 6, 5, 4, 2, 1, 11, 8103, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8104, 8, 3, 10, 7, 147, 1, 7, 2, 1, 2, 1, 8, 8104, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8105, 9, 0, 4, 2, 164, 2, 2, 1, 4, 1, 1, 12, 8105, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8106, 4, 3, 11, 14, 161, 0, 6, 3, 1, 3, 1, 8, 8106, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8107, 2, 3, 8, 7, 147, 0, 5, 3, 1, 3, 1, 12, 8107, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8108, 8, 3, 3, 21, 157, 3, 0, 5, 2, 2, 1, 11, 8108, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8109, 7, 1, 15, 17, 160, 1, 0, 2, 1, 2, 1, 12, 8109, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8110, 1, 1, 10, 14, 156, 3, 5, 1, 2, 1, 1, 8, 8110, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8111, 7, 2, 10, 18, 148, 1, 1, 3, 4, 2, 1, 12, 8111, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8112, 0, 2, 8, 23, 151, 1, 4, 2, 3, 2, 1, 11, 8112, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8113, 7, 2, 6, 23, 154, 0, 2, 3, 4, 1, 1, 8, 8113, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8114, 3, 1, 7, 24, 146, 3, 7, 5, 3, 2, 1, 8, 8114, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8115, 9, 0, 9, 2, 145, 1, 3, 3, 4, 3, 1, 8, 8115, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8116, 7, 0, 2, 21, 154, 3, 5, 4, 2, 3, 1, 11, 8116, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8117, 1, 1, 0, 23, 158, 3, 7, 3, 4, 3, 1, 11, 8117, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8118, 6, 0, 19, 2, 151, 2, 5, 1, 3, 2, 1, 12, 8118, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8119, 6, 0, 12, 25, 163, 2, 2, 5, 2, 2, 1, 8, 8119, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8120, 2, 1, 13, 14, 150, 3, 0, 5, 3, 3, 1, 12, 8120, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8121, 7, 2, 19, 6, 163, 2, 7, 5, 1, 1, 1, 11, 8121, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8122, 4, 0, 17, 14, 163, 1, 4, 1, 2, 3, 1, 8, 8122, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8123, 4, 3, 13, 5, 152, 3, 5, 2, 4, 1, 1, 8, 8123, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8124, 4, 1, 10, 21, 160, 3, 2, 5, 4, 2, 1, 12, 8124, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8125, 2, 1, 18, 1, 152, 1, 2, 4, 4, 2, 1, 12, 8125, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8126, 0, 0, 7, 8, 157, 2, 4, 1, 3, 2, 1, 11, 8126, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8127, 2, 3, 17, 14, 151, 3, 5, 1, 4, 2, 1, 8, 8127, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8128, 7, 2, 14, 15, 152, 2, 7, 2, 1, 3, 1, 11, 8128, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8129, 3, 1, 9, 14, 162, 0, 2, 2, 2, 1, 1, 12, 8129, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8130, 4, 2, 4, 9, 154, 1, 4, 2, 2, 2, 1, 11, 8130, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8131, 8, 2, 18, 0, 160, 1, 5, 4, 1, 2, 1, 12, 8131, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8132, 5, 3, 0, 17, 153, 2, 3, 5, 2, 2, 1, 8, 8132, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8133, 2, 3, 6, 0, 151, 4, 7, 4, 3, 2, 1, 8, 8133, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8134, 5, 2, 7, 5, 161, 0, 3, 3, 4, 1, 1, 12, 8134, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8135, 3, 2, 10, 15, 150, 2, 6, 4, 3, 1, 1, 12, 8135, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8136, 8, 0, 8, 4, 155, 1, 3, 3, 3, 3, 1, 12, 8136, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8137, 0, 3, 4, 11, 159, 0, 4, 3, 1, 2, 1, 12, 8137, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8138, 5, 3, 6, 22, 156, 1, 0, 5, 1, 3, 1, 12, 8138, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8139, 5, 1, 7, 1, 154, 4, 5, 1, 3, 2, 1, 8, 8139, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8140, 1, 1, 6, 21, 165, 1, 0, 2, 3, 2, 1, 11, 8140, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8141, 7, 1, 4, 5, 149, 2, 4, 3, 4, 3, 1, 11, 8141, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8142, 2, 2, 6, 23, 148, 0, 7, 3, 2, 2, 1, 12, 8142, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8143, 6, 0, 7, 5, 148, 0, 2, 5, 4, 2, 1, 12, 8143, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8144, 5, 0, 7, 9, 158, 0, 2, 1, 1, 3, 1, 11, 8144, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8145, 9, 2, 6, 9, 158, 4, 7, 4, 3, 2, 1, 11, 8145, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8146, 9, 1, 4, 17, 154, 2, 5, 1, 4, 2, 1, 12, 8146, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8147, 7, 1, 16, 8, 158, 0, 7, 1, 1, 3, 1, 12, 8147, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8148, 8, 2, 15, 19, 157, 3, 4, 1, 3, 3, 1, 12, 8148, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8149, 1, 2, 18, 19, 147, 0, 7, 5, 2, 3, 1, 8, 8149, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8150, 4, 2, 9, 21, 152, 3, 5, 1, 1, 1, 1, 11, 8150, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8151, 0, 2, 16, 8, 157, 3, 3, 4, 3, 1, 1, 11, 8151, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8152, 0, 1, 5, 5, 156, 0, 3, 2, 4, 3, 1, 11, 8152, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8153, 3, 1, 13, 18, 158, 1, 6, 2, 1, 3, 1, 12, 8153, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8154, 4, 0, 2, 10, 162, 2, 1, 5, 3, 2, 1, 8, 8154, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8155, 6, 0, 1, 22, 165, 0, 5, 3, 2, 3, 1, 12, 8155, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8156, 3, 2, 17, 16, 157, 3, 1, 1, 3, 3, 1, 11, 8156, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8157, 0, 1, 15, 18, 156, 1, 4, 5, 2, 1, 1, 8, 8157, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8158, 2, 3, 8, 24, 146, 1, 4, 3, 3, 3, 1, 12, 8158, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8159, 5, 0, 4, 10, 149, 1, 3, 1, 1, 3, 1, 8, 8159, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8160, 6, 1, 2, 1, 145, 2, 5, 2, 4, 3, 1, 11, 8160, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8161, 9, 0, 6, 10, 160, 0, 0, 2, 2, 1, 1, 8, 8161, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8162, 0, 1, 4, 11, 146, 1, 3, 2, 2, 2, 1, 11, 8162, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8163, 7, 0, 4, 14, 158, 2, 6, 5, 4, 3, 1, 11, 8163, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8164, 9, 0, 14, 21, 155, 0, 6, 5, 3, 1, 1, 8, 8164, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8165, 4, 1, 9, 9, 151, 2, 7, 5, 2, 2, 1, 11, 8165, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8166, 7, 3, 3, 6, 164, 2, 6, 5, 1, 2, 1, 12, 8166, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8167, 5, 3, 7, 10, 159, 1, 0, 4, 3, 2, 1, 8, 8167, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8168, 5, 1, 17, 1, 160, 0, 7, 2, 4, 2, 1, 8, 8168, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8169, 8, 0, 19, 3, 150, 1, 3, 5, 3, 2, 1, 12, 8169, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8170, 7, 0, 11, 18, 154, 0, 6, 3, 1, 1, 1, 12, 8170, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8171, 0, 3, 18, 25, 154, 3, 4, 5, 3, 1, 1, 8, 8171, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8172, 9, 3, 7, 12, 154, 0, 0, 3, 4, 2, 1, 8, 8172, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8173, 2, 2, 1, 12, 149, 3, 1, 2, 2, 3, 1, 8, 8173, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8174, 9, 1, 15, 5, 165, 2, 2, 4, 2, 3, 1, 8, 8174, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8175, 5, 2, 17, 19, 161, 1, 1, 4, 1, 2, 1, 11, 8175, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8176, 9, 0, 19, 16, 150, 1, 7, 3, 3, 2, 1, 12, 8176, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8177, 4, 0, 5, 5, 158, 3, 0, 2, 2, 3, 1, 8, 8177, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8178, 6, 0, 13, 5, 160, 1, 3, 3, 1, 1, 1, 12, 8178, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8179, 8, 0, 4, 7, 151, 3, 2, 4, 1, 2, 1, 8, 8179, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8180, 9, 1, 6, 7, 160, 0, 7, 4, 2, 3, 1, 8, 8180, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8181, 9, 0, 1, 17, 157, 1, 7, 2, 2, 2, 1, 12, 8181, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8182, 1, 2, 11, 15, 158, 1, 0, 1, 3, 3, 1, 11, 8182, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8183, 4, 2, 6, 22, 157, 3, 7, 1, 1, 1, 1, 11, 8183, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8184, 6, 1, 10, 16, 158, 3, 3, 3, 3, 2, 1, 11, 8184, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8185, 5, 2, 9, 7, 150, 3, 4, 4, 2, 1, 1, 8, 8185, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8186, 2, 1, 17, 20, 165, 2, 1, 4, 3, 2, 1, 8, 8186, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8187, 1, 1, 18, 25, 164, 0, 5, 3, 3, 3, 1, 8, 8187, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8188, 8, 2, 5, 9, 151, 1, 5, 4, 1, 1, 1, 12, 8188, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8189, 9, 0, 15, 7, 150, 3, 2, 2, 3, 1, 1, 8, 8189, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8190, 6, 0, 4, 22, 155, 1, 3, 4, 4, 2, 1, 8, 8190, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8191, 8, 1, 17, 3, 154, 2, 2, 3, 3, 3, 1, 8, 8191, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8192, 7, 3, 1, 23, 147, 1, 6, 5, 2, 2, 1, 12, 8192, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8193, 7, 3, 0, 6, 153, 4, 6, 2, 1, 2, 1, 11, 8193, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8194, 2, 2, 18, 2, 164, 0, 1, 4, 3, 1, 1, 12, 8194, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8195, 7, 1, 11, 12, 149, 2, 5, 1, 3, 1, 1, 11, 8195, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8196, 8, 0, 2, 11, 165, 0, 3, 5, 3, 2, 1, 11, 8196, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8197, 9, 1, 6, 7, 148, 1, 4, 4, 3, 1, 1, 11, 8197, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8198, 9, 1, 16, 0, 154, 2, 1, 1, 2, 1, 1, 11, 8198, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8199, 6, 2, 14, 15, 148, 2, 0, 5, 1, 1, 1, 11, 8199, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8200, 3, 3, 7, 19, 156, 4, 0, 4, 2, 1, 1, 11, 8200, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8201, 3, 3, 17, 25, 159, 0, 6, 1, 1, 3, 1, 11, 8201, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8202, 6, 1, 2, 2, 157, 3, 7, 1, 3, 1, 1, 12, 8202, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8203, 2, 0, 17, 25, 156, 0, 4, 4, 3, 2, 1, 12, 8203, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8204, 8, 1, 6, 25, 161, 2, 5, 4, 3, 1, 1, 12, 8204, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8205, 1, 3, 5, 2, 151, 1, 0, 4, 1, 1, 1, 12, 8205, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8206, 8, 0, 14, 6, 162, 1, 4, 5, 1, 1, 1, 11, 8206, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8207, 9, 1, 11, 17, 159, 3, 7, 1, 3, 2, 1, 8, 8207, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8208, 9, 2, 16, 9, 150, 1, 4, 3, 3, 1, 1, 8, 8208, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8209, 5, 1, 9, 12, 150, 3, 3, 3, 4, 1, 1, 11, 8209, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8210, 9, 1, 18, 5, 156, 0, 1, 4, 4, 1, 1, 12, 8210, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8211, 5, 1, 18, 23, 159, 2, 4, 1, 3, 3, 1, 12, 8211, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8212, 5, 1, 3, 16, 164, 1, 7, 1, 3, 1, 1, 12, 8212, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8213, 4, 2, 14, 12, 156, 0, 5, 2, 4, 1, 1, 8, 8213, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8214, 2, 1, 10, 16, 151, 1, 3, 4, 4, 3, 1, 12, 8214, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8215, 6, 2, 18, 10, 151, 2, 6, 1, 2, 3, 1, 11, 8215, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8216, 0, 1, 1, 21, 155, 0, 1, 4, 3, 2, 1, 11, 8216, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8217, 9, 2, 13, 6, 152, 2, 2, 1, 1, 2, 1, 8, 8217, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8218, 5, 2, 19, 8, 156, 4, 3, 5, 2, 1, 1, 8, 8218, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8219, 7, 3, 9, 11, 149, 3, 4, 2, 3, 3, 1, 11, 8219, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8220, 5, 1, 17, 15, 162, 2, 2, 2, 4, 3, 1, 12, 8220, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8221, 8, 3, 13, 23, 154, 2, 6, 4, 4, 3, 1, 8, 8221, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8222, 3, 2, 10, 23, 154, 1, 2, 3, 1, 2, 1, 12, 8222, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8223, 2, 2, 9, 12, 145, 1, 3, 4, 4, 1, 1, 11, 8223, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8224, 3, 2, 2, 9, 159, 2, 3, 1, 2, 1, 1, 12, 8224, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8225, 8, 1, 0, 19, 152, 2, 0, 5, 4, 1, 1, 12, 8225, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8226, 2, 1, 8, 11, 164, 1, 3, 2, 2, 1, 1, 8, 8226, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8227, 3, 0, 11, 16, 146, 0, 4, 1, 2, 1, 1, 8, 8227, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8228, 6, 2, 17, 21, 159, 0, 1, 5, 1, 1, 1, 12, 8228, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8229, 5, 0, 7, 1, 154, 3, 5, 4, 2, 2, 1, 8, 8229, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8230, 2, 0, 17, 18, 162, 3, 6, 1, 1, 3, 1, 8, 8230, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8231, 3, 0, 14, 9, 152, 2, 3, 5, 2, 2, 1, 12, 8231, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8232, 8, 1, 19, 19, 161, 3, 5, 4, 4, 3, 1, 11, 8232, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8233, 3, 3, 11, 9, 146, 1, 0, 3, 3, 1, 1, 12, 8233, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8234, 3, 1, 18, 2, 146, 1, 3, 5, 1, 3, 1, 12, 8234, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8235, 3, 1, 16, 11, 160, 3, 4, 4, 3, 1, 1, 12, 8235, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8236, 6, 1, 5, 0, 161, 0, 0, 2, 3, 3, 1, 12, 8236, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8237, 6, 1, 8, 4, 162, 3, 4, 5, 1, 1, 1, 11, 8237, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8238, 7, 2, 13, 21, 156, 2, 4, 1, 1, 1, 1, 11, 8238, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8239, 6, 0, 0, 2, 154, 0, 7, 4, 4, 2, 1, 8, 8239, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8240, 4, 0, 12, 13, 152, 3, 4, 2, 3, 3, 1, 12, 8240, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8241, 1, 3, 0, 16, 157, 3, 4, 4, 2, 2, 1, 11, 8241, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8242, 9, 2, 11, 21, 150, 1, 1, 3, 1, 2, 1, 12, 8242, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8243, 4, 2, 3, 8, 146, 1, 0, 2, 1, 2, 1, 12, 8243, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8244, 3, 1, 6, 25, 147, 1, 0, 1, 2, 2, 1, 8, 8244, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8245, 4, 0, 3, 1, 162, 4, 3, 3, 2, 2, 1, 12, 8245, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8246, 7, 3, 0, 7, 164, 2, 2, 1, 3, 2, 1, 11, 8246, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8247, 8, 1, 13, 24, 148, 1, 6, 4, 4, 2, 1, 11, 8247, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8248, 8, 2, 3, 0, 145, 1, 6, 2, 3, 1, 1, 11, 8248, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8249, 7, 1, 17, 14, 164, 3, 0, 5, 1, 3, 1, 12, 8249, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8250, 3, 1, 10, 12, 147, 3, 7, 1, 2, 2, 1, 12, 8250, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8251, 9, 0, 7, 0, 153, 1, 4, 4, 2, 2, 1, 8, 8251, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8252, 2, 1, 17, 13, 165, 2, 5, 1, 4, 1, 1, 12, 8252, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8253, 0, 0, 4, 19, 159, 1, 7, 1, 1, 2, 1, 8, 8253, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8254, 5, 3, 8, 18, 154, 0, 6, 2, 4, 3, 1, 12, 8254, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8255, 0, 2, 18, 0, 161, 0, 6, 5, 4, 1, 1, 11, 8255, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8256, 2, 3, 1, 20, 151, 1, 2, 4, 2, 2, 1, 11, 8256, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8257, 1, 3, 16, 10, 161, 3, 4, 2, 2, 3, 1, 8, 8257, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8258, 1, 0, 1, 23, 146, 2, 5, 5, 2, 3, 1, 12, 8258, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8259, 8, 2, 7, 2, 154, 4, 1, 1, 4, 1, 1, 11, 8259, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8260, 5, 2, 16, 8, 148, 1, 2, 5, 4, 3, 1, 12, 8260, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8261, 8, 0, 18, 25, 153, 3, 0, 2, 2, 1, 1, 12, 8261, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8262, 6, 2, 10, 7, 165, 3, 1, 5, 2, 1, 1, 11, 8262, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8263, 2, 2, 17, 20, 162, 0, 6, 2, 2, 3, 1, 11, 8263, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8264, 2, 2, 12, 22, 146, 1, 5, 3, 4, 3, 1, 8, 8264, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8265, 2, 0, 18, 16, 150, 3, 2, 3, 3, 3, 1, 11, 8265, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8266, 9, 3, 15, 19, 145, 2, 6, 5, 4, 2, 1, 11, 8266, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8267, 0, 2, 13, 0, 149, 2, 0, 2, 4, 2, 1, 12, 8267, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8268, 4, 0, 18, 20, 152, 1, 6, 1, 4, 2, 1, 11, 8268, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8269, 9, 1, 8, 5, 151, 0, 3, 1, 2, 2, 1, 11, 8269, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8270, 4, 2, 15, 5, 162, 1, 7, 2, 3, 3, 1, 8, 8270, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8271, 1, 3, 13, 22, 164, 1, 3, 2, 1, 3, 1, 8, 8271, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8272, 5, 1, 5, 13, 165, 0, 7, 1, 1, 1, 1, 11, 8272, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8273, 1, 3, 15, 7, 158, 3, 4, 5, 2, 3, 1, 8, 8273, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8274, 8, 2, 2, 11, 147, 1, 5, 5, 1, 1, 1, 11, 8274, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8275, 6, 3, 19, 15, 154, 2, 0, 3, 4, 3, 1, 12, 8275, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8276, 6, 2, 12, 24, 161, 2, 6, 5, 3, 2, 1, 8, 8276, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8277, 2, 3, 18, 17, 149, 2, 6, 2, 3, 1, 1, 11, 8277, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8278, 3, 2, 14, 10, 155, 1, 4, 1, 3, 1, 1, 12, 8278, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8279, 0, 2, 13, 24, 165, 2, 5, 4, 2, 2, 1, 8, 8279, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8280, 8, 2, 12, 24, 157, 0, 4, 4, 1, 1, 1, 12, 8280, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8281, 8, 2, 10, 0, 160, 2, 5, 1, 4, 1, 1, 11, 8281, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8282, 1, 1, 11, 3, 149, 0, 3, 1, 1, 1, 1, 12, 8282, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8283, 4, 3, 1, 1, 150, 0, 4, 5, 2, 1, 1, 11, 8283, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8284, 9, 2, 9, 18, 160, 4, 2, 1, 3, 2, 1, 8, 8284, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8285, 0, 1, 19, 6, 165, 2, 3, 1, 4, 2, 1, 12, 8285, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8286, 4, 2, 15, 16, 149, 1, 2, 2, 2, 1, 1, 12, 8286, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8287, 6, 3, 6, 19, 159, 3, 0, 1, 2, 3, 1, 12, 8287, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8288, 5, 0, 13, 14, 150, 2, 2, 2, 3, 1, 1, 11, 8288, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8289, 8, 2, 3, 20, 152, 0, 7, 1, 1, 2, 1, 12, 8289, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8290, 5, 2, 16, 15, 160, 4, 6, 4, 2, 2, 1, 12, 8290, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8291, 1, 1, 6, 9, 152, 0, 6, 4, 3, 1, 1, 8, 8291, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8292, 6, 1, 9, 4, 154, 2, 1, 2, 4, 3, 1, 8, 8292, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8293, 9, 0, 3, 3, 158, 1, 3, 5, 1, 1, 1, 8, 8293, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8294, 1, 2, 1, 15, 146, 3, 5, 5, 2, 1, 1, 11, 8294, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8295, 5, 3, 18, 21, 157, 3, 4, 3, 3, 3, 1, 11, 8295, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8296, 8, 1, 11, 6, 165, 1, 6, 2, 2, 1, 1, 12, 8296, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8297, 4, 3, 14, 13, 146, 0, 1, 5, 3, 3, 1, 11, 8297, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8298, 8, 2, 0, 18, 160, 1, 6, 1, 4, 1, 1, 8, 8298, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8299, 6, 3, 14, 15, 153, 1, 5, 1, 1, 1, 1, 12, 8299, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8300, 0, 2, 2, 18, 158, 1, 4, 1, 1, 2, 1, 8, 8300, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8301, 0, 1, 16, 23, 151, 0, 1, 3, 3, 2, 1, 11, 8301, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8302, 9, 0, 11, 10, 151, 1, 4, 5, 4, 1, 1, 12, 8302, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8303, 4, 3, 14, 19, 165, 2, 0, 2, 1, 3, 1, 8, 8303, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8304, 7, 3, 4, 13, 164, 1, 5, 2, 2, 3, 1, 8, 8304, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8305, 1, 3, 2, 20, 163, 3, 7, 2, 1, 3, 1, 11, 8305, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8306, 2, 1, 7, 11, 155, 0, 6, 3, 1, 3, 1, 12, 8306, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8307, 9, 0, 2, 1, 159, 3, 2, 4, 3, 1, 1, 11, 8307, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8308, 8, 2, 15, 19, 160, 3, 5, 4, 2, 2, 1, 12, 8308, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8309, 0, 0, 7, 18, 155, 2, 1, 1, 1, 2, 1, 8, 8309, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8310, 8, 3, 5, 8, 145, 0, 0, 1, 4, 2, 1, 8, 8310, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8311, 2, 2, 4, 14, 146, 4, 5, 1, 3, 1, 1, 12, 8311, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8312, 1, 2, 12, 8, 151, 0, 3, 1, 3, 2, 1, 8, 8312, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8313, 1, 2, 4, 9, 162, 3, 2, 1, 2, 1, 1, 8, 8313, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8314, 3, 2, 15, 11, 156, 0, 4, 4, 4, 2, 1, 8, 8314, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8315, 2, 0, 11, 19, 157, 0, 2, 5, 4, 1, 1, 11, 8315, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8316, 6, 2, 5, 4, 148, 0, 3, 1, 1, 1, 1, 11, 8316, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8317, 4, 2, 5, 9, 161, 3, 2, 5, 3, 1, 1, 12, 8317, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8318, 1, 0, 11, 13, 157, 3, 3, 1, 2, 1, 1, 8, 8318, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8319, 3, 0, 16, 14, 149, 1, 0, 4, 2, 3, 1, 12, 8319, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8320, 4, 3, 3, 23, 154, 0, 5, 2, 4, 1, 1, 12, 8320, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8321, 5, 2, 12, 17, 165, 2, 1, 3, 2, 1, 1, 11, 8321, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8322, 7, 2, 7, 10, 163, 2, 3, 4, 3, 2, 1, 8, 8322, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8323, 0, 2, 15, 10, 160, 3, 5, 2, 1, 1, 1, 8, 8323, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8324, 3, 3, 1, 6, 149, 1, 3, 2, 3, 3, 1, 12, 8324, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8325, 1, 3, 6, 15, 149, 3, 5, 3, 2, 1, 1, 12, 8325, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8326, 4, 1, 16, 1, 153, 2, 3, 4, 4, 1, 1, 12, 8326, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8327, 5, 1, 15, 24, 163, 2, 0, 4, 1, 1, 1, 12, 8327, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8328, 8, 3, 11, 25, 161, 1, 2, 2, 3, 3, 1, 8, 8328, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8329, 6, 1, 5, 23, 149, 1, 0, 2, 3, 1, 1, 12, 8329, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8330, 4, 3, 11, 15, 160, 3, 7, 2, 1, 2, 1, 12, 8330, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8331, 5, 2, 17, 7, 147, 2, 5, 2, 2, 3, 1, 12, 8331, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8332, 1, 1, 7, 18, 155, 1, 1, 1, 1, 3, 1, 8, 8332, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8333, 3, 0, 11, 25, 150, 2, 0, 4, 2, 2, 1, 11, 8333, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8334, 6, 2, 2, 16, 163, 0, 2, 3, 1, 3, 1, 12, 8334, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8335, 9, 1, 4, 11, 154, 3, 7, 5, 1, 3, 1, 12, 8335, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8336, 0, 3, 10, 16, 149, 3, 0, 2, 2, 2, 1, 12, 8336, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8337, 4, 2, 17, 15, 159, 1, 7, 3, 4, 3, 1, 11, 8337, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8338, 6, 3, 19, 15, 155, 3, 6, 4, 2, 3, 1, 11, 8338, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8339, 1, 2, 17, 2, 158, 0, 2, 1, 1, 2, 1, 11, 8339, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8340, 4, 1, 2, 17, 162, 1, 0, 1, 4, 3, 1, 8, 8340, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8341, 2, 3, 12, 22, 147, 3, 4, 4, 4, 2, 1, 8, 8341, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8342, 9, 2, 10, 16, 151, 1, 1, 3, 1, 2, 1, 12, 8342, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8343, 9, 3, 10, 12, 150, 3, 1, 3, 3, 3, 1, 11, 8343, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8344, 2, 3, 5, 9, 158, 4, 0, 3, 1, 3, 1, 11, 8344, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8345, 4, 1, 4, 4, 155, 0, 1, 5, 3, 2, 1, 8, 8345, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8346, 4, 2, 14, 2, 160, 3, 3, 3, 1, 3, 1, 11, 8346, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8347, 4, 3, 12, 3, 163, 3, 6, 5, 3, 3, 1, 12, 8347, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8348, 2, 1, 4, 9, 161, 4, 2, 4, 4, 1, 1, 12, 8348, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8349, 2, 1, 16, 5, 151, 0, 5, 4, 4, 3, 1, 11, 8349, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8350, 2, 3, 7, 8, 148, 4, 5, 2, 3, 1, 1, 11, 8350, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8351, 4, 1, 11, 8, 163, 0, 5, 2, 2, 3, 1, 12, 8351, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8352, 1, 0, 10, 24, 146, 0, 6, 5, 4, 2, 1, 8, 8352, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8353, 7, 2, 8, 19, 165, 3, 5, 3, 1, 3, 1, 12, 8353, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8354, 2, 1, 16, 22, 152, 2, 3, 1, 4, 2, 1, 11, 8354, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8355, 0, 3, 7, 16, 146, 2, 5, 5, 2, 3, 1, 8, 8355, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8356, 6, 2, 1, 21, 160, 2, 3, 3, 3, 1, 1, 11, 8356, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8357, 7, 1, 6, 21, 149, 3, 5, 5, 4, 2, 1, 12, 8357, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8358, 3, 2, 2, 4, 157, 2, 0, 5, 4, 2, 1, 11, 8358, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8359, 4, 3, 1, 5, 161, 1, 2, 1, 3, 3, 1, 12, 8359, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8360, 8, 2, 9, 9, 158, 1, 1, 1, 3, 1, 1, 8, 8360, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8361, 6, 2, 11, 24, 153, 1, 2, 3, 1, 2, 1, 8, 8361, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8362, 7, 3, 16, 17, 157, 2, 6, 5, 4, 3, 1, 11, 8362, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8363, 9, 2, 5, 11, 147, 3, 2, 5, 3, 1, 1, 12, 8363, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8364, 7, 0, 1, 13, 149, 0, 2, 2, 2, 3, 1, 12, 8364, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8365, 7, 1, 8, 20, 152, 1, 6, 4, 3, 2, 1, 12, 8365, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8366, 0, 3, 4, 4, 153, 2, 1, 3, 1, 2, 1, 8, 8366, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8367, 0, 0, 16, 25, 148, 0, 4, 3, 3, 3, 1, 12, 8367, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8368, 0, 2, 7, 22, 160, 2, 7, 5, 3, 1, 1, 11, 8368, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8369, 3, 0, 14, 5, 163, 3, 7, 1, 3, 2, 1, 11, 8369, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8370, 5, 1, 13, 4, 151, 0, 2, 2, 1, 1, 1, 11, 8370, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8371, 8, 2, 8, 22, 158, 1, 3, 1, 1, 3, 1, 8, 8371, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8372, 3, 1, 12, 8, 146, 1, 4, 2, 3, 2, 1, 8, 8372, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8373, 3, 1, 5, 21, 154, 0, 5, 3, 4, 3, 1, 8, 8373, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8374, 5, 1, 5, 19, 157, 2, 1, 5, 2, 2, 1, 11, 8374, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8375, 5, 0, 9, 13, 151, 0, 0, 3, 1, 3, 1, 8, 8375, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8376, 1, 2, 5, 20, 165, 0, 1, 1, 4, 2, 1, 11, 8376, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8377, 0, 1, 19, 20, 162, 3, 5, 2, 4, 2, 1, 8, 8377, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8378, 5, 1, 5, 3, 145, 3, 7, 4, 3, 3, 1, 11, 8378, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8379, 9, 3, 3, 24, 156, 3, 4, 2, 2, 2, 1, 11, 8379, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8380, 6, 3, 11, 4, 163, 3, 3, 3, 2, 3, 1, 8, 8380, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8381, 9, 2, 14, 5, 145, 3, 5, 2, 1, 1, 1, 11, 8381, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8382, 8, 2, 4, 7, 155, 1, 2, 5, 2, 2, 1, 12, 8382, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8383, 7, 2, 7, 5, 163, 1, 0, 2, 2, 1, 1, 11, 8383, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8384, 4, 2, 1, 23, 146, 0, 1, 2, 3, 2, 2, 8, 8384, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8385, 2, 0, 10, 13, 146, 0, 7, 1, 3, 1, 2, 8, 8385, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8386, 0, 3, 14, 9, 156, 1, 4, 4, 1, 3, 2, 8, 8386, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8387, 7, 1, 2, 9, 146, 1, 0, 1, 1, 1, 2, 11, 8387, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8388, 7, 3, 8, 7, 149, 3, 4, 5, 1, 3, 2, 12, 8388, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8389, 6, 2, 10, 21, 151, 2, 1, 5, 4, 1, 2, 12, 8389, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8390, 6, 2, 2, 21, 149, 2, 3, 1, 1, 3, 2, 12, 8390, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8391, 5, 3, 5, 8, 163, 2, 1, 1, 4, 1, 2, 12, 8391, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8392, 6, 1, 18, 22, 152, 1, 3, 5, 3, 1, 2, 11, 8392, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8393, 0, 1, 7, 19, 165, 0, 1, 2, 1, 2, 2, 8, 8393, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8394, 9, 3, 16, 18, 156, 3, 4, 3, 3, 2, 2, 11, 8394, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8395, 7, 3, 7, 11, 160, 3, 7, 5, 4, 3, 2, 12, 8395, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8396, 0, 3, 15, 2, 159, 3, 2, 5, 4, 1, 2, 11, 8396, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8397, 6, 3, 4, 12, 147, 0, 2, 5, 3, 3, 2, 8, 8397, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8398, 4, 1, 1, 10, 149, 2, 6, 3, 2, 2, 2, 12, 8398, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8399, 4, 1, 1, 4, 156, 4, 3, 3, 3, 1, 2, 11, 8399, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8400, 6, 3, 2, 6, 158, 1, 0, 2, 2, 1, 2, 11, 8400, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8401, 9, 2, 1, 4, 156, 3, 2, 1, 3, 2, 2, 8, 8401, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8402, 9, 0, 14, 13, 160, 1, 4, 5, 2, 3, 2, 8, 8402, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8403, 7, 2, 18, 3, 157, 3, 4, 4, 2, 3, 2, 12, 8403, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8404, 3, 3, 17, 25, 146, 1, 2, 1, 2, 2, 2, 8, 8404, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8405, 6, 0, 14, 14, 151, 1, 4, 1, 4, 3, 2, 8, 8405, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8406, 6, 1, 19, 7, 155, 1, 3, 2, 3, 2, 2, 11, 8406, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8407, 3, 0, 7, 9, 150, 2, 4, 1, 2, 3, 2, 11, 8407, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8408, 3, 0, 18, 23, 160, 4, 6, 2, 3, 2, 2, 8, 8408, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8409, 2, 0, 15, 8, 153, 2, 2, 1, 1, 2, 2, 8, 8409, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8410, 6, 2, 0, 7, 145, 0, 7, 1, 4, 2, 2, 12, 8410, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8411, 6, 1, 18, 22, 157, 0, 6, 2, 1, 3, 2, 8, 8411, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8412, 7, 3, 4, 20, 160, 3, 5, 3, 2, 2, 2, 8, 8412, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8413, 3, 1, 2, 1, 162, 0, 7, 1, 3, 3, 2, 8, 8413, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8414, 4, 0, 5, 10, 152, 0, 3, 2, 3, 2, 2, 12, 8414, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8415, 8, 3, 2, 23, 161, 3, 2, 2, 3, 1, 2, 11, 8415, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8416, 1, 0, 7, 16, 146, 1, 3, 5, 1, 1, 2, 8, 8416, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8417, 3, 2, 7, 6, 159, 3, 4, 3, 2, 2, 2, 11, 8417, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8418, 1, 0, 12, 1, 150, 3, 0, 5, 2, 3, 2, 12, 8418, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8419, 1, 0, 17, 6, 148, 2, 6, 1, 4, 1, 2, 8, 8419, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8420, 3, 2, 0, 5, 164, 2, 6, 2, 4, 3, 2, 11, 8420, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8421, 3, 3, 17, 19, 159, 0, 3, 2, 2, 2, 2, 11, 8421, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8422, 2, 1, 14, 12, 145, 0, 2, 4, 2, 2, 2, 12, 8422, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8423, 4, 1, 17, 25, 158, 3, 7, 2, 2, 1, 2, 8, 8423, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8424, 6, 3, 15, 10, 159, 2, 4, 1, 2, 2, 2, 11, 8424, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8425, 2, 1, 6, 4, 162, 0, 3, 1, 3, 2, 2, 11, 8425, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8426, 9, 1, 0, 12, 152, 0, 5, 1, 1, 3, 2, 12, 8426, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8427, 2, 0, 15, 0, 161, 0, 2, 1, 2, 2, 2, 11, 8427, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8428, 2, 1, 2, 23, 155, 2, 4, 5, 3, 2, 2, 12, 8428, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8429, 0, 1, 17, 12, 163, 2, 4, 4, 2, 2, 2, 11, 8429, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8430, 7, 0, 8, 7, 158, 3, 6, 4, 3, 3, 2, 8, 8430, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8431, 4, 1, 15, 6, 158, 4, 3, 1, 3, 3, 2, 11, 8431, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8432, 0, 2, 16, 8, 150, 3, 2, 2, 1, 2, 2, 12, 8432, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8433, 5, 2, 9, 6, 151, 4, 2, 1, 2, 3, 2, 8, 8433, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8434, 2, 0, 7, 13, 147, 1, 1, 2, 3, 1, 2, 11, 8434, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8435, 0, 0, 14, 21, 156, 3, 7, 3, 3, 1, 2, 8, 8435, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8436, 6, 3, 7, 18, 155, 0, 2, 3, 2, 3, 2, 12, 8436, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8437, 5, 1, 3, 10, 162, 3, 5, 2, 2, 1, 2, 8, 8437, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8438, 4, 1, 13, 8, 148, 1, 1, 4, 3, 3, 2, 12, 8438, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8439, 5, 0, 11, 11, 153, 3, 4, 1, 2, 3, 2, 11, 8439, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8440, 8, 3, 14, 15, 151, 0, 3, 2, 2, 3, 2, 12, 8440, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8441, 9, 3, 0, 8, 155, 0, 1, 4, 1, 2, 2, 12, 8441, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8442, 6, 0, 8, 0, 162, 0, 4, 3, 1, 3, 2, 8, 8442, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8443, 5, 1, 14, 4, 150, 1, 5, 2, 4, 1, 2, 8, 8443, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8444, 5, 2, 7, 0, 146, 0, 2, 5, 4, 1, 2, 12, 8444, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8445, 2, 1, 19, 8, 145, 2, 7, 4, 1, 2, 2, 8, 8445, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8446, 1, 0, 17, 0, 157, 0, 3, 3, 3, 1, 2, 11, 8446, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8447, 3, 3, 13, 12, 165, 0, 0, 3, 1, 1, 2, 12, 8447, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8448, 6, 0, 8, 19, 148, 2, 1, 1, 2, 1, 2, 11, 8448, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8449, 2, 1, 6, 11, 157, 0, 7, 5, 2, 3, 2, 12, 8449, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8450, 9, 1, 4, 14, 148, 1, 5, 2, 1, 1, 2, 8, 8450, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8451, 4, 2, 16, 11, 160, 2, 1, 3, 2, 2, 2, 11, 8451, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8452, 0, 0, 4, 25, 150, 1, 2, 1, 3, 2, 2, 12, 8452, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8453, 1, 2, 6, 16, 152, 4, 5, 5, 4, 2, 2, 8, 8453, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8454, 1, 3, 9, 18, 151, 3, 7, 1, 2, 3, 2, 11, 8454, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8455, 2, 3, 19, 2, 158, 2, 2, 3, 2, 2, 2, 8, 8455, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8456, 1, 1, 14, 16, 148, 1, 4, 2, 4, 1, 2, 8, 8456, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8457, 0, 3, 9, 12, 152, 0, 0, 3, 4, 2, 2, 8, 8457, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8458, 2, 0, 4, 22, 145, 1, 6, 1, 2, 2, 2, 8, 8458, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8459, 4, 2, 19, 22, 157, 2, 0, 4, 2, 1, 2, 12, 8459, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8460, 8, 0, 7, 24, 147, 1, 1, 1, 4, 2, 2, 12, 8460, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8461, 5, 3, 8, 24, 163, 1, 1, 3, 1, 3, 2, 8, 8461, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8462, 5, 1, 19, 12, 158, 2, 0, 4, 1, 1, 2, 12, 8462, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8463, 3, 3, 9, 20, 153, 0, 0, 3, 2, 2, 2, 8, 8463, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8464, 0, 2, 11, 6, 156, 1, 3, 1, 1, 1, 2, 12, 8464, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8465, 5, 0, 16, 7, 147, 1, 0, 4, 1, 3, 2, 12, 8465, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8466, 6, 2, 15, 17, 150, 1, 3, 5, 1, 2, 2, 12, 8466, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8467, 0, 3, 9, 3, 152, 2, 1, 5, 1, 2, 2, 11, 8467, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8468, 5, 1, 1, 23, 160, 2, 2, 2, 3, 3, 2, 11, 8468, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8469, 9, 3, 18, 22, 145, 1, 6, 2, 4, 3, 2, 11, 8469, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8470, 5, 3, 13, 13, 160, 3, 3, 4, 1, 3, 2, 8, 8470, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8471, 2, 2, 13, 10, 165, 2, 4, 2, 1, 1, 2, 12, 8471, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8472, 0, 3, 12, 4, 154, 3, 7, 5, 3, 2, 2, 12, 8472, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8473, 2, 3, 16, 10, 150, 2, 6, 3, 4, 3, 2, 8, 8473, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8474, 3, 3, 15, 13, 150, 0, 5, 4, 2, 2, 2, 11, 8474, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8475, 8, 2, 10, 22, 159, 2, 3, 2, 3, 3, 2, 12, 8475, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8476, 2, 0, 7, 19, 154, 1, 0, 2, 2, 1, 2, 8, 8476, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8477, 0, 1, 2, 17, 154, 3, 1, 2, 3, 2, 2, 8, 8477, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8478, 0, 0, 16, 12, 164, 3, 5, 2, 4, 1, 2, 8, 8478, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8479, 5, 1, 2, 19, 159, 1, 7, 1, 3, 2, 2, 8, 8479, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8480, 5, 0, 1, 23, 149, 4, 5, 2, 4, 3, 2, 11, 8480, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8481, 9, 3, 19, 7, 159, 1, 6, 4, 3, 1, 2, 8, 8481, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8482, 9, 1, 15, 16, 161, 3, 6, 3, 1, 1, 2, 8, 8482, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8483, 2, 0, 2, 7, 162, 3, 3, 2, 3, 1, 2, 12, 8483, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8484, 3, 0, 2, 20, 165, 1, 5, 4, 4, 1, 2, 12, 8484, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8485, 9, 3, 12, 19, 148, 3, 2, 1, 3, 2, 2, 11, 8485, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8486, 1, 2, 5, 23, 148, 2, 6, 3, 4, 2, 2, 12, 8486, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8487, 0, 0, 13, 12, 151, 0, 1, 2, 2, 3, 2, 12, 8487, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8488, 7, 2, 0, 7, 151, 2, 5, 5, 4, 3, 2, 8, 8488, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8489, 2, 3, 15, 21, 161, 3, 2, 1, 4, 1, 2, 8, 8489, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8490, 0, 3, 13, 22, 151, 3, 1, 2, 4, 3, 2, 12, 8490, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8491, 9, 3, 0, 21, 145, 2, 1, 4, 1, 1, 2, 8, 8491, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8492, 2, 0, 15, 0, 155, 4, 4, 5, 2, 3, 2, 8, 8492, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8493, 3, 0, 11, 25, 160, 0, 4, 3, 3, 3, 2, 12, 8493, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8494, 5, 1, 17, 8, 147, 3, 7, 3, 1, 2, 2, 11, 8494, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8495, 2, 3, 2, 15, 146, 3, 3, 2, 3, 2, 2, 11, 8495, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8496, 5, 0, 16, 10, 154, 1, 5, 5, 3, 1, 2, 11, 8496, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8497, 5, 3, 17, 11, 157, 2, 1, 4, 1, 3, 2, 11, 8497, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8498, 4, 0, 16, 20, 155, 2, 1, 4, 2, 2, 2, 11, 8498, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8499, 5, 1, 13, 8, 151, 2, 2, 5, 4, 3, 2, 8, 8499, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8500, 8, 2, 19, 8, 155, 2, 0, 4, 4, 3, 2, 8, 8500, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8501, 6, 2, 12, 14, 165, 3, 2, 5, 2, 1, 2, 8, 8501, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8502, 1, 2, 15, 13, 149, 1, 0, 1, 4, 3, 2, 8, 8502, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8503, 9, 1, 2, 11, 153, 2, 5, 3, 1, 2, 2, 12, 8503, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8504, 9, 0, 8, 20, 162, 2, 2, 3, 3, 3, 2, 8, 8504, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8505, 3, 2, 19, 4, 158, 2, 7, 3, 4, 3, 2, 11, 8505, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8506, 2, 0, 16, 13, 146, 2, 1, 3, 4, 1, 2, 12, 8506, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8507, 1, 2, 18, 24, 161, 0, 4, 5, 4, 3, 2, 12, 8507, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8508, 4, 0, 2, 5, 163, 3, 2, 2, 1, 3, 2, 11, 8508, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8509, 9, 3, 3, 11, 150, 3, 4, 4, 2, 1, 2, 11, 8509, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8510, 8, 2, 19, 5, 155, 0, 5, 4, 1, 2, 1, 12, 8510, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8511, 4, 1, 9, 13, 153, 2, 7, 5, 3, 2, 1, 11, 8511, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8512, 6, 3, 3, 17, 151, 3, 2, 2, 1, 3, 1, 11, 8512, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8513, 9, 3, 11, 7, 148, 4, 6, 4, 3, 3, 1, 11, 8513, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8514, 9, 0, 4, 2, 165, 1, 0, 2, 4, 2, 2, 12, 8514, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8515, 3, 2, 7, 5, 163, 1, 1, 5, 1, 1, 2, 11, 8515, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8516, 6, 2, 9, 7, 163, 3, 1, 2, 2, 2, 2, 11, 8516, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8517, 9, 3, 3, 11, 147, 1, 4, 5, 3, 3, 1, 8, 8517, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8518, 3, 0, 2, 21, 147, 3, 2, 3, 3, 3, 1, 11, 8518, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8519, 6, 2, 5, 8, 152, 2, 1, 3, 4, 2, 1, 8, 8519, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8520, 0, 0, 9, 22, 151, 3, 6, 5, 3, 2, 1, 11, 8520, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8521, 1, 2, 1, 2, 152, 3, 1, 1, 4, 1, 2, 8, 8521, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8522, 8, 3, 16, 24, 163, 2, 2, 2, 2, 3, 2, 12, 8522, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8523, 7, 1, 8, 10, 147, 0, 0, 3, 1, 1, 2, 8, 8523, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8524, 2, 1, 3, 12, 150, 0, 0, 5, 4, 2, 2, 8, 8524, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8525, 8, 3, 8, 1, 163, 3, 6, 5, 3, 3, 1, 11, 8525, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8526, 2, 3, 12, 16, 147, 2, 0, 4, 1, 3, 1, 11, 8526, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8527, 2, 3, 13, 3, 156, 0, 7, 2, 3, 1, 1, 11, 8527, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8528, 4, 3, 11, 24, 145, 1, 3, 5, 2, 2, 1, 11, 8528, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8529, 0, 3, 1, 4, 158, 1, 7, 4, 3, 1, 2, 12, 8529, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8530, 7, 0, 6, 12, 155, 3, 3, 2, 4, 3, 2, 12, 8530, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8531, 9, 2, 17, 2, 145, 0, 1, 5, 2, 1, 2, 8, 8531, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8532, 6, 2, 1, 8, 164, 2, 2, 2, 1, 3, 2, 11, 8532, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8533, 4, 1, 18, 0, 153, 3, 5, 1, 2, 1, 1, 8, 8533, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8534, 5, 2, 3, 24, 161, 4, 7, 4, 3, 2, 1, 12, 8534, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8535, 7, 0, 4, 19, 155, 2, 1, 4, 3, 1, 1, 8, 8535, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8536, 3, 3, 3, 16, 151, 1, 1, 4, 3, 2, 1, 11, 8536, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8537, 6, 0, 3, 25, 147, 1, 6, 3, 2, 1, 2, 8, 8537, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8538, 1, 1, 13, 1, 157, 0, 7, 5, 1, 3, 2, 8, 8538, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8539, 4, 0, 18, 24, 163, 1, 2, 5, 1, 3, 2, 12, 8539, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8540, 8, 0, 12, 24, 158, 2, 0, 2, 2, 2, 1, 12, 8540, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8541, 9, 3, 4, 14, 162, 3, 6, 2, 3, 3, 1, 12, 8541, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8542, 2, 3, 0, 22, 164, 3, 7, 4, 1, 3, 1, 12, 8542, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8543, 3, 0, 13, 7, 165, 1, 0, 3, 2, 2, 1, 11, 8543, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8544, 8, 2, 0, 7, 148, 2, 4, 1, 4, 3, 2, 12, 8544, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8545, 9, 0, 15, 16, 145, 3, 4, 5, 4, 3, 2, 12, 8545, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8546, 3, 1, 15, 0, 145, 3, 4, 2, 3, 1, 2, 11, 8546, 1, 4000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8547, 1, 0, 8, 9, 153, 0, 3, 1, 3, 1, 1, 8, 8547, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8548, 7, 2, 16, 24, 153, 1, 2, 1, 3, 1, 1, 12, 8548, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8549, 7, 1, 0, 17, 162, 2, 7, 3, 2, 1, 1, 11, 8549, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8550, 8, 3, 8, 4, 152, 0, 2, 4, 3, 1, 1, 8, 8550, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8551, 4, 3, 10, 16, 148, 0, 4, 4, 1, 2, 2, 11, 8551, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8552, 9, 2, 11, 8, 165, 1, 6, 5, 2, 3, 2, 12, 8552, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8553, 0, 0, 7, 16, 163, 0, 1, 3, 3, 3, 2, 11, 8553, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8554, 8, 3, 7, 18, 157, 0, 7, 4, 4, 2, 2, 8, 8554, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8555, 1, 3, 4, 22, 155, 0, 4, 2, 3, 2, 1, 12, 8555, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8556, 8, 1, 18, 2, 150, 1, 4, 3, 4, 3, 1, 12, 8556, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8557, 0, 2, 11, 6, 157, 3, 3, 4, 1, 1, 1, 11, 8557, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8558, 5, 2, 6, 16, 161, 1, 7, 3, 1, 1, 1, 12, 8558, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8559, 8, 1, 13, 9, 149, 4, 2, 4, 1, 1, 2, 11, 8559, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8560, 5, 0, 11, 16, 162, 1, 5, 1, 3, 3, 2, 12, 8560, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8561, 2, 1, 8, 5, 165, 2, 7, 5, 1, 3, 2, 8, 8561, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8562, 3, 3, 19, 0, 150, 1, 5, 4, 2, 1, 2, 12, 8562, 1, 4000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8563, 3, 0, 1, 6, 164, 0, 3, 5, 4, 1, 1, 11, 8563, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8564, 5, 3, 18, 14, 165, 1, 6, 5, 1, 3, 1, 11, 8564, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8565, 4, 2, 7, 19, 151, 1, 3, 3, 3, 3, 1, 12, 8565, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8566, 3, 3, 10, 13, 164, 3, 1, 1, 4, 2, 1, 8, 8566, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8567, 3, 1, 16, 12, 154, 3, 5, 4, 3, 3, 2, 8, 8567, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8568, 5, 0, 10, 12, 164, 4, 3, 2, 1, 2, 2, 11, 8568, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8569, 6, 0, 5, 10, 151, 3, 0, 2, 3, 3, 2, 12, 8569, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8570, 5, 1, 0, 12, 149, 0, 5, 5, 1, 2, 1, 12, 8570, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8571, 2, 1, 11, 11, 165, 3, 7, 3, 3, 2, 1, 11, 8571, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8572, 7, 0, 4, 1, 150, 4, 2, 3, 3, 1, 1, 8, 8572, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8573, 9, 3, 19, 0, 148, 0, 6, 5, 2, 3, 1, 8, 8573, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8574, 1, 3, 6, 2, 148, 2, 1, 5, 1, 2, 2, 11, 8574, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8575, 5, 1, 10, 11, 153, 0, 3, 5, 3, 2, 2, 11, 8575, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8576, 7, 2, 17, 3, 145, 1, 2, 4, 2, 1, 2, 12, 8576, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8577, 7, 2, 7, 7, 160, 1, 5, 4, 2, 2, 1, 12, 8577, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8578, 3, 1, 0, 21, 155, 2, 2, 2, 2, 1, 1, 11, 8578, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8579, 5, 2, 4, 11, 156, 3, 0, 5, 3, 3, 1, 11, 8579, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8580, 6, 2, 17, 14, 161, 1, 7, 4, 2, 2, 1, 12, 8580, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8581, 5, 3, 10, 12, 163, 1, 7, 4, 3, 1, 2, 11, 8581, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8582, 7, 1, 6, 8, 165, 0, 6, 5, 2, 1, 2, 8, 8582, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8583, 2, 2, 0, 1, 159, 3, 2, 4, 4, 2, 2, 8, 8583, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8584, 7, 1, 3, 20, 145, 1, 1, 5, 4, 1, 2, 11, 8584, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8585, 5, 3, 14, 22, 146, 1, 4, 3, 3, 3, 1, 11, 8585, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8586, 7, 0, 12, 20, 152, 1, 6, 2, 4, 3, 1, 12, 8586, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8587, 1, 0, 3, 8, 146, 2, 3, 2, 1, 1, 1, 11, 8587, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8588, 0, 0, 5, 16, 157, 2, 5, 1, 3, 2, 1, 11, 8588, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8589, 2, 0, 16, 6, 151, 0, 5, 5, 1, 1, 2, 11, 8589, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8590, 3, 1, 5, 17, 148, 3, 6, 5, 3, 2, 2, 12, 8590, 1, 4000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8591, 7, 3, 0, 7, 161, 1, 2, 5, 1, 2, 2, 8, 8591, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8592, 0, 0, 11, 5, 163, 0, 2, 5, 2, 1, 2, 11, 8592, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8593, 9, 2, 0, 24, 152, 0, 6, 1, 2, 1, 1, 12, 8593, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8594, 5, 3, 10, 12, 147, 2, 5, 5, 2, 1, 1, 11, 8594, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8595, 1, 3, 0, 3, 154, 1, 3, 5, 2, 1, 1, 12, 8595, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8596, 1, 3, 9, 6, 165, 2, 5, 2, 4, 3, 1, 8, 8596, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8597, 2, 2, 17, 22, 146, 1, 4, 5, 1, 2, 2, 12, 8597, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8598, 8, 0, 4, 15, 149, 0, 5, 1, 3, 2, 2, 11, 8598, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8599, 4, 3, 10, 16, 145, 2, 5, 3, 3, 3, 2, 8, 8599, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8600, 0, 2, 13, 21, 158, 2, 5, 3, 2, 2, 1, 12, 8600, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8601, 7, 2, 11, 10, 150, 2, 7, 5, 4, 3, 2, 8, 8601, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8602, 5, 0, 1, 14, 150, 3, 5, 5, 4, 3, 2, 11, 8602, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8603, 4, 0, 6, 11, 158, 1, 3, 4, 2, 1, 2, 12, 8603, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8604, 9, 3, 17, 8, 148, 2, 6, 2, 4, 1, 1, 8, 8604, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8605, 8, 1, 4, 20, 153, 2, 3, 5, 1, 1, 2, 8, 8605, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8606, 2, 1, 18, 1, 164, 2, 1, 4, 3, 1, 1, 12, 8606, 1, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8607, 3, 0, 3, 3, 149, 2, 5, 2, 4, 1, 1, 8, 8607, 1, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8608, 6, 3, 5, 13, 156, 0, 3, 5, 4, 2, 2, 11, 8608, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (8609, 1, 3, 6, 17, 157, 3, 0, 2, 4, 3, 1, 8, 8609, 1, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10001, 4, 3, 0, 10001, 154, 2, 7, 5, 4, 1, 1, 12, 10001, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10002, 7, 3, 14, 10002, 160, 2, 2, 2, 1, 1, 1, 11, 10002, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10003, 1, 3, 6, 10003, 154, 2, 3, 4, 4, 1, 1, 12, 10003, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10004, 2, 2, 18, 10004, 160, 0, 0, 3, 2, 1, 1, 11, 10004, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10005, 6, 1, 5, 10005, 152, 0, 0, 4, 1, 3, 1, 12, 10005, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10006, 8, 0, 13, 0, 153, 1, 5, 5, 4, 3, 1, 12, 10006, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10007, 2, 1, 3, 0, 158, 1, 3, 3, 4, 1, 1, 11, 10007, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10008, 0, 2, 15, 10008, 157, 0, 2, 2, 3, 1, 1, 11, 10008, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10009, 7, 2, 0, 10009, 152, 3, 3, 4, 4, 2, 1, 8, 10009, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10010, 8, 0, 3, 10010, 160, 2, 4, 4, 3, 2, 1, 8, 10010, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10011, 1, 0, 6, 10011, 152, 1, 4, 5, 3, 3, 1, 8, 10011, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10012, 5, 1, 16, 10012, 152, 2, 4, 3, 4, 1, 1, 12, 10012, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10013, 9, 1, 10, 1, 159, 0, 1, 2, 1, 2, 1, 8, 10013, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10014, 0, 3, 6, 10014, 159, 2, 1, 2, 3, 3, 1, 8, 10014, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10015, 6, 2, 17, 10015, 159, 3, 1, 4, 4, 2, 1, 11, 10015, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10016, 3, 1, 9, 10016, 151, 1, 6, 4, 2, 1, 1, 8, 10016, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10017, 8, 1, 10, 10017, 153, 3, 5, 2, 3, 1, 1, 8, 10017, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10018, 0, 1, 14, 10018, 156, 0, 3, 1, 2, 2, 1, 11, 10018, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10019, 2, 1, 6, 10019, 154, 0, 5, 2, 1, 1, 2, 8, 10019, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10020, 5, 3, 1, 10020, 159, 2, 4, 3, 4, 1, 1, 11, 10020, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10021, 8, 3, 4, 10021, 151, 3, 3, 1, 3, 1, 1, 11, 10021, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10022, 1, 1, 5, 10022, 158, 0, 6, 2, 1, 3, 2, 12, 10022, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10023, 4, 2, 7, 10023, 154, 2, 5, 3, 1, 1, 2, 8, 10023, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10024, 3, 2, 2, 10024, 158, 0, 2, 3, 4, 3, 1, 12, 10024, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10025, 4, 3, 4, 10025, 157, 2, 2, 3, 4, 3, 1, 8, 10025, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10026, 2, 0, 5, 10026, 160, 3, 3, 4, 3, 1, 1, 12, 10026, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10027, 0, 1, 0, 10027, 157, 0, 6, 2, 2, 2, 2, 12, 10027, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10028, 7, 1, 4, 10028, 152, 1, 4, 2, 3, 1, 1, 12, 10028, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10029, 9, 3, 16, 10029, 158, 3, 0, 1, 3, 1, 1, 8, 10029, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10030, 4, 2, 17, 10030, 155, 1, 1, 3, 2, 1, 1, 11, 10030, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10031, 6, 0, 16, 0, 160, 1, 2, 5, 4, 1, 1, 11, 10031, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10032, 3, 2, 3, 10032, 153, 3, 7, 1, 2, 3, 1, 12, 10032, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10033, 5, 0, 1, 10033, 153, 1, 7, 1, 3, 1, 2, 12, 10033, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10034, 8, 1, 3, 10034, 153, 3, 5, 3, 3, 1, 1, 12, 10034, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10035, 2, 1, 6, 10035, 152, 0, 3, 1, 4, 1, 1, 11, 10035, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10036, 1, 3, 12, 10036, 153, 1, 5, 5, 4, 1, 1, 12, 10036, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10037, 0, 1, 7, 3, 152, 0, 0, 1, 3, 3, 1, 11, 10037, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10038, 2, 3, 3, 10038, 160, 3, 2, 1, 1, 1, 2, 11, 10038, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10039, 8, 2, 5, 10039, 159, 3, 1, 3, 1, 1, 1, 12, 10039, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10052, 9, 3, 0, 10052, 164, 2, 2, 2, 2, 2, 1, 12, 10052, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10053, 4, 1, 12, 10053, 162, 3, 5, 2, 2, 1, 1, 8, 10053, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10054, 2, 2, 0, 10054, 157, 2, 4, 1, 1, 2, 2, 12, 10054, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10055, 7, 2, 4, 3, 158, 1, 6, 3, 3, 3, 1, 11, 10055, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10056, 4, 3, 2, 2, 159, 3, 3, 4, 4, 2, 2, 12, 10056, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10057, 6, 0, 13, 1, 160, 0, 1, 2, 2, 1, 1, 11, 10057, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10058, 2, 0, 10, 10058, 161, 0, 0, 1, 1, 1, 2, 12, 10058, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10059, 1, 1, 17, 10059, 155, 1, 6, 3, 3, 3, 1, 8, 10059, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10060, 3, 1, 18, 2, 163, 0, 2, 3, 3, 1, 1, 8, 10060, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10061, 5, 2, 3, 2, 156, 2, 0, 3, 3, 1, 1, 11, 10061, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10062, 1, 0, 9, 10062, 165, 2, 0, 3, 3, 1, 1, 8, 10062, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10063, 4, 0, 19, 1, 165, 2, 0, 3, 3, 3, 1, 11, 10063, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10064, 9, 0, 2, 3, 165, 2, 0, 4, 4, 2, 1, 8, 10064, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10065, 6, 2, 17, 2, 165, 2, 0, 1, 1, 2, 1, 12, 10065, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10066, 3, 2, 2, 10066, 165, 2, 0, 2, 2, 1, 1, 11, 10066, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10067, 7, 3, 0, 10067, 165, 2, 0, 1, 1, 1, 1, 8, 10067, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10068, 4, 1, 16, 10068, 165, 2, 0, 3, 3, 2, 1, 8, 10068, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10069, 2, 3, 12, 10069, 165, 2, 0, 2, 2, 3, 1, 8, 10069, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10070, 8, 1, 1, 10070, 165, 2, 0, 2, 2, 1, 1, 12, 10070, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10071, 2, 0, 11, 10071, 165, 2, 0, 3, 3, 1, 1, 8, 10071, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10072, 0, 0, 8, 0, 165, 2, 0, 1, 1, 1, 1, 11, 10072, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10073, 9, 3, 4, 1, 165, 2, 0, 4, 4, 3, 1, 8, 10073, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10074, 7, 2, 12, 10074, 165, 2, 0, 1, 1, 1, 1, 8, 10074, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10075, 0, 0, 19, 2, 165, 2, 0, 2, 2, 1, 1, 12, 10075, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10076, 5, 2, 17, 10076, 165, 2, 0, 4, 4, 2, 1, 11, 10076, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10077, 2, 0, 13, 10077, 165, 2, 0, 3, 3, 1, 1, 8, 10077, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10078, 1, 0, 5, 3, 165, 2, 0, 3, 3, 3, 1, 12, 10078, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10079, 4, 2, 1, 1, 165, 2, 0, 1, 1, 1, 1, 12, 10079, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10080, 3, 1, 9, 4, 165, 2, 0, 2, 2, 3, 2, 12, 10080, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10081, 6, 0, 18, 10081, 165, 2, 0, 3, 3, 1, 2, 11, 10081, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10082, 0, 1, 12, 10082, 165, 2, 0, 2, 2, 1, 1, 8, 10082, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10083, 2, 3, 16, 4, 165, 2, 0, 1, 1, 2, 2, 8, 10083, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10084, 8, 1, 5, 2, 165, 2, 0, 2, 2, 1, 1, 8, 10084, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10085, 5, 0, 3, 10085, 165, 2, 0, 3, 3, 1, 1, 12, 10085, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10086, 1, 0, 11, 10086, 165, 2, 0, 3, 3, 1, 1, 11, 10086, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10087, 2, 2, 14, 10087, 165, 2, 0, 1, 1, 1, 1, 8, 10087, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10088, 7, 1, 2, 1, 165, 2, 0, 2, 2, 1, 1, 12, 10088, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10089, 9, 0, 10, 10089, 165, 2, 0, 3, 3, 1, 2, 11, 10089, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10090, 4, 3, 17, 10090, 165, 2, 0, 2, 2, 3, 1, 8, 10090, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10091, 6, 2, 6, 3, 155, 2, 0, 4, 2, 1, 1, 11, 10091, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10092, 8, 1, 8, 4, 155, 2, 0, 2, 1, 2, 1, 12, 10092, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10093, 7, 1, 3, 3, 155, 2, 0, 2, 3, 1, 1, 11, 10093, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10094, 5, 2, 6, 0, 165, 2, 0, 4, 4, 2, 1, 11, 10094, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10095, 7, 0, 18, 1, 161, 2, 0, 4, 3, 1, 1, 8, 10095, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10096, 4, 1, 0, 3, 156, 2, 0, 2, 2, 3, 1, 12, 10096, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10097, 4, 2, 7, 4, 164, 2, 0, 1, 3, 1, 1, 8, 10097, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10098, 6, 0, 4, 4, 162, 2, 0, 5, 2, 1, 1, 11, 10098, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10099, 1, 3, 13, 1, 161, 2, 0, 2, 1, 3, 1, 11, 10099, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10100, 8, 3, 19, 3, 160, 2, 0, 4, 3, 3, 1, 11, 10100, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10101, 4, 0, 4, 2, 158, 2, 0, 5, 1, 3, 1, 12, 10101, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10102, 2, 2, 10, 3, 158, 2, 0, 2, 2, 1, 1, 8, 10102, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10103, 3, 2, 13, 2, 159, 2, 0, 1, 2, 1, 1, 8, 10103, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10104, 7, 1, 9, 2, 157, 2, 0, 2, 1, 1, 1, 8, 10104, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10105, 9, 1, 14, 4, 164, 2, 0, 5, 3, 3, 1, 12, 10105, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10106, 3, 0, 17, 3, 158, 2, 0, 3, 4, 1, 1, 11, 10106, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10107, 6, 1, 5, 4, 162, 2, 0, 1, 2, 1, 1, 8, 10107, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10108, 7, 3, 18, 0, 164, 2, 0, 2, 4, 2, 1, 11, 10108, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10109, 1, 2, 8, 4, 161, 2, 0, 4, 2, 1, 1, 12, 10109, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10110, 2, 3, 4, 2, 155, 2, 0, 2, 1, 3, 1, 8, 10110, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10111, 4, 2, 10, 2, 162, 2, 0, 5, 3, 1, 1, 12, 10111, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10112, 0, 2, 14, 3, 155, 2, 0, 5, 2, 1, 1, 8, 10112, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10113, 9, 2, 17, 2, 159, 2, 0, 4, 1, 1, 1, 11, 10113, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10114, 7, 0, 16, 2, 157, 2, 0, 3, 3, 1, 1, 11, 10114, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10115, 2, 2, 4, 1, 164, 2, 0, 2, 4, 2, 1, 12, 10115, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10116, 8, 1, 10, 1, 155, 2, 0, 2, 2, 1, 1, 8, 10116, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10117, 2, 1, 11, 3, 153, 2, 0, 2, 1, 3, 1, 11, 10117, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10118, 2, 1, 18, 0, 163, 2, 0, 2, 2, 1, 1, 12, 10118, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10119, 7, 3, 19, 2, 155, 2, 0, 5, 3, 3, 1, 11, 10119, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10120, 0, 2, 2, 2, 150, 2, 0, 4, 2, 1, 1, 8, 10120, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10121, 1, 1, 9, 3, 160, 2, 0, 5, 1, 1, 1, 12, 10121, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10122, 2, 2, 9, 3, 157, 2, 0, 4, 2, 1, 1, 8, 10122, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10123, 5, 2, 7, 3, 164, 2, 0, 4, 1, 1, 1, 11, 10123, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10124, 2, 3, 13, 4, 160, 2, 0, 1, 3, 1, 1, 12, 10124, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10125, 7, 3, 9, 2, 152, 2, 0, 2, 4, 2, 1, 8, 10125, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10126, 7, 0, 2, 2, 153, 2, 0, 4, 3, 1, 1, 12, 10126, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10127, 7, 3, 14, 4, 159, 2, 0, 1, 1, 1, 1, 8, 10127, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10128, 9, 2, 4, 4, 164, 2, 0, 2, 4, 1, 1, 11, 10128, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10129, 0, 3, 7, 2, 163, 2, 0, 2, 2, 1, 1, 8, 10129, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10130, 1, 1, 19, 2, 154, 2, 0, 3, 3, 1, 1, 11, 10130, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10131, 0, 2, 19, 4, 159, 2, 0, 1, 1, 3, 1, 8, 10131, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10132, 8, 3, 16, 3, 157, 2, 0, 3, 2, 1, 1, 8, 10132, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10133, 2, 2, 1, 4, 158, 2, 0, 3, 2, 3, 1, 11, 10133, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10134, 9, 1, 5, 1, 160, 2, 0, 5, 3, 2, 1, 12, 10134, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10135, 2, 3, 3, 3, 150, 2, 0, 4, 1, 1, 1, 8, 10135, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10136, 7, 3, 7, 2, 162, 2, 0, 5, 2, 1, 1, 12, 10136, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10137, 5, 1, 10, 2, 153, 2, 0, 1, 2, 1, 1, 8, 10137, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10138, 0, 3, 18, 3, 162, 2, 0, 5, 4, 1, 1, 11, 10138, 0, 6000, -1, 2); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10139, 2, 0, 18, 1, 157, 2, 0, 2, 3, 3, 1, 12, 10139, 0, 6000, -1, 3); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10140, 1, 0, 4, 2, 151, 2, 0, 3, 1, 1, 1, 8, 10140, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10141, 5, 0, 9, 3, 162, 2, 0, 5, 2, 1, 1, 11, 10141, 0, 6000, -1, 1); INSERT INTO mob_data (mob_id, chara_face_model, chara_skin_color, chara_hair_model, chara_hair_color, chara_height, chara_bust_size, socks, default_personality, race_personality, race_running_type, sex, dress_id, dress_color_id, use_live, hair_cutoff, attachment_model_id, capture_type) VALUES (10142, 7, 1, 4, 2, 153, 2, 0, 5, 2, 3, 1, 8, 10142, 0, 6000, -1, 3); -- Table: mob_dress_color_set CREATE TABLE 'mob_dress_color_set' ('id' INTEGER NOT NULL, 'color_r1' TEXT NOT NULL, 'color_r2' TEXT NOT NULL, 'color_g1' TEXT NOT NULL, 'color_g2' TEXT NOT NULL, 'color_b1' TEXT NOT NULL, 'color_b2' TEXT NOT NULL, 'toon_color_r1' TEXT NOT NULL, 'toon_color_r2' TEXT NOT NULL, 'toon_color_g1' TEXT NOT NULL, 'toon_color_g2' TEXT NOT NULL, 'toon_color_b1' TEXT NOT NULL, 'toon_color_b2' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8000, '#6c3875', '#3e3638', '#f0b370', '#3e3638', '#3e3638', '#6c3875', '#511960', '#30101f', '#c37641', '#30101f', '#30101f', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8001, '#3E3638', '#A1372F', '#5D2533', '#3E3638', '#3E3638', '#3E3638', '#291A25', '#6E1F26', '#3E141C', '#291A25', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8002, '#e9ecf0', '#5260b8', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#4f408d', '#f7b39e', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8003, '#a1372f', '#d7de72', '#ffebd9', '#6c3875', '#6c3875', '#a1372f', '#702111', '#e3ae6c', '#ffbebe', '#511960', '#511960', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8004, '#2C474C', '#196B61', '#B2E5ED', '#15676B', '#B2E5ED', '#A0DDED', '#305049', '#225047', '#789CBE', '#1E504D', '#789CBE', '#6A8DBF'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8005, '#D7DE72', '#EAB3CE', '#6E7236', '#EAB3CE', '#EAB3CE', '#D7DE72', '#B6AB53', '#A47FC8', '#4A5B21', '#A47FC8', '#A47FC8', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8006, '#68B366', '#F0B370', '#F0B370', '#3B5631', '#68B366', '#68B366', '#3C8D95', '#C37641', '#C37641', '#123C38', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8007, '#EAB3CE', '#F0B370', '#692245', '#D7DE72', '#D7DE72', '#EAB3CE', '#A47FC8', '#C37641', '#160A13', '#B6AB53', '#B6AB53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8008, '#B7B887', '#3E3638', '#8A8BB8', '#5260B8', '#5260B8', '#1D1F6D', '#95A265', '#291A25', '#537195', '#454074', '#454074', '#130E27'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8009, '#6C3875', '#E9ECF0', '#551923', '#A1372F', '#A1372F', '#6C3875', '#2C1A53', '#C0DCDA', '#1B1112', '#6E1F26', '#6E1F26', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8010, '#3E3638', '#5260B8', '#86757B', '#E9ECF0', '#E9ECF0', '#3E3638', '#291A25', '#454074', '#644861', '#C0DCDA', '#C0DCDA', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8011, '#e9ecf0', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#e9ecf0', '#c3b7d9', '#c37641', '#c37641', '#30101f', '#30101f', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8012, '#a1372f', '#68b366', '#f0b370', '#a1372f', '#a1372f', '#a1372f', '#702111', '#258b76', '#c37641', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8013, '#5260b8', '#f0b370', '#f0b370', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#c37641', '#c37641', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8014, '#d7de72', '#ffe1bb', '#ffe1bb', '#6c3875', '#6c3875', '#d7de72', '#e3ae6c', '#f7b39e', '#f7b39e', '#511960', '#511960', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8015, '#68B366', '#6C3875', '#500E5C', '#99D2D9', '#99D2D9', '#68B366', '#3C8D95', '#2C1A53', '#170A25', '#6486AC', '#6486AC', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8016, '#eab3ce', '#ffe1bb', '#ffe1bb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#f7b39e', '#f7b39e', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8017, '#99D2D9', '#E9ECF0', '#4B6B65', '#68B366', '#68B366', '#99D2D9', '#6486AC', '#C0DCDA', '#303F52', '#3C8D95', '#3C8D95', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8018, '#6C3875', '#A1372F', '#751D71', '#D7DE72', '#D7DE72', '#6C3875', '#2C1A53', '#6E1F26', '#2F1535', '#B6AB53', '#B6AB53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8019, '#3e3638', '#ffe7cb', '#ffe7cb', '#5260b8', '#5260b8', '#3e3638', '#30101f', '#fabbad', '#fabbad', '#4f408d', '#4f408d', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8020, '#E9ECF0', '#FFE1BB', '#531825', '#A1372F', '#A1372F', '#E9ECF0', '#C0DCDA', '#F7B39E', '#1A1011', '#6E1F26', '#6E1F26', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8021, '#a1372f', '#ffebd9', '#ffebd9', '#e9ecf0', '#e9ecf0', '#a1372f', '#702111', '#ffbebe', '#ffbebe', '#c3b7d9', '#c3b7d9', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8022, '#5260B8', '#FFEBD9', '#262856', '#3E3638', '#3E3638', '#5260B8', '#454074', '#FFBEBE', '#27242D', '#291A25', '#291A25', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8023, '#484F5A', '#FFE7CB', '#FFE7CB', '#D7DE72', '#D7DE72', '#EAB3CE', '#1B2945', '#FABBAD', '#FABBAD', '#B6AB53', '#B6AB53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8024, '#68b366', '#3e3638', '#ffebd9', '#68b366', '#68b366', '#68b366', '#258b76', '#30101f', '#ffbebe', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8025, '#EAB3CE', '#E9ECF0', '#751475', '#6C3875', '#6C3875', '#EAB3CE', '#A47FC8', '#C0DCDA', '#2C133D', '#2C1A53', '#2C1A53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8026, '#99D2D9', '#A1372F', '#581A27', '#99D2D9', '#99D2D9', '#99D2D9', '#6486AC', '#6E1F26', '#1D0910', '#6486AC', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8027, '#6C3875', '#5260B8', '#755A69', '#EAB3CE', '#EAB3CE', '#6C3875', '#2C1A53', '#454074', '#4F3252', '#A47FC8', '#A47FC8', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8028, '#3E3638', '#FFE7CB', '#3A5732', '#68B366', '#68B366', '#3E3638', '#291A25', '#FABBAD', '#123C3B', '#3C8D95', '#3C8D95', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8029, '#3E3638', '#FFE7CB', '#3A5732', '#68B366', '#68B366', '#3E3638', '#291A25', '#FABBAD', '#123C3B', '#3C8D95', '#3C8D95', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8030, '#a1372f', '#ffe1bb', '#ffe1bb', '#5260b8', '#5260b8', '#a1372f', '#702111', '#f7b39e', '#f7b39e', '#4f408d', '#4f408d', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8031, '#5260B8', '#F0B370', '#243651', '#A1372F', '#A1372F', '#5260B8', '#454074', '#C37641', '#22222B', '#6E1F26', '#6E1F26', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8032, '#D7DE72', '#3E3638', '#595C2B', '#E9ECF0', '#E9ECF0', '#D7DE72', '#B6AB53', '#291A25', '#394619', '#C0DCDA', '#C0DCDA', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8033, '#68B366', '#E9ECF0', '#29482F', '#3E3638', '#3E3638', '#68B366', '#3C8D95', '#C0DCDA', '#113127', '#291A25', '#291A25', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8034, '#eab3ce', '#ffe7cb', '#ffe7cb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#fabbad', '#fabbad', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8035, '#99d2d9', '#ffe7cb', '#ffe7cb', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#fabbad', '#fabbad', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8036, '#6C3875', '#FFE7CB', '#FFE7CB', '#716675', '#6C3875', '#6C3875', '#2C1A53', '#FABBAD', '#FABBAD', '#3E3352', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8037, '#3E3638', '#FFE1BB', '#265D64', '#99D2D9', '#99D2D9', '#3E3638', '#291A25', '#F7B39E', '#405E58', '#6486AC', '#6486AC', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8038, '#e9ecf0', '#ffebd9', '#ffebd9', '#eab3ce', '#eab3ce', '#e9ecf0', '#c3b7d9', '#ffbebe', '#ffbebe', '#d78bce', '#d78bce', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8039, '#A1372F', '#FFE1BB', '#35522F', '#68B366', '#68B366', '#A1372F', '#6E1F26', '#F7B39E', '#123A39', '#3C8D95', '#3C8D95', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8040, '#5260b8', '#ffebd9', '#ffebd9', '#d7de72', '#d7de72', '#5260b8', '#4f408d', '#ffbebe', '#ffbebe', '#e3ae6c', '#e3ae6c', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8041, '#D7DE72', '#584063', '#493858', '#3B146D', '#9175B6', '#D7DE72', '#B6AB53', '#1F1647', '#131348', '#1B0D35', '#474F93', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8042, '#68B366', '#E9ECF0', '#4C2316', '#A1372F', '#A1372F', '#68B366', '#3C8D95', '#C0DCDA', '#320806', '#6E1F26', '#6E1F26', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8043, '#EAB3CE', '#FFEBD9', '#707273', '#E9ECF0', '#E9ECF0', '#EAB3CE', '#A47FC8', '#FFBEBE', '#445553', '#C0DCDA', '#C0DCDA', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8044, '#99d2d9', '#ffebd9', '#ffebd9', '#3e3638', '#3e3638', '#99d2d9', '#8fa8e0', '#ffbebe', '#ffbebe', '#30101f', '#30101f', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8045, '#6C3875', '#D7DE72', '#6F5D75', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#B6AB53', '#3C3251', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8046, '#3E3638', '#FFEBD9', '#89787B', '#3E3638', '#3E3638', '#3E3638', '#291A25', '#FFBEBE', '#674B5F', '#291A25', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8047, '#e9ecf0', '#f0b370', '#f0b370', '#6c3875', '#6c3875', '#e9ecf0', '#c3b7d9', '#c37641', '#c37641', '#511960', '#511960', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8048, '#a1372f', '#3e3638', '#f0b370', '#99d2d9', '#99d2d9', '#a1372f', '#702111', '#30101f', '#c37641', '#8fa8e0', '#8fa8e0', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8049, '#5260b8', '#e9ecf0', '#f0b370', '#eab3ce', '#eab3ce', '#5260b8', '#4f408d', '#c3b7d9', '#c37641', '#d78bce', '#d78bce', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8050, '#D7DE72', '#FFE1BB', '#BBDE38', '#68B366', '#68B366', '#D7DE72', '#B6AB53', '#F7B39E', '#59BC45', '#3C8D95', '#3C8D95', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8051, '#68B366', '#5260B8', '#315630', '#D7DE72', '#D7DE72', '#68B366', '#3C8D95', '#454074', '#193B2A', '#B6AB53', '#B6AB53', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8052, '#EAB3CE', '#FFEBD9', '#1D2F9F', '#5260B8', '#5260B8', '#EAB3CE', '#A47FC8', '#FFBEBE', '#1C195A', '#454074', '#454074', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8053, '#99D2D9', '#F0B370', '#421317', '#A1372F', '#A1372F', '#99D2D9', '#6486AC', '#C37641', '#230808', '#6E1F26', '#6E1F26', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8054, '#6C3875', '#EAB3CE', '#D284E0', '#E9ECF0', '#E9ECF0', '#6C3875', '#2C1A53', '#A47FC8', '#9457B1', '#C0DCDA', '#C0DCDA', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8055, '#3e3638', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#c37641', '#c37641', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8056, '#E9ECF0', '#FFE1BB', '#FFE1BB', '#717375', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#F7B39E', '#F7B39E', '#445456', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8057, '#A1372F', '#3E3638', '#491715', '#A1372F', '#A1372F', '#A1372F', '#6E1F26', '#291A25', '#2A0D0A', '#6E1F26', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8058, '#5260b8', '#e9ecf0', '#f0b370', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#c3b7d9', '#c37641', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8059, '#A1605D', '#A1372F', '#FFE1BB', '#A1372F', '#D7DE72', '#D7DE72', '#7B404B', '#6E1F26', '#F7B39E', '#6E1F26', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8060, '#68b366', '#ffe7cb', '#ffe7cb', '#68b366', '#68b366', '#68b366', '#258b76', '#fabbad', '#fabbad', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8061, '#EAB3CE', '#D7DE72', '#FFE7CB', '#6E5260', '#EAB3CE', '#EAB3CE', '#A47FC8', '#B6AB53', '#FABBAD', '#4E234F', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8062, '#99d2d9', '#68b366', '#ffebd9', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#258b76', '#ffbebe', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8063, '#6C3875', '#FFE7CB', '#FFE7CB', '#756D75', '#6C3875', '#6C3875', '#2C1A53', '#FABBAD', '#FABBAD', '#493853', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8064, '#3E3638', '#E9ECF0', '#601275', '#6C3875', '#6C3875', '#3E3638', '#291A25', '#C0DCDA', '#24123F', '#2C1A53', '#2C1A53', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8065, '#e9ecf0', '#a1372f', '#f0b370', '#99d2d9', '#99d2d9', '#e9ecf0', '#c3b7d9', '#702111', '#c37641', '#8fa8e0', '#8fa8e0', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8066, '#A1372F', '#5260B8', '#50171C', '#EAB3CE', '#EAB3CE', '#A1372F', '#6E1F26', '#454074', '#310B0C', '#A47FC8', '#A47FC8', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8067, '#5260b8', '#ffe1bb', '#ffe1bb', '#68b366', '#68b366', '#5260b8', '#4f408d', '#f7b39e', '#f7b39e', '#258b76', '#258b76', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8068, '#55A34E', '#FFE7CB', '#6C3875', '#6C3875', '#D7DE72', '#D7DE72', '#3C6563', '#FABBAD', '#2C1A53', '#2C1A53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8069, '#68b366', '#ffe1bb', '#ffe1bb', '#5260b8', '#5260b8', '#68b366', '#258b76', '#f7b39e', '#f7b39e', '#4f408d', '#4f408d', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8070, '#eab3ce', '#ffebd9', '#ffebd9', '#a1372f', '#a1372f', '#eab3ce', '#d78bce', '#ffbebe', '#ffbebe', '#702111', '#702111', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8071, '#99d2d9', '#f0b370', '#f0b370', '#e9ecf0', '#e9ecf0', '#99d2d9', '#8fa8e0', '#c37641', '#c37641', '#c3b7d9', '#c3b7d9', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8072, '#6C3875', '#FFE1BB', '#B57EBF', '#3E3638', '#3E3638', '#6C3875', '#2C1A53', '#F7B39E', '#674E9C', '#291A25', '#291A25', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8073, '#3E3638', '#A1372F', '#FFE7CB', '#B85A71', '#3E3638', '#3E3638', '#291A25', '#6E1F26', '#FABBAD', '#944658', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8074, '#e9ecf0', '#ffebd9', '#ffebd9', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#ffbebe', '#ffbebe', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8075, '#A1372F', '#FFEBD9', '#4B1675', '#6C3875', '#6C3875', '#A1372F', '#6E1F26', '#FFBEBE', '#250F3E', '#2C1A53', '#2C1A53', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8076, '#5260B8', '#FFEBD9', '#7B7B7B', '#7B7B7B', '#7B7B7B', '#5260B8', '#454074', '#FFBEBE', '#5D4E54', '#5D4E54', '#5D4E54', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8077, '#d7de72', '#f0b370', '#f0b370', '#eab3ce', '#eab3ce', '#d7de72', '#e3ae6c', '#c37641', '#c37641', '#d78bce', '#d78bce', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8078, '#68B366', '#F0B370', '#254027', '#68B366', '#68B366', '#68B366', '#3C8D95', '#C37641', '#0F291D', '#3C8D95', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8079, '#EAB3CE', '#6C3875', '#CBDE30', '#D7DE72', '#D7DE72', '#EAB3CE', '#A47FC8', '#2C1A53', '#D0C14B', '#B6AB53', '#B6AB53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8080, '#99D2D9', '#3E3638', '#927778', '#924040', '#847376', '#99D2D9', '#6486AC', '#291A25', '#704C60', '#6C2F2E', '#62475A', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8081, '#6c3875', '#ffe7cb', '#ffe7cb', '#a1372f', '#a1372f', '#6c3875', '#511960', '#fabbad', '#fabbad', '#702111', '#702111', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8082, '#3e3638', '#ffebd9', '#ffebd9', '#e9ecf0', '#e9ecf0', '#3e3638', '#30101f', '#ffbebe', '#ffbebe', '#c3b7d9', '#c3b7d9', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8083, '#e9ecf0', '#d7de72', '#ffebd9', '#3e3638', '#3e3638', '#e9ecf0', '#c3b7d9', '#e3ae6c', '#ffbebe', '#30101f', '#30101f', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8084, '#A1372F', '#FFEBD9', '#FFEBD9', '#A1746F', '#A1372F', '#A1372F', '#6E1F26', '#FFBEBE', '#FFBEBE', '#825066', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8085, '#5260B8', '#FFE1BB', '#FFE1BB', '#2C304B', '#5260B8', '#5260B8', '#454074', '#F7B39E', '#F7B39E', '#191827', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8086, '#d7de72', '#ffebd9', '#ffebd9', '#6c3875', '#6c3875', '#d7de72', '#e3ae6c', '#ffbebe', '#ffbebe', '#511960', '#511960', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8087, '#68B366', '#6C3875', '#A87BB0', '#99D2D9', '#99D2D9', '#68B366', '#3C8D95', '#2C1A53', '#614B8E', '#6486AC', '#6486AC', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8088, '#EAB3CE', '#FFE7CB', '#FFE7CB', '#494245', '#EAB3CE', '#EAB3CE', '#A47FC8', '#FABBAD', '#FABBAD', '#342334', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8089, '#99D2D9', '#E9ECF0', '#405A59', '#68B366', '#68B366', '#99D2D9', '#6486AC', '#C0DCDA', '#1D204C', '#3C8D95', '#3C8D95', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8090, '#6C3875', '#F0B370', '#742175', '#D7DE72', '#D7DE72', '#6C3875', '#2C1A53', '#C37641', '#2D1735', '#B6AB53', '#B6AB53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8091, '#3E3638', '#836470', '#713343', '#B68C96', '#64585D', '#3E3638', '#291A25', '#5F3B5C', '#52212A', '#945C87', '#473654', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8092, '#E9ECF0', '#FFEBD9', '#7E7F82', '#A1372F', '#A1372F', '#E9ECF0', '#C0DCDA', '#FFBEBE', '#4D4F65', '#6E1F26', '#6E1F26', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8093, '#a1372f', '#eab3ce', '#f0b370', '#e9ecf0', '#e9ecf0', '#a1372f', '#702111', '#d78bce', '#c37641', '#c3b7d9', '#c3b7d9', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8094, '#5260B8', '#28285A', '#FFE7CB', '#3E3638', '#3E3638', '#5260B8', '#454074', '#19171F', '#FABBAD', '#291A25', '#291A25', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8095, '#D7DE72', '#6C3875', '#671675', '#D7DE72', '#D7DE72', '#D7DE72', '#B6AB53', '#2C1A53', '#28143E', '#B6AB53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8096, '#68b366', '#f0b370', '#f0b370', '#68b366', '#68b366', '#68b366', '#258b76', '#c37641', '#c37641', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8097, '#EAB3CE', '#E9ECF0', '#726075', '#6C3875', '#6C3875', '#EAB3CE', '#A47FC8', '#C0DCDA', '#3E3750', '#2C1A53', '#2C1A53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8098, '#99D2D9', '#A1372F', '#33939F', '#99D2D9', '#99D2D9', '#99D2D9', '#6486AC', '#6E1F26', '#405486', '#6486AC', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8099, '#6c3875', '#5260b8', '#ffebd9', '#eab3ce', '#eab3ce', '#6c3875', '#511960', '#4f408d', '#ffbebe', '#d78bce', '#d78bce', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8100, '#3E3638', '#FFE7CB', '#1D5D1B', '#68B366', '#68B366', '#3E3638', '#291A25', '#FABBAD', '#0C1E1F', '#3C8D95', '#3C8D95', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8101, '#E9ECF0', '#F0B370', '#675C35', '#D7DE72', '#D7DE72', '#E9ECF0', '#C0DCDA', '#C37641', '#505020', '#B6AB53', '#B6AB53', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8102, '#A1372F', '#99D2D9', '#3736B8', '#5260B8', '#5260B8', '#A1372F', '#6E1F26', '#6486AC', '#2B2C7D', '#454074', '#454074', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8103, '#5260b8', '#6c3875', '#ffe7cb', '#a1372f', '#a1372f', '#5260b8', '#4f408d', '#511960', '#fabbad', '#702111', '#702111', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8104, '#D7DE72', '#3E3638', '#7C7D80', '#E9ECF0', '#E9ECF0', '#D7DE72', '#B6AB53', '#291A25', '#4B4B63', '#C0DCDA', '#C0DCDA', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8105, '#68B366', '#FFEBD9', '#325733', '#3E3638', '#3E3638', '#68B366', '#3C8D95', '#FFBEBE', '#1A3B2D', '#291A25', '#291A25', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8106, '#eab3ce', '#f0b370', '#f0b370', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#c37641', '#c37641', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8107, '#99D2D9', '#E35F33', '#F0B370', '#E38A29', '#99D2D9', '#99D2D9', '#6486AC', '#B64233', '#C37641', '#BB623B', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8108, '#6C3875', '#D7DE72', '#621F75', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#B6AB53', '#281638', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8109, '#3E3638', '#68B366', '#547177', '#99D2D9', '#99D2D9', '#3E3638', '#291A25', '#3C8D95', '#2E485B', '#6486AC', '#6486AC', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8110, '#E9ECF0', '#FFE7CB', '#4F3D46', '#EAB3CE', '#EAB3CE', '#E9ECF0', '#C0DCDA', '#FABBAD', '#35192C', '#A47FC8', '#A47FC8', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8111, '#a1372f', '#99d2d9', '#ffe1bb', '#68b366', '#68b366', '#a1372f', '#702111', '#8fa8e0', '#f7b39e', '#258b76', '#258b76', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8112, '#5260B8', '#FFE1BB', '#DEBB22', '#D7DE72', '#D7DE72', '#5260B8', '#454074', '#F7B39E', '#CA923F', '#B6AB53', '#B6AB53', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8113, '#D7DE72', '#DED131', '#DED131', '#3E3638', '#3E3638', '#D7DE72', '#B6AB53', '#CEA74C', '#CEA74C', '#291A25', '#291A25', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8114, '#68B366', '#FFE7CB', '#A16466', '#A1372F', '#A1372F', '#68B366', '#3C8D95', '#FABBAD', '#814659', '#6E1F26', '#6E1F26', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8115, '#EAB3CE', '#A1372F', '#A74274', '#E9ECF0', '#E9ECF0', '#EAB3CE', '#A47FC8', '#6E1F26', '#6B2D56', '#C0DCDA', '#C0DCDA', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8116, '#99D2D9', '#FFEBD9', '#A1DEE4', '#3E3638', '#3E3638', '#99D2D9', '#6486AC', '#FFBEBE', '#6A92B6', '#291A25', '#291A25', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8117, '#6c3875', '#d7de72', '#ffe7cb', '#6c3875', '#6c3875', '#6c3875', '#511960', '#e3ae6c', '#fabbad', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8118, '#3E3638', '#99D2D9', '#FFEBD9', '#917F81', '#3E3638', '#3E3638', '#291A25', '#6486AC', '#FFBEBE', '#735D6C', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8119, '#E9ECF0', '#FFEBD9', '#4F1575', '#6C3875', '#6C3875', '#E9ECF0', '#C0DCDA', '#FFBEBE', '#270F3E', '#2C1A53', '#2C1A53', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8120, '#A1372F', '#FFE7CB', '#3D6469', '#99D2D9', '#99D2D9', '#A1372F', '#6E1F26', '#FABBAD', '#1C175A', '#6486AC', '#6486AC', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8121, '#5260B8', '#E9ECF0', '#272D56', '#EAB3CE', '#EAB3CE', '#5260B8', '#454074', '#C0DCDA', '#27252E', '#A47FC8', '#A47FC8', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8122, '#D7DE72', '#A1372F', '#2C4D2E', '#68B366', '#68B366', '#D7DE72', '#B6AB53', '#6E1F26', '#133626', '#3C8D95', '#3C8D95', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8123, '#68b366', '#5260b8', '#f0b370', '#d7de72', '#d7de72', '#68b366', '#258b76', '#4f408d', '#c37641', '#e3ae6c', '#e3ae6c', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8124, '#eab3ce', '#d7de72', '#ffe7cb', '#5260b8', '#5260b8', '#eab3ce', '#d78bce', '#e3ae6c', '#fabbad', '#4f408d', '#4f408d', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8125, '#99d2d9', '#ffe7cb', '#ffe7cb', '#a1372f', '#a1372f', '#99d2d9', '#8fa8e0', '#fabbad', '#fabbad', '#702111', '#702111', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8126, '#6c3875', '#ffebd9', '#ffebd9', '#e9ecf0', '#e9ecf0', '#6c3875', '#511960', '#ffbebe', '#ffbebe', '#c3b7d9', '#c3b7d9', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8127, '#3e3638', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#c37641', '#c37641', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8128, '#E9ECF0', '#FFE1BB', '#4B4C4E', '#E9ECF0', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#F7B39E', '#2E413C', '#C0DCDA', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8129, '#A1372F', '#3E3638', '#FFE7CB', '#8BDCFF', '#A1372F', '#A1372F', '#6E1F26', '#291A25', '#FABBAD', '#5297C5', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8130, '#5260b8', '#ffe1bb', '#ffe1bb', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#f7b39e', '#f7b39e', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8131, '#D7DE72', '#FFE1BB', '#FFE1BB', '#717F41', '#D7DE72', '#D7DE72', '#B6AB53', '#F7B39E', '#F7B39E', '#216137', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8132, '#403A33', '#F0B370', '#837D77', '#6D4D29', '#192D40', '#F0A830', '#2D1A1A', '#C37641', '#655858', '#56161B', '#28383B', '#CC7E48'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8133, '#EAB3CE', '#D7DE72', '#864E69', '#EAB3CE', '#EAB3CE', '#EAB3CE', '#A47FC8', '#B6AB53', '#663056', '#A47FC8', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8134, '#99D2D9', '#FFE1BB', '#FFE1BB', '#FFE133', '#99D2D9', '#99D2D9', '#6486AC', '#F7B39E', '#F7B39E', '#F1B653', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8135, '#6C3875', '#EAB3CE', '#FFE1BB', '#5EBF5C', '#6C3875', '#6C3875', '#2C1A53', '#A47FC8', '#F7B39E', '#4C8181', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8136, '#3e3638', '#ffebd9', '#ffebd9', '#6c3875', '#6c3875', '#3e3638', '#30101f', '#ffbebe', '#ffbebe', '#511960', '#511960', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8137, '#E9ECF0', '#F0B370', '#39CDD9', '#99D2D9', '#99D2D9', '#E9ECF0', '#C0DCDA', '#C37641', '#6288B9', '#6486AC', '#6486AC', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8138, '#a1372f', '#5260b8', '#f0b370', '#eab3ce', '#eab3ce', '#a1372f', '#702111', '#4f408d', '#c37641', '#d78bce', '#d78bce', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8139, '#5260b8', '#ffe7cb', '#ffe7cb', '#68b366', '#68b366', '#5260b8', '#4f408d', '#fabbad', '#fabbad', '#258b76', '#258b76', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8140, '#3672FF', '#FFE7CB', '#FFE7CB', '#D7DE72', '#D7DE72', '#99D2D9', '#4046B9', '#FABBAD', '#FABBAD', '#B6AB53', '#B6AB53', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8141, '#68b366', '#ffe7cb', '#ffe7cb', '#5260b8', '#5260b8', '#68b366', '#258b76', '#fabbad', '#fabbad', '#4f408d', '#4f408d', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8142, '#EAB3CE', '#FFE1BB', '#903260', '#A1372F', '#A1372F', '#EAB3CE', '#A47FC8', '#F7B39E', '#3D1D37', '#6E1F26', '#6E1F26', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8143, '#99d2d9', '#ffebd9', '#ffebd9', '#e9ecf0', '#e9ecf0', '#99d2d9', '#8fa8e0', '#ffbebe', '#ffbebe', '#c3b7d9', '#c3b7d9', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8144, '#6C3875', '#FFEBD9', '#847970', '#3E3638', '#3E3638', '#6C3875', '#2C1A53', '#FFBEBE', '#665355', '#291A25', '#291A25', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8145, '#3e3638', '#ffe1bb', '#ffe1bb', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#f7b39e', '#f7b39e', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8146, '#E9ECF0', '#5260B8', '#FFE7CB', '#F0D465', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#454074', '#FABBAD', '#C89748', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8147, '#A1372F', '#FFE7CB', '#A16661', '#6C3875', '#6C3875', '#A1372F', '#6E1F26', '#FABBAD', '#7C424D', '#2C1A53', '#2C1A53', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8148, '#5260B8', '#FFE1BB', '#232B4F', '#7E4F2F', '#B97C2E', '#5260B8', '#454074', '#F7B39E', '#201F26', '#5B2721', '#8B4A25', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8149, '#d7de72', '#ffe1bb', '#ffe1bb', '#eab3ce', '#eab3ce', '#d7de72', '#e3ae6c', '#f7b39e', '#f7b39e', '#d78bce', '#d78bce', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8150, '#66604A', '#FFE1BB', '#313243', '#E9ECF0', '#152766', '#6C3875', '#4C5021', '#F7B39E', '#161E35', '#C0DCDA', '#16152A', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8151, '#EAB3CE', '#6C3875', '#CEDA26', '#D7DE72', '#D7DE72', '#EAB3CE', '#A47FC8', '#2C1A53', '#CCB641', '#B6AB53', '#B6AB53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8152, '#99D2D9', '#FFE7CB', '#FFE7CB', '#9B362B', '#D97A71', '#99D2D9', '#6486AC', '#FABBAD', '#FABBAD', '#671C21', '#B2555B', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8153, '#6c3875', '#e9ecf0', '#ffe7cb', '#a1372f', '#a1372f', '#6c3875', '#511960', '#c3b7d9', '#fabbad', '#702111', '#702111', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8154, '#3e3638', '#5260b8', '#ffebd9', '#e9ecf0', '#e9ecf0', '#3e3638', '#30101f', '#4f408d', '#ffbebe', '#c3b7d9', '#c3b7d9', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8155, '#E9ECF0', '#D7DE72', '#7A7D7E', '#3E3638', '#3E3638', '#E9ECF0', '#C0DCDA', '#B6AB53', '#4A5562', '#291A25', '#291A25', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8156, '#a1372f', '#ffe1bb', '#ffe1bb', '#a1372f', '#a1372f', '#a1372f', '#702111', '#f7b39e', '#f7b39e', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8157, '#5260b8', '#ffe7cb', '#ffe7cb', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#fabbad', '#fabbad', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8158, '#D7DE72', '#99D2D9', '#A37DA9', '#6C3875', '#6C3875', '#D7DE72', '#B6AB53', '#6486AC', '#604D87', '#2C1A53', '#2C1A53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8159, '#68b366', '#6c3875', '#ffebd9', '#99d2d9', '#99d2d9', '#68b366', '#258b76', '#511960', '#ffbebe', '#8fa8e0', '#8fa8e0', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8160, '#EAB3CE', '#3E3638', '#523F46', '#EAB3CE', '#EAB3CE', '#EAB3CE', '#A47FC8', '#291A25', '#371C29', '#A47FC8', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8161, '#99D2D9', '#FFEBD9', '#465A45', '#68B366', '#68B366', '#99D2D9', '#6486AC', '#FFBEBE', '#1E4147', '#3C8D95', '#3C8D95', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8162, '#6C3875', '#FFE7CB', '#7A2289', '#D7DE72', '#D7DE72', '#6C3875', '#2C1A53', '#FABBAD', '#371F52', '#B6AB53', '#B6AB53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8163, '#3E3638', '#FFEBD9', '#3C2DB8', '#5260B8', '#5260B8', '#3E3638', '#291A25', '#FFBEBE', '#2D247C', '#454074', '#454074', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8164, '#e9ecf0', '#68b366', '#ffebd9', '#a1372f', '#a1372f', '#e9ecf0', '#c3b7d9', '#258b76', '#ffbebe', '#702111', '#702111', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8165, '#a1372f', '#ffe7cb', '#ffe7cb', '#e9ecf0', '#e9ecf0', '#a1372f', '#702111', '#fabbad', '#fabbad', '#c3b7d9', '#c3b7d9', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8166, '#5260B8', '#3E3638', '#F0B370', '#3E3638', '#3E3638', '#5260B8', '#454074', '#291A25', '#C37641', '#291A25', '#291A25', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8167, '#d7de72', '#6c3875', '#f0b370', '#d7de72', '#d7de72', '#d7de72', '#e3ae6c', '#511960', '#c37641', '#e3ae6c', '#e3ae6c', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8168, '#FFB06E', '#FFE7CB', '#FFE7CB', '#6C572F', '#6C572F', '#385D80', '#D57247', '#FABBAD', '#FABBAD', '#582523', '#582523', '#2C3E63'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8169, '#eab3ce', '#ffebd9', '#ffebd9', '#6c3875', '#6c3875', '#eab3ce', '#d78bce', '#ffbebe', '#ffbebe', '#511960', '#511960', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8170, '#99D2D9', '#FFEBD9', '#FFEBD9', '#D94F68', '#99D2D9', '#99D2D9', '#6486AC', '#FFBEBE', '#FFBEBE', '#9D3E60', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8171, '#6C3875', '#F0B370', '#664E57', '#EAB3CE', '#EAB3CE', '#6C3875', '#2C1A53', '#C37641', '#4B253A', '#A47FC8', '#A47FC8', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8172, '#3e3638', '#68b366', '#f0b370', '#68b366', '#68b366', '#3e3638', '#30101f', '#258b76', '#c37641', '#258b76', '#258b76', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8173, '#E9ECF0', '#EAB3CE', '#D7DE24', '#D7DE72', '#D7DE72', '#E9ECF0', '#C0DCDA', '#A47FC8', '#D0B53F', '#B6AB53', '#B6AB53', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8174, '#a1372f', '#ffe7cb', '#ffe7cb', '#5260b8', '#5260b8', '#a1372f', '#702111', '#fabbad', '#fabbad', '#4f408d', '#4f408d', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8175, '#5260B8', '#FFE1BB', '#262756', '#A1372F', '#A1372F', '#5260B8', '#454074', '#F7B39E', '#28252E', '#6E1F26', '#6E1F26', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8176, '#d7de72', '#3e3638', '#ffebd9', '#e9ecf0', '#e9ecf0', '#d7de72', '#e3ae6c', '#30101f', '#ffbebe', '#c3b7d9', '#c3b7d9', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8177, '#68b366', '#ffebd9', '#ffebd9', '#3e3638', '#3e3638', '#68b366', '#258b76', '#ffbebe', '#ffbebe', '#30101f', '#30101f', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8178, '#EAB3CE', '#A1372F', '#FFEBD9', '#EA5370', '#EAB3CE', '#EAB3CE', '#A47FC8', '#6E1F26', '#FFBEBE', '#AB436B', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8179, '#99D2D9', '#FFEBD9', '#B0D9D6', '#99D2D9', '#99D2D9', '#99D2D9', '#6486AC', '#FFBEBE', '#7888AE', '#6486AC', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8180, '#6c3875', '#ffe7cb', '#ffe7cb', '#6c3875', '#6c3875', '#6c3875', '#511960', '#fabbad', '#fabbad', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8181, '#3e3638', '#68b366', '#ffebd9', '#99d2d9', '#99d2d9', '#3e3638', '#30101f', '#258b76', '#ffbebe', '#8fa8e0', '#8fa8e0', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8182, '#e9ecf0', '#ffe1bb', '#ffe1bb', '#eab3ce', '#eab3ce', '#e9ecf0', '#c3b7d9', '#f7b39e', '#f7b39e', '#d78bce', '#d78bce', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8183, '#A1372F', '#FFE1BB', '#355D3A', '#68B366', '#68B366', '#A1372F', '#6E1F26', '#F7B39E', '#163845', '#3C8D95', '#3C8D95', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8184, '#5260B8', '#3739B8', '#3739B8', '#D7DE72', '#D7DE72', '#5260B8', '#454074', '#382C73', '#382C73', '#B6AB53', '#B6AB53', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8185, '#D7DE72', '#6C3875', '#FFE1BB', '#6C3875', '#6C3875', '#D7DE72', '#B6AB53', '#2C1A53', '#F7B39E', '#2C1A53', '#2C1A53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8186, '#68b366', '#e9ecf0', '#ffe7cb', '#a1372f', '#a1372f', '#68b366', '#258b76', '#c3b7d9', '#fabbad', '#702111', '#702111', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8187, '#EAB3CE', '#A1372F', '#A11925', '#E9ECF0', '#E9ECF0', '#EAB3CE', '#A47FC8', '#6E1F26', '#5B1030', '#C0DCDA', '#C0DCDA', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8188, '#99d2d9', '#ffe1bb', '#ffe1bb', '#3e3638', '#3e3638', '#99d2d9', '#8fa8e0', '#f7b39e', '#f7b39e', '#30101f', '#30101f', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8189, '#6c3875', '#d7de72', '#ffebd9', '#6c3875', '#6c3875', '#6c3875', '#511960', '#e3ae6c', '#ffbebe', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8190, '#3E3638', '#99D2D9', '#85747C', '#3E3638', '#3E3638', '#3E3638', '#291A25', '#6486AC', '#624762', '#291A25', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8191, '#E9ECF0', '#FFE7CB', '#691777', '#6C3875', '#6C3875', '#E9ECF0', '#C0DCDA', '#FABBAD', '#2A1541', '#2C1A53', '#2C1A53', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8192, '#a1372f', '#3e3638', '#f0b370', '#99d2d9', '#99d2d9', '#a1372f', '#702111', '#30101f', '#c37641', '#8fa8e0', '#8fa8e0', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8193, '#5260b8', '#e9ecf0', '#f0b370', '#eab3ce', '#eab3ce', '#5260b8', '#4f408d', '#c3b7d9', '#c37641', '#d78bce', '#d78bce', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8194, '#D7DE72', '#FFE1BB', '#44B339', '#68B366', '#68B366', '#D7DE72', '#B6AB53', '#F7B39E', '#357E82', '#3C8D95', '#3C8D95', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8195, '#68B366', '#5260B8', '#252C53', '#D7DE72', '#D7DE72', '#68B366', '#3C8D95', '#454074', '#24222A', '#B6AB53', '#B6AB53', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8196, '#eab3ce', '#d7de72', '#ffebd9', '#5260b8', '#5260b8', '#eab3ce', '#d78bce', '#e3ae6c', '#ffbebe', '#4f408d', '#4f408d', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8197, '#99D2D9', '#FFE7CB', '#A16764', '#A1372F', '#A1372F', '#99D2D9', '#6486AC', '#FABBAD', '#7D4452', '#6E1F26', '#6E1F26', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8198, '#6C3875', '#EAB3CE', '#3B1342', '#E9ECF0', '#E9ECF0', '#6C3875', '#2C1A53', '#A47FC8', '#090608', '#C0DCDA', '#C0DCDA', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8199, '#3e3638', '#ffe1bb', '#ffe1bb', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#f7b39e', '#f7b39e', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8200, '#E9ECF0', '#6C3875', '#460D4F', '#E9ECF0', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#2C1A53', '#0F0719', '#C0DCDA', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8201, '#A1372F', '#F0B370', '#411313', '#A1372F', '#A1372F', '#A1372F', '#6E1F26', '#C37641', '#220A08', '#6E1F26', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8202, '#5260B8', '#E9ECF0', '#FFE7CB', '#FF863A', '#5260B8', '#5260B8', '#454074', '#C0DCDA', '#FABBAD', '#D15236', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8203, '#D7DE72', '#FFEBD9', '#FFEBD9', '#B0631E', '#D7DE72', '#D7DE72', '#B6AB53', '#FFBEBE', '#FFBEBE', '#874029', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8204, '#68B366', '#FFE7CB', '#FFE7CB', '#9D68B3', '#68B366', '#68B366', '#3C8D95', '#FABBAD', '#FABBAD', '#4B3C91', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8205, '#EAB3CE', '#D7DE72', '#F0B370', '#DED22E', '#EAB3CE', '#EAB3CE', '#A47FC8', '#B6AB53', '#C37641', '#D0A949', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8206, '#99D2D9', '#68B366', '#40B33F', '#99D2D9', '#99D2D9', '#99D2D9', '#6486AC', '#3C8D95', '#3A7781', '#6486AC', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8207, '#6C3875', '#FFE7CB', '#43104C', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#FABBAD', '#0F090D', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8208, '#3e3638', '#ffe1bb', '#ffe1bb', '#6c3875', '#6c3875', '#3e3638', '#30101f', '#f7b39e', '#f7b39e', '#511960', '#511960', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8209, '#e9ecf0', '#a1372f', '#ffe7cb', '#99d2d9', '#99d2d9', '#e9ecf0', '#c3b7d9', '#702111', '#fabbad', '#8fa8e0', '#8fa8e0', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8210, '#A1372F', '#5260B8', '#2E2757', '#EAB3CE', '#EAB3CE', '#A1372F', '#6E1F26', '#454074', '#181730', '#A47FC8', '#A47FC8', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8211, '#5260B8', '#FFE7CB', '#5EB33A', '#68B366', '#68B366', '#5260B8', '#454074', '#FABBAD', '#347D7B', '#3C8D95', '#3C8D95', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8212, '#D7DE72', '#FFE7CB', '#FFE7CB', '#EE9125', '#D7DE72', '#D7DE72', '#B6AB53', '#FABBAD', '#FABBAD', '#C9693C', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8213, '#68B366', '#EAB3CE', '#0E1858', '#5260B8', '#5260B8', '#68B366', '#3C8D95', '#A47FC8', '#0C0B1E', '#454074', '#454074', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8214, '#EAB3CE', '#FFE7CB', '#521822', '#A1372F', '#A1372F', '#EAB3CE', '#A47FC8', '#FABBAD', '#1A1011', '#6E1F26', '#6E1F26', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8215, '#99d2d9', '#ffe1bb', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#99d2d9', '#8fa8e0', '#f7b39e', '#f7b39e', '#c3b7d9', '#c3b7d9', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8216, '#6C3875', '#FFE7CB', '#420E4B', '#3E3638', '#3E3638', '#6C3875', '#2C1A53', '#FABBAD', '#0F090D', '#291A25', '#291A25', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8217, '#3e3638', '#a1372f', '#ffe1bb', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#702111', '#f7b39e', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8218, '#E9ECF0', '#FFE1BB', '#53504D', '#E9ECF0', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#F7B39E', '#442E39', '#C0DCDA', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8219, '#A1372F', '#D7DE72', '#A11F39', '#6C3875', '#6C3875', '#A1372F', '#6E1F26', '#B6AB53', '#4D1834', '#2C1A53', '#2C1A53', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8220, '#5260B8', '#FFE7CB', '#4134B8', '#B3B822', '#B8B849', '#5260B8', '#454074', '#FABBAD', '#30297D', '#A79238', '#4E853C', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8221, '#D7DE72', '#F0B370', '#EA6B86', '#EAB3CE', '#EAB3CE', '#D7DE72', '#B6AB53', '#C37641', '#C4576C', '#A47FC8', '#A47FC8', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8222, '#68B366', '#FFE1BB', '#FFE1BB', '#7E8AAC', '#68B366', '#68B366', '#3C8D95', '#F7B39E', '#F7B39E', '#3B638B', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8223, '#EAB3CE', '#FFE1BB', '#CFDE36', '#D7DE72', '#D7DE72', '#EAB3CE', '#A47FC8', '#F7B39E', '#CFBE51', '#B6AB53', '#B6AB53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8224, '#786136', '#FFE1BB', '#202E85', '#5260B8', '#5260B8', '#E49229', '#625621', '#F7B39E', '#282547', '#454074', '#454074', '#BE683D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8225, '#6c3875', '#ffe7cb', '#ffe7cb', '#a1372f', '#a1372f', '#6c3875', '#511960', '#fabbad', '#fabbad', '#702111', '#702111', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8226, '#3e3638', '#ffe7cb', '#ffe7cb', '#e9ecf0', '#e9ecf0', '#3e3638', '#30101f', '#fabbad', '#fabbad', '#c3b7d9', '#c3b7d9', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8227, '#E9ECF0', '#D7DE72', '#D5D995', '#3E3638', '#3E3638', '#E9ECF0', '#C0DCDA', '#B6AB53', '#C2B47C', '#291A25', '#291A25', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8228, '#A1372F', '#FFE1BB', '#FFE1BB', '#8FACC3', '#A1372F', '#A1372F', '#6E1F26', '#F7B39E', '#F7B39E', '#5B88A4', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8229, '#5260B8', '#FFEBD9', '#22264C', '#5260B8', '#5260B8', '#5260B8', '#454074', '#FFBEBE', '#1E1C23', '#454074', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8230, '#D7DE72', '#521D75', '#6B5875', '#6C3875', '#6C3875', '#D7DE72', '#B6AB53', '#29133D', '#362E51', '#2C1A53', '#2C1A53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8231, '#68B366', '#6C3875', '#831F94', '#99D2D9', '#99D2D9', '#68B366', '#3C8D95', '#2C1A53', '#3D205D', '#6486AC', '#6486AC', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8232, '#eab3ce', '#3e3638', '#ffe7cb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#30101f', '#fabbad', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8233, '#99D2D9', '#F0B370', '#3C5933', '#68B366', '#68B366', '#99D2D9', '#6486AC', '#C37641', '#133E3C', '#3C8D95', '#3C8D95', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8234, '#6c3875', '#ffe7cb', '#ffe7cb', '#d7de72', '#d7de72', '#6c3875', '#511960', '#fabbad', '#fabbad', '#e3ae6c', '#e3ae6c', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8235, '#3E3638', '#FFE7CB', '#202B70', '#5260B8', '#5260B8', '#3E3638', '#291A25', '#FABBAD', '#201E34', '#454074', '#454074', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8236, '#E9ECF0', '#FFE7CB', '#561923', '#A1372F', '#A1372F', '#E9ECF0', '#C0DCDA', '#FABBAD', '#1B1112', '#6E1F26', '#6E1F26', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8237, '#a1372f', '#eab3ce', '#ffe7cb', '#e9ecf0', '#e9ecf0', '#a1372f', '#702111', '#d78bce', '#fabbad', '#c3b7d9', '#c3b7d9', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8238, '#5260b8', '#ffe1bb', '#ffe1bb', '#3e3638', '#3e3638', '#5260b8', '#4f408d', '#f7b39e', '#f7b39e', '#30101f', '#30101f', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8239, '#D7DE72', '#FFEBD9', '#DCDE3E', '#D7DE72', '#D7DE72', '#D7DE72', '#B6AB53', '#FFBEBE', '#CDB558', '#B6AB53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8240, '#68B366', '#3E3638', '#FFEBD9', '#5A355D', '#68B366', '#68B366', '#3C8D95', '#291A25', '#FFBEBE', '#241041', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8241, '#EAB3CE', '#E9ECF0', '#581875', '#6C3875', '#6C3875', '#EAB3CE', '#A47FC8', '#C0DCDA', '#22153F', '#2C1A53', '#2C1A53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8242, '#99D2D9', '#A1372F', '#FFE1BB', '#9E7070', '#99D2D9', '#99D2D9', '#6486AC', '#6E1F26', '#F7B39E', '#7D4763', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8243, '#6C3875', '#FFE1BB', '#611C75', '#EAB3CE', '#EAB3CE', '#6C3875', '#2C1A53', '#F7B39E', '#27173F', '#A47FC8', '#A47FC8', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8244, '#3E3638', '#FFE7CB', '#29482D', '#68B366', '#68B366', '#3E3638', '#291A25', '#FABBAD', '#113024', '#3C8D95', '#3C8D95', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8245, '#E9ECF0', '#FFEBD9', '#655F34', '#D7DE72', '#D7DE72', '#E9ECF0', '#C0DCDA', '#FFBEBE', '#494E1F', '#B6AB53', '#B6AB53', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8246, '#a1372f', '#f0b370', '#f0b370', '#5260b8', '#5260b8', '#a1372f', '#702111', '#c37641', '#c37641', '#4f408d', '#4f408d', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8247, '#5260b8', '#ffe7cb', '#ffe7cb', '#a1372f', '#a1372f', '#5260b8', '#4f408d', '#fabbad', '#fabbad', '#702111', '#702111', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8248, '#d7de72', '#3e3638', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#d7de72', '#e3ae6c', '#30101f', '#f7b39e', '#c3b7d9', '#c3b7d9', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8249, '#68B366', '#E9ECF0', '#33532F', '#3E3638', '#3E3638', '#68B366', '#3C8D95', '#C0DCDA', '#12393B', '#291A25', '#291A25', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8250, '#EAB3CE', '#A1372F', '#FFE7CB', '#5E183B', '#EAB3CE', '#EAB3CE', '#A47FC8', '#6E1F26', '#FABBAD', '#0B050A', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8251, '#99d2d9', '#ffebd9', '#ffebd9', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#ffbebe', '#ffbebe', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8252, '#6C3875', '#FFE7CB', '#FFE7CB', '#747175', '#6C3875', '#6C3875', '#2C1A53', '#FABBAD', '#FABBAD', '#453E55', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8253, '#3E3638', '#FFEBD9', '#4F6F70', '#99D2D9', '#99D2D9', '#3E3638', '#291A25', '#FFBEBE', '#343C57', '#6486AC', '#6486AC', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8254, '#E9ECF0', '#F0B370', '#B3457B', '#EAB3CE', '#EAB3CE', '#E9ECF0', '#C0DCDA', '#C37641', '#75315F', '#A47FC8', '#A47FC8', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8255, '#A1372F', '#FFE1BB', '#452114', '#68B366', '#68B366', '#A1372F', '#6E1F26', '#F7B39E', '#2B0805', '#3C8D95', '#3C8D95', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8256, '#5260b8', '#f0b370', '#f0b370', '#d7de72', '#d7de72', '#5260b8', '#4f408d', '#c37641', '#c37641', '#e3ae6c', '#e3ae6c', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8257, '#D7DE72', '#E9ECF0', '#F0B370', '#E9ECF0', '#E9ECF0', '#D7DE72', '#B6AB53', '#C0DCDA', '#C37641', '#C0DCDA', '#C0DCDA', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8258, '#68B366', '#FFEBD9', '#461C15', '#A1372F', '#A1372F', '#68B366', '#3C8D95', '#FFBEBE', '#2D0506', '#6E1F26', '#6E1F26', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8259, '#eab3ce', '#ffe1bb', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#eab3ce', '#d78bce', '#f7b39e', '#f7b39e', '#c3b7d9', '#c3b7d9', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8260, '#99d2d9', '#ffe1bb', '#ffe1bb', '#3e3638', '#3e3638', '#99d2d9', '#8fa8e0', '#f7b39e', '#f7b39e', '#30101f', '#30101f', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8261, '#6C3875', '#FFEBD9', '#FFEBD9', '#338DFF', '#6C3875', '#6C3875', '#2C1A53', '#FFBEBE', '#FFBEBE', '#3B54BA', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8262, '#3E3638', '#99D2D9', '#7E7778', '#3E3638', '#3E3638', '#3E3638', '#291A25', '#6486AC', '#60555E', '#291A25', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8263, '#e9ecf0', '#ffe1bb', '#ffe1bb', '#6c3875', '#6c3875', '#e9ecf0', '#c3b7d9', '#f7b39e', '#f7b39e', '#511960', '#511960', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8264, '#A1372F', '#3E3638', '#5C1B25', '#99D2D9', '#99D2D9', '#A1372F', '#6E1F26', '#291A25', '#210A12', '#6486AC', '#6486AC', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8265, '#5260B8', '#FFEBD9', '#1E2867', '#EAB3CE', '#EAB3CE', '#5260B8', '#454074', '#FFBEBE', '#1B192B', '#A47FC8', '#A47FC8', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8266, '#d7de72', '#f0b370', '#f0b370', '#68b366', '#68b366', '#d7de72', '#e3ae6c', '#c37641', '#c37641', '#258b76', '#258b76', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8267, '#68B366', '#FFE1BB', '#1C881A', '#D7DE72', '#D7DE72', '#68B366', '#3C8D95', '#F7B39E', '#195B5B', '#B6AB53', '#B6AB53', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8268, '#eab3ce', '#ffebd9', '#ffebd9', '#5260b8', '#5260b8', '#eab3ce', '#d78bce', '#ffbebe', '#ffbebe', '#4f408d', '#4f408d', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8269, '#99D2D9', '#68B366', '#49B337', '#A1372F', '#A1372F', '#99D2D9', '#6486AC', '#3C8D95', '#348081', '#6E1F26', '#6E1F26', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8270, '#6C3875', '#EAB3CE', '#6B5675', '#E9ECF0', '#E9ECF0', '#6C3875', '#2C1A53', '#A47FC8', '#343052', '#C0DCDA', '#C0DCDA', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8271, '#3E3638', '#F0B370', '#A38E92', '#3E3638', '#3E3638', '#3E3638', '#291A25', '#C37641', '#8A7075', '#291A25', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8272, '#E9ECF0', '#FFE7CB', '#7C7F80', '#E9ECF0', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#FABBAD', '#4C5564', '#C0DCDA', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8273, '#A1372F', '#3E3638', '#591A28', '#A1372F', '#A1372F', '#A1372F', '#6E1F26', '#291A25', '#1E0A11', '#6E1F26', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8274, '#5260B8', '#E9ECF0', '#273257', '#5260B8', '#5260B8', '#5260B8', '#454074', '#C0DCDA', '#26252E', '#454074', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8275, '#D7DE72', '#A1372F', '#F0B370', '#DEDED2', '#D7DE72', '#D7DE72', '#B6AB53', '#6E1F26', '#C37641', '#CAC2BB', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8276, '#68B366', '#5260B8', '#2C295D', '#68B366', '#68B366', '#68B366', '#3C8D95', '#454074', '#1B1921', '#3C8D95', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8277, '#EAB3CE', '#D7DE72', '#DED725', '#EAB3CE', '#EAB3CE', '#EAB3CE', '#A47FC8', '#B6AB53', '#D1AB41', '#A47FC8', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8278, '#99D2D9', '#68B366', '#FFE1BB', '#40BB3D', '#99D2D9', '#99D2D9', '#6486AC', '#3C8D95', '#F7B39E', '#3A858B', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8279, '#6C3875', '#FFE1BB', '#4B1375', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#F7B39E', '#250E3E', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8280, '#3E3638', '#FFE1BB', '#88767B', '#6C3875', '#6C3875', '#3E3638', '#291A25', '#F7B39E', '#654A5F', '#2C1A53', '#2C1A53', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8281, '#e9ecf0', '#a1372f', '#ffe1bb', '#99d2d9', '#99d2d9', '#e9ecf0', '#c3b7d9', '#702111', '#f7b39e', '#8fa8e0', '#8fa8e0', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8282, '#a1372f', '#ffe7cb', '#ffe7cb', '#eab3ce', '#eab3ce', '#a1372f', '#702111', '#fabbad', '#fabbad', '#d78bce', '#d78bce', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8283, '#5260B8', '#F0B370', '#23324E', '#68B366', '#68B366', '#5260B8', '#454074', '#C37641', '#1F1F26', '#3C8D95', '#3C8D95', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8284, '#D7DE72', '#FFE1BB', '#CADE3B', '#D7DE72', '#D7DE72', '#D7DE72', '#B6AB53', '#F7B39E', '#74BF49', '#B6AB53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8285, '#68B366', '#FFE7CB', '#272452', '#5260B8', '#5260B8', '#68B366', '#3C8D95', '#FABBAD', '#242129', '#454074', '#454074', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8286, '#EAB3CE', '#99D2D9', '#5D1B29', '#A1372F', '#A1372F', '#EAB3CE', '#A47FC8', '#6486AC', '#220B14', '#6E1F26', '#6E1F26', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8287, '#99d2d9', '#f0b370', '#f0b370', '#e9ecf0', '#e9ecf0', '#99d2d9', '#8fa8e0', '#c37641', '#c37641', '#c3b7d9', '#c3b7d9', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8288, '#6c3875', '#ffebd9', '#ffebd9', '#3e3638', '#3e3638', '#6c3875', '#511960', '#ffbebe', '#ffbebe', '#30101f', '#30101f', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8289, '#3E3638', '#FFE1BB', '#FFE1BB', '#DA3B62', '#3E3638', '#3E3638', '#291A25', '#F7B39E', '#F7B39E', '#843163', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8290, '#E9ECF0', '#5260B8', '#FFE1BB', '#5260B8', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#454074', '#F7B39E', '#454074', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8291, '#a1372f', '#ffe7cb', '#ffe7cb', '#6c3875', '#6c3875', '#a1372f', '#702111', '#fabbad', '#fabbad', '#511960', '#511960', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8292, '#645F41', '#FFE7CB', '#EDD22D', '#FFD936', '#EDD56A', '#E9ECF0', '#503831', '#FABBAD', '#DDA84B', '#EBAF56', '#C5994D', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8293, '#D7DE72', '#FFEBD9', '#EA6ECC', '#EAB3CE', '#EAB3CE', '#D7DE72', '#B6AB53', '#FFBEBE', '#C847CA', '#A47FC8', '#A47FC8', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8294, '#8193B0', '#FFE1BB', '#5F5B46', '#585F14', '#37598E', '#A1A859', '#41738F', '#F7B39E', '#43491F', '#122D0F', '#2E4464', '#807A3B'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8295, '#EAB3CE', '#F0B370', '#E7F343', '#D7DE72', '#D7DE72', '#EAB3CE', '#A47FC8', '#C37641', '#E3CE60', '#B6AB53', '#B6AB53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8296, '#99D2D9', '#FFE7CB', '#3E3638', '#3E3638', '#3E3638', '#99D2D9', '#6486AC', '#FABBAD', '#291A25', '#291A25', '#291A25', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8297, '#6C3875', '#F0B370', '#561923', '#A1372F', '#A1372F', '#6C3875', '#2C1A53', '#C37641', '#1C1112', '#6E1F26', '#6E1F26', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8298, '#3E3638', '#FFE1BB', '#87767A', '#E9ECF0', '#E9ECF0', '#3E3638', '#291A25', '#F7B39E', '#654A5E', '#C0DCDA', '#C0DCDA', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8299, '#E9ECF0', '#F0B370', '#85747D', '#3E3638', '#3E3638', '#E9ECF0', '#C0DCDA', '#C37641', '#624863', '#291A25', '#291A25', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8300, '#A1372F', '#FFE1BB', '#A11C2C', '#A1372F', '#A1372F', '#A1372F', '#6E1F26', '#F7B39E', '#581233', '#6E1F26', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8301, '#5260B8', '#EAB3CE', '#EA6D9A', '#5260B8', '#5260B8', '#5260B8', '#454074', '#A47FC8', '#C4597E', '#454074', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8302, '#D7DE72', '#FFEBD9', '#DECA2E', '#6C3875', '#6C3875', '#D7DE72', '#B6AB53', '#FFBEBE', '#CCA049', '#2C1A53', '#2C1A53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8303, '#68B366', '#6C3875', '#32532F', '#99D2D9', '#99D2D9', '#68B366', '#3C8D95', '#2C1A53', '#12383B', '#6486AC', '#6486AC', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8304, '#EAB3CE', '#F0B370', '#B14C7E', '#EAB3CE', '#EAB3CE', '#EAB3CE', '#A47FC8', '#C37641', '#783660', '#A47FC8', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8305, '#99d2d9', '#f0b370', '#f0b370', '#68b366', '#68b366', '#99d2d9', '#8fa8e0', '#c37641', '#c37641', '#258b76', '#258b76', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8306, '#6c3875', '#a1372f', '#ffe7cb', '#d7de72', '#d7de72', '#6c3875', '#511960', '#702111', '#fabbad', '#e3ae6c', '#e3ae6c', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8307, '#3E3638', '#FFEBD9', '#131A49', '#5260B8', '#5260B8', '#3E3638', '#291A25', '#FFBEBE', '#08080E', '#454074', '#454074', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8308, '#E9ECF0', '#68B366', '#727275', '#A1372F', '#A1372F', '#E9ECF0', '#C0DCDA', '#3C8D95', '#445057', '#6E1F26', '#6E1F26', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8309, '#a1372f', '#eab3ce', '#ffebd9', '#e9ecf0', '#e9ecf0', '#a1372f', '#702111', '#d78bce', '#ffbebe', '#c3b7d9', '#c3b7d9', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8310, '#5260B8', '#252653', '#252653', '#3E3638', '#3E3638', '#5260B8', '#454074', '#25222A', '#25222A', '#291A25', '#291A25', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8311, '#D7DE72', '#FFE1BB', '#FFE1BB', '#9677DE', '#D7DE72', '#D7DE72', '#B6AB53', '#F7B39E', '#F7B39E', '#6350AB', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8312, '#68b366', '#3e3638', '#ffe1bb', '#68b366', '#68b366', '#68b366', '#258b76', '#30101f', '#f7b39e', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8313, '#EAB3CE', '#FFE1BB', '#422533', '#6C3875', '#6C3875', '#EAB3CE', '#A47FC8', '#F7B39E', '#270B1E', '#2C1A53', '#2C1A53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8314, '#99D2D9', '#A1372F', '#19484E', '#99D2D9', '#99D2D9', '#99D2D9', '#6486AC', '#6E1F26', '#193233', '#6486AC', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8315, '#6c3875', '#ffebd9', '#ffebd9', '#eab3ce', '#eab3ce', '#6c3875', '#511960', '#ffbebe', '#ffbebe', '#d78bce', '#d78bce', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8316, '#3E3638', '#68B366', '#30522F', '#68B366', '#68B366', '#3E3638', '#291A25', '#3C8D95', '#183726', '#3C8D95', '#3C8D95', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8317, '#e9ecf0', '#ffe1bb', '#ffe1bb', '#d7de72', '#d7de72', '#e9ecf0', '#c3b7d9', '#f7b39e', '#f7b39e', '#e3ae6c', '#e3ae6c', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8318, '#a1372f', '#ffebd9', '#ffebd9', '#5260b8', '#5260b8', '#a1372f', '#702111', '#ffbebe', '#ffbebe', '#4f408d', '#4f408d', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8319, '#5260B8', '#6C3875', '#191F43', '#A1372F', '#A1372F', '#5260B8', '#454074', '#2C1A53', '#15141B', '#6E1F26', '#6E1F26', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8320, '#D7DE72', '#F0B370', '#DADE38', '#E9ECF0', '#E9ECF0', '#D7DE72', '#B6AB53', '#C37641', '#CFB653', '#C0DCDA', '#C0DCDA', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8321, '#68b366', '#ffe1bb', '#ffe1bb', '#3e3638', '#3e3638', '#68b366', '#258b76', '#f7b39e', '#f7b39e', '#30101f', '#30101f', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8322, '#EAB3CE', '#FFE1BB', '#EA6494', '#EAB3CE', '#EAB3CE', '#EAB3CE', '#A47FC8', '#F7B39E', '#B05082', '#A47FC8', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8323, '#99d2d9', '#ffe1bb', '#ffe1bb', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#f7b39e', '#f7b39e', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8324, '#6C3875', '#D7DE72', '#F0B370', '#44752A', '#6C3875', '#6C3875', '#2C1A53', '#B6AB53', '#C37641', '#174345', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8325, '#3E3638', '#68B366', '#5C7683', '#99D2D9', '#99D2D9', '#3E3638', '#291A25', '#3C8D95', '#314C66', '#6486AC', '#6486AC', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8326, '#e9ecf0', '#eab3ce', '#ffe7cb', '#eab3ce', '#eab3ce', '#e9ecf0', '#c3b7d9', '#d78bce', '#fabbad', '#d78bce', '#d78bce', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8327, '#A1372F', '#99D2D9', '#365F3C', '#68B366', '#68B366', '#A1372F', '#6E1F26', '#6486AC', '#163846', '#3C8D95', '#3C8D95', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8328, '#5260b8', '#f0b370', '#f0b370', '#d7de72', '#d7de72', '#5260b8', '#4f408d', '#c37641', '#c37641', '#e3ae6c', '#e3ae6c', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8329, '#d7de72', '#ffe7cb', '#ffe7cb', '#5260b8', '#5260b8', '#d7de72', '#e3ae6c', '#fabbad', '#fabbad', '#4f408d', '#4f408d', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8330, '#68b366', '#e9ecf0', '#f0b370', '#a1372f', '#a1372f', '#68b366', '#258b76', '#c3b7d9', '#c37641', '#702111', '#702111', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8331, '#eab3ce', '#a1372f', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#eab3ce', '#d78bce', '#702111', '#f7b39e', '#c3b7d9', '#c3b7d9', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8332, '#99D2D9', '#847373', '#FFE7CB', '#3E3638', '#3E3638', '#99D2D9', '#6486AC', '#66525D', '#FABBAD', '#291A25', '#291A25', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8333, '#6C3875', '#D7DE72', '#54195E', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#B6AB53', '#180D1F', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8334, '#3E3638', '#99D2D9', '#FFE1BB', '#0F3E31', '#3E3638', '#3E3638', '#291A25', '#6486AC', '#F7B39E', '#082310', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8335, '#e9ecf0', '#6c3875', '#ffe7cb', '#6c3875', '#6c3875', '#e9ecf0', '#c3b7d9', '#511960', '#fabbad', '#511960', '#511960', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8336, '#A1372F', '#F0B370', '#40A0D9', '#99D2D9', '#99D2D9', '#A1372F', '#6E1F26', '#C37641', '#1F4DAB', '#6486AC', '#6486AC', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8337, '#5260B8', '#FFE1BB', '#EA4FB2', '#EAB3CE', '#EAB3CE', '#5260B8', '#454074', '#F7B39E', '#984A93', '#A47FC8', '#A47FC8', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8338, '#D7DE72', '#F0B370', '#53B33B', '#68B366', '#68B366', '#D7DE72', '#B6AB53', '#C37641', '#367D7F', '#3C8D95', '#3C8D95', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8339, '#68b366', '#ffe1bb', '#ffe1bb', '#d7de72', '#d7de72', '#68b366', '#258b76', '#f7b39e', '#f7b39e', '#e3ae6c', '#e3ae6c', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8340, '#eab3ce', '#d7de72', '#ffe7cb', '#5260b8', '#5260b8', '#eab3ce', '#d78bce', '#e3ae6c', '#fabbad', '#4f408d', '#4f408d', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8341, '#99d2d9', '#68b366', '#f0b370', '#a1372f', '#a1372f', '#99d2d9', '#8fa8e0', '#258b76', '#c37641', '#702111', '#702111', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8342, '#6c3875', '#eab3ce', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#6c3875', '#511960', '#d78bce', '#f7b39e', '#c3b7d9', '#c3b7d9', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8343, '#3e3638', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#c37641', '#c37641', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8344, '#e9ecf0', '#f0b370', '#f0b370', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#c37641', '#c37641', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8345, '#a1372f', '#3e3638', '#ffe7cb', '#a1372f', '#a1372f', '#a1372f', '#702111', '#30101f', '#fabbad', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8346, '#5260B8', '#FFE1BB', '#1F2446', '#5260B8', '#5260B8', '#5260B8', '#454074', '#F7B39E', '#1A181E', '#454074', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8347, '#D7DE72', '#A1372F', '#F0B370', '#F08E86', '#D7DE72', '#D7DE72', '#B6AB53', '#6E1F26', '#C37641', '#C96673', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8348, '#68B366', '#5260B8', '#FFE7CB', '#A7B2FC', '#68B366', '#68B366', '#3C8D95', '#454074', '#FABBAD', '#7877BE', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8349, '#EAB3CE', '#FFE7CB', '#EA6AB8', '#EAB3CE', '#EAB3CE', '#EAB3CE', '#A47FC8', '#FABBAD', '#CA44B5', '#A47FC8', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8350, '#99d2d9', '#EEF0F3', '#f0b370', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#A49FD2', '#c37641', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8351, '#6C3875', '#FFE7CB', '#FFE7CB', '#6D7E89', '#6C3875', '#6C3875', '#2C1A53', '#FABBAD', '#FABBAD', '#3D526C', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8352, '#3e3638', '#ffebd9', '#ffebd9', '#6c3875', '#6c3875', '#3e3638', '#30101f', '#ffbebe', '#ffbebe', '#511960', '#511960', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8353, '#e9ecf0', '#a1372f', '#ffe1bb', '#99d2d9', '#99d2d9', '#e9ecf0', '#c3b7d9', '#702111', '#f7b39e', '#8fa8e0', '#8fa8e0', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8354, '#A1372F', '#FFE7CB', '#A11B29', '#EAB3CE', '#EAB3CE', '#A1372F', '#6E1F26', '#FABBAD', '#591132', '#A47FC8', '#A47FC8', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8355, '#5260B8', '#68B366', '#68B366', '#68B366', '#68B366', '#5260B8', '#454074', '#3C8D95', '#3C8D95', '#3C8D95', '#3C8D95', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8356, '#D7DE72', '#FFE1BB', '#786E3E', '#D7DE72', '#D7DE72', '#D7DE72', '#B6AB53', '#F7B39E', '#616227', '#B6AB53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8357, '#68b366', '#ffe7cb', '#ffe7cb', '#5260b8', '#5260b8', '#68b366', '#258b76', '#d78bce', '#fabbad', '#4f408d', '#4f408d', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8358, '#eab3ce', '#ffe1bb', '#ffe1bb', '#a1372f', '#a1372f', '#eab3ce', '#d78bce', '#f7b39e', '#f7b39e', '#702111', '#702111', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8359, '#99d2d9', '#6c3875', '#f0b370', '#e9ecf0', '#e9ecf0', '#99d2d9', '#8fa8e0', '#511960', '#c37641', '#c3b7d9', '#c3b7d9', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8360, '#6C3875', '#3E3638', '#531C75', '#3E3638', '#3E3638', '#6C3875', '#2C1A53', '#291A25', '#29123D', '#291A25', '#291A25', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8361, '#3E3638', '#A1372F', '#861D37', '#3E3638', '#3E3638', '#3E3638', '#291A25', '#6E1F26', '#321124', '#291A25', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8362, '#E9ECF0', '#F0B370', '#7199CF', '#E9ECF0', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#C37641', '#485D91', '#C0DCDA', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8363, '#A1372F', '#D7DE72', '#695575', '#6C3875', '#6C3875', '#A1372F', '#6E1F26', '#B6AB53', '#322F52', '#2C1A53', '#2C1A53', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8364, '#5260B8', '#FFEBD9', '#FFEBD9', '#7733FA', '#8C58F0', '#5260B8', '#454074', '#FFBEBE', '#FFBEBE', '#5436C5', '#6A4EB7', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8365, '#d7de72', '#ffe7cb', '#ffe7cb', '#eab3ce', '#eab3ce', '#d7de72', '#e3ae6c', '#fabbad', '#fabbad', '#d78bce', '#d78bce', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8366, '#68b366', '#f0b370', '#f0b370', '#68b366', '#68b366', '#68b366', '#258b76', '#c37641', '#c37641', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8367, '#EAB3CE', '#FFEBD9', '#DBDE27', '#D7DE72', '#D7DE72', '#EAB3CE', '#A47FC8', '#FFBEBE', '#D1B342', '#B6AB53', '#B6AB53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8368, '#5C622C', '#3E3638', '#FFE1BB', '#5260B8', '#5260B8', '#B9C658', '#13441E', '#291A25', '#F7B39E', '#454074', '#454074', '#579449'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8369, '#6c3875', '#ffebd9', '#ffebd9', '#a1372f', '#a1372f', '#6c3875', '#511960', '#ffbebe', '#ffbebe', '#702111', '#702111', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8370, '#3E3638', '#5260B8', '#787B7C', '#E9ECF0', '#E9ECF0', '#3E3638', '#291A25', '#454074', '#48525F', '#C0DCDA', '#C0DCDA', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8371, '#E9ECF0', '#D7DE72', '#78797C', '#3E3638', '#3E3638', '#E9ECF0', '#C0DCDA', '#B6AB53', '#48485F', '#291A25', '#291A25', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8372, '#A1372F', '#FFE7CB', '#855956', '#A1372F', '#A1372F', '#A1372F', '#6E1F26', '#FABBAD', '#633348', '#6E1F26', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8373, '#5260B8', '#FFE7CB', '#4B4E5C', '#5260B8', '#5260B8', '#5260B8', '#454074', '#FABBAD', '#27344E', '#454074', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8374, '#D7DE72', '#FFE7CB', '#DED239', '#6C3875', '#6C3875', '#D7DE72', '#B6AB53', '#FABBAD', '#CBA853', '#2C1A53', '#2C1A53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8375, '#68b366', '#ffebd9', '#ffebd9', '#99d2d9', '#99d2d9', '#68b366', '#258b76', '#ffbebe', '#ffbebe', '#8fa8e0', '#8fa8e0', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8376, '#eab3ce', '#3e3638', '#ffe1bb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#30101f', '#f7b39e', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8377, '#99d2d9', '#e9ecf0', '#ffe7cb', '#68b366', '#68b366', '#99d2d9', '#8fa8e0', '#c3b7d9', '#fabbad', '#258b76', '#258b76', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8378, '#6C3875', '#FFE7CB', '#902BA2', '#D7DE72', '#D7DE72', '#6C3875', '#2C1A53', '#FABBAD', '#482B6A', '#B6AB53', '#B6AB53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8379, '#3e3638', '#f0b370', '#f0b370', '#5260b8', '#5260b8', '#3e3638', '#30101f', '#c37641', '#c37641', '#4f408d', '#4f408d', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8380, '#E9ECF0', '#68B366', '#26B33A', '#A1372F', '#A1372F', '#E9ECF0', '#C0DCDA', '#3C8D95', '#2A8576', '#6E1F26', '#6E1F26', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8381, '#a1372f', '#eab3ce', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#a1372f', '#702111', '#d78bce', '#f7b39e', '#c3b7d9', '#c3b7d9', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8382, '#5260B8', '#99D2D9', '#253154', '#3E3638', '#3E3638', '#5260B8', '#454074', '#6486AC', '#24232B', '#291A25', '#291A25', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8383, '#D7DE72', '#6C3875', '#FFE1BB', '#6C3875', '#D7DE72', '#D7DE72', '#B6AB53', '#2C1A53', '#F7B39E', '#2C1A53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8384, '#68B366', '#3E3638', '#365E3E', '#68B366', '#68B366', '#68B366', '#3C8D95', '#291A25', '#163446', '#3C8D95', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8385, '#EAB3CE', '#E9ECF0', '#631471', '#6C3875', '#6C3875', '#EAB3CE', '#A47FC8', '#C0DCDA', '#25123B', '#2C1A53', '#2C1A53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8386, '#99d2d9', '#f0b370', '#f0b370', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#c37641', '#c37641', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8387, '#6C3875', '#FFE7CB', '#3C1343', '#EAB3CE', '#EAB3CE', '#6C3875', '#2C1A53', '#FABBAD', '#0A0709', '#A47FC8', '#A47FC8', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8388, '#3E3638', '#68B366', '#2D4426', '#68B366', '#68B366', '#3E3638', '#291A25', '#3C8D95', '#0A2D2B', '#3C8D95', '#3C8D95', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8389, '#E9ECF0', '#FFE1BB', '#777952', '#D7DE72', '#D7DE72', '#E9ECF0', '#C0DCDA', '#F7B39E', '#566337', '#B6AB53', '#B6AB53', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8390, '#a1372f', '#ffe1bb', '#ffe1bb', '#5260b8', '#5260b8', '#a1372f', '#702111', '#f7b39e', '#f7b39e', '#4f408d', '#4f408d', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8391, '#5260b8', '#6c3875', '#f0b370', '#a1372f', '#a1372f', '#5260b8', '#4f408d', '#511960', '#c37641', '#702111', '#702111', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8392, '#D7DE72', '#3E3638', '#747678', '#E9ECF0', '#E9ECF0', '#D7DE72', '#B6AB53', '#291A25', '#444A5B', '#C0DCDA', '#C0DCDA', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8393, '#68b366', '#e9ecf0', '#ffe7cb', '#3e3638', '#3e3638', '#68b366', '#258b76', '#c3b7d9', '#fabbad', '#30101f', '#30101f', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8394, '#eab3ce', '#f0b370', '#f0b370', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#c37641', '#c37641', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8395, '#99D2D9', '#CD919A', '#F0B370', '#CD919A', '#99D2D9', '#99D2D9', '#6486AC', '#A2648D', '#C37641', '#A2648D', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8396, '#6C3875', '#D7DE72', '#5D1575', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#B6AB53', '#24133F', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8397, '#3E3638', '#F0B370', '#56707A', '#99D2D9', '#99D2D9', '#3E3638', '#291A25', '#C37641', '#2D475E', '#6486AC', '#6486AC', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8398, '#E9ECF0', '#EAB3CE', '#7B5E67', '#EAB3CE', '#EAB3CE', '#E9ECF0', '#C0DCDA', '#A47FC8', '#583652', '#A47FC8', '#A47FC8', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8399, '#A1372F', '#99D2D9', '#39512E', '#68B366', '#68B366', '#A1372F', '#6E1F26', '#6486AC', '#0D3B34', '#3C8D95', '#3C8D95', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8400, '#5260B8', '#F0B370', '#D7DE72', '#D7DE72', '#D7DE72', '#5260B8', '#454074', '#C37641', '#B6AB53', '#B6AB53', '#B6AB53', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8401, '#D7DE72', '#EAB3CE', '#FFE1BB', '#EAB3CE', '#EAB3CE', '#D7DE72', '#B6AB53', '#A47FC8', '#F7B39E', '#A47FC8', '#A47FC8', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8402, '#68b366', '#ffebd9', '#ffebd9', '#a1372f', '#a1372f', '#68b366', '#258b76', '#ffbebe', '#ffbebe', '#702111', '#702111', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8403, '#eab3ce', '#a1372f', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#eab3ce', '#d78bce', '#702111', '#f7b39e', '#c3b7d9', '#c3b7d9', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8404, '#99d2d9', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#99d2d9', '#8fa8e0', '#c37641', '#c37641', '#30101f', '#30101f', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8405, '#6c3875', '#ffebd9', '#ffebd9', '#6c3875', '#6c3875', '#6c3875', '#511960', '#ffbebe', '#ffbebe', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8406, '#3e3638', '#99d2d9', '#ffe7cb', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#8fa8e0', '#fabbad', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8407, '#e9ecf0', '#6c3875', '#ffebd9', '#6c3875', '#6c3875', '#e9ecf0', '#c3b7d9', '#511960', '#ffbebe', '#511960', '#511960', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8408, '#A1372F', '#3E3638', '#25B4C6', '#99D2D9', '#99D2D9', '#A1372F', '#6E1F26', '#291A25', '#4B70A5', '#6486AC', '#6486AC', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8409, '#5260B8', '#FFEBD9', '#735869', '#EAB3CE', '#EAB3CE', '#5260B8', '#454074', '#FFBEBE', '#4B2E50', '#A47FC8', '#A47FC8', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8410, '#d7de72', '#ffe1bb', '#ffe1bb', '#68b366', '#68b366', '#d7de72', '#e3ae6c', '#f7b39e', '#f7b39e', '#258b76', '#258b76', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8411, '#68b366', '#5260b8', '#ffe7cb', '#d7de72', '#d7de72', '#68b366', '#258b76', '#4f408d', '#fabbad', '#e3ae6c', '#e3ae6c', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8412, '#eab3ce', '#d7de72', '#f0b370', '#5260b8', '#5260b8', '#eab3ce', '#d78bce', '#e3ae6c', '#c37641', '#4f408d', '#4f408d', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8413, '#99D2D9', '#68B366', '#546B77', '#A1372F', '#A1372F', '#99D2D9', '#6486AC', '#3C8D95', '#2A435A', '#6E1F26', '#6E1F26', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8414, '#6c3875', '#eab3ce', '#ffebd9', '#e9ecf0', '#e9ecf0', '#6c3875', '#511960', '#d78bce', '#ffbebe', '#c3b7d9', '#c3b7d9', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8415, '#3E3638', '#99D2D9', '#8E7C7C', '#3E3638', '#3E3638', '#3E3638', '#291A25', '#6486AC', '#705B67', '#291A25', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8416, '#e9ecf0', '#6c3875', '#ffebd9', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#511960', '#ffbebe', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8417, '#a1372f', '#ffe1bb', '#ffe1bb', '#a1372f', '#a1372f', '#a1372f', '#702111', '#f7b39e', '#f7b39e', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8418, '#5260B8', '#FFEBD9', '#FFEBD9', '#FF8E57', '#5260B8', '#5260B8', '#454074', '#FFBEBE', '#FFBEBE', '#D15B48', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8419, '#D7DE72', '#A1842F', '#FFEBD9', '#D7DE72', '#D7DE72', '#D7DE72', '#B6AB53', '#734F22', '#FFBEBE', '#B6AB53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8420, '#68B366', '#5260B8', '#FFE1BB', '#5260B8', '#68B366', '#68B366', '#3C8D95', '#454074', '#F7B39E', '#454074', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8421, '#eab3ce', '#f0b370', '#f0b370', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#c37641', '#c37641', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8422, '#99D2D9', '#FFE7CB', '#FFE7CB', '#FF8B37', '#99D2D9', '#99D2D9', '#6486AC', '#FABBAD', '#FABBAD', '#D15534', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8423, '#6c3875', '#eab3ce', '#ffe7cb', '#6c3875', '#6c3875', '#6c3875', '#511960', '#d78bce', '#fabbad', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8424, '#3e3638', '#f0b370', '#f0b370', '#6c3875', '#6c3875', '#3e3638', '#30101f', '#c37641', '#c37641', '#511960', '#511960', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8425, '#E9ECF0', '#FFE7CB', '#99D2D9', '#99D2D9', '#99D2D9', '#E9ECF0', '#C0DCDA', '#FABBAD', '#6486AC', '#6486AC', '#6486AC', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8426, '#A1372F', '#5260B8', '#7B5E6B', '#EAB3CE', '#EAB3CE', '#A1372F', '#6E1F26', '#454074', '#573657', '#A47FC8', '#A47FC8', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8427, '#5260B8', '#FFEBD9', '#355A34', '#68B366', '#68B366', '#5260B8', '#454074', '#FFBEBE', '#183A3D', '#3C8D95', '#3C8D95', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8428, '#D7DE72', '#68B366', '#FFE7CB', '#47B325', '#D7DE72', '#D7DE72', '#B6AB53', '#3C8D95', '#FABBAD', '#288572', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8429, '#68b366', '#eab3ce', '#ffe7cb', '#5260b8', '#5260b8', '#68b366', '#258b76', '#d78bce', '#fabbad', '#4f408d', '#4f408d', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8430, '#EAB3CE', '#99D2D9', '#441418', '#A1372F', '#A1372F', '#EAB3CE', '#A47FC8', '#6486AC', '#250809', '#6E1F26', '#6E1F26', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8431, '#99d2d9', '#ffe7cb', '#ffe7cb', '#e9ecf0', '#e9ecf0', '#99d2d9', '#8fa8e0', '#fabbad', '#fabbad', '#c3b7d9', '#c3b7d9', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8432, '#6C3875', '#3E3638', '#A378AA', '#3E3638', '#3E3638', '#6C3875', '#2C1A53', '#291A25', '#5D4988', '#291A25', '#291A25', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8433, '#3e3638', '#a1372f', '#ffe1bb', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#702111', '#f7b39e', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8434, '#E9ECF0', '#FFEBD9', '#535455', '#E9ECF0', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#FFBEBE', '#324845', '#C0DCDA', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8435, '#A1372F', '#D7DE72', '#542D19', '#6C3875', '#6C3875', '#A1372F', '#6E1F26', '#B6AB53', '#3E0E09', '#2C1A53', '#2C1A53', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8436, '#5260B8', '#68B366', '#F0B370', '#3B5933', '#194D17', '#5260B8', '#454074', '#3C8D95', '#C37641', '#133E3D', '#0B230D', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8437, '#D7DE72', '#EAB3CE', '#EA7ED1', '#EAB3CE', '#EAB3CE', '#D7DE72', '#B6AB53', '#A47FC8', '#A24BC8', '#A47FC8', '#A47FC8', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8438, '#68B366', '#99D2D9', '#FFE7CB', '#42D9D4', '#68B366', '#68B366', '#3C8D95', '#6486AC', '#FABBAD', '#7292B8', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8439, '#EAB3CE', '#6C3875', '#DEDD30', '#D7DE72', '#D7DE72', '#EAB3CE', '#A47FC8', '#2C1A53', '#D2B24B', '#B6AB53', '#B6AB53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8440, '#5C4E1E', '#3E3638', '#3E3CB8', '#5260B8', '#5260B8', '#3E1918', '#46440F', '#291A25', '#3E3073', '#454074', '#454074', '#25070B'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8441, '#6C3875', '#E9ECF0', '#5B1A28', '#A1372F', '#A1372F', '#6C3875', '#2C1A53', '#C0DCDA', '#1F0A12', '#6E1F26', '#6E1F26', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8442, '#3e3638', '#ffebd9', '#ffebd9', '#e9ecf0', '#e9ecf0', '#3e3638', '#30101f', '#ffbebe', '#ffbebe', '#c3b7d9', '#c3b7d9', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8443, '#e9ecf0', '#d7de72', '#ffe7cb', '#3e3638', '#3e3638', '#e9ecf0', '#c3b7d9', '#e3ae6c', '#fabbad', '#30101f', '#30101f', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8444, '#A1372F', '#FFE1BB', '#FFE1BB', '#759CA1', '#A1372F', '#A1372F', '#6E1F26', '#F7B39E', '#F7B39E', '#555E88', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8445, '#5260b8', '#eab3ce', '#ffe7cb', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#d78bce', '#fabbad', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8446, '#D7DE72', '#D7DE72', '#FFEBD9', '#6C3875', '#6C3875', '#D7DE72', '#B6AB53', '#B6AB53', '#FFBEBE', '#2C1A53', '#2C1A53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8447, '#68B366', '#F0B370', '#2B4C2C', '#99D2D9', '#99D2D9', '#68B366', '#3C8D95', '#C37641', '#133422', '#6486AC', '#6486AC', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8448, '#eab3ce', '#ffebd9', '#ffebd9', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#ffbebe', '#ffbebe', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8449, '#99D2D9', '#E9ECF0', '#32912F', '#68B366', '#68B366', '#99D2D9', '#6486AC', '#C0DCDA', '#28565E', '#3C8D95', '#3C8D95', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8450, '#6C3875', '#FFE7CB', '#BBC528', '#D7DE72', '#D7DE72', '#6C3875', '#2C1A53', '#FABBAD', '#B5A340', '#B6AB53', '#B6AB53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8451, '#3E3638', '#8A93BC', '#FFE1BB', '#5260B8', '#5260B8', '#3E3638', '#291A25', '#43679B', '#F7B39E', '#454074', '#454074', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8452, '#E9ECF0', '#68B366', '#757779', '#A1372F', '#A1372F', '#E9ECF0', '#C0DCDA', '#3C8D95', '#454B5C', '#6E1F26', '#6E1F26', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8453, '#a1372f', '#ffe1bb', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#a1372f', '#702111', '#f7b39e', '#f7b39e', '#c3b7d9', '#c3b7d9', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8454, '#5260b8', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#5260b8', '#4f408d', '#c37641', '#c37641', '#30101f', '#30101f', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8455, '#d7de72', '#6c3875', '#f0b370', '#d7de72', '#d7de72', '#d7de72', '#e3ae6c', '#511960', '#c37641', '#e3ae6c', '#e3ae6c', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8456, '#68B366', '#3E3638', '#2F4628', '#68B366', '#68B366', '#68B366', '#3C8D95', '#291A25', '#0A2F2D', '#3C8D95', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8457, '#EAB3CE', '#E9ECF0', '#4E1531', '#6C3875', '#6C3875', '#EAB3CE', '#A47FC8', '#C0DCDA', '#000000', '#2C1A53', '#2C1A53', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8458, '#99d2d9', '#a1372f', '#ffebd9', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#702111', '#ffbebe', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8459, '#6c3875', '#5260b8', '#ffe1bb', '#eab3ce', '#eab3ce', '#6c3875', '#511960', '#4f408d', '#f7b39e', '#d78bce', '#d78bce', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8460, '#3e3638', '#68b366', '#ffebd9', '#68b366', '#68b366', '#3e3638', '#30101f', '#258b76', '#ffbebe', '#258b76', '#258b76', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8461, '#e9ecf0', '#eab3ce', '#f0b370', '#d7de72', '#d7de72', '#e9ecf0', '#c3b7d9', '#d78bce', '#c37641', '#e3ae6c', '#e3ae6c', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8462, '#A1372F', '#99D2D9', '#433AB8', '#5260B8', '#5260B8', '#A1372F', '#6E1F26', '#6486AC', '#312E7D', '#454074', '#454074', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8463, '#5260B8', '#F0B370', '#4C161C', '#A1372F', '#A1372F', '#5260B8', '#454074', '#C37641', '#2D0A0C', '#6E1F26', '#6E1F26', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8464, '#D7DE72', '#3E3638', '#7E7F82', '#E9ECF0', '#E9ECF0', '#D7DE72', '#B6AB53', '#291A25', '#4E4C65', '#C0DCDA', '#C0DCDA', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8465, '#68B366', '#FFEBD9', '#2F5335', '#3E3638', '#3E3638', '#68B366', '#3C8D95', '#FFBEBE', '#0D2D3C', '#291A25', '#291A25', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8466, '#EAB3CE', '#A1372F', '#FFE1BB', '#5F4858', '#EAB3CE', '#EAB3CE', '#A47FC8', '#6E1F26', '#F7B39E', '#431E4E', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8467, '#99d2d9', '#f0b370', '#f0b370', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#c37641', '#c37641', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8468, '#6c3875', '#d7de72', '#ffe7cb', '#6c3875', '#6c3875', '#6c3875', '#511960', '#e3ae6c', '#fabbad', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8469, '#3e3638', '#f0b370', '#f0b370', '#99d2d9', '#99d2d9', '#3e3638', '#30101f', '#c37641', '#c37641', '#8fa8e0', '#8fa8e0', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8470, '#e9ecf0', '#eab3ce', '#f0b370', '#eab3ce', '#eab3ce', '#e9ecf0', '#c3b7d9', '#d78bce', '#c37641', '#d78bce', '#d78bce', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8471, '#A1372F', '#99D2D9', '#2F4C2C', '#68B366', '#68B366', '#A1372F', '#6E1F26', '#6486AC', '#133520', '#3C8D95', '#3C8D95', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8472, '#5260b8', '#f0b370', '#f0b370', '#d7de72', '#d7de72', '#5260b8', '#4f408d', '#c37641', '#c37641', '#e3ae6c', '#e3ae6c', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8473, '#D7DE72', '#F0B370', '#68B366', '#68B366', '#68B366', '#D7DE72', '#B6AB53', '#C37641', '#3C8D95', '#3C8D95', '#3C8D95', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8474, '#68B366', '#F0B370', '#691F2F', '#A1372F', '#A1372F', '#68B366', '#3C8D95', '#C37641', '#2D0E1A', '#6E1F26', '#6E1F26', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8475, '#eab3ce', '#a1372f', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#eab3ce', '#d78bce', '#702111', '#f7b39e', '#c3b7d9', '#c3b7d9', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8476, '#99D2D9', '#A8DDEE', '#847376', '#3E3638', '#3E3638', '#99D2D9', '#6486AC', '#708EC0', '#62485A', '#291A25', '#291A25', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8477, '#6C3875', '#D7DE72', '#C9AFCD', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#B6AB53', '#8273A0', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8478, '#3e3638', '#ffebd9', '#ffebd9', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#ffbebe', '#ffbebe', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8479, '#e9ecf0', '#6c3875', '#ffe7cb', '#6c3875', '#6c3875', '#e9ecf0', '#c3b7d9', '#511960', '#fabbad', '#511960', '#511960', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8480, '#a1372f', '#3e3638', '#ffebd9', '#99d2d9', '#99d2d9', '#a1372f', '#702111', '#30101f', '#ffbebe', '#8fa8e0', '#8fa8e0', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8481, '#5260b8', '#e9ecf0', '#f0b370', '#eab3ce', '#eab3ce', '#5260b8', '#4f408d', '#c3b7d9', '#c37641', '#d78bce', '#d78bce', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8482, '#D7DE72', '#FFE7CB', '#325530', '#68B366', '#68B366', '#D7DE72', '#B6AB53', '#FABBAD', '#13393D', '#3C8D95', '#3C8D95', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8483, '#68B366', '#5260B8', '#2E4D2C', '#D7DE72', '#D7DE72', '#68B366', '#3C8D95', '#454074', '#133521', '#B6AB53', '#B6AB53', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8484, '#EAB3CE', '#FFEBD9', '#2F2A5D', '#5260B8', '#5260B8', '#EAB3CE', '#A47FC8', '#FFBEBE', '#1C1922', '#454074', '#454074', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8485, '#99D2D9', '#68B366', '#411319', '#A1372F', '#A1372F', '#99D2D9', '#6486AC', '#3C8D95', '#220809', '#6E1F26', '#6E1F26', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8486, '#6C3875', '#EAB3CE', '#EA79CF', '#E9ECF0', '#E9ECF0', '#6C3875', '#2C1A53', '#A47FC8', '#A246C8', '#C0DCDA', '#C0DCDA', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8487, '#3E3638', '#FFEBD9', '#FFEBD9', '#F3AC6C', '#3E3638', '#3E3638', '#291A25', '#FFBEBE', '#FFBEBE', '#C87044', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8488, '#e9ecf0', '#ffe1bb', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#f7b39e', '#f7b39e', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8489, '#A1372F', '#3E3638', '#4A1621', '#A1372F', '#A1372F', '#A1372F', '#6E1F26', '#291A25', '#2B0A0E', '#6E1F26', '#6E1F26', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8490, '#5260B8', '#E9ECF0', '#F0B370', '#B7B82F', '#5260B8', '#5260B8', '#454074', '#C0DCDA', '#C37641', '#4F8936', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8491, '#d7de72', '#f0b370', '#f0b370', '#d7de72', '#d7de72', '#d7de72', '#e3ae6c', '#c37641', '#c37641', '#e3ae6c', '#e3ae6c', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8492, '#99A7D1', '#FFEBD9', '#A37E4E', '#233549', '#5C5DD1', '#4A3C2A', '#6194AF', '#FFBEBE', '#874233', '#354345', '#5C4D8D', '#391415'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8493, '#EAB3CE', '#D7DE72', '#FFEBD9', '#FFAB69', '#EAB3CE', '#EAB3CE', '#A47FC8', '#B6AB53', '#FFBEBE', '#D1714A', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8494, '#99d2d9', '#68b366', '#ffe7cb', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#258b76', '#fabbad', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8495, '#6C3875', '#EAB3CE', '#681E75', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#A47FC8', '#2A183E', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8496, '#3E3638', '#E9ECF0', '#5F1C75', '#6C3875', '#6C3875', '#3E3638', '#291A25', '#C0DCDA', '#26173F', '#2C1A53', '#2C1A53', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8497, '#e9ecf0', '#f0b370', '#f0b370', '#99d2d9', '#99d2d9', '#e9ecf0', '#c3b7d9', '#c37641', '#c37641', '#8fa8e0', '#8fa8e0', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8498, '#a1372f', '#ffebd9', '#ffebd9', '#eab3ce', '#eab3ce', '#a1372f', '#702111', '#ffbebe', '#ffbebe', '#d78bce', '#d78bce', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8499, '#5260B8', '#D7DE72', '#5AB334', '#68B366', '#68B366', '#5260B8', '#454074', '#B6AB53', '#317E7A', '#3C8D95', '#3C8D95', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8500, '#d7de72', '#ffe1bb', '#ffe1bb', '#d7de72', '#d7de72', '#d7de72', '#e3ae6c', '#f7b39e', '#f7b39e', '#e3ae6c', '#e3ae6c', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8501, '#68b366', '#ffe1bb', '#ffe1bb', '#5260b8', '#5260b8', '#68b366', '#258b76', '#f7b39e', '#f7b39e', '#4f408d', '#4f408d', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8502, '#EAB3CE', '#99D2D9', '#45353C', '#A1372F', '#A1372F', '#EAB3CE', '#A47FC8', '#6486AC', '#2A1522', '#6E1F26', '#6E1F26', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8503, '#99D2D9', '#6C3875', '#54145F', '#E9ECF0', '#E9ECF0', '#99D2D9', '#6486AC', '#2C1A53', '#190C21', '#C0DCDA', '#C0DCDA', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8504, '#6c3875', '#3e3638', '#ffebd9', '#3e3638', '#3e3638', '#6c3875', '#511960', '#30101f', '#ffbebe', '#30101f', '#30101f', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8505, '#3e3638', '#a1372f', '#ffe1bb', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#702111', '#f7b39e', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8506, '#E9ECF0', '#FFEBD9', '#FFEBD9', '#F0B46B', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#FFBEBE', '#FFBEBE', '#C57844', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8507, '#a1372f', '#ffe1bb', '#ffe1bb', '#6c3875', '#6c3875', '#a1372f', '#702111', '#f7b39e', '#f7b39e', '#511960', '#511960', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8508, '#5260B8', '#FFEBD9', '#243350', '#50321F', '#B89B65', '#5260B8', '#454074', '#FFBEBE', '#212128', '#39140E', '#9A5E44', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8509, '#d7de72', '#f0b370', '#f0b370', '#eab3ce', '#eab3ce', '#d7de72', '#e3ae6c', '#c37641', '#c37641', '#d78bce', '#d78bce', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8510, '#68B366', '#99D2D9', '#FFE1BB', '#23D9D3', '#68B366', '#68B366', '#3C8D95', '#6486AC', '#F7B39E', '#5884B8', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8511, '#eab3ce', '#6c3875', '#ffe7cb', '#d7de72', '#d7de72', '#eab3ce', '#d78bce', '#511960', '#fabbad', '#e3ae6c', '#e3ae6c', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8512, '#99D2D9', '#3E3638', '#F0B370', '#77152D', '#D9394A', '#99D2D9', '#6486AC', '#291A25', '#C37641', '#230B19', '#8E2B58', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8513, '#6c3875', '#f0b370', '#f0b370', '#a1372f', '#a1372f', '#6c3875', '#511960', '#c37641', '#c37641', '#702111', '#702111', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8514, '#3E3638', '#FFEBD9', '#907D7F', '#E9ECF0', '#E9ECF0', '#3E3638', '#291A25', '#FFBEBE', '#725C6A', '#C0DCDA', '#C0DCDA', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8515, '#E9ECF0', '#FFE1BB', '#84737A', '#3E3638', '#3E3638', '#E9ECF0', '#C0DCDA', '#F7B39E', '#624760', '#291A25', '#291A25', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8516, '#a1372f', '#68b366', '#ffe1bb', '#a1372f', '#a1372f', '#a1372f', '#702111', '#258b76', '#f7b39e', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8517, '#5260b8', '#eab3ce', '#f0b370', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#d78bce', '#c37641', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8518, '#d7de72', '#ffebd9', '#ffebd9', '#6c3875', '#6c3875', '#d7de72', '#e3ae6c', '#ffbebe', '#ffbebe', '#511960', '#511960', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8519, '#68b366', '#6c3875', '#ffe1bb', '#99d2d9', '#99d2d9', '#68b366', '#258b76', '#511960', '#f7b39e', '#8fa8e0', '#8fa8e0', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8520, '#eab3ce', '#3e3638', '#ffebd9', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#30101f', '#ffbebe', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8521, '#99d2d9', '#e9ecf0', '#ffe1bb', '#68b366', '#68b366', '#99d2d9', '#8fa8e0', '#c3b7d9', '#f7b39e', '#258b76', '#258b76', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8522, '#6c3875', '#a1372f', '#f0b370', '#d7de72', '#d7de72', '#6c3875', '#511960', '#702111', '#c37641', '#e3ae6c', '#e3ae6c', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8523, '#3E3638', '#5260B8', '#FFE7CB', '#5260B8', '#5260B8', '#3E3638', '#291A25', '#454074', '#FABBAD', '#454074', '#454074', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8524, '#e9ecf0', '#ffe7cb', '#ffe7cb', '#a1372f', '#a1372f', '#e9ecf0', '#c3b7d9', '#fabbad', '#fabbad', '#702111', '#702111', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8525, '#A1372F', '#EAB3CE', '#461714', '#E9ECF0', '#E9ECF0', '#A1372F', '#6E1F26', '#A47FC8', '#270D09', '#C0DCDA', '#C0DCDA', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8526, '#5260b8', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#5260b8', '#4f408d', '#c37641', '#c37641', '#30101f', '#30101f', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8527, '#D7DE72', '#6C3875', '#8B9228', '#D7DE72', '#D7DE72', '#D7DE72', '#B6AB53', '#2C1A53', '#265E26', '#B6AB53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8528, '#68B366', '#3E3638', '#2D4E2D', '#68B366', '#68B366', '#68B366', '#3C8D95', '#291A25', '#143724', '#3C8D95', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8529, '#eab3ce', '#f0b370', '#f0b370', '#6c3875', '#6c3875', '#eab3ce', '#d78bce', '#c37641', '#c37641', '#511960', '#511960', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8530, '#99D2D9', '#A1372F', '#FFEBD9', '#A1634F', '#99D2D9', '#99D2D9', '#6486AC', '#6E1F26', '#FFBEBE', '#7B3635', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8531, '#6c3875', '#5260b8', '#ffe1bb', '#eab3ce', '#eab3ce', '#6c3875', '#511960', '#4f408d', '#f7b39e', '#d78bce', '#d78bce', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8532, '#3e3638', '#ffe1bb', '#ffe1bb', '#68b366', '#68b366', '#3e3638', '#30101f', '#f7b39e', '#f7b39e', '#258b76', '#258b76', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8533, '#E9ECF0', '#EAB3CE', '#78733D', '#D7DE72', '#D7DE72', '#E9ECF0', '#C0DCDA', '#A47FC8', '#596127', '#B6AB53', '#B6AB53', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8534, '#a1372f', '#ffe1bb', '#ffe1bb', '#5260b8', '#5260b8', '#a1372f', '#702111', '#f7b39e', '#f7b39e', '#4f408d', '#4f408d', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8535, '#5260b8', '#6c3875', '#ffebd9', '#a1372f', '#a1372f', '#5260b8', '#4f408d', '#511960', '#ffbebe', '#702111', '#702111', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8536, '#d7de72', '#3e3638', '#f0b370', '#e9ecf0', '#e9ecf0', '#d7de72', '#e3ae6c', '#30101f', '#c37641', '#c3b7d9', '#c3b7d9', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8537, '#68B366', '#E9ECF0', '#247522', '#3E3638', '#3E3638', '#68B366', '#3C8D95', '#C0DCDA', '#1A3D42', '#291A25', '#291A25', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8538, '#EAB3CE', '#A1372F', '#71576A', '#EAB3CE', '#EAB3CE', '#EAB3CE', '#A47FC8', '#6E1F26', '#462D4F', '#A47FC8', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8539, '#99D2D9', '#8E6468', '#FFEBD9', '#8E6468', '#99D2D9', '#99D2D9', '#6486AC', '#6C3D5A', '#FFBEBE', '#6C3D5A', '#6486AC', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8540, '#6C3875', '#D7DE72', '#FFEBD9', '#DED827', '#6C3875', '#6C3875', '#2C1A53', '#B6AB53', '#FFBEBE', '#D1AC42', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8541, '#3E3638', '#68B366', '#22AFD9', '#99D2D9', '#99D2D9', '#3E3638', '#291A25', '#3C8D95', '#3C68B2', '#6486AC', '#6486AC', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8542, '#E9ECF0', '#EAB3CE', '#755A6D', '#EAB3CE', '#EAB3CE', '#E9ECF0', '#C0DCDA', '#A47FC8', '#4B2F52', '#A47FC8', '#A47FC8', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8543, '#A1372F', '#FFEBD9', '#33512E', '#68B366', '#68B366', '#A1372F', '#6E1F26', '#FFBEBE', '#0D393A', '#3C8D95', '#3C8D95', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8544, '#5260B8', '#5260B8', '#FFE1BB', '#D7DE72', '#D7DE72', '#5260B8', '#454074', '#454074', '#F7B39E', '#B6AB53', '#B6AB53', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8545, '#D7DE72', '#5260B8', '#FFEBD9', '#5260B8', '#5260B8', '#D7DE72', '#B6AB53', '#454074', '#FFBEBE', '#454074', '#454074', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8546, '#68b366', '#ffe7cb', '#ffe7cb', '#a1372f', '#a1372f', '#68b366', '#258b76', '#fabbad', '#fabbad', '#702111', '#702111', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8547, '#eab3ce', '#ffebd9', '#ffebd9', '#e9ecf0', '#e9ecf0', '#eab3ce', '#d78bce', '#ffbebe', '#ffbebe', '#c3b7d9', '#c3b7d9', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8548, '#99D2D9', '#99D2D9', '#FFE1BB', '#3E3638', '#3E3638', '#99D2D9', '#6486AC', '#6486AC', '#F7B39E', '#291A25', '#291A25', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8549, '#6C3875', '#D7DE72', '#B098B4', '#6C3875', '#6C3875', '#6C3875', '#2C1A53', '#B6AB53', '#6E6187', '#2C1A53', '#2C1A53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8550, '#3e3638', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#c37641', '#c37641', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8551, '#e9ecf0', '#f0b370', '#f0b370', '#6c3875', '#6c3875', '#e9ecf0', '#c3b7d9', '#c37641', '#c37641', '#511960', '#511960', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8552, '#A1372F', '#FFE1BB', '#34BAD9', '#99D2D9', '#99D2D9', '#A1372F', '#6E1F26', '#F7B39E', '#4D77B3', '#6486AC', '#6486AC', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8553, '#5260b8', '#e9ecf0', '#ffebd9', '#eab3ce', '#eab3ce', '#5260b8', '#4f408d', '#c3b7d9', '#ffbebe', '#d78bce', '#d78bce', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8554, '#D7DE72', '#F0B370', '#39532F', '#68B366', '#68B366', '#D7DE72', '#B6AB53', '#C37641', '#113835', '#3C8D95', '#3C8D95', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8555, '#68B366', '#5260B8', '#9DA4CC', '#D7DE72', '#D7DE72', '#68B366', '#3C8D95', '#454074', '#658BAA', '#B6AB53', '#B6AB53', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8556, '#eab3ce', '#d7de72', '#ffe7cb', '#5260b8', '#5260b8', '#eab3ce', '#d78bce', '#e3ae6c', '#fabbad', '#4f408d', '#4f408d', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8557, '#99d2d9', '#68b366', '#ffe1bb', '#a1372f', '#a1372f', '#99d2d9', '#8fa8e0', '#258b76', '#f7b39e', '#702111', '#702111', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8558, '#6c3875', '#eab3ce', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#6c3875', '#511960', '#d78bce', '#f7b39e', '#c3b7d9', '#c3b7d9', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8559, '#3E3638', '#99D2D9', '#917E85', '#3E3638', '#3E3638', '#3E3638', '#291A25', '#6486AC', '#6E506B', '#291A25', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8560, '#E9ECF0', '#FFEBD9', '#FFEBD9', '#413E37', '#E9ECF0', '#E9ECF0', '#C0DCDA', '#FFBEBE', '#FFBEBE', '#2F2D1C', '#C0DCDA', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8561, '#a1372f', '#3e3638', '#ffe7cb', '#a1372f', '#a1372f', '#a1372f', '#702111', '#30101f', '#fabbad', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8562, '#5260B8', '#E9ECF0', '#F0B370', '#21304A', '#5260B8', '#5260B8', '#454074', '#C0DCDA', '#C37641', '#1C1C23', '#454074', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8563, '#D7DE72', '#A1372F', '#75753C', '#D7DE72', '#D7DE72', '#D7DE72', '#B6AB53', '#6E1F26', '#515F26', '#B6AB53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8564, '#68b366', '#f0b370', '#f0b370', '#68b366', '#68b366', '#68b366', '#258b76', '#c37641', '#c37641', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8565, '#EAB3CE', '#D7DE72', '#FFE1BB', '#FFE033', '#EAB3CE', '#EAB3CE', '#A47FC8', '#B6AB53', '#F7B39E', '#F0B553', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8566, '#99d2d9', '#68b366', '#f0b370', '#99d2d9', '#99d2d9', '#99d2d9', '#8fa8e0', '#258b76', '#c37641', '#8fa8e0', '#8fa8e0', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8567, '#6c3875', '#eab3ce', '#ffe7cb', '#6c3875', '#6c3875', '#6c3875', '#511960', '#d78bce', '#fabbad', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8568, '#3e3638', '#ffebd9', '#ffebd9', '#6c3875', '#6c3875', '#3e3638', '#30101f', '#ffbebe', '#ffbebe', '#511960', '#511960', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8569, '#e9ecf0', '#a1372f', '#ffebd9', '#99d2d9', '#99d2d9', '#e9ecf0', '#c3b7d9', '#702111', '#ffbebe', '#8fa8e0', '#8fa8e0', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8570, '#A1372F', '#FFE7CB', '#451A17', '#EAB3CE', '#EAB3CE', '#A1372F', '#6E1F26', '#FABBAD', '#260E0A', '#A47FC8', '#A47FC8', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8571, '#5260B8', '#D7DE72', '#365E37', '#68B366', '#68B366', '#5260B8', '#454074', '#B6AB53', '#1A3B41', '#3C8D95', '#3C8D95', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8572, '#D7DE72', '#FFEBD9', '#787C44', '#D7DE72', '#D7DE72', '#D7DE72', '#B6AB53', '#FFBEBE', '#54652C', '#B6AB53', '#B6AB53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8573, '#68B366', '#F0B370', '#23224D', '#5260B8', '#5260B8', '#68B366', '#3C8D95', '#C37641', '#201D24', '#454074', '#454074', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8574, '#eab3ce', '#99d2d9', '#f0b370', '#a1372f', '#a1372f', '#eab3ce', '#d78bce', '#8fa8e0', '#c37641', '#702111', '#702111', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8575, '#99d2d9', '#ffe7cb', '#ffe7cb', '#e9ecf0', '#e9ecf0', '#99d2d9', '#8fa8e0', '#fabbad', '#fabbad', '#c3b7d9', '#c3b7d9', '#8fa8e0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8576, '#6c3875', '#3e3638', '#ffe1bb', '#3e3638', '#3e3638', '#6c3875', '#511960', '#30101f', '#f7b39e', '#30101f', '#30101f', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8577, '#3E3638', '#A1372F', '#FFE1BB', '#788A8A', '#3E3638', '#3E3638', '#291A25', '#6E1F26', '#F7B39E', '#565E71', '#291A25', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8578, '#e9ecf0', '#ffe7cb', '#ffe7cb', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#fabbad', '#fabbad', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8579, '#A1372F', '#FFE1BB', '#4A161B', '#6C3875', '#6C3875', '#A1372F', '#6E1F26', '#F7B39E', '#2B0A0B', '#2C1A53', '#2C1A53', '#6E1F26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8580, '#5260B8', '#FFE1BB', '#FFE1BB', '#181F4B', '#303341', '#5260B8', '#454074', '#F7B39E', '#F7B39E', '#1A1722', '#152033', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8581, '#d7de72', '#eab3ce', '#f0b370', '#eab3ce', '#eab3ce', '#d7de72', '#e3ae6c', '#d78bce', '#c37641', '#d78bce', '#d78bce', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8582, '#68B366', '#99D2D9', '#234E22', '#68B366', '#68B366', '#68B366', '#3C8D95', '#6486AC', '#0F331C', '#3C8D95', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8583, '#eab3ce', '#6c3875', '#ffe1bb', '#d7de72', '#d7de72', '#eab3ce', '#d78bce', '#511960', '#f7b39e', '#e3ae6c', '#e3ae6c', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8584, '#99D2D9', '#3E3638', '#FFE7CB', '#AF7B7E', '#D95E2E', '#99D2D9', '#6486AC', '#291A25', '#FABBAD', '#8D4F72', '#AC402E', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8585, '#6C3875', '#E9ECF0', '#581A26', '#A1372F', '#A1372F', '#6C3875', '#2C1A53', '#C0DCDA', '#1D0911', '#6E1F26', '#6E1F26', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8586, '#3E3638', '#FFEBD9', '#8B797D', '#E9ECF0', '#E9ECF0', '#3E3638', '#291A25', '#FFBEBE', '#684C62', '#C0DCDA', '#C0DCDA', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8587, '#e9ecf0', '#d7de72', '#ffebd9', '#3e3638', '#3e3638', '#e9ecf0', '#c3b7d9', '#e3ae6c', '#ffbebe', '#30101f', '#30101f', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8588, '#a1372f', '#68b366', '#ffebd9', '#a1372f', '#a1372f', '#a1372f', '#702111', '#258b76', '#ffbebe', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8589, '#5260b8', '#eab3ce', '#ffebd9', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#d78bce', '#ffbebe', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8590, '#D7DE72', '#701A75', '#701A75', '#6C3875', '#6C3875', '#D7DE72', '#B6AB53', '#2C163E', '#2C163E', '#2C1A53', '#2C1A53', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8591, '#68b366', '#6c3875', '#f0b370', '#99d2d9', '#99d2d9', '#68b366', '#258b76', '#511960', '#c37641', '#8fa8e0', '#8fa8e0', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8592, '#EAB3CE', '#3E3638', '#8A4064', '#EAB3CE', '#EAB3CE', '#EAB3CE', '#A47FC8', '#291A25', '#6A2654', '#A47FC8', '#A47FC8', '#A47FC8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8593, '#99D2D9', '#E9ECF0', '#32512E', '#68B366', '#68B366', '#99D2D9', '#6486AC', '#C0DCDA', '#123739', '#3C8D95', '#3C8D95', '#6486AC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8594, '#6C3875', '#F0B370', '#423245', '#D7DE72', '#D7DE72', '#6C3875', '#2C1A53', '#C37641', '#1E1335', '#B6AB53', '#B6AB53', '#2C1A53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8595, '#3E3638', '#202648', '#202648', '#5260B8', '#5260B8', '#3E3638', '#291A25', '#1B191F', '#1B191F', '#454074', '#454074', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8596, '#E9ECF0', '#F0B370', '#492015', '#A1372F', '#A1372F', '#E9ECF0', '#C0DCDA', '#C37641', '#300605', '#6E1F26', '#6E1F26', '#C0DCDA'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8597, '#a1372f', '#ffe1bb', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#a1372f', '#702111', '#f7b39e', '#f7b39e', '#c3b7d9', '#c3b7d9', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8598, '#5260B8', '#FFEBD9', '#282654', '#3E3638', '#3E3638', '#5260B8', '#454074', '#FFBEBE', '#151319', '#291A25', '#291A25', '#454074'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8599, '#d7de72', '#6c3875', '#f0b370', '#d7de72', '#d7de72', '#d7de72', '#e3ae6c', '#511960', '#c37641', '#e3ae6c', '#e3ae6c', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8600, '#68B366', '#3E3638', '#FFE1BB', '#2C722A', '#68B366', '#68B366', '#3C8D95', '#291A25', '#F7B39E', '#193433', '#3C8D95', '#3C8D95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8601, '#eab3ce', '#ffe1bb', '#ffe1bb', '#6c3875', '#6c3875', '#eab3ce', '#d78bce', '#f7b39e', '#f7b39e', '#511960', '#511960', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8602, '#99D2D9', '#FFEBD9', '#FFEBD9', '#99D2D9', '#99D2D9', '#D7DE72', '#6486AC', '#FFBEBE', '#FFBEBE', '#6486AC', '#6486AC', '#B6AB53'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8603, '#6c3875', '#5260b8', '#ffebd9', '#eab3ce', '#eab3ce', '#6c3875', '#511960', '#4f408d', '#ffbebe', '#d78bce', '#d78bce', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8604, '#3E3638', '#F0B370', '#375732', '#68B366', '#68B366', '#3E3638', '#291A25', '#C37641', '#123A3D', '#3C8D95', '#3C8D95', '#291A25'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8605, '#e9ecf0', '#eab3ce', '#ffe7cb', '#d7de72', '#d7de72', '#e9ecf0', '#c3b7d9', '#d78bce', '#fabbad', '#e3ae6c', '#e3ae6c', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8606, '#a1372f', '#ffe7cb', '#ffe7cb', '#5260b8', '#5260b8', '#a1372f', '#702111', '#fabbad', '#fabbad', '#4f408d', '#4f408d', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8607, '#5260b8', '#ffebd9', '#ffebd9', '#a1372f', '#a1372f', '#5260b8', '#4f408d', '#ffbebe', '#ffbebe', '#702111', '#702111', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8608, '#d7de72', '#3e3638', '#f0b370', '#e9ecf0', '#e9ecf0', '#d7de72', '#e3ae6c', '#30101f', '#c37641', '#c3b7d9', '#c3b7d9', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (8609, '#68b366', '#f0b370', '#f0b370', '#3e3638', '#3e3638', '#68b366', '#258b76', '#c37641', '#c37641', '#30101f', '#30101f', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10001, '#a1372f', '#e9ecf0', '#f0b370', '#a1372f', '#a1372f', '#a1372f', '#702111', '#c3b7d9', '#c37641', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10002, '#a1372f', '#d7de72', '#f0b370', '#a1372f', '#a1372f', '#a1372f', '#702111', '#e3ae6c', '#c37641', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10003, '#68b366', '#e9ecf0', '#f0b370', '#6c3875', '#6c3875', '#68b366', '#258b76', '#c3b7d9', '#c37641', '#511960', '#511960', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10004, '#5260b8', '#e9ecf0', '#ffe1bb', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#c3b7d9', '#f7b39e', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10005, '#5260b8', '#a1372f', '#ffe7cb', '#d7de72', '#d7de72', '#5260b8', '#4f408d', '#702111', '#fabbad', '#e3ae6c', '#e3ae6c', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10006, '#68b366', '#a1372f', '#ffebd9', '#68b366', '#68b366', '#68b366', '#258b76', '#702111', '#ffbebe', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10007, '#eab3ce', '#d7de72', '#ffe7cb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#e3ae6c', '#fabbad', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10008, '#a1372f', '#3e3638', '#ffe1bb', '#d7de72', '#d7de72', '#a1372f', '#702111', '#30101f', '#f7b39e', '#e3ae6c', '#e3ae6c', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10009, '#eab3ce', '#6c3875', '#ffe1bb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#511960', '#f7b39e', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10010, '#e9ecf0', '#68b366', '#ffebd9', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#258b76', '#ffbebe', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10011, '#a1372f', '#e9ecf0', '#ffebd9', '#68b366', '#68b366', '#a1372f', '#702111', '#c3b7d9', '#ffbebe', '#258b76', '#258b76', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10012, '#d7de72', '#a1372f', '#ffe7cb', '#5260b8', '#5260b8', '#d7de72', '#e3ae6c', '#702111', '#fabbad', '#4f408d', '#4f408d', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10013, '#3e3638', '#d7de72', '#ffe7cb', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#e3ae6c', '#fabbad', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10014, '#3e3638', '#a1372f', '#f0b370', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#702111', '#c37641', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10015, '#d7de72', '#99d2d9', '#ffe1bb', '#d7de72', '#d7de72', '#d7de72', '#e3ae6c', '#8fa8e0', '#f7b39e', '#e3ae6c', '#e3ae6c', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10016, '#eab3ce', '#68b366', '#ffe7cb', '#d7de72', '#d7de72', '#eab3ce', '#d78bce', '#258b76', '#fabbad', '#e3ae6c', '#e3ae6c', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10017, '#e9ecf0', '#eab3ce', '#ffe7cb', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#d78bce', '#fabbad', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10018, '#68b366', '#e9ecf0', '#ffe7cb', '#68b366', '#68b366', '#68b366', '#258b76', '#c3b7d9', '#fabbad', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10019, '#eab3ce', '#a1372f', '#ffe7cb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#702111', '#fabbad', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10020, '#eab3ce', '#68b366', '#f0b370', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#258b76', '#c37641', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10021, '#444748', '#292929', '#f0b370', '#1D1D1D', '#48494F', '#3D6C38', '#1D2536', '#2A2723', '#c37641', '#1E1C1A', '#1C1E3A', '#1B4D4E'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10022, '#e9ecf0', '#68b366', '#ffe7cb', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#258b76', '#fabbad', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10023, '#e9ecf0', '#5260b8', '#ffe1bb', '#a1372f', '#a1372f', '#e9ecf0', '#c3b7d9', '#4f408d', '#f7b39e', '#702111', '#702111', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10024, '#6c3875', '#5260b8', '#ffe1bb', '#6c3875', '#6c3875', '#6c3875', '#511960', '#4f408d', '#f7b39e', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10025, '#d7de72', '#a1372f', '#f0b370', '#d7de72', '#d7de72', '#d7de72', '#e3ae6c', '#702111', '#c37641', '#e3ae6c', '#e3ae6c', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10026, '#68b366', '#e9ecf0', '#ffebd9', '#a1372f', '#a1372f', '#68b366', '#258b76', '#c3b7d9', '#ffbebe', '#702111', '#702111', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10027, '#eab3ce', '#a1372f', '#ffe7cb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#702111', '#fabbad', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10028, '#d7de72', '#a1372f', '#ffe7cb', '#d7de72', '#d7de72', '#d7de72', '#e3ae6c', '#702111', '#fabbad', '#e3ae6c', '#e3ae6c', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10029, '#444748', '#182848', '#f0b370', '#172C48', '#121A48', '#3981E2', '#1C2436', '#16161F', '#c37641', '#15161F', '#15131F', '#3A4C9D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10030, '#d7de72', '#a1372f', '#ffe1bb', '#6c3875', '#6c3875', '#d7de72', '#e3ae6c', '#702111', '#f7b39e', '#511960', '#511960', '#e3ae6c'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10031, '#444748', '#292929', '#ffebd9', '#1D1D1D', '#48494F', '#3D6C38', '#1D2536', '#2A2723', '#ffbebe', '#1E1C1A', '#1C1E3A', '#1B4D4E'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10032, '#5260b8', '#a1372f', '#ffe1bb', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#702111', '#f7b39e', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10033, '#5260b8', '#d7de72', '#ffebd9', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#e3ae6c', '#ffbebe', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10034, '#444748', '#182848', '#ffe7cb', '#172C48', '#121A48', '#3981E2', '#1C2436', '#16161F', '#fabbad', '#15161F', '#15131F', '#3A4C9D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10035, '#a1372f', '#d7de72', '#ffe7cb', '#3e3638', '#3e3638', '#a1372f', '#702111', '#e3ae6c', '#fabbad', '#30101f', '#30101f', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10036, '#6c3875', '#a1372f', '#f0b370', '#6c3875', '#6c3875', '#6c3875', '#511960', '#702111', '#c37641', '#511960', '#511960', '#511960'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10037, '#a1372f', '#5260b8', '#ffe7cb', '#d7de72', '#d7de72', '#a1372f', '#702111', '#4f408d', '#fabbad', '#e3ae6c', '#e3ae6c', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10038, '#5260b8', '#e9ecf0', '#f0b370', '#68b366', '#68b366', '#5260b8', '#4f408d', '#c3b7d9', '#c37641', '#258b76', '#258b76', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10039, '#eab3ce', '#99d2d9', '#ffe1bb', '#eab3ce', '#eab3ce', '#eab3ce', '#d78bce', '#8fa8e0', '#f7b39e', '#d78bce', '#d78bce', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10052, '#e9ecf0', '#d7de72', '#f0b370', '#a1372f', '#a1372f', '#e9ecf0', '#c3b7d9', '#e3ae6c', '#c37641', '#702111', '#702111', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10053, '#5260b8', '#d7de72', '#ffe7cb', '#5260b8', '#5260b8', '#5260b8', '#4f408d', '#e3ae6c', '#fabbad', '#4f408d', '#4f408d', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10054, '#68b366', '#a1372f', '#ffe1bb', '#68b366', '#68b366', '#68b366', '#258b76', '#702111', '#f7b39e', '#258b76', '#258b76', '#258b76'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10055, '#e9ecf0', '#68b366', '#ffe1bb', '#e9ecf0', '#e9ecf0', '#e9ecf0', '#c3b7d9', '#258b76', '#f7b39e', '#c3b7d9', '#c3b7d9', '#c3b7d9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10056, '#eab3ce', '#e9ecf0', '#f0b370', '#5260b8', '#5260b8', '#eab3ce', '#d78bce', '#c3b7d9', '#c37641', '#4f408d', '#4f408d', '#d78bce'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10057, '#444748', '#182848', '#ffebd9', '#172C48', '#121A48', '#3981E2', '#1C2436', '#16161F', '#ffbebe', '#15161F', '#15131F', '#3A4C9D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10058, '#3e3638', '#a1372f', '#ffebd9', '#3e3638', '#3e3638', '#3e3638', '#30101f', '#702111', '#ffbebe', '#30101f', '#30101f', '#30101f'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10059, '#444748', '#182848', '#ffe7cb', '#172C48', '#121A48', '#3981E2', '#1C2436', '#16161F', '#fabbad', '#15161F', '#15131F', '#3A4C9D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10060, '#a1372f', '#5260b8', '#ffe7cb', '#a1372f', '#a1372f', '#a1372f', '#702111', '#4f408d', '#fabbad', '#702111', '#702111', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10061, '#5260b8', '#a1372f', '#ffe1bb', '#d7de72', '#d7de72', '#5260b8', '#4f408d', '#702111', '#f7b39e', '#e3ae6c', '#e3ae6c', '#4f408d'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10062, '#6E2272', '#AB91AD', '#ffebd9', '#DD67E3', '#89568E', '#E294E6', '#2A1633', '#6B5B80', '#ffbebe', '#834EAA', '#462F6C', '#6061CD'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10063, '#4C4B34', '#323E56', '#ffebd9', '#190E4C', '#2C2D4C', '#DAD56D', '#2D3714', '#132F48', '#ffbebe', '#060412', '#1C1928', '#B29C4F'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10064, '#4F3CF9', '#412BB4', '#ffebd9', '#F984FD', '#291F60', '#D4D1E2', '#4336BD', '#2F2378', '#ffbebe', '#B759CD', '#1A1426', '#9BA3D4'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10065, '#501517', '#B1302F', '#ffe1bb', '#BB3047', '#BB536C', '#F3B1C0', '#21080D', '#6C1F39', '#f7b39e', '#6D2149', '#974153', '#C07AAE'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10066, '#444748', '#182848', '#ffe1bb', '#172C48', '#121A48', '#3981E2', '#1C2436', '#16161F', '#f7b39e', '#15161F', '#15131F', '#3A4C9D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10067, '#a1372f', '#5260b8', '#f0b370', '#d7de72', '#d7de72', '#a1372f', '#702111', '#4f408d', '#c37641', '#e3ae6c', '#e3ae6c', '#702111'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10068, '#B2857D', '#8C3C44', '#ffe7cb', '#460C17', '#8C2B18', '#94B2F2', '#945F74', '#672B2F', '#fabbad', '#050303', '#570E10', '#6573B4'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10069, '#0B2E46', '#394246', '#f0b370', '#303C42', '#3F464E', '#C7D3D6', '#111421', '#151F34', '#c37641', '#3D2C42', '#172439', '#8B8BAD'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10070, '#837E7A', '#14165C', '#ffe7cb', '#22439D', '#1D3883', '#B53137', '#66595B', '#0F0D20', '#fabbad', '#2C2D5E', '#232446', '#6E213F'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10071, '#704568', '#E9CFE2', '#ffebd9', '#E990E8', '#BF76BC', '#2348A4', '#3F234E', '#CDAFE5', '#ffbebe', '#625CCF', '#72479C', '#2D2F64'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10072, '#433B15', '#FEDD50', '#ffebd9', '#D7B767', '#A89850', '#5922A1', '#272D01', '#E9B76E', '#ffbebe', '#AF8049', '#7F6533', '#371D6B'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10073, '#444748', '#182848', '#f0b370', '#172C48', '#121A48', '#3981E2', '#1C2436', '#16161F', '#c37641', '#15161F', '#15131F', '#3A4C9D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10074, '#837E7A', '#4548B9', '#ffe1bb', '#3960C8', '#3F5593', '#82272B', '#65595B', '#463975', '#f7b39e', '#373882', '#24335D', '#531724'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10075, '#692453', '#FFFAFB', '#ffebd9', '#A01B75', '#FFFAFB', '#BF344D', '#170B16', '#FDEDFC', '#ffbebe', '#552058', '#FDEDFC', '#70244D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10076, '#72706F', '#204CB9', '#ffe1bb', '#D34726', '#5E6DB9', '#F2EEEB', '#544D4E', '#313378', '#f7b39e', '#9F1C1B', '#394484', '#F1DAE2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10077, '#6D6166', '#67304A', '#ffebd9', '#A82A23', '#A82740', '#E9E1E4', '#4A374A', '#481D2E', '#ffbebe', '#711627', '#59193D', '#ECC7DB'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10078, '#B17043', '#EDEDED', '#ffebd9', '#B13D2D', '#B0B0B1', '#163A80', '#834330', '#E2ECEF', '#ffbebe', '#7D1F22', '#93959A', '#1F2344'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10079, '#51B994', '#7C364F', '#ffe1bb', '#EED65B', '#AA1F3A', '#521D4F', '#54779E', '#5B203E', '#f7b39e', '#CCA35D', '#5C153C', '#010101'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10080, '#D5E727', '#8C88A8', '#ffe7cb', '#648A21', '#7778EF', '#576946', '#D9C644', '#444B87', '#fabbad', '#1F593A', '#7566AC', '#254B3D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10081, '#388387', '#872C25', '#ffebd9', '#872116', '#871719', '#3A3A3A', '#22316E', '#53161C', '#ffbebe', '#500C15', '#420C20', '#25171B'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10082, '#501517', '#B1302F', '#ffe7cb', '#BB3047', '#BB536C', '#F3B1C0', '#21080D', '#6C1F39', '#fabbad', '#6C2149', '#964154', '#C07AAE'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10083, '#49CE7F', '#4F3236', '#f0b370', '#7D0E22', '#602B2C', '#8BBC96', '#549B98', '#361922', '#c37641', '#33071F', '#411B19', '#577B95'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10084, '#433B15', '#FFEB96', '#ffe7cb', '#D4C117', '#CAB557', '#8B6CB4', '#272D01', '#D8B274', '#fabbad', '#C39432', '#A27D3B', '#404992'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10085, '#501517', '#AD6261', '#ffebd9', '#D6C323', '#D45556', '#E5E5E5', '#21080D', '#864B4A', '#ffbebe', '#C5993E', '#AD4443', '#E7DBDF'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10086, '#C1D2EA', '#8DB6E7', '#ffebd9', '#7EB6D9', '#7CE1F1', '#933B37', '#80B1D3', '#5284B4', '#ffbebe', '#4978A5', '#489CB8', '#6D2C27'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10087, '#71976C', '#D6D6D6', '#ffe1bb', '#802B2B', '#EEF0EE', '#40583F', '#42797A', '#B8A7A6', '#f7b39e', '#5A1E1D', '#EAF1E3', '#183C41'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10088, '#71976C', '#D6D6D6', '#ffe7cb', '#802B2B', '#EEF0EE', '#40583F', '#42797A', '#B8A7A6', '#fabbad', '#5A1E1D', '#EAF1E3', '#183C41'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10089, '#71976C', '#ECECEC', '#ffebd9', '#8E0303', '#989898', '#5E7B5D', '#42797A', '#EEE1E7', '#ffbebe', '#47031B', '#807979', '#375A5D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10090, '#D5E727', '#8C88A8', '#f0b370', '#648A21', '#7778EF', '#576946', '#D9C644', '#444B87', '#c37641', '#1F593A', '#7566AC', '#254B3D'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10091, '#833FFD', '#BD9EF5', '#ffe1bb', '#BA5FED', '#E7E4EB', '#2F1C51', '#5F3FC7', '#7A84C8', '#f7b39e', '#7E5FAE', '#DACEEC', '#120D15'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10092, '#3B40E0', '#D2D7E0', '#ffe7cb', '#D4ADD0', '#D4D5D6', '#3369D6', '#3237A4', '#B4B9D8', '#fabbad', '#827AB1', '#B2B0C6', '#383E8F'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10093, '#EAF1D4', '#5D731D', '#ffe7cb', '#DEDC38', '#F9F784', '#4E5833', '#BBE7E6', '#183E20', '#fabbad', '#CFB152', '#D1BC62', '#133D26'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10094, '#60F6E9', '#ABCAC8', '#ffe1bb', '#C3DBE6', '#F6AAC3', '#FBADC0', '#7BB5D3', '#7381A0', '#f7b39e', '#A0AED7', '#B577D4', '#C27AD9'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10095, '#5B215D', '#413E43', '#ffebd9', '#D1E0D2', '#40433F', '#375D37', '#08050A', '#2C2135', '#ffbebe', '#8CAEA3', '#1B2D2C', '#1A3B3F'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10096, '#696C68', '#E4DEE6', '#ffe7cb', '#2D6D16', '#335726', '#DED7DE', '#58544A', '#DEC7E6', '#fabbad', '#123A37', '#123C1D', '#DBBFDD'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10097, '#DF2933', '#671321', '#ffe1bb', '#7C2117', '#463D3C', '#0D2F46', '#9C1E51', '#1C0612', '#f7b39e', '#460C12', '#2E1E20', '#121521'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10098, '#0E2C55', '#1A3AAF', '#ffebd9', '#B8BCC2', '#4559A1', '#8C2318', '#16192A', '#1B1C69', '#ffbebe', '#9094AB', '#33325D', '#550E17'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10099, '#5E3A59', '#D183D4', '#f0b370', '#A269AA', '#D3B3CE', '#D483D2', '#311342', '#7A50B2', '#c37641', '#573D88', '#9477A5', '#8050B2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10100, '#83C177', '#612045', '#f0b370', '#951A5F', '#937887', '#D483D2', '#49A4A0', '#0E070D', '#c37641', '#43163D', '#6C4A6F', '#8050B2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10101, '#284A78', '#7C4555', '#ffebd9', '#7C1923', '#A93722', '#83AFEA', '#383950', '#5A2C40', '#ffbebe', '#340C1E', '#751619', '#556FAC'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10102, '#143C51', '#AF2D1C', '#ffe1bb', '#883A35', '#51240D', '#2754C4', '#1C2131', '#78121C', '#f7b39e', '#622A25', '#2D1504', '#373981'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10103, '#806524', '#8941E9', '#ffe1bb', '#653C8D', '#BCB4C6', '#E4DA40', '#523517', '#623EB3', '#f7b39e', '#1C1F6A', '#7879A3', '#D1B05B'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10104, '#858082', '#248027', '#ffe7cb', '#4B803D', '#31AB76', '#6E1F37', '#675E66', '#1D464E', '#fabbad', '#1E625B', '#376F77', '#2F0F1F'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10105, '#3AD36D', '#BC85AE', '#ffe7cb', '#EDE43A', '#D35CB7', '#571E81', '#3C9D98', '#855399', '#fabbad', '#DEB957', '#7D4A80', '#2F164A'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10106, '#1BA677', '#CA7A65', '#ffebd9', '#84161F', '#842C15', '#E8E2DA', '#276171', '#A34949', '#ffbebe', '#3D0C21', '#500D0C', '#E9D4D0'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10107, '#5355F6', '#95884C', '#ffe7cb', '#BFA21E', '#F6DB5D', '#F6F5EA', '#5F4CB1', '#7E7F32', '#fabbad', '#AA7C35', '#D4A760', '#DCB6BB'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10108, '#483F58', '#702AE4', '#f0b370', '#723ECA', '#39165C', '#C385C2', '#182049', '#4A2DB0', '#c37641', '#503592', '#150A23', '#7853A1'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10109, '#7D7E7D', '#A2A2A1', '#ffe1bb', '#EBEAEC', '#ECEBEC', '#D8A1EC', '#61635E', '#898B84', '#f7b39e', '#BEC3D5', '#BEC1D5', '#6C89D4'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10110, '#536BAB', '#E5E26F', '#f0b370', '#456031', '#E6EE27', '#C991FA', '#2E4479', '#BDA750', '#c37641', '#174235', '#E0C345', '#8F65C8'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10111, '#AB776F', '#5E8191', '#ffe1bb', '#8B1E16', '#166991', '#FCEEED', '#8D516A', '#345175', '#f7b39e', '#480C1C', '#37466C', '#E1B1DF'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10112, '#396967', '#EAEDEC', '#ffe1bb', '#C5CBCA', '#DCDFDF', '#CB403B', '#222F50', '#BCD4BB', '#f7b39e', '#8892A1', '#BBCAD2', '#972A3A'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10113, '#956120', '#7A7A80', '#FFE1BB', '#84861C', '#173586', '#CFD1FD', '#663417', '#4A4763', '#F7B39E', '#27541D', '#202148', '#91B2EE'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10114, '#37BBBC', '#8C606A', '#FFEBD9', '#125E5E', '#0E4737', '#8C1B35', '#5C78A2', '#69395D', '#FFBEBE', '#18433D', '#072C12', '#381227'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10115, '#D9677C', '#D9D9D9', '#FFE1BB', '#FF5248', '#E9E9E9', '#7D762C', '#B35263', '#CABEB6', '#F7B39E', '#CB374A', '#D3BDCD', '#314620'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10116, '#CF924C', '#83A6E2', '#FFE7CB', '#425CE2', '#493AE2', '#E6F347', '#A05E3A', '#5769A4', '#FABBAD', '#49419D', '#3C32A6', '#E2CF64'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10117, '#69D7B9', '#D72F3C', '#FFE7CB', '#E9E9E9', '#D76189', '#D73C86', '#759CBE', '#902352', '#FABBAD', '#D3BDCD', '#B24E6E', '#853974'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10118, '#E6CBEE', '#F3F3F3', '#FFE7CB', '#FFE6F9', '#BC2F9D', '#D698C3', '#A0ACDF', '#D3BBD3', '#FABBAD', '#DCC2FB', '#693474', '#8169B4'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10119, '#DCDFDF', '#DCDFDF', '#F0B370', '#5870BC', '#DCDFDF', '#D34752', '#BBC9D2', '#BBC9D2', '#C37641', '#354787', '#BBC9D2', '#AC383F'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10120, '#4E2E3A', '#9F5E74', '#FFE1BB', '#C5CBCA', '#DCDFDF', '#DF8496', '#331123', '#7C3F61', '#F7B39E', '#8892A1', '#BBC9D2', '#B75C86'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10121, '#405842', '#583450', '#FFE7CB', '#7C9A1A', '#9DAE69', '#B784B0', '#1A3A45', '#3E133C', '#FABBAD', '#207126', '#71974A', '#7A5295'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10122, '#9B6EE5', '#623978', '#FFE1BB', '#F1A2F0', '#43336B', '#61D0FF', '#6548B3', '#221B55', '#F7B39E', '#6D6DD8', '#2B2840', '#538CCE'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10123, '#65655F', '#574B89', '#FFE1BB', '#A13640', '#392399', '#D7D4E2', '#563B3D', '#243566', '#F7B39E', '#7C282E', '#251A5D', '#C3BDE1'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10124, '#479B4D', '#265334', '#F0B370', '#165B1A', '#53C2C2', '#DCDFDF', '#316C65', '#12382E', '#C37641', '#0C2F15', '#6782A9', '#BBC9D2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10125, '#51C3C3', '#EAEDEC', '#DCDFDF', '#FA91BA', '#DCDFDF', '#127353', '#5C839C', '#BFD4BB', '#BBC9D2', '#B05CE1', '#BBC9D2', '#193A44'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10126, '#BC8279', '#2838BC', '#BC3E28', '#4F76BC', '#5A3A3A', '#DBCF23', '#9E5C78', '#2A2477', '#871B1F', '#2D4D88', '#401E23', '#CDA33E'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10127, '#FB365F', '#DCDFDF', '#801C24', '#6A1721', '#A2402D', '#DCDFDF', '#A73773', '#BBC9D2', '#380E20', '#210814', '#7B3121', '#BBC9D2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10128, '#B2E77A', '#D5D9CF', '#FFE1BB', '#F9D038', '#D5D9CF', '#53841F', '#68B673', '#A1AB96', '#F7B39E', '#E1A757', '#A2AB96', '#194D42'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10129, '#8E2944', '#24544E', '#24544E', '#CB403B', '#592928', '#CB403B', '#4C1932', '#32502F', '#24574A', '#962A3A', '#3B1A16', '#962A3A'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10130, '#307F96', '#409562', '#FFE7CB', '#423A34', '#E7CC65', '#A1333A', '#0F487A', '#2A5968', '#FABBAD', '#2F1B1D', '#BF9149', '#732334'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10131, '#CBA19D', '#6A1B23', '#192774', '#344FF6', '#474F81', '#CB403B', '#A16E83', '#200914', '#1D1B37', '#3D36B0', '#21435E', '#962A3A'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10132, '#F09734', '#D2726B', '#F0B370', '#DF7A72', '#DCDFDF', '#DCDFDF', '#C76C45', '#AA5C55', '#C37641', '#B7645C', '#BBC9D2', '#BBC9D2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10133, '#B3854F', '#203FB3', '#FFE1BB', '#B6BC22', '#902F33', '#3D53A4', '#855436', '#353274', '#F7B39E', '#AB9638', '#6B2123', '#302F5F'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10134, '#A798D5', '#1B5450', '#1B5450', '#7A58E0', '#608888', '#DCDFDF', '#736FA2', '#244D24', '#244D24', '#744D9C', '#43506F', '#BBC9D2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10135, '#F0EDE1', '#F0B370', '#F0B370', '#694283', '#662B8F', '#D87BE7', '#F1E0D5', '#C37641', '#C37641', '#252161', '#3C1F57', '#9951B7'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10136, '#FA4065', '#FF8CA3', '#FF8CA3', '#5877DE', '#53FFC3', '#FFFFFF', '#A53C75', '#D97487', '#D97487', '#4D4D9A', '#75BFD2', '#C0B3CF'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10137, '#83605F', '#CB403B', '#831F35', '#772E2B', '#4C1917', '#DCDFDF', '#623A4D', '#962A3A', '#301122', '#511F1D', '#2D0E0B', '#BBC9D2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10138, '#9BB8F0', '#613B73', '#F0B370', '#CA93F6', '#491573', '#F0D247', '#5D88C0', '#241C51', '#C37641', '#8F66C5', '#240F3C', '#DBAC63'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10139, '#72BE88', '#169039', '#169039', '#145E3E', '#619063', '#DCDFDF', '#4783A3', '#185D58', '#185D58', '#0B3329', '#396873', '#BBC9D2'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10140, '#E7E1D9', '#805A5A', '#BD3918', '#801019', '#822F30', '#E7C44A', '#E8D3CF', '#5E354B', '#871621', '#38091D', '#5C2120', '#C19359'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10141, '#5F4822', '#D2804A', '#FFEBD9', '#FFCB5A', '#FFCB5A', '#CB403B', '#494504', '#A3503A', '#FFBEBE', '#D68F55', '#D68F55', '#962A3A'); INSERT INTO mob_dress_color_set (id, color_r1, color_r2, color_g1, color_g2, color_b1, color_b2, toon_color_r1, toon_color_r2, toon_color_g1, toon_color_g2, toon_color_b1, toon_color_b2) VALUES (10142, '#9CFFC2', '#EFFFF6', '#EFFFF6', '#453D40', '#453D40', '#2C9156', '#6999D1', '#BFEACA', '#BFEACB', '#301F2E', '#301F2E', '#1F555E'); -- Table: mob_hair_color_set CREATE TABLE 'mob_hair_color_set' ('id' INTEGER NOT NULL, 'hair_color_r1' TEXT NOT NULL, 'hair_color_r2' TEXT NOT NULL, 'hair_color_g1' TEXT NOT NULL, 'hair_color_g2' TEXT NOT NULL, 'hair_color_b1' TEXT NOT NULL, 'hair_color_b2' TEXT NOT NULL, 'hair_toon_color_r1' TEXT NOT NULL, 'hair_toon_color_r2' TEXT NOT NULL, 'hair_toon_color_g1' TEXT NOT NULL, 'hair_toon_color_g2' TEXT NOT NULL, 'hair_toon_color_b1' TEXT NOT NULL, 'hair_toon_color_b2' TEXT NOT NULL, 'mayu_color_r1' TEXT NOT NULL, 'mayu_color_r2' TEXT NOT NULL, 'mayu_color_g1' TEXT NOT NULL, 'mayu_color_g2' TEXT NOT NULL, 'mayu_color_b1' TEXT NOT NULL, 'mayu_color_b2' TEXT NOT NULL, 'mayu_toon_color_r1' TEXT NOT NULL, 'mayu_toon_color_r2' TEXT NOT NULL, 'mayu_toon_color_g1' TEXT NOT NULL, 'mayu_toon_color_g2' TEXT NOT NULL, 'mayu_toon_color_b1' TEXT NOT NULL, 'mayu_toon_color_b2' TEXT NOT NULL, 'eye_color_r1' TEXT NOT NULL, 'eye_color_r2' TEXT NOT NULL, 'eye_color_g1' TEXT NOT NULL, 'eye_color_g2' TEXT NOT NULL, 'eye_color_b1' TEXT NOT NULL, 'eye_color_b2' TEXT NOT NULL, 'tail_color_r1' TEXT NOT NULL, 'tail_color_r2' TEXT NOT NULL, 'tail_color_g1' TEXT NOT NULL, 'tail_color_g2' TEXT NOT NULL, 'tail_color_b1' TEXT NOT NULL, 'tail_color_b2' TEXT NOT NULL, 'tail_toon_color_r1' TEXT NOT NULL, 'tail_toon_color_r2' TEXT NOT NULL, 'tail_toon_color_g1' TEXT NOT NULL, 'tail_toon_color_g2' TEXT NOT NULL, 'tail_toon_color_b1' TEXT NOT NULL, 'tail_toon_color_b2' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (0, '#CFCFD6', '#E6EFF1', '#B4ADB2', '#808080', '#A5A6CA', '#B4ADB2', '#B5A1C8', '#BFBFD1', '#A49B9E', '#808080', '#7E77BC', '#A49B9E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#4A3939', '#8A7B8C', '#605855', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#4A3939', '#8A7B8C', '#605855', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#8F8ABA', '#FFFFFF', '#928B91', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#7C76A6', '#FFFFFF', '#807184'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (1, '#C39FAC', '#ECDC89', '#FACF7E', '#808080', '#494DD4', '#FACF7E', '#CAA3B0', '#E59F66', '#D7986B', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#4A3018', '#C3805B', '#C16C57', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#4A3018', '#C3805B', '#C06C56', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#ECCECE', '#FFFFFF', '#FFFFFF', '#8F6BA8', '#FFFFFF', '#F6CB7C', '#ECCECE', '#FFFFFF', '#FFFFFF', '#8F70A6', '#FFFFFF', '#C58E76'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (2, '#D2ABD9', '#BC1623', '#C0615D', '#808080', '#353537', '#C0615D', '#D2ABD9', '#78151D', '#964C48', '#808080', '#130C0D', '#954B47', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#29120C', '#853A40', '#863826', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#29120C', '#853A40', '#863826', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#EEDDE3', '#FFFFFF', '#FFFFFF', '#6B386F', '#FFFFFF', '#BC5E5B', '#EFDEE3', '#FFFFFF', '#FFFFFF', '#652C57', '#FFFFFF', '#7F373E'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (3, '#E296C9', '#D6BE2F', '#9C505D', '#808080', '#3EA4B0', '#9C505D', '#B96FAF', '#784420', '#7B3D46', '#808080', '#1C5378', '#7B3D46', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#441D23', '#6B2D3C', '#8B3842', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#441D23', '#6B2D3C', '#8B3842', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E7ABDB', '#FFFFFF', '#FFFFFF', '#553659', '#FFFFFF', '#974E5A', '#E7ACDB', '#FFFFFF', '#FFFFFF', '#782F6B', '#FFFFFF', '#76353D'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (4, '#9C68CF', '#D16852', '#524142', '#808080', '#8C183A', '#524142', '#9C68CF', '#98364E', '#352525', '#808080', '#461554', '#352524', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#341513', '#2E1B1B', '#73343A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#341513', '#2E1B1B', '#73333A', '#352723', '#A98E87', '#C7A79E', '#402A29', '#523C39', '#AD8F88', '#D3CCE2', '#FFFFFF', '#FFFFFF', '#362B46', '#FFFFFF', '#433437', '#857C9A', '#FFFFFF', '#FFFFFF', '#3D2E52', '#FFFFFF', '#392421'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (5, '#50505B', '#E6EFF1', '#4B3D47', '#4B3D47', '#A5A6CA', '#4B3D47', '#2E2D30', '#BFBFD1', '#4B4144', '#4B4144', '#7E77BC', '#4B4144', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332C2E', '#4B4144', '#806E74', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332C2E', '#4B4144', '#806E74', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#39304B', '#FFFFFF', '#4B3D47', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#39304B', '#FFFFFF', '#4B4144'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (6, '#FFFFFF', '#E6EFF1', '#E2CADB', '#4B3D47', '#A5A6CA', '#E2CADB', '#C0C0C0', '#BFBFD1', '#E0B9C4', '#4B4144', '#7E77BC', '#E0B9C4', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332A2D', '#E0B9C4', '#B2939C', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332A2D', '#E0B9C4', '#B2939C', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#A98FE0', '#FFFFFF', '#E2CADB', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#A98FE0', '#FFFFFF', '#E0B9C4'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (7, '#CFCFD4', '#E6EFF1', '#EDEDED', '#808080', '#A5A6CA', '#EEEEEE', '#D0C9D6', '#BFBFD1', '#DBD8D9', '#808080', '#7E77BC', '#DBD8D9', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333233', '#DBD8D9', '#B2B0B1', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333233', '#DBD8D9', '#B2B0B1', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#A58CDB', '#FFFFFF', '#EEEEEE', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#A58CDB', '#FFFFFF', '#DBD8D9'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (8, '#D1D1D1', '#E6EFF1', '#897D86', '#808080', '#A5A6CA', '#897D86', '#B5A1C8', '#BFBFD1', '#98878D', '#808080', '#7E77BC', '#98878D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332D2F', '#98878D', '#98878D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332D2F', '#98878D', '#98878D', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#726198', '#FFFFFF', '#897D86', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#726198', '#FFFFFF', '#98878D'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (9, '#CFCFD6', '#E6EFF1', '#848484', '#808080', '#A5A6CA', '#848484', '#B5A1C8', '#BFBFD1', '#848484', '#808080', '#7E77BC', '#848484', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333333', '#848484', '#848484', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333333', '#848484', '#848484', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#645484', '#FFFFFF', '#848484', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#645484', '#FFFFFF', '#848484'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10, '#C39FAC', '#ECDC89', '#FFC14C', '#808080', '#494DD4', '#FFC14C', '#CAA3B0', '#E59F66', '#F1914C', '#808080', '#251980', '#F1914C', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331F10', '#F1914C', '#B26B38', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331F10', '#F1914C', '#B26B38', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#B69AF1', '#FFFFFF', '#FFC14C', '#E6DECF', '#FFFFFF', '#FFFFFF', '#B69AF1', '#FFFFFF', '#F1914C'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (11, '#C39FAC', '#ECDC89', '#FAE2B5', '#808080', '#494DD4', '#FAE2B5', '#CAA3B0', '#E59F66', '#DDB89E', '#808080', '#251980', '#DDB89E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332A24', '#DDB89E', '#B29580', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332A24', '#DDB89E', '#B29580', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A78DDD', '#FFFFFF', '#FAE2B5', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A78DDD', '#FFFFFF', '#DDB89E'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (12, '#C39FAC', '#ECDC89', '#D6910F', '#808080', '#494DD4', '#D6910F', '#CAA3B0', '#E59F66', '#DD6E1E', '#808080', '#251980', '#DD6E1E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331907', '#DD6E1E', '#B25918', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331907', '#DD6E1E', '#B25918', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A78DDD', '#FFFFFF', '#D6910F', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A78DDD', '#FFFFFF', '#DD6E1E'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (13, '#C39FAC', '#ECDC89', '#FDB52E', '#808080', '#494DD4', '#FDB52E', '#CAA3B0', '#E59F66', '#F87920', '#808080', '#251980', '#F87920', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331907', '#F87920', '#B25717', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331907', '#F87920', '#B25717', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#BB9FF8', '#FFFFFF', '#FDB52E', '#E6DECF', '#FFFFFF', '#FFFFFF', '#BB9FF8', '#FFFFFF', '#F87920'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (14, '#C39FAC', '#ECDC89', '#E0B86D', '#808080', '#494DD4', '#E0B86D', '#CAA3B0', '#E59F66', '#CC9065', '#808080', '#251980', '#CC9065', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#CC9065', '#B27E58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#CC9065', '#B27E58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#9A83CC', '#FFFFFF', '#E0B86D', '#E6DECF', '#FFFFFF', '#FFFFFF', '#9A83CC', '#FFFFFF', '#CC9065'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (15, '#D2ABD9', '#BC1623', '#EC8682', '#808080', '#353537', '#EC8682', '#D2ABD9', '#78151D', '#BE635E', '#808080', '#130C0D', '#BE635E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331B19', '#BE635E', '#B25D58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331B19', '#BE635E', '#B25D58', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#8F7ABE', '#FFFFFF', '#EC8682', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#8F7ABE', '#FFFFFF', '#BE635E'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (16, '#D2ABD9', '#BC1623', '#7B413F', '#808080', '#353537', '#7B413F', '#D2ABD9', '#78151D', '#522C2A', '#808080', '#130C0D', '#522C2A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331B1A', '#522C2A', '#804441', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331B1A', '#522C2A', '#804441', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#3E3452', '#FFFFFF', '#7B413F', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#3E3452', '#FFFFFF', '#522C2A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (17, '#D2ABD9', '#BC1623', '#D95E59', '#808080', '#353537', '#D95E59', '#D2ABD9', '#78151D', '#B0443E', '#808080', '#130C0D', '#B0443E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331412', '#B0443E', '#B0443E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331412', '#B0443E', '#B0443E', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#8571B0', '#FFFFFF', '#D95E59', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#8571B0', '#FFFFFF', '#B0443E'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (18, '#D2ABD9', '#BC1623', '#AB1F19', '#808080', '#353537', '#AB1F19', '#D2ABD9', '#78151D', '#800E08', '#808080', '#130C0D', '#800E08', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330603', '#800E08', '#800E08', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330603', '#800E08', '#800E08', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#615280', '#FFFFFF', '#AB1F19', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#615280', '#FFFFFF', '#800E08'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (19, '#D2ABD9', '#BC1623', '#ECADAA', '#808080', '#353537', '#EC908C', '#D96D70', '#78151D', '#C89E9B', '#808080', '#130C0D', '#C86A63', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331B19', '#C86A63', '#B25F59', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331B19', '#C86A63', '#B25F59', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#9780C8', '#FFFFFF', '#EC908C', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#9780C8', '#FFFFFF', '#C86A63'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (20, '#E296C9', '#D6BE2F', '#F1899B', '#808080', '#3EA4B0', '#F1899B', '#B96FAF', '#784420', '#B75765', '#808080', '#1C5378', '#B75765', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33181C', '#B75765', '#B25563', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33181C', '#B75765', '#B25563', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFD3', '#FFFFFF', '#FFFFFF', '#8A75B7', '#FFFFFF', '#F1899B', '#E6CFD3', '#FFFFFF', '#FFFFFF', '#8A75B7', '#FFFFFF', '#B75765'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (21, '#E296C9', '#D6BE2F', '#6A2630', '#808080', '#3EA4B0', '#6A2630', '#B96FAF', '#784420', '#4B292F', '#808080', '#1C5378', '#4B292F', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331C20', '#4B292F', '#804650', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331C20', '#4B292F', '#804650', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#39304B', '#FFFFFF', '#6A2630', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#39304B', '#FFFFFF', '#4B292F'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (22, '#E296C9', '#D6BE2F', '#901124', '#808080', '#3EA4B0', '#732B38', '#B96FAF', '#784420', '#A61831', '#808080', '#1C5378', '#731A27', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330B11', '#731A27', '#801C2B', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330B11', '#731A27', '#801C2B', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFD3', '#FFFFFF', '#FFFFFF', '#574A73', '#FFFFFF', '#732B38', '#E6CFD3', '#FFFFFF', '#FFFFFF', '#574A73', '#FFFFFF', '#731A27'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (23, '#E296C9', '#D6BE2F', '#E7A4B0', '#808080', '#3EA4B0', '#9C505D', '#B96FAF', '#784420', '#D4B7BB', '#808080', '#1C5378', '#7B3D46', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33191D', '#7B3D46', '#803F49', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33191D', '#7B3D46', '#803F49', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#5D4F7B', '#FFFFFF', '#9C505D', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#5D4F7B', '#FFFFFF', '#7B3D46'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (24, '#060407', '#D16852', '#897576', '#808080', '#8C183A', '#524142', '#110C16', '#98364E', '#806767', '#808080', '#461554', '#352524', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332423', '#352524', '#805957', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332423', '#352524', '#805957', '#352723', '#A98E87', '#C7A79E', '#402A29', '#523C39', '#AD8F88', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#524142', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#352524'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (25, '#C39FAC', '#ECDC89', '#F1E9DB', '#808080', '#494DD4', '#FACF7E', '#CAA3B0', '#E59F66', '#F1E1D6', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#FACF7E', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#D6986A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10001, '#7E3F2B', '#F7A055', '#F7E0D3', '#83716B', '#40342D', '#DD5228', '#582C1D', '#C96B4B', '#F8CACD', '#654D55', '#271714', '#A8262D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330C0E', '#A8262D', '#A8262D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330C0E', '#A8262D', '#A8262D', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6D4CF', '#FFFFFF', '#FFFFFF', '#7F6CA8', '#FFFFFF', '#DD5228', '#E6D4CF', '#FFFFFF', '#FFFFFF', '#7F6CA8', '#FFFFFF', '#A8262D'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10002, '#C39FAC', '#ECDC89', '#FAEDD5', '#808080', '#494DD4', '#FAEBCE', '#CAA3B0', '#E59F66', '#D7986B', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#FAEBCE', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#D6986A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10003, '#B0828A', '#461F2E', '#B3244F', '#831B1A', '#B98D92', '#B94C68', '#8E547B', '#2B071B', '#5F1F47', '#3E0D1E', '#975D82', '#943B50', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33141B', '#943B50', '#943B50', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33141B', '#943B50', '#943B50', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFD4', '#FFFFFF', '#FFFFFF', '#705F94', '#FFFFFF', '#B94C68', '#E6CFD4', '#FFFFFF', '#FFFFFF', '#705F94', '#FFFFFF', '#943B50'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10004, '#36717A', '#DA815F', '#7A1717', '#6C1900', '#7A3131', '#7A1717', '#202761', '#AE5940', '#350B19', '#5C4A50', '#552221', '#350B19', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330A18', '#350B19', '#801A3D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330A18', '#350B19', '#801A3D', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#7A1717', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#350B19'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10005, '#D94D6B', '#BC9AA3', '#AB5653', '#801648', '#371C1A', '#844240', '#9B3D63', '#9B7983', '#663331', '#2E0F27', '#1E090B', '#5E2F2D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#5E2F2D', '#80403C', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#5E2F2D', '#80403C', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#473C5E', '#FFFFFF', '#844240', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#473C5E', '#FFFFFF', '#5E2F2D'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10008, '#BAD9D2', '#2292BC', '#C08E79', '#801F20', '#1B372B', '#773E3A', '#7A93A7', '#2F5493', '#A25E71', '#390F1E', '#23341F', '#522A27', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#522A27', '#80423C', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#522A27', '#80423C', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#3E3452', '#FFFFFF', '#773E3A', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#3E3452', '#FFFFFF', '#522A27'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10009, '#58281B', '#D18540', '#585756', '#583C0D', '#580F11', '#743423', '#3F0A08', '#A35438', '#4A3644', '#2A1606', '#110308', '#4D2317', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33170F', '#4D2317', '#803A25', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33170F', '#4D2317', '#803A25', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D3CF', '#FFFFFF', '#FFFFFF', '#3B324D', '#FFFFFF', '#743423', '#E6D3CF', '#FFFFFF', '#FFFFFF', '#3B324D', '#FFFFFF', '#4D2317'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10010, '#F5836B', '#4B2321', '#E6DCDB', '#B4A9A9', '#5D5758', '#5D0F29', '#C95E4D', '#310D11', '#B0A5A7', '#9D8D8D', '#4C394F', '#0A0307', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330F24', '#0A0307', '#802659', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330F24', '#0A0307', '#802659', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFD6', '#FFFFFF', '#FFFFFF', '#08060A', '#FFFFFF', '#5D0F29', '#E6CFD6', '#FFFFFF', '#FFFFFF', '#08060A', '#FFFFFF', '#0A0307'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10011, '#956360', '#67F154', '#B1B4B1', '#52802A', '#B449CA', '#B1B4B1', '#633A98', '#55BFC0', '#9BA299', '#1A4C4A', '#694993', '#9BA299', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#313330', '#9BA299', '#9BA299', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#313330', '#9BA299', '#9BA299', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#D2E6CF', '#FFFFFF', '#FFFFFF', '#7A68A2', '#FFFFFF', '#B1B4B1', '#D2E6CF', '#FFFFFF', '#FFFFFF', '#7A68A2', '#FFFFFF', '#9BA299'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10012, '#D9D9D8', '#BCA16F', '#C05D3C', '#804E19', '#37331A', '#C05D3C', '#C6BEA6', '#9F644E', '#934234', '#522510', '#042105', '#934234', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331712', '#934234', '#934234', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331712', '#934234', '#934234', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D4CF', '#FFFFFF', '#FFFFFF', '#6F5E93', '#FFFFFF', '#C05D3C', '#E6D4CF', '#FFFFFF', '#FFFFFF', '#6F5E93', '#FFFFFF', '#934234'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10014, '#FFA2D4', '#F141BF', '#B476AA', '#80214D', '#CA30BD', '#B49FB2', '#C67EA5', '#9F4FA9', '#764792', '#2D1227', '#6F388F', '#7A6688', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#2E2633', '#7A6688', '#7A6688', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#2E2633', '#7A6688', '#7A6688', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFE3', '#FFFFFF', '#FFFFFF', '#675788', '#FFFFFF', '#B49FB2', '#E6CFE3', '#FFFFFF', '#FFFFFF', '#675788', '#FFFFFF', '#7A6688'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10015, '#9C68CF', '#D16852', '#F3E3E3', '#808080', '#8C183A', '#524142', '#9C68CF', '#98364E', '#9D9595', '#808080', '#461554', '#352524', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332423', '#352524', '#805957', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332423', '#352524', '#805957', '#352723', '#A98E87', '#C7A79E', '#402A29', '#523C39', '#AD8F88', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#524142', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#352524'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10016, '#595358', '#DBCFDD', '#FFFFFF', '#99E999', '#395437', '#924974', '#353349', '#B4A2C2', '#FFFFFF', '#67B9C6', '#133A3D', '#703859', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A29', '#703859', '#804065', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A29', '#703859', '#804065', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFDC', '#FFFFFF', '#FFFFFF', '#554870', '#FFFFFF', '#924974', '#E6CFDC', '#FFFFFF', '#FFFFFF', '#554870', '#FFFFFF', '#703859'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10017, '#FFF0EE', '#887F81', '#403C3C', '#61131D', '#612922', '#612940', '#FEDBEF', '#6B5D67', '#2B1E25', '#18050E', '#421B13', '#421827', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33121E', '#421827', '#802E4A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33121E', '#421827', '#802E4A', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFD8', '#FFFFFF', '#FFFFFF', '#322A42', '#FFFFFF', '#612940', '#E6CFD8', '#FFFFFF', '#FFFFFF', '#322A42', '#FFFFFF', '#421827'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10018, '#A81E1D', '#605C5D', '#C9A9A1', '#7D2434', '#A8473C', '#A86022', '#67122E', '#4C3C52', '#AB7A8A', '#401424', '#81372D', '#7A341A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33160B', '#7A341A', '#80361C', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33160B', '#7A341A', '#80361C', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D9CF', '#FFFFFF', '#FFFFFF', '#5C4E7A', '#FFFFFF', '#A86022', '#E6D9CF', '#FFFFFF', '#FFFFFF', '#5C4E7A', '#FFFFFF', '#7A341A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10019, '#E1C2FF', '#D16852', '#DDDDDD', '#808080', '#8C183A', '#524142', '#796889', '#98364E', '#A9A9A9', '#808080', '#461554', '#352524', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332423', '#352524', '#805957', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332423', '#352524', '#805957', '#352723', '#A98E87', '#C7A79E', '#402A29', '#523C39', '#AD8F88', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#524142', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#352524'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10020, '#C0434A', '#C67258', '#7B7B7B', '#FDFDFD', '#1B8174', '#ABABAB', '#9A3338', '#A0443F', '#4A0E22', '#F0FBF0', '#284357', '#5D4E54', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332B2E', '#5D4E54', '#806B73', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332B2E', '#5D4E54', '#806B73', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#463C5D', '#FFFFFF', '#ABABAB', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#463C5D', '#FFFFFF', '#5D4E54'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10021, '#C39FAC', '#ECDC89', '#F6F3EC', '#808080', '#494DD4', '#FACF7E', '#CAA3B0', '#E59F66', '#DED6D0', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#FACF7E', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#D6986A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10022, '#CFCFD6', '#E6EFF1', '#B4ADB2', '#808080', '#A5A6CA', '#7D7D7D', '#B5A1C8', '#BFBFD1', '#A4A4A4', '#808080', '#7E77BC', '#A49B9E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333031', '#A49B9E', '#A49B9E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333031', '#A49B9E', '#A49B9E', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#7C69A4', '#FFFFFF', '#7D7D7D', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#7C69A4', '#FFFFFF', '#A49B9E'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10023, '#C39FAC', '#ECDC89', '#F8F7F5', '#808080', '#494DD4', '#FFE7BA', '#CAA3B0', '#E59F66', '#F4E2D5', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#FFE7BA', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#D6986A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10024, '#3F7987', '#872539', '#764341', '#0E4536', '#23DFD0', '#874D4A', '#1D486B', '#46162A', '#A48CA2', '#082A12', '#5689BB', '#613734', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331D1B', '#613734', '#804845', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331D1B', '#613734', '#804845', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#493E61', '#FFFFFF', '#874D4A', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#493E61', '#FFFFFF', '#613734'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10025, '#FFB7AE', '#E6EFF1', '#B4ADB2', '#808080', '#A5A6CA', '#B4ADB2', '#CD938C', '#BFBFD1', '#A49B9E', '#808080', '#7E77BC', '#A49B9E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333031', '#A49B9E', '#A49B9E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333031', '#A49B9E', '#A49B9E', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#7C69A4', '#FFFFFF', '#B4ADB2', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#7C69A4', '#FFFFFF', '#A49B9E'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10026, '#C83868', '#493139', '#9B0059', '#00654D', '#1D4946', '#82002B', '#732E5C', '#2D1220', '#541054', '#05382A', '#274526', '#2F0721', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330723', '#2F0721', '#801358', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330723', '#2F0721', '#801358', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFD6', '#FFFFFF', '#FFFFFF', '#241E2F', '#FFFFFF', '#82002B', '#E6CFD6', '#FFFFFF', '#FFFFFF', '#241E2F', '#FFFFFF', '#2F0721'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10027, '#A95652', '#A95652', '#A95652', '#26D2E9', '#984720', '#A95652', '#522423', '#656565', '#6B2C1C', '#5884C9', '#6B2C1C', '#81423D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#81423D', '#81423D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#81423D', '#81423D', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#625381', '#FFFFFF', '#A95652', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#625381', '#FFFFFF', '#81423D '); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10028, '#E29A8F', '#D64E49', '#9C1D30', '#804B4A', '#B01C5D', '#865417', '#B76483', '#AF403A', '#511232', '#5F313A', '#5F1F4E', '#52120D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330B08', '#52120D', '#801C15', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330B08', '#52120D', '#801C15', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6DBCF', '#FFFFFF', '#FFFFFF', '#3E3452', '#FFFFFF', '#865417', '#E6DBCF', '#FFFFFF', '#FFFFFF', '#3E3452', '#FFFFFF', '#52120D'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10029, '#C39FAC', '#ECDC89', '#F8F6F1', '#808080', '#494DD4', '#FACF7E', '#CAA3B0', '#E59F66', '#D7C2B3', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#FACF7E', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#D6986A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10030, '#585958', '#DDD9DA', '#5E2B3A', '#4F5050', '#DD5F9D', '#590019', '#364C35', '#E0C0CE', '#3F1921', '#394430', '#A14A83', '#060104', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330721', '#060104', '#801253', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330721', '#060104', '#801253', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFD5', '#FFFFFF', '#FFFFFF', '#050406', '#FFFFFF', '#590019', '#E6CFD5', '#FFFFFF', '#FFFFFF', '#050406', '#FFFFFF', '#060104'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10032, '#6F1315', '#6F373C', '#E2D9D9', '#6F3038', '#C02048', '#C07D7A', '#290814', '#502324', '#E3C2CD', '#501E21', '#6C204B', '#9B5868', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331D22', '#9B5868', '#9B5868', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331D22', '#9B5868', '#9B5868', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#75639B', '#FFFFFF', '#C07D7A', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#75639B', '#FFFFFF', '#9B5868'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10033, '#DB648E', '#DE45A3', '#DEAED0', '#4C2832', '#531338', '#54002B', '#B65173', '#8C4186', '#8E7BBC', '#310C1D', '#020202', '#0C020B', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330A2F', '#0C020B', '#801976', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330A2F', '#0C020B', '#801976', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFDA', '#FFFFFF', '#FFFFFF', '#09080C', '#FFFFFF', '#54002B', '#E6CFDA', '#FFFFFF', '#FFFFFF', '#09080C', '#FFFFFF', '#0C020B'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10034, '#C39FAC', '#ECDC89', '#FDFBF8', '#808080', '#494DD4', '#FACF7E', '#CAA3B0', '#E59F66', '#F9E9E6', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#FACF7E', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#D6986A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10035, '#7A7A7A', '#F8D1BC', '#FFE8EA', '#7A2C14', '#C16C87', '#623230', '#5D4E53', '#F7AFB0', '#CBBDBE', '#470F0B', '#A14977', '#43211C', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331915', '#43211C', '#803F35', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331915', '#43211C', '#803F35', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#332B43', '#FFFFFF', '#623230', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#332B43', '#FFFFFF', '#43211C'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10036, '#C0492C', '#4C271E', '#FBFAFB', '#59514F', '#547AAE', '#C0865D', '#8D231F', '#320C0B', '#BDB7BA', '#4B3248', '#19668D', '#A1443D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331613', '#A1443D', '#A1443D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331613', '#A1443D', '#A1443D', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D8CF', '#FFFFFF', '#FFFFFF', '#7A67A1', '#FFFFFF', '#C0865D', '#E6D8CF', '#FFFFFF', '#FFFFFF', '#7A67A1', '#FFFFFF', '#A1443D'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10038, '#865E2B', '#D8B6A3', '#C78E21', '#5A5857', '#533020', '#7B2400', '#58321C', '#BC7E89', '#A36433', '#4D394A', '#3A120C', '#460404', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330303', '#460404', '#800707', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330303', '#460404', '#800707', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D5CF', '#FFFFFF', '#FFFFFF', '#352D46', '#FFFFFF', '#7B2400', '#E6D5CF', '#FFFFFF', '#FFFFFF', '#352D46', '#FFFFFF', '#460404'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10039, '#A39185', '#A35119', '#F3EBE7', '#825231', '#822B20', '#4F4340', '#8B7671', '#742813', '#B6B2B1', '#5F2923', '#4E1216', '#362223', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332021', '#362223', '#804F53', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332021', '#362223', '#804F53', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6D2CF', '#FFFFFF', '#FFFFFF', '#292336', '#FFFFFF', '#4F4340', '#E6D2CF', '#FFFFFF', '#FFFFFF', '#292336', '#FFFFFF', '#362223'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10052, '#C39FAC', '#ECDC89', '#FAF6F0', '#808080', '#494DD4', '#FACF7E', '#CAA3B0', '#E59F66', '#D7BEAD', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#FACF7E', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#D6986A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10053, '#E296C9', '#D6BE2F', '#9C6770', '#808080', '#3EA4B0', '#9C6770', '#B96FAF', '#784420', '#80555C', '#808080', '#1C5378', '#80555C', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332225', '#80555C', '#80555C', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332225', '#80555C', '#80555C', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#615280', '#FFFFFF', '#9C6770', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#615280', '#FFFFFF', '#80555C'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10054, '#F18A66', '#8E8384', '#8E3F3C', '#8E181C', '#F1732F', '#8E3F3C', '#C56045', '#70616C', '#682E2B', '#490E24', '#C3412B', '#682E2B', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331715', '#682E2B', '#803934', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331715', '#682E2B', '#803934', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#4F4368', '#FFFFFF', '#8E3F3C', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#4F4368', '#FFFFFF', '#682E2B'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10058, '#D2ABD9', '#BC1623', '#B27088', '#808080', '#353537', '#B27088', '#D2ABD9', '#78151D', '#B27088', '#808080', '#130C0D', '#B27088', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332027', '#B27088', '#B27088', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332027', '#B27088', '#B27088', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFD7', '#FFFFFF', '#FFFFFF', '#8672B2', '#FFFFFF', '#B27088', '#E6CFD7', '#FFFFFF', '#FFFFFF', '#8672B2', '#FFFFFF', '#B27088'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10059, '#C39FAC', '#ECDC89', '#FAF3E7', '#808080', '#494DD4', '#FACF7E', '#CAA3B0', '#E59F66', '#D7B7A0', '#808080', '#251980', '#D6986A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332419', '#D6986A', '#B27F58', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#FACF7E', '#E6DECF', '#FFFFFF', '#FFFFFF', '#A289D6', '#FFFFFF', '#D6986A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10062, '#CF593F', '#CFCFCF', '#F3EEEE', '#542732', '#540D0D', '#766465', '#A04531', '#B2A0A4', '#C8ABBA', '#35151B', '#0E0709', '#543F4A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33262D', '#543F4A', '#806070', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33262D', '#543F4A', '#806070', '#352723', '#A98E87', '#C7A79E', '#402A29', '#523C39', '#AD8F88', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#3F3654', '#FFFFFF', '#766465', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#3F3654', '#FFFFFF', '#543F4A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10066, '#CF2D5D', '#4C253A', '#DACED2', '#501131', '#948E90', '#AE546F', '#742658', '#310A26', '#D2B8BF', '#000000', '#7F797B', '#BB5873', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33181F', '#BB5873', '#B2546E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33181F', '#BB5873', '#B2546E', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFD5', '#FFFFFF', '#FFFFFF', '#8D78BB', '#FFFFFF', '#AE546F', '#E6CFD5', '#FFFFFF', '#FFFFFF', '#8D78BB', '#FFFFFF', '#BB5873'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10067, '#E296C9', '#D6BE2F', '#9C505D', '#808080', '#3EA4B0', '#6D3D39', '#B96FAF', '#784420', '#7B3D46', '#808080', '#1C5378', '#643239', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33191D', '#643239', '#803F49', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33191D', '#643239', '#803F49', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#4B4064', '#FFFFFF', '#6D3D39', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#4B4064', '#FFFFFF', '#643239'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10068, '#D2ABD9', '#BC1623', '#C04843', '#808080', '#353537', '#C04843', '#D2ABD9', '#78151D', '#9B3A36', '#808080', '#130C0D', '#9B3A36', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331312', '#9B3A36', '#9B3A36', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331312', '#9B3A36', '#9B3A36', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#75639B', '#FFFFFF', '#C04843', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#75639B', '#FFFFFF', '#9B3A36'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10069, '#9C68CF', '#D16852', '#F4EAEA', '#808080', '#8C183A', '#524142', '#9C68CF', '#98364E', '#A99898', '#808080', '#461554', '#352524', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332423', '#352524', '#805957', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332423', '#352524', '#805957', '#352723', '#A98E87', '#C7A79E', '#402A29', '#523C39', '#AD8F88', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#524142', '#E6CFD0', '#FFFFFF', '#FFFFFF', '#282235', '#FFFFFF', '#352524'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10070, '#E24E8E', '#E2BED0', '#E27484', '#5D1A24', '#615256', '#E27484', '#8F447D', '#AF83AF', '#BB5E6A', '#210A12', '#4A2642', '#BC5E6A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A1D', '#BC5E6A', '#B25965', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A1D', '#BC5E6A', '#B25965', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#8E78BC', '#FFFFFF', '#E27484', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#8E78BC', '#FFFFFF', '#BC5E6A'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10071, '#3B3BBF', '#E6EFF1', '#B4ADB2', '#808080', '#A5A6CA', '#A49EA2', '#3B3BBF', '#BFBFD1', '#A49B9E', '#808080', '#7E77BC', '#898488', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333132', '#898488', '#898488', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#333132', '#898488', '#898488', '#40363C', '#C2A8BF', '#D8D0D8', '#464042', '#554C4F', '#BDB3B7', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#685889', '#FFFFFF', '#A49EA2', '#E6CFDF', '#FFFFFF', '#FFFFFF', '#685889', '#FFFFFF', '#898488'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10074, '#CC4374', '#ECDC89', '#FBFBF8', '#808080', '#494DD4', '#FAD870', '#F7518C', '#E59F66', '#E8DAC9', '#808080', '#251980', '#E8AF68', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332617', '#E8AF68', '#B28750', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332617', '#E8AF68', '#B28750', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6E0CF', '#FFFFFF', '#FFFFFF', '#AF94E8', '#FFFFFF', '#FAD870', '#E6E0CF', '#FFFFFF', '#FFFFFF', '#AF94E8', '#FFFFFF', '#E8AF68'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10076, '#C0254B', '#927170', '#C0413B', '#683820', '#FEFEFE', '#C0413B', '#6B214D', '#71485B', '#8D2A35', '#442511', '#CCB4D0', '#8D2A36', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330F13', '#8D2A36', '#8D2A36', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#330F13', '#8D2A36', '#8D2A36', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#6A5A8D', '#FFFFFF', '#C0413B', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#6A5A8D', '#FFFFFF', '#8D2A36'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10077, '#49252D', '#E877AD', '#9C5450', '#807B7B', '#9C2718', '#9C5450', '#2E0B19', '#C84FA5', '#753F3B', '#62595E', '#650E18', '#753F3B', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331B1A', '#753F3B', '#804440', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331B1A', '#753F3B', '#804440', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#594B75', '#FFFFFF', '#9C5450', '#E6D0CF', '#FFFFFF', '#FFFFFF', '#594B75', '#FFFFFF', '#753F3B'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10081, '#4D252A', '#85414B', '#F4DDE3', '#F18B75', '#B5284D', '#C05D77', '#34111A', '#622E34', '#B69BA2', '#C56454', '#602047', '#9B495D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33181F', '#9B495D', '#9B495D', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33181F', '#9B495D', '#9B495D', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFD5', '#FFFFFF', '#FFFFFF', '#75639B', '#FFFFFF', '#C05D77', '#E6CFD5', '#FFFFFF', '#FFFFFF', '#75639B', '#FFFFFF', '#9B495D'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10082, '#D9AFA1', '#75271A', '#D96B59', '#4D3A3A', '#A87D80', '#D96B59', '#BC7B8D', '#410E0F', '#B15747', '#331E21', '#855170', '#B05747', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331914', '#B05747', '#B05747', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331914', '#B05747', '#B05747', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6D2CF', '#FFFFFF', '#FFFFFF', '#8571B0', '#FFFFFF', '#D96B59', '#E6D2CF', '#FFFFFF', '#FFFFFF', '#8571B0', '#FFFFFF', '#B05747'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10085, '#9C909A', '#4A233B', '#9C5080', '#4A3F46', '#629C75', '#9C5080', '#856E80', '#2F0928', '#7B3172', '#2F1A32', '#3C6581', '#7B3171', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33142F', '#7B3171', '#803375', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#33142F', '#7B3171', '#803375', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFDD', '#FFFFFF', '#FFFFFF', '#5D4F7B', '#FFFFFF', '#9C5080', '#E6CFDD', '#FFFFFF', '#FFFFFF', '#5D4F7B', '#FFFFFF', '#7B3171'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10086, '#D2ABD9', '#BC1623', '#EEECEC', '#808080', '#353537', '#C0615D', '#D2ABD9', '#78151D', '#C4BDBD', '#808080', '#130C0D', '#954B47', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#954B47', '#954B47', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#954B47', '#954B47', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#715F95', '#FFFFFF', '#C0615D', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#715F95', '#FFFFFF', '#954B47'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10087, '#785B60', '#FCBCC7', '#9C3A4B', '#E7B0B7', '#841629', '#9C3A4B', '#55354C', '#E095E4', '#772B36', '#BC7FA6', '#390C23', '#772B36', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331217', '#772B36', '#802E3A', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331217', '#772B36', '#802E3A', '#4B2732', '#D8868E', '#FFCFCE', '#502138', '#703444', '#D89096', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#5A4C77', '#FFFFFF', '#9C3A4B', '#E6CFD2', '#FFFFFF', '#FFFFFF', '#5A4C77', '#FFFFFF', '#772B36'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10089, '#594C2C', '#404C59', '#ECE375', '#5F56AE', '#EDE9BD', '#ECE375', '#42430C', '#152744', '#C4A856', '#4E3F6A', '#DFBAA0', '#C4A856', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332C16', '#C4A856', '#B2994E', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#332C16', '#C4A856', '#B2994E', '#4A3521', '#D9B167', '#FDE3B2', '#623C21', '#7A572E', '#DCB47B', '#E6E4CF', '#FFFFFF', '#FFFFFF', '#947EC4', '#FFFFFF', '#ECE375', '#E6E4CF', '#FFFFFF', '#FFFFFF', '#947EC4', '#FFFFFF', '#C4A856'); INSERT INTO mob_hair_color_set (id, hair_color_r1, hair_color_r2, hair_color_g1, hair_color_g2, hair_color_b1, hair_color_b2, hair_toon_color_r1, hair_toon_color_r2, hair_toon_color_g1, hair_toon_color_g2, hair_toon_color_b1, hair_toon_color_b2, mayu_color_r1, mayu_color_r2, mayu_color_g1, mayu_color_g2, mayu_color_b1, mayu_color_b2, mayu_toon_color_r1, mayu_toon_color_r2, mayu_toon_color_g1, mayu_toon_color_g2, mayu_toon_color_b1, mayu_toon_color_b2, eye_color_r1, eye_color_r2, eye_color_g1, eye_color_g2, eye_color_b1, eye_color_b2, tail_color_r1, tail_color_r2, tail_color_g1, tail_color_g2, tail_color_b1, tail_color_b2, tail_toon_color_r1, tail_toon_color_r2, tail_toon_color_g1, tail_toon_color_g2, tail_toon_color_b1, tail_toon_color_b2) VALUES (10090, '#D2ABD9', '#BC1623', '#EBE1E1', '#808080', '#353537', '#C0615D', '#D2ABD9', '#78151D', '#C6B9B8', '#808080', '#130C0D', '#954B47', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#954B47', '#954B47', '#FFFFFF', '#FFFFFF', '#FFFFFF', '#331A18', '#954B47', '#954B47', '#4B3021', '#BC8762', '#FEC99D', '#592219', '#713B2B', '#D69673', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#715F95', '#FFFFFF', '#C0615D', '#E6CFCF', '#FFFFFF', '#FFFFFF', '#715F95', '#FFFFFF', '#954B47'); -- Table: name_card_bg CREATE TABLE 'name_card_bg' ('id' INTEGER NOT NULL, 'other_group' INTEGER NOT NULL, 'bg_group' INTEGER NOT NULL, 'time_group' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub' INTEGER NOT NULL, 'order' INTEGER NOT NULL, 'pos_x' INTEGER NOT NULL, 'pos_y' INTEGER NOT NULL, 'width' INTEGER NOT NULL, 'height' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2001, 0, 1, 2, 2, 110, 1, 800000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2002, 0, 1, 3, 2, 120, 2, 800000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2003, 0, 1, 4, 2, 130, 3, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2004, 0, 1, 5, 2, 410, 4, 800000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2005, 0, 1, 2, 2, 8111, 5, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2006, 0, 1, 2, 3, 110, 6, 7640000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2007, 0, 1, 3, 3, 120, 7, 7640000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2008, 0, 1, 4, 3, 130, 8, 7640000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2009, 0, 1, 5, 3, 410, 9, 7640000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2010, 0, 1, 2, 3, 8111, 10, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2011, 0, 1, 2, 3, 10111, 11, 3840000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2012, 0, 1, 2, 4, 110, 12, 1280000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2013, 0, 1, 3, 4, 120, 13, 1280000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2014, 0, 1, 4, 4, 130, 14, 1280000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2015, 1, 1, 2, 4, 7110, 15, 1280000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2016, 0, 1, 2, 16, 110, 16, 6000000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2017, 0, 1, 3, 16, 120, 17, 6000000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2018, 0, 1, 4, 16, 130, 18, 6000000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2019, 0, 1, 2, 53, 110, 19, 8950000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2020, 0, 1, 3, 53, 120, 20, 8950000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2021, 0, 1, 4, 53, 130, 21, 8950000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2022, 0, 1, 2, 115, 110, 22, 1860000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2023, 0, 1, 3, 115, 120, 23, 1860000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2024, 0, 1, 2, 70, 110, 24, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2025, 0, 1, 2, 71, 110, 25, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2026, 0, 1, 2, 72, 110, 26, -11740000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2027, 1, 1, 2, 10, 110, 27, 1760000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2028, 1, 1, 3, 10, 121, 28, 1750000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2029, 0, 1, 4, 10, 130, 29, 1760000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2030, 0, 2, 2, 1, 1110, 31, 14720000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2031, 0, 2, 3, 1, 120, 32, 14720000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2032, 0, 2, 4, 1, 130, 33, 14720000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2033, 0, 2, 5, 1, 210, 34, 14720000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2034, 0, 2, 2, 1, 9110, 35, 14720000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2035, 0, 2, 4, 1, 6130, 36, 14720000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2036, 0, 2, 2, 6, 110, 37, -11550000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2037, 0, 2, 3, 6, 120, 38, -11550000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2038, 0, 2, 4, 6, 130, 39, -11550000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2039, 0, 2, 2, 7, 110, 40, 6540000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2040, 0, 2, 3, 7, 120, 41, 6540000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2041, 0, 2, 4, 7, 130, 42, 6540000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2042, 0, 2, 5, 7, 210, 43, 6540000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2043, 0, 2, 5, 7, 410, 44, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2044, 0, 2, 2, 7, 8111, 45, 6540000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2045, 0, 2, 2, 11, 110, 46, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2046, 0, 2, 4, 11, 130, 47, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2047, 0, 2, 2, 11, 6110, 48, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2048, 0, 2, 4, 11, 6130, 49, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2049, 0, 2, 2, 14, 110, 50, -3820000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2050, 0, 2, 4, 14, 130, 51, -3820000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2051, 0, 2, 2, 15, 110, 52, -380000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2052, 0, 2, 4, 15, 130, 53, -380000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2053, 0, 2, 2, 17, 110, 54, -1500000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2054, 0, 2, 4, 17, 130, 55, -1500000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2055, 0, 2, 2, 19, 110, 56, 3340000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2056, 0, 2, 4, 19, 130, 57, 3340000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2057, 0, 2, 2, 20, 110, 58, 5380000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2058, 0, 2, 5, 20, 210, 59, 5380000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2059, 0, 2, 2, 103, 11110, 60, 5380000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2060, 1, 2, 2, 162, 110, 61, 4080000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2061, 0, 2, 2, 22, 110, 63, -2000000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2062, 0, 2, 4, 22, 130, 64, -2000000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2063, 0, 2, 2, 91, 100, 65, 5620000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2064, 0, 2, 3, 91, 120, 66, 5620000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2065, 0, 2, 2, 75, 1, 67, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2066, 0, 2, 2, 140, 110, 68, -1040000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2067, 0, 2, 4, 140, 130, 69, -1040000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2068, 0, 2, 2, 136, 110, 70, -2400000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2069, 0, 2, 2, 141, 110, 71, 3040000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2070, 0, 2, 4, 141, 130, 72, 3040000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2071, 0, 3, 2, 23, 111, 73, 2290000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2072, 0, 3, 3, 23, 121, 74, 2290000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2073, 0, 3, 5, 23, 411, 75, 2290000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2074, 0, 3, 2, 105, 111, 76, -2860000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2075, 0, 3, 3, 105, 121, 77, -2860000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2076, 0, 3, 5, 105, 411, 78, -2860000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2077, 0, 3, 2, 116, 111, 79, 560000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2078, 0, 3, 3, 116, 121, 80, 560000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2079, 0, 3, 5, 116, 411, 81, 560000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2080, 0, 3, 2, 24, 110, 82, -3750000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2081, 0, 3, 4, 24, 130, 83, -3750000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2082, 0, 3, 2, 77, 110, 84, 9190000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2083, 0, 3, 4, 77, 130, 85, 9190000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2084, 0, 3, 2, 78, 110, 86, 11115000, 0, 10009, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2085, 0, 3, 4, 78, 130, 87, 11115000, 0, 10009, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2086, 0, 3, 2, 79, 110, 88, 10440000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2087, 0, 3, 4, 79, 134, 89, 10440000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2088, 0, 3, 2, 109, 111, 90, 9050000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2089, 0, 3, 2, 108, 111, 91, 7960000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2090, 0, 3, 2, 114, 111, 92, 11100000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2091, 0, 3, 3, 114, 121, 93, 11100000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2092, 0, 3, 4, 114, 131, 94, 11100000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2093, 0, 3, 2, 76, 110, 95, -1280000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2094, 0, 3, 3, 76, 120, 96, -1280000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2095, 0, 3, 5, 76, 410, 97, -1280000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2096, 0, 3, 2, 110, 110, 98, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2097, 0, 3, 5, 110, 410, 99, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2098, 0, 3, 2, 55, 110, 100, 3190000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2099, 0, 3, 5, 55, 410, 101, 3200000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2100, 0, 3, 2, 56, 111, 102, 800000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2101, 0, 3, 5, 56, 411, 103, 810000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2102, 0, 3, 2, 25, 110, 104, -5160000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2103, 0, 3, 4, 25, 130, 105, -5160000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2104, 0, 3, 2, 26, 110, 106, -5080000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2105, 0, 3, 3, 26, 120, 107, -5080000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2106, 0, 3, 4, 26, 130, 108, -5080000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2107, 0, 4, 2, 39, 110, 109, 10140000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2108, 0, 4, 3, 39, 120, 110, 10140000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2109, 0, 4, 4, 39, 130, 111, 10140000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2110, 0, 4, 2, 40, 2110, 112, -11600000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2111, 0, 4, 4, 40, 2130, 113, -11600000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2112, 0, 4, 1, 42, 2150, 114, -8105000, 0, 10009, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2113, 0, 4, 2, 42, 2110, 115, -8000000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2114, 0, 4, 3, 42, 2120, 116, -7990000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2115, 0, 4, 4, 42, 2130, 117, -9240000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2116, 0, 4, 2, 59, 110, 118, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2117, 0, 4, 4, 59, 130, 119, 0, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2118, 0, 4, 2, 60, 110, 120, -420000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2119, 0, 4, 3, 60, 120, 121, -420000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2120, 0, 4, 4, 60, 130, 122, -420000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2121, 0, 4, 2, 62, 110, 123, -10380000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2122, 0, 4, 2, 34, 110, 124, 4090000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2123, 0, 4, 3, 34, 120, 125, 4090000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2124, 0, 4, 4, 34, 130, 126, 4090000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2125, 1, 4, 2, 34, 7111, 127, 4090000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2126, 1, 4, 4, 34, 7131, 128, 4090000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2127, 1, 4, 2, 112, 110, 129, 6180000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2128, 1, 4, 5, 112, 410, 130, 6180000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2129, 1, 4, 2, 113, 110, 131, 7400000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2130, 1, 4, 5, 113, 410, 132, 7400000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2131, 1, 4, 2, 126, 110, 133, 5000000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2132, 1, 4, 3, 126, 120, 134, 5000000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2133, 1, 5, 2, 131, 111, 135, 1020000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2134, 1, 5, 4, 131, 130, 136, 1020000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2135, 0, 5, 5, 35, 1, 138, -1150000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2136, 0, 5, 5, 36, 1, 139, -4370000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2137, 0, 5, 5, 44, 0, 140, 11230000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2138, 0, 5, 2, 67, 110, 141, -480000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2139, 0, 5, 4, 67, 130, 142, -480000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2140, 0, 5, 2, 97, 100, 143, 10100000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2141, 1, 5, 2, 127, 110, 144, 150000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2142, 1, 5, 3, 127, 120, 145, 150000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2143, 0, 5, 5, 130, 0, 146, -5125000, 0, 10009, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2144, 0, 5, 2, 154, 110, 147, -7160000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2145, 1, 5, 5, 147, 0, 148, 200000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2146, 1, 1, 4, 150, 130, 30, 8620000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2147, 1, 4, 5, 157, 6310, 137, 5580000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2148, 1, 5, 5, 156, 0, 149, 7475000, 0, 10009, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2149, 1, 5, 5, 155, 6000, 150, 6980000, 0, 10000, 10000, 1609459200); INSERT INTO name_card_bg (id, other_group, bg_group, time_group, bg_id, bg_sub, "order", pos_x, pos_y, width, height, start_date) VALUES (2150, 1, 2, 5, 161, 0, 62, 6500000, 0, 10000, 10000, 1609459200); -- Table: need_piece_num_data CREATE TABLE 'need_piece_num_data' ('id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'piece_num' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO need_piece_num_data (id, rarity, piece_num) VALUES (1, 1, 25); INSERT INTO need_piece_num_data (id, rarity, piece_num) VALUES (2, 2, 50); INSERT INTO need_piece_num_data (id, rarity, piece_num) VALUES (3, 3, 150); -- Table: nickname CREATE TABLE 'nickname' ('id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'rank' INTEGER NOT NULL, 'chara_data_id' INTEGER NOT NULL, 'user_show' INTEGER NOT NULL, 'receive_condition_type' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (1, 0, 15, 15, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (2, 0, 16, 16, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (3, 0, 14, 14, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (4, 0, 22, 22, 1, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (5, 0, 3052, 3052, 3, 1052, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (6, 0, 41, 41, 1, 0, 1, 1, 1763330400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (7, 0, 42, 42, 1, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (8, 0, 31, 31, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (9, 0, 23, 23, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (10, 0, 2035, 2035, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (12, 0, 4, 4, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (13, 0, 9, 9, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (14, 0, 7, 7, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (15, 0, 8, 8, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (16, 0, 10, 10, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (17, 0, 17, 17, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (18, 0, 29, 29, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (19, 0, 6, 6, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (20, 0, 40, 40, 1, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (21, 0, 33, 33, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (22, 0, 13, 13, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (23, 0, 3, 3, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (24, 0, 34, 34, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (25, 0, 35, 35, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (26, 0, 2026, 2026, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (27, 0, 2028, 2028, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (28, 0, 2023, 2023, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (29, 0, 2024, 2024, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (30, 0, 2029, 2029, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (31, 0, 2033, 2033, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (32, 0, 2021, 2021, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (33, 0, 18, 18, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (34, 0, 38, 38, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (35, 0, 32, 32, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (36, 0, 20, 20, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (37, 0, 2032, 2032, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (38, 0, 2012, 2012, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (39, 0, 2034, 2034, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (40, 0, 43, 43, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (41, 0, 2010, 2010, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (42, 0, 37, 37, 1, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (43, 0, 3018, 3018, 3, 1018, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (44, 0, 3040, 3040, 3, 1040, 1, 1, 1759874400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (45, 0, 3030, 3030, 3, 1030, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (46, 0, 3037, 3037, 3, 1037, 1, 1, 1761861600, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (47, 0, 3035, 3035, 3, 1035, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (48, 0, 3032, 3032, 3, 1032, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (49, 0, 5023, 5023, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (50, 0, 2015, 2015, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (51, 0, 2037, 2037, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (52, 0, 2025, 2025, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (54, 0, 5024, 5024, 3, 0, 1, 2, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (55, 0, 5022, 5022, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (56, 0, 2013, 2013, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (57, 0, 5008, 5008, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (58, 0, 5011, 5011, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (59, 0, 2036, 2036, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (60, 0, 5010, 5010, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (61, 0, 5020, 5020, 3, 0, 1, 2, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (62, 0, 36, 36, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (63, 0, 5025, 5025, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (64, 0, 5012, 5012, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (65, 0, 5013, 5013, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (66, 0, 3001, 3001, 3, 1001, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (67, 0, 3002, 3002, 3, 1002, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (68, 0, 3014, 3014, 3, 1014, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (69, 0, 3004, 3004, 3, 1004, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (70, 0, 3024, 3024, 3, 1024, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (71, 0, 3041, 3041, 3, 1041, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (72, 0, 3045, 3045, 3, 1045, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (73, 0, 3011, 3011, 3, 1011, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (74, 0, 3008, 3008, 3, 1008, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (75, 0, 3009, 3009, 3, 1009, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (76, 0, 3003, 3003, 3, 1003, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (77, 0, 3007, 3007, 3, 1007, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (78, 0, 3017, 3017, 3, 1017, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (79, 0, 3056, 3056, 3, 1056, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (80, 0, 3005, 3005, 3, 1005, 1, 3, 1759442400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (81, 0, 3060, 3060, 3, 1060, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (82, 0, 3027, 3027, 3, 1027, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (83, 0, 3010, 3010, 3, 1010, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (84, 0, 3006, 3006, 3, 1006, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (85, 0, 3012, 3012, 3, 1012, 1, 3, 1758146400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (86, 0, 3015, 3015, 3, 1015, 1, 3, 1750897800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (87, 0, 3026, 3026, 3, 1026, 1, 3, 1751493600, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (88, 0, 3046, 3046, 3, 1046, 1, 3, 1754949600, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (89, 0, 3038, 3038, 3, 1038, 1, 3, 1753653600, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (90, 0, 2009, 2009, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (91, 0, 5009, 5009, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (92, 0, 46, 46, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (97, 0, 5001, 5001, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (98, 0, 5026, 5026, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (99, 0, 2027, 2027, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (100, 0, 2, 2, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (101, 0, 1, 1, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (102, 0, 5, 5, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (103, 0, 2019, 2019, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (104, 0, 2030, 2030, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (105, 0, 2016, 2016, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (106, 0, 2017, 2017, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (107, 0, 2005, 2005, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (108, 0, 2022, 2022, 2, 0, 1, 2, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (109, 0, 2018, 2018, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (110, 0, 2020, 2020, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (112, 0, 2008, 2008, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (113, 0, 5015, 5015, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (114, 0, 5021, 5021, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (115, 0, 2011, 2011, 2, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (116, 0, 2006, 2006, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (117, 0, 5007, 5007, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (118, 0, 2014, 2014, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (119, 0, 2007, 2007, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (120, 0, 25, 25, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (121, 0, 24, 24, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (122, 0, 26, 26, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (123, 0, 28, 28, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (124, 0, 27, 27, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (125, 0, 21, 21, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (126, 0, 3061, 3061, 3, 1061, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (127, 0, 3013, 3013, 3, 1013, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (128, 0, 45, 45, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (129, 0, 44, 44, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (130, 0, 2038, 2038, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (131, 0, 39, 39, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (132, 0, 30, 30, 1, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (133, 0, 19, 19, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (134, 0, 12, 12, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (135, 0, 5006, 5006, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (136, 0, 5004, 5004, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (137, 0, 5005, 5005, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (138, 0, 5002, 5002, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (139, 0, 5003, 5003, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (140, 0, 2031, 2031, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (141, 0, 11, 11, 1, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (142, 0, 2004, 2004, 2, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (143, 0, 2003, 2003, 2, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (144, 0, 2001, 2001, 2, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (145, 0, 5019, 5019, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (146, 0, 5017, 5017, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (147, 0, 2002, 2002, 2, 0, 1, 1, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (148, 0, 5018, 5018, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (149, 0, 5016, 5016, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (150, 0, 5014, 5014, 3, 0, 1, 3, 1483228800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (151, 0, 3023, 3023, 3, 1023, 1, 2, 1752184800, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (152, 2, 1002, 1002, 2, 0, 1, 2, 1762466400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (153, 2, 1001, 1001, 2, 0, 1, 2, 1762466400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (154, 2, 4001, 4001, 3, 0, 1, 3, 1762466400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (155, 2, 4002, 4002, 3, 0, 1, 2, 1762466400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (160, 0, 3050, 3050, 3, 1050, 1, 3, 1754258400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (161, 0, 3016, 3016, 3, 1016, 1, 3, 1755727200, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (162, 2, 4003, 4003, 3, 0, 1, 3, 1762466400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (163, 2, 4004, 4004, 3, 0, 1, 3, 1762466400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (164, 0, 3020, 3020, 3, 1020, 1, 3, 1757282400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (165, 0, 3058, 3058, 3, 1058, 1, 3, 1761084000, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (166, 0, 3028, 3028, 3, 1028, 1, 3, 1762898400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (167, 0, 3019, 3019, 3, 1019, 1, 3, 1763589600, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (168, 0, 3039, 3039, 3, 1039, 1, 3, 1764626400, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (169, 0, 3025, 3025, 3, 1025, 1, 3, 1765231200, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (170, 0, 3048, 3048, 3, 1048, 1, 3, 1766095200, 2524608000); INSERT INTO nickname (id, scenario_id, disp_order, group_id, rank, chara_data_id, user_show, receive_condition_type, start_date, end_date) VALUES (171, 0, 3059, 3059, 3, 1059, 1, 3, 1766959200, 2524608000); -- Table: note_profile CREATE TABLE 'note_profile' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'text_type' INTEGER NOT NULL, 'lock_type' INTEGER NOT NULL, 'lock_value' INTEGER NOT NULL, 'secret_flg' INTEGER NOT NULL, 'sort' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (1, 0, 1, 0, 0, 0, 1); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (2, 0, 2, 1, 1, 0, 2); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (3, 0, 3, 1, 2, 0, 3); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (4, 0, 4, 1, 3, 0, 4); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (5, 0, 5, 1, 4, 0, 5); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (6, 0, 6, 1, 5, 0, 6); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (7, 9001, 7, 0, 0, 0, 1); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (8, 9004, 8, 0, 0, 0, 1); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (9, 1003, 10, 2, 100302, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (10, 1013, 10, 2, 101302, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (11, 1018, 10, 2, 101802, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (12, 1024, 10, 2, 102402, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (13, 1011, 10, 2, 101102, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (14, 1014, 10, 2, 101402, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (15, 1001, 10, 2, 100102, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (16, 1004, 10, 2, 100402, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (17, 1056, 10, 2, 105602, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (18, 9006, 8, 0, 0, 0, 1); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (19, 1030, 10, 2, 103002, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (20, 1045, 10, 2, 104502, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (21, 1017, 10, 2, 101702, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (22, 1040, 10, 2, 104002, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (23, 1006, 10, 2, 100602, 0, 20); INSERT INTO note_profile (id, chara_id, text_type, lock_type, lock_value, secret_flg, sort) VALUES (24, 1023, 10, 2, 102302, 0, 20); -- Table: note_profile_text_type CREATE TABLE 'note_profile_text_type' ('id' INTEGER NOT NULL, 'text_type' INTEGER NOT NULL, 'text_category_id' INTEGER NOT NULL, 'sort' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (1, 1, 163, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (2, 1, 162, 2); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (3, 1, 8, 3); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (4, 2, 158, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (5, 2, 9, 2); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (6, 2, 157, 3); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (7, 3, 164, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (8, 3, 165, 2); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (9, 4, 166, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (10, 4, 167, 2); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (11, 5, 168, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (12, 6, 169, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (13, 7, 163, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (14, 7, 173, 2); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (15, 7, 157, 3); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (16, 8, 163, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (17, 8, 173, 2); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (18, 8, 174, 3); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (22, 10, 258, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (23, 10, 259, 2); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (24, 10, 260, 3); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (25, 11, 261, 1); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (26, 11, 262, 2); INSERT INTO note_profile_text_type (id, text_type, text_category_id, sort) VALUES (27, 11, 263, 3); -- Table: piece_data CREATE TABLE 'piece_data' ('id' INTEGER NOT NULL, 'item_place_id' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100000, 0, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100101, 100101, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100102, 100102, '2025/10/14 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100201, 100201, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100301, 100301, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100302, 100302, '2025/07/16 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100401, 100401, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100402, 100402, '2025/10/14 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100501, 100501, '2025/10/02 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100601, 100601, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100602, 100602, '2026/01/05 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100701, 100701, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100801, 100801, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (100901, 100901, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101001, 101001, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101101, 101101, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101102, 101102, '2025/09/21 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101201, 101201, '2025/09/17 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101301, 101301, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101302, 101302, '2025/07/16 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101401, 101401, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101402, 101402, '2025/09/21 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101501, 101501, '2025/06/26 00:30:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101601, 101601, '2025/08/20 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101701, 101701, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101702, 101702, '2025/12/14 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101801, 101801, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101802, 101802, '2025/08/28 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (101901, 101901, '2025/11/19 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102001, 102001, '2025/09/07 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102301, 102301, '2025/07/10 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102302, 102302, '2026/01/05 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102401, 102401, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102402, 102402, '2025/08/28 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102501, 102501, '2025/12/08 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102601, 102601, '2025/07/02 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102701, 102701, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (102801, 102801, '2025/11/11 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (103001, 103001, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (103002, 103002, '2025/11/24 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (103201, 103201, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (103501, 103501, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (103701, 103701, '2025/10/30 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (103801, 103801, '2025/07/27 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (103901, 103901, '2025/12/01 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (104001, 104001, '2025/10/07 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (104002, 104002, '2025/12/14 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (104101, 104101, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (104501, 104501, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (104502, 104502, '2025/11/24 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (104601, 104601, '2025/08/11 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (104801, 104801, '2025/12/18 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (105001, 105001, '2025/08/03 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (105201, 105201, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (105601, 105601, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (105602, 105602, '2025/11/06 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (105801, 105801, '2025/10/21 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (105901, 105901, '2025/12/28 22:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (106001, 106001, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); INSERT INTO piece_data (id, item_place_id, start_date, end_date) VALUES (106101, 106101, '2017/1/1 0:00:00', '2050/1/1 0:00:00'); -- Table: price_change CREATE TABLE 'price_change' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'min_num' INTEGER NOT NULL, 'max_num' INTEGER NOT NULL, 'pay_item_num' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (1, 10, 1, 25, 1); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (2, 10, 26, 50, 2); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (3, 10, 51, 75, 3); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (4, 10, 76, 100, 4); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (5, 10, 101, 650, 5); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (6, 20, 1, 1, 100); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (7, 20, 2, 2, 900); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (8, 20, 3, 3, 2000); INSERT INTO price_change (id, group_id, min_num, max_num, pay_item_num) VALUES (9, 20, 4, 4, 3000); -- Table: profile_card_bg CREATE TABLE 'profile_card_bg' ('id' INTEGER NOT NULL, 'background_id' INTEGER NOT NULL, 'card_type' INTEGER NOT NULL, 'sort_id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (1, 1, 1, 1, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (2, 2, 1, 2, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (3, 3, 1, 3, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (4, 4, 1, 4, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (5, 5, 1, 5, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (7, 7, 1, 7, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (8, 8, 1, 8, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (9, 9, 1, 9, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); INSERT INTO profile_card_bg (id, background_id, card_type, sort_id, start_date) VALUES (10, 10, 1, 10, 'Fri Jan 01 2021 00:00:00 GMT+0900 (日本標準時)'); -- Table: race CREATE TABLE 'race' ('id' INTEGER NOT NULL, 'group' INTEGER NOT NULL, 'grade' INTEGER NOT NULL, 'course_set' INTEGER NOT NULL, 'thumbnail_id' INTEGER NOT NULL, 'ff_cue_name' TEXT NOT NULL, 'ff_cuesheet_name' TEXT NOT NULL, 'ff_anim' INTEGER NOT NULL, 'ff_camera' INTEGER NOT NULL, 'ff_camera_sub' INTEGER NOT NULL, 'ff_sub' INTEGER NOT NULL, 'goal_gate' INTEGER NOT NULL, 'goal_flower' INTEGER NOT NULL, 'audience' INTEGER NOT NULL, 'entry_num' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1001, 1, 100, 10611, 1001, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1001, 101, 1, 0, 1, 1, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1002, 1, 100, 10701, 1002, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1002, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1003, 1, 100, 10905, 1003, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1003, 102, 0, 0, 1, 1, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1004, 1, 100, 10903, 1004, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1004, 102, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1005, 1, 100, 10504, 1005, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1005, 101, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1006, 1, 100, 10811, 1006, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1006, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1007, 1, 100, 10602, 1007, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1007, 101, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1008, 1, 100, 10602, 1008, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1008, 101, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1009, 1, 100, 10606, 1009, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1009, 101, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1010, 1, 100, 10606, 1010, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1010, 101, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1011, 1, 100, 10602, 1011, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1011, 101, 0, 0, 6, 6, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1012, 1, 100, 10906, 1012, 'snd_mfx_1003_CL', 'snd_mfx_1003_CL', 1012, 103, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1013, 1, 100, 10501, 1013, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1013, 101, 0, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1014, 1, 100, 10807, 1014, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1014, 102, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1015, 1, 100, 10810, 1015, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1015, 102, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1016, 1, 100, 10604, 1016, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1016, 101, 0, 0, 7, 7, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1017, 1, 100, 10808, 1017, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1017, 102, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1018, 1, 100, 10805, 1018, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1018, 102, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1019, 1, 100, 10606, 1019, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1019, 101, 0, 0, 8, 8, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1020, 1, 100, 10708, 1020, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1020, 102, 1, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1021, 1, 100, 10903, 1021, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1021, 102, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1022, 1, 100, 10903, 1022, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1022, 102, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1023, 1, 100, 10506, 1023, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1023, 101, 0, 0, 3, 3, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1024, 1, 100, 10504, 1024, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1024, 101, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1025, 1, 100, 10808, 1012, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1025, 102, 0, 0, 6, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1026, 1, 100, 10810, 1015, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1015, 102, 0, 0, 3, 3, 0, 17); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1027, 1, 100, 10914, 1027, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1027, 102, 0, 0, 6, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1101, 1, 100, 11103, 1101, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1101, 313, 0, 0, 1, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1102, 1, 100, 11103, 1102, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1102, 313, 0, 0, 2, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1103, 1, 100, 11102, 1103, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1103, 313, 0, 0, 3, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1104, 1, 100, 11101, 1104, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1104, 313, 0, 0, 4, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1105, 1, 100, 11103, 1105, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1105, 313, 0, 0, 5, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (1106, 1, 100, 11103, 1106, 'snd_mfx_1014_CL', 'snd_mfx_1014_CL', 1106, 313, 0, 0, 6, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2001, 1, 200, 10809, 2001, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2001, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2002, 1, 200, 10708, 2002, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 2002, 206, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2003, 1, 200, 10505, 2003, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2003, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2004, 1, 200, 10808, 2004, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2004, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2005, 1, 200, 10503, 2005, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2005, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2006, 1, 200, 10504, 2006, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2006, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2007, 1, 200, 10704, 2007, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 2007, 206, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2008, 1, 200, 10902, 2008, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2008, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2009, 1, 200, 10909, 2009, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2009, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2010, 1, 200, 10503, 2010, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2010, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2011, 1, 200, 10506, 2011, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2011, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2012, 1, 200, 10903, 2012, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2012, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2013, 1, 200, 10502, 2013, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2013, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2014, 1, 200, 10805, 2014, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2014, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2015, 1, 200, 10604, 2015, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2015, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2016, 1, 200, 10606, 2016, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2016, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2017, 1, 200, 10808, 2017, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2017, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2018, 1, 200, 10601, 2018, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2018, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2019, 1, 200, 10607, 2019, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2019, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2020, 1, 200, 10104, 2020, 'snd_mfx_1004_CL', 'snd_mfx_1004_CL', 2020, 204, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2021, 1, 200, 10901, 2021, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2021, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2022, 1, 200, 10904, 2022, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2022, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2023, 1, 200, 10505, 2023, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2023, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2024, 1, 200, 10907, 2024, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2024, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2025, 1, 200, 10505, 2025, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2025, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2026, 1, 200, 10603, 2026, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2026, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2027, 1, 200, 10809, 2027, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2027, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2028, 1, 200, 10603, 2028, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2028, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2029, 1, 200, 10803, 2029, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2029, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2030, 1, 200, 10601, 2030, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2030, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2031, 1, 200, 10607, 2031, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2031, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2032, 1, 200, 10805, 2032, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2032, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2033, 1, 200, 10507, 2033, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2033, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2034, 1, 200, 10902, 2034, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 2034, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (2035, 1, 200, 10503, 2010, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 2010, 205, 0, 0, 0, 0, 0, 5); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3001, 1, 300, 10805, 3001, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3001, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3002, 1, 300, 10504, 3002, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3002, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3003, 1, 300, 10805, 3003, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3003, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3004, 1, 300, 10502, 3004, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3004, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3005, 1, 300, 10704, 3005, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3005, 206, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3006, 1, 300, 10504, 3006, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3006, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3007, 1, 300, 10801, 3007, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3007, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3008, 1, 300, 10610, 3008, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3008, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3009, 1, 300, 10806, 3009, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3009, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3010, 1, 300, 10602, 3010, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3010, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3011, 1, 300, 10602, 3011, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3011, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3012, 1, 300, 10603, 3012, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3012, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3013, 1, 300, 10803, 3013, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3013, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3014, 1, 300, 10608, 3014, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3014, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3015, 1, 300, 11002, 3015, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3015, 206, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3016, 1, 300, 10903, 3016, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3016, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3017, 1, 300, 10902, 3017, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3017, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3018, 1, 200, 10903, 3018, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3018, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3019, 1, 300, 10501, 3019, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3019, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3020, 1, 300, 10503, 3020, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3020, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3021, 1, 300, 10702, 3021, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3021, 206, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3022, 1, 300, 10503, 3022, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3022, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3023, 1, 300, 10904, 3023, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3023, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3024, 1, 300, 10509, 3024, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3024, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3025, 1, 300, 10502, 3025, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3025, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3026, 1, 300, 10912, 3026, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3026, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3027, 1, 300, 10402, 3027, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3027, 207, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3028, 1, 300, 10307, 3028, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3028, 207, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3029, 1, 300, 10815, 3029, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3029, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3030, 1, 300, 10905, 3030, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3030, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3031, 1, 300, 10905, 3031, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3031, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3032, 1, 300, 10603, 3032, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3032, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3033, 1, 300, 10611, 3033, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3033, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3034, 1, 300, 10202, 3034, 'snd_mfx_1004_CL', 'snd_mfx_1004_CL', 3034, 204, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3035, 1, 300, 10701, 3035, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3035, 206, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3036, 1, 300, 10402, 3036, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3036, 207, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3037, 1, 300, 10707, 3037, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3037, 206, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3038, 1, 300, 10403, 3038, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3038, 207, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3039, 1, 300, 10204, 3039, 'snd_mfx_1004_CL', 'snd_mfx_1004_CL', 3039, 204, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3040, 1, 300, 10703, 3040, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3040, 206, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3041, 1, 300, 10202, 3041, 'snd_mfx_1004_CL', 'snd_mfx_1004_CL', 3041, 204, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3042, 1, 300, 10301, 3042, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3042, 207, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3043, 1, 300, 10103, 3043, 'snd_mfx_1004_CL', 'snd_mfx_1004_CL', 3043, 204, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3044, 1, 300, 11003, 3044, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3044, 206, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3045, 1, 300, 10311, 3045, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3045, 207, 0, 0, 0, 0, 0, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3046, 1, 300, 10304, 3046, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3046, 207, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3047, 1, 300, 10107, 3047, 'snd_mfx_1004_CL', 'snd_mfx_1004_CL', 3047, 204, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3048, 1, 300, 11001, 3048, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3048, 206, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3049, 1, 300, 10304, 3049, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3049, 207, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3050, 1, 300, 10101, 3050, 'snd_mfx_1004_CL', 'snd_mfx_1004_CL', 3050, 204, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3051, 1, 300, 10103, 3051, 'snd_mfx_1004_CL', 'snd_mfx_1004_CL', 3051, 204, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3052, 1, 300, 11001, 3052, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3052, 206, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3053, 1, 300, 10307, 3053, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3053, 207, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3054, 1, 300, 10504, 3054, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3054, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3055, 1, 300, 10502, 3055, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3055, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3056, 1, 300, 10913, 3056, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3056, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3057, 1, 300, 10602, 3057, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3057, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3058, 1, 200, 10602, 3058, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3058, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3059, 1, 300, 10602, 3059, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3059, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3060, 1, 300, 10803, 3060, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3060, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3061, 1, 300, 10814, 3061, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3061, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3062, 1, 300, 10611, 3062, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3062, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3063, 1, 300, 10403, 3063, 'snd_mfx_1007_CL', 'snd_mfx_1007_CL', 3063, 207, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3064, 1, 300, 10603, 3064, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3064, 205, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3065, 1, 300, 10807, 3065, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3065, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3066, 1, 300, 10801, 3066, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3066, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3067, 1, 300, 10905, 3067, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 3067, 208, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3068, 1, 300, 10704, 3068, 'snd_mfx_1006_CL', 'snd_mfx_1006_CL', 3068, 206, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3069, 1, 300, 10508, 3069, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3069, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (3070, 1, 300, 10502, 3070, 'snd_mfx_1005_CL', 'snd_mfx_1005_CL', 3070, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4001, 1, 400, 10810, 4001, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4001, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4002, 1, 400, 10502, 4002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4002, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4003, 1, 400, 10801, 4003, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4003, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4004, 1, 400, 10509, 4004, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4004, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4005, 1, 400, 10508, 4005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4005, 205, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4006, 1, 400, 10502, 4006, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4006, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4007, 1, 400, 10803, 4007, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4007, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4008, 1, 400, 10813, 4008, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4008, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4009, 1, 400, 10807, 4009, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4009, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4010, 1, 400, 10501, 4010, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4010, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4011, 1, 400, 10604, 4011, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4011, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4012, 1, 400, 10601, 4012, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4012, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4013, 1, 400, 10812, 4013, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4013, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4014, 1, 400, 10805, 4014, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4014, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4015, 1, 400, 10805, 4015, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4015, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4016, 1, 400, 10815, 4016, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4016, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4017, 1, 400, 10610, 4017, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4017, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4018, 1, 400, 10611, 4018, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4018, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4019, 1, 400, 10509, 4019, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4019, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4020, 1, 400, 10906, 4020, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4020, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4021, 1, 400, 10904, 4021, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4021, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4022, 1, 400, 10911, 4022, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4022, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4023, 1, 400, 10913, 4023, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4023, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4024, 1, 400, 10502, 4024, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4024, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4025, 1, 400, 10707, 4025, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4025, 311, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4026, 1, 400, 10502, 4026, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4026, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4027, 1, 400, 10905, 4027, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4027, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4028, 1, 400, 10508, 4028, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4028, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4030, 1, 400, 10903, 4030, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4030, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4031, 1, 400, 10911, 4031, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4031, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4032, 1, 400, 10901, 4032, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4032, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4033, 1, 400, 10509, 4033, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4033, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4035, 1, 400, 10905, 4035, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4035, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4036, 1, 400, 10508, 4036, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4036, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4037, 1, 400, 10501, 4037, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4037, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4038, 1, 400, 10403, 4038, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4038, 312, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4039, 1, 400, 10803, 4039, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4039, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4040, 1, 400, 10611, 4040, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4040, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4041, 1, 400, 10812, 4041, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4041, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4042, 1, 400, 10813, 4042, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4042, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4043, 1, 400, 10603, 4043, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4043, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4044, 1, 400, 10304, 4044, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4044, 312, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4045, 1, 400, 10604, 4045, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4045, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4046, 1, 400, 10606, 4046, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4046, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4047, 1, 400, 10801, 4047, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4047, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4048, 1, 400, 10612, 4048, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4048, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4049, 1, 400, 10806, 4049, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4049, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4050, 1, 300, 10801, 4050, 'snd_mfx_1008_CL', 'snd_mfx_1008_CL', 4050, 208, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4051, 1, 400, 10813, 4051, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4051, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4052, 1, 400, 10611, 4052, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4052, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4053, 1, 400, 10603, 4053, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4053, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4054, 1, 400, 10814, 4054, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4054, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4055, 1, 400, 10301, 4055, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4055, 312, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4056, 1, 400, 10806, 4056, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4056, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4057, 1, 400, 10610, 4057, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4057, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4058, 1, 400, 10803, 4058, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4058, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4059, 1, 400, 10611, 4059, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4059, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4060, 1, 400, 10911, 4060, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4060, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4061, 1, 400, 10903, 4061, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4061, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4062, 1, 400, 10207, 4062, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4062, 309, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4063, 1, 400, 10601, 4063, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4063, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4064, 1, 400, 10203, 4064, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4064, 309, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4065, 1, 400, 10207, 4065, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4065, 309, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4066, 1, 400, 10708, 4066, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4066, 311, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4068, 1, 400, 10703, 4068, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4068, 311, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4069, 1, 400, 10401, 4069, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4069, 312, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4070, 1, 400, 10303, 4070, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4070, 312, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4071, 1, 400, 10105, 4071, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4071, 309, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4072, 1, 400, 10101, 4072, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4072, 309, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4073, 1, 400, 11006, 4073, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4073, 311, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4074, 1, 400, 11001, 4074, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4074, 311, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4075, 1, 400, 10103, 4075, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4075, 309, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4076, 1, 400, 10310, 4076, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4076, 312, 0, 0, 0, 0, 0, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4077, 1, 400, 10102, 4077, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4077, 309, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4078, 1, 400, 11001, 4078, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4078, 311, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4079, 1, 400, 10311, 4079, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4079, 312, 0, 0, 0, 0, 0, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4080, 1, 400, 11002, 4080, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4080, 311, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4081, 1, 400, 10303, 4081, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4081, 312, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4082, 1, 400, 10105, 4082, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4082, 309, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4083, 1, 400, 10101, 4083, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 4083, 309, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4084, 1, 400, 10911, 4084, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4084, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4085, 1, 400, 10904, 4085, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4085, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4086, 1, 400, 10509, 4086, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4086, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4087, 1, 400, 10902, 4087, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4087, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4088, 1, 400, 10504, 4088, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4088, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4089, 1, 400, 10501, 4089, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4089, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4090, 1, 400, 10903, 4090, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4090, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4091, 1, 400, 10801, 4091, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4091, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4092, 1, 400, 10610, 4092, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4092, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4093, 1, 400, 10803, 4093, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4093, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4094, 1, 400, 10604, 4094, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4094, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4095, 1, 400, 10303, 4095, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4095, 312, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4096, 1, 400, 10603, 4096, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4096, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4097, 1, 400, 10812, 4097, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4097, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4098, 1, 400, 10612, 4098, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4098, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4099, 1, 400, 10806, 4099, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4099, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4100, 1, 400, 10806, 4100, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4100, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4101, 1, 400, 10301, 4101, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4101, 312, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4102, 1, 400, 10601, 4102, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4102, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4103, 1, 400, 10401, 4103, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4103, 312, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4104, 1, 400, 10807, 4104, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4104, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4105, 1, 400, 10610, 4105, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4105, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4106, 1, 400, 10406, 4106, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4106, 312, 0, 0, 0, 0, 0, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4107, 1, 400, 10602, 4107, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4107, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4108, 1, 400, 10812, 4108, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4108, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4109, 1, 400, 10501, 4109, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4109, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4110, 1, 400, 10509, 4110, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4110, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4111, 1, 400, 10903, 4111, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4111, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4112, 1, 400, 10901, 4112, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4112, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4113, 1, 400, 10503, 4113, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4113, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4114, 1, 400, 10501, 4114, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4114, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4115, 1, 400, 10911, 4115, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4115, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4116, 1, 400, 10912, 4116, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4116, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4118, 1, 400, 11001, 4117, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4117, 311, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4119, 1, 400, 10406, 4118, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4118, 312, 0, 0, 0, 0, 0, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4120, 1, 400, 10612, 4119, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4119, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4121, 1, 400, 10912, 4120, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4120, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4122, 1, 400, 10305, 4121, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4121, 312, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4123, 1, 400, 10508, 4122, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4122, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4124, 1, 400, 10814, 4123, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4123, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4501, 1, 700, 10502, 4501, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4501, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4502, 1, 700, 10502, 4502, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4502, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4503, 1, 700, 10803, 4503, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4503, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4504, 1, 700, 10807, 4504, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4504, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4505, 1, 700, 10611, 4505, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4505, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4506, 1, 700, 10813, 4506, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4506, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4507, 1, 700, 10604, 4507, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4507, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4508, 1, 700, 10402, 4508, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 4508, 312, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4509, 1, 700, 10610, 4509, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4509, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4510, 1, 700, 10807, 4510, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4510, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4511, 1, 700, 10814, 4511, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4511, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4512, 1, 700, 10602, 4512, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4512, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4513, 1, 700, 10803, 4513, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4513, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4514, 1, 700, 10611, 4514, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4514, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4515, 1, 700, 10602, 4515, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4515, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4516, 1, 700, 10805, 4516, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4516, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4517, 1, 700, 10504, 4517, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4517, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4518, 1, 700, 10703, 4518, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4518, 311, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4519, 1, 700, 10902, 4519, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4519, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4520, 1, 700, 10501, 4520, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4520, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4521, 1, 700, 10905, 4521, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4521, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4522, 1, 700, 10702, 4522, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4522, 311, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4523, 1, 700, 10502, 4523, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 4523, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4524, 1, 700, 10901, 4524, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4524, 313, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4525, 1, 700, 10707, 4525, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 4525, 311, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4526, 1, 700, 10903, 4526, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 4526, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4900, 61, 100, 10611, 1001, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1001, 101, 1, 0, 1, 1, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4901, 61, 100, 10701, 1002, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1002, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4902, 61, 100, 10905, 1003, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1003, 102, 0, 0, 1, 1, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4903, 61, 100, 10903, 1004, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1004, 102, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4904, 61, 100, 10504, 1005, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1005, 101, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4905, 61, 100, 10811, 1006, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1006, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4906, 61, 100, 10602, 1007, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1007, 101, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4907, 61, 100, 10602, 1008, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1008, 101, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4908, 61, 100, 10606, 1009, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1009, 101, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4909, 61, 100, 10606, 1010, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1010, 101, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4910, 61, 100, 10602, 1011, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1011, 101, 0, 0, 6, 6, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4911, 61, 100, 10906, 1012, 'snd_mfx_1003_CL', 'snd_mfx_1003_CL', 1012, 103, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4912, 61, 100, 10501, 1013, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1013, 101, 0, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4913, 61, 100, 10807, 1014, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1014, 102, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4914, 61, 100, 10810, 1015, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1015, 102, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4915, 61, 100, 10604, 1016, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1016, 101, 0, 0, 7, 7, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4916, 61, 100, 10808, 1017, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1017, 102, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4917, 61, 100, 10805, 1018, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1018, 102, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4918, 61, 100, 10606, 1019, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1019, 101, 0, 0, 8, 8, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4919, 61, 100, 10708, 1020, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1020, 102, 1, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4920, 61, 100, 10903, 1021, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1021, 102, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4921, 61, 100, 10903, 1022, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1022, 102, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4922, 61, 100, 10506, 1023, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1023, 101, 0, 0, 3, 3, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4923, 61, 100, 10504, 1024, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1024, 101, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4924, 61, 100, 11103, 1101, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1101, 313, 0, 0, 1, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4925, 61, 100, 11103, 1102, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1102, 313, 0, 0, 2, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4926, 61, 100, 11102, 1103, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1103, 313, 0, 0, 3, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4927, 61, 100, 11101, 1104, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1104, 313, 0, 0, 4, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4928, 61, 100, 11103, 1105, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1105, 313, 0, 0, 5, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (4929, 61, 100, 11103, 1106, 'snd_mfx_1014_CL', 'snd_mfx_1014_CL', 1106, 313, 0, 0, 6, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5001, 6, 900, 10105, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5002, 6, 900, 10104, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5003, 6, 900, 10103, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5004, 6, 900, 10102, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5005, 6, 900, 10101, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5007, 6, 900, 10107, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5009, 6, 900, 10205, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5010, 6, 900, 10204, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5011, 6, 900, 10203, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5012, 6, 900, 10202, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5013, 6, 900, 10201, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5015, 6, 900, 10207, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 309, 0, 0, 0, 0, 1, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5017, 6, 900, 10404, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5018, 6, 900, 10403, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5019, 6, 900, 10402, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5020, 6, 900, 10401, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5021, 6, 900, 10406, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5022, 6, 900, 10405, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5023, 6, 900, 10309, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5024, 6, 900, 10308, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5025, 6, 900, 10307, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5026, 6, 900, 10306, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5027, 6, 900, 10305, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5029, 6, 900, 10304, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5030, 6, 900, 10303, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5031, 6, 900, 10302, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5032, 6, 900, 10301, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5033, 6, 900, 10311, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5034, 6, 900, 10310, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 312, 0, 0, 0, 0, 1, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5036, 6, 900, 10608, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5037, 6, 900, 10607, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5038, 6, 900, 10606, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5039, 6, 900, 10605, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5040, 6, 900, 10604, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5041, 6, 900, 10603, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5042, 6, 900, 10602, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5043, 6, 900, 10601, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5044, 6, 900, 10612, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5047, 6, 900, 10611, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5048, 6, 900, 10610, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5049, 6, 900, 10609, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5050, 6, 900, 10507, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5051, 6, 900, 10506, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5052, 6, 900, 10505, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5053, 6, 900, 10504, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5055, 6, 900, 10503, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5056, 6, 900, 10502, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5057, 6, 900, 10501, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5058, 6, 900, 10509, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5059, 6, 900, 10508, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 310, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5061, 6, 900, 10705, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5062, 6, 900, 10704, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5063, 6, 900, 10703, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5064, 6, 900, 10702, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5065, 6, 900, 10701, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5067, 6, 900, 10708, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5068, 6, 900, 10707, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5070, 6, 900, 10811, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5071, 6, 900, 10810, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5072, 6, 900, 10809, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5073, 6, 900, 10808, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5074, 6, 900, 10807, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5075, 6, 900, 10806, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5076, 6, 900, 10805, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5077, 6, 900, 10804, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5078, 6, 900, 10803, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5079, 6, 900, 10802, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5080, 6, 900, 10801, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5081, 6, 900, 10815, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5082, 6, 900, 10814, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5083, 6, 900, 10813, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5084, 6, 900, 10812, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5085, 6, 900, 10914, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5086, 6, 900, 10909, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5087, 6, 900, 10908, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5088, 6, 900, 10907, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5089, 6, 900, 10906, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5090, 6, 900, 10905, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5091, 6, 900, 10904, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5092, 6, 900, 10903, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5093, 6, 900, 10902, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5094, 6, 900, 10901, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5095, 6, 900, 10913, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5096, 6, 900, 10912, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5097, 6, 900, 10911, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 313, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5098, 6, 900, 11004, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5099, 6, 900, 11003, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5100, 6, 900, 11002, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5101, 6, 900, 11001, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5103, 6, 900, 11006, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 311, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5105, 6, 900, 11103, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 315, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5106, 6, 900, 11102, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 315, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5107, 6, 900, 11101, 5002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 5002, 315, 0, 0, 0, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5108, 6, 100, 10611, 1001, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1001, 310, 0, 0, 1, 1, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5109, 6, 100, 10701, 1002, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1002, 311, 0, 0, 1, 1, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5110, 6, 100, 10905, 1003, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1003, 313, 0, 0, 1, 1, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5111, 6, 100, 10903, 1004, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1004, 313, 0, 0, 2, 2, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5112, 6, 100, 10504, 1005, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1005, 310, 0, 0, 1, 1, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5113, 6, 100, 10811, 1006, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1006, 313, 0, 0, 1, 1, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5114, 6, 100, 10602, 1007, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1007, 310, 0, 0, 2, 2, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5115, 6, 100, 10602, 1008, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1008, 310, 0, 0, 3, 3, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5116, 6, 100, 10606, 1009, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1009, 310, 0, 0, 4, 4, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5117, 6, 100, 10606, 1010, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1010, 310, 0, 0, 5, 5, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5118, 6, 100, 10602, 1011, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1011, 310, 0, 0, 6, 6, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5119, 6, 100, 10906, 1012, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1012, 313, 0, 0, 3, 3, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5120, 6, 100, 10501, 1013, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1013, 310, 0, 0, 2, 2, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5121, 6, 100, 10807, 1014, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1014, 313, 0, 0, 2, 2, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5122, 6, 100, 10810, 1015, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1015, 313, 0, 0, 3, 3, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5123, 6, 100, 10604, 1016, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1016, 310, 0, 0, 7, 7, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5124, 6, 100, 10808, 1017, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1017, 313, 0, 0, 4, 4, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5125, 6, 100, 10805, 1018, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1018, 313, 0, 0, 5, 5, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5126, 6, 100, 10606, 1019, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1019, 310, 0, 0, 8, 8, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5127, 6, 100, 10708, 1020, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1020, 311, 0, 0, 2, 2, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5128, 6, 100, 10903, 1021, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1021, 313, 0, 0, 4, 4, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5129, 6, 100, 10903, 1022, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1022, 313, 0, 0, 5, 5, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5130, 6, 100, 10506, 1023, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1023, 310, 0, 0, 3, 3, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5131, 6, 100, 10504, 1024, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1024, 310, 0, 0, 4, 4, 1, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5132, 6, 100, 11103, 1101, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1101, 315, 0, 0, 1, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5133, 6, 100, 11103, 1102, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1102, 315, 0, 0, 2, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5134, 6, 100, 11102, 1103, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1103, 315, 0, 0, 3, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5135, 6, 100, 11101, 1104, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1104, 315, 0, 0, 4, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5136, 6, 100, 11103, 1105, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1105, 315, 0, 0, 5, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5137, 6, 100, 11103, 1106, 'snd_mfx_2009_CL', 'snd_mfx_2009_CL', 1106, 315, 0, 0, 6, 0, 1, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5200, 12, 999, 10105, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5201, 12, 999, 10104, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5202, 12, 999, 10103, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5203, 12, 999, 10102, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5204, 12, 999, 10101, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5205, 12, 999, 10107, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5206, 12, 999, 10205, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5207, 12, 999, 10204, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5208, 12, 999, 10203, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5209, 12, 999, 10202, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5210, 12, 999, 10201, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5211, 12, 999, 10207, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5212, 12, 999, 10404, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5213, 12, 999, 10403, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5214, 12, 999, 10402, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5215, 12, 999, 10401, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 14); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5216, 12, 999, 10406, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5217, 12, 999, 10405, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5218, 12, 999, 10309, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5219, 12, 999, 10308, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5220, 12, 999, 10307, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5221, 12, 999, 10306, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5222, 12, 999, 10305, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5223, 12, 999, 10304, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5224, 12, 999, 10303, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5225, 12, 999, 10302, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5226, 12, 999, 10301, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5227, 12, 999, 10311, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5228, 12, 999, 10310, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 15); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5229, 12, 999, 10608, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5230, 12, 999, 10607, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5231, 12, 999, 10606, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5232, 12, 999, 10605, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5233, 12, 999, 10604, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5234, 12, 999, 10603, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5235, 12, 999, 10602, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5236, 12, 999, 10601, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5237, 12, 999, 10612, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5238, 12, 999, 10611, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5239, 12, 999, 10610, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5240, 12, 999, 10609, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5241, 12, 999, 10507, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5242, 12, 999, 10506, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5243, 12, 999, 10505, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5244, 12, 999, 10504, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5245, 12, 999, 10503, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5246, 12, 999, 10502, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5247, 12, 999, 10501, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5248, 12, 999, 10509, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5249, 12, 999, 10508, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5250, 12, 999, 10705, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5251, 12, 999, 10704, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5252, 12, 999, 10703, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5253, 12, 999, 10702, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5254, 12, 999, 10701, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5255, 12, 999, 10708, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5256, 12, 999, 10707, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5257, 12, 999, 10811, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5258, 12, 999, 10810, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5259, 12, 999, 10809, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5260, 12, 999, 10808, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5261, 12, 999, 10807, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5262, 12, 999, 10806, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5263, 12, 999, 10805, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5264, 12, 999, 10804, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5265, 12, 999, 10803, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5266, 12, 999, 10802, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5267, 12, 999, 10801, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5268, 12, 999, 10815, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5269, 12, 999, 10814, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5270, 12, 999, 10813, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5271, 12, 999, 10812, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5272, 12, 999, 10914, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5273, 12, 999, 10909, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5274, 12, 999, 10908, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5275, 12, 999, 10907, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5276, 12, 999, 10906, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5277, 12, 999, 10905, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5278, 12, 999, 10904, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5279, 12, 999, 10903, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5280, 12, 999, 10902, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5281, 12, 999, 10901, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5282, 12, 999, 10913, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5283, 12, 999, 10912, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5284, 12, 999, 10911, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5285, 12, 999, 11004, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5286, 12, 999, 11003, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5287, 12, 999, 11002, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5288, 12, 999, 11001, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5289, 12, 999, 11006, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5290, 12, 999, 11103, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5291, 12, 999, 11102, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5292, 12, 999, 11101, 5200, 'snd_mfx_2008_CL', 'snd_mfx_2008_CL', 5200, 121, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5801, 2, 999, 10805, 5801, 'snd_mfx_2002_CL', 'snd_mfx_2002_CL', 5801, 102, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5802, 2, 999, 10805, 5801, 'snd_mfx_2002_CL', 'snd_mfx_2002_CL', 5802, 102, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5803, 2, 999, 10805, 5801, 'snd_mfx_2002_CL', 'snd_mfx_2002_CL', 5803, 102, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5831, 2, 999, 10504, 5831, 'snd_mfx_2002_CL', 'snd_mfx_2002_CL', 5831, 101, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5832, 2, 999, 10504, 5831, 'snd_mfx_2002_CL', 'snd_mfx_2002_CL', 5832, 101, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5833, 2, 999, 10504, 5831, 'snd_mfx_2002_CL', 'snd_mfx_2002_CL', 5833, 101, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5920, 8, 100, 10606, 5920, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5920, 101, 0, 0, 8, 8, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5921, 8, 100, 10606, 5920, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5920, 101, 0, 0, 8, 8, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5922, 8, 100, 10606, 5920, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5920, 101, 0, 0, 8, 8, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5930, 8, 100, 10811, 5930, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 5930, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5931, 8, 100, 10811, 5930, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 5930, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5932, 8, 100, 10811, 5930, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 5930, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5933, 8, 100, 10811, 5930, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 5930, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5935, 8, 100, 10606, 5935, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5935, 101, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5936, 8, 100, 10606, 5935, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5935, 101, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5937, 8, 100, 10606, 5935, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5935, 101, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5940, 8, 100, 10808, 5940, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 5940, 102, 0, 0, 6, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5941, 8, 100, 10906, 5940, 'snd_mfx_1003_CL', 'snd_mfx_1003_CL', 5940, 103, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5945, 8, 100, 10501, 5945, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5945, 101, 0, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5946, 8, 100, 10501, 5945, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5945, 101, 0, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5947, 8, 100, 10501, 5945, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5945, 101, 0, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5948, 8, 100, 10501, 5945, 'snd_mfx_2003_CL', 'snd_mfx_2003_CL', 5945, 101, 0, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5950, 8, 100, 10810, 5950, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 5950, 102, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5960, 8, 100, 10903, 5960, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 5960, 102, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (5965, 8, 100, 10604, 5965, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 5965, 101, 0, 0, 7, 7, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6005, 11, 100, 10606, 6005, 'snd_mfx_2005_CL', 'snd_mfx_2005_CL', 6005, 122, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6006, 11, 100, 10811, 6006, 'snd_mfx_2005_CL', 'snd_mfx_2005_CL', 6006, 122, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6007, 11, 100, 10602, 6007, 'snd_mfx_2005_CL', 'snd_mfx_2005_CL', 6007, 122, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6008, 11, 100, 10906, 6008, 'snd_mfx_2005_CL', 'snd_mfx_2005_CL', 6008, 122, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6009, 11, 100, 10903, 6009, 'snd_mfx_2005_CL', 'snd_mfx_2005_CL', 6009, 122, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6010, 11, 100, 10810, 6010, 'snd_mfx_2005_CL', 'snd_mfx_2005_CL', 6010, 122, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6011, 11, 100, 10604, 6011, 'snd_mfx_2005_CL', 'snd_mfx_2005_CL', 6011, 122, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6017, 11, 100, 10606, 6005, 'snd_mfx_2006_CL', 'snd_mfx_2006_CL', 6005, 123, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6018, 11, 100, 10811, 6006, 'snd_mfx_2006_CL', 'snd_mfx_2006_CL', 6006, 123, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6019, 11, 100, 10602, 6007, 'snd_mfx_2006_CL', 'snd_mfx_2006_CL', 6007, 123, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6020, 11, 100, 10906, 6008, 'snd_mfx_2006_CL', 'snd_mfx_2006_CL', 6008, 123, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6021, 11, 100, 10903, 6009, 'snd_mfx_2006_CL', 'snd_mfx_2006_CL', 6009, 123, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6022, 11, 100, 10810, 6010, 'snd_mfx_2006_CL', 'snd_mfx_2006_CL', 6010, 123, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6023, 11, 100, 10604, 6011, 'snd_mfx_2006_CL', 'snd_mfx_2006_CL', 6011, 123, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6100, 9, 100, 10101, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6101, 9, 100, 10101, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6102, 9, 100, 10101, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6103, 9, 100, 10102, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6104, 9, 100, 10102, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6105, 9, 100, 10102, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6106, 9, 100, 10103, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6107, 9, 100, 10103, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6108, 9, 100, 10103, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6109, 9, 100, 10104, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6110, 9, 100, 10104, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6111, 9, 100, 10104, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6112, 9, 100, 10105, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6113, 9, 100, 10105, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6114, 9, 100, 10105, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6115, 9, 100, 10107, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6116, 9, 100, 10107, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6117, 9, 100, 10107, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6118, 9, 100, 10201, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6119, 9, 100, 10201, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6120, 9, 100, 10201, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6121, 9, 100, 10202, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6122, 9, 100, 10202, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6123, 9, 100, 10202, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6124, 9, 100, 10203, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6125, 9, 100, 10203, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6126, 9, 100, 10203, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6127, 9, 100, 10204, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6128, 9, 100, 10204, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6129, 9, 100, 10204, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6130, 9, 100, 10205, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6131, 9, 100, 10205, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6132, 9, 100, 10205, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6133, 9, 100, 10207, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6134, 9, 100, 10207, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6135, 9, 100, 10207, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6136, 9, 100, 10301, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6137, 9, 100, 10301, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6138, 9, 100, 10301, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6139, 9, 100, 10302, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6140, 9, 100, 10302, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6141, 9, 100, 10302, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6142, 9, 100, 10303, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6143, 9, 100, 10303, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6144, 9, 100, 10303, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6145, 9, 100, 10304, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6146, 9, 100, 10304, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6147, 9, 100, 10304, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6148, 9, 100, 10305, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6149, 9, 100, 10305, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6150, 9, 100, 10305, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6151, 9, 100, 10306, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6152, 9, 100, 10306, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6153, 9, 100, 10306, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6154, 9, 100, 10307, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6155, 9, 100, 10307, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6156, 9, 100, 10307, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6157, 9, 100, 10308, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6158, 9, 100, 10308, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6159, 9, 100, 10308, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6160, 9, 100, 10309, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6161, 9, 100, 10309, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6162, 9, 100, 10309, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6163, 9, 100, 10311, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6164, 9, 100, 10311, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6165, 9, 100, 10311, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6166, 9, 100, 10401, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6167, 9, 100, 10401, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6168, 9, 100, 10401, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6169, 9, 100, 10402, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6170, 9, 100, 10402, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6171, 9, 100, 10402, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6172, 9, 100, 10403, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6173, 9, 100, 10403, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6174, 9, 100, 10403, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6175, 9, 100, 10404, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6176, 9, 100, 10404, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6177, 9, 100, 10404, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6178, 9, 100, 10406, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6179, 9, 100, 10406, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6180, 9, 100, 10406, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6181, 9, 100, 10501, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6182, 9, 100, 10501, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6183, 9, 100, 10501, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6184, 9, 100, 10502, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6185, 9, 100, 10502, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6186, 9, 100, 10502, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6187, 9, 100, 10503, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6188, 9, 100, 10503, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6189, 9, 100, 10503, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6190, 9, 100, 10504, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6191, 9, 100, 10504, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6192, 9, 100, 10504, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6193, 9, 100, 10505, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6194, 9, 100, 10505, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6195, 9, 100, 10505, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6196, 9, 100, 10506, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6197, 9, 100, 10506, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6198, 9, 100, 10506, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6199, 9, 100, 10507, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6200, 9, 100, 10507, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6201, 9, 100, 10507, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6202, 9, 100, 10509, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6203, 9, 100, 10509, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6204, 9, 100, 10509, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6205, 9, 100, 10601, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6206, 9, 100, 10601, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6207, 9, 100, 10601, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6208, 9, 100, 10602, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6209, 9, 100, 10602, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6210, 9, 100, 10602, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6211, 9, 100, 10603, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6212, 9, 100, 10603, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6213, 9, 100, 10603, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6214, 9, 100, 10604, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6215, 9, 100, 10604, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6216, 9, 100, 10604, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6217, 9, 100, 10605, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6218, 9, 100, 10605, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6219, 9, 100, 10605, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6220, 9, 100, 10606, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6221, 9, 100, 10606, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6222, 9, 100, 10606, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6223, 9, 100, 10607, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6224, 9, 100, 10607, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6225, 9, 100, 10607, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6226, 9, 100, 10608, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6227, 9, 100, 10608, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6228, 9, 100, 10608, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6229, 9, 100, 10611, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6230, 9, 100, 10611, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6231, 9, 100, 10611, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6235, 9, 100, 10701, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6236, 9, 100, 10701, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6237, 9, 100, 10701, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6238, 9, 100, 10702, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6239, 9, 100, 10702, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6240, 9, 100, 10702, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6241, 9, 100, 10703, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6242, 9, 100, 10703, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6243, 9, 100, 10703, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6244, 9, 100, 10704, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6245, 9, 100, 10704, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6246, 9, 100, 10704, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6247, 9, 100, 10705, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6248, 9, 100, 10705, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6249, 9, 100, 10705, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6250, 9, 100, 10708, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6251, 9, 100, 10708, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6252, 9, 100, 10708, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6253, 9, 100, 10801, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6254, 9, 100, 10801, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6255, 9, 100, 10801, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6256, 9, 100, 10802, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6257, 9, 100, 10802, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6258, 9, 100, 10802, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6259, 9, 100, 10803, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6260, 9, 100, 10803, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6261, 9, 100, 10803, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6262, 9, 100, 10804, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6263, 9, 100, 10804, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6264, 9, 100, 10804, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6265, 9, 100, 10805, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6266, 9, 100, 10805, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6267, 9, 100, 10805, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6268, 9, 100, 10806, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6269, 9, 100, 10806, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6270, 9, 100, 10806, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6271, 9, 100, 10807, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6272, 9, 100, 10807, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6273, 9, 100, 10807, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6274, 9, 100, 10808, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6275, 9, 100, 10808, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6276, 9, 100, 10808, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6277, 9, 100, 10809, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6278, 9, 100, 10809, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6279, 9, 100, 10809, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6280, 9, 100, 10810, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6281, 9, 100, 10810, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6282, 9, 100, 10810, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6283, 9, 100, 10811, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6284, 9, 100, 10811, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6285, 9, 100, 10811, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6286, 9, 100, 10814, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6287, 9, 100, 10814, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6288, 9, 100, 10814, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6289, 9, 100, 10901, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6290, 9, 100, 10901, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6291, 9, 100, 10901, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6292, 9, 100, 10902, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6293, 9, 100, 10902, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6294, 9, 100, 10902, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6295, 9, 100, 10903, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6296, 9, 100, 10903, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6297, 9, 100, 10903, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6298, 9, 100, 10904, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6299, 9, 100, 10904, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6300, 9, 100, 10904, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6301, 9, 100, 10905, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6302, 9, 100, 10905, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6303, 9, 100, 10905, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6304, 9, 100, 10906, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6305, 9, 100, 10906, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6306, 9, 100, 10906, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6307, 9, 100, 10907, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6308, 9, 100, 10907, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6309, 9, 100, 10907, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6310, 9, 100, 10908, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6311, 9, 100, 10908, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6312, 9, 100, 10908, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6313, 9, 100, 10909, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6314, 9, 100, 10909, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6315, 9, 100, 10909, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6316, 9, 100, 10912, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6317, 9, 100, 10912, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6318, 9, 100, 10912, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6319, 9, 100, 11001, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6320, 9, 100, 11001, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6321, 9, 100, 11001, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6322, 9, 100, 11002, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6323, 9, 100, 11002, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6324, 9, 100, 11002, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6325, 9, 100, 11003, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6326, 9, 100, 11003, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6327, 9, 100, 11003, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6328, 9, 100, 11004, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6329, 9, 100, 11004, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6330, 9, 100, 11004, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6331, 9, 100, 11006, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6332, 9, 100, 11006, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6333, 9, 100, 11006, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6334, 9, 100, 11102, 6100, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6100, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6335, 9, 100, 11102, 6101, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6101, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (6336, 9, 100, 11102, 6102, 'snd_mfx_2004_CL', 'snd_mfx_2004_CL', 6102, 121, 0, 0, 0, 0, 0, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7001, 4, 0, 10810, 7001, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 7001, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7002, 4, 0, 10606, 7002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 7002, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7003, 4, 0, 10506, 7003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 7003, 310, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7004, 4, 0, 10811, 7004, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 7004, 313, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7005, 4, 0, 10204, 7005, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 7005, 309, 0, 0, 0, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7007, 4, 0, 10504, 7007, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 7007, 310, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7008, 4, 0, 10606, 7008, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 7008, 310, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7009, 1, 100, 10903, 1022, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1022, 102, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7010, 1, 100, 10810, 1015, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1015, 102, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7011, 4, 0, 10604, 7011, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 7011, 310, 0, 0, 0, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7012, 4, 0, 10506, 7012, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 7012, 310, 0, 0, 3, 3, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (7013, 1, 100, 10606, 1010, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1010, 101, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9057, 7, 800, 10508, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9058, 7, 800, 10508, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9062, 7, 800, 10501, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9063, 7, 800, 10502, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9064, 7, 800, 10502, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9066, 7, 800, 10509, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9068, 7, 800, 10503, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9071, 7, 800, 10509, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9073, 7, 800, 10503, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9074, 7, 800, 10504, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9076, 7, 800, 10504, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9077, 7, 800, 10505, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9080, 7, 900, 10501, 9002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9002, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9090, 7, 900, 10503, 9002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9002, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9093, 7, 900, 10504, 9002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9002, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9183, 7, 900, 10903, 9002, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 9002, 313, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9187, 7, 900, 10905, 9002, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 9002, 313, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9212, 7, 800, 10609, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9214, 7, 800, 10601, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9215, 7, 800, 10610, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9217, 7, 800, 10602, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9218, 7, 800, 10611, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9220, 7, 800, 10603, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9222, 7, 800, 10604, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9224, 7, 800, 10612, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9225, 7, 800, 10605, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9226, 7, 800, 10606, 9005, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9005, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9227, 7, 800, 10609, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9228, 7, 800, 10601, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9230, 7, 800, 10610, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9231, 7, 800, 10602, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9233, 7, 800, 10611, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9235, 7, 800, 10603, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9237, 7, 800, 10604, 9003, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9003, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9242, 7, 900, 10609, 9002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9002, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9248, 7, 900, 10611, 9002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9002, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9250, 7, 900, 10604, 9002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9002, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9307, 7, 800, 10301, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9310, 7, 800, 10310, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9312, 7, 800, 10303, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9313, 7, 800, 10304, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9315, 7, 800, 10305, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9317, 7, 800, 10311, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9319, 7, 800, 10306, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9322, 7, 800, 10309, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9323, 7, 800, 10301, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9324, 7, 800, 10302, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9325, 7, 800, 10310, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9327, 7, 800, 10303, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9329, 7, 800, 10304, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9331, 7, 800, 10305, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9332, 7, 800, 10311, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9342, 7, 900, 10306, 9002, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9002, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9364, 7, 800, 10405, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9366, 7, 800, 10401, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9368, 7, 800, 10406, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9370, 7, 800, 10402, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9372, 7, 800, 10403, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9374, 7, 800, 10404, 9005, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9005, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9375, 7, 800, 10405, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9376, 7, 800, 10401, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9380, 7, 800, 10402, 9003, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9003, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9389, 7, 900, 10704, 9002, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 9002, 311, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9390, 7, 900, 10804, 9002, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 9002, 313, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9391, 7, 900, 10807, 9002, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 9002, 313, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9392, 7, 900, 10104, 9002, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 9002, 309, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9393, 7, 900, 10703, 9002, 'snd_mfx_1011_CL', 'snd_mfx_1011_CL', 9002, 311, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9394, 7, 900, 10901, 9002, 'snd_mfx_1013_CL', 'snd_mfx_1013_CL', 9002, 313, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9395, 7, 900, 10203, 9002, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 9002, 309, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9396, 7, 900, 10502, 9002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9002, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9397, 7, 900, 10304, 9002, 'snd_mfx_1012_CL', 'snd_mfx_1012_CL', 9002, 312, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9398, 7, 900, 10102, 9002, 'snd_mfx_1009_CL', 'snd_mfx_1009_CL', 9002, 309, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9399, 7, 900, 10602, 9002, 'snd_mfx_1010_CL', 'snd_mfx_1010_CL', 9002, 310, 0, 0, 0, 0, 0, 9); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9500, 7, 100, 10701, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 206, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9501, 7, 100, 10702, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 206, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9502, 7, 100, 10501, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9503, 7, 100, 10801, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9504, 7, 100, 10803, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9505, 7, 100, 10902, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9506, 7, 100, 10601, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9510, 7, 100, 10903, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9511, 7, 100, 10904, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9512, 7, 100, 10602, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9513, 7, 100, 10805, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9514, 7, 100, 10806, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9515, 7, 100, 10502, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9516, 7, 100, 10503, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9517, 7, 100, 10603, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9520, 7, 100, 10905, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9521, 7, 100, 10906, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9522, 7, 100, 10504, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9523, 7, 100, 10505, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9524, 7, 100, 10606, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9525, 7, 100, 10604, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9526, 7, 100, 10807, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9527, 7, 100, 10808, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9528, 7, 100, 10809, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9529, 7, 100, 10704, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 206, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9530, 7, 100, 10811, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9531, 7, 100, 10810, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9532, 7, 100, 10506, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9533, 7, 100, 10507, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9534, 7, 100, 10607, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9535, 7, 100, 10608, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9536, 7, 100, 10909, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9540, 7, 100, 10610, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9541, 7, 100, 10707, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 206, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9542, 7, 100, 10812, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9543, 7, 100, 10813, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9550, 7, 100, 10611, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9551, 7, 100, 10708, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 206, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9552, 7, 100, 10814, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9561, 7, 100, 10612, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 205, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9562, 7, 100, 10815, 9020, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9020, 208, 0, 0, 302, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9600, 7, 100, 10701, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 206, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9601, 7, 100, 10702, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 206, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9602, 7, 100, 10501, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9603, 7, 100, 10801, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9604, 7, 100, 10803, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9605, 7, 100, 10902, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9606, 7, 100, 10601, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9610, 7, 100, 10903, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9611, 7, 100, 10904, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9612, 7, 100, 10602, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9613, 7, 100, 10805, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9614, 7, 100, 10806, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9615, 7, 100, 10502, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9616, 7, 100, 10503, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9617, 7, 100, 10603, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9620, 7, 100, 10905, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9621, 7, 100, 10906, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9622, 7, 100, 10504, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9623, 7, 100, 10505, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9624, 7, 100, 10606, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9625, 7, 100, 10604, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9626, 7, 100, 10807, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9627, 7, 100, 10808, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9628, 7, 100, 10809, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9629, 7, 100, 10704, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 206, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9630, 7, 100, 10811, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9631, 7, 100, 10810, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9632, 7, 100, 10506, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9633, 7, 100, 10507, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9634, 7, 100, 10607, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9635, 7, 100, 10608, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9636, 7, 100, 10909, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9640, 7, 100, 10610, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9641, 7, 100, 10707, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 206, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9642, 7, 100, 10812, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9643, 7, 100, 10813, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9650, 7, 100, 10611, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9651, 7, 100, 10708, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 206, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9652, 7, 100, 10814, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9661, 7, 100, 10612, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 205, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9662, 7, 100, 10815, 9010, 'snd_mfx_3002_CL', 'snd_mfx_3002_CL', 9010, 208, 0, 0, 303, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9700, 7, 100, 10701, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9701, 7, 100, 10702, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9702, 7, 100, 10501, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9703, 7, 100, 10801, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9704, 7, 100, 10803, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9705, 7, 100, 10902, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9706, 7, 100, 10601, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9710, 7, 100, 10903, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9711, 7, 100, 10904, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9712, 7, 100, 10602, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9713, 7, 100, 10805, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9714, 7, 100, 10806, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9715, 7, 100, 10502, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9716, 7, 100, 10503, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9717, 7, 100, 10603, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9720, 7, 100, 10905, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9721, 7, 100, 10906, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9722, 7, 100, 10504, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9723, 7, 100, 10505, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9724, 7, 100, 10606, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9725, 7, 100, 10604, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9726, 7, 100, 10807, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9727, 7, 100, 10808, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9728, 7, 100, 10809, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9729, 7, 100, 10704, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9730, 7, 100, 10811, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9731, 7, 100, 10810, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9732, 7, 100, 10506, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9733, 7, 100, 10507, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9734, 7, 100, 10607, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9735, 7, 100, 10608, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9736, 7, 100, 10909, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9740, 7, 100, 10610, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9741, 7, 100, 10707, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9742, 7, 100, 10812, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9743, 7, 100, 10813, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9750, 7, 100, 10611, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9751, 7, 100, 10708, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9752, 7, 100, 10814, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9761, 7, 100, 10612, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9762, 7, 100, 10815, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 1, 0, 301, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (9999, 3, 100, 10606, 9001, 'snd_mfx_3001_CL', 'snd_mfx_3001_CL', 9001, 119, 0, 0, 301, 0, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10000, 10, 1000, 10101, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10001, 10, 1000, 10201, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10002, 10, 1000, 10401, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10003, 10, 1000, 10501, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10004, 10, 1000, 10601, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10005, 10, 1000, 10801, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10006, 10, 1000, 10901, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10007, 10, 1000, 11001, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10008, 10, 1000, 10101, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10009, 10, 1000, 10201, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10010, 10, 1000, 10103, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10011, 10, 1000, 10203, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10012, 10, 1000, 10402, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10013, 10, 1000, 10502, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10014, 10, 1000, 10603, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10015, 10, 1000, 10804, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10016, 10, 1000, 10903, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10017, 10, 1000, 11002, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10018, 10, 1000, 10103, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10019, 10, 1000, 10203, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10020, 10, 1000, 10104, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10021, 10, 1000, 10204, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10022, 10, 1000, 10403, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10023, 10, 1000, 10504, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10024, 10, 1000, 10604, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10025, 10, 1000, 10807, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10026, 10, 1000, 10906, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10027, 10, 1000, 11003, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10028, 10, 1000, 10104, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10029, 10, 1000, 10204, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10030, 10, 1000, 10105, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10031, 10, 1000, 10205, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10032, 10, 1000, 10404, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10033, 10, 1000, 10507, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10034, 10, 1000, 10608, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10035, 10, 1000, 10810, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10036, 10, 1000, 10908, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10037, 10, 1000, 11004, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10038, 10, 1000, 10105, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10039, 10, 1000, 10205, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10040, 10, 1000, 10107, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10041, 10, 1000, 10207, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10042, 10, 1000, 10406, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10043, 10, 1000, 10509, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10044, 10, 1000, 10611, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10045, 10, 1000, 10814, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10046, 10, 1000, 10912, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10047, 10, 1000, 11006, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10048, 10, 1000, 10107, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10049, 10, 1000, 10207, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10050, 10, 1000, 10401, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10051, 10, 1000, 10501, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10052, 10, 1000, 10601, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10053, 10, 1000, 10402, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10054, 10, 1000, 10502, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10055, 10, 1000, 10603, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10056, 10, 1000, 10403, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10057, 10, 1000, 10504, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10058, 10, 1000, 10604, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10059, 10, 1000, 10404, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10060, 10, 1000, 10507, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10061, 10, 1000, 10608, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10062, 10, 1000, 10406, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10063, 10, 1000, 10509, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10064, 10, 1000, 10611, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10065, 10, 1000, 10801, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10066, 10, 1000, 10901, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10067, 10, 1000, 11001, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10068, 10, 1000, 10804, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10069, 10, 1000, 10903, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10070, 10, 1000, 11002, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10071, 10, 1000, 10807, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10072, 10, 1000, 10906, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10073, 10, 1000, 11003, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10074, 10, 1000, 10810, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10075, 10, 1000, 10908, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10076, 10, 1000, 11004, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10077, 10, 1000, 10814, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10078, 10, 1000, 10912, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10079, 10, 1000, 11006, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10080, 10, 1000, 10101, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10081, 10, 1000, 10201, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10082, 10, 1000, 10401, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10083, 10, 1000, 10103, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10084, 10, 1000, 10203, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10085, 10, 1000, 10402, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10086, 10, 1000, 10104, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10087, 10, 1000, 10204, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10088, 10, 1000, 10403, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10089, 10, 1000, 10105, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10090, 10, 1000, 10205, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10091, 10, 1000, 10404, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10092, 10, 1000, 10107, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10093, 10, 1000, 10207, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10094, 10, 1000, 10406, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10095, 10, 1000, 10501, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10096, 10, 1000, 10601, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10097, 10, 1000, 10801, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10098, 10, 1000, 10502, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10099, 10, 1000, 10603, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10100, 10, 1000, 10804, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10101, 10, 1000, 10504, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10102, 10, 1000, 10604, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10103, 10, 1000, 10807, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10104, 10, 1000, 10507, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10105, 10, 1000, 10608, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10106, 10, 1000, 10810, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10107, 10, 1000, 10509, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10108, 10, 1000, 10611, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10109, 10, 1000, 10814, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10110, 10, 1000, 10901, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10111, 10, 1000, 11001, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10112, 10, 1000, 10101, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10113, 10, 1000, 10903, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10114, 10, 1000, 11002, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10115, 10, 1000, 10103, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10116, 10, 1000, 10906, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10117, 10, 1000, 11003, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10118, 10, 1000, 10104, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10119, 10, 1000, 10908, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10120, 10, 1000, 11004, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10121, 10, 1000, 10105, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10122, 10, 1000, 10912, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10123, 10, 1000, 11006, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10124, 10, 1000, 10107, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10125, 10, 1000, 10201, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10126, 10, 1000, 10401, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10127, 10, 1000, 10501, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10128, 10, 1000, 10203, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10129, 10, 1000, 10402, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10130, 10, 1000, 10502, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10131, 10, 1000, 10204, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10132, 10, 1000, 10403, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10133, 10, 1000, 10504, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10134, 10, 1000, 10205, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10135, 10, 1000, 10404, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10136, 10, 1000, 10507, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10137, 10, 1000, 10207, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10138, 10, 1000, 10406, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10139, 10, 1000, 10509, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10140, 10, 1000, 10601, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10141, 10, 1000, 10801, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10142, 10, 1000, 10901, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10143, 10, 1000, 10603, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10144, 10, 1000, 10804, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10145, 10, 1000, 10903, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10146, 10, 1000, 10604, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10147, 10, 1000, 10807, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10148, 10, 1000, 10906, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10149, 10, 1000, 10608, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10150, 10, 1000, 10810, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10151, 10, 1000, 10908, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10152, 10, 1000, 10611, 6100, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10153, 10, 1000, 10814, 6101, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10154, 10, 1000, 10912, 6102, 'snd_mfx_3003_CL', 'snd_mfx_3003_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10155, 10, 1000, 10601, 6100, 'snd_mfx_3004_CL', 'snd_mfx_3004_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10156, 10, 1000, 10602, 6100, 'snd_mfx_3004_CL', 'snd_mfx_3004_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10157, 10, 1000, 10604, 6100, 'snd_mfx_3004_CL', 'snd_mfx_3004_CL', 6102, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10158, 10, 1000, 10607, 6100, 'snd_mfx_3004_CL', 'snd_mfx_3004_CL', 6100, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10159, 10, 1000, 10611, 6100, 'snd_mfx_3004_CL', 'snd_mfx_3004_CL', 6101, 121, 0, 0, 0, 0, 3, 12); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10160, 12, 100, 10611, 1001, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1001, 101, 1, 0, 1, 1, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10161, 12, 100, 10701, 1002, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1002, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10162, 12, 100, 10905, 1003, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1003, 102, 0, 0, 1, 1, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10163, 12, 100, 10903, 1004, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1004, 102, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10164, 12, 100, 10504, 1005, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1005, 101, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10165, 12, 100, 10811, 1006, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1006, 102, 0, 0, 1, 1, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10166, 12, 100, 10602, 1007, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1007, 101, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10167, 12, 100, 10602, 1008, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1008, 101, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10168, 12, 100, 10606, 1009, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1009, 101, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10169, 12, 100, 10606, 1010, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1010, 101, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10170, 12, 100, 10602, 1011, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1011, 101, 0, 0, 6, 6, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10171, 12, 100, 10906, 1012, 'snd_mfx_1003_CL', 'snd_mfx_1003_CL', 1012, 103, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10172, 12, 100, 10501, 1013, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1013, 101, 0, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10173, 12, 100, 10807, 1014, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1014, 102, 0, 0, 2, 2, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10174, 12, 100, 10810, 1015, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1015, 102, 0, 0, 3, 3, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10175, 12, 100, 10604, 1016, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1016, 101, 0, 0, 7, 7, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10176, 12, 100, 10808, 1017, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1017, 102, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10177, 12, 100, 10805, 1018, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1018, 102, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10178, 12, 100, 10606, 1019, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1019, 101, 0, 0, 8, 8, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10179, 12, 100, 10708, 1020, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1020, 102, 1, 0, 2, 2, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10180, 12, 100, 10903, 1021, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1021, 102, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10181, 12, 100, 10903, 1022, 'snd_mfx_1002_CL', 'snd_mfx_1002_CL', 1022, 102, 0, 0, 5, 5, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10182, 12, 100, 10506, 1023, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1023, 101, 0, 0, 3, 3, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10183, 12, 100, 10504, 1024, 'snd_mfx_1001_CL', 'snd_mfx_1001_CL', 1024, 101, 0, 0, 4, 4, 0, 18); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10184, 12, 100, 11103, 1101, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1101, 313, 0, 0, 1, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10185, 12, 100, 11103, 1102, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1102, 313, 0, 0, 2, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10186, 12, 100, 11102, 1103, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1103, 313, 0, 0, 3, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10187, 12, 100, 11101, 1104, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1104, 313, 0, 0, 4, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10188, 12, 100, 11103, 1105, 'snd_mfx_1015_CL', 'snd_mfx_1015_CL', 1105, 313, 0, 0, 5, 0, 0, 16); INSERT INTO race (id, "group", grade, course_set, thumbnail_id, ff_cue_name, ff_cuesheet_name, ff_anim, ff_camera, ff_camera_sub, ff_sub, goal_gate, goal_flower, audience, entry_num) VALUES (10189, 12, 100, 11103, 1106, 'snd_mfx_1014_CL', 'snd_mfx_1014_CL', 1106, 313, 0, 0, 6, 0, 0, 16); -- Table: race_bgm CREATE TABLE 'race_bgm' ('id' INTEGER NOT NULL, 'race_type' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'grade' INTEGER NOT NULL, 'single_mode_route_race_id' INTEGER NOT NULL, 'single_mode_program_id' INTEGER NOT NULL, 'difficulty' INTEGER NOT NULL, 'paddock_bgm_cue_name' TEXT NOT NULL, 'paddock_bgm_cuesheet_name' TEXT NOT NULL, 'entrytable_bgm_cue_name' TEXT NOT NULL, 'entrytable_bgm_cuesheet_name' TEXT NOT NULL, 'first_bgm_pattern' INTEGER NOT NULL, 'second_bgm_pattern' INTEGER NOT NULL, 'result_cutin_bgm_cue_name_1' TEXT NOT NULL, 'result_cutin_bgm_cuesheet_name_1' TEXT NOT NULL, 'result_cutin_bgm_cue_name_2' TEXT NOT NULL, 'result_cutin_bgm_cuesheet_name_2' TEXT NOT NULL, 'result_cutin_bgm_cue_name_3' TEXT NOT NULL, 'result_cutin_bgm_cuesheet_name_3' TEXT NOT NULL, 'result_list_bgm_cue_name_1' TEXT NOT NULL, 'result_list_bgm_cuesheet_name_1' TEXT NOT NULL, 'result_list_bgm_cue_name_2' TEXT NOT NULL, 'result_list_bgm_cuesheet_name_2' TEXT NOT NULL, 'result_list_bgm_cue_name_3' TEXT NOT NULL, 'result_list_bgm_cuesheet_name_3' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (1, 4, 700401, -1, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (2, 4, 200901, -1, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 8, 9, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (3, 4, 202701, -1, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 8, 9, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (4, 4, 700301, -1, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 8, 9, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (5, 4, 701301, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (6, 4, 700101, -1, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (7, 4, 201101, -1, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 8, 9, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (8, 6, 102301, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (9, 6, 101001, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (10, 6, -1, -1, -1, 1082, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (11, 6, -1, -1, -1, 1086, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (12, 6, -1, -1, -1, 1089, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (13, 6, -1, -1, -1, 2201, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (14, 6, -1, -1, -1, 2202, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (15, 6, -1, -1, -1, 2203, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (16, 6, -1, -1, -1, 2204, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (17, 6, -1, -1, -1, 2205, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (18, 6, -1, -1, -1, 2206, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (19, 6, -1, -1, -1, 2207, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (20, 6, -1, -1, -1, 2208, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (21, 6, -1, -1, -1, 2209, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (22, 6, -1, -1, -1, 2210, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (23, 6, -1, -1, -1, 2211, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (24, 6, -1, -1, -1, 2212, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (25, 6, -1, -1, -1, 2213, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (26, 6, -1, -1, -1, 2214, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (27, 6, -1, -1, -1, 2215, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (28, 6, -1, -1, -1, 2216, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (29, 6, -1, -1, -1, 2217, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (30, 6, -1, -1, -1, 2218, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (31, 6, -1, -1, -1, 2219, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (32, 6, -1, -1, -1, 2220, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (33, 6, -1, -1, -1, 2221, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (34, 6, -1, -1, -1, 2222, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (35, 6, -1, -1, -1, 2223, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (36, 6, -1, -1, -1, 2224, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (37, 6, -1, -1, -1, 2225, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (38, 6, -1, -1, -1, 2226, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (39, 6, -1, -1, -1, 2227, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (40, 6, -1, -1, -1, 2228, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (41, 6, -1, -1, -1, 2229, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (42, 6, -1, -1, -1, 2230, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (43, 6, -1, -1, -1, 2231, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (44, 6, -1, -1, -1, 2232, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (45, 6, -1, -1, -1, 2233, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (46, 6, -1, -1, -1, 2234, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (47, 6, -1, -1, -1, 2235, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (48, 6, -1, -1, -1, 2236, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (49, 6, -1, -1, -1, 2237, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (50, 6, -1, -1, -1, 2238, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (51, 6, -1, -1, -1, 2239, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (52, 6, -1, -1, -1, 2240, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (53, 6, -1, -1, -1, 2241, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (177, 6, -1, 100, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_AM025_entrytable_01', 'snd_bgm_AM025', 16, 17, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (178, 6, -1, 200, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 8, 9, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (179, 6, -1, 300, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 10, 11, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (180, 6, -1, 400, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (181, 6, -1, 700, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (182, 6, -1, 800, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (183, 6, -1, 900, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 5, 6, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (184, 7, 620155, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 24, 25, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (185, 7, 620156, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 24, 25, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (186, 7, 620157, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 24, 25, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (187, 7, 620158, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 24, 25, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (188, 7, 620159, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 24, 25, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (189, 7, -1, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_AM025_entrytable_01', 'snd_bgm_AM025', 22, 23, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (190, 10, 580003, -1, -1, -1, -1, 'snd_bgm_SM006_paddock_01', 'snd_bgm_SM006', 'snd_bgm_DM037_entrytable', 'snd_bgm_DM037', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (191, 10, 580033, -1, -1, -1, -1, 'snd_bgm_SM006_paddock_01', 'snd_bgm_SM006', 'snd_bgm_DM037_entrytable', 'snd_bgm_DM037', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (192, 10, -1, -1, -1, -1, -1, 'snd_bgm_SM006_paddock_01', 'snd_bgm_SM006', 'snd_bgm_DM037_entrytable', 'snd_bgm_DM037', 5, 7, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (193, 12, -1, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_01', 'snd_bgm_GM022', 'snd_bgm_AM025_entrytable_01', 'snd_bgm_AM025', 14, 15, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (194, 14, -1, -1, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (195, 15, -1, -1, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (196, 2, -1, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 3, 4, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (197, 5, -1, -1, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (198, 4, 700501, -1, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (199, 4, 451701, -1, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 8, 9, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (200, 4, 700701, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_AM025_entrytable_01', 'snd_bgm_AM025', 16, 17, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (201, 4, 700801, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (202, 8, -1, -1, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 8, 9, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (203, 4, 700901, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_AM025_entrytable_01', 'snd_bgm_AM025', 16, 17, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (204, 4, 701001, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_AM025_entrytable_01', 'snd_bgm_AM025', 16, 17, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (205, 4, 701101, -1, -1, -1, -1, 'snd_bgm_SM012_paddock_02', 'snd_bgm_SM012', 'snd_bgm_AM003_entrytable_01', 'snd_bgm_AM003', 8, 9, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (206, 4, 701201, -1, -1, -1, -1, 'snd_bgm_GM022_paddock_02', 'snd_bgm_GM022', 'snd_bgm_DM022_entrytable', 'snd_bgm_DM022', 1, 2, 'snd_bgm_GM004_jingle', 'snd_bgm_GM004', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM004_loop', 'snd_bgm_GM004', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); INSERT INTO race_bgm (id, race_type, race_instance_id, grade, single_mode_route_race_id, single_mode_program_id, difficulty, paddock_bgm_cue_name, paddock_bgm_cuesheet_name, entrytable_bgm_cue_name, entrytable_bgm_cuesheet_name, first_bgm_pattern, second_bgm_pattern, result_cutin_bgm_cue_name_1, result_cutin_bgm_cuesheet_name_1, result_cutin_bgm_cue_name_2, result_cutin_bgm_cuesheet_name_2, result_cutin_bgm_cue_name_3, result_cutin_bgm_cuesheet_name_3, result_list_bgm_cue_name_1, result_list_bgm_cuesheet_name_1, result_list_bgm_cue_name_2, result_list_bgm_cuesheet_name_2, result_list_bgm_cue_name_3, result_list_bgm_cuesheet_name_3) VALUES (207, 9, -1, -1, -1, -1, -1, 'snd_bgm_GM002_paddock_01', 'snd_bgm_GM002', 'snd_bgm_AM019_entrytable_01', 'snd_bgm_AM019', 12, 13, 'snd_bgm_GM037_jingle', 'snd_bgm_GM037', 'snd_bgm_GM037_jingle_short', 'snd_bgm_GM037', 'snd_bgm_GM036_jingle', 'snd_bgm_GM036', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM037_loop', 'snd_bgm_GM037', 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); -- Table: race_bgm_cutin CREATE TABLE 'race_bgm_cutin' ('id' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'bgm_group_id' INTEGER NOT NULL, 'fadeout_time' INTEGER NOT NULL, 'exclusive_control' INTEGER NOT NULL, 'short_cutin_bgm_cue_name' TEXT NOT NULL, 'short_cutin_bgm_cuesheet_name' TEXT NOT NULL, 'long_cutin_bgm_cue_name' TEXT NOT NULL, 'long_cutin_bgm_cuesheet_name' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO race_bgm_cutin (id, card_id, bgm_group_id, fadeout_time, exclusive_control, short_cutin_bgm_cue_name, short_cutin_bgm_cuesheet_name, long_cutin_bgm_cue_name, long_cutin_bgm_cuesheet_name) VALUES (1, 100302, 1, 140000, 1, 'snd_bgm_CS1032_race_short', 'snd_bgm_CS1032_race', 'snd_bgm_CS1032_race_long', 'snd_bgm_CS1032_race'); INSERT INTO race_bgm_cutin (id, card_id, bgm_group_id, fadeout_time, exclusive_control, short_cutin_bgm_cue_name, short_cutin_bgm_cuesheet_name, long_cutin_bgm_cue_name, long_cutin_bgm_cuesheet_name) VALUES (2, 101302, 1, 140000, 1, 'snd_bgm_CS1032_race_short', 'snd_bgm_CS1032_race', 'snd_bgm_CS1032_race_long', 'snd_bgm_CS1032_race'); -- Table: race_bgm_cutin_extension_time CREATE TABLE 'race_bgm_cutin_extension_time' ('id' INTEGER NOT NULL, 'cutin_category' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'extension_sec' INTEGER NOT NULL, 'extension_sec_long' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (1, 1, 0, 0, 10000, 10000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (2, 3, 100101, 0, 23333, 91666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (3, 3, 100201, 0, 26000, 81666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (4, 3, 100301, 0, 24000, 76666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (5, 3, 100401, 0, 24666, 76000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (6, 3, 100601, 0, 26000, 73666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (7, 3, 100701, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (8, 3, 100801, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (9, 3, 100901, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (10, 3, 101001, 0, 25000, 63333); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (11, 3, 101101, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (12, 3, 101301, 0, 26333, 73000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (13, 3, 101401, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (14, 3, 101701, 0, 24666, 84333); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (15, 3, 101801, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (16, 3, 102401, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (17, 3, 102701, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (18, 3, 103001, 0, 23666, 70666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (19, 3, 103201, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (20, 3, 103501, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (21, 3, 104101, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (22, 3, 104501, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (23, 3, 105201, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (24, 3, 105601, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (25, 3, 106001, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (26, 3, 106101, 0, 23333, 23000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (27, 2, 0, 1001, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (28, 2, 0, 1002, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (29, 2, 0, 1003, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (30, 2, 0, 1004, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (31, 2, 0, 1006, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (32, 2, 0, 1007, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (33, 2, 0, 1008, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (34, 2, 0, 1009, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (35, 2, 0, 1010, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (36, 2, 0, 1011, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (37, 2, 0, 1013, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (38, 2, 0, 1014, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (39, 2, 0, 1017, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (40, 2, 0, 1018, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (41, 2, 0, 1024, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (42, 2, 0, 1027, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (43, 2, 0, 1030, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (44, 2, 0, 1032, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (45, 2, 0, 1035, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (46, 2, 0, 1041, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (47, 2, 0, 1045, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (48, 2, 0, 1052, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (49, 2, 0, 1056, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (50, 2, 0, 1060, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (51, 2, 0, 1061, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (52, 3, 101501, 0, 25333, 91666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (53, 2, 0, 1015, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (54, 3, 102601, 0, 29000, 90000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (55, 2, 0, 1026, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (56, 3, 102301, 0, 12333, 88333); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (57, 2, 0, 1023, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (58, 3, 100302, 0, 24000, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (59, 3, 101302, 0, 27000, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (60, 3, 103801, 0, 23000, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (61, 2, 0, 1038, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (62, 3, 105001, 0, 23000, 107000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (63, 2, 0, 1050, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (64, 3, 104601, 0, 24333, 99666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (65, 2, 0, 1046, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (66, 3, 101601, 0, 30666, 92000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (67, 2, 0, 1016, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (68, 3, 101802, 0, 32666, 101000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (69, 3, 102402, 0, 23000, 94333); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (70, 3, 102001, 0, 26666, 94000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (71, 2, 0, 1020, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (72, 3, 101201, 0, 25000, 93333); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (73, 2, 0, 1012, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (74, 3, 101102, 0, 26666, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (75, 3, 101402, 0, 26666, 97666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (76, 3, 100501, 0, 26333, 105000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (77, 2, 0, 1005, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (78, 3, 104001, 0, 30666, 96666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (79, 2, 0, 1040, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (80, 3, 100102, 0, 41333, 95000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (81, 3, 100402, 0, 26666, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (82, 3, 105801, 0, 40000, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (83, 2, 0, 1058, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (84, 3, 103701, 0, 31666, 94333); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (85, 2, 0, 1037, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (86, 3, 105602, 0, 29333, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (87, 3, 102801, 0, 26666, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (88, 2, 0, 1028, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (89, 3, 101901, 0, 33333, 93333); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (90, 2, 0, 1019, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (91, 3, 103002, 0, 27333, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (92, 3, 104502, 0, 35333, 96666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (93, 3, 103901, 0, 37333, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (94, 2, 0, 1039, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (95, 3, 102501, 0, 27333, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (96, 2, 0, 1025, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (97, 3, 101702, 0, 29000, 92666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (98, 3, 104002, 0, 35666, 100000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (99, 3, 104801, 0, 52333, 94666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (100, 2, 0, 1048, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (101, 3, 105901, 0, 23000, 99666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (102, 2, 0, 1059, 11666, 11666); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (103, 3, 102302, 0, 32333, 95000); INSERT INTO race_bgm_cutin_extension_time (id, cutin_category, card_id, chara_id, extension_sec, extension_sec_long) VALUES (104, 3, 100602, 0, 23000, 99666); -- Table: race_bgm_pattern CREATE TABLE 'race_bgm_pattern' ('id' INTEGER NOT NULL, 'bgm_time_1' INTEGER NOT NULL, 'bgm_cue_name_1' TEXT NOT NULL, 'bgm_cuesheet_name_1' TEXT NOT NULL, 'bgm_time_2' INTEGER NOT NULL, 'bgm_cue_name_2' TEXT NOT NULL, 'bgm_cuesheet_name_2' TEXT NOT NULL, 'bgm_time_3' INTEGER NOT NULL, 'bgm_cue_name_3' TEXT NOT NULL, 'bgm_cuesheet_name_3' TEXT NOT NULL, 'bgm_time_4' INTEGER NOT NULL, 'bgm_cue_name_4' TEXT NOT NULL, 'bgm_cuesheet_name_4' TEXT NOT NULL, 'bgm_time_5' INTEGER NOT NULL, 'bgm_cue_name_5' TEXT NOT NULL, 'bgm_cuesheet_name_5' TEXT NOT NULL, 'bgm_time_6' INTEGER NOT NULL, 'bgm_cue_name_6' TEXT NOT NULL, 'bgm_cuesheet_name_6' TEXT NOT NULL, 'bgm_time_7' INTEGER NOT NULL, 'bgm_cue_name_7' TEXT NOT NULL, 'bgm_cuesheet_name_7' TEXT NOT NULL, 'bgm_time_8' INTEGER NOT NULL, 'bgm_cue_name_8' TEXT NOT NULL, 'bgm_cuesheet_name_8' TEXT NOT NULL, 'bgm_time_9' INTEGER NOT NULL, 'bgm_cue_name_9' TEXT NOT NULL, 'bgm_cuesheet_name_9' TEXT NOT NULL, 'bgm_time_10' INTEGER NOT NULL, 'bgm_cue_name_10' TEXT NOT NULL, 'bgm_cuesheet_name_10' TEXT NOT NULL, 'bgm_time_11' INTEGER NOT NULL, 'bgm_cue_name_11' TEXT NOT NULL, 'bgm_cuesheet_name_11' TEXT NOT NULL, 'bgm_time_12' INTEGER NOT NULL, 'bgm_cue_name_12' TEXT NOT NULL, 'bgm_cuesheet_name_12' TEXT NOT NULL, 'bgm_time_13' INTEGER NOT NULL, 'bgm_cue_name_13' TEXT NOT NULL, 'bgm_cuesheet_name_13' TEXT NOT NULL, 'bgm_time_14' INTEGER NOT NULL, 'bgm_cue_name_14' TEXT NOT NULL, 'bgm_cuesheet_name_14' TEXT NOT NULL, 'bgm_time_15' INTEGER NOT NULL, 'bgm_cue_name_15' TEXT NOT NULL, 'bgm_cuesheet_name_15' TEXT NOT NULL, 'bgm_time_16' INTEGER NOT NULL, 'bgm_cue_name_16' TEXT NOT NULL, 'bgm_cuesheet_name_16' TEXT NOT NULL, 'bgm_time_17' INTEGER NOT NULL, 'bgm_cue_name_17' TEXT NOT NULL, 'bgm_cuesheet_name_17' TEXT NOT NULL, 'bgm_time_18' INTEGER NOT NULL, 'bgm_cue_name_18' TEXT NOT NULL, 'bgm_cuesheet_name_18' TEXT NOT NULL, 'bgm_time_19' INTEGER NOT NULL, 'bgm_cue_name_19' TEXT NOT NULL, 'bgm_cuesheet_name_19' TEXT NOT NULL, 'bgm_time_20' INTEGER NOT NULL, 'bgm_cue_name_20' TEXT NOT NULL, 'bgm_cuesheet_name_20' TEXT NOT NULL, 'bgm_time_21' INTEGER NOT NULL, 'bgm_cue_name_21' TEXT NOT NULL, 'bgm_cuesheet_name_21' TEXT NOT NULL, 'bgm_time_22' INTEGER NOT NULL, 'bgm_cue_name_22' TEXT NOT NULL, 'bgm_cuesheet_name_22' TEXT NOT NULL, 'bgm_time_23' INTEGER NOT NULL, 'bgm_cue_name_23' TEXT NOT NULL, 'bgm_cuesheet_name_23' TEXT NOT NULL, 'bgm_time_24' INTEGER NOT NULL, 'bgm_cue_name_24' TEXT NOT NULL, 'bgm_cuesheet_name_24' TEXT NOT NULL, 'bgm_time_25' INTEGER NOT NULL, 'bgm_cue_name_25' TEXT NOT NULL, 'bgm_cuesheet_name_25' TEXT NOT NULL, 'bgm_time_26' INTEGER NOT NULL, 'bgm_cue_name_26' TEXT NOT NULL, 'bgm_cuesheet_name_26' TEXT NOT NULL, 'bgm_time_27' INTEGER NOT NULL, 'bgm_cue_name_27' TEXT NOT NULL, 'bgm_cuesheet_name_27' TEXT NOT NULL, 'bgm_time_28' INTEGER NOT NULL, 'bgm_cue_name_28' TEXT NOT NULL, 'bgm_cuesheet_name_28' TEXT NOT NULL, 'bgm_time_29' INTEGER NOT NULL, 'bgm_cue_name_29' TEXT NOT NULL, 'bgm_cuesheet_name_29' TEXT NOT NULL, 'bgm_time_30' INTEGER NOT NULL, 'bgm_cue_name_30' TEXT NOT NULL, 'bgm_cuesheet_name_30' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (1, 99, 'snd_bgm_DM029A_race_short', 'snd_bgm_DM029', 999, 'snd_bgm_DM029A_race_full', 'snd_bgm_DM029', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (2, 10, 'snd_bgm_DM029B_race_ls_01', 'snd_bgm_DM029B_race_ls_01', 13, 'snd_bgm_DM029B_race_ls_02', 'snd_bgm_DM029B_race_ls_02', 15, 'snd_bgm_DM029B_race_ls_03', 'snd_bgm_DM029B_race_ls_03', 18, 'snd_bgm_DM029B_race_ls_04', 'snd_bgm_DM029B_race_ls_04', 21, 'snd_bgm_DM029B_race_ls_05', 'snd_bgm_DM029B_race_ls_05', 23, 'snd_bgm_DM029B_race_ls_06', 'snd_bgm_DM029B_race_ls_06', 26, 'snd_bgm_DM029B_race_ls_07', 'snd_bgm_DM029B_race_ls_07', 29, 'snd_bgm_DM029B_race_ls_08', 'snd_bgm_DM029B_race_ls_08', 32, 'snd_bgm_DM029B_race_ls_09', 'snd_bgm_DM029B_race_ls_09', 35, 'snd_bgm_DM029B_race_ls_10', 'snd_bgm_DM029B_race_ls_10', 38, 'snd_bgm_DM029B_race_ls_11', 'snd_bgm_DM029B_race_ls_11', 41, 'snd_bgm_DM029B_race_ls_12', 'snd_bgm_DM029B_race_ls_12', 43, 'snd_bgm_DM029B_race_ls_13', 'snd_bgm_DM029B_race_ls_13', 46, 'snd_bgm_DM029B_race_ls_14', 'snd_bgm_DM029B_race_ls_14', 49, 'snd_bgm_DM029B_race_ls_15', 'snd_bgm_DM029B_race_ls_15', 51, 'snd_bgm_DM029B_race_ls_16', 'snd_bgm_DM029B_race_ls_16', 54, 'snd_bgm_DM029B_race_ls_17', 'snd_bgm_DM029B_race_ls_17', 57, 'snd_bgm_DM029B_race_ls_18', 'snd_bgm_DM029B_race_ls_18', 60, 'snd_bgm_DM029B_race_ls_19', 'snd_bgm_DM029B_race_ls_19', 62, 'snd_bgm_DM029B_race_ls_20', 'snd_bgm_DM029B_race_ls_20', 99, 'snd_bgm_DM029B_race_ls_99', 'snd_bgm_DM029B_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (3, 999, 'snd_bgm_DM029A_race_tutorial', 'snd_bgm_DM029', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (4, 10, 'snd_bgm_DM029B_race_ls_01_tutorial', 'snd_bgm_DM029B_race_ls_01', 13, 'snd_bgm_DM029B_race_ls_02_tutorial', 'snd_bgm_DM029B_race_ls_02', 15, 'snd_bgm_DM029B_race_ls_03_tutorial', 'snd_bgm_DM029B_race_ls_03', 18, 'snd_bgm_DM029B_race_ls_04_tutorial', 'snd_bgm_DM029B_race_ls_04', 21, 'snd_bgm_DM029B_race_ls_05_tutorial', 'snd_bgm_DM029B_race_ls_05', 23, 'snd_bgm_DM029B_race_ls_06_tutorial', 'snd_bgm_DM029B_race_ls_06', 26, 'snd_bgm_DM029B_race_ls_07_tutorial', 'snd_bgm_DM029B_race_ls_07', 29, 'snd_bgm_DM029B_race_ls_08_tutorial', 'snd_bgm_DM029B_race_ls_08', 32, 'snd_bgm_DM029B_race_ls_09_tutorial', 'snd_bgm_DM029B_race_ls_09', 35, 'snd_bgm_DM029B_race_ls_10_tutorial', 'snd_bgm_DM029B_race_ls_10', 38, 'snd_bgm_DM029B_race_ls_11_tutorial', 'snd_bgm_DM029B_race_ls_11', 41, 'snd_bgm_DM029B_race_ls_12_tutorial', 'snd_bgm_DM029B_race_ls_12', 43, 'snd_bgm_DM029B_race_ls_13_tutorial', 'snd_bgm_DM029B_race_ls_13', 46, 'snd_bgm_DM029B_race_ls_14_tutorial', 'snd_bgm_DM029B_race_ls_14', 49, 'snd_bgm_DM029B_race_ls_15_tutorial', 'snd_bgm_DM029B_race_ls_15', 51, 'snd_bgm_DM029B_race_ls_16_tutorial', 'snd_bgm_DM029B_race_ls_16', 54, 'snd_bgm_DM029B_race_ls_17_tutorial', 'snd_bgm_DM029B_race_ls_17', 57, 'snd_bgm_DM029B_race_ls_18_tutorial', 'snd_bgm_DM029B_race_ls_18', 60, 'snd_bgm_DM029B_race_ls_19_tutorial', 'snd_bgm_DM029B_race_ls_19', 62, 'snd_bgm_DM029B_race_ls_20_tutorial', 'snd_bgm_DM029B_race_ls_20', 99, 'snd_bgm_DM029B_race_ls_99_tutorial', 'snd_bgm_DM029B_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (5, 999, 'snd_bgm_GM038_race_full', 'snd_bgm_GM038', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (6, 10, 'snd_bgm_GM039_race_ls_01', 'snd_bgm_GM039_race_ls_01', 13, 'snd_bgm_GM039_race_ls_02', 'snd_bgm_GM039_race_ls_02', 15, 'snd_bgm_GM039_race_ls_03', 'snd_bgm_GM039_race_ls_03', 18, 'snd_bgm_GM039_race_ls_04', 'snd_bgm_GM039_race_ls_04', 21, 'snd_bgm_GM039_race_ls_05', 'snd_bgm_GM039_race_ls_05', 23, 'snd_bgm_GM039_race_ls_06', 'snd_bgm_GM039_race_ls_06', 26, 'snd_bgm_GM039_race_ls_07', 'snd_bgm_GM039_race_ls_07', 29, 'snd_bgm_GM039_race_ls_08', 'snd_bgm_GM039_race_ls_08', 31, 'snd_bgm_GM039_race_ls_09', 'snd_bgm_GM039_race_ls_09', 34, 'snd_bgm_GM039_race_ls_10', 'snd_bgm_GM039_race_ls_10', 37, 'snd_bgm_GM039_race_ls_11', 'snd_bgm_GM039_race_ls_11', 39, 'snd_bgm_GM039_race_ls_12', 'snd_bgm_GM039_race_ls_12', 42, 'snd_bgm_GM039_race_ls_13', 'snd_bgm_GM039_race_ls_13', 44, 'snd_bgm_GM039_race_ls_14', 'snd_bgm_GM039_race_ls_14', 47, 'snd_bgm_GM039_race_ls_15', 'snd_bgm_GM039_race_ls_15', 50, 'snd_bgm_GM039_race_ls_16', 'snd_bgm_GM039_race_ls_16', 52, 'snd_bgm_GM039_race_ls_17', 'snd_bgm_GM039_race_ls_17', 55, 'snd_bgm_GM039_race_ls_18', 'snd_bgm_GM039_race_ls_18', 58, 'snd_bgm_GM039_race_ls_19', 'snd_bgm_GM039_race_ls_19', 60, 'snd_bgm_GM039_race_ls_20', 'snd_bgm_GM039_race_ls_20', 99, 'snd_bgm_GM039_race_ls_99', 'snd_bgm_GM039_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (7, 10, 'snd_bgm_GM039_race_ls_01_daily', 'snd_bgm_GM039_race_ls_01', 13, 'snd_bgm_GM039_race_ls_02_daily', 'snd_bgm_GM039_race_ls_02', 15, 'snd_bgm_GM039_race_ls_03_daily', 'snd_bgm_GM039_race_ls_03', 18, 'snd_bgm_GM039_race_ls_04_daily', 'snd_bgm_GM039_race_ls_04', 21, 'snd_bgm_GM039_race_ls_05_daily', 'snd_bgm_GM039_race_ls_05', 23, 'snd_bgm_GM039_race_ls_06_daily', 'snd_bgm_GM039_race_ls_06', 26, 'snd_bgm_GM039_race_ls_07_daily', 'snd_bgm_GM039_race_ls_07', 29, 'snd_bgm_GM039_race_ls_08_daily', 'snd_bgm_GM039_race_ls_08', 31, 'snd_bgm_GM039_race_ls_09_daily', 'snd_bgm_GM039_race_ls_09', 34, 'snd_bgm_GM039_race_ls_10_daily', 'snd_bgm_GM039_race_ls_10', 37, 'snd_bgm_GM039_race_ls_11_daily', 'snd_bgm_GM039_race_ls_11', 39, 'snd_bgm_GM039_race_ls_12_daily', 'snd_bgm_GM039_race_ls_12', 42, 'snd_bgm_GM039_race_ls_13_daily', 'snd_bgm_GM039_race_ls_13', 44, 'snd_bgm_GM039_race_ls_14_daily', 'snd_bgm_GM039_race_ls_14', 47, 'snd_bgm_GM039_race_ls_15_daily', 'snd_bgm_GM039_race_ls_15', 50, 'snd_bgm_GM039_race_ls_16_daily', 'snd_bgm_GM039_race_ls_16', 52, 'snd_bgm_GM039_race_ls_17_daily', 'snd_bgm_GM039_race_ls_17', 55, 'snd_bgm_GM039_race_ls_18_daily', 'snd_bgm_GM039_race_ls_18', 58, 'snd_bgm_GM039_race_ls_19_daily', 'snd_bgm_GM039_race_ls_19', 60, 'snd_bgm_GM039_race_ls_20_daily', 'snd_bgm_GM039_race_ls_20', 99, 'snd_bgm_GM039_race_ls_99_daily', 'snd_bgm_GM039_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (8, 72, 'snd_bgm_GM003_race_short', 'snd_bgm_GM003', 999, 'snd_bgm_GM003_race_full', 'snd_bgm_GM003', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (9, 9, 'snd_bgm_GM040_race_ls_01', 'snd_bgm_GM040_race_ls_01', 12, 'snd_bgm_GM040_race_ls_02', 'snd_bgm_GM040_race_ls_02', 15, 'snd_bgm_GM040_race_ls_03', 'snd_bgm_GM040_race_ls_03', 18, 'snd_bgm_GM040_race_ls_04', 'snd_bgm_GM040_race_ls_04', 21, 'snd_bgm_GM040_race_ls_05', 'snd_bgm_GM040_race_ls_05', 23, 'snd_bgm_GM040_race_ls_06', 'snd_bgm_GM040_race_ls_06', 26, 'snd_bgm_GM040_race_ls_07', 'snd_bgm_GM040_race_ls_07', 29, 'snd_bgm_GM040_race_ls_08', 'snd_bgm_GM040_race_ls_08', 32, 'snd_bgm_GM040_race_ls_09', 'snd_bgm_GM040_race_ls_09', 35, 'snd_bgm_GM040_race_ls_10', 'snd_bgm_GM040_race_ls_10', 38, 'snd_bgm_GM040_race_ls_11', 'snd_bgm_GM040_race_ls_11', 41, 'snd_bgm_GM040_race_ls_12', 'snd_bgm_GM040_race_ls_12', 44, 'snd_bgm_GM040_race_ls_13', 'snd_bgm_GM040_race_ls_13', 47, 'snd_bgm_GM040_race_ls_14', 'snd_bgm_GM040_race_ls_14', 50, 'snd_bgm_GM040_race_ls_15', 'snd_bgm_GM040_race_ls_15', 53, 'snd_bgm_GM040_race_ls_16', 'snd_bgm_GM040_race_ls_16', 56, 'snd_bgm_GM040_race_ls_17', 'snd_bgm_GM040_race_ls_17', 59, 'snd_bgm_GM040_race_ls_18', 'snd_bgm_GM040_race_ls_18', 62, 'snd_bgm_GM040_race_ls_19', 'snd_bgm_GM040_race_ls_19', 65, 'snd_bgm_GM040_race_ls_20', 'snd_bgm_GM040_race_ls_20', 68, 'snd_bgm_GM040_race_ls_21', 'snd_bgm_GM040_race_ls_21', 71, 'snd_bgm_GM040_race_ls_22', 'snd_bgm_GM040_race_ls_22', 99, 'snd_bgm_GM040_race_ls_99', 'snd_bgm_GM040_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (10, 73, 'snd_bgm_GM041_race_short', 'snd_bgm_GM041', 999, 'snd_bgm_GM041_race_full', 'snd_bgm_GM041', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (11, 9, 'snd_bgm_GM042_race_ls_01', 'snd_bgm_GM042_race_ls_01', 11, 'snd_bgm_GM042_race_ls_02', 'snd_bgm_GM042_race_ls_02', 14, 'snd_bgm_GM042_race_ls_03', 'snd_bgm_GM042_race_ls_03', 17, 'snd_bgm_GM042_race_ls_04', 'snd_bgm_GM042_race_ls_04', 20, 'snd_bgm_GM042_race_ls_05', 'snd_bgm_GM042_race_ls_05', 23, 'snd_bgm_GM042_race_ls_06', 'snd_bgm_GM042_race_ls_06', 26, 'snd_bgm_GM042_race_ls_07', 'snd_bgm_GM042_race_ls_07', 29, 'snd_bgm_GM042_race_ls_08', 'snd_bgm_GM042_race_ls_08', 32, 'snd_bgm_GM042_race_ls_09', 'snd_bgm_GM042_race_ls_09', 35, 'snd_bgm_GM042_race_ls_10', 'snd_bgm_GM042_race_ls_10', 38, 'snd_bgm_GM042_race_ls_11', 'snd_bgm_GM042_race_ls_11', 41, 'snd_bgm_GM042_race_ls_12', 'snd_bgm_GM042_race_ls_12', 44, 'snd_bgm_GM042_race_ls_13', 'snd_bgm_GM042_race_ls_13', 47, 'snd_bgm_GM042_race_ls_14', 'snd_bgm_GM042_race_ls_14', 50, 'snd_bgm_GM042_race_ls_15', 'snd_bgm_GM042_race_ls_15', 54, 'snd_bgm_GM042_race_ls_16', 'snd_bgm_GM042_race_ls_16', 57, 'snd_bgm_GM042_race_ls_17', 'snd_bgm_GM042_race_ls_17', 60, 'snd_bgm_GM042_race_ls_18', 'snd_bgm_GM042_race_ls_18', 63, 'snd_bgm_GM042_race_ls_19', 'snd_bgm_GM042_race_ls_19', 66, 'snd_bgm_GM042_race_ls_20', 'snd_bgm_GM042_race_ls_20', 69, 'snd_bgm_GM042_race_ls_21', 'snd_bgm_GM042_race_ls_21', 99, 'snd_bgm_GM042_race_ls_99', 'snd_bgm_GM042_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (12, 68, 'snd_bgm_GM043_race_short', 'snd_bgm_GM043', 999, 'snd_bgm_GM043_race_full', 'snd_bgm_GM043', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (13, 11, 'snd_bgm_GM044_race_ls_01', 'snd_bgm_GM044_race_ls_01', 14, 'snd_bgm_GM044_race_ls_02', 'snd_bgm_GM044_race_ls_02', 17, 'snd_bgm_GM044_race_ls_03', 'snd_bgm_GM044_race_ls_03', 20, 'snd_bgm_GM044_race_ls_04', 'snd_bgm_GM044_race_ls_04', 23, 'snd_bgm_GM044_race_ls_05', 'snd_bgm_GM044_race_ls_05', 25, 'snd_bgm_GM044_race_ls_06', 'snd_bgm_GM044_race_ls_06', 28, 'snd_bgm_GM044_race_ls_07', 'snd_bgm_GM044_race_ls_07', 31, 'snd_bgm_GM044_race_ls_08', 'snd_bgm_GM044_race_ls_08', 34, 'snd_bgm_GM044_race_ls_09', 'snd_bgm_GM044_race_ls_09', 37, 'snd_bgm_GM044_race_ls_10', 'snd_bgm_GM044_race_ls_10', 40, 'snd_bgm_GM044_race_ls_11', 'snd_bgm_GM044_race_ls_11', 42, 'snd_bgm_GM044_race_ls_12', 'snd_bgm_GM044_race_ls_12', 45, 'snd_bgm_GM044_race_ls_13', 'snd_bgm_GM044_race_ls_13', 48, 'snd_bgm_GM044_race_ls_14', 'snd_bgm_GM044_race_ls_14', 51, 'snd_bgm_GM044_race_ls_15', 'snd_bgm_GM044_race_ls_15', 54, 'snd_bgm_GM044_race_ls_16', 'snd_bgm_GM044_race_ls_16', 56, 'snd_bgm_GM044_race_ls_17', 'snd_bgm_GM044_race_ls_17', 59, 'snd_bgm_GM044_race_ls_18', 'snd_bgm_GM044_race_ls_18', 62, 'snd_bgm_GM044_race_ls_19', 'snd_bgm_GM044_race_ls_19', 65, 'snd_bgm_GM044_race_ls_20', 'snd_bgm_GM044_race_ls_20', 68, 'snd_bgm_GM044_race_ls_21', 'snd_bgm_GM044_race_ls_21', 70, 'snd_bgm_GM044_race_ls_22', 'snd_bgm_GM044_race_ls_22', 73, 'snd_bgm_GM044_race_ls_23', 'snd_bgm_GM044_race_ls_23', 99, 'snd_bgm_GM044_race_ls_99', 'snd_bgm_GM044_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (14, 138, 'snd_bgm_GM045_race_short', 'snd_bgm_GM045', 999, 'snd_bgm_GM045_race_full', 'snd_bgm_GM045', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (15, 9, 'snd_bgm_GM046_race_ls_01', 'snd_bgm_GM046_race_ls_01', 11, 'snd_bgm_GM046_race_ls_02', 'snd_bgm_GM046_race_ls_02', 14, 'snd_bgm_GM046_race_ls_03', 'snd_bgm_GM046_race_ls_03', 17, 'snd_bgm_GM046_race_ls_04', 'snd_bgm_GM046_race_ls_04', 20, 'snd_bgm_GM046_race_ls_05', 'snd_bgm_GM046_race_ls_05', 23, 'snd_bgm_GM046_race_ls_06', 'snd_bgm_GM046_race_ls_06', 26, 'snd_bgm_GM046_race_ls_07', 'snd_bgm_GM046_race_ls_07', 29, 'snd_bgm_GM046_race_ls_08', 'snd_bgm_GM046_race_ls_08', 32, 'snd_bgm_GM046_race_ls_09', 'snd_bgm_GM046_race_ls_09', 35, 'snd_bgm_GM046_race_ls_10', 'snd_bgm_GM046_race_ls_10', 37, 'snd_bgm_GM046_race_ls_11', 'snd_bgm_GM046_race_ls_11', 40, 'snd_bgm_GM046_race_ls_12', 'snd_bgm_GM046_race_ls_12', 43, 'snd_bgm_GM046_race_ls_13', 'snd_bgm_GM046_race_ls_13', 46, 'snd_bgm_GM046_race_ls_14', 'snd_bgm_GM046_race_ls_14', 49, 'snd_bgm_GM046_race_ls_15', 'snd_bgm_GM046_race_ls_15', 51, 'snd_bgm_GM046_race_ls_16', 'snd_bgm_GM046_race_ls_16', 54, 'snd_bgm_GM046_race_ls_17', 'snd_bgm_GM046_race_ls_17', 57, 'snd_bgm_GM046_race_ls_18', 'snd_bgm_GM046_race_ls_18', 60, 'snd_bgm_GM046_race_ls_19', 'snd_bgm_GM046_race_ls_19', 99, 'snd_bgm_GM046_race_ls_99', 'snd_bgm_GM046_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (16, 123, 'snd_bgm_GM059_race_short', 'snd_bgm_GM059', 999, 'snd_bgm_GM059_race_full', 'snd_bgm_GM059', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (17, 11, 'snd_bgm_GM060_race_ls_01', 'snd_bgm_GM060_race_ls_01', 13, 'snd_bgm_GM060_race_ls_02', 'snd_bgm_GM060_race_ls_02', 16, 'snd_bgm_GM060_race_ls_03', 'snd_bgm_GM060_race_ls_03', 19, 'snd_bgm_GM060_race_ls_04', 'snd_bgm_GM060_race_ls_04', 22, 'snd_bgm_GM060_race_ls_05', 'snd_bgm_GM060_race_ls_05', 24, 'snd_bgm_GM060_race_ls_06', 'snd_bgm_GM060_race_ls_06', 26, 'snd_bgm_GM060_race_ls_07', 'snd_bgm_GM060_race_ls_07', 29, 'snd_bgm_GM060_race_ls_08', 'snd_bgm_GM060_race_ls_08', 32, 'snd_bgm_GM060_race_ls_09', 'snd_bgm_GM060_race_ls_09', 35, 'snd_bgm_GM060_race_ls_10', 'snd_bgm_GM060_race_ls_10', 38, 'snd_bgm_GM060_race_ls_11', 'snd_bgm_GM060_race_ls_11', 41, 'snd_bgm_GM060_race_ls_12', 'snd_bgm_GM060_race_ls_12', 44, 'snd_bgm_GM060_race_ls_13', 'snd_bgm_GM060_race_ls_13', 47, 'snd_bgm_GM060_race_ls_14', 'snd_bgm_GM060_race_ls_14', 50, 'snd_bgm_GM060_race_ls_15', 'snd_bgm_GM060_race_ls_15', 53, 'snd_bgm_GM060_race_ls_16', 'snd_bgm_GM060_race_ls_16', 56, 'snd_bgm_GM060_race_ls_17', 'snd_bgm_GM060_race_ls_17', 59, 'snd_bgm_GM060_race_ls_18', 'snd_bgm_GM060_race_ls_18', 62, 'snd_bgm_GM060_race_ls_19', 'snd_bgm_GM060_race_ls_19', 65, 'snd_bgm_GM060_race_ls_20', 'snd_bgm_GM060_race_ls_20', 68, 'snd_bgm_GM060_race_ls_21', 'snd_bgm_GM060_race_ls_21', 99, 'snd_bgm_GM060_race_ls_99', 'snd_bgm_GM060_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (18, 130, 'snd_bgm_GM073_race_short', 'snd_bgm_GM073', 999, 'snd_bgm_GM073_race_full', 'snd_bgm_GM073', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (19, 9, 'snd_bgm_GM074_race_ls_01', 'snd_bgm_GM074_race_ls_01', 13, 'snd_bgm_GM074_race_ls_02', 'snd_bgm_GM074_race_ls_02', 14, 'snd_bgm_GM074_race_ls_03', 'snd_bgm_GM074_race_ls_03', 18, 'snd_bgm_GM074_race_ls_04', 'snd_bgm_GM074_race_ls_04', 21, 'snd_bgm_GM074_race_ls_05', 'snd_bgm_GM074_race_ls_05', 24, 'snd_bgm_GM074_race_ls_06', 'snd_bgm_GM074_race_ls_06', 27, 'snd_bgm_GM074_race_ls_07', 'snd_bgm_GM074_race_ls_07', 29, 'snd_bgm_GM074_race_ls_08', 'snd_bgm_GM074_race_ls_08', 32, 'snd_bgm_GM074_race_ls_09', 'snd_bgm_GM074_race_ls_09', 36, 'snd_bgm_GM074_race_ls_10', 'snd_bgm_GM074_race_ls_10', 38, 'snd_bgm_GM074_race_ls_11', 'snd_bgm_GM074_race_ls_11', 42, 'snd_bgm_GM074_race_ls_12', 'snd_bgm_GM074_race_ls_12', 44, 'snd_bgm_GM074_race_ls_13', 'snd_bgm_GM074_race_ls_13', 48, 'snd_bgm_GM074_race_ls_14', 'snd_bgm_GM074_race_ls_14', 50, 'snd_bgm_GM074_race_ls_15', 'snd_bgm_GM074_race_ls_15', 52, 'snd_bgm_GM074_race_ls_16', 'snd_bgm_GM074_race_ls_16', 56, 'snd_bgm_GM074_race_ls_17', 'snd_bgm_GM074_race_ls_17', 58, 'snd_bgm_GM074_race_ls_18', 'snd_bgm_GM074_race_ls_18', 60, 'snd_bgm_GM074_race_ls_19', 'snd_bgm_GM074_race_ls_19', 62, 'snd_bgm_GM074_race_ls_20', 'snd_bgm_GM074_race_ls_20', 65, 'snd_bgm_GM074_race_ls_21', 'snd_bgm_GM074_race_ls_21', 69, 'snd_bgm_GM074_race_ls_22', 'snd_bgm_GM074_race_ls_22', 71, 'snd_bgm_GM074_race_ls_23', 'snd_bgm_GM074_race_ls_23', 75, 'snd_bgm_GM074_race_ls_24', 'snd_bgm_GM074_race_ls_24', 79, 'snd_bgm_GM074_race_ls_25', 'snd_bgm_GM074_race_ls_25', 99, 'snd_bgm_GM074_race_ls_99', 'snd_bgm_GM074_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (20, 139, 'snd_bgm_GM075_race_short', 'snd_bgm_GM075', 999, 'snd_bgm_GM075_race_full', 'snd_bgm_GM075', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (21, 9, 'snd_bgm_GM076_race_ls_01', 'snd_bgm_GM076_race_ls_01', 12, 'snd_bgm_GM076_race_ls_02', 'snd_bgm_GM076_race_ls_02', 14, 'snd_bgm_GM076_race_ls_03', 'snd_bgm_GM076_race_ls_03', 17, 'snd_bgm_GM076_race_ls_04', 'snd_bgm_GM076_race_ls_04', 19, 'snd_bgm_GM076_race_ls_05', 'snd_bgm_GM076_race_ls_05', 22, 'snd_bgm_GM076_race_ls_06', 'snd_bgm_GM076_race_ls_06', 24, 'snd_bgm_GM076_race_ls_07', 'snd_bgm_GM076_race_ls_07', 26, 'snd_bgm_GM076_race_ls_08', 'snd_bgm_GM076_race_ls_08', 29, 'snd_bgm_GM076_race_ls_09', 'snd_bgm_GM076_race_ls_09', 31, 'snd_bgm_GM076_race_ls_10', 'snd_bgm_GM076_race_ls_10', 34, 'snd_bgm_GM076_race_ls_11', 'snd_bgm_GM076_race_ls_11', 36, 'snd_bgm_GM076_race_ls_12', 'snd_bgm_GM076_race_ls_12', 39, 'snd_bgm_GM076_race_ls_13', 'snd_bgm_GM076_race_ls_13', 41, 'snd_bgm_GM076_race_ls_14', 'snd_bgm_GM076_race_ls_14', 44, 'snd_bgm_GM076_race_ls_15', 'snd_bgm_GM076_race_ls_15', 46, 'snd_bgm_GM076_race_ls_16', 'snd_bgm_GM076_race_ls_16', 48, 'snd_bgm_GM076_race_ls_17', 'snd_bgm_GM076_race_ls_17', 51, 'snd_bgm_GM076_race_ls_18', 'snd_bgm_GM076_race_ls_18', 53, 'snd_bgm_GM076_race_ls_19', 'snd_bgm_GM076_race_ls_19', 56, 'snd_bgm_GM076_race_ls_20', 'snd_bgm_GM076_race_ls_20', 58, 'snd_bgm_GM076_race_ls_21', 'snd_bgm_GM076_race_ls_21', 61, 'snd_bgm_GM076_race_ls_22', 'snd_bgm_GM076_race_ls_22', 64, 'snd_bgm_GM076_race_ls_23', 'snd_bgm_GM076_race_ls_23', 69, 'snd_bgm_GM076_race_ls_24', 'snd_bgm_GM076_race_ls_24', 74, 'snd_bgm_GM076_race_ls_25', 'snd_bgm_GM076_race_ls_25', 79, 'snd_bgm_GM076_race_ls_26', 'snd_bgm_GM076_race_ls_26', 99, 'snd_bgm_GM076_race_ls_99', 'snd_bgm_GM076_race_ls_99', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (22, 96, 'snd_bgm_GM119_race_short', 'snd_bgm_GM119', 999, 'snd_bgm_GM119_race_full', 'snd_bgm_GM119', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (23, 10, 'snd_bgm_GM120_race_ls_01', 'snd_bgm_GM120_race_ls_01', 13, 'snd_bgm_GM120_race_ls_02', 'snd_bgm_GM120_race_ls_02', 16, 'snd_bgm_GM120_race_ls_03', 'snd_bgm_GM120_race_ls_03', 19, 'snd_bgm_GM120_race_ls_04', 'snd_bgm_GM120_race_ls_04', 22, 'snd_bgm_GM120_race_ls_05', 'snd_bgm_GM120_race_ls_05', 25, 'snd_bgm_GM120_race_ls_06', 'snd_bgm_GM120_race_ls_06', 28, 'snd_bgm_GM120_race_ls_07', 'snd_bgm_GM120_race_ls_07', 31, 'snd_bgm_GM120_race_ls_08', 'snd_bgm_GM120_race_ls_08', 34, 'snd_bgm_GM120_race_ls_09', 'snd_bgm_GM120_race_ls_09', 37, 'snd_bgm_GM120_race_ls_10', 'snd_bgm_GM120_race_ls_10', 38, 'snd_bgm_GM120_race_ls_11', 'snd_bgm_GM120_race_ls_11', 41, 'snd_bgm_GM120_race_ls_12', 'snd_bgm_GM120_race_ls_12', 47, 'snd_bgm_GM120_race_ls_13', 'snd_bgm_GM120_race_ls_13', 50, 'snd_bgm_GM120_race_ls_14', 'snd_bgm_GM120_race_ls_14', 50, 'snd_bgm_GM120_race_ls_15', 'snd_bgm_GM120_race_ls_15', 53, 'snd_bgm_GM120_race_ls_16', 'snd_bgm_GM120_race_ls_16', 56, 'snd_bgm_GM120_race_ls_17', 'snd_bgm_GM120_race_ls_17', 59, 'snd_bgm_GM120_race_ls_18', 'snd_bgm_GM120_race_ls_18', 62, 'snd_bgm_GM120_race_ls_19', 'snd_bgm_GM120_race_ls_19', 65, 'snd_bgm_GM120_race_ls_20', 'snd_bgm_GM120_race_ls_20', 68, 'snd_bgm_GM120_race_ls_21', 'snd_bgm_GM120_race_ls_21', 71, 'snd_bgm_GM120_race_ls_22', 'snd_bgm_GM120_race_ls_22', 74, 'snd_bgm_GM120_race_ls_23', 'snd_bgm_GM120_race_ls_23', 77, 'snd_bgm_GM120_race_ls_24', 'snd_bgm_GM120_race_ls_24', 80, 'snd_bgm_GM120_race_ls_25', 'snd_bgm_GM120_race_ls_25', 99, 'snd_bgm_GM120_race_ls_99', 'snd_bgm_GM120_race_ls_99', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (24, 93, 'snd_bgm_GM121_race_short', 'snd_bgm_GM121', 115, 'snd_bgm_GM121_race_mid', 'snd_bgm_GM121', 999, 'snd_bgm_GM121_race_full', 'snd_bgm_GM121', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', '', 0, '', ''); INSERT INTO race_bgm_pattern (id, bgm_time_1, bgm_cue_name_1, bgm_cuesheet_name_1, bgm_time_2, bgm_cue_name_2, bgm_cuesheet_name_2, bgm_time_3, bgm_cue_name_3, bgm_cuesheet_name_3, bgm_time_4, bgm_cue_name_4, bgm_cuesheet_name_4, bgm_time_5, bgm_cue_name_5, bgm_cuesheet_name_5, bgm_time_6, bgm_cue_name_6, bgm_cuesheet_name_6, bgm_time_7, bgm_cue_name_7, bgm_cuesheet_name_7, bgm_time_8, bgm_cue_name_8, bgm_cuesheet_name_8, bgm_time_9, bgm_cue_name_9, bgm_cuesheet_name_9, bgm_time_10, bgm_cue_name_10, bgm_cuesheet_name_10, bgm_time_11, bgm_cue_name_11, bgm_cuesheet_name_11, bgm_time_12, bgm_cue_name_12, bgm_cuesheet_name_12, bgm_time_13, bgm_cue_name_13, bgm_cuesheet_name_13, bgm_time_14, bgm_cue_name_14, bgm_cuesheet_name_14, bgm_time_15, bgm_cue_name_15, bgm_cuesheet_name_15, bgm_time_16, bgm_cue_name_16, bgm_cuesheet_name_16, bgm_time_17, bgm_cue_name_17, bgm_cuesheet_name_17, bgm_time_18, bgm_cue_name_18, bgm_cuesheet_name_18, bgm_time_19, bgm_cue_name_19, bgm_cuesheet_name_19, bgm_time_20, bgm_cue_name_20, bgm_cuesheet_name_20, bgm_time_21, bgm_cue_name_21, bgm_cuesheet_name_21, bgm_time_22, bgm_cue_name_22, bgm_cuesheet_name_22, bgm_time_23, bgm_cue_name_23, bgm_cuesheet_name_23, bgm_time_24, bgm_cue_name_24, bgm_cuesheet_name_24, bgm_time_25, bgm_cue_name_25, bgm_cuesheet_name_25, bgm_time_26, bgm_cue_name_26, bgm_cuesheet_name_26, bgm_time_27, bgm_cue_name_27, bgm_cuesheet_name_27, bgm_time_28, bgm_cue_name_28, bgm_cuesheet_name_28, bgm_time_29, bgm_cue_name_29, bgm_cuesheet_name_29, bgm_time_30, bgm_cue_name_30, bgm_cuesheet_name_30) VALUES (25, 10, 'snd_bgm_GM122_race_ls_01', 'snd_bgm_GM122_race_ls_01', 12, 'snd_bgm_GM122_race_ls_02', 'snd_bgm_GM122_race_ls_02', 14, 'snd_bgm_GM122_race_ls_03', 'snd_bgm_GM122_race_ls_03', 16, 'snd_bgm_GM122_race_ls_04', 'snd_bgm_GM122_race_ls_04', 18, 'snd_bgm_GM122_race_ls_05', 'snd_bgm_GM122_race_ls_05', 20, 'snd_bgm_GM122_race_ls_06', 'snd_bgm_GM122_race_ls_06', 22, 'snd_bgm_GM122_race_ls_07', 'snd_bgm_GM122_race_ls_07', 24, 'snd_bgm_GM122_race_ls_08', 'snd_bgm_GM122_race_ls_08', 26, 'snd_bgm_GM122_race_ls_09', 'snd_bgm_GM122_race_ls_09', 28, 'snd_bgm_GM122_race_ls_10', 'snd_bgm_GM122_race_ls_10', 31, 'snd_bgm_GM122_race_ls_11', 'snd_bgm_GM122_race_ls_11', 33, 'snd_bgm_GM122_race_ls_12', 'snd_bgm_GM122_race_ls_12', 35, 'snd_bgm_GM122_race_ls_13', 'snd_bgm_GM122_race_ls_13', 38, 'snd_bgm_GM122_race_ls_14', 'snd_bgm_GM122_race_ls_14', 40, 'snd_bgm_GM122_race_ls_15', 'snd_bgm_GM122_race_ls_15', 42, 'snd_bgm_GM122_race_ls_16', 'snd_bgm_GM122_race_ls_16', 44, 'snd_bgm_GM122_race_ls_17', 'snd_bgm_GM122_race_ls_17', 47, 'snd_bgm_GM122_race_ls_18', 'snd_bgm_GM122_race_ls_18', 49, 'snd_bgm_GM122_race_ls_19', 'snd_bgm_GM122_race_ls_19', 51, 'snd_bgm_GM122_race_ls_20', 'snd_bgm_GM122_race_ls_20', 54, 'snd_bgm_GM122_race_ls_21', 'snd_bgm_GM122_race_ls_21', 56, 'snd_bgm_GM122_race_ls_22', 'snd_bgm_GM122_race_ls_22', 58, 'snd_bgm_GM122_race_ls_23', 'snd_bgm_GM122_race_ls_23', 61, 'snd_bgm_GM122_race_ls_24', 'snd_bgm_GM122_race_ls_24', 63, 'snd_bgm_GM122_race_ls_25', 'snd_bgm_GM122_race_ls_25', 65, 'snd_bgm_GM122_race_ls_26', 'snd_bgm_GM122_race_ls_26', 68, 'snd_bgm_GM122_race_ls_27', 'snd_bgm_GM122_race_ls_27', 72, 'snd_bgm_GM122_race_ls_28', 'snd_bgm_GM122_race_ls_28', 77, 'snd_bgm_GM122_race_ls_29', 'snd_bgm_GM122_race_ls_29', 99, 'snd_bgm_GM122_race_ls_30', 'snd_bgm_GM122_race_ls_30'); -- Table: race_bib_color CREATE TABLE 'race_bib_color' ('grade' INTEGER NOT NULL, 'race_id' INTEGER NOT NULL, 'bib_color' INTEGER NOT NULL, 'font_color' INTEGER NOT NULL, PRIMARY KEY('grade','race_id')); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (100, 1004, 0, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (100, 1005, 0, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (100, 1006, 0, 1); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (100, 1009, 0, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (100, 1010, 4, 0); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (100, 1015, 0, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (100, 0, 0, 1); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (200, 0, 1, 1); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (300, 0, 2, 1); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4096, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4099, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4002, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4007, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4009, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4012, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4014, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4018, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4032, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4020, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4024, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4027, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4035, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4043, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4045, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4039, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4054, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4056, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4006, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4003, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4008, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4011, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4015, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4023, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4021, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4026, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4030, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4031, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4037, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4036, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4038, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4040, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4046, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4048, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4044, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4049, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4051, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4058, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4061, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4062, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4063, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4066, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4071, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4079, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4081, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4084, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4090, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4091, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4092, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4094, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4095, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4098, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4100, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4101, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4102, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4104, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4106, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4107, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4109, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4110, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4111, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4113, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 4116, 3, 2); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (400, 0, 3, 1); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (700, 0, 3, 1); INSERT INTO race_bib_color (grade, race_id, bib_color, font_color) VALUES (0, 0, 4, 0); -- Table: race_condition CREATE TABLE 'race_condition' ('id' INTEGER NOT NULL, 'season' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'ground' INTEGER NOT NULL, 'rate' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (1, 1, 1, 1, 54600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (2, 1, 1, 2, 5400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (3, 1, 2, 1, 23400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (4, 1, 2, 2, 6600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (5, 1, 3, 3, 5500000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (6, 1, 3, 4, 4500000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (7, 2, 1, 1, 54600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (8, 2, 1, 2, 5400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (9, 2, 2, 1, 23400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (10, 2, 2, 2, 6600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (11, 2, 3, 3, 5500000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (12, 2, 3, 4, 4500000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (13, 3, 1, 1, 54600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (14, 3, 1, 2, 5400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (15, 3, 2, 1, 23400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (16, 3, 2, 2, 6600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (17, 3, 3, 3, 5500000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (18, 3, 3, 4, 4500000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (19, 4, 1, 1, 50050000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (20, 4, 1, 2, 4950000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (21, 4, 2, 1, 24960000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (22, 4, 2, 2, 7040000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (23, 4, 3, 3, 4400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (24, 4, 3, 4, 3600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (25, 4, 4, 2, 150000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (26, 4, 4, 3, 4850000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (27, 5, 1, 1, 54600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (28, 5, 1, 2, 5400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (29, 5, 2, 1, 23400000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (30, 5, 2, 2, 6600000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (31, 5, 3, 3, 5500000); INSERT INTO race_condition (id, season, weather, ground, rate) VALUES (32, 5, 3, 4, 4500000); -- Table: race_course_set CREATE TABLE 'race_course_set' ('id' INTEGER NOT NULL, 'race_track_id' INTEGER NOT NULL, 'distance' INTEGER NOT NULL, 'ground' INTEGER NOT NULL, 'inout' INTEGER NOT NULL, 'turn' INTEGER NOT NULL, 'fence_set' INTEGER NOT NULL, 'float_lane_max' INTEGER NOT NULL, 'course_set_status_id' INTEGER NOT NULL, 'finish_time_min' INTEGER NOT NULL, 'finish_time_min_random_range' INTEGER NOT NULL, 'finish_time_max' INTEGER NOT NULL, 'finish_time_max_random_range' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10101, 10001, 1200, 1, 1, 1, 10101, 13500, 0, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10102, 10001, 1500, 1, 1, 1, 10102, 13500, 0, 879000, 10000, 950000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10103, 10001, 1800, 1, 1, 1, 10103, 13500, 0, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10104, 10001, 2000, 1, 1, 1, 10104, 13500, 3, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10105, 10001, 2600, 1, 1, 1, 10105, 13500, 2, 1576000, 10000, 1650000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10106, 10001, 1000, 2, 1, 1, 10106, 11000, 0, 574000, 10000, 630000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10107, 10001, 1700, 2, 1, 1, 10107, 11000, 1, 1014000, 10000, 1130000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10108, 10001, 2400, 2, 1, 1, 10108, 11000, 0, 1491000, 10000, 1560000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10201, 10002, 1000, 1, 1, 1, 10201, 14700, 0, 547000, 10000, 570000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10202, 10002, 1200, 1, 1, 1, 10202, 14700, 0, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10203, 10002, 1800, 1, 1, 1, 10203, 14700, 3, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10204, 10002, 2000, 1, 1, 1, 10204, 14700, 1, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10205, 10002, 2600, 1, 1, 1, 10205, 14700, 2, 1576000, 10000, 1650000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10206, 10002, 1000, 2, 1, 1, 10206, 11000, 0, 574000, 10000, 630000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10207, 10002, 1700, 2, 1, 1, 10207, 11000, 0, 1014000, 10000, 1130000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10208, 10002, 2400, 2, 1, 1, 10208, 11000, 2, 1491000, 10000, 1560000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10301, 10003, 1000, 1, 1, 4, 10301, 13500, 3, 547000, 10000, 570000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10302, 10003, 1200, 1, 2, 2, 10302, 13500, 0, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10303, 10003, 1400, 1, 2, 2, 10303, 13500, 0, 800000, 10000, 840000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10304, 10003, 1600, 1, 3, 2, 10304, 13500, 0, 908000, 10000, 950000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10305, 10003, 1800, 1, 3, 2, 10305, 13500, 3, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10306, 10003, 2000, 1, 2, 2, 10306, 13500, 7, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10307, 10003, 2000, 1, 3, 2, 10307, 13500, 7, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10308, 10003, 2200, 1, 2, 2, 10308, 13500, 1, 1302000, 10000, 1350000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10309, 10003, 2400, 1, 2, 2, 10309, 13500, 0, 1416000, 10000, 1490000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10310, 10003, 1200, 2, 1, 2, 10310, 11000, 0, 690000, 10000, 770000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10311, 10003, 1800, 2, 1, 2, 10311, 11000, 5, 1081000, 10000, 1180000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10312, 10003, 2500, 2, 1, 2, 10312, 11000, 0, 1591000, 10000, 1640000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10401, 10004, 1200, 1, 1, 1, 10401, 13000, 0, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10402, 10004, 1800, 1, 1, 1, 10402, 13000, 2, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10403, 10004, 2000, 1, 1, 1, 10403, 13000, 2, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10404, 10004, 2600, 1, 1, 1, 10404, 13000, 0, 1576000, 10000, 1650000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10405, 10004, 1150, 2, 1, 1, 10405, 11500, 0, 666000, 10000, 720000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10406, 10004, 1700, 2, 1, 1, 10406, 11500, 3, 1014000, 10000, 1130000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10407, 10004, 2400, 2, 1, 1, 10407, 11500, 2, 1491000, 10000, 1560000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10501, 10005, 1200, 1, 3, 1, 10501, 12000, 0, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10502, 10005, 1600, 1, 3, 1, 10502, 12000, 3, 908000, 10000, 950000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10503, 10005, 1800, 1, 2, 1, 10503, 12000, 0, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10504, 10005, 2000, 1, 2, 1, 10504, 12000, 1, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10505, 10005, 2200, 1, 3, 1, 10505, 12000, 8, 1302000, 10000, 1350000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10506, 10005, 2500, 1, 2, 1, 10506, 12000, 8, 1487000, 10000, 1570000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10507, 10005, 3600, 1, 2, 1, 10507, 12000, 2, 2231000, 10000, 2270000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10508, 10005, 1200, 2, 1, 1, 10508, 12000, 3, 690000, 10000, 770000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10509, 10005, 1800, 2, 1, 1, 10509, 12000, 3, 1081000, 10000, 1180000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10510, 10005, 2400, 2, 1, 1, 10510, 12000, 2, 1491000, 10000, 1560000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10511, 10005, 2500, 2, 1, 1, 10511, 12000, 0, 1591000, 10000, 1640000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10601, 10006, 1400, 1, 1, 2, 10601, 15000, 7, 800000, 10000, 840000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10602, 10006, 1600, 1, 1, 2, 10602, 15000, 8, 908000, 10000, 950000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10603, 10006, 1800, 1, 1, 2, 10603, 15000, 1, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10604, 10006, 2000, 1, 1, 2, 10604, 15000, 0, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10605, 10006, 2300, 1, 1, 2, 10605, 15000, 3, 1393000, 10000, 1430000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10606, 10006, 2400, 1, 1, 2, 10606, 15000, 0, 1416000, 10000, 1490000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10607, 10006, 2500, 1, 1, 2, 10607, 15000, 2, 1487000, 10000, 1570000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10608, 10006, 3400, 1, 1, 2, 10608, 15000, 0, 2099000, 10000, 2140000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10609, 10006, 1300, 2, 1, 2, 10609, 12500, 1, 766000, 10000, 820000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10610, 10006, 1400, 2, 1, 2, 10610, 12500, 2, 808000, 10000, 940000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10611, 10006, 1600, 2, 1, 2, 10611, 12500, 6, 941000, 10000, 1080000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10612, 10006, 2100, 2, 1, 2, 10612, 12500, 0, 1274000, 10000, 1330000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10613, 10006, 2400, 2, 1, 2, 10613, 12500, 2, 1491000, 10000, 1560000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10701, 10007, 1200, 1, 1, 2, 10701, 14400, 0, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10702, 10007, 1400, 1, 1, 2, 10702, 14400, 0, 800000, 10000, 840000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10703, 10007, 1600, 1, 1, 2, 10703, 14400, 1, 908000, 10000, 950000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10704, 10007, 2000, 1, 1, 2, 10704, 14400, 0, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10705, 10007, 2200, 1, 1, 2, 10705, 14400, 2, 1302000, 10000, 1350000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10706, 10007, 1200, 2, 1, 2, 10706, 13000, 0, 690000, 10000, 770000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10707, 10007, 1400, 2, 1, 2, 10707, 13000, 0, 808000, 10000, 940000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10708, 10007, 1800, 2, 1, 2, 10708, 13000, 2, 1081000, 10000, 1180000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10709, 10007, 1900, 2, 1, 2, 10709, 13000, 0, 1142000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10801, 10008, 1200, 1, 2, 1, 10801, 14100, 0, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10802, 10008, 1400, 1, 2, 1, 10802, 14100, 0, 800000, 10000, 840000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10803, 10008, 1400, 1, 3, 1, 10803, 14100, 0, 800000, 10000, 840000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10804, 10008, 1600, 1, 2, 1, 10804, 14100, 1, 908000, 10000, 950000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10805, 10008, 1600, 1, 3, 1, 10805, 14100, 1, 908000, 10000, 950000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10806, 10008, 1800, 1, 3, 1, 10806, 14100, 0, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10807, 10008, 2000, 1, 2, 1, 10807, 14100, 3, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10808, 10008, 2200, 1, 3, 1, 10808, 14100, 1, 1302000, 10000, 1350000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10809, 10008, 2400, 1, 3, 1, 10809, 14100, 3, 1416000, 10000, 1490000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10810, 10008, 3000, 1, 3, 1, 10810, 14100, 9, 1815000, 10000, 1900000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10811, 10008, 3200, 1, 3, 1, 10811, 14100, 0, 1930000, 10000, 2040000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10812, 10008, 1200, 2, 1, 1, 10812, 13000, 0, 690000, 10000, 770000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10813, 10008, 1400, 2, 1, 1, 10813, 13000, 0, 808000, 10000, 940000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10814, 10008, 1800, 2, 1, 1, 10814, 13000, 0, 1081000, 10000, 1180000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10815, 10008, 1900, 2, 1, 1, 10815, 13000, 0, 1142000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10901, 10009, 1200, 1, 2, 1, 10901, 12500, 0, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10902, 10009, 1400, 1, 2, 1, 10902, 12500, 0, 800000, 10000, 840000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10903, 10009, 1600, 1, 3, 1, 10903, 12500, 3, 908000, 10000, 950000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10904, 10009, 1800, 1, 3, 1, 10904, 12500, 3, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10905, 10009, 2000, 1, 2, 1, 10905, 12500, 4, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10906, 10009, 2200, 1, 2, 1, 10906, 12500, 1, 1302000, 10000, 1350000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10907, 10009, 2400, 1, 3, 1, 10907, 12500, 3, 1416000, 10000, 1490000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10908, 10009, 2600, 1, 3, 1, 10908, 12500, 0, 1576000, 10000, 1650000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10909, 10009, 3000, 1, 2, 1, 10909, 12500, 3, 1815000, 10000, 1900000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10910, 10009, 1200, 2, 1, 1, 10910, 12000, 0, 690000, 10000, 770000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10911, 10009, 1400, 2, 1, 1, 10911, 12000, 0, 808000, 10000, 940000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10912, 10009, 1800, 2, 1, 1, 10912, 12000, 0, 1081000, 10000, 1180000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10913, 10009, 2000, 2, 1, 1, 10913, 12000, 7, 1219000, 10000, 1290000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (10914, 10009, 3200, 1, 4, 1, 10914, 12500, 0, 1930000, 10000, 2040000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11001, 10010, 1200, 1, 1, 1, 11001, 14500, 1, 675000, 10000, 710000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11002, 10010, 1800, 1, 1, 1, 11002, 14500, 0, 1044000, 10000, 1100000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11003, 10010, 2000, 1, 1, 1, 11003, 14500, 3, 1171000, 10000, 1230000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11004, 10010, 2600, 1, 1, 1, 11004, 14500, 2, 1576000, 10000, 1650000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11005, 10010, 1000, 2, 1, 1, 11005, 12000, 1, 574000, 10000, 630000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11006, 10010, 1700, 2, 1, 1, 11006, 12000, 0, 1014000, 10000, 1130000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11007, 10010, 2400, 2, 1, 1, 11007, 12000, 0, 1491000, 10000, 1560000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11101, 10101, 1200, 2, 1, 1, 11101, 12000, 0, 690000, 10000, 770000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11102, 10101, 1800, 2, 1, 1, 11101, 12000, 0, 1081000, 10000, 1180000, 10000); INSERT INTO race_course_set (id, race_track_id, distance, ground, inout, turn, fence_set, float_lane_max, course_set_status_id, finish_time_min, finish_time_min_random_range, finish_time_max, finish_time_max_random_range) VALUES (11103, 10101, 2000, 2, 1, 1, 11101, 12000, 0, 1219000, 10000, 1290000, 10000); -- Table: race_course_set_status CREATE TABLE 'race_course_set_status' ('course_set_status_id' INTEGER NOT NULL, 'target_status_1' INTEGER NOT NULL, 'target_status_2' INTEGER NOT NULL, PRIMARY KEY('course_set_status_id')); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (1, 1, 0); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (2, 2, 0); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (3, 3, 0); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (4, 4, 0); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (5, 5, 0); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (6, 1, 2); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (7, 2, 3); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (8, 2, 4); INSERT INTO race_course_set_status (course_set_status_id, target_status_1, target_status_2) VALUES (9, 3, 5); -- Table: race_env_define CREATE TABLE 'race_env_define' ('id' INTEGER NOT NULL, 'race_track_id' INTEGER NOT NULL, 'season' INTEGER NOT NULL, 'weather' INTEGER NOT NULL, 'timezone' INTEGER NOT NULL, 'resource' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (1, 10001, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (2, 10001, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (3, 10001, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (4, 10001, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (5, 10001, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (6, 10001, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (7, 10001, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (8, 10001, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (9, 10001, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (10, 10001, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (11, 10001, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (12, 10001, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (13, 10001, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (14, 10001, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (15, 10001, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (16, 10001, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (17, 10001, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (18, 10001, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (19, 10001, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (20, 10001, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (21, 10001, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (22, 10001, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (23, 10001, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (24, 10001, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (25, 10001, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (26, 10001, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (27, 10001, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (28, 10001, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (29, 10001, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (30, 10001, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (31, 10001, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (32, 10001, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (33, 10001, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (34, 10001, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (35, 10001, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (36, 10001, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (37, 10001, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (38, 10001, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (39, 10001, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (40, 10001, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (41, 10001, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (42, 10001, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (43, 10001, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (44, 10001, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (45, 10001, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (46, 10001, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (47, 10001, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (48, 10001, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (49, 10001, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (50, 10001, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (51, 10001, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (52, 10001, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (53, 10001, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (54, 10001, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (55, 10001, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (56, 10001, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (57, 10001, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (58, 10001, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (59, 10001, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (60, 10001, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (61, 10001, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (62, 10001, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (63, 10001, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (64, 10001, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (65, 10001, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (66, 10001, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (67, 10001, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (68, 10001, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (69, 10001, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (70, 10001, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (71, 10001, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (72, 10001, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (73, 10001, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (74, 10001, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (75, 10001, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (76, 10001, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (77, 10001, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (78, 10001, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (79, 10001, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (80, 10001, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (81, 10002, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (82, 10002, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (83, 10002, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (84, 10002, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (85, 10002, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (86, 10002, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (87, 10002, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (88, 10002, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (89, 10002, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (90, 10002, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (91, 10002, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (92, 10002, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (93, 10002, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (94, 10002, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (95, 10002, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (96, 10002, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (97, 10002, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (98, 10002, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (99, 10002, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (100, 10002, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (101, 10002, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (102, 10002, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (103, 10002, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (104, 10002, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (105, 10002, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (106, 10002, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (107, 10002, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (108, 10002, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (109, 10002, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (110, 10002, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (111, 10002, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (112, 10002, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (113, 10002, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (114, 10002, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (115, 10002, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (116, 10002, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (117, 10002, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (118, 10002, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (119, 10002, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (120, 10002, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (121, 10002, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (122, 10002, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (123, 10002, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (124, 10002, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (125, 10002, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (126, 10002, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (127, 10002, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (128, 10002, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (129, 10002, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (130, 10002, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (131, 10002, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (132, 10002, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (133, 10002, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (134, 10002, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (135, 10002, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (136, 10002, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (137, 10002, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (138, 10002, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (139, 10002, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (140, 10002, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (141, 10002, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (142, 10002, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (143, 10002, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (144, 10002, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (145, 10002, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (146, 10002, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (147, 10002, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (148, 10002, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (149, 10002, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (150, 10002, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (151, 10002, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (152, 10002, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (153, 10002, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (154, 10002, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (155, 10002, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (156, 10002, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (157, 10002, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (158, 10002, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (159, 10002, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (160, 10002, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (161, 10003, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (162, 10003, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (163, 10003, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (164, 10003, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (165, 10003, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (166, 10003, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (167, 10003, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (168, 10003, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (169, 10003, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (170, 10003, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (171, 10003, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (172, 10003, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (173, 10003, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (174, 10003, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (175, 10003, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (176, 10003, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (177, 10003, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (178, 10003, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (179, 10003, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (180, 10003, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (181, 10003, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (182, 10003, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (183, 10003, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (184, 10003, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (185, 10003, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (186, 10003, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (187, 10003, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (188, 10003, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (189, 10003, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (190, 10003, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (191, 10003, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (192, 10003, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (193, 10003, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (194, 10003, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (195, 10003, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (196, 10003, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (197, 10003, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (198, 10003, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (199, 10003, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (200, 10003, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (201, 10003, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (202, 10003, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (203, 10003, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (204, 10003, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (205, 10003, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (206, 10003, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (207, 10003, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (208, 10003, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (209, 10003, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (210, 10003, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (211, 10003, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (212, 10003, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (213, 10003, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (214, 10003, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (215, 10003, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (216, 10003, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (217, 10003, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (218, 10003, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (219, 10003, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (220, 10003, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (221, 10003, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (222, 10003, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (223, 10003, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (224, 10003, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (225, 10003, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (226, 10003, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (227, 10003, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (228, 10003, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (229, 10003, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (230, 10003, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (231, 10003, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (232, 10003, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (233, 10003, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (234, 10003, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (235, 10003, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (236, 10003, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (237, 10003, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (238, 10003, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (239, 10003, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (240, 10003, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (241, 10004, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (242, 10004, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (243, 10004, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (244, 10004, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (245, 10004, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (246, 10004, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (247, 10004, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (248, 10004, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (249, 10004, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (250, 10004, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (251, 10004, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (252, 10004, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (253, 10004, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (254, 10004, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (255, 10004, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (256, 10004, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (257, 10004, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (258, 10004, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (259, 10004, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (260, 10004, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (261, 10004, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (262, 10004, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (263, 10004, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (264, 10004, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (265, 10004, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (266, 10004, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (267, 10004, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (268, 10004, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (269, 10004, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (270, 10004, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (271, 10004, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (272, 10004, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (273, 10004, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (274, 10004, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (275, 10004, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (276, 10004, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (277, 10004, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (278, 10004, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (279, 10004, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (280, 10004, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (281, 10004, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (282, 10004, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (283, 10004, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (284, 10004, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (285, 10004, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (286, 10004, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (287, 10004, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (288, 10004, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (289, 10004, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (290, 10004, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (291, 10004, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (292, 10004, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (293, 10004, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (294, 10004, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (295, 10004, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (296, 10004, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (297, 10004, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (298, 10004, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (299, 10004, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (300, 10004, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (301, 10004, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (302, 10004, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (303, 10004, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (304, 10004, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (305, 10004, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (306, 10004, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (307, 10004, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (308, 10004, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (309, 10004, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (310, 10004, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (311, 10004, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (312, 10004, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (313, 10004, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (314, 10004, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (315, 10004, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (316, 10004, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (317, 10004, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (318, 10004, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (319, 10004, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (320, 10004, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (321, 10005, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (322, 10005, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (323, 10005, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (324, 10005, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (325, 10005, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (326, 10005, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (327, 10005, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (328, 10005, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (329, 10005, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (330, 10005, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (331, 10005, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (332, 10005, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (333, 10005, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (334, 10005, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (335, 10005, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (336, 10005, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (337, 10005, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (338, 10005, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (339, 10005, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (340, 10005, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (341, 10005, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (342, 10005, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (343, 10005, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (344, 10005, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (345, 10005, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (346, 10005, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (347, 10005, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (348, 10005, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (349, 10005, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (350, 10005, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (351, 10005, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (352, 10005, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (353, 10005, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (354, 10005, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (355, 10005, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (356, 10005, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (357, 10005, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (358, 10005, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (359, 10005, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (360, 10005, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (361, 10005, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (362, 10005, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (363, 10005, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (364, 10005, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (365, 10005, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (366, 10005, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (367, 10005, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (368, 10005, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (369, 10005, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (370, 10005, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (371, 10005, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (372, 10005, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (373, 10005, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (374, 10005, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (375, 10005, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (376, 10005, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (377, 10005, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (378, 10005, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (379, 10005, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (380, 10005, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (381, 10005, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (382, 10005, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (383, 10005, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (384, 10005, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (385, 10005, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (386, 10005, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (387, 10005, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (388, 10005, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (389, 10005, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (390, 10005, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (391, 10005, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (392, 10005, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (393, 10005, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (394, 10005, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (395, 10005, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (396, 10005, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (397, 10005, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (398, 10005, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (399, 10005, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (400, 10005, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (401, 10006, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (402, 10006, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (403, 10006, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (404, 10006, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (405, 10006, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (406, 10006, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (407, 10006, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (408, 10006, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (409, 10006, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (410, 10006, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (411, 10006, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (412, 10006, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (413, 10006, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (414, 10006, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (415, 10006, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (416, 10006, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (417, 10006, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (418, 10006, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (419, 10006, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (420, 10006, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (421, 10006, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (422, 10006, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (423, 10006, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (424, 10006, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (425, 10006, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (426, 10006, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (427, 10006, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (428, 10006, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (429, 10006, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (430, 10006, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (431, 10006, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (432, 10006, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (433, 10006, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (434, 10006, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (435, 10006, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (436, 10006, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (437, 10006, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (438, 10006, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (439, 10006, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (440, 10006, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (441, 10006, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (442, 10006, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (443, 10006, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (444, 10006, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (445, 10006, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (446, 10006, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (447, 10006, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (448, 10006, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (449, 10006, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (450, 10006, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (451, 10006, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (452, 10006, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (453, 10006, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (454, 10006, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (455, 10006, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (456, 10006, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (457, 10006, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (458, 10006, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (459, 10006, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (460, 10006, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (461, 10006, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (462, 10006, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (463, 10006, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (464, 10006, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (465, 10006, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (466, 10006, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (467, 10006, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (468, 10006, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (469, 10006, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (470, 10006, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (471, 10006, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (472, 10006, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (473, 10006, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (474, 10006, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (475, 10006, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (476, 10006, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (477, 10006, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (478, 10006, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (479, 10006, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (480, 10006, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (481, 10007, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (482, 10007, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (483, 10007, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (484, 10007, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (485, 10007, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (486, 10007, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (487, 10007, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (488, 10007, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (489, 10007, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (490, 10007, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (491, 10007, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (492, 10007, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (493, 10007, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (494, 10007, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (495, 10007, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (496, 10007, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (497, 10007, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (498, 10007, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (499, 10007, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (500, 10007, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (501, 10007, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (502, 10007, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (503, 10007, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (504, 10007, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (505, 10007, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (506, 10007, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (507, 10007, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (508, 10007, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (509, 10007, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (510, 10007, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (511, 10007, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (512, 10007, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (513, 10007, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (514, 10007, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (515, 10007, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (516, 10007, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (517, 10007, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (518, 10007, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (519, 10007, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (520, 10007, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (521, 10007, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (522, 10007, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (523, 10007, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (524, 10007, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (525, 10007, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (526, 10007, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (527, 10007, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (528, 10007, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (529, 10007, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (530, 10007, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (531, 10007, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (532, 10007, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (533, 10007, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (534, 10007, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (535, 10007, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (536, 10007, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (537, 10007, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (538, 10007, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (539, 10007, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (540, 10007, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (541, 10007, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (542, 10007, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (543, 10007, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (544, 10007, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (545, 10007, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (546, 10007, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (547, 10007, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (548, 10007, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (549, 10007, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (550, 10007, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (551, 10007, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (552, 10007, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (553, 10007, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (554, 10007, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (555, 10007, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (556, 10007, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (557, 10007, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (558, 10007, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (559, 10007, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (560, 10007, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (561, 10008, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (562, 10008, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (563, 10008, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (564, 10008, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (565, 10008, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (566, 10008, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (567, 10008, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (568, 10008, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (569, 10008, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (570, 10008, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (571, 10008, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (572, 10008, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (573, 10008, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (574, 10008, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (575, 10008, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (576, 10008, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (577, 10008, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (578, 10008, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (579, 10008, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (580, 10008, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (581, 10008, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (582, 10008, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (583, 10008, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (584, 10008, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (585, 10008, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (586, 10008, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (587, 10008, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (588, 10008, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (589, 10008, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (590, 10008, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (591, 10008, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (592, 10008, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (593, 10008, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (594, 10008, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (595, 10008, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (596, 10008, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (597, 10008, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (598, 10008, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (599, 10008, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (600, 10008, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (601, 10008, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (602, 10008, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (603, 10008, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (604, 10008, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (605, 10008, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (606, 10008, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (607, 10008, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (608, 10008, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (609, 10008, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (610, 10008, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (611, 10008, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (612, 10008, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (613, 10008, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (614, 10008, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (615, 10008, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (616, 10008, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (617, 10008, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (618, 10008, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (619, 10008, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (620, 10008, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (621, 10008, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (622, 10008, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (623, 10008, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (624, 10008, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (625, 10008, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (626, 10008, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (627, 10008, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (628, 10008, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (629, 10008, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (630, 10008, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (631, 10008, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (632, 10008, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (633, 10008, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (634, 10008, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (635, 10008, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (636, 10008, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (637, 10008, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (638, 10008, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (639, 10008, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (640, 10008, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (641, 10009, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (642, 10009, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (643, 10009, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (644, 10009, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (645, 10009, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (646, 10009, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (647, 10009, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (648, 10009, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (649, 10009, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (650, 10009, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (651, 10009, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (652, 10009, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (653, 10009, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (654, 10009, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (655, 10009, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (656, 10009, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (657, 10009, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (658, 10009, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (659, 10009, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (660, 10009, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (661, 10009, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (662, 10009, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (663, 10009, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (664, 10009, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (665, 10009, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (666, 10009, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (667, 10009, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (668, 10009, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (669, 10009, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (670, 10009, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (671, 10009, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (672, 10009, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (673, 10009, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (674, 10009, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (675, 10009, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (676, 10009, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (677, 10009, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (678, 10009, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (679, 10009, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (680, 10009, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (681, 10009, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (682, 10009, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (683, 10009, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (684, 10009, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (685, 10009, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (686, 10009, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (687, 10009, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (688, 10009, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (689, 10009, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (690, 10009, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (691, 10009, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (692, 10009, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (693, 10009, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (694, 10009, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (695, 10009, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (696, 10009, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (697, 10009, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (698, 10009, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (699, 10009, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (700, 10009, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (701, 10009, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (702, 10009, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (703, 10009, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (704, 10009, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (705, 10009, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (706, 10009, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (707, 10009, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (708, 10009, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (709, 10009, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (710, 10009, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (711, 10009, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (712, 10009, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (713, 10009, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (714, 10009, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (715, 10009, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (716, 10009, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (717, 10009, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (718, 10009, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (719, 10009, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (720, 10009, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (721, 10010, 1, 1, 1, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (722, 10010, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (723, 10010, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (724, 10010, 1, 1, 4, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (725, 10010, 1, 2, 1, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (726, 10010, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (727, 10010, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (728, 10010, 1, 2, 4, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (729, 10010, 1, 3, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (730, 10010, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (731, 10010, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (732, 10010, 1, 3, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (733, 10010, 1, 4, 1, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (734, 10010, 1, 4, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (735, 10010, 1, 4, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (736, 10010, 1, 4, 4, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (737, 10010, 2, 1, 1, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (738, 10010, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (739, 10010, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (740, 10010, 2, 1, 4, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (741, 10010, 2, 2, 1, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (742, 10010, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (743, 10010, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (744, 10010, 2, 2, 4, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (745, 10010, 2, 3, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (746, 10010, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (747, 10010, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (748, 10010, 2, 3, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (749, 10010, 2, 4, 1, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (750, 10010, 2, 4, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (751, 10010, 2, 4, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (752, 10010, 2, 4, 4, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (753, 10010, 3, 1, 1, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (754, 10010, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (755, 10010, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (756, 10010, 3, 1, 4, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (757, 10010, 3, 2, 1, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (758, 10010, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (759, 10010, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (760, 10010, 3, 2, 4, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (761, 10010, 3, 3, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (762, 10010, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (763, 10010, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (764, 10010, 3, 3, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (765, 10010, 3, 4, 1, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (766, 10010, 3, 4, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (767, 10010, 3, 4, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (768, 10010, 3, 4, 4, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (769, 10010, 4, 1, 1, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (770, 10010, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (771, 10010, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (772, 10010, 4, 1, 4, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (773, 10010, 4, 2, 1, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (774, 10010, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (775, 10010, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (776, 10010, 4, 2, 4, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (777, 10010, 4, 3, 1, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (778, 10010, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (779, 10010, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (780, 10010, 4, 3, 4, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (781, 10010, 4, 4, 1, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (782, 10010, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (783, 10010, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (784, 10010, 4, 4, 4, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (785, 10010, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (786, 10010, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (787, 10010, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (788, 10010, 5, 1, 4, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (789, 10010, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (790, 10010, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (791, 10010, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (792, 10010, 5, 2, 4, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (793, 10010, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (794, 10010, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (795, 10010, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (796, 10010, 5, 3, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (797, 10010, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (798, 10010, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (799, 10010, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (800, 10010, 5, 4, 4, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (801, 10101, 1, 1, 1, 111); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (802, 10101, 1, 1, 2, 112); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (803, 10101, 1, 1, 3, 113); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (804, 10101, 1, 1, 4, 114); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (805, 10101, 1, 2, 1, 121); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (806, 10101, 1, 2, 2, 122); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (807, 10101, 1, 2, 3, 123); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (808, 10101, 1, 2, 4, 124); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (809, 10101, 1, 3, 1, 131); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (810, 10101, 1, 3, 2, 132); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (811, 10101, 1, 3, 3, 133); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (812, 10101, 1, 3, 4, 134); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (813, 10101, 1, 4, 1, 141); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (814, 10101, 1, 4, 2, 142); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (815, 10101, 1, 4, 3, 143); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (816, 10101, 1, 4, 4, 144); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (817, 10101, 2, 1, 1, 211); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (818, 10101, 2, 1, 2, 212); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (819, 10101, 2, 1, 3, 213); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (820, 10101, 2, 1, 4, 214); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (821, 10101, 2, 2, 1, 221); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (822, 10101, 2, 2, 2, 222); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (823, 10101, 2, 2, 3, 223); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (824, 10101, 2, 2, 4, 224); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (825, 10101, 2, 3, 1, 231); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (826, 10101, 2, 3, 2, 232); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (827, 10101, 2, 3, 3, 233); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (828, 10101, 2, 3, 4, 234); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (829, 10101, 2, 4, 1, 241); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (830, 10101, 2, 4, 2, 242); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (831, 10101, 2, 4, 3, 243); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (832, 10101, 2, 4, 4, 244); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (833, 10101, 3, 1, 1, 311); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (834, 10101, 3, 1, 2, 312); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (835, 10101, 3, 1, 3, 313); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (836, 10101, 3, 1, 4, 314); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (837, 10101, 3, 2, 1, 321); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (838, 10101, 3, 2, 2, 322); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (839, 10101, 3, 2, 3, 323); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (840, 10101, 3, 2, 4, 324); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (841, 10101, 3, 3, 1, 331); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (842, 10101, 3, 3, 2, 332); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (843, 10101, 3, 3, 3, 333); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (844, 10101, 3, 3, 4, 334); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (845, 10101, 3, 4, 1, 341); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (846, 10101, 3, 4, 2, 342); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (847, 10101, 3, 4, 3, 343); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (848, 10101, 3, 4, 4, 344); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (849, 10101, 4, 1, 1, 411); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (850, 10101, 4, 1, 2, 412); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (851, 10101, 4, 1, 3, 413); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (852, 10101, 4, 1, 4, 414); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (853, 10101, 4, 2, 1, 421); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (854, 10101, 4, 2, 2, 422); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (855, 10101, 4, 2, 3, 423); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (856, 10101, 4, 2, 4, 424); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (857, 10101, 4, 3, 1, 431); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (858, 10101, 4, 3, 2, 432); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (859, 10101, 4, 3, 3, 433); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (860, 10101, 4, 3, 4, 434); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (861, 10101, 4, 4, 1, 441); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (862, 10101, 4, 4, 2, 442); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (863, 10101, 4, 4, 3, 443); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (864, 10101, 4, 4, 4, 444); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (865, 10101, 5, 1, 1, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (866, 10101, 5, 1, 2, 512); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (867, 10101, 5, 1, 3, 513); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (868, 10101, 5, 1, 4, 514); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (869, 10101, 5, 2, 1, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (870, 10101, 5, 2, 2, 522); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (871, 10101, 5, 2, 3, 523); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (872, 10101, 5, 2, 4, 524); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (873, 10101, 5, 3, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (874, 10101, 5, 3, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (875, 10101, 5, 3, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (876, 10101, 5, 3, 4, 534); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (877, 10101, 5, 4, 1, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (878, 10101, 5, 4, 2, 532); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (879, 10101, 5, 4, 3, 533); INSERT INTO race_env_define (id, race_track_id, season, weather, timezone, resource) VALUES (880, 10101, 5, 4, 4, 534); -- Table: race_fence_set CREATE TABLE 'race_fence_set' ('id' INTEGER NOT NULL, 'fence_1' INTEGER NOT NULL, 'fence_2' INTEGER NOT NULL, 'fence_3' INTEGER NOT NULL, 'fence_4' INTEGER NOT NULL, 'fence_5' INTEGER NOT NULL, 'fence_6' INTEGER NOT NULL, 'fence_7' INTEGER NOT NULL, 'fence_8' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10101, 2, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10102, 1, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10103, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10104, 3, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10105, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10106, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10107, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10108, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10201, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10202, 2, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10203, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10204, 1, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10205, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10206, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10207, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10208, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10301, 1, 2, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10302, 3, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10303, 3, 4, 6, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10304, 2, 5, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10305, 2, 5, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10306, 3, 6, 8, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10307, 2, 4, 5, 6, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10308, 2, 3, 6, 8, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10309, 1, 2, 3, 6, 8, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10310, 4, 7, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10311, 8, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10312, 8, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10401, 3, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10402, 2, 3, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10403, 2, 3, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10404, 2, 3, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10405, 1, 4, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10406, 3, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10407, 3, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10501, 5, 10, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10502, 1, 2, 4, 5, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10503, 8, 9, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10504, 8, 9, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10505, 2, 4, 5, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10506, 3, 5, 9, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10507, 3, 9, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10508, 7, 8, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10509, 9, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10510, 9, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10511, 9, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10601, 6, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10602, 1, 6, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10603, 6, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10604, 2, 3, 4, 6, 8, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10605, 3, 6, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10606, 3, 6, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10607, 3, 6, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10608, 3, 6, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10609, 6, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10610, 6, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10611, 1, 5, 7, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10612, 6, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10613, 6, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10614, 3, 6, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10701, 4, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10702, 1, 4, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10703, 2, 4, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10704, 4, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10705, 3, 4, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10706, 4, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10707, 1, 5, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10708, 4, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10709, 4, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10801, 1, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10802, 1, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10803, 2, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10804, 1, 7, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10805, 2, 3, 7, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10806, 2, 7, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10807, 1, 7, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10808, 2, 7, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10809, 2, 4, 7, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10810, 2, 7, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10811, 2, 7, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10812, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10813, 5, 6, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10814, 7, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10815, 7, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10901, 1, 8, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10902, 1, 6, 8, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10903, 2, 8, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10904, 2, 8, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10905, 1, 7, 8, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10906, 1, 7, 8, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10907, 2, 7, 8, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10908, 2, 7, 8, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10909, 1, 7, 8, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10910, 8, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10911, 3, 6, 8, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10912, 7, 8, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10913, 4, 5, 7, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (10914, 1, 2, 7, 8, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11001, 1, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11002, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11003, 2, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11004, 2, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11005, 2, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11006, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11007, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11101, 1, 2, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11102, 1, 2, 0, 0, 0, 0, 0, 0); INSERT INTO race_fence_set (id, fence_1, fence_2, fence_3, fence_4, fence_5, fence_6, fence_7, fence_8) VALUES (11103, 1, 2, 0, 0, 0, 0, 0, 0); -- Table: race_instance CREATE TABLE 'race_instance' ('id' INTEGER NOT NULL, 'race_id' INTEGER NOT NULL, 'npc_group_id' INTEGER NOT NULL, 'date' INTEGER NOT NULL, 'time' INTEGER NOT NULL, 'clock_time' INTEGER NOT NULL, 'race_number' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100101, 1001, 302, 219, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100201, 1002, 101, 324, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100301, 1003, 103, 331, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100401, 1004, 299, 407, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100501, 1005, 199, 414, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100601, 1006, 104, 428, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100701, 1007, 102, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100801, 1008, 202, 512, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (100901, 1009, 299, 519, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101001, 1010, 199, 526, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101101, 1011, 102, 602, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101201, 1012, 103, 623, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101301, 1013, 101, 929, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101401, 1014, 299, 1013, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101501, 1015, 199, 1020, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101601, 1016, 103, 1029, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101701, 1017, 299, 1110, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101801, 1018, 102, 1117, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (101901, 1019, 401, 1124, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (102001, 1020, 302, 1201, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (102101, 1021, 202, 1208, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (102201, 1022, 102, 1215, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (102301, 1023, 104, 1222, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (102401, 1024, 103, 1228, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (102501, 1025, 103, 623, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (102601, 1026, 199, 1020, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (102701, 1027, 104, 428, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (110101, 1101, 303, 626, 4, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (110201, 1102, 303, 710, 4, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (110301, 1103, 302, 1104, 3, 0, 8); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (110401, 1104, 301, 1104, 3, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (110501, 1105, 303, 1104, 3, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (110601, 1106, 303, 1229, 3, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200101, 2001, 103, 117, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200201, 2002, 302, 122, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200301, 2003, 103, 122, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200401, 2004, 103, 212, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200501, 2005, 102, 226, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200601, 2006, 103, 305, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200701, 2007, 103, 311, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200801, 2008, 201, 312, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (200901, 2009, 104, 317, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201001, 2010, 102, 317, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201101, 2011, 104, 323, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201201, 2012, 202, 406, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201301, 2013, 102, 406, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201401, 2014, 102, 421, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201501, 2015, 203, 421, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201601, 2016, 103, 427, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201701, 2017, 103, 504, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201801, 2018, 101, 511, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (201901, 2019, 104, 526, 2, 0, 12); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202001, 2020, 103, 818, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202101, 2021, 101, 908, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202201, 2022, 202, 917, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202301, 2023, 103, 918, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202401, 2024, 103, 924, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202501, 2025, 103, 924, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202601, 2026, 102, 1008, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202701, 2027, 103, 1006, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202801, 2028, 202, 1014, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (202901, 2029, 101, 1026, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (203001, 2030, 101, 1104, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (203101, 2031, 104, 1103, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (203201, 2032, 102, 1109, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (203301, 2033, 104, 1202, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (203401, 2034, 101, 1221, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (203501, 2035, 102, 317, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300101, 3001, 102, 105, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300201, 3002, 103, 105, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300301, 3003, 102, 108, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300401, 3004, 202, 108, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300501, 3005, 203, 114, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300601, 3006, 103, 115, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300701, 3007, 101, 129, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300801, 3008, 301, 129, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (300901, 3009, 102, 205, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301001, 3010, 102, 205, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301101, 3011, 202, 211, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301201, 3012, 102, 212, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301301, 3013, 201, 218, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301401, 3014, 104, 218, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301501, 3015, 102, 219, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301601, 3016, 102, 413, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301701, 3017, 101, 226, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301801, 3018, 202, 304, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (301901, 3019, 101, 304, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302001, 3020, 202, 309, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302101, 3021, 101, 316, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302201, 3022, 202, 316, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302301, 3023, 102, 323, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302401, 3024, 302, 324, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302501, 3025, 102, 330, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302601, 3026, 302, 414, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302701, 3027, 202, 420, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302801, 3028, 103, 429, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (302901, 3029, 303, 518, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303001, 3030, 103, 601, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303101, 3031, 203, 609, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303201, 3032, 102, 609, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303301, 3033, 302, 616, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303401, 3034, 101, 616, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303501, 3035, 101, 630, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303601, 3036, 102, 630, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303701, 3037, 301, 707, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303801, 3038, 103, 707, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (303901, 3039, 103, 714, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304001, 3040, 102, 721, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304101, 3041, 101, 721, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304201, 3042, 101, 728, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304301, 3043, 202, 728, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304401, 3044, 103, 804, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304501, 3045, 302, 806, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304601, 3046, 102, 812, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304701, 3047, 302, 813, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304801, 3048, 101, 818, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (304901, 3049, 102, 825, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305001, 3050, 101, 825, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305101, 3051, 102, 902, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305201, 3052, 101, 903, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305301, 3053, 103, 901, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305401, 3054, 203, 909, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305501, 3055, 102, 908, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305601, 3056, 303, 928, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305701, 3057, 102, 1005, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305801, 3058, 102, 1019, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (305901, 3059, 202, 1028, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306001, 3060, 201, 1102, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306101, 3061, 302, 1103, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306201, 3062, 302, 1109, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306301, 3063, 103, 1110, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306401, 3064, 102, 1118, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306501, 3065, 103, 1123, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306601, 3066, 101, 1124, 2, 0, 12); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306701, 3067, 103, 1130, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306801, 3068, 103, 1207, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (306901, 3069, 301, 1208, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (307001, 3070, 202, 1214, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400101, 4001, 104, 105, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400201, 4002, 102, 105, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400301, 4003, 101, 107, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400401, 4004, 302, 107, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400501, 4005, 301, 114, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400601, 4006, 102, 115, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400701, 4007, 201, 117, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400801, 4008, 301, 121, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (400901, 4009, 103, 121, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401001, 4010, 101, 121, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401101, 4011, 103, 128, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401201, 4012, 101, 128, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401301, 4013, 301, 204, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401401, 4014, 202, 204, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401501, 4015, 102, 211, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401601, 4016, 303, 212, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401701, 4017, 301, 212, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401801, 4018, 302, 219, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (401901, 4019, 302, 225, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402001, 4020, 103, 226, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402101, 4021, 102, 305, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402201, 4022, 301, 305, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402301, 4023, 303, 311, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402401, 4024, 202, 311, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402501, 4025, 301, 312, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402601, 4026, 102, 310, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402701, 4027, 103, 316, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (402801, 4028, 301, 317, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403001, 4030, 102, 324, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403101, 4031, 301, 330, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403201, 4032, 101, 223, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403301, 4033, 302, 331, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403501, 4035, 203, 407, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403601, 4036, 301, 414, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403701, 4037, 101, 407, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403801, 4038, 103, 414, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (403901, 4039, 101, 505, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404001, 4040, 302, 420, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404101, 4041, 301, 429, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404201, 4042, 301, 428, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404301, 4043, 202, 428, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404401, 4044, 102, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404501, 4045, 103, 512, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404601, 4046, 103, 504, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404701, 4047, 101, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404801, 4048, 303, 505, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (404901, 4049, 102, 511, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405001, 4050, 101, 525, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405101, 4051, 301, 512, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405201, 4052, 302, 512, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405301, 4053, 102, 518, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405401, 4054, 302, 519, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405501, 4055, 101, 519, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405601, 4056, 102, 526, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405701, 4057, 301, 525, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405801, 4058, 101, 526, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (405901, 4059, 302, 622, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406001, 4060, 301, 608, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406101, 4061, 102, 616, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406201, 4062, 302, 622, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406301, 4063, 101, 623, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406401, 4064, 102, 630, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406501, 4065, 302, 707, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406601, 4066, 302, 714, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406801, 4068, 102, 721, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (406901, 4069, 101, 721, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407001, 4070, 101, 804, 2, 0, 8); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407101, 4071, 104, 804, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407201, 4072, 101, 806, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407301, 4073, 302, 812, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407401, 4074, 101, 811, 2, 0, 8); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407501, 4075, 102, 811, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407601, 4076, 301, 818, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407701, 4077, 102, 818, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407801, 4078, 101, 824, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (407901, 4079, 302, 824, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408001, 4080, 102, 825, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408101, 4081, 101, 825, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408201, 4082, 104, 901, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408301, 4083, 101, 901, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408401, 4084, 301, 909, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408501, 4085, 102, 916, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408601, 4086, 302, 917, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408701, 4087, 101, 923, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408801, 4088, 103, 924, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (408901, 4089, 101, 930, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409001, 4090, 102, 1001, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409101, 4091, 101, 1008, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409201, 4092, 301, 1009, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409301, 4093, 101, 1015, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409401, 4094, 103, 1015, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409501, 4095, 101, 1015, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409601, 4096, 102, 1019, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409701, 4097, 301, 1021, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409801, 4098, 303, 1020, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (409901, 4099, 102, 1026, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410001, 4100, 102, 1029, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410101, 4101, 101, 1029, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410201, 4102, 101, 1112, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410301, 4103, 101, 1110, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410401, 4104, 103, 1118, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410501, 4105, 301, 1117, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410601, 4106, 302, 1119, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410701, 4107, 102, 1123, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410801, 4108, 301, 1126, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (410901, 4109, 101, 1203, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411001, 4110, 302, 1209, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411101, 4111, 102, 1209, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411201, 4112, 101, 1216, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411301, 4113, 102, 1217, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411401, 4114, 101, 1222, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411501, 4115, 301, 1224, 2, 0, 12); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411601, 4116, 302, 1228, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411801, 4118, 101, 216, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (411901, 4119, 302, 412, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (412001, 4120, 303, 606, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (412101, 4121, 302, 620, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (412201, 4122, 102, 802, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (412301, 4123, 101, 921, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (412401, 4124, 302, 1012, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450101, 4501, 102, 907, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450201, 4502, 202, 929, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450301, 4503, 201, 1005, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450401, 4504, 103, 1013, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450501, 4505, 302, 1015, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450601, 4506, 301, 1020, 2, 0, 8); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450701, 4507, 103, 1103, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450801, 4508, 102, 1103, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (450901, 4509, 301, 1109, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451001, 4510, 103, 1110, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451101, 4511, 302, 1116, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451201, 4512, 202, 1117, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451301, 4513, 101, 1117, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451401, 4514, 302, 1123, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451501, 4515, 102, 1124, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451601, 4516, 202, 1124, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451701, 4517, 103, 1130, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451801, 4518, 102, 1130, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (451901, 4519, 101, 1201, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (452001, 4520, 101, 1207, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (452101, 4521, 103, 1207, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (452201, 4522, 201, 1207, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (452301, 4523, 102, 1214, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (452401, 4524, 101, 1214, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (452501, 4525, 301, 1215, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (452601, 4526, 102, 1222, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (500101, 5001, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (500201, 5002, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (500301, 5003, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (500401, 5004, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (500501, 5005, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (500701, 5007, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (500901, 5009, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (501001, 5010, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (501101, 5011, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (501201, 5012, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (501301, 5013, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (501501, 5015, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (501701, 5017, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (501801, 5018, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (501901, 5019, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502001, 5020, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502101, 5021, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502201, 5022, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502301, 5023, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502401, 5024, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502501, 5025, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502601, 5026, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502701, 5027, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (502901, 5029, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503001, 5030, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503101, 5031, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503201, 5032, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503301, 5033, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503401, 5034, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503601, 5036, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503701, 5037, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503801, 5038, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (503901, 5039, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (504001, 5040, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (504101, 5041, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (504201, 5042, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (504301, 5043, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (504401, 5044, 1007, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (504701, 5047, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (504801, 5048, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (504901, 5049, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505001, 5050, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505101, 5051, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505201, 5052, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505301, 5053, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505501, 5055, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505601, 5056, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505701, 5057, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505801, 5058, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (505901, 5059, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (506101, 5061, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (506201, 5062, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (506301, 5063, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (506401, 5064, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (506501, 5065, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (506701, 5067, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (506801, 5068, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507001, 5070, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507101, 5071, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507201, 5072, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507301, 5073, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507401, 5074, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507501, 5075, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507601, 5076, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507701, 5077, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507801, 5078, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (507901, 5079, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508001, 5080, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508101, 5081, 1007, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508201, 5082, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508301, 5083, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508401, 5084, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508501, 5085, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508601, 5086, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508701, 5087, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508801, 5088, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (508901, 5089, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509001, 5090, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509101, 5091, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509201, 5092, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509301, 5093, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509401, 5094, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509501, 5095, 1007, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509601, 5096, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509701, 5097, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509801, 5098, 1004, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (509901, 5099, 1003, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (510001, 5100, 1002, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (510101, 5101, 1001, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (510301, 5103, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (510501, 5105, 1007, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (510601, 5106, 1006, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (510701, 5107, 1005, 0, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (510801, 5108, 1006, 219, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (510901, 5109, 1001, 324, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511001, 5110, 1003, 331, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511101, 5111, 1002, 407, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511201, 5112, 1003, 414, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511301, 5113, 1004, 428, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511401, 5114, 1002, 505, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511501, 5115, 1002, 512, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511601, 5116, 1003, 519, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511701, 5117, 1003, 526, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511801, 5118, 1002, 602, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (511901, 5119, 1003, 623, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512001, 5120, 1001, 929, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512101, 5121, 1003, 1013, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512201, 5122, 1004, 1020, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512301, 5123, 1003, 1029, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512401, 5124, 1003, 1110, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512501, 5125, 1002, 1117, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512601, 5126, 1003, 1124, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512701, 5127, 1006, 1201, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512801, 5128, 1002, 1208, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (512901, 5129, 1002, 1215, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (513001, 5130, 1004, 1222, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (513101, 5131, 1003, 1228, 2, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (513201, 5132, 1007, 626, 4, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (513301, 5133, 1007, 710, 4, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (513401, 5134, 1006, 1104, 3, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (513501, 5135, 1005, 1104, 3, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (513601, 5136, 1007, 1104, 3, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (513701, 5137, 1007, 1229, 3, 0, -1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (580001, 5801, 5801, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (580002, 5802, 5802, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (580003, 5803, 5803, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (580031, 5831, 5831, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (580032, 5832, 5832, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (580033, 5833, 5833, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (592001, 5920, 20, 1124, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (592002, 5921, 21, 1124, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (592003, 5922, 22, 1124, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (593001, 5930, 30, 428, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (593002, 5930, 31, 428, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (593003, 5930, 32, 428, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (593004, 5930, 33, 428, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (593501, 5935, 27, 526, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (593502, 5935, 28, 526, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (593503, 5935, 29, 526, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (594001, 5940, 34, 623, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (594002, 5941, 35, 623, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (594003, 5941, 36, 623, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (594501, 5945, 23, 929, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (594502, 5946, 25, 929, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (594503, 5947, 24, 929, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (594504, 5948, 26, 929, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (595001, 5950, 40, 1020, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (595002, 5950, 41, 1020, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (595003, 5950, 42, 1020, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (596001, 5960, 37, 1215, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (596002, 5960, 38, 1215, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (596003, 5960, 39, 1215, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (596501, 5965, 43, 1029, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (596502, 5965, 44, 1029, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (596503, 5965, 45, 1029, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600005, 6005, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600006, 6006, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600007, 6007, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600008, 6008, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600009, 6009, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600010, 6010, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600011, 6011, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600017, 6017, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600018, 6018, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600019, 6019, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600020, 6020, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600021, 6021, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600022, 6022, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (600023, 6023, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610000, 6100, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610001, 6101, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610002, 6102, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610003, 6103, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610004, 6104, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610005, 6105, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610006, 6106, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610007, 6107, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610008, 6108, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610009, 6109, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610010, 6110, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610011, 6111, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610012, 6112, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610013, 6113, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610014, 6114, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610015, 6115, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610016, 6116, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610017, 6117, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610018, 6118, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610019, 6119, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610020, 6120, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610021, 6121, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610022, 6122, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610023, 6123, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610024, 6124, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610025, 6125, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610026, 6126, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610027, 6127, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610028, 6128, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610029, 6129, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610030, 6130, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610031, 6131, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610032, 6132, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610033, 6133, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610034, 6134, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610035, 6135, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610036, 6136, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610037, 6137, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610038, 6138, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610039, 6139, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610040, 6140, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610041, 6141, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610042, 6142, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610043, 6143, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610044, 6144, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610045, 6145, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610046, 6146, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610047, 6147, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610048, 6148, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610049, 6149, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610050, 6150, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610051, 6151, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610052, 6152, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610053, 6153, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610054, 6154, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610055, 6155, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610056, 6156, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610057, 6157, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610058, 6158, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610059, 6159, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610060, 6160, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610061, 6161, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610062, 6162, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610063, 6163, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610064, 6164, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610065, 6165, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610066, 6166, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610067, 6167, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610068, 6168, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610069, 6169, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610070, 6170, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610071, 6171, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610072, 6172, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610073, 6173, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610074, 6174, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610075, 6175, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610076, 6176, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610077, 6177, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610078, 6178, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610079, 6179, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610080, 6180, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610081, 6181, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610082, 6182, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610083, 6183, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610084, 6184, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610085, 6185, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610086, 6186, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610087, 6187, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610088, 6188, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610089, 6189, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610090, 6190, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610091, 6191, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610092, 6192, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610093, 6193, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610094, 6194, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610095, 6195, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610096, 6196, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610097, 6197, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610098, 6198, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610099, 6199, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610100, 6200, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610101, 6201, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610102, 6202, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610103, 6203, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610104, 6204, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610105, 6205, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610106, 6206, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610107, 6207, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610108, 6208, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610109, 6209, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610110, 6210, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610111, 6211, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610112, 6212, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610113, 6213, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610114, 6214, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610115, 6215, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610116, 6216, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610117, 6217, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610118, 6218, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610119, 6219, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610120, 6220, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610121, 6221, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610122, 6222, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610123, 6223, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610124, 6224, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610125, 6225, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610126, 6226, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610127, 6227, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610128, 6228, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610129, 6229, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610130, 6230, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610131, 6231, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610135, 6235, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610136, 6236, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610137, 6237, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610138, 6238, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610139, 6239, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610140, 6240, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610141, 6241, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610142, 6242, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610143, 6243, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610144, 6244, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610145, 6245, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610146, 6246, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610147, 6247, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610148, 6248, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610149, 6249, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610150, 6250, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610151, 6251, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610152, 6252, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610153, 6253, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610154, 6254, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610155, 6255, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610156, 6256, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610157, 6257, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610158, 6258, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610159, 6259, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610160, 6260, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610161, 6261, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610162, 6262, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610163, 6263, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610164, 6264, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610165, 6265, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610166, 6266, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610167, 6267, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610168, 6268, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610169, 6269, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610170, 6270, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610171, 6271, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610172, 6272, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610173, 6273, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610174, 6274, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610175, 6275, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610176, 6276, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610177, 6277, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610178, 6278, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610179, 6279, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610180, 6280, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610181, 6281, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610182, 6282, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610183, 6283, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610184, 6284, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610185, 6285, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610186, 6286, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610187, 6287, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610188, 6288, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610189, 6289, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610190, 6290, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610191, 6291, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610192, 6292, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610193, 6293, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610194, 6294, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610195, 6295, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610196, 6296, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610197, 6297, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610198, 6298, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610199, 6299, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610200, 6300, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610201, 6301, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610202, 6302, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610203, 6303, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610204, 6304, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610205, 6305, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610206, 6306, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610207, 6307, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610208, 6308, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610209, 6309, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610210, 6310, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610211, 6311, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610212, 6312, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610213, 6313, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610214, 6314, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610215, 6315, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610216, 6316, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610217, 6317, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610218, 6318, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610219, 6319, 1001, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610220, 6320, 1002, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610221, 6321, 1003, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610222, 6322, 1004, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610223, 6323, 1005, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610224, 6324, 1006, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610225, 6325, 1007, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610226, 6326, 1008, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610227, 6327, 1009, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610228, 6328, 1010, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610229, 6329, 1011, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610230, 6330, 1012, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610231, 6331, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610232, 6332, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610233, 6333, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610234, 6334, 1013, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610235, 6335, 1014, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (610236, 6336, 1015, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620000, 10000, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620001, 10001, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620002, 10002, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620003, 10003, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620004, 10004, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620005, 10005, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620006, 10006, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620007, 10007, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620008, 10008, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620009, 10009, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620010, 10010, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620011, 10011, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620012, 10012, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620013, 10013, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620014, 10014, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620015, 10015, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620016, 10016, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620017, 10017, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620018, 10018, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620019, 10019, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620020, 10020, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620021, 10021, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620022, 10022, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620023, 10023, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620024, 10024, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620025, 10025, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620026, 10026, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620027, 10027, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620028, 10028, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620029, 10029, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620030, 10030, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620031, 10031, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620032, 10032, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620033, 10033, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620034, 10034, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620035, 10035, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620036, 10036, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620037, 10037, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620038, 10038, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620039, 10039, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620040, 10040, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620041, 10041, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620042, 10042, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620043, 10043, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620044, 10044, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620045, 10045, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620046, 10046, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620047, 10047, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620048, 10048, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620049, 10049, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620050, 10050, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620051, 10051, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620052, 10052, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620053, 10053, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620054, 10054, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620055, 10055, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620056, 10056, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620057, 10057, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620058, 10058, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620059, 10059, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620060, 10060, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620061, 10061, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620062, 10062, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620063, 10063, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620064, 10064, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620065, 10065, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620066, 10066, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620067, 10067, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620068, 10068, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620069, 10069, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620070, 10070, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620071, 10071, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620072, 10072, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620073, 10073, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620074, 10074, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620075, 10075, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620076, 10076, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620077, 10077, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620078, 10078, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620079, 10079, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620080, 10080, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620081, 10081, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620082, 10082, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620083, 10083, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620084, 10084, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620085, 10085, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620086, 10086, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620087, 10087, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620088, 10088, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620089, 10089, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620090, 10090, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620091, 10091, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620092, 10092, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620093, 10093, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620094, 10094, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620095, 10095, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620096, 10096, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620097, 10097, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620098, 10098, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620099, 10099, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620100, 10100, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620101, 10101, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620102, 10102, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620103, 10103, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620104, 10104, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620105, 10105, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620106, 10106, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620107, 10107, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620108, 10108, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620109, 10109, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620110, 10110, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620111, 10111, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620112, 10112, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620113, 10113, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620114, 10114, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620115, 10115, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620116, 10116, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620117, 10117, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620118, 10118, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620119, 10119, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620120, 10120, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620121, 10121, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620122, 10122, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620123, 10123, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620124, 10124, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620125, 10125, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620126, 10126, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620127, 10127, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620128, 10128, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620129, 10129, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620130, 10130, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620131, 10131, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620132, 10132, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620133, 10133, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620134, 10134, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620135, 10135, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620136, 10136, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620137, 10137, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620138, 10138, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620139, 10139, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620140, 10140, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620141, 10141, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620142, 10142, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620143, 10143, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620144, 10144, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620145, 10145, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620146, 10146, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620147, 10147, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620148, 10148, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620149, 10149, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620150, 10150, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620151, 10151, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620152, 10152, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620153, 10153, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620154, 10154, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620155, 10155, 101, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620156, 10156, 102, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620157, 10157, 103, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620158, 10158, 104, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (620159, 10159, 302, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (700101, 7001, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (700201, 7002, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (700301, 7003, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (700401, 7004, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (700501, 7005, 0, 0, 2, 0, 0); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (700701, 7007, 0, 0, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (700801, 7008, 0, 0, 3, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (700901, 7009, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (701001, 7010, 0, 0, 2, 0, 10); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (701101, 7011, 0, 0, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (701201, 7012, 0, 0, 2, 0, 9); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (701301, 1010, 0, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800001, 10160, 1006, 219, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800002, 10161, 1001, 324, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800003, 10162, 1003, 331, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800004, 10163, 1002, 407, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800005, 10164, 1003, 414, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800006, 10165, 1004, 428, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800007, 10166, 1002, 505, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800008, 10167, 1002, 512, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800009, 10168, 1003, 519, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800010, 10169, 1003, 526, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800011, 10170, 1002, 602, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800012, 10171, 1003, 623, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800013, 10172, 1001, 929, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800014, 10173, 1003, 1013, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800015, 10174, 1004, 1020, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800016, 10175, 1003, 1029, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800017, 10176, 1003, 1110, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800018, 10177, 1002, 1117, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800019, 10178, 1003, 1124, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800020, 10179, 1006, 1201, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800021, 10180, 1002, 1208, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800022, 10181, 1002, 1215, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800023, 10182, 1004, 1222, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800024, 10183, 1003, 1228, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800025, 10184, 1007, 626, 4, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800026, 10185, 1007, 710, 4, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800027, 10186, 1006, 1104, 3, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800028, 10187, 1005, 1104, 3, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800029, 10188, 1007, 1104, 3, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800030, 10189, 1007, 1229, 3, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800031, 5200, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800032, 5201, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800033, 5202, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800034, 5203, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800035, 5204, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800036, 5205, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800037, 5206, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800038, 5207, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800039, 5208, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800040, 5209, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800041, 5210, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800042, 5211, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800043, 5212, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800044, 5213, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800045, 5214, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800046, 5215, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800047, 5216, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800048, 5217, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800049, 5218, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800050, 5219, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800051, 5220, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800052, 5221, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800053, 5222, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800054, 5223, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800055, 5224, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800056, 5225, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800057, 5226, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800058, 5227, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800059, 5228, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800060, 5229, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800061, 5230, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800062, 5231, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800063, 5232, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800064, 5233, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800065, 5234, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800066, 5235, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800067, 5236, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800068, 5237, 1007, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800069, 5238, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800070, 5239, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800071, 5240, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800072, 5241, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800073, 5242, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800074, 5243, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800075, 5244, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800076, 5245, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800077, 5246, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800078, 5247, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800079, 5248, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800080, 5249, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800081, 5250, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800082, 5251, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800083, 5252, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800084, 5253, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800085, 5254, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800086, 5255, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800087, 5256, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800088, 5257, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800089, 5258, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800090, 5259, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800091, 5260, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800092, 5261, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800093, 5262, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800094, 5263, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800095, 5264, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800096, 5265, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800097, 5266, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800098, 5267, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800099, 5268, 1007, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800100, 5269, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800101, 5270, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800102, 5271, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800103, 5272, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800104, 5273, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800105, 5274, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800106, 5275, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800107, 5276, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800108, 5277, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800109, 5278, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800110, 5279, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800111, 5280, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800112, 5281, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800113, 5282, 1007, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800114, 5283, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800115, 5284, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800116, 5285, 1004, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800117, 5286, 1003, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800118, 5287, 1002, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800119, 5288, 1001, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800120, 5289, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800121, 5290, 1007, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800122, 5291, 1006, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (800123, 5292, 1005, 0, 2, 0, 11); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900880, 9057, 301, 105, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900881, 9057, 301, 119, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900882, 9057, 301, 302, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900883, 9057, 301, 316, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900884, 9057, 301, 406, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900890, 9058, 301, 908, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900891, 9058, 301, 915, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900892, 9058, 301, 1201, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900893, 9058, 301, 1221, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900930, 9062, 101, 907, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900931, 9062, 101, 929, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900932, 9062, 101, 1208, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900933, 9062, 101, 1215, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900940, 9063, 102, 114, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900941, 9063, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900942, 9063, 102, 303, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900943, 9063, 102, 316, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900944, 9063, 102, 407, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900950, 9064, 102, 914, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900951, 9064, 102, 921, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900952, 9064, 102, 1201, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900953, 9064, 102, 1215, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900970, 9066, 302, 105, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900971, 9066, 302, 302, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900972, 9066, 302, 316, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900973, 9066, 302, 406, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900990, 9068, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900991, 9068, 102, 309, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (900992, 9068, 102, 323, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901020, 9071, 302, 907, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901021, 9071, 302, 915, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901022, 9071, 302, 1201, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901023, 9071, 302, 1215, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901040, 9073, 102, 915, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901041, 9073, 102, 1201, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901042, 9073, 102, 1228, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901050, 9074, 103, 106, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901051, 9074, 103, 120, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901052, 9074, 103, 303, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901053, 9074, 103, 316, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901054, 9074, 103, 406, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901070, 9076, 103, 908, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901071, 9076, 103, 916, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901072, 9076, 103, 1208, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901073, 9076, 103, 1221, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901080, 9077, 103, 112, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901081, 9077, 103, 310, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901082, 9077, 103, 324, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901083, 9077, 103, 414, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901110, 9080, 101, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901210, 9090, 102, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (901240, 9093, 103, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902430, 9212, 301, 202, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902431, 9212, 301, 216, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902432, 9212, 301, 420, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902433, 9212, 301, 511, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902434, 9212, 301, 518, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902435, 9212, 301, 602, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902436, 9212, 301, 616, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902450, 9214, 101, 203, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902451, 9214, 101, 421, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902452, 9214, 101, 518, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902453, 9214, 101, 609, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902454, 9214, 101, 622, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902460, 9215, 301, 203, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902461, 9215, 301, 216, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902462, 9215, 301, 421, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902463, 9215, 301, 504, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902464, 9215, 301, 518, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902465, 9215, 301, 601, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902466, 9215, 301, 615, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902480, 9217, 102, 210, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902481, 9217, 102, 217, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902482, 9217, 102, 421, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902483, 9217, 102, 504, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902484, 9217, 102, 518, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902485, 9217, 102, 601, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902486, 9217, 102, 615, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902490, 9218, 302, 202, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902491, 9218, 302, 216, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902492, 9218, 302, 420, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902493, 9218, 302, 504, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902494, 9218, 302, 518, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902495, 9218, 302, 601, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902496, 9218, 302, 616, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902510, 9220, 102, 202, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902511, 9220, 102, 216, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902512, 9220, 102, 420, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902513, 9220, 102, 505, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902514, 9220, 102, 525, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902515, 9220, 102, 616, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902530, 9222, 103, 428, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902531, 9222, 103, 512, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902532, 9222, 103, 526, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902533, 9222, 103, 609, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902550, 9224, 303, 203, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902551, 9224, 303, 217, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902552, 9224, 303, 420, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902553, 9224, 303, 512, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902554, 9224, 303, 519, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902555, 9224, 303, 602, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902556, 9224, 303, 616, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902560, 9225, 103, 505, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902570, 9226, 103, 202, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902571, 9226, 103, 421, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902572, 9226, 103, 519, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902573, 9226, 103, 602, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902574, 9226, 103, 623, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902580, 9227, 301, 1012, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902581, 9227, 301, 1102, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902582, 9227, 301, 1116, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902590, 9228, 101, 615, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902591, 9228, 101, 1005, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902592, 9228, 101, 1019, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902593, 9228, 101, 1109, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902594, 9228, 101, 1117, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902610, 9230, 301, 1005, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902611, 9230, 301, 1019, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902612, 9230, 301, 1103, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902613, 9230, 301, 1116, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902620, 9231, 102, 622, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902621, 9231, 102, 1006, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902622, 9231, 102, 1027, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902623, 9231, 102, 1102, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902624, 9231, 102, 1117, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902640, 9233, 302, 1006, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902641, 9233, 302, 1020, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902642, 9233, 302, 1102, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902643, 9233, 302, 1117, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902660, 9235, 102, 1005, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902661, 9235, 102, 1026, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902662, 9235, 102, 1109, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902663, 9235, 102, 1123, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902680, 9237, 103, 1013, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902681, 9237, 103, 1020, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902682, 9237, 103, 1102, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902683, 9237, 103, 1116, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902730, 9242, 301, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902790, 9248, 302, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (902810, 9250, 103, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903380, 9307, 101, 810, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903381, 9307, 101, 831, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903410, 9310, 301, 803, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903411, 9310, 301, 818, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903430, 9312, 101, 825, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903440, 9313, 102, 803, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903450, 9315, 102, 810, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903451, 9315, 102, 818, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903470, 9317, 302, 804, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903471, 9317, 302, 817, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903490, 9319, 103, 804, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903491, 9319, 103, 825, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903520, 9322, 103, 817, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903530, 9323, 101, 803, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903531, 9323, 101, 825, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903540, 9324, 101, 811, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903550, 9325, 301, 817, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903570, 9327, 101, 818, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903590, 9329, 102, 804, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903591, 9329, 102, 831, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903610, 9331, 102, 803, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903611, 9331, 102, 824, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903620, 9332, 302, 831, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903720, 9342, 103, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903940, 9364, 301, 706, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903941, 9364, 301, 720, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903960, 9366, 101, 706, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903961, 9366, 101, 721, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903980, 9368, 302, 706, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (903981, 9368, 302, 720, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904000, 9370, 102, 713, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904001, 9370, 102, 721, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904020, 9372, 103, 707, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904021, 9372, 103, 721, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904040, 9374, 104, 713, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904050, 9375, 301, 707, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904060, 9376, 101, 707, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904061, 9376, 101, 721, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904100, 9380, 102, 714, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904101, 9380, 102, 721, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904181, 9389, 103, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904182, 9390, 102, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904183, 9391, 103, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904184, 9392, 103, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904185, 9187, 103, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904186, 9183, 103, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904187, 9393, 102, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904188, 9394, 101, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904189, 9395, 102, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904190, 9396, 102, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904191, 9397, 102, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904192, 9398, 102, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (904193, 9399, 102, 630, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910001, 9500, 101, 112, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910002, 9501, 101, 112, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910003, 9502, 101, 112, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910004, 9503, 101, 112, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910005, 9504, 101, 112, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910006, 9505, 101, 112, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910007, 9506, 101, 112, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910008, 9510, 102, 112, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910009, 9511, 102, 112, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910010, 9512, 102, 112, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910011, 9513, 102, 112, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910012, 9514, 102, 112, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910013, 9515, 102, 112, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910014, 9516, 102, 112, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910015, 9517, 102, 112, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910016, 9520, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910017, 9521, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910018, 9522, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910019, 9523, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910020, 9524, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910021, 9525, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910022, 9526, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910023, 9527, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910024, 9528, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910025, 9529, 103, 112, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910026, 9530, 104, 112, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910027, 9531, 104, 112, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910028, 9532, 104, 112, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910029, 9533, 104, 112, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910030, 9534, 104, 112, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910031, 9535, 104, 112, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910032, 9536, 104, 112, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910033, 9540, 301, 112, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910034, 9541, 301, 112, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910035, 9542, 301, 112, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910036, 9543, 301, 112, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910037, 9550, 302, 112, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910038, 9551, 302, 112, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910039, 9552, 302, 112, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910040, 9561, 303, 112, 2, 0, 6); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910041, 9562, 303, 112, 2, 0, 6); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910101, 9600, 101, 119, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910102, 9601, 101, 119, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910103, 9602, 101, 119, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910104, 9603, 101, 119, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910105, 9604, 101, 119, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910106, 9605, 101, 119, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910107, 9606, 101, 119, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910108, 9610, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910109, 9611, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910110, 9612, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910111, 9613, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910112, 9614, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910113, 9615, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910114, 9616, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910115, 9617, 102, 119, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910116, 9620, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910117, 9621, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910118, 9622, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910119, 9623, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910120, 9624, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910121, 9625, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910122, 9626, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910123, 9627, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910124, 9628, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910125, 9629, 103, 119, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910126, 9630, 104, 119, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910127, 9631, 104, 119, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910128, 9632, 104, 119, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910129, 9633, 104, 119, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910130, 9634, 104, 119, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910131, 9635, 104, 119, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910132, 9636, 104, 119, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910133, 9640, 301, 119, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910134, 9641, 301, 119, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910135, 9642, 301, 119, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910136, 9643, 301, 119, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910137, 9650, 302, 119, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910138, 9651, 302, 119, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910139, 9652, 302, 119, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910140, 9661, 303, 119, 2, 0, 6); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910141, 9662, 303, 119, 2, 0, 6); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910201, 9700, 101, 126, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910202, 9701, 101, 126, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910203, 9702, 101, 126, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910204, 9703, 101, 126, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910205, 9704, 101, 126, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910206, 9705, 101, 126, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910207, 9706, 101, 126, 2, 0, 1); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910208, 9710, 102, 126, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910209, 9711, 102, 126, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910210, 9712, 102, 126, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910211, 9713, 102, 126, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910212, 9714, 102, 126, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910213, 9715, 102, 126, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910214, 9716, 102, 126, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910215, 9717, 102, 126, 2, 0, 3); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910216, 9720, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910217, 9721, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910218, 9722, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910219, 9723, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910220, 9724, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910221, 9725, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910222, 9726, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910223, 9727, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910224, 9728, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910225, 9729, 103, 126, 2, 0, 5); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910226, 9730, 104, 126, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910227, 9731, 104, 126, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910228, 9732, 104, 126, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910229, 9733, 104, 126, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910230, 9734, 104, 126, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910231, 9735, 104, 126, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910232, 9736, 104, 126, 2, 0, 7); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910233, 9740, 301, 126, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910234, 9741, 301, 126, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910235, 9742, 301, 126, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910236, 9743, 301, 126, 2, 0, 2); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910237, 9750, 302, 126, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910238, 9751, 302, 126, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910239, 9752, 302, 126, 2, 0, 4); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910240, 9761, 303, 126, 2, 0, 6); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (910241, 9762, 303, 126, 2, 0, 6); INSERT INTO race_instance (id, race_id, npc_group_id, date, time, clock_time, race_number) VALUES (999901, 9999, 103, 531, 2, 0, 11); -- Table: race_jikkyo_base CREATE TABLE 'race_jikkyo_base' ('id' INTEGER NOT NULL, 'mode' INTEGER NOT NULL, 'sub_mode' INTEGER NOT NULL, 'sub_mode_jump' INTEGER NOT NULL, 'situation' INTEGER NOT NULL, 'sub_situation' INTEGER NOT NULL, 'situation_end' INTEGER NOT NULL, 'disable_reentry_situation' INTEGER NOT NULL, 'trigger0' INTEGER NOT NULL, 'trigger1' INTEGER NOT NULL, 'trigger2' INTEGER NOT NULL, 'trigger3' INTEGER NOT NULL, 'trigger4' INTEGER NOT NULL, 'trigger5' INTEGER NOT NULL, 'trigger6' INTEGER NOT NULL, 'trigger7' INTEGER NOT NULL, 'trigger8' INTEGER NOT NULL, 'trigger9' INTEGER NOT NULL, 'message_group' INTEGER NOT NULL, 'comment_group' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'per' INTEGER NOT NULL, 'immediate' INTEGER NOT NULL, 'discard' INTEGER NOT NULL, 'tension' INTEGER NOT NULL, 'camera_id' INTEGER NOT NULL, 'camera_horse1' INTEGER NOT NULL, 'camera_horse2' INTEGER NOT NULL, 'disable_reuse' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1, 1, 0, -1, 0, 0, 0, 0, 1, 1282, 0, 0, 0, 0, 0, 0, 0, 0, 100000, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2, 1, 0, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100001, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3, 1, 0, -1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100002, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100000, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5, 1, 0, -1, 0, 0, 0, 0, 1, 41, 1282, 0, 0, 0, 0, 0, 0, 0, 100004, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (6, 1, 0, -1, 0, 0, 0, 0, 2, 41, 0, 0, 0, 0, 0, 0, 0, 0, 100005, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (7, 1, 0, -1, 0, 0, 0, 0, 3, 41, 0, 0, 0, 0, 0, 0, 0, 0, 100006, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (8, 1, 0, -1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100007, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9, 1, 0, -1, 0, 0, 0, 0, 1, 54, 56, 1282, 0, 0, 0, 0, 0, 0, 100008, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (10, 1, 0, -1, 0, 0, 0, 0, 1, 55, 56, 1282, 0, 0, 0, 0, 0, 0, 100009, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (11, 1, 0, -1, 0, 0, 0, 0, 1, 54, 57, 1282, 0, 0, 0, 0, 0, 0, 100010, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (12, 1, 0, -1, 0, 0, 0, 0, 1, 55, 57, 1282, 0, 0, 0, 0, 0, 0, 100011, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (13, 1, 0, -1, 0, 0, 0, 0, 2, 56, 1282, 0, 0, 0, 0, 0, 0, 0, 100012, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (15, 1, 0, -1, 0, 0, 0, 0, 2, 54, 57, 1282, 0, 0, 0, 0, 0, 0, 100014, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (16, 1, 0, -1, 0, 0, 0, 0, 2, 55, 57, 1282, 0, 0, 0, 0, 0, 0, 100015, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (17, 1, 0, -1, 0, 0, 0, 0, 3, 54, 58, 0, 0, 0, 0, 0, 0, 0, 100016, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (18, 1, 0, -1, 0, 0, 0, 0, 3, 55, 58, 0, 0, 0, 0, 0, 0, 0, 100017, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (19, 1, 0, -1, 0, 0, 0, 0, 3, 54, 59, 0, 0, 0, 0, 0, 0, 0, 100018, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (20, 1, 0, -1, 0, 0, 0, 0, 3, 55, 59, 0, 0, 0, 0, 0, 0, 0, 100019, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (21, 1, 0, -1, 0, 0, 0, 0, 4, 54, 57, 0, 0, 0, 0, 0, 0, 0, 100020, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (22, 1, 0, -1, 0, 0, 0, 0, 4, 55, 57, 0, 0, 0, 0, 0, 0, 0, 100021, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (23, 1, 0, -1, 0, 0, 0, 0, 4, 54, 58, 0, 0, 0, 0, 0, 0, 0, 100022, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (24, 1, 0, -1, 0, 0, 0, 0, 4, 55, 58, 0, 0, 0, 0, 0, 0, 0, 100023, 0, 1000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (25, 1, 0, -1, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100200, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (26, 1, 0, -1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100201, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (27, 1, 0, -1, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100202, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (28, 1, 0, -1, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100203, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (29, 1, 0, -1, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100204, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (30, 1, 0, -1, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100205, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (31, 1, 0, -1, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100206, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (32, 1, 0, -1, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100207, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (33, 1, 0, -1, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100208, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (34, 1, 0, -1, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100209, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (35, 1, 0, -1, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100210, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (36, 1, 0, -1, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100211, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (37, 1, 0, -1, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100212, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (38, 1, 0, -1, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100213, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (39, 1, 0, -1, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100214, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (40, 1, 0, -1, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100215, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (41, 1, 0, -1, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100216, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (42, 1, 0, -1, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100217, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (43, 1, 0, -1, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100218, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (44, 1, 0, -1, 0, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100219, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (45, 1, 0, -1, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100220, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (46, 1, 0, -1, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100221, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (47, 1, 0, -1, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100222, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (48, 1, 0, -1, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100223, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (49, 0, 0, -1, 0, 0, 0, 0, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100224, 0, 1100, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (50, 0, 0, -1, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100225, 0, 1100, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (51, 0, 0, -1, 0, 0, 0, 0, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100226, 0, 1100, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (52, 0, 0, -1, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100227, 0, 1100, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (53, 0, 0, -1, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100228, 0, 1100, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (54, 0, 0, -1, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100229, 0, 1100, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (55, 0, 0, -1, 0, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100230, 0, 1100, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (56, 0, 0, -1, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100231, 0, 1100, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (57, 1, 0, -1, 0, 0, 0, 0, 60, 7, 0, 0, 0, 0, 0, 0, 0, 0, 100300, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (58, 1, 1, 2, 60, 0, 0, 1, 390, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100800, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (59, 1, 1, 2, 60, 0, 0, 1, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100804, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (60, 1, 1, 2, 60, 0, 0, 1, 784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100804, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (61, 1, 3, 4, 61, 0, 0, 1, 391, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100802, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (62, 1, 3, 4, 61, 0, 0, 1, 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100804, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (63, 1, 3, 4, 61, 0, 0, 1, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100803, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (64, 1, 3, 4, 61, 0, 0, 1, 784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100803, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (65, 1, 5, 6, 62, 0, 0, 1, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100805, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (66, 1, 5, 6, 62, 0, 0, 1, 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100806, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (67, 1, 5, 6, 62, 0, 0, 1, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100807, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (68, 1, 5, 6, 62, 0, 0, 1, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100808, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (69, 1, 5, 6, 62, 0, 0, 1, 784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100805, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (70, 1, 8, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100999, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (71, 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102000, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (72, 3, 1, -1, 0, 0, 0, 0, 160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102001, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (73, 3, 1, -1, 1, 0, 0, 0, 160, 97, 0, 0, 0, 0, 0, 0, 0, 0, 102001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (74, 0, 1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100022, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (75, 3, 1, -1, 2, 0, 0, 0, 164, 1357, 0, 0, 0, 0, 0, 0, 0, 0, 102002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (76, 3, 1, -1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102003, 0, 800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (77, 3, 1, -1, 3, 0, 0, 0, 843, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (78, 3, 1, -1, 4, 0, 0, 0, 841, 115, 0, 0, 0, 0, 0, 0, 0, 0, 102004, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (81, 3, 1, -1, 5, 0, 0, 0, 842, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102005, 0, 900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (82, 4, 0, -1, 43, 0, 0, 1, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103003, 0, 1200, 100, 0, 0, 1, 101009, 10, 11, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (83, 4, 0, -1, 0, 0, 0, 0, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103018, 0, 1300, 100, 0, 0, 1, 101003, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (84, 4, 1, -1, 9, 0, 1, 1, 115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103015, 0, 5000, 100, 0, 0, 1, 101008, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (85, 4, 1, -1, 9, 0, 1, 1, 116, 113, 187, 0, 0, 0, 0, 0, 0, 0, 117001, 0, 5000, 100, 0, 0, 1, 101008, 1, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (86, 4, 1, -1, 9, 0, 1, 1, 116, 113, 1196, 0, 0, 0, 0, 0, 0, 0, 117002, 0, 5000, 100, 0, 0, 1, 101008, 1, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (87, 4, 1, -1, 9, 0, 1, 1, 673, 1198, 1245, 0, 0, 0, 0, 0, 0, 0, 103017, 0, 1000, 100, 0, 0, 1, 101007, 3, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (88, 0, 1, -1, 9, 0, 1, 1, 1197, 1194, 1245, 0, 0, 0, 0, 0, 0, 0, 103017, 100087, 1000, 100, 0, 0, 1, 101007, 3, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (89, 4, 1, -1, 9, 0, 1, 1, 673, 91, 1245, 0, 0, 0, 0, 0, 0, 0, 103020, 0, 1000, 100, 0, 0, 1, 101007, 3, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (90, 4, 1, -1, 0, 0, 0, 0, 111, 1245, 0, 0, 0, 0, 0, 0, 0, 0, 103016, 0, 1000, 100, 0, 0, 1, 101007, 3, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (92, 6, 0, -1, 7, 0, 1, 1, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105000, 0, 1000, 100, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (93, 6, 0, -1, 7, 0, 1, 1, 133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105001, 0, 1000, 100, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (94, 6, 0, -1, 6, 0, 0, 0, 1263, 1184, 0, 0, 0, 0, 0, 0, 0, 0, 115400, 0, 900, 100, 0, 0, 2, 103001, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (95, 6, 0, -1, 6, 0, 0, 0, 1263, 1187, 0, 0, 0, 0, 0, 0, 0, 0, 115401, 0, 900, 100, 0, 0, 2, 103001, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (96, 6, 0, -1, 6, 0, 0, 0, 1263, 1185, 0, 0, 0, 0, 0, 0, 0, 0, 115402, 0, 900, 100, 0, 0, 2, 103003, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (97, 6, 0, -1, 0, 0, 0, 0, 0, 1159, 1258, 0, 0, 0, 0, 0, 0, 0, 115403, 0, 800, 100, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (98, 6, 0, -1, 0, 0, 0, 0, 111, 1245, 1184, 831, 0, 0, 0, 0, 0, 0, 115404, 0, 900, 100, 0, 0, 2, 103005, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (99, 6, 0, -1, 0, 0, 0, 0, 111, 1245, 1187, 831, 0, 0, 0, 0, 0, 0, 115405, 0, 900, 100, 0, 0, 2, 103006, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (100, 6, 0, -1, 0, 0, 0, 0, 111, 1245, 1185, 831, 0, 0, 0, 0, 0, 0, 115406, 0, 900, 100, 0, 0, 2, 103007, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (101, 6, 0, -1, 0, 0, 0, 0, 1620, 149, 393, 0, 0, 0, 0, 0, 0, 0, 115407, 0, 1000, 100, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (102, 6, 0, -1, 0, 0, 0, 0, 379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 115408, 0, 1000, 100, 0, 0, 2, 107004, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (103, 6, 0, -1, 0, 0, 0, 0, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 115409, 0, 1000, 100, 0, 0, 2, 102002, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (104, 6, 0, -1, 0, 0, 0, 0, 734, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117034, 0, 1200, 100, 0, 0, 2, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (105, 6, 0, -1, 0, 0, 0, 0, 111, 807, 831, 0, 0, 0, 0, 0, 0, 0, 115601, 0, 900, 100, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (106, 6, 0, -1, 0, 0, 0, 0, 172, 134, 0, 0, 0, 0, 0, 0, 0, 0, 115603, 0, 900, 100, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (107, 7, 0, -1, 0, 0, 0, 0, 344, 1182, 1183, 1345, 0, 0, 0, 0, 0, 0, 106000, 0, 9999, 100, 0, 0, 2, 104001, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (108, 7, 0, -1, 0, 0, 0, 0, 148, 844, 0, 0, 0, 0, 0, 0, 0, 0, 115108, 0, 1000, 100, 0, 0, 2, 105000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (109, 7, 0, -1, 0, 0, 0, 0, 1135, 1148, 0, 0, 0, 0, 0, 0, 0, 0, 106001, 0, 1000, 100, 0, 0, 3, 104000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (110, 7, 0, -1, 0, 0, 0, 0, 134, 958, 844, 1061, 0, 0, 0, 0, 0, 0, 115100, 0, 1800, 100, 0, 0, 3, 101002, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (111, 7, 0, -1, 0, 0, 0, 0, 135, 958, 844, 1061, 0, 0, 0, 0, 0, 0, 115103, 0, 1900, 100, 0, 0, 3, 104002, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (112, 7, 0, -1, 0, 0, 0, 0, 142, 958, 1150, 1149, 1061, 0, 0, 0, 0, 0, 115101, 0, 2000, 100, 0, 0, 3, 106000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (113, 7, 0, -1, 0, 0, 0, 0, 134, 149, 958, 844, 1153, 0, 0, 0, 0, 0, 115102, 0, 1000, 100, 0, 0, 3, 103010, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (114, 7, 0, -1, 0, 0, 0, 0, 172, 958, 1166, 1149, 1061, 0, 0, 0, 0, 0, 115104, 0, 1000, 100, 0, 0, 3, 107005, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (115, 7, 0, -1, 24, 0, 0, 1, 143, 1148, 0, 0, 0, 0, 0, 0, 0, 0, 115105, 0, 1000, 100, 0, 0, 3, 103008, 10, 11, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (116, 7, 0, -1, 24, 0, 0, 1, 146, 1148, 0, 0, 0, 0, 0, 0, 0, 0, 115106, 0, 1000, 100, 0, 0, 3, 107002, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (117, 7, 0, -1, 25, 0, 1, 1, 143, 1166, 0, 0, 0, 0, 0, 0, 0, 0, 115107, 0, 1000, 100, 0, 0, 3, 103008, 10, 11, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (118, 7, 0, -1, 24, 0, 0, 1, 143, 844, 1166, 1160, 0, 0, 0, 0, 0, 0, 108001, 0, 1100, 100, 0, 0, 3, 103009, 10, 11, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (119, 7, 0, -1, 24, 0, 0, 1, 146, 844, 1272, 1269, 1167, 0, 0, 0, 0, 0, 108002, 0, 1200, 100, 0, 0, 3, 107000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (120, 7, 0, -1, 24, 0, 0, 1, 147, 1149, 0, 0, 0, 0, 0, 0, 0, 0, 108003, 0, 1300, 100, 0, 0, 3, 107000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (121, 7, 0, -1, 24, 0, 0, 1, 1101, 1172, 0, 0, 0, 0, 0, 0, 0, 0, 108000, 0, 1400, 100, 0, 0, 3, 107000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (123, 7, 0, -1, 0, 0, 0, 0, 1170, 960, 1142, 1149, 1189, 1243, 0, 0, 0, 0, 115216, 0, 2000, 100, 0, 0, 3, 106009, 3, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (124, 7, 0, -1, 0, 0, 0, 0, 1023, 1061, 1168, 0, 0, 0, 0, 0, 0, 0, 115215, 0, 1000, 100, 0, 0, 3, 104005, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (125, 7, 0, -1, 49, 0, 0, 0, 208, 1167, 0, 0, 0, 0, 0, 0, 0, 0, 115223, 0, 6000, 100, 0, 0, 3, 107001, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (126, 7, 0, -1, 49, 0, 1, 0, 208, 1060, 1061, 0, 0, 0, 0, 0, 0, 0, 115227, 0, 9000, 100, 0, 0, 3, 106001, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (128, 0, 0, -1, 26, 1, 0, 1, 1149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 115223, 0, 3000, 100, 0, 0, 3, 107001, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (129, 0, 0, -1, 26, 1, 0, 1, 1152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 108010, 0, 3000, 100, 0, 0, 3, 107001, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (130, 7, 0, -1, 0, 0, 0, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 0, 108007, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (131, 7, 0, -1, 25, 0, 1, 1, 1156, 1158, 1160, 133, 1164, 844, 0, 0, 0, 0, 108008, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (132, 7, 0, -1, 25, 0, 1, 1, 134, 844, 1060, 0, 0, 0, 0, 0, 0, 0, 108009, 0, 900, 100, 0, 0, 3, 106002, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (133, 7, 0, -1, 0, 0, 0, 0, 826, 1056, 1057, 0, 0, 0, 0, 0, 0, 0, 115222, 0, 2000, 0, 0, 0, 3, 107001, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (134, 7, 0, -1, 0, 0, 0, 0, 1146, 1152, 0, 0, 0, 0, 0, 0, 0, 0, 115223, 0, 2500, 0, 0, 0, 3, 107001, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (135, 10, 0, -1, 0, 0, 0, 0, 1624, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109003, 0, 1600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (136, 10, 0, -1, 0, 0, 0, 0, 1109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109000, 0, 1500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (137, 10, 0, -1, 0, 0, 0, 0, 1107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109005, 0, 1400, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (138, 10, 0, -1, 0, 0, 0, 0, 1106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109007, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (139, 10, 0, -1, 0, 0, 0, 0, 1105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109006, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (140, 10, 0, 3, 0, 0, 0, 0, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 0, 109001, 0, 5000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (141, 10, 0, 3, 0, 0, 0, 0, 1100, 1096, 0, 0, 0, 0, 0, 0, 0, 0, 109002, 0, 5000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (142, 10, 0, 3, 0, 0, 0, 0, 1101, 1096, 0, 0, 0, 0, 0, 0, 0, 0, 109004, 0, 5000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (143, 10, 0, 3, 0, 0, 0, 0, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109001, 0, 5000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (144, 10, 0, 3, 0, 0, 0, 0, 1103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109002, 0, 5000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (145, 10, 0, 3, 0, 0, 0, 0, 1104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109004, 0, 5000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (146, 10, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109009, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (147, 10, 0, -1, 0, 0, 0, 0, 672, 781, 0, 0, 0, 0, 0, 0, 0, 0, 109010, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (148, 10, 1, -1, 0, 0, 0, 0, 672, 781, 0, 0, 0, 0, 0, 0, 0, 0, 109013, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (149, 10, 1, -1, 86, 0, 0, 0, 973, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109012, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (150, 10, 1, -1, 86, 0, 0, 0, 974, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109012, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (151, 10, 1, -1, 75, 0, 0, 1, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109100, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (152, 10, 1, -1, 72, 0, 0, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109101, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (153, 10, 1, -1, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109102, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (154, 10, 1, -1, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109103, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (155, 10, 1, -1, 88, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109104, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (156, 10, 1, -1, 69, 0, 0, 1, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109105, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (157, 10, 1, -1, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109106, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (158, 10, 1, -1, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109107, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (159, 10, 1, -1, 78, 0, 0, 1, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109108, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (160, 10, 1, -1, 77, 0, 0, 1, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109109, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (161, 10, 1, -1, 70, 0, 0, 1, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109110, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (162, 10, 1, -1, 68, 0, 0, 1, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109111, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (163, 10, 1, -1, 74, 0, 0, 1, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109112, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (164, 10, 1, -1, 67, 0, 0, 1, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109113, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (165, 10, 1, -1, 63, 0, 0, 1, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109114, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (166, 10, 1, -1, 64, 0, 0, 1, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109115, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (167, 10, 1, -1, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109116, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (168, 10, 1, -1, 71, 0, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109117, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (169, 10, 1, -1, 65, 0, 0, 1, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109118, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (170, 10, 1, -1, 76, 0, 0, 1, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109119, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (171, 10, 1, -1, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109120, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (172, 10, 1, -1, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109121, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (173, 10, 1, -1, 66, 0, 0, 1, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109122, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (174, 10, 1, -1, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109123, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (175, 0, 1, -1, 0, 0, 0, 0, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109127, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (176, 0, 1, -1, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109128, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (177, 0, 1, -1, 0, 0, 0, 0, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109129, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (178, 0, 1, -1, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109130, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (179, 0, 1, -1, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109131, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (180, 0, 1, -1, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109132, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (181, 0, 1, -1, 0, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109133, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (182, 0, 1, -1, 0, 0, 0, 0, 52, 392, 0, 0, 0, 0, 0, 0, 0, 0, 109134, 0, 1300, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (183, 0, 1, -1, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109135, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (184, 10, 1, -1, 0, 0, 0, 0, 7, 60, 0, 0, 0, 0, 0, 0, 0, 0, 109300, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (185, 10, 1, -1, 0, 0, 0, 0, 1091, 820, 0, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (186, 10, 1, -1, 0, 0, 0, 0, 1092, 819, 0, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (187, 10, 1, -1, 0, 0, 0, 0, 1093, 1089, 0, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (188, 10, 1, -1, 0, 0, 0, 0, 1094, 1090, 0, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (189, 10, 1, -1, 0, 0, 0, 0, 1095, 818, 0, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (190, 10, 1, -1, 0, 0, 0, 0, 1091, 820, 975, 360, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (191, 10, 1, -1, 0, 0, 0, 0, 1092, 819, 975, 360, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (192, 10, 1, -1, 0, 0, 0, 0, 1093, 1089, 975, 360, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (193, 10, 1, -1, 0, 0, 0, 0, 1094, 1090, 975, 360, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (194, 10, 1, -1, 0, 0, 0, 0, 1095, 818, 975, 360, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (195, 10, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109011, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (196, 10, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200000, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (197, 11, 0, -1, 86, 0, 0, 0, 973, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109012, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (198, 11, 0, -1, 86, 0, 0, 0, 974, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109012, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (199, 11, 0, -1, 75, 0, 0, 1, 15, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109100, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (200, 11, 0, -1, 72, 0, 0, 1, 16, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109101, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (201, 11, 0, -1, 0, 0, 0, 0, 17, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109102, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (202, 11, 0, -1, 0, 0, 0, 0, 18, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109103, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (203, 11, 0, -1, 88, 0, 0, 0, 19, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109104, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (204, 11, 0, -1, 69, 0, 0, 1, 20, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109105, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (205, 11, 0, -1, 0, 0, 0, 0, 21, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109106, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (206, 11, 0, -1, 0, 0, 0, 0, 22, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109107, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (207, 11, 0, -1, 78, 0, 0, 1, 23, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109108, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (208, 11, 0, -1, 77, 0, 0, 1, 24, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109109, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (209, 11, 0, -1, 70, 0, 0, 1, 25, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109110, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (210, 11, 0, -1, 68, 0, 0, 1, 26, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109111, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (211, 11, 0, -1, 74, 0, 0, 1, 27, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109112, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (212, 11, 0, -1, 67, 0, 0, 1, 28, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109113, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (213, 11, 0, -1, 63, 0, 0, 1, 29, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109114, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (214, 11, 0, -1, 64, 0, 0, 1, 30, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109115, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (215, 11, 0, -1, 0, 0, 0, 0, 31, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109116, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (216, 11, 0, -1, 71, 0, 0, 1, 32, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109117, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (217, 11, 0, -1, 65, 0, 0, 1, 33, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109118, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (218, 11, 0, -1, 76, 0, 0, 1, 34, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109119, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (219, 11, 0, -1, 0, 0, 0, 0, 35, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109120, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (220, 11, 0, -1, 0, 0, 0, 0, 36, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109121, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (221, 11, 0, -1, 66, 0, 0, 1, 37, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109122, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (222, 11, 0, -1, 0, 0, 0, 0, 38, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109123, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (223, 0, 0, -1, 0, 0, 0, 0, 53, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109127, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (224, 0, 0, -1, 0, 0, 0, 0, 50, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109128, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (225, 0, 0, -1, 0, 0, 0, 0, 51, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109129, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (226, 0, 0, -1, 0, 0, 0, 0, 49, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109130, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (227, 0, 0, -1, 0, 0, 0, 0, 48, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109131, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (228, 0, 0, -1, 0, 0, 0, 0, 47, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109132, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (229, 0, 0, -1, 0, 0, 0, 0, 46, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109133, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (230, 0, 0, -1, 0, 0, 0, 0, 52, 1098, 1096, 392, 0, 0, 0, 0, 0, 0, 109134, 0, 1300, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (231, 0, 0, -1, 0, 0, 0, 0, 52, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109135, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (232, 11, 0, -1, 0, 0, 0, 0, 7, 60, 1098, 1096, 0, 0, 0, 0, 0, 0, 109300, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (233, 11, 1, -1, 0, 0, 0, 0, 1091, 820, 1098, 1096, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (234, 11, 1, -1, 0, 0, 0, 0, 1092, 819, 1098, 1096, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (235, 11, 1, -1, 0, 0, 0, 0, 1093, 1089, 1098, 1096, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (236, 11, 1, -1, 0, 0, 0, 0, 1094, 1090, 1098, 1096, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (237, 11, 1, -1, 0, 0, 0, 0, 1095, 818, 1098, 1096, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (238, 11, 1, -1, 0, 0, 0, 0, 1091, 820, 975, 1098, 1096, 360, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (239, 11, 1, -1, 0, 0, 0, 0, 1092, 819, 975, 1098, 1096, 360, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (240, 11, 1, -1, 0, 0, 0, 0, 1093, 1089, 975, 1098, 1096, 360, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (241, 11, 1, -1, 0, 0, 0, 0, 1094, 1090, 975, 1098, 1096, 360, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (242, 11, 1, -1, 0, 0, 0, 0, 1095, 818, 975, 1098, 1096, 360, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (243, 11, 0, -1, 86, 0, 0, 0, 973, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109012, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (244, 11, 0, -1, 86, 0, 0, 0, 974, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109012, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (245, 11, 0, -1, 75, 0, 0, 1, 15, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109100, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (246, 11, 0, -1, 72, 0, 0, 1, 16, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109101, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (247, 11, 0, -1, 0, 0, 0, 0, 17, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109102, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (248, 11, 0, -1, 0, 0, 0, 0, 18, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109103, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (249, 11, 0, -1, 88, 0, 0, 0, 19, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109104, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (250, 11, 0, -1, 69, 0, 0, 1, 20, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109105, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (251, 11, 0, -1, 0, 0, 0, 0, 21, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109106, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (252, 11, 0, -1, 0, 0, 0, 0, 22, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109107, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (253, 11, 0, -1, 78, 0, 0, 1, 23, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109108, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (254, 11, 0, -1, 77, 0, 0, 1, 24, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109109, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (255, 11, 0, -1, 70, 0, 0, 1, 25, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109110, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (256, 11, 0, -1, 68, 0, 0, 1, 26, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109111, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (257, 11, 0, -1, 74, 0, 0, 1, 27, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109112, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (258, 11, 0, -1, 67, 0, 0, 1, 28, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109113, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (259, 11, 0, -1, 63, 0, 0, 1, 29, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109114, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (260, 11, 0, -1, 64, 0, 0, 1, 30, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109115, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (261, 11, 0, -1, 0, 0, 0, 0, 31, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109116, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (262, 11, 0, -1, 71, 0, 0, 1, 32, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109117, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (263, 11, 0, -1, 65, 0, 0, 1, 33, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109118, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (264, 11, 0, -1, 76, 0, 0, 1, 34, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109119, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (265, 11, 0, -1, 0, 0, 0, 0, 35, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109120, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (266, 11, 0, -1, 0, 0, 0, 0, 36, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109121, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (267, 11, 0, -1, 66, 0, 0, 1, 37, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109122, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (268, 11, 0, -1, 0, 0, 0, 0, 38, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109123, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (269, 0, 0, -1, 0, 0, 0, 0, 53, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109127, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (270, 0, 0, -1, 0, 0, 0, 0, 50, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109128, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (271, 0, 0, -1, 0, 0, 0, 0, 51, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109129, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (272, 0, 0, -1, 0, 0, 0, 0, 49, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109130, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (273, 0, 0, -1, 0, 0, 0, 0, 48, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109131, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (274, 0, 0, -1, 0, 0, 0, 0, 47, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109132, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (275, 0, 0, -1, 0, 0, 0, 0, 46, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109133, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (276, 0, 0, -1, 0, 0, 0, 0, 52, 1102, 392, 0, 0, 0, 0, 0, 0, 0, 109134, 0, 1300, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (277, 0, 0, -1, 0, 0, 0, 0, 52, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109135, 0, 1200, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (278, 11, 0, -1, 0, 0, 0, 0, 7, 60, 1102, 0, 0, 0, 0, 0, 0, 0, 109300, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (279, 11, 1, -1, 0, 0, 0, 0, 1091, 820, 1102, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (280, 11, 1, -1, 0, 0, 0, 0, 1092, 819, 1102, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (281, 11, 1, -1, 0, 0, 0, 0, 1093, 1089, 1102, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (282, 11, 1, -1, 0, 0, 0, 0, 1094, 1090, 1102, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (283, 11, 1, -1, 0, 0, 0, 0, 1095, 818, 1102, 0, 0, 0, 0, 0, 0, 0, 109015, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (284, 11, 1, -1, 0, 0, 0, 0, 1091, 820, 975, 1102, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (285, 11, 1, -1, 0, 0, 0, 0, 1092, 819, 975, 1102, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (286, 11, 1, -1, 0, 0, 0, 0, 1093, 1089, 975, 1102, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (287, 11, 1, -1, 0, 0, 0, 0, 1094, 1090, 975, 1102, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (288, 11, 1, -1, 0, 0, 0, 0, 1095, 818, 975, 1102, 0, 0, 0, 0, 0, 0, 109016, 0, 1100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (289, 11, 1, -1, 0, 0, 0, 0, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 0, 109011, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (290, 11, 1, -1, 0, 0, 0, 0, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109011, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (300, 13, 0, -1, 0, 0, 0, 0, 233, 88, 0, 0, 0, 0, 0, 0, 0, 0, 112009, 0, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (303, 13, 0, -1, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112012, 0, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (304, 13, 0, -1, 0, 0, 0, 0, 237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112013, 0, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (305, 13, 0, -1, 0, 0, 0, 0, 238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112015, 0, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (325, 13, 0, -1, 31, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112020, 0, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (326, 13, 0, -1, 31, 1, 0, 0, 1376, 549, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100221, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (327, 13, 0, -1, 10, 0, 0, 1, 238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112015, 0, 1300, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (328, 13, 0, -1, 10, 0, 0, 1, 239, 1244, 0, 0, 0, 0, 0, 0, 0, 0, 112016, 0, 1300, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (402, 13, 0, -1, 0, 0, 0, 0, 12, 240, 550, 0, 0, 0, 0, 0, 0, 0, 112100, 0, 1200, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (403, 13, 0, -1, 90, 0, 0, 1, 10, 241, 549, 1694, 1695, 0, 0, 0, 0, 0, 112101, 0, 1200, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (404, 13, 0, -1, 0, 0, 0, 0, 13, 236, 0, 0, 0, 0, 0, 0, 0, 0, 112102, 0, 5000, 60, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (405, 13, 0, -1, 0, 0, 0, 0, 14, 239, 0, 0, 0, 0, 0, 0, 0, 0, 112105, 0, 1200, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (406, 13, 0, -1, 0, 0, 0, 0, 7, 90, 1350, 0, 0, 0, 0, 0, 0, 0, 112106, 0, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (407, 13, 0, -1, 0, 0, 0, 0, 11, 240, 547, 86, 0, 0, 0, 0, 0, 0, 112107, 0, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (408, 13, 0, -1, 0, 0, 0, 0, 9, 236, 0, 0, 0, 0, 0, 0, 0, 0, 112108, 0, 5000, 60, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (409, 13, 0, -1, 0, 0, 0, 0, 502, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112200, 0, 1000, 100, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (410, 13, 0, -1, 40, 0, 0, 0, 830, 971, 0, 0, 0, 0, 0, 0, 0, 0, 117103, 0, 4000, 0, 0, 1, 2, 108018, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (411, 0, 0, -1, 40, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100276, 1100, 0, 0, 1, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (416, 14, 0, -1, 14, 0, 1, 1, 879, 1181, 719, 0, 0, 0, 0, 0, 0, 0, 113033, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (417, 14, 0, -1, 14, 0, 1, 1, 1139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113133, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (418, 14, 0, 2, 0, 0, 0, 0, 675, 710, 208, 0, 0, 0, 0, 0, 0, 0, 113103, 0, 1300, 100, 0, 0, 1, 102007, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (419, 14, 1, -1, 0, 0, 0, 0, 675, 110, 674, 0, 0, 0, 0, 0, 0, 0, 103001, 0, 2100, 100, 0, 0, 1, 101004, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (420, 14, 1, -1, 0, 0, 0, 0, 675, 88, 674, 0, 0, 0, 0, 0, 0, 0, 103019, 0, 2100, 100, 0, 0, 1, 101004, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (422, 14, 1, -1, 0, 0, 0, 0, 675, 110, 172, 674, 0, 0, 0, 0, 0, 0, 103008, 0, 2100, 100, 0, 0, 1, 102001, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (423, 14, 1, -1, 0, 0, 0, 0, 675, 134, 674, 0, 0, 0, 0, 0, 0, 0, 103005, 0, 2200, 100, 0, 0, 1, 101000, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (424, 14, 1, -1, 0, 0, 0, 0, 675, 133, 172, 674, 0, 0, 0, 0, 0, 0, 103006, 0, 2300, 100, 0, 0, 1, 101004, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (425, 14, 1, -1, 0, 0, 0, 0, 675, 146, 674, 0, 0, 0, 0, 0, 0, 0, 103007, 0, 2300, 100, 0, 0, 1, 102000, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (426, 14, 1, -1, 0, 0, 0, 0, 675, 674, 0, 0, 0, 0, 0, 0, 0, 0, 103000, 0, 2000, 100, 0, 0, 1, 102001, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (427, 14, 1, -1, 0, 0, 0, 0, 675, 142, 0, 0, 0, 0, 0, 0, 0, 0, 113100, 0, 1000, 100, 0, 0, 1, 102004, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (428, 14, 1, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113102, 0, 1000, 100, 0, 0, 1, 102001, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (429, 14, 1, -1, 0, 0, 0, 0, 675, 393, 765, 133, 0, 0, 0, 0, 0, 0, 113101, 0, 1200, 100, 0, 0, 1, 102001, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (430, 14, 1, -1, 14, 0, 0, 1, 675, 1139, 143, 0, 0, 0, 0, 0, 0, 0, 103000, 0, 1200, 100, 0, 0, 1, 102001, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (431, 14, 2, -1, 0, 0, 0, 0, 675, 810, 0, 0, 0, 0, 0, 0, 0, 0, 103009, 0, 1200, 100, 0, 0, 1, 102001, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (432, 14, 2, -1, 0, 0, 0, 0, 675, 768, 133, 674, 0, 0, 0, 0, 0, 0, 103011, 0, 2100, 100, 0, 0, 1, 101005, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (433, 14, 2, -1, 0, 0, 0, 0, 675, 768, 135, 0, 0, 0, 0, 0, 0, 0, 103012, 0, 2200, 100, 0, 0, 1, 101005, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (434, 14, 2, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (435, 14, 2, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (436, 14, 2, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (437, 14, 2, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (438, 14, 2, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (439, 14, 2, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (440, 14, 2, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 102005, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (441, 14, 2, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 102005, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (442, 14, 2, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 102005, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (443, 14, 2, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 102005, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (444, 14, 2, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113105, 0, 1100, 200, 0, 0, 1, 102005, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (445, 14, 2, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113107, 0, 1100, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (446, 14, 2, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113109, 0, 1100, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (447, 14, 2, -1, 0, 0, 0, 0, 675, 804, 710, 208, 0, 0, 0, 0, 0, 0, 113103, 0, 1100, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (448, 14, 2, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (449, 14, 3, -1, 43, 0, 0, 1, 143, 166, 674, 1355, 1057, 0, 0, 0, 0, 0, 103010, 0, 2100, 100, 0, 0, 1, 101001, 10, 11, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (450, 14, 3, -1, 0, 0, 0, 0, 143, 674, 0, 0, 0, 0, 0, 0, 0, 0, 103013, 0, 2000, 100, 0, 0, 1, 101003, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (451, 14, 4, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (452, 14, 4, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (453, 14, 4, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (454, 14, 4, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (455, 14, 4, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (456, 14, 4, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (457, 14, 4, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (458, 14, 4, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (459, 14, 4, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (460, 14, 4, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (461, 14, 4, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (462, 14, 4, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (463, 14, 4, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (464, 14, 4, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (465, 14, 4, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (466, 14, 4, -1, 0, 0, 0, 0, 675, 741, 0, 0, 0, 0, 0, 0, 0, 0, 113112, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (467, 14, 4, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (468, 14, 4, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (469, 14, 4, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (470, 14, 4, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (471, 14, 4, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (472, 14, 4, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (473, 14, 4, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (474, 14, 4, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (475, 14, 4, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (476, 14, 5, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (477, 14, 5, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (478, 14, 5, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (479, 14, 5, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (480, 14, 5, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (481, 14, 5, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (482, 14, 5, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (483, 14, 5, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (484, 14, 5, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (485, 14, 5, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (486, 14, 5, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (487, 14, 5, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (488, 14, 5, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (489, 14, 5, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (490, 14, 5, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (491, 14, 5, -1, 0, 0, 0, 0, 675, 742, 0, 0, 0, 0, 0, 0, 0, 0, 113113, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (492, 14, 5, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (493, 14, 5, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (494, 14, 5, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (495, 14, 5, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (496, 14, 5, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (497, 14, 5, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (498, 14, 5, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (499, 14, 5, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (500, 14, 5, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (501, 14, 6, -1, 13, 0, 0, 1, 1139, 1140, 86, 0, 0, 0, 0, 0, 0, 0, 113131, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (502, 14, 7, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (503, 14, 7, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (504, 14, 7, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (505, 14, 7, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (506, 14, 7, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (507, 14, 7, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (508, 14, 7, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (509, 14, 7, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (510, 14, 7, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (511, 14, 7, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (512, 14, 7, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (513, 14, 7, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (514, 14, 7, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (515, 14, 7, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (516, 14, 7, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (517, 14, 7, -1, 0, 0, 0, 0, 675, 743, 0, 0, 0, 0, 0, 0, 0, 0, 113114, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (518, 14, 7, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (519, 14, 7, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (520, 14, 7, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (521, 14, 7, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (522, 14, 7, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (523, 14, 7, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (524, 14, 7, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (525, 14, 7, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (526, 14, 7, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (527, 14, 8, -1, 13, 0, 0, 1, 1139, 1141, 86, 0, 0, 0, 0, 0, 0, 0, 113131, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (528, 14, 9, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (529, 14, 9, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (530, 14, 9, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (531, 14, 9, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (532, 14, 9, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (533, 14, 9, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (534, 14, 9, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (535, 14, 9, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (536, 14, 9, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (537, 14, 9, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (538, 14, 9, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (539, 14, 9, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (540, 14, 9, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (541, 14, 9, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (542, 14, 9, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (543, 14, 9, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (544, 14, 9, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (545, 14, 9, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (546, 14, 9, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (547, 14, 9, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (548, 14, 9, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (549, 14, 9, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (550, 14, 9, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (551, 14, 9, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (552, 14, 10, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (553, 14, 10, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (554, 14, 10, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (555, 14, 10, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (556, 14, 10, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (557, 14, 10, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (558, 14, 10, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (559, 14, 10, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (560, 14, 10, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (561, 14, 10, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (562, 14, 10, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (563, 14, 10, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (564, 14, 10, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (565, 14, 10, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (566, 14, 10, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (567, 14, 10, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (568, 14, 10, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (569, 14, 10, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (570, 14, 10, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (571, 14, 10, -1, 0, 0, 0, 0, 675, 782, 0, 0, 0, 0, 0, 0, 0, 0, 113128, 0, 1200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (572, 14, 10, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (573, 14, 10, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (574, 14, 10, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (575, 14, 10, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (576, 14, 10, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (577, 14, 11, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (578, 14, 11, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (579, 14, 11, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (580, 14, 11, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (581, 14, 11, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (582, 14, 11, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (583, 14, 11, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (584, 14, 11, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (585, 14, 11, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (586, 14, 11, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (587, 14, 11, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (588, 14, 11, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (589, 14, 11, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (590, 14, 11, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (591, 14, 11, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (592, 14, 11, -1, 0, 0, 0, 0, 675, 711, 0, 0, 0, 0, 0, 0, 0, 0, 113127, 0, 1300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (593, 14, 11, -1, 0, 0, 0, 0, 675, 711, 1138, 0, 0, 0, 0, 0, 0, 0, 113130, 0, 1400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (594, 14, 11, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1000, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (595, 14, 11, -1, 0, 0, 0, 0, 675, 788, 711, 0, 0, 0, 0, 0, 0, 0, 113129, 0, 1400, 100, 0, 0, 1, 102001, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (596, 14, 11, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (597, 14, 11, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (598, 14, 11, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (599, 14, 11, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (600, 14, 11, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (601, 14, 11, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (602, 14, 11, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (603, 14, 12, 26, 0, 0, 0, 0, 820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200000, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (604, 14, 13, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (605, 14, 13, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (606, 14, 13, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (607, 14, 13, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (608, 14, 13, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (609, 14, 13, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (610, 14, 13, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (611, 14, 13, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (612, 14, 13, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (613, 14, 13, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (614, 14, 13, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (615, 14, 13, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (616, 14, 13, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (617, 14, 13, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (618, 14, 13, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (619, 14, 13, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (620, 14, 13, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (621, 14, 13, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (622, 14, 13, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (623, 14, 13, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (624, 14, 13, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (625, 14, 13, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (626, 14, 13, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (627, 14, 13, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (628, 14, 14, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (629, 14, 14, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (630, 14, 14, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (631, 14, 14, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (632, 14, 14, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (633, 14, 14, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (634, 14, 14, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (635, 14, 14, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (636, 14, 14, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (637, 14, 14, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (638, 14, 14, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (639, 14, 14, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (640, 14, 14, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (641, 14, 14, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (642, 14, 14, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (643, 14, 14, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (644, 14, 14, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (645, 14, 14, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (646, 14, 14, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (647, 14, 14, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (648, 14, 14, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (649, 14, 14, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (650, 14, 14, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (651, 14, 14, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (652, 14, 15, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (653, 14, 15, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (654, 14, 15, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (655, 14, 15, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (656, 14, 15, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (657, 14, 15, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (658, 14, 15, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (659, 14, 15, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (660, 14, 15, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (661, 14, 15, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (662, 14, 15, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (663, 14, 15, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (664, 14, 15, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (665, 14, 15, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (666, 14, 15, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (667, 14, 15, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (668, 14, 15, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (669, 14, 15, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (670, 14, 15, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (671, 14, 15, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (672, 14, 15, -1, 0, 0, 0, 0, 675, 782, 0, 0, 0, 0, 0, 0, 0, 0, 113128, 0, 1200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (673, 14, 15, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (674, 14, 15, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (675, 14, 15, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (676, 14, 15, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (677, 14, 15, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (678, 14, 16, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (679, 14, 16, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (680, 14, 16, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (681, 14, 16, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (682, 14, 16, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (683, 14, 16, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (684, 14, 16, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (685, 14, 16, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (686, 14, 16, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (687, 14, 16, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (688, 14, 16, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (689, 14, 16, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (690, 14, 16, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (691, 14, 16, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (692, 14, 16, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (693, 14, 16, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1000, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (694, 14, 16, -1, 0, 0, 0, 0, 675, 788, 711, 0, 0, 0, 0, 0, 0, 0, 113129, 0, 1400, 100, 0, 0, 1, 102001, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (695, 14, 16, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (696, 14, 16, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (697, 14, 16, -1, 0, 0, 0, 0, 675, 711, 0, 0, 0, 0, 0, 0, 0, 0, 113127, 0, 1300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (698, 14, 16, -1, 0, 0, 0, 0, 675, 711, 1138, 0, 0, 0, 0, 0, 0, 0, 113130, 0, 1400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (699, 14, 16, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (700, 14, 16, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (701, 14, 16, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (702, 14, 16, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (703, 14, 16, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (704, 14, 17, 26, 0, 0, 0, 0, 819, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200000, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (705, 14, 18, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (706, 14, 18, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (707, 14, 18, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (708, 14, 18, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (709, 14, 18, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (710, 14, 18, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (711, 14, 18, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (712, 14, 18, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (713, 14, 18, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (714, 14, 18, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (715, 14, 18, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (716, 14, 18, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (717, 14, 18, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (718, 14, 18, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (719, 14, 18, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (720, 14, 18, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (721, 14, 18, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (722, 14, 18, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (723, 14, 18, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (724, 14, 18, -1, 0, 0, 0, 0, 675, 782, 0, 0, 0, 0, 0, 0, 0, 0, 113128, 0, 1200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (725, 14, 18, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (726, 14, 18, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (727, 14, 18, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (728, 14, 18, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (729, 14, 18, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (730, 14, 19, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (731, 14, 19, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (732, 14, 19, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (733, 14, 19, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (734, 14, 19, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (735, 14, 19, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (736, 14, 19, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (737, 14, 19, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (738, 14, 19, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (739, 14, 19, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (740, 14, 19, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (741, 14, 19, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (742, 14, 19, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (743, 14, 19, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (744, 14, 19, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (745, 14, 19, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (746, 14, 19, -1, 0, 0, 0, 0, 675, 788, 711, 0, 0, 0, 0, 0, 0, 0, 113129, 0, 1400, 100, 0, 0, 1, 102001, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (747, 14, 19, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (748, 14, 19, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (749, 14, 19, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (750, 14, 19, -1, 0, 0, 0, 0, 675, 711, 0, 0, 0, 0, 0, 0, 0, 0, 113127, 0, 1300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (751, 14, 19, -1, 0, 0, 0, 0, 675, 711, 1138, 0, 0, 0, 0, 0, 0, 0, 113130, 0, 1400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (752, 14, 19, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (753, 14, 19, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (754, 14, 19, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (755, 14, 19, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (756, 14, 19, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (757, 14, 20, 26, 0, 0, 0, 0, 1089, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200000, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (758, 14, 21, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (759, 14, 21, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (760, 14, 21, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (761, 14, 21, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (762, 14, 21, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (763, 14, 21, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (764, 14, 21, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (765, 14, 21, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (766, 14, 21, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (767, 14, 21, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (768, 14, 21, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (769, 14, 21, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (770, 14, 21, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (771, 14, 21, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (772, 14, 21, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (773, 14, 21, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (774, 14, 21, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (775, 14, 21, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (776, 14, 21, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (777, 14, 21, -1, 0, 0, 0, 0, 675, 782, 0, 0, 0, 0, 0, 0, 0, 0, 113128, 0, 1200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (778, 14, 21, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (779, 14, 21, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (780, 14, 21, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (781, 14, 21, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (782, 14, 21, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (783, 14, 22, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (784, 14, 22, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (785, 14, 22, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (786, 14, 22, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (787, 14, 22, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (788, 14, 22, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (789, 14, 22, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (790, 14, 22, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (791, 14, 22, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (792, 14, 22, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (793, 14, 22, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (794, 14, 22, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (795, 14, 22, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (796, 14, 22, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (797, 14, 22, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (798, 14, 22, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (799, 14, 22, -1, 0, 0, 0, 0, 675, 788, 711, 0, 0, 0, 0, 0, 0, 0, 113129, 0, 1400, 100, 0, 0, 1, 102001, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (800, 14, 22, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (801, 14, 22, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (802, 14, 22, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (803, 14, 22, -1, 0, 0, 0, 0, 675, 711, 0, 0, 0, 0, 0, 0, 0, 0, 113127, 0, 1300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (804, 14, 22, -1, 0, 0, 0, 0, 675, 711, 1138, 0, 0, 0, 0, 0, 0, 0, 113130, 0, 1400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (805, 14, 22, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (806, 14, 22, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (807, 14, 22, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (808, 14, 22, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (809, 14, 22, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (810, 14, 23, 26, 0, 0, 0, 0, 1090, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200000, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (811, 14, 24, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (812, 14, 24, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (813, 14, 24, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (814, 14, 24, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (815, 14, 24, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (816, 14, 24, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (817, 14, 24, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (818, 14, 24, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (819, 14, 24, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (820, 14, 24, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (821, 14, 24, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (822, 14, 24, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (823, 14, 24, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (824, 14, 24, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (825, 14, 24, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (826, 14, 24, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1100, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (827, 14, 24, -1, 0, 0, 0, 0, 675, 788, 0, 0, 0, 0, 0, 0, 0, 0, 113031, 0, 1100, 100, 0, 0, 1, 102000, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (828, 14, 24, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (829, 14, 24, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (830, 14, 24, -1, 0, 0, 0, 0, 675, 782, 0, 0, 0, 0, 0, 0, 0, 0, 113128, 0, 1200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (831, 14, 24, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (832, 14, 24, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (833, 14, 24, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (834, 14, 24, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (835, 14, 24, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (836, 14, 25, -1, 0, 0, 0, 0, 675, 768, 707, 0, 0, 0, 0, 0, 0, 0, 113002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (837, 14, 25, -1, 0, 0, 0, 0, 675, 768, 715, 0, 0, 0, 0, 0, 0, 0, 113000, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (838, 14, 25, -1, 0, 0, 0, 0, 675, 768, 717, 0, 0, 0, 0, 0, 0, 0, 113004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (839, 14, 25, -1, 0, 0, 0, 0, 675, 768, 708, 0, 0, 0, 0, 0, 0, 0, 113003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (840, 14, 25, -1, 0, 0, 0, 0, 675, 768, 716, 0, 0, 0, 0, 0, 0, 0, 113001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (841, 14, 25, -1, 0, 0, 0, 0, 675, 768, 683, 0, 0, 0, 0, 0, 0, 0, 113012, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (842, 14, 25, -1, 0, 0, 0, 0, 675, 768, 694, 0, 0, 0, 0, 0, 0, 0, 113013, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (843, 14, 25, -1, 0, 0, 0, 0, 675, 768, 684, 695, 0, 0, 0, 0, 0, 0, 113015, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (844, 14, 25, -1, 0, 0, 0, 0, 675, 768, 685, 696, 0, 0, 0, 0, 0, 0, 113016, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (845, 14, 25, -1, 0, 0, 0, 0, 675, 768, 685, 697, 0, 0, 0, 0, 0, 0, 113017, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (846, 14, 25, -1, 0, 0, 0, 0, 675, 768, 686, 697, 0, 0, 0, 0, 0, 0, 113018, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (847, 14, 25, -1, 0, 0, 0, 0, 675, 768, 686, 698, 0, 0, 0, 0, 0, 0, 113019, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (848, 14, 25, -1, 0, 0, 0, 0, 675, 768, 687, 698, 0, 0, 0, 0, 0, 0, 113020, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (849, 14, 25, -1, 0, 0, 0, 0, 675, 768, 688, 699, 0, 0, 0, 0, 0, 0, 113021, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (850, 14, 25, -1, 0, 0, 0, 0, 675, 768, 689, 0, 0, 0, 0, 0, 0, 0, 113027, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (851, 14, 25, -1, 0, 0, 0, 0, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113032, 0, 1000, 20, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (852, 14, 25, -1, 0, 0, 0, 0, 675, 788, 711, 0, 0, 0, 0, 0, 0, 0, 113129, 0, 1300, 100, 0, 0, 1, 102001, 41, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (853, 14, 25, -1, 0, 0, 0, 0, 675, 767, 801, 0, 0, 0, 0, 0, 0, 0, 113028, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (854, 14, 25, -1, 0, 0, 0, 0, 675, 767, 802, 0, 0, 0, 0, 0, 0, 0, 113029, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (855, 14, 25, -1, 0, 0, 0, 0, 675, 711, 0, 0, 0, 0, 0, 0, 0, 0, 113127, 0, 1300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (856, 14, 25, -1, 0, 0, 0, 0, 675, 711, 1138, 0, 0, 0, 0, 0, 0, 0, 113130, 0, 1400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (857, 14, 25, -1, 0, 0, 0, 0, 675, 767, 802, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (858, 14, 25, -1, 0, 0, 0, 0, 675, 767, 801, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (859, 14, 25, -1, 0, 0, 0, 0, 675, 768, 715, 811, 0, 0, 0, 0, 0, 0, 113006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (860, 14, 25, -1, 0, 0, 0, 0, 675, 768, 716, 811, 0, 0, 0, 0, 0, 0, 113005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (861, 14, 25, -1, 0, 0, 0, 0, 675, 811, 0, 0, 0, 0, 0, 0, 0, 0, 113007, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (862, 0, 26, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113200, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (863, 0, 26, -1, 0, 0, 0, 0, 1660, 1661, 1677, 1838, 0, 0, 0, 0, 0, 0, 113201, 0, 1000, 100, 0, 0, 1, 102000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (864, 15, 0, -1, 12, 0, 0, 1, 1130, 1132, 765, 1175, 342, 0, 0, 0, 0, 0, 112022, 0, 2000, 100, 0, 1, 1, 109003, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (865, 15, 0, -1, 11, 0, 0, 1, 1131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112023, 0, 2000, 100, 0, 1, 1, 109004, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (866, 15, 0, -1, 11, 0, 0, 1, 1131, 393, 0, 0, 0, 0, 0, 0, 0, 0, 112024, 0, 2000, 100, 0, 1, 1, 109004, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (867, 15, 0, -1, 0, 0, 0, 0, 1129, 1136, 713, 719, 1175, 0, 0, 0, 0, 0, 112025, 0, 2000, 100, 0, 1, 1, 109002, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (868, 15, 0, -1, 12, 0, 0, 1, 1130, 1137, 1133, 0, 0, 0, 0, 0, 0, 0, 112027, 0, 1100, 100, 0, 1, 1, 109002, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (869, 15, 0, -1, 0, 0, 0, 0, 205, 713, 971, 740, 0, 0, 0, 0, 0, 0, 115000, 0, 900, 100, 0, 0, 1, 109006, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (870, 15, 0, -1, 0, 0, 0, 0, 206, 713, 971, 740, 0, 0, 0, 0, 0, 0, 115001, 0, 900, 100, 0, 0, 1, 109006, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (883, 5, 0, -1, 0, 0, 0, 0, 8, 879, 714, 0, 0, 0, 0, 0, 0, 0, 112103, 0, 1000, 100, 0, 0, 1, 0, 2, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (884, 5, 0, -1, 0, 0, 0, 0, 5, 879, 760, 0, 0, 0, 0, 0, 0, 0, 112104, 0, 1000, 100, 0, 0, 1, 0, 2, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (885, 5, 0, -1, 0, 0, 0, 0, 6, 54, 879, 760, 0, 0, 0, 0, 0, 0, 112109, 0, 1000, 100, 0, 0, 1, 0, 2, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (887, 15, 0, -1, 0, 0, 0, 0, 1088, 0, 971, 0, 0, 0, 0, 0, 0, 0, 115700, 0, 1100, 0, 0, 0, 2, 108018, 3, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (888, 7, 0, -1, 19, 0, 0, 0, 785, 761, 764, 958, 844, 0, 0, 0, 0, 0, 115500, 0, 1200, 100, 0, 0, 2, 106001, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (889, 7, 0, -1, 19, 1, 0, 0, 785, 958, 1166, 764, 0, 0, 0, 0, 0, 0, 115501, 0, 1000, 100, 0, 0, 2, 104004, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (890, 7, 0, -1, 19, 1, 0, 0, 785, 975, 1061, 1057, 1057, 0, 0, 0, 0, 0, 115212, 0, 1000, 100, 0, 0, 2, 104003, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (891, 0, 0, -1, 19, 1, 0, 0, 785, 763, 764, 0, 0, 0, 0, 0, 0, 0, 115504, 0, 1000, 100, 0, 0, 2, 106002, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (892, 7, 0, -1, 19, 2, 0, 0, 785, 764, 765, 1254, 1159, 1166, 133, 156, 0, 0, 115505, 0, 1000, 100, 0, 0, 2, 103010, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (893, 7, 0, -1, 20, 0, 0, 1, 1074, 1142, 1189, 1184, 960, 844, 0, 0, 0, 0, 115200, 0, 1600, 100, 0, 0, 2, 106002, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (894, 7, 0, -1, 20, 0, 0, 1, 1074, 1142, 1189, 1187, 960, 844, 0, 0, 0, 0, 115201, 0, 1600, 100, 0, 0, 2, 106003, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (895, 7, 0, -1, 20, 0, 0, 1, 1074, 1142, 1189, 1185, 960, 844, 0, 0, 0, 0, 115202, 0, 1600, 100, 0, 0, 2, 106004, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (896, 7, 0, -1, 20, 0, 0, 1, 1074, 1142, 1019, 960, 844, 0, 0, 0, 0, 0, 115203, 0, 2400, 100, 0, 0, 2, 106005, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (897, 7, 0, -1, 20, 0, 0, 1, 1074, 991, 960, 844, 1246, 0, 0, 0, 0, 0, 115204, 0, 1600, 100, 0, 0, 2, 104000, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (898, 7, 0, -1, 0, 0, 0, 0, 1074, 991, 1024, 960, 844, 0, 0, 0, 0, 0, 115205, 0, 1500, 100, 0, 0, 2, 102006, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (899, 7, 0, -1, 0, 0, 0, 0, 1074, 1142, 1024, 960, 844, 1364, 0, 0, 0, 0, 115207, 0, 1500, 100, 0, 0, 2, 103002, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (900, 7, 0, -1, 0, 0, 0, 0, 1074, 991, 1028, 960, 844, 0, 0, 0, 0, 0, 115206, 0, 1500, 100, 0, 0, 2, 102006, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (901, 7, 0, -1, 0, 0, 0, 0, 1074, 987, 1028, 960, 1243, 0, 0, 0, 0, 0, 115208, 0, 1500, 100, 0, 0, 2, 103004, 34, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (902, 7, 0, -1, 0, 0, 0, 0, 1243, 553, 1252, 1052, 1189, 1255, 0, 0, 0, 0, 115218, 0, 4000, 100, 0, 0, 2, 107001, 34, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (903, 7, 0, -1, 0, 0, 0, 0, 960, 1056, 143, 1243, 0, 0, 0, 0, 0, 0, 115220, 0, 6000, 100, 0, 0, 2, 107001, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (904, 7, 0, -1, 0, 0, 0, 0, 1074, 991, 1052, 1044, 1048, 960, 0, 0, 0, 0, 115221, 0, 1500, 100, 0, 0, 2, 107001, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (905, 7, 0, -1, 48, 0, 0, 1, 1074, 975, 1061, 1060, 960, 1157, 0, 0, 0, 0, 115214, 0, 1500, 100, 0, 0, 2, 104001, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (906, 7, 0, -1, 0, 0, 0, 0, 1074, 975, 1061, 1060, 960, 0, 0, 0, 0, 0, 115213, 0, 1500, 100, 0, 0, 2, 104005, 34, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (907, 7, 0, -1, 21, 0, 0, 1, 1075, 1143, 1190, 1184, 961, 844, 0, 0, 0, 0, 115200, 0, 900, 100, 0, 0, 2, 106002, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (908, 7, 0, -1, 21, 0, 0, 1, 1075, 1143, 1190, 1187, 961, 844, 0, 0, 0, 0, 115201, 0, 900, 100, 0, 0, 2, 106003, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (909, 7, 0, -1, 21, 0, 0, 1, 1075, 1143, 1190, 1185, 961, 844, 0, 0, 0, 0, 115202, 0, 900, 100, 0, 0, 2, 106004, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (910, 7, 0, -1, 21, 0, 0, 1, 1075, 1143, 1020, 961, 844, 0, 0, 0, 0, 0, 115203, 0, 900, 100, 0, 0, 2, 106005, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (911, 0, 0, -1, 21, 0, 0, 1, 1075, 992, 961, 844, 0, 0, 0, 0, 0, 0, 115204, 0, 900, 100, 0, 0, 2, 104000, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (912, 7, 0, -1, 0, 0, 0, 0, 1075, 992, 1025, 961, 844, 0, 0, 0, 0, 0, 115205, 0, 900, 100, 0, 0, 2, 102006, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (913, 7, 0, -1, 0, 0, 0, 0, 1075, 1143, 1365, 1025, 961, 844, 0, 0, 0, 0, 115207, 0, 900, 100, 0, 0, 2, 103002, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (914, 7, 0, -1, 0, 0, 0, 0, 1075, 992, 1029, 961, 844, 0, 0, 0, 0, 0, 115206, 0, 900, 100, 0, 0, 2, 102006, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (915, 7, 0, -1, 0, 0, 0, 0, 1075, 988, 1029, 961, 0, 0, 0, 0, 0, 0, 115208, 0, 900, 100, 0, 0, 2, 103004, 35, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (916, 0, 0, -1, 0, 0, 0, 0, 1075, 992, 1033, 1037, 961, 0, 0, 0, 0, 0, 115218, 0, 900, 100, 0, 0, 2, 107001, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (917, 7, 0, -1, 0, 0, 0, 0, 1075, 992, 961, 1178, 1176, 0, 0, 0, 0, 0, 117021, 0, 900, 100, 0, 0, 2, 107001, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (918, 7, 0, -1, 0, 0, 0, 0, 1075, 992, 1053, 1045, 1049, 961, 0, 0, 0, 0, 115221, 0, 900, 100, 0, 0, 2, 107001, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (919, 7, 0, -1, 48, 0, 0, 1, 1075, 976, 1062, 1060, 961, 1157, 0, 0, 0, 0, 115214, 0, 900, 100, 0, 0, 2, 104001, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (920, 7, 0, -1, 0, 0, 0, 0, 1075, 976, 1062, 1060, 961, 0, 0, 0, 0, 0, 115213, 0, 900, 100, 0, 0, 2, 104005, 35, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (921, 7, 0, -1, 22, 0, 0, 1, 1076, 1144, 1191, 1184, 962, 844, 0, 0, 0, 0, 115200, 0, 800, 30, 0, 0, 2, 106002, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (922, 7, 0, -1, 22, 0, 0, 1, 1076, 1144, 1191, 1187, 962, 844, 0, 0, 0, 0, 115201, 0, 800, 30, 0, 0, 2, 106003, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (923, 7, 0, -1, 22, 0, 0, 1, 1076, 1144, 1191, 1185, 962, 844, 0, 0, 0, 0, 115202, 0, 800, 30, 0, 0, 2, 106004, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (924, 7, 0, -1, 22, 0, 0, 1, 1076, 1144, 1021, 962, 844, 0, 0, 0, 0, 0, 115203, 0, 800, 30, 0, 0, 2, 106005, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (925, 0, 0, -1, 22, 0, 0, 1, 1076, 993, 962, 844, 0, 0, 0, 0, 0, 0, 115204, 0, 800, 30, 0, 0, 2, 104000, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (926, 7, 0, -1, 0, 0, 0, 0, 1076, 993, 1026, 962, 844, 0, 0, 0, 0, 0, 115205, 0, 800, 30, 0, 0, 2, 102006, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (927, 7, 0, -1, 0, 0, 0, 0, 1076, 1144, 1366, 1026, 962, 844, 0, 0, 0, 0, 115207, 0, 800, 30, 0, 0, 2, 103002, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (928, 7, 0, -1, 0, 0, 0, 0, 1076, 993, 1030, 962, 844, 0, 0, 0, 0, 0, 115206, 0, 800, 30, 0, 0, 2, 102006, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (929, 7, 0, -1, 0, 0, 0, 0, 1076, 989, 1030, 962, 0, 0, 0, 0, 0, 0, 115208, 0, 800, 30, 0, 0, 2, 103004, 36, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (930, 0, 0, -1, 0, 0, 0, 0, 1076, 993, 1034, 1038, 962, 0, 0, 0, 0, 0, 115218, 0, 800, 30, 0, 0, 2, 107001, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (931, 7, 0, -1, 0, 0, 0, 0, 1076, 993, 962, 1179, 1177, 0, 0, 0, 0, 0, 117021, 0, 800, 30, 0, 0, 2, 107001, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (932, 7, 0, -1, 0, 0, 0, 0, 1076, 993, 1054, 1046, 1050, 962, 0, 0, 0, 0, 115221, 0, 800, 30, 0, 0, 2, 107001, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (933, 7, 0, -1, 48, 0, 0, 1, 1076, 977, 1063, 1060, 962, 1157, 0, 0, 0, 0, 115214, 0, 800, 30, 0, 0, 2, 104001, 36, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (934, 7, 0, -1, 0, 0, 0, 0, 1076, 977, 1063, 1060, 962, 0, 0, 0, 0, 0, 115213, 0, 800, 30, 0, 0, 2, 104005, 36, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (935, 7, 0, -1, 23, 0, 0, 1, 1193, 1192, 1184, 884, 886, 844, 0, 0, 0, 0, 115200, 0, 1800, 100, 0, 0, 2, 106002, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (936, 7, 0, -1, 23, 0, 0, 1, 1193, 1192, 1187, 884, 886, 844, 0, 0, 0, 0, 115201, 0, 1800, 100, 0, 0, 2, 106003, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (937, 7, 0, -1, 23, 0, 0, 1, 1193, 1192, 1185, 884, 886, 844, 0, 0, 0, 0, 115202, 0, 1800, 100, 0, 0, 2, 106004, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (938, 7, 0, -1, 23, 0, 0, 1, 1193, 120, 884, 886, 844, 0, 0, 0, 0, 0, 115203, 0, 1800, 100, 0, 0, 2, 106005, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (939, 7, 0, -1, 23, 0, 0, 1, 1078, 884, 886, 844, 1247, 0, 0, 0, 0, 0, 115204, 0, 1800, 100, 0, 0, 2, 104000, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (940, 7, 0, -1, 0, 0, 0, 0, 1078, 1065, 884, 893, 844, 112, 0, 0, 0, 0, 115205, 0, 1700, 100, 0, 0, 2, 102006, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (941, 7, 0, -1, 0, 0, 0, 0, 1193, 1367, 1065, 884, 893, 844, 0, 0, 0, 0, 115207, 0, 1700, 100, 0, 0, 2, 103002, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (942, 7, 0, -1, 0, 0, 0, 0, 1078, 1066, 884, 893, 844, 0, 0, 0, 0, 0, 115206, 0, 1700, 100, 0, 0, 2, 102006, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (943, 7, 0, -1, 0, 0, 0, 0, 187, 1066, 884, 893, 0, 0, 0, 0, 0, 0, 115208, 0, 1700, 100, 0, 0, 2, 103004, 1, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (944, 0, 0, -1, 0, 0, 0, 0, 1078, 1067, 1068, 884, 893, 0, 0, 0, 0, 0, 115218, 0, 1700, 100, 0, 0, 2, 107001, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (945, 7, 0, -1, 0, 0, 0, 0, 1078, 1069, 884, 893, 1180, 0, 0, 0, 0, 0, 117021, 0, 1700, 100, 0, 0, 2, 107001, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (946, 7, 0, -1, 0, 0, 0, 0, 1078, 1072, 1070, 1071, 884, 893, 0, 0, 0, 0, 115221, 0, 1700, 100, 0, 0, 2, 107001, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (947, 7, 0, -1, 48, 0, 0, 1, 184, 1073, 1060, 884, 893, 1157, 0, 0, 0, 0, 115214, 0, 1700, 100, 0, 0, 2, 104001, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (948, 7, 0, -1, 0, 0, 0, 0, 184, 1073, 1060, 884, 893, 0, 0, 0, 0, 0, 115213, 0, 1700, 100, 0, 0, 2, 104005, 1, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (949, 7, 0, -1, 0, 0, 0, 0, 214, 785, 134, 0, 0, 0, 0, 0, 0, 0, 115600, 0, 1100, 0, 0, 0, 2, 107004, 11, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (950, 7, 0, -1, 0, 0, 0, 0, 731, 808, 713, 971, 0, 0, 0, 0, 0, 0, 115602, 0, 1100, 0, 0, 0, 2, 108015, 3, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (951, 7, 0, -1, 0, 0, 0, 0, 731, 808, 725, 0, 713, 844, 0, 0, 0, 0, 115604, 0, 1100, 0, 0, 0, 2, 108015, 3, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (952, 7, 0, -1, 0, 0, 0, 0, 731, 808, 812, 713, 844, 0, 0, 0, 0, 0, 115605, 0, 1100, 0, 0, 0, 2, 108015, 3, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (953, 15, 0, -1, 0, 0, 0, 0, 360, 785, 844, 0, 0, 0, 0, 0, 0, 0, 115217, 0, 1100, 0, 0, 0, 2, 106006, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (954, 15, 0, -1, 0, 0, 0, 0, 627, 785, 844, 0, 0, 0, 0, 0, 0, 0, 115217, 0, 1100, 0, 0, 0, 2, 106006, 41, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (955, 15, 0, -1, 0, 0, 0, 0, 363, 785, 844, 0, 0, 0, 0, 0, 0, 0, 115217, 0, 2000, 0, 0, 0, 2, 106006, 1, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (956, 15, 0, -1, 0, 0, 0, 0, 360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 115301, 0, 1000, 0, 0, 0, 2, 106006, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (957, 15, 0, -1, 0, 0, 0, 0, 627, 0, 0, 0, 0, 0, 0, 0, 0, 0, 115301, 0, 1000, 0, 0, 0, 2, 106006, 41, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (958, 15, 0, -1, 0, 0, 0, 0, 360, 152, 0, 0, 0, 0, 0, 0, 0, 0, 115302, 0, 1000, 0, 0, 0, 2, 106006, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (959, 15, 0, -1, 0, 0, 0, 0, 627, 111, 0, 0, 0, 0, 0, 0, 0, 0, 115303, 0, 1000, 0, 0, 0, 2, 106006, 41, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (960, 15, 0, -1, 0, 0, 0, 0, 134, 1061, 552, 1149, 1173, 0, 0, 0, 0, 0, 115209, 0, 2000, 100, 0, 0, 2, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (961, 15, 0, -1, 0, 0, 0, 0, 167, 1061, 552, 1149, 1174, 1248, 0, 0, 0, 0, 117020, 0, 1800, 100, 0, 0, 2, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (962, 15, 0, -1, 12, 0, 0, 1, 1130, 1132, 736, 1175, 342, 0, 0, 0, 0, 0, 112021, 0, 2000, 100, 0, 1, 1, 109003, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (963, 13, 0, -1, 0, 0, 0, 0, 13, 236, 0, 0, 0, 0, 0, 0, 0, 0, 106000, 0, 5000, 40, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (964, 13, 0, -1, 0, 0, 0, 0, 9, 236, 0, 0, 0, 0, 0, 0, 0, 0, 106000, 0, 5000, 40, 0, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (967, 10, 1, -1, 86, 0, 0, 0, 973, 1105, 0, 0, 0, 0, 0, 0, 0, 0, 109202, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (968, 10, 1, -1, 86, 0, 0, 0, 974, 1105, 0, 0, 0, 0, 0, 0, 0, 0, 109202, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (969, 4, 1, -1, 15, 0, 0, 0, 97, 135, 0, 0, 0, 0, 0, 0, 0, 0, 103004, 0, 5000, 100, 0, 0, 2, 101008, 1, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (970, 4, 1, -1, 15, 1, 0, 0, 97, 135, 1195, 184, 0, 0, 0, 0, 0, 0, 0, 100043, 5000, 100, 0, 0, 1, 101008, 1, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (971, 4, 1, -1, 15, 1, 0, 0, 97, 135, 1195, 456, 0, 0, 0, 0, 0, 0, 0, 100083, 5000, 100, 0, 0, 1, 101008, 1, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (972, 13, 0, -1, 44, 0, 0, 1, 830, 971, 0, 0, 0, 0, 0, 0, 0, 0, 117106, 0, 4000, 35, 0, 1, 1, 108018, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (973, 15, 0, -1, 44, 0, 0, 1, 1088, 1200, 971, 0, 0, 0, 0, 0, 0, 0, 117103, 0, 1100, 35, 0, 0, 1, 108018, 3, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (974, 13, 0, -1, 45, 0, 0, 1, 830, 971, 0, 0, 0, 0, 0, 0, 0, 0, 117107, 0, 4000, 35, 0, 1, 1, 108018, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (975, 15, 0, -1, 45, 0, 0, 1, 1088, 1200, 971, 0, 0, 0, 0, 0, 0, 0, 117104, 0, 1100, 35, 0, 0, 1, 108018, 3, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (976, 13, 0, -1, 46, 0, 0, 1, 830, 971, 0, 0, 0, 0, 0, 0, 0, 0, 117108, 0, 4000, 30, 0, 1, 1, 108018, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (977, 15, 0, -1, 46, 0, 0, 1, 1088, 1200, 971, 0, 0, 0, 0, 0, 0, 0, 117105, 0, 1100, 30, 0, 0, 1, 108018, 3, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (978, 4, 0, -1, 0, 0, 0, 0, 1129, 1136, 513, 0, 0, 0, 0, 0, 0, 0, 117003, 0, 2000, 100, 0, 1, 1, 109002, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (979, 15, 0, -1, 47, 0, 0, 1, 187, 549, 760, 1240, 0, 0, 0, 0, 0, 0, 116005, 0, 3000, 100, 0, 0, 2, 102006, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (980, 15, 0, -1, 47, 0, 0, 1, 987, 549, 760, 1241, 0, 0, 0, 0, 0, 0, 116005, 0, 3000, 100, 0, 0, 2, 102006, 34, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (981, 15, 0, -1, 47, 0, 0, 1, 988, 549, 760, 1242, 0, 0, 0, 0, 0, 0, 116005, 0, 3000, 100, 0, 0, 2, 102006, 35, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (986, 5, 0, -1, 0, 0, 0, 0, 172, 1163, 1157, 719, 0, 0, 0, 0, 0, 0, 117006, 0, 1000, 100, 0, 0, 1, 102002, 10, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (987, 7, 0, -1, 51, 0, 0, 1, 1243, 554, 1267, 0, 0, 0, 0, 0, 0, 0, 117007, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (988, 7, 0, -1, 50, 0, 0, 1, 1152, 1243, 554, 0, 0, 0, 0, 0, 0, 0, 115219, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (989, 7, 0, -1, 50, 0, 0, 1, 1152, 1243, 1254, 0, 0, 0, 0, 0, 0, 0, 117008, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (990, 7, 0, -1, 0, 0, 0, 0, 553, 207, 1167, 1165, 143, 1159, 0, 0, 0, 0, 117009, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (991, 7, 0, -1, 0, 0, 0, 0, 553, 207, 1165, 1258, 148, 1263, 0, 0, 0, 0, 115209, 0, 1000, 100, 0, 0, 2, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (992, 7, 0, -1, 0, 0, 0, 0, 1257, 207, 1159, 1258, 826, 1347, 0, 0, 0, 0, 117010, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (993, 0, 0, -1, 0, 0, 0, 0, 1152, 207, 1167, 1159, 1252, 0, 0, 0, 0, 0, 108006, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (994, 7, 0, -1, 51, 0, 0, 1, 1243, 1256, 1040, 0, 0, 0, 0, 0, 0, 0, 117011, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (995, 7, 0, -1, 52, 0, 0, 0, 554, 1061, 0, 0, 0, 0, 0, 0, 0, 0, 108007, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (996, 7, 0, -1, 52, 0, 0, 0, 554, 133, 1159, 765, 1061, 156, 0, 0, 0, 0, 115505, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (997, 7, 0, -1, 52, 0, 0, 0, 554, 143, 159, 1061, 0, 0, 0, 0, 0, 0, 116009, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (998, 7, 0, -1, 52, 0, 0, 0, 1368, 160, 1061, 0, 0, 0, 0, 0, 0, 0, 117012, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (999, 7, 0, -1, 52, 0, 0, 0, 1368, 164, 0, 0, 0, 0, 0, 0, 0, 0, 117013, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1000, 7, 0, -1, 0, 0, 0, 0, 1152, 1061, 1173, 1056, 1160, 0, 0, 0, 0, 0, 117014, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1001, 7, 0, -1, 0, 0, 0, 0, 1152, 1061, 1173, 1060, 0, 0, 0, 0, 0, 0, 115504, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1002, 7, 0, -1, 0, 0, 0, 0, 553, 207, 1167, 1165, 134, 0, 0, 0, 0, 0, 108008, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1003, 7, 0, -1, 53, 0, 0, 0, 553, 207, 1149, 1171, 148, 973, 0, 0, 0, 0, 117015, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1004, 7, 0, -1, 53, 0, 0, 0, 553, 207, 1149, 1171, 148, 974, 0, 0, 0, 0, 117016, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1005, 0, 0, -1, 0, 0, 0, 0, 553, 1243, 1052, 1264, 1159, 1157, 0, 0, 0, 0, 108004, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1006, 7, 0, -1, 0, 0, 0, 0, 553, 148, 1159, 1258, 1259, 143, 0, 0, 0, 0, 108006, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1007, 7, 0, -1, 0, 0, 0, 0, 1152, 1159, 1258, 1165, 1269, 148, 0, 0, 0, 0, 117017, 0, 900, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1008, 7, 0, -1, 53, 0, 0, 0, 1152, 1243, 1052, 1266, 0, 0, 0, 0, 0, 0, 115217, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1009, 7, 0, -1, 0, 0, 0, 0, 1151, 1243, 1171, 1268, 1052, 1189, 0, 0, 0, 0, 117018, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1010, 7, 0, -1, 0, 0, 0, 0, 552, 1270, 1159, 133, 170, 1274, 0, 0, 0, 0, 117019, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1011, 7, 0, -1, 0, 0, 0, 0, 1271, 1272, 1273, 426, 558, 0, 0, 0, 0, 0, 117020, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1012, 1, 0, -1, 0, 0, 0, 0, 1283, 1333, 0, 0, 0, 0, 0, 0, 0, 0, 120001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1013, 1, 0, -1, 0, 0, 0, 0, 1283, 3, 0, 0, 0, 0, 0, 0, 0, 0, 120002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1014, 1, 0, -1, 0, 0, 0, 0, 1276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121001, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1015, 1, 0, -1, 0, 0, 0, 0, 1277, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121002, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1016, 1, 0, -1, 0, 0, 0, 0, 1281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1017, 1, 0, -1, 0, 0, 0, 0, 1280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121004, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1018, 1, 0, -1, 0, 0, 0, 0, 1279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121005, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1019, 1, 0, -1, 0, 0, 0, 0, 1278, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121006, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1020, 5, 0, -1, 54, 0, 0, 1, 1275, 713, 760, 1, 1283, 0, 0, 0, 0, 0, 122001, 0, 1000, 100, 0, 0, 1, 0, 2, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1021, 5, 0, -1, 54, 0, 0, 1, 1275, 713, 760, 2, 1283, 0, 0, 0, 0, 0, 122001, 0, 1000, 100, 0, 0, 1, 0, 2, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1022, 5, 0, -1, 54, 0, 0, 1, 1275, 713, 760, 3, 1283, 0, 0, 0, 0, 0, 122002, 0, 1000, 100, 0, 0, 1, 0, 2, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1023, 5, 0, -1, 54, 0, 0, 1, 1275, 713, 760, 4, 1283, 0, 0, 0, 0, 0, 122001, 0, 1000, 100, 0, 0, 1, 0, 2, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1024, 13, 0, -1, 55, 0, 0, 1, 1275, 236, 1283, 0, 0, 0, 0, 0, 0, 0, 122003, 0, 5000, 60, 0, 1, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1025, 13, 0, -1, 55, 0, 0, 1, 1275, 236, 0, 0, 0, 0, 0, 0, 0, 0, 122004, 0, 5000, 60, 0, 1, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1026, 10, 1, -1, 0, 0, 0, 0, 1276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123001, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1027, 10, 1, -1, 0, 0, 0, 0, 1277, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123002, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1028, 10, 1, -1, 0, 0, 0, 0, 1278, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123003, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1029, 10, 1, -1, 0, 0, 0, 0, 1279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123004, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1030, 10, 1, -1, 0, 0, 0, 0, 1280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123005, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1031, 10, 1, -1, 0, 0, 0, 0, 1281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123006, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1032, 11, 0, -1, 0, 0, 0, 0, 1276, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 123001, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1033, 11, 0, -1, 0, 0, 0, 0, 1277, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 123002, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1034, 11, 0, -1, 0, 0, 0, 0, 1278, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 123003, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1035, 11, 0, -1, 0, 0, 0, 0, 1279, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 123004, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1036, 11, 0, -1, 0, 0, 0, 0, 1280, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 123005, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1037, 11, 0, -1, 0, 0, 0, 0, 1281, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 123006, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1038, 11, 0, -1, 0, 0, 0, 0, 1276, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 123001, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1039, 11, 0, -1, 0, 0, 0, 0, 1277, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 123002, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1040, 11, 0, -1, 0, 0, 0, 0, 1278, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 123003, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1041, 11, 0, -1, 0, 0, 0, 0, 1279, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 123004, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1042, 11, 0, -1, 0, 0, 0, 0, 1280, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 123005, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1043, 11, 0, -1, 0, 0, 0, 0, 1281, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 123006, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1044, 7, 0, -1, 56, 0, 0, 1, 553, 143, 1340, 1263, 0, 0, 0, 0, 0, 0, 117023, 0, 1500, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1045, 7, 0, -1, 56, 0, 0, 1, 553, 170, 1341, 1337, 0, 0, 0, 0, 0, 0, 117023, 0, 1500, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1046, 7, 0, -1, 57, 0, 0, 1, 1338, 1263, 757, 0, 0, 0, 0, 0, 0, 0, 117024, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1047, 7, 0, -1, 57, 0, 0, 1, 1339, 1337, 757, 0, 0, 0, 0, 0, 0, 0, 117024, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1048, 7, 0, -1, 0, 0, 0, 0, 552, 218, 0, 0, 0, 0, 0, 0, 0, 0, 117025, 0, 500, 100, 0, 0, 3, 104000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1049, 6, 0, -1, 58, 0, 0, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117026, 0, 900, 100, 0, 0, 2, 107001, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1050, 6, 0, -1, 58, 0, 0, 1, 1342, 1343, 0, 0, 0, 0, 0, 0, 0, 0, 117027, 0, 900, 100, 0, 0, 2, 107001, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1051, 6, 0, -1, 58, 0, 0, 1, 1344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117028, 0, 900, 100, 0, 0, 2, 107001, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1052, 7, 0, -1, 0, 0, 0, 0, 552, 168, 558, 426, 0, 0, 0, 0, 0, 0, 117029, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1053, 7, 0, -1, 0, 0, 0, 0, 552, 446, 559, 1061, 1346, 0, 0, 0, 0, 0, 117031, 0, 1000, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1054, 7, 0, -1, 0, 0, 0, 0, 553, 218, 1616, 1159, 0, 0, 0, 0, 0, 0, 117030, 0, 900, 100, 0, 0, 3, 106003, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1055, 7, 0, -1, 59, 0, 0, 1, 1152, 1348, 1061, 143, 0, 0, 0, 0, 0, 0, 115228, 0, 1500, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1056, 7, 0, -1, 59, 0, 0, 1, 1152, 1349, 1061, 143, 0, 0, 0, 0, 0, 0, 115228, 0, 1500, 100, 0, 0, 3, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1057, 7, 0, -1, 0, 0, 0, 0, 552, 218, 1615, 0, 0, 0, 0, 0, 0, 0, 117032, 0, 900, 100, 0, 0, 3, 103000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1058, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1284, 0, 0, 0, 0, 0, 0, 0, 130100, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1059, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1285, 0, 0, 0, 0, 0, 0, 0, 130200, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1060, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1286, 0, 0, 0, 0, 0, 0, 0, 130300, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1061, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1287, 0, 0, 0, 0, 0, 0, 0, 130400, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1062, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130500, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1063, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130500, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1064, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130500, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1065, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130500, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1066, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130500, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1067, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130500, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1068, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1288, 0, 0, 0, 0, 0, 0, 0, 130600, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1069, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1289, 0, 0, 0, 0, 0, 0, 0, 130700, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1070, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1290, 0, 0, 0, 0, 0, 0, 0, 130800, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1071, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1329, 40, 0, 0, 0, 0, 0, 0, 131900, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1072, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1302, 0, 0, 0, 0, 0, 0, 0, 130900, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1073, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1303, 0, 0, 0, 0, 0, 0, 0, 130900, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1074, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131000, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1075, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1291, 0, 0, 0, 0, 0, 0, 0, 131100, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1076, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1291, 30, 0, 0, 0, 0, 0, 0, 131800, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1077, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1292, 0, 0, 0, 0, 0, 0, 0, 131100, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1078, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131200, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1079, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131300, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1080, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131400, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1081, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131500, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1082, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131600, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1083, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1084, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1085, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1086, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1087, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1088, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1089, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1090, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1091, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1092, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1093, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1094, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1095, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1096, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1097, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1098, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1099, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1100, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131700, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1101, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1284, 1328, 0, 0, 0, 0, 0, 0, 130110, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1102, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1285, 1328, 0, 0, 0, 0, 0, 0, 130210, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1103, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1286, 1328, 0, 0, 0, 0, 0, 0, 130310, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1104, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1287, 1328, 0, 0, 0, 0, 0, 0, 130410, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1105, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130510, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1106, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130510, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1107, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130510, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1108, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130510, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1109, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130510, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1110, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130510, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1111, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1288, 1328, 0, 0, 0, 0, 0, 0, 130610, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1112, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1289, 1328, 0, 0, 0, 0, 0, 0, 130710, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1113, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1290, 1328, 0, 0, 0, 0, 0, 0, 130810, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1114, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1329, 40, 1328, 0, 0, 0, 0, 0, 131910, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1115, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1302, 1328, 0, 0, 0, 0, 0, 0, 130910, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1116, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1303, 1328, 0, 0, 0, 0, 0, 0, 130910, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1117, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131010, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1118, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1291, 1328, 0, 0, 0, 0, 0, 0, 131110, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1119, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1291, 30, 1328, 0, 0, 0, 0, 0, 131810, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1120, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1292, 1328, 0, 0, 0, 0, 0, 0, 131110, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1121, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131210, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1122, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131310, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1123, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131410, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1124, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131510, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1125, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131610, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1126, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1127, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1128, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1129, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1130, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1131, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1132, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1133, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1134, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1135, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1136, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1137, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1138, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1139, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1140, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1141, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1142, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1143, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131710, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1144, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1284, 0, 0, 0, 0, 0, 0, 0, 130104, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1145, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1285, 0, 0, 0, 0, 0, 0, 0, 130204, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1146, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1286, 0, 0, 0, 0, 0, 0, 0, 130304, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1147, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1287, 0, 0, 0, 0, 0, 0, 0, 130404, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1148, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1149, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1150, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1151, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1152, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1153, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1154, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1288, 0, 0, 0, 0, 0, 0, 0, 130604, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1155, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1289, 0, 0, 0, 0, 0, 0, 0, 130704, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1156, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1290, 0, 0, 0, 0, 0, 0, 0, 130804, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1157, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1329, 40, 0, 0, 0, 0, 0, 0, 131904, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1158, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1302, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1159, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1303, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1160, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131004, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1161, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1291, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1162, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1291, 30, 0, 0, 0, 0, 0, 0, 131804, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1163, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1292, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1164, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131204, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1165, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131304, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1166, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131404, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1167, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131504, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1168, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131604, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1169, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1170, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1171, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1172, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1173, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1174, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1175, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1176, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1177, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1178, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1179, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1180, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1181, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1182, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1183, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1184, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1185, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1186, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1187, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1284, 1328, 0, 0, 0, 0, 0, 0, 130114, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1188, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1285, 1328, 0, 0, 0, 0, 0, 0, 130214, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1189, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1286, 1328, 0, 0, 0, 0, 0, 0, 130314, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1190, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1287, 1328, 0, 0, 0, 0, 0, 0, 130414, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1191, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1192, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1193, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1194, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1195, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1196, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1197, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1288, 1328, 0, 0, 0, 0, 0, 0, 130614, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1198, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1289, 1328, 0, 0, 0, 0, 0, 0, 130714, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1199, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1290, 1328, 0, 0, 0, 0, 0, 0, 130814, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1200, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1329, 40, 1328, 0, 0, 0, 0, 0, 131914, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1201, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1302, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1202, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1303, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1203, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131014, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1204, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1291, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1205, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1291, 30, 1328, 0, 0, 0, 0, 0, 131814, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1206, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1292, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1207, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131214, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1208, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131314, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1209, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131414, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1210, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131514, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1211, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131614, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1212, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1213, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1214, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1215, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1216, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1217, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1218, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1219, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1220, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1221, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1222, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1223, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1224, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1225, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1226, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1227, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1228, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1229, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1230, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1284, 0, 0, 0, 0, 0, 0, 0, 130104, 0, 4100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1231, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1285, 0, 0, 0, 0, 0, 0, 0, 130204, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1232, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1286, 0, 0, 0, 0, 0, 0, 0, 130304, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1233, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1287, 0, 0, 0, 0, 0, 0, 0, 130404, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1234, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130504, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1235, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130504, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1236, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130504, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1237, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130504, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1238, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130504, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1239, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130504, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1240, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1288, 0, 0, 0, 0, 0, 0, 0, 130604, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1241, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1289, 0, 0, 0, 0, 0, 0, 0, 130704, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1242, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1290, 0, 0, 0, 0, 0, 0, 0, 130804, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1243, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1329, 40, 0, 0, 0, 0, 0, 0, 131904, 0, 3350, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1244, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1302, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1245, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1303, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1246, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131004, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1247, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1291, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1248, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1291, 30, 0, 0, 0, 0, 0, 0, 131804, 0, 3150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1249, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1292, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1250, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131204, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1251, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131304, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1252, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131404, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1253, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131504, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1254, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131604, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1255, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1256, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1257, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1258, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1259, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1260, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1261, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1262, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1263, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1264, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1265, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1266, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1267, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1268, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1269, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1270, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1271, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1272, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1273, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1284, 1328, 0, 0, 0, 0, 0, 0, 130114, 0, 6100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1274, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1285, 1328, 0, 0, 0, 0, 0, 0, 130214, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1275, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1286, 1328, 0, 0, 0, 0, 0, 0, 130314, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1276, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1287, 1328, 0, 0, 0, 0, 0, 0, 130414, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1277, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130514, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1278, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130514, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1279, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130514, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1280, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130514, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1281, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130514, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1282, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130514, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1283, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1288, 1328, 0, 0, 0, 0, 0, 0, 130614, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1284, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1289, 1328, 0, 0, 0, 0, 0, 0, 130714, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1285, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1290, 1328, 0, 0, 0, 0, 0, 0, 130814, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1286, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1329, 40, 1328, 0, 0, 0, 0, 0, 131914, 0, 5350, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1287, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1302, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1288, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1303, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1289, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131014, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1290, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1291, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1291, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1291, 30, 1328, 0, 0, 0, 0, 0, 131814, 0, 5150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1292, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1292, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1293, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131214, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1294, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131314, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1295, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131414, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1296, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131514, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1297, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131614, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1298, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1299, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1300, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1301, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1302, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1303, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1304, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1305, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1306, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1307, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1308, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1309, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1310, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1311, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1312, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1313, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1314, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1315, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1316, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1284, 0, 0, 0, 0, 0, 0, 0, 130102, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1317, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1285, 0, 0, 0, 0, 0, 0, 0, 130202, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1318, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1286, 0, 0, 0, 0, 0, 0, 0, 130302, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1319, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1287, 0, 0, 0, 0, 0, 0, 0, 130402, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1320, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130502, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1321, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130502, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1322, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130502, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1323, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130502, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1324, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130502, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1325, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130502, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1326, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1288, 0, 0, 0, 0, 0, 0, 0, 130602, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1327, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1289, 0, 0, 0, 0, 0, 0, 0, 130702, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1328, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1290, 0, 0, 0, 0, 0, 0, 0, 130802, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1329, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1329, 40, 0, 0, 0, 0, 0, 0, 131902, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1330, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1302, 0, 0, 0, 0, 0, 0, 0, 130902, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1331, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1303, 0, 0, 0, 0, 0, 0, 0, 130902, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1332, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131002, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1333, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1291, 0, 0, 0, 0, 0, 0, 0, 131102, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1334, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1291, 30, 0, 0, 0, 0, 0, 0, 131802, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1335, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1292, 0, 0, 0, 0, 0, 0, 0, 131102, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1336, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131202, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1337, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131302, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1338, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131402, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1339, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131502, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1340, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131602, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1341, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1342, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1343, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1344, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1345, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1346, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1347, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1348, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1349, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1350, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1351, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1352, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1353, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1354, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1355, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1356, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1357, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1358, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131702, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1359, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1284, 1328, 0, 0, 0, 0, 0, 0, 130112, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1360, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1285, 1328, 0, 0, 0, 0, 0, 0, 130212, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1361, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1286, 1328, 0, 0, 0, 0, 0, 0, 130312, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1362, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1287, 1328, 0, 0, 0, 0, 0, 0, 130412, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1363, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130512, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1364, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130512, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1365, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130512, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1366, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130512, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1367, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130512, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1368, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130512, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1369, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1288, 1328, 0, 0, 0, 0, 0, 0, 130612, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1370, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1289, 1328, 0, 0, 0, 0, 0, 0, 130712, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1371, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1290, 1328, 0, 0, 0, 0, 0, 0, 130812, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1372, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1329, 40, 1328, 0, 0, 0, 0, 0, 131912, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1373, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1302, 1328, 0, 0, 0, 0, 0, 0, 130912, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1374, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1303, 1328, 0, 0, 0, 0, 0, 0, 130912, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1375, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131012, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1376, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1291, 1328, 0, 0, 0, 0, 0, 0, 131112, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1377, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1291, 30, 1328, 0, 0, 0, 0, 0, 131812, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1378, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1292, 1328, 0, 0, 0, 0, 0, 0, 131112, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1379, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131212, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1380, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131312, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1381, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131412, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1382, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131512, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1383, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131612, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1384, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1385, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1386, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1387, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1388, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1389, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1390, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1391, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1392, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1393, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1394, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1395, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1396, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1397, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1398, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1399, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1400, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1401, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131712, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1402, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1284, 0, 0, 0, 0, 0, 0, 0, 130104, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1403, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1285, 0, 0, 0, 0, 0, 0, 0, 130204, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1404, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1286, 0, 0, 0, 0, 0, 0, 0, 130304, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1405, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1287, 0, 0, 0, 0, 0, 0, 0, 130404, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1406, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1407, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1408, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1409, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1410, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1411, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130504, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1412, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1288, 0, 0, 0, 0, 0, 0, 0, 130604, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1413, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1289, 0, 0, 0, 0, 0, 0, 0, 130704, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1414, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1290, 0, 0, 0, 0, 0, 0, 0, 130804, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1415, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1329, 40, 0, 0, 0, 0, 0, 0, 131904, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1416, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1302, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1417, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1303, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1418, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131004, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1419, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1291, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1420, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1291, 30, 0, 0, 0, 0, 0, 0, 131804, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1421, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1292, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1422, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131204, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1423, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131304, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1424, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131404, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1425, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131504, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1426, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131604, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1427, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1428, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1429, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1430, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1431, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1432, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1433, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1434, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1435, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1436, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1437, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1438, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1439, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1440, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1441, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1442, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1443, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1444, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131704, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1445, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1284, 1328, 0, 0, 0, 0, 0, 0, 130114, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1446, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1285, 1328, 0, 0, 0, 0, 0, 0, 130214, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1447, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1286, 1328, 0, 0, 0, 0, 0, 0, 130314, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1448, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1287, 1328, 0, 0, 0, 0, 0, 0, 130414, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1449, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1450, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1451, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1452, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1453, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1454, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130514, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1455, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1288, 1328, 0, 0, 0, 0, 0, 0, 130614, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1456, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1289, 1328, 0, 0, 0, 0, 0, 0, 130714, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1457, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1290, 1328, 0, 0, 0, 0, 0, 0, 130814, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1458, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1329, 40, 1328, 0, 0, 0, 0, 0, 131914, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1459, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1302, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1460, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1303, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1461, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131014, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1462, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1291, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1463, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1291, 30, 1328, 0, 0, 0, 0, 0, 131814, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1464, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1292, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1465, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131214, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1466, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131314, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1467, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131414, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1468, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131514, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1469, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131614, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1470, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1471, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1472, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1473, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1474, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1475, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1476, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1477, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1478, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1479, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1480, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1481, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1482, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1483, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1484, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1485, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1486, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1487, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131714, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1488, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1284, 0, 0, 0, 0, 0, 0, 0, 130103, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1489, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1285, 0, 0, 0, 0, 0, 0, 0, 130203, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1490, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1286, 0, 0, 0, 0, 0, 0, 0, 130303, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1491, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1287, 0, 0, 0, 0, 0, 0, 0, 130403, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1492, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130503, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1493, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130503, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1494, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130503, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1495, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130503, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1496, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130503, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1497, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130503, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1498, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1288, 0, 0, 0, 0, 0, 0, 0, 130603, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1499, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1289, 0, 0, 0, 0, 0, 0, 0, 130703, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1500, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1290, 0, 0, 0, 0, 0, 0, 0, 130803, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1501, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1329, 40, 0, 0, 0, 0, 0, 0, 131903, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1502, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1302, 0, 0, 0, 0, 0, 0, 0, 130903, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1503, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1303, 0, 0, 0, 0, 0, 0, 0, 130903, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1504, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131003, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1505, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1291, 0, 0, 0, 0, 0, 0, 0, 131103, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1506, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1291, 30, 0, 0, 0, 0, 0, 0, 131803, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1507, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1292, 0, 0, 0, 0, 0, 0, 0, 131103, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1508, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131203, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1509, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131303, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1510, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131403, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1511, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131503, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1512, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131603, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1513, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1514, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1515, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1516, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1517, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1518, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1519, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1520, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1521, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1522, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1523, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1524, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1525, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1526, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1527, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1528, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1529, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1530, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131703, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1531, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1284, 1328, 0, 0, 0, 0, 0, 0, 130113, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1532, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1285, 1328, 0, 0, 0, 0, 0, 0, 130213, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1533, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1286, 1328, 0, 0, 0, 0, 0, 0, 130313, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1534, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1287, 1328, 0, 0, 0, 0, 0, 0, 130413, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1535, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130513, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1536, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130513, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1537, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130513, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1538, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130513, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1539, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130513, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1540, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130513, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1541, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1288, 1328, 0, 0, 0, 0, 0, 0, 130613, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1542, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1289, 1328, 0, 0, 0, 0, 0, 0, 130713, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1543, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1290, 1328, 0, 0, 0, 0, 0, 0, 130813, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1544, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1329, 40, 1328, 0, 0, 0, 0, 0, 131913, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1545, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1302, 1328, 0, 0, 0, 0, 0, 0, 130913, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1546, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1303, 1328, 0, 0, 0, 0, 0, 0, 130913, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1547, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131013, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1548, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1291, 1328, 0, 0, 0, 0, 0, 0, 131113, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1549, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1291, 30, 1328, 0, 0, 0, 0, 0, 131813, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1550, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1292, 1328, 0, 0, 0, 0, 0, 0, 131113, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1551, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131213, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1552, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131313, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1553, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131413, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1554, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131513, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1555, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131613, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1556, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1557, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1558, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1559, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1560, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1561, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1562, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1563, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1564, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1565, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1566, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1567, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1568, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1569, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1570, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1571, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1572, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1573, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131713, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1574, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1284, 0, 0, 0, 0, 0, 0, 0, 130103, 0, 4100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1575, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1285, 0, 0, 0, 0, 0, 0, 0, 130203, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1576, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1286, 0, 0, 0, 0, 0, 0, 0, 130303, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1577, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1287, 0, 0, 0, 0, 0, 0, 0, 130403, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1578, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130503, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1579, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130503, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1580, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130503, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1581, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130503, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1582, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130503, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1583, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130503, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1584, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1288, 0, 0, 0, 0, 0, 0, 0, 130603, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1585, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1289, 0, 0, 0, 0, 0, 0, 0, 130703, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1586, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1290, 0, 0, 0, 0, 0, 0, 0, 130803, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1587, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1329, 40, 0, 0, 0, 0, 0, 0, 131903, 0, 3350, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1588, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1302, 0, 0, 0, 0, 0, 0, 0, 130903, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1589, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1303, 0, 0, 0, 0, 0, 0, 0, 130903, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1590, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131003, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1591, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1291, 0, 0, 0, 0, 0, 0, 0, 131103, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1592, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1291, 30, 0, 0, 0, 0, 0, 0, 131803, 0, 3150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1593, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1292, 0, 0, 0, 0, 0, 0, 0, 131103, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1594, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131203, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1595, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131303, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1596, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131403, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1597, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131503, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1598, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131603, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1599, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1600, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1601, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1602, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1603, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1604, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1605, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1606, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1607, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1608, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1609, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1610, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1611, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1612, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1613, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1614, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1615, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1616, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131703, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1617, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1284, 1328, 0, 0, 0, 0, 0, 0, 130113, 0, 6100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1618, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1285, 1328, 0, 0, 0, 0, 0, 0, 130213, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1619, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1286, 1328, 0, 0, 0, 0, 0, 0, 130313, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1620, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1287, 1328, 0, 0, 0, 0, 0, 0, 130413, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1621, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130513, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1622, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130513, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1623, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130513, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1624, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130513, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1625, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130513, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1626, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130513, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1627, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1288, 1328, 0, 0, 0, 0, 0, 0, 130613, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1628, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1289, 1328, 0, 0, 0, 0, 0, 0, 130713, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1629, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1290, 1328, 0, 0, 0, 0, 0, 0, 130813, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1630, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1329, 40, 1328, 0, 0, 0, 0, 0, 131913, 0, 5350, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1631, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1302, 1328, 0, 0, 0, 0, 0, 0, 130913, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1632, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1303, 1328, 0, 0, 0, 0, 0, 0, 130913, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1633, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131013, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1634, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1291, 1328, 0, 0, 0, 0, 0, 0, 131113, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1635, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1291, 30, 1328, 0, 0, 0, 0, 0, 131813, 0, 5150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1636, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1292, 1328, 0, 0, 0, 0, 0, 0, 131113, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1637, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131213, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1638, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131313, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1639, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131413, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1640, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131513, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1641, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131613, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1642, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1643, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1644, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1645, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1646, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1647, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1648, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1649, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1650, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1651, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1652, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1653, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1654, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1655, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1656, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1657, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1658, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1659, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131713, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1660, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1284, 0, 0, 0, 0, 0, 0, 0, 130105, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1661, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1285, 0, 0, 0, 0, 0, 0, 0, 130205, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1662, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1286, 0, 0, 0, 0, 0, 0, 0, 130305, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1663, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1287, 0, 0, 0, 0, 0, 0, 0, 130405, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1664, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130505, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1665, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130505, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1666, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130505, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1667, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130505, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1668, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130505, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1669, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130505, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1670, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1288, 0, 0, 0, 0, 0, 0, 0, 130605, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1671, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1289, 0, 0, 0, 0, 0, 0, 0, 130705, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1672, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1290, 0, 0, 0, 0, 0, 0, 0, 130805, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1673, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1329, 40, 0, 0, 0, 0, 0, 0, 131905, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1674, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1302, 0, 0, 0, 0, 0, 0, 0, 130905, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1675, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1303, 0, 0, 0, 0, 0, 0, 0, 130905, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1676, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131005, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1677, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1291, 0, 0, 0, 0, 0, 0, 0, 131105, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1678, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1291, 30, 0, 0, 0, 0, 0, 0, 131805, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1679, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1292, 0, 0, 0, 0, 0, 0, 0, 131105, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1680, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131205, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1681, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131305, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1682, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131405, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1683, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131505, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1684, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131605, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1685, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1686, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1687, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1688, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1689, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1690, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1691, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1692, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1693, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1694, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1695, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1696, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1697, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1698, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1699, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1700, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1701, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1702, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131705, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1703, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1284, 1328, 0, 0, 0, 0, 0, 0, 130115, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1704, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1285, 1328, 0, 0, 0, 0, 0, 0, 130215, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1705, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1286, 1328, 0, 0, 0, 0, 0, 0, 130315, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1706, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1287, 1328, 0, 0, 0, 0, 0, 0, 130415, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1707, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130515, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1708, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130515, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1709, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130515, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1710, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130515, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1711, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130515, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1712, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130515, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1713, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1288, 1328, 0, 0, 0, 0, 0, 0, 130615, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1714, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1289, 1328, 0, 0, 0, 0, 0, 0, 130715, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1715, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1290, 1328, 0, 0, 0, 0, 0, 0, 130815, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1716, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1329, 40, 1328, 0, 0, 0, 0, 0, 131915, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1717, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1302, 1328, 0, 0, 0, 0, 0, 0, 130915, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1718, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1303, 1328, 0, 0, 0, 0, 0, 0, 130915, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1719, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131015, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1720, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1291, 1328, 0, 0, 0, 0, 0, 0, 131115, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1721, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1291, 30, 1328, 0, 0, 0, 0, 0, 131815, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1722, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1292, 1328, 0, 0, 0, 0, 0, 0, 131115, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1723, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131215, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1724, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131315, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1725, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131415, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1726, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131515, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1727, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131615, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1728, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1729, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1730, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1731, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1732, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1733, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1734, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1735, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1736, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1737, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1738, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1739, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1740, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1741, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1742, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1743, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1744, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1745, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131715, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1746, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1284, 0, 0, 0, 0, 0, 0, 0, 130106, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1747, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1285, 0, 0, 0, 0, 0, 0, 0, 130206, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1748, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1286, 0, 0, 0, 0, 0, 0, 0, 130306, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1749, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1287, 0, 0, 0, 0, 0, 0, 0, 130406, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1750, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130506, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1751, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130506, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1752, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130506, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1753, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130506, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1754, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130506, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1755, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130506, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1756, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1288, 0, 0, 0, 0, 0, 0, 0, 130606, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1757, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1289, 0, 0, 0, 0, 0, 0, 0, 130706, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1758, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1290, 0, 0, 0, 0, 0, 0, 0, 130806, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1759, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1329, 40, 0, 0, 0, 0, 0, 0, 131906, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1760, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1302, 0, 0, 0, 0, 0, 0, 0, 130906, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1761, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1303, 0, 0, 0, 0, 0, 0, 0, 130906, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1762, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131006, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1763, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1291, 0, 0, 0, 0, 0, 0, 0, 131106, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1764, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1291, 30, 0, 0, 0, 0, 0, 0, 131806, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1765, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1292, 0, 0, 0, 0, 0, 0, 0, 131106, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1766, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131206, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1767, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131306, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1768, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131406, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1769, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131506, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1770, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131606, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1771, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1772, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1773, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1774, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1775, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1776, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1777, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1778, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1779, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1780, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1781, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1782, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1783, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1784, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1785, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1786, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1787, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1788, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131706, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1789, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1284, 1328, 0, 0, 0, 0, 0, 0, 130116, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1790, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1285, 1328, 0, 0, 0, 0, 0, 0, 130216, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1791, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1286, 1328, 0, 0, 0, 0, 0, 0, 130316, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1792, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1287, 1328, 0, 0, 0, 0, 0, 0, 130416, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1793, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130516, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1794, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130516, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1795, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130516, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1796, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130516, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1797, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130516, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1798, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130516, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1799, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1288, 1328, 0, 0, 0, 0, 0, 0, 130616, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1800, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1289, 1328, 0, 0, 0, 0, 0, 0, 130716, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1801, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1290, 1328, 0, 0, 0, 0, 0, 0, 130816, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1802, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1329, 40, 1328, 0, 0, 0, 0, 0, 131916, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1803, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1302, 1328, 0, 0, 0, 0, 0, 0, 130916, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1804, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1303, 1328, 0, 0, 0, 0, 0, 0, 130916, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1805, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131016, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1806, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1291, 1328, 0, 0, 0, 0, 0, 0, 131116, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1807, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1291, 30, 1328, 0, 0, 0, 0, 0, 131816, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1808, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1292, 1328, 0, 0, 0, 0, 0, 0, 131116, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1809, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131216, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1810, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131316, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1811, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131416, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1812, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131516, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1813, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131616, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1814, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1815, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1816, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1817, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1818, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1819, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1820, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1821, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1822, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1823, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1824, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1825, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1826, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1827, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1828, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1829, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1830, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1831, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131716, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1832, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1284, 0, 0, 0, 0, 0, 0, 0, 130107, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1833, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1285, 0, 0, 0, 0, 0, 0, 0, 130207, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1834, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1286, 0, 0, 0, 0, 0, 0, 0, 130307, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1835, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1287, 0, 0, 0, 0, 0, 0, 0, 130407, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1836, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130507, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1837, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130507, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1838, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130507, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1839, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130507, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1840, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130507, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1841, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130507, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1842, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1288, 0, 0, 0, 0, 0, 0, 0, 130607, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1843, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1289, 0, 0, 0, 0, 0, 0, 0, 130707, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1844, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1290, 0, 0, 0, 0, 0, 0, 0, 130807, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1845, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1329, 40, 0, 0, 0, 0, 0, 0, 131907, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1846, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1302, 0, 0, 0, 0, 0, 0, 0, 130907, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1847, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1303, 0, 0, 0, 0, 0, 0, 0, 130907, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1848, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131007, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1849, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1291, 0, 0, 0, 0, 0, 0, 0, 131107, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1850, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1291, 30, 0, 0, 0, 0, 0, 0, 131807, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1851, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1292, 0, 0, 0, 0, 0, 0, 0, 131107, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1852, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131207, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1853, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131307, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1854, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131407, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1855, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131507, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1856, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131607, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1857, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1858, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1859, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1860, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1861, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1862, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1863, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1864, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1865, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1866, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1867, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1868, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1869, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1870, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1871, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1872, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1873, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1874, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131707, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1875, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1284, 1328, 0, 0, 0, 0, 0, 0, 130117, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1876, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1285, 1328, 0, 0, 0, 0, 0, 0, 130217, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1877, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1286, 1328, 0, 0, 0, 0, 0, 0, 130317, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1878, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1287, 1328, 0, 0, 0, 0, 0, 0, 130417, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1879, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130517, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1880, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130517, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1881, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130517, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1882, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130517, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1883, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130517, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1884, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130517, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1885, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1288, 1328, 0, 0, 0, 0, 0, 0, 130617, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1886, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1289, 1328, 0, 0, 0, 0, 0, 0, 130717, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1887, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1290, 1328, 0, 0, 0, 0, 0, 0, 130817, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1888, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1329, 40, 1328, 0, 0, 0, 0, 0, 131917, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1889, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1302, 1328, 0, 0, 0, 0, 0, 0, 130917, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1890, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1303, 1328, 0, 0, 0, 0, 0, 0, 130917, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1891, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131017, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1892, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1291, 1328, 0, 0, 0, 0, 0, 0, 131117, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1893, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1291, 30, 1328, 0, 0, 0, 0, 0, 131817, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1894, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1292, 1328, 0, 0, 0, 0, 0, 0, 131117, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1895, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131217, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1896, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131317, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1897, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131417, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1898, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131517, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1899, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131617, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1900, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1901, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1902, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1903, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1904, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1905, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1906, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1907, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1908, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1909, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1910, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1911, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1912, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1913, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1914, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1915, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1916, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1917, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131717, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1918, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1284, 0, 0, 0, 0, 0, 0, 0, 130108, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1919, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1285, 0, 0, 0, 0, 0, 0, 0, 130208, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1920, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1286, 0, 0, 0, 0, 0, 0, 0, 130308, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1921, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1287, 0, 0, 0, 0, 0, 0, 0, 130408, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1922, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130508, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1923, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130508, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1924, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130508, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1925, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130508, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1926, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130508, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1927, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130508, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1928, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1288, 0, 0, 0, 0, 0, 0, 0, 130608, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1929, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1289, 0, 0, 0, 0, 0, 0, 0, 130708, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1930, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1290, 0, 0, 0, 0, 0, 0, 0, 130808, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1931, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1329, 40, 0, 0, 0, 0, 0, 0, 131908, 0, 3250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1932, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1302, 0, 0, 0, 0, 0, 0, 0, 130908, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1933, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1303, 0, 0, 0, 0, 0, 0, 0, 130908, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1934, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131008, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1935, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1291, 0, 0, 0, 0, 0, 0, 0, 131108, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1936, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1291, 30, 0, 0, 0, 0, 0, 0, 131808, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1937, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1292, 0, 0, 0, 0, 0, 0, 0, 131108, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1938, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131208, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1939, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131308, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1940, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131408, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1941, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131508, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1942, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131608, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1943, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1944, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1945, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1946, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1947, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1948, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1949, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1950, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1951, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1952, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1953, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1954, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1955, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1956, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1957, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1958, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1959, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1960, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131708, 0, 2500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1961, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1284, 1328, 0, 0, 0, 0, 0, 0, 130118, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1962, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1285, 1328, 0, 0, 0, 0, 0, 0, 130218, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1963, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1286, 1328, 0, 0, 0, 0, 0, 0, 130318, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1964, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1287, 1328, 0, 0, 0, 0, 0, 0, 130418, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1965, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130518, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1966, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130518, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1967, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130518, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1968, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130518, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1969, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130518, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1970, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130518, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1971, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1288, 1328, 0, 0, 0, 0, 0, 0, 130618, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1972, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1289, 1328, 0, 0, 0, 0, 0, 0, 130718, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1973, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1290, 1328, 0, 0, 0, 0, 0, 0, 130818, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1974, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1329, 40, 1328, 0, 0, 0, 0, 0, 131918, 0, 5250, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1975, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1302, 1328, 0, 0, 0, 0, 0, 0, 130918, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1976, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1303, 1328, 0, 0, 0, 0, 0, 0, 130918, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1977, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131018, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1978, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1291, 1328, 0, 0, 0, 0, 0, 0, 131118, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1979, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1291, 30, 1328, 0, 0, 0, 0, 0, 131818, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1980, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1292, 1328, 0, 0, 0, 0, 0, 0, 131118, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1981, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131218, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1982, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131318, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1983, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131418, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1984, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131518, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1985, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131618, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1986, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1987, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1988, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1989, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1990, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1991, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1992, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1993, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1994, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1995, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1996, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1997, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1998, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (1999, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2000, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2001, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2002, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2003, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131718, 0, 4500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2004, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1284, 0, 0, 0, 0, 0, 0, 0, 130105, 0, 4100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2005, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1285, 0, 0, 0, 0, 0, 0, 0, 130205, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2006, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1286, 0, 0, 0, 0, 0, 0, 0, 130305, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2007, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1287, 0, 0, 0, 0, 0, 0, 0, 130405, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2008, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1296, 1315, 1298, 0, 0, 0, 0, 0, 130505, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2009, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1296, 1297, 1353, 0, 0, 0, 0, 0, 130505, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2010, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1313, 1297, 1298, 1839, 0, 0, 0, 0, 130505, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2011, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1299, 1300, 1354, 0, 0, 0, 0, 0, 130505, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2012, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1299, 1314, 1301, 0, 0, 0, 0, 0, 130505, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2013, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1312, 1300, 1301, 0, 0, 0, 0, 0, 130505, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2014, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1288, 0, 0, 0, 0, 0, 0, 0, 130605, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2015, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1289, 0, 0, 0, 0, 0, 0, 0, 130705, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2016, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1290, 0, 0, 0, 0, 0, 0, 0, 130805, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2017, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1329, 40, 0, 0, 0, 0, 0, 0, 131905, 0, 3350, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2018, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1302, 0, 0, 0, 0, 0, 0, 0, 130905, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2019, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1303, 0, 0, 0, 0, 0, 0, 0, 130905, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2020, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1297, 1313, 1353, 1839, 0, 0, 0, 0, 131005, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2021, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1291, 0, 0, 0, 0, 0, 0, 0, 131105, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2022, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1291, 30, 0, 0, 0, 0, 0, 0, 131805, 0, 3150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2023, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1292, 0, 0, 0, 0, 0, 0, 0, 131105, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2024, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1296, 1315, 1353, 0, 0, 0, 0, 0, 131205, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2025, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1313, 1315, 1298, 1839, 0, 0, 0, 0, 131305, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2026, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1312, 1300, 1354, 0, 0, 0, 0, 0, 131405, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2027, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1299, 1314, 1354, 0, 0, 0, 0, 0, 131505, 0, 2800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2028, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1312, 1314, 1301, 0, 0, 0, 0, 0, 131605, 0, 2700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2029, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 18, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2030, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 19, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2031, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 23, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2032, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 24, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2033, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 28, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2034, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 29, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2035, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 18, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2036, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 19, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2037, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 23, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2038, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 24, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2039, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 28, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2040, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 29, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2041, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 18, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2042, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 19, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2043, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 23, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2044, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 24, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2045, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 28, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2046, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 29, 1839, 0, 0, 0, 0, 131705, 0, 2600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2047, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1284, 1328, 0, 0, 0, 0, 0, 0, 130115, 0, 6100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2048, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1285, 1328, 0, 0, 0, 0, 0, 0, 130215, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2049, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1286, 1328, 0, 0, 0, 0, 0, 0, 130315, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2050, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1287, 1328, 0, 0, 0, 0, 0, 0, 130415, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2051, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1296, 1315, 1298, 1328, 0, 0, 0, 0, 130515, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2052, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1296, 1297, 1353, 1328, 0, 0, 0, 0, 130515, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2053, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1313, 1297, 1298, 1328, 1839, 0, 0, 0, 130515, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2054, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1299, 1300, 1354, 1328, 0, 0, 0, 0, 130515, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2055, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1299, 1314, 1301, 1328, 0, 0, 0, 0, 130515, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2056, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1312, 1300, 1301, 1328, 0, 0, 0, 0, 130515, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2057, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1288, 1328, 0, 0, 0, 0, 0, 0, 130615, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2058, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1289, 1328, 0, 0, 0, 0, 0, 0, 130715, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2059, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1290, 1328, 0, 0, 0, 0, 0, 0, 130815, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2060, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1329, 40, 1328, 0, 0, 0, 0, 0, 131915, 0, 5350, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2061, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1302, 1328, 0, 0, 0, 0, 0, 0, 130915, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2062, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1303, 1328, 0, 0, 0, 0, 0, 0, 130915, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2063, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1297, 1313, 1353, 1328, 1839, 0, 0, 0, 131015, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2064, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1291, 1328, 0, 0, 0, 0, 0, 0, 131115, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2065, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1291, 30, 1328, 0, 0, 0, 0, 0, 131815, 0, 5150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2066, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1292, 1328, 0, 0, 0, 0, 0, 0, 131115, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2067, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1296, 1315, 1353, 1328, 0, 0, 0, 0, 131215, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2068, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1313, 1315, 1298, 1328, 1839, 0, 0, 0, 131315, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2069, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1312, 1300, 1354, 1328, 0, 0, 0, 0, 131415, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2070, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1299, 1314, 1354, 1328, 0, 0, 0, 0, 131515, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2071, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1312, 1314, 1301, 1328, 0, 0, 0, 0, 131615, 0, 4700, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2072, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 18, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2073, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 19, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2074, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 23, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2075, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 24, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2076, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 28, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2077, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1293, 1332, 29, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2078, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 18, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2079, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 19, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2080, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 23, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2081, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 24, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2082, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 28, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2083, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1294, 1332, 29, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2084, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 18, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2085, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 19, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2086, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 23, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2087, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 24, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2088, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 28, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2089, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1295, 1332, 29, 1328, 1839, 0, 0, 0, 131715, 0, 4600, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2090, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1296, 1297, 29, 0, 0, 0, 0, 0, 132001, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2091, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1299, 1300, 28, 0, 0, 0, 0, 0, 132002, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2092, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1296, 24, 0, 0, 0, 0, 0, 0, 132003, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2093, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1299, 23, 0, 0, 0, 0, 0, 0, 132004, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2094, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1299, 1314, 28, 0, 0, 0, 0, 0, 132005, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2095, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1312, 1300, 28, 0, 0, 0, 0, 0, 132006, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2096, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1296, 1315, 29, 0, 0, 0, 0, 0, 132007, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2097, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1313, 1297, 29, 1839, 0, 0, 0, 0, 132008, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2098, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1294, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2099, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1294, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2100, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1294, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2101, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1294, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2102, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1294, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2103, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1294, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2104, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1293, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2105, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1293, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2106, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1293, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2107, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1293, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2108, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1293, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2109, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1293, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2110, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1295, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2111, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1295, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2112, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1295, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2113, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1295, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2114, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1295, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2115, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1295, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2117, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1291, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2118, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1329, 0, 0, 0, 0, 0, 0, 0, 132012, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2119, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1296, 1297, 29, 0, 0, 0, 0, 0, 132001, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2120, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1299, 1300, 28, 0, 0, 0, 0, 0, 132002, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2121, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1296, 24, 0, 0, 0, 0, 0, 0, 132003, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2122, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1299, 23, 0, 0, 0, 0, 0, 0, 132004, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2123, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1299, 1314, 28, 0, 0, 0, 0, 0, 132005, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2124, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1312, 1300, 28, 0, 0, 0, 0, 0, 132006, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2125, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1296, 1315, 29, 0, 0, 0, 0, 0, 132007, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2126, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1313, 1297, 29, 1839, 0, 0, 0, 0, 132008, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2127, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1294, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2128, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1294, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2129, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1294, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2130, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1294, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2131, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1294, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2132, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1294, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2133, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1293, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2134, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1293, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2135, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1293, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2136, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1293, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2137, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1293, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2138, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1293, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2139, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1295, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2140, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1295, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2141, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1295, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2142, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1295, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2143, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1295, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2144, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1295, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2146, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1291, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2147, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1329, 0, 0, 0, 0, 0, 0, 0, 132012, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2148, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1296, 1297, 29, 0, 0, 0, 0, 0, 132001, 0, 4100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2149, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1299, 1300, 28, 0, 0, 0, 0, 0, 132002, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2150, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1296, 24, 0, 0, 0, 0, 0, 0, 132003, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2151, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1299, 23, 0, 0, 0, 0, 0, 0, 132004, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2152, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1299, 1314, 28, 0, 0, 0, 0, 0, 132005, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2153, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1312, 1300, 28, 0, 0, 0, 0, 0, 132006, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2154, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1296, 1315, 29, 0, 0, 0, 0, 0, 132007, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2155, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1313, 1297, 29, 1839, 0, 0, 0, 0, 132008, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2156, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1294, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2157, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1294, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2158, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1294, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2159, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1294, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2160, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1294, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2161, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1294, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2162, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1293, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2163, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1293, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2164, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1293, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2165, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1293, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2166, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1293, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2167, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1293, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2168, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1295, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2169, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1295, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2170, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1295, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2171, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1295, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2172, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1295, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2173, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1295, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2175, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1291, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2176, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1329, 0, 0, 0, 0, 0, 0, 0, 132012, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2177, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1296, 1297, 29, 0, 0, 0, 0, 0, 132001, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2178, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1299, 1300, 28, 0, 0, 0, 0, 0, 132002, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2179, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1296, 24, 0, 0, 0, 0, 0, 0, 132003, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2180, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1299, 23, 0, 0, 0, 0, 0, 0, 132004, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2181, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1299, 1314, 28, 0, 0, 0, 0, 0, 132005, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2182, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1312, 1300, 28, 0, 0, 0, 0, 0, 132006, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2183, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1296, 1315, 29, 0, 0, 0, 0, 0, 132007, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2184, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1313, 1297, 29, 1839, 0, 0, 0, 0, 132008, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2185, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1294, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2186, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1294, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2187, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1294, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2188, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1294, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2189, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1294, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2190, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1294, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2191, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1293, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2192, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1293, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2193, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1293, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2194, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1293, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2195, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1293, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2196, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1293, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2197, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1295, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2198, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1295, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2199, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1295, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2200, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1295, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2201, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1295, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2202, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1295, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2204, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1291, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2205, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1329, 0, 0, 0, 0, 0, 0, 0, 132012, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2206, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1296, 1297, 29, 0, 0, 0, 0, 0, 132001, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2207, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1299, 1300, 28, 0, 0, 0, 0, 0, 132002, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2208, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1296, 24, 0, 0, 0, 0, 0, 0, 132003, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2209, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1299, 23, 0, 0, 0, 0, 0, 0, 132004, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2210, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1299, 1314, 28, 0, 0, 0, 0, 0, 132005, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2211, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1312, 1300, 28, 0, 0, 0, 0, 0, 132006, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2212, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1296, 1315, 29, 0, 0, 0, 0, 0, 132007, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2213, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1313, 1297, 29, 1839, 0, 0, 0, 0, 132008, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2214, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1294, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2215, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1294, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2216, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1294, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2217, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1294, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2218, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1294, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2219, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1294, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2220, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1293, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2221, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1293, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2222, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1293, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2223, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1293, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2224, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1293, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2225, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1293, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2226, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1295, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2227, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1295, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2228, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1295, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2229, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1295, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2230, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1295, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2231, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1295, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2233, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1291, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2234, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1329, 0, 0, 0, 0, 0, 0, 0, 132012, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2235, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1296, 1297, 29, 0, 0, 0, 0, 0, 132001, 0, 4100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2236, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1299, 1300, 28, 0, 0, 0, 0, 0, 132002, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2237, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1296, 24, 0, 0, 0, 0, 0, 0, 132003, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2238, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1299, 23, 0, 0, 0, 0, 0, 0, 132004, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2239, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1299, 1314, 28, 0, 0, 0, 0, 0, 132005, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2240, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1312, 1300, 28, 0, 0, 0, 0, 0, 132006, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2241, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1296, 1315, 29, 0, 0, 0, 0, 0, 132007, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2242, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1313, 1297, 29, 1839, 0, 0, 0, 0, 132008, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2243, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1294, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2244, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1294, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2245, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1294, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2246, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1294, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2247, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1294, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2248, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1294, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2249, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1293, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2250, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1293, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2251, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1293, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2252, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1293, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2253, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1293, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2254, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1293, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2255, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1295, 18, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2256, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1295, 19, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2257, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1295, 23, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2258, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1295, 24, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2259, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1295, 28, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2260, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1295, 29, 1332, 1839, 0, 0, 0, 0, 132009, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2262, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1291, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2263, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1329, 0, 0, 0, 0, 0, 0, 0, 132012, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2264, 1, 6, 7, 85, 0, 0, 1, 1192, 1296, 1297, 29, 0, 0, 0, 0, 0, 0, 132101, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2265, 1, 6, 7, 85, 0, 0, 1, 1192, 1299, 1300, 28, 0, 0, 0, 0, 0, 0, 132102, 0, 3900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2266, 1, 6, 7, 85, 0, 0, 1, 1192, 1296, 24, 0, 0, 0, 0, 0, 0, 0, 132103, 0, 3800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2267, 1, 6, 7, 85, 0, 0, 1, 1192, 1299, 23, 0, 0, 0, 0, 0, 0, 0, 132104, 0, 3700, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2268, 1, 6, 7, 85, 0, 0, 1, 1192, 1299, 1314, 28, 0, 0, 0, 0, 0, 0, 132105, 0, 3600, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2269, 1, 6, 7, 85, 0, 0, 1, 1192, 1312, 1300, 28, 0, 0, 0, 0, 0, 0, 132106, 0, 3500, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2270, 1, 6, 7, 85, 0, 0, 1, 1192, 1296, 1315, 29, 0, 0, 0, 0, 0, 0, 132107, 0, 3400, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2271, 1, 6, 7, 85, 0, 0, 1, 1192, 1313, 1297, 29, 1839, 0, 0, 0, 0, 0, 132108, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2272, 1, 6, 7, 85, 0, 0, 1, 1192, 1294, 18, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2273, 1, 6, 7, 85, 0, 0, 1, 1192, 1294, 19, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2274, 1, 6, 7, 85, 0, 0, 1, 1192, 1294, 23, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2275, 1, 6, 7, 85, 0, 0, 1, 1192, 1294, 24, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2276, 1, 6, 7, 85, 0, 0, 1, 1192, 1294, 28, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2277, 1, 6, 7, 85, 0, 0, 1, 1192, 1294, 29, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2278, 1, 6, 7, 85, 0, 0, 1, 1192, 1293, 18, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2279, 1, 6, 7, 85, 0, 0, 1, 1192, 1293, 19, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2280, 1, 6, 7, 85, 0, 0, 1, 1192, 1293, 23, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2281, 1, 6, 7, 85, 0, 0, 1, 1192, 1293, 24, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2282, 1, 6, 7, 85, 0, 0, 1, 1192, 1293, 28, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2283, 1, 6, 7, 85, 0, 0, 1, 1192, 1293, 29, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2284, 1, 6, 7, 85, 0, 0, 1, 1192, 1295, 18, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2285, 1, 6, 7, 85, 0, 0, 1, 1192, 1295, 19, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2286, 1, 6, 7, 85, 0, 0, 1, 1192, 1295, 23, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2287, 1, 6, 7, 85, 0, 0, 1, 1192, 1295, 24, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2288, 1, 6, 7, 85, 0, 0, 1, 1192, 1295, 28, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2289, 1, 6, 7, 85, 0, 0, 1, 1192, 1295, 29, 1332, 1839, 0, 0, 0, 0, 0, 132109, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2290, 1, 6, 7, 85, 0, 0, 1, 1192, 1286, 1330, 31, 0, 0, 0, 0, 0, 0, 132110, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2291, 1, 6, 7, 85, 0, 0, 1, 1192, 1291, 30, 0, 0, 0, 0, 0, 0, 0, 132111, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2292, 1, 6, 7, 85, 0, 0, 1, 1192, 1329, 0, 0, 0, 0, 0, 0, 0, 0, 132112, 0, 2900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2293, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1296, 1297, 29, 0, 0, 0, 0, 0, 132101, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2294, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1299, 1300, 28, 0, 0, 0, 0, 0, 132102, 0, 5900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2295, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1296, 24, 0, 0, 0, 0, 0, 0, 132103, 0, 5800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2296, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1299, 23, 0, 0, 0, 0, 0, 0, 132104, 0, 5700, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2297, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1299, 1314, 28, 0, 0, 0, 0, 0, 132105, 0, 5600, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2298, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1312, 1300, 28, 0, 0, 0, 0, 0, 132106, 0, 5500, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2299, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1296, 1315, 29, 0, 0, 0, 0, 0, 132107, 0, 5400, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2300, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1313, 1297, 29, 1839, 0, 0, 0, 0, 132108, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2301, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1294, 18, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2302, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1294, 19, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2303, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1294, 23, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2304, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1294, 24, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2305, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1294, 28, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2306, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1294, 29, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2307, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1293, 18, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2308, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1293, 19, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2309, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1293, 23, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2310, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1293, 24, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2311, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1293, 28, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2312, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1293, 29, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2313, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1295, 18, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2314, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1295, 19, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2315, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1295, 23, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2316, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1295, 24, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2317, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1295, 28, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2318, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1295, 29, 1332, 1839, 0, 0, 0, 0, 132109, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2320, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1291, 30, 0, 0, 0, 0, 0, 0, 132111, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2321, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1329, 0, 0, 0, 0, 0, 0, 0, 132112, 0, 4900, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2322, 10, 1, -1, 63, 0, 0, 1, 29, 1189, 1296, 1297, 0, 0, 0, 0, 0, 0, 133001, 0, 3000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2323, 10, 1, -1, 64, 0, 0, 1, 30, 1189, 1317, 1305, 1303, 0, 0, 0, 0, 0, 133002, 0, 2900, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2324, 10, 1, -1, 65, 0, 0, 1, 33, 1189, 1292, 1318, 1303, 0, 0, 0, 0, 0, 133002, 0, 2900, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2325, 10, 1, -1, 66, 0, 0, 1, 37, 1189, 1292, 1305, 1321, 0, 0, 0, 0, 0, 133002, 0, 2900, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2326, 10, 1, -1, 67, 0, 0, 1, 28, 1189, 1299, 1300, 0, 0, 0, 0, 0, 0, 133003, 0, 2800, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2327, 10, 1, -1, 68, 0, 0, 1, 26, 1189, 1304, 1291, 0, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2328, 10, 1, -1, 69, 0, 0, 1, 20, 1189, 1304, 1302, 1316, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2329, 10, 1, -1, 69, 0, 0, 1, 20, 1189, 1292, 0, 0, 0, 0, 0, 0, 0, 133005, 0, 2600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2330, 10, 1, -1, 64, 0, 0, 1, 30, 1189, 1291, 1317, 0, 0, 0, 0, 0, 0, 133005, 0, 2600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2331, 10, 1, -1, 68, 0, 0, 1, 26, 1189, 1320, 1303, 0, 0, 0, 0, 0, 0, 133006, 0, 2500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2332, 10, 1, -1, 66, 0, 0, 1, 37, 1189, 1302, 1321, 0, 0, 0, 0, 0, 0, 133006, 0, 2500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2333, 10, 1, -1, 70, 0, 0, 1, 25, 1189, 1324, 1309, 0, 0, 0, 0, 0, 0, 133007, 0, 2400, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2334, 10, 1, -1, 71, 0, 0, 1, 32, 1189, 1308, 1325, 0, 0, 0, 0, 0, 0, 133007, 0, 2400, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2335, 10, 1, -1, 72, 0, 0, 1, 16, 1189, 1306, 0, 0, 0, 0, 0, 0, 0, 133008, 0, 2300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2336, 10, 1, -1, 74, 0, 0, 1, 27, 1189, 1307, 1322, 0, 0, 0, 0, 0, 0, 133008, 0, 2300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2337, 10, 1, -1, 75, 0, 0, 1, 15, 1189, 1311, 0, 0, 0, 0, 0, 0, 0, 133009, 0, 2200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2338, 10, 1, -1, 76, 0, 0, 1, 34, 1189, 1310, 1327, 0, 0, 0, 0, 0, 0, 133009, 0, 2200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2339, 10, 1, -1, 77, 0, 0, 1, 24, 1189, 1296, 0, 0, 0, 0, 0, 0, 0, 133010, 0, 2100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2340, 10, 1, -1, 78, 0, 0, 1, 23, 1189, 1299, 0, 0, 0, 0, 0, 0, 0, 133011, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2360, 11, 0, -1, 63, 0, 0, 1, 29, 1189, 1296, 1297, 0, 0, 0, 0, 0, 0, 133001, 0, 3000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2361, 11, 0, -1, 64, 0, 0, 1, 30, 1189, 1317, 1305, 1303, 0, 0, 0, 0, 0, 133002, 0, 2900, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2362, 11, 0, -1, 65, 0, 0, 1, 33, 1189, 1292, 1318, 1303, 0, 0, 0, 0, 0, 133002, 0, 2900, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2363, 11, 0, -1, 66, 0, 0, 1, 37, 1189, 1292, 1305, 1321, 0, 0, 0, 0, 0, 133002, 0, 2900, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2364, 11, 0, -1, 67, 0, 0, 1, 28, 1189, 1299, 1300, 0, 0, 0, 0, 0, 0, 133003, 0, 2800, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2365, 11, 0, -1, 68, 0, 0, 1, 26, 1189, 1304, 1291, 0, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2366, 11, 0, -1, 69, 0, 0, 1, 20, 1189, 1304, 1302, 1316, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2367, 11, 0, -1, 69, 0, 0, 1, 20, 1189, 1292, 0, 0, 0, 0, 0, 0, 0, 133005, 0, 2600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2368, 11, 0, -1, 64, 0, 0, 1, 30, 1189, 1291, 1317, 0, 0, 0, 0, 0, 0, 133005, 0, 2600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2369, 11, 0, -1, 68, 0, 0, 1, 26, 1189, 1320, 1303, 0, 0, 0, 0, 0, 0, 133006, 0, 2500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2370, 11, 0, -1, 66, 0, 0, 1, 37, 1189, 1302, 1321, 0, 0, 0, 0, 0, 0, 133006, 0, 2500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2371, 11, 0, -1, 70, 0, 0, 1, 25, 1189, 1324, 1309, 0, 0, 0, 0, 0, 0, 133007, 0, 2400, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2372, 11, 0, -1, 71, 0, 0, 1, 32, 1189, 1308, 1325, 0, 0, 0, 0, 0, 0, 133007, 0, 2400, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2373, 11, 0, -1, 72, 0, 0, 1, 16, 1189, 1306, 0, 0, 0, 0, 0, 0, 0, 133008, 0, 2300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2374, 11, 0, -1, 74, 0, 0, 1, 27, 1189, 1307, 1322, 0, 0, 0, 0, 0, 0, 133008, 0, 2300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2375, 11, 0, -1, 75, 0, 0, 1, 15, 1189, 1311, 0, 0, 0, 0, 0, 0, 0, 133009, 0, 2200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2376, 11, 0, -1, 76, 0, 0, 1, 34, 1189, 1310, 1327, 0, 0, 0, 0, 0, 0, 133009, 0, 2200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2377, 11, 0, -1, 77, 0, 0, 1, 24, 1189, 1296, 0, 0, 0, 0, 0, 0, 0, 133010, 0, 2100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2378, 11, 0, -1, 78, 0, 0, 1, 23, 1189, 1299, 0, 0, 0, 0, 0, 0, 0, 133011, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2379, 6, 0, -1, 0, 0, 0, 0, 218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117035, 0, 900, 100, 0, 0, 2, 107002, 11, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2380, 6, 0, -1, 0, 0, 0, 0, 218, 1356, 0, 0, 0, 0, 0, 0, 0, 0, 117036, 0, 900, 100, 0, 0, 2, 107002, 12, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2381, 14, 26, -1, 79, 0, 0, 1, 1358, 1360, 0, 0, 0, 0, 0, 0, 0, 0, 117037, 0, 1000, 100, 0, 0, 1, 102000, 41, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2382, 14, 26, -1, 79, 0, 0, 1, 1358, 1359, 0, 0, 0, 0, 0, 0, 0, 0, 117038, 0, 1000, 100, 0, 0, 1, 102000, 41, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2383, 14, 26, -1, 80, 0, 0, 1, 1361, 1362, 0, 0, 0, 0, 0, 0, 0, 0, 117039, 0, 1000, 100, 0, 0, 1, 102000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2384, 14, 26, -1, 80, 0, 0, 1, 1361, 1363, 0, 0, 0, 0, 0, 0, 0, 0, 117040, 0, 1000, 100, 0, 0, 1, 102000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2385, 14, 26, -1, 81, 0, 0, 1, 672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117041, 0, 1000, 100, 0, 0, 1, 102000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2386, 14, 26, -1, 81, 0, 0, 1, 172, 1660, 1661, 1677, 1838, 0, 0, 0, 0, 0, 117042, 0, 1000, 100, 0, 0, 1, 102000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2387, 14, 26, -1, 82, 0, 0, 1, 1362, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117043, 0, 1000, 100, 0, 0, 1, 102000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2388, 14, 26, -1, 82, 0, 0, 1, 1363, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117044, 0, 1000, 100, 0, 0, 1, 102000, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2390, 1, 7, 8, 85, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117046, 0, 4800, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2391, 10, 1, -1, 86, 0, 0, 0, 973, 1371, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2392, 10, 1, -1, 86, 0, 0, 0, 974, 1371, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2393, 10, 1, -1, 86, 0, 0, 0, 973, 1105, 1371, 0, 0, 0, 0, 0, 0, 0, 117005, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2394, 10, 1, -1, 86, 0, 0, 0, 974, 1105, 1371, 0, 0, 0, 0, 0, 0, 0, 117005, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2395, 11, 0, -1, 86, 0, 0, 0, 973, 1098, 1096, 1371, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2396, 11, 0, -1, 86, 0, 0, 0, 974, 1098, 1096, 1371, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2397, 11, 0, -1, 86, 0, 0, 0, 973, 1102, 1371, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2398, 11, 0, -1, 86, 0, 0, 0, 974, 1102, 1371, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2399, 10, 1, -1, 86, 0, 0, 0, 973, 1372, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2400, 10, 1, -1, 86, 0, 0, 0, 974, 1372, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2401, 10, 1, -1, 86, 0, 0, 0, 973, 1105, 1372, 0, 0, 0, 0, 0, 0, 0, 117005, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2402, 10, 1, -1, 86, 0, 0, 0, 974, 1105, 1372, 0, 0, 0, 0, 0, 0, 0, 117005, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2403, 11, 0, -1, 86, 0, 0, 0, 973, 1098, 1096, 1372, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2404, 11, 0, -1, 86, 0, 0, 0, 974, 1098, 1096, 1372, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2405, 11, 0, -1, 86, 0, 0, 0, 973, 1102, 1372, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2406, 11, 0, -1, 86, 0, 0, 0, 974, 1102, 1372, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2407, 10, 1, -1, 86, 0, 0, 0, 973, 1373, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2408, 10, 1, -1, 86, 0, 0, 0, 974, 1373, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2409, 10, 1, -1, 86, 0, 0, 0, 973, 1105, 1373, 0, 0, 0, 0, 0, 0, 0, 117005, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2410, 10, 1, -1, 86, 0, 0, 0, 974, 1105, 1373, 0, 0, 0, 0, 0, 0, 0, 117005, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2411, 11, 0, -1, 86, 0, 0, 0, 973, 1098, 1096, 1373, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2412, 11, 0, -1, 86, 0, 0, 0, 974, 1098, 1096, 1373, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2413, 11, 0, -1, 86, 0, 0, 0, 973, 1102, 1373, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2414, 11, 0, -1, 86, 0, 0, 0, 974, 1102, 1373, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2415, 10, 1, -1, 86, 0, 0, 0, 973, 1374, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2416, 10, 1, -1, 86, 0, 0, 0, 974, 1374, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2417, 10, 1, -1, 86, 0, 0, 0, 973, 1105, 1374, 0, 0, 0, 0, 0, 0, 0, 117005, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2418, 10, 1, -1, 86, 0, 0, 0, 974, 1105, 1374, 0, 0, 0, 0, 0, 0, 0, 117005, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2419, 11, 0, -1, 86, 0, 0, 0, 973, 1098, 1096, 1374, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2420, 11, 0, -1, 86, 0, 0, 0, 974, 1098, 1096, 1374, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2421, 11, 0, -1, 86, 0, 0, 0, 973, 1102, 1374, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2422, 11, 0, -1, 86, 0, 0, 0, 974, 1102, 1374, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2423, 1, 0, -1, 0, 0, 0, 0, 1, 1282, 1371, 0, 0, 0, 0, 0, 0, 0, 117047, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2424, 1, 0, -1, 0, 0, 0, 0, 2, 1371, 0, 0, 0, 0, 0, 0, 0, 0, 117048, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2425, 1, 0, -1, 0, 0, 0, 0, 3, 1371, 0, 0, 0, 0, 0, 0, 0, 0, 117049, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2429, 1, 0, -1, 0, 0, 0, 0, 4, 1371, 0, 0, 0, 0, 0, 0, 0, 0, 117053, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2430, 1, 0, -1, 0, 0, 0, 0, 1283, 1333, 1371, 0, 0, 0, 0, 0, 0, 0, 117054, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2431, 1, 0, -1, 0, 0, 0, 0, 1283, 3, 1371, 0, 0, 0, 0, 0, 0, 0, 117055, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2441, 1, 0, -1, 0, 0, 0, 0, 1, 1282, 1373, 0, 0, 0, 0, 0, 0, 0, 117047, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2442, 1, 0, -1, 0, 0, 0, 0, 2, 1373, 0, 0, 0, 0, 0, 0, 0, 0, 117048, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2443, 1, 0, -1, 0, 0, 0, 0, 3, 1373, 0, 0, 0, 0, 0, 0, 0, 0, 117049, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2444, 1, 0, -1, 0, 0, 0, 0, 1, 41, 1282, 1373, 0, 0, 0, 0, 0, 0, 117050, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2445, 1, 0, -1, 0, 0, 0, 0, 2, 41, 1373, 0, 0, 0, 0, 0, 0, 0, 117051, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2446, 1, 0, -1, 0, 0, 0, 0, 3, 41, 1373, 0, 0, 0, 0, 0, 0, 0, 117052, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2447, 1, 0, -1, 0, 0, 0, 0, 4, 1373, 0, 0, 0, 0, 0, 0, 0, 0, 117053, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2448, 1, 0, -1, 0, 0, 0, 0, 1283, 1333, 1373, 0, 0, 0, 0, 0, 0, 0, 117054, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2449, 1, 0, -1, 0, 0, 0, 0, 1283, 3, 1373, 0, 0, 0, 0, 0, 0, 0, 117055, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2450, 1, 0, -1, 0, 0, 0, 0, 1, 1282, 1374, 0, 0, 0, 0, 0, 0, 0, 117047, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2451, 1, 0, -1, 0, 0, 0, 0, 2, 1374, 0, 0, 0, 0, 0, 0, 0, 0, 117048, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2452, 1, 0, -1, 0, 0, 0, 0, 3, 1374, 0, 0, 0, 0, 0, 0, 0, 0, 117049, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2456, 1, 0, -1, 0, 0, 0, 0, 4, 1374, 0, 0, 0, 0, 0, 0, 0, 0, 117053, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2457, 1, 0, -1, 0, 0, 0, 0, 1283, 1333, 1374, 0, 0, 0, 0, 0, 0, 0, 117054, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2458, 1, 0, -1, 0, 0, 0, 0, 1283, 3, 1374, 0, 0, 0, 0, 0, 0, 0, 117055, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2459, 10, 1, -1, 69, 0, 0, 1, 1377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117045, 0, 9000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2460, 11, 0, -1, 69, 0, 0, 1, 1377, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 117045, 0, 9000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2461, 11, 0, -1, 69, 0, 0, 1, 1377, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 117045, 0, 9000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2462, 10, 1, -1, 69, 0, 0, 1, 1377, 1378, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2463, 11, 0, -1, 69, 0, 0, 1, 1377, 1378, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2464, 11, 0, -1, 69, 0, 0, 1, 1377, 1378, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2465, 10, 1, -1, 69, 0, 0, 1, 1377, 1379, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2466, 11, 0, -1, 69, 0, 0, 1, 1377, 1379, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2467, 11, 0, -1, 69, 0, 0, 1, 1377, 1379, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2468, 10, 1, -1, 69, 0, 0, 1, 1377, 1380, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2469, 11, 0, -1, 69, 0, 0, 1, 1377, 1380, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2470, 11, 0, -1, 69, 0, 0, 1, 1377, 1380, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2471, 10, 1, -1, 69, 0, 0, 1, 1377, 1381, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2472, 11, 0, -1, 69, 0, 0, 1, 1377, 1381, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2473, 11, 0, -1, 69, 0, 0, 1, 1377, 1381, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2474, 10, 1, -1, 69, 0, 0, 1, 1377, 1382, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2475, 11, 0, -1, 69, 0, 0, 1, 1377, 1382, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2476, 11, 0, -1, 69, 0, 0, 1, 1377, 1382, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2477, 10, 1, -1, 69, 0, 0, 1, 1377, 1383, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2478, 11, 0, -1, 69, 0, 0, 1, 1377, 1383, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2479, 11, 0, -1, 69, 0, 0, 1, 1377, 1383, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2480, 10, 1, -1, 69, 0, 0, 1, 1377, 1384, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2481, 11, 0, -1, 69, 0, 0, 1, 1377, 1384, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2482, 11, 0, -1, 69, 0, 0, 1, 1377, 1384, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2483, 10, 1, -1, 69, 0, 0, 1, 1377, 1393, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2484, 11, 0, -1, 69, 0, 0, 1, 1377, 1393, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2485, 11, 0, -1, 69, 0, 0, 1, 1377, 1393, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2486, 10, 1, -1, 69, 0, 0, 1, 1377, 1425, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2487, 11, 0, -1, 69, 0, 0, 1, 1377, 1425, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2488, 11, 0, -1, 69, 0, 0, 1, 1377, 1425, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2489, 10, 1, -1, 69, 0, 0, 1, 1377, 1426, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2490, 11, 0, -1, 69, 0, 0, 1, 1377, 1426, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2491, 11, 0, -1, 69, 0, 0, 1, 1377, 1426, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2492, 10, 1, -1, 69, 0, 0, 1, 1377, 1427, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2493, 11, 0, -1, 69, 0, 0, 1, 1377, 1427, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2494, 11, 0, -1, 69, 0, 0, 1, 1377, 1427, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2495, 10, 1, -1, 69, 0, 0, 1, 1377, 1428, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2496, 11, 0, -1, 69, 0, 0, 1, 1377, 1428, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2497, 11, 0, -1, 69, 0, 0, 1, 1377, 1428, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2498, 10, 1, -1, 69, 0, 0, 1, 1377, 1429, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2499, 11, 0, -1, 69, 0, 0, 1, 1377, 1429, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2500, 11, 0, -1, 69, 0, 0, 1, 1377, 1429, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2501, 10, 1, -1, 69, 0, 0, 1, 1377, 1430, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2502, 11, 0, -1, 69, 0, 0, 1, 1377, 1430, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2503, 11, 0, -1, 69, 0, 0, 1, 1377, 1430, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2504, 10, 1, -1, 69, 0, 0, 1, 1377, 1431, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2505, 11, 0, -1, 69, 0, 0, 1, 1377, 1431, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2506, 11, 0, -1, 69, 0, 0, 1, 1377, 1431, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2507, 10, 1, -1, 69, 0, 0, 1, 1377, 1432, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2508, 11, 0, -1, 69, 0, 0, 1, 1377, 1432, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2509, 11, 0, -1, 69, 0, 0, 1, 1377, 1432, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2510, 10, 1, -1, 69, 0, 0, 1, 1377, 1433, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2511, 11, 0, -1, 69, 0, 0, 1, 1377, 1433, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2512, 11, 0, -1, 69, 0, 0, 1, 1377, 1433, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2513, 10, 1, -1, 69, 0, 0, 1, 1377, 1434, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2514, 11, 0, -1, 69, 0, 0, 1, 1377, 1434, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2515, 11, 0, -1, 69, 0, 0, 1, 1377, 1434, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2516, 10, 1, -1, 69, 0, 0, 1, 1377, 1435, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2517, 11, 0, -1, 69, 0, 0, 1, 1377, 1435, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2518, 11, 0, -1, 69, 0, 0, 1, 1377, 1435, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2519, 10, 1, -1, 69, 0, 0, 1, 1377, 1436, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2520, 11, 0, -1, 69, 0, 0, 1, 1377, 1436, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2521, 11, 0, -1, 69, 0, 0, 1, 1377, 1436, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2522, 10, 1, -1, 69, 0, 0, 1, 1377, 1437, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2523, 11, 0, -1, 69, 0, 0, 1, 1377, 1437, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2524, 11, 0, -1, 69, 0, 0, 1, 1377, 1437, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2525, 10, 1, -1, 69, 0, 0, 1, 1377, 1438, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2526, 11, 0, -1, 69, 0, 0, 1, 1377, 1438, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2527, 11, 0, -1, 69, 0, 0, 1, 1377, 1438, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2528, 10, 1, -1, 69, 0, 0, 1, 1377, 1439, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2529, 11, 0, -1, 69, 0, 0, 1, 1377, 1439, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2530, 11, 0, -1, 69, 0, 0, 1, 1377, 1439, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2531, 10, 1, -1, 69, 0, 0, 1, 1377, 1440, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2532, 11, 0, -1, 69, 0, 0, 1, 1377, 1440, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2533, 11, 0, -1, 69, 0, 0, 1, 1377, 1440, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2534, 10, 1, -1, 69, 0, 0, 1, 1377, 1441, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2535, 11, 0, -1, 69, 0, 0, 1, 1377, 1441, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2536, 11, 0, -1, 69, 0, 0, 1, 1377, 1441, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2537, 10, 1, -1, 69, 0, 0, 1, 1377, 1442, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2538, 11, 0, -1, 69, 0, 0, 1, 1377, 1442, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2539, 11, 0, -1, 69, 0, 0, 1, 1377, 1442, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2540, 10, 1, -1, 69, 0, 0, 1, 1377, 1443, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2541, 11, 0, -1, 69, 0, 0, 1, 1377, 1443, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2542, 11, 0, -1, 69, 0, 0, 1, 1377, 1443, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2543, 10, 1, -1, 69, 0, 0, 1, 1377, 1444, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2544, 11, 0, -1, 69, 0, 0, 1, 1377, 1444, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2545, 11, 0, -1, 69, 0, 0, 1, 1377, 1444, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2546, 10, 1, -1, 69, 0, 0, 1, 1377, 1445, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2547, 11, 0, -1, 69, 0, 0, 1, 1377, 1445, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2548, 11, 0, -1, 69, 0, 0, 1, 1377, 1445, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2549, 10, 1, -1, 69, 0, 0, 1, 1377, 1446, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2550, 11, 0, -1, 69, 0, 0, 1, 1377, 1446, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2551, 11, 0, -1, 69, 0, 0, 1, 1377, 1446, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2552, 10, 1, -1, 69, 0, 0, 1, 1377, 1447, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2553, 11, 0, -1, 69, 0, 0, 1, 1377, 1447, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2554, 11, 0, -1, 69, 0, 0, 1, 1377, 1447, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2555, 10, 1, -1, 69, 0, 0, 1, 1377, 1448, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2556, 11, 0, -1, 69, 0, 0, 1, 1377, 1448, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2557, 11, 0, -1, 69, 0, 0, 1, 1377, 1448, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2558, 10, 1, -1, 69, 0, 0, 1, 1377, 1449, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2559, 11, 0, -1, 69, 0, 0, 1, 1377, 1449, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2560, 11, 0, -1, 69, 0, 0, 1, 1377, 1449, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2561, 10, 1, -1, 69, 0, 0, 1, 1377, 1450, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2562, 11, 0, -1, 69, 0, 0, 1, 1377, 1450, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2563, 11, 0, -1, 69, 0, 0, 1, 1377, 1450, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2564, 10, 1, -1, 69, 0, 0, 1, 1377, 1451, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2565, 11, 0, -1, 69, 0, 0, 1, 1377, 1451, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2566, 11, 0, -1, 69, 0, 0, 1, 1377, 1451, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2567, 10, 1, -1, 69, 0, 0, 1, 1377, 1452, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2568, 11, 0, -1, 69, 0, 0, 1, 1377, 1452, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2569, 11, 0, -1, 69, 0, 0, 1, 1377, 1452, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2570, 10, 1, -1, 69, 0, 0, 1, 1377, 1453, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2571, 11, 0, -1, 69, 0, 0, 1, 1377, 1453, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2572, 11, 0, -1, 69, 0, 0, 1, 1377, 1453, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2573, 10, 1, -1, 69, 0, 0, 1, 1377, 1454, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2574, 11, 0, -1, 69, 0, 0, 1, 1377, 1454, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2575, 11, 0, -1, 69, 0, 0, 1, 1377, 1454, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2576, 10, 1, -1, 69, 0, 0, 1, 1377, 1455, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2577, 11, 0, -1, 69, 0, 0, 1, 1377, 1455, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2578, 11, 0, -1, 69, 0, 0, 1, 1377, 1455, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2579, 10, 1, -1, 69, 0, 0, 1, 1377, 1456, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2580, 11, 0, -1, 69, 0, 0, 1, 1377, 1456, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2581, 11, 0, -1, 69, 0, 0, 1, 1377, 1456, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2582, 10, 1, -1, 69, 0, 0, 1, 1377, 1457, 0, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2583, 11, 0, -1, 69, 0, 0, 1, 1377, 1457, 1098, 1096, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2584, 11, 0, -1, 69, 0, 0, 1, 1377, 1457, 1102, 0, 0, 0, 0, 0, 0, 0, 117056, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2585, 10, 1, -1, 69, 0, 0, 1, 1377, 1385, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2586, 11, 0, -1, 69, 0, 0, 1, 1377, 1385, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2587, 11, 0, -1, 69, 0, 0, 1, 1377, 1385, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2588, 10, 1, -1, 69, 0, 0, 1, 1377, 1386, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2589, 11, 0, -1, 69, 0, 0, 1, 1377, 1386, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2590, 11, 0, -1, 69, 0, 0, 1, 1377, 1386, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2591, 10, 1, -1, 69, 0, 0, 1, 1377, 1387, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2592, 11, 0, -1, 69, 0, 0, 1, 1377, 1387, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2593, 11, 0, -1, 69, 0, 0, 1, 1377, 1387, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2594, 10, 1, -1, 69, 0, 0, 1, 1377, 1388, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2595, 11, 0, -1, 69, 0, 0, 1, 1377, 1388, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2596, 11, 0, -1, 69, 0, 0, 1, 1377, 1388, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2597, 10, 1, -1, 69, 0, 0, 1, 1377, 1389, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2598, 11, 0, -1, 69, 0, 0, 1, 1377, 1389, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2599, 11, 0, -1, 69, 0, 0, 1, 1377, 1389, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2600, 10, 1, -1, 69, 0, 0, 1, 1377, 1390, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2601, 11, 0, -1, 69, 0, 0, 1, 1377, 1390, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2602, 11, 0, -1, 69, 0, 0, 1, 1377, 1390, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2603, 10, 1, -1, 69, 0, 0, 1, 1377, 1391, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2604, 11, 0, -1, 69, 0, 0, 1, 1377, 1391, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2605, 11, 0, -1, 69, 0, 0, 1, 1377, 1391, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2606, 10, 1, -1, 69, 0, 0, 1, 1377, 1394, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2607, 11, 0, -1, 69, 0, 0, 1, 1377, 1394, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2608, 11, 0, -1, 69, 0, 0, 1, 1377, 1394, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2609, 10, 1, -1, 69, 0, 0, 1, 1377, 1458, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2610, 11, 0, -1, 69, 0, 0, 1, 1377, 1458, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2611, 11, 0, -1, 69, 0, 0, 1, 1377, 1458, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2612, 10, 1, -1, 69, 0, 0, 1, 1377, 1459, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2613, 11, 0, -1, 69, 0, 0, 1, 1377, 1459, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2614, 11, 0, -1, 69, 0, 0, 1, 1377, 1459, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2615, 10, 1, -1, 69, 0, 0, 1, 1377, 1460, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2616, 11, 0, -1, 69, 0, 0, 1, 1377, 1460, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2617, 11, 0, -1, 69, 0, 0, 1, 1377, 1460, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2618, 10, 1, -1, 69, 0, 0, 1, 1377, 1461, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2619, 11, 0, -1, 69, 0, 0, 1, 1377, 1461, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2620, 11, 0, -1, 69, 0, 0, 1, 1377, 1461, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2621, 10, 1, -1, 69, 0, 0, 1, 1377, 1462, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2622, 11, 0, -1, 69, 0, 0, 1, 1377, 1462, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2623, 11, 0, -1, 69, 0, 0, 1, 1377, 1462, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2624, 10, 1, -1, 69, 0, 0, 1, 1377, 1463, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2625, 11, 0, -1, 69, 0, 0, 1, 1377, 1463, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2626, 11, 0, -1, 69, 0, 0, 1, 1377, 1463, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2627, 10, 1, -1, 69, 0, 0, 1, 1377, 1464, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2628, 11, 0, -1, 69, 0, 0, 1, 1377, 1464, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2629, 11, 0, -1, 69, 0, 0, 1, 1377, 1464, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2630, 10, 1, -1, 69, 0, 0, 1, 1377, 1465, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2631, 11, 0, -1, 69, 0, 0, 1, 1377, 1465, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2632, 11, 0, -1, 69, 0, 0, 1, 1377, 1465, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2633, 10, 1, -1, 69, 0, 0, 1, 1377, 1466, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2634, 11, 0, -1, 69, 0, 0, 1, 1377, 1466, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2635, 11, 0, -1, 69, 0, 0, 1, 1377, 1466, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2636, 10, 1, -1, 69, 0, 0, 1, 1377, 1467, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2637, 11, 0, -1, 69, 0, 0, 1, 1377, 1467, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2638, 11, 0, -1, 69, 0, 0, 1, 1377, 1467, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2639, 10, 1, -1, 69, 0, 0, 1, 1377, 1468, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2640, 11, 0, -1, 69, 0, 0, 1, 1377, 1468, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2641, 11, 0, -1, 69, 0, 0, 1, 1377, 1468, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2642, 10, 1, -1, 69, 0, 0, 1, 1377, 1469, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2643, 11, 0, -1, 69, 0, 0, 1, 1377, 1469, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2644, 11, 0, -1, 69, 0, 0, 1, 1377, 1469, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2645, 10, 1, -1, 69, 0, 0, 1, 1377, 1470, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2646, 11, 0, -1, 69, 0, 0, 1, 1377, 1470, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2647, 11, 0, -1, 69, 0, 0, 1, 1377, 1470, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2648, 10, 1, -1, 69, 0, 0, 1, 1377, 1471, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2649, 11, 0, -1, 69, 0, 0, 1, 1377, 1471, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2650, 11, 0, -1, 69, 0, 0, 1, 1377, 1471, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2651, 10, 1, -1, 69, 0, 0, 1, 1377, 1472, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2652, 11, 0, -1, 69, 0, 0, 1, 1377, 1472, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2653, 11, 0, -1, 69, 0, 0, 1, 1377, 1472, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2654, 10, 1, -1, 69, 0, 0, 1, 1377, 1473, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2655, 11, 0, -1, 69, 0, 0, 1, 1377, 1473, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2656, 11, 0, -1, 69, 0, 0, 1, 1377, 1473, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2657, 10, 1, -1, 69, 0, 0, 1, 1377, 1474, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2658, 11, 0, -1, 69, 0, 0, 1, 1377, 1474, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2659, 11, 0, -1, 69, 0, 0, 1, 1377, 1474, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2660, 10, 1, -1, 69, 0, 0, 1, 1377, 1475, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2661, 11, 0, -1, 69, 0, 0, 1, 1377, 1475, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2662, 11, 0, -1, 69, 0, 0, 1, 1377, 1475, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2663, 10, 1, -1, 69, 0, 0, 1, 1377, 1476, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2664, 11, 0, -1, 69, 0, 0, 1, 1377, 1476, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2665, 11, 0, -1, 69, 0, 0, 1, 1377, 1476, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2666, 10, 1, -1, 69, 0, 0, 1, 1377, 1477, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2667, 11, 0, -1, 69, 0, 0, 1, 1377, 1477, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2668, 11, 0, -1, 69, 0, 0, 1, 1377, 1477, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2669, 10, 1, -1, 69, 0, 0, 1, 1377, 1478, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2670, 11, 0, -1, 69, 0, 0, 1, 1377, 1478, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2671, 11, 0, -1, 69, 0, 0, 1, 1377, 1478, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2672, 10, 1, -1, 69, 0, 0, 1, 1377, 1479, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2673, 11, 0, -1, 69, 0, 0, 1, 1377, 1479, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2674, 11, 0, -1, 69, 0, 0, 1, 1377, 1479, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2675, 10, 1, -1, 69, 0, 0, 1, 1377, 1480, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2676, 11, 0, -1, 69, 0, 0, 1, 1377, 1480, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2677, 11, 0, -1, 69, 0, 0, 1, 1377, 1480, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2678, 10, 1, -1, 69, 0, 0, 1, 1377, 1481, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2679, 11, 0, -1, 69, 0, 0, 1, 1377, 1481, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2680, 11, 0, -1, 69, 0, 0, 1, 1377, 1481, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2681, 10, 1, -1, 69, 0, 0, 1, 1377, 1482, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2682, 11, 0, -1, 69, 0, 0, 1, 1377, 1482, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2683, 11, 0, -1, 69, 0, 0, 1, 1377, 1482, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2684, 10, 1, -1, 69, 0, 0, 1, 1377, 1483, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2685, 11, 0, -1, 69, 0, 0, 1, 1377, 1483, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2686, 11, 0, -1, 69, 0, 0, 1, 1377, 1483, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2687, 10, 1, -1, 69, 0, 0, 1, 1377, 1484, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2688, 11, 0, -1, 69, 0, 0, 1, 1377, 1484, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2689, 11, 0, -1, 69, 0, 0, 1, 1377, 1484, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2690, 10, 1, -1, 69, 0, 0, 1, 1377, 1485, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2691, 11, 0, -1, 69, 0, 0, 1, 1377, 1485, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2692, 11, 0, -1, 69, 0, 0, 1, 1377, 1485, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2693, 10, 1, -1, 69, 0, 0, 1, 1377, 1486, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2694, 11, 0, -1, 69, 0, 0, 1, 1377, 1486, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2695, 11, 0, -1, 69, 0, 0, 1, 1377, 1486, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2696, 10, 1, -1, 69, 0, 0, 1, 1377, 1487, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2697, 11, 0, -1, 69, 0, 0, 1, 1377, 1487, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2698, 11, 0, -1, 69, 0, 0, 1, 1377, 1487, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2699, 10, 1, -1, 69, 0, 0, 1, 1377, 1488, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2700, 11, 0, -1, 69, 0, 0, 1, 1377, 1488, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2701, 11, 0, -1, 69, 0, 0, 1, 1377, 1488, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2702, 10, 1, -1, 69, 0, 0, 1, 1377, 1489, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2703, 11, 0, -1, 69, 0, 0, 1, 1377, 1489, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2704, 11, 0, -1, 69, 0, 0, 1, 1377, 1489, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2705, 10, 1, -1, 69, 0, 0, 1, 1377, 1490, 0, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2706, 11, 0, -1, 69, 0, 0, 1, 1377, 1490, 1098, 1096, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2707, 11, 0, -1, 69, 0, 0, 1, 1377, 1490, 1102, 0, 0, 0, 0, 0, 0, 0, 117057, 0, 9500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2708, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1292, 20, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2709, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1292, 20, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2710, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1292, 20, 0, 0, 0, 0, 0, 0, 132011, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2711, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1292, 20, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2712, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1292, 20, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2713, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1292, 20, 0, 0, 0, 0, 0, 0, 132011, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2714, 1, 6, 7, 85, 0, 0, 1, 1192, 1292, 20, 0, 0, 0, 0, 0, 0, 0, 132111, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2715, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1292, 20, 0, 0, 0, 0, 0, 0, 132111, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2716, 1, 0, -1, 0, 0, 0, 0, 1395, 1396, 0, 0, 0, 0, 0, 0, 0, 0, 117058, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2717, 1, 0, -1, 0, 0, 0, 0, 1395, 1397, 0, 0, 0, 0, 0, 0, 0, 0, 117060, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2718, 1, 0, -1, 0, 0, 0, 0, 1395, 1397, 1402, 0, 0, 0, 0, 0, 0, 0, 117061, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2719, 1, 0, -1, 0, 0, 0, 0, 1395, 1397, 1406, 1401, 0, 0, 0, 0, 0, 0, 117062, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2720, 1, 0, -1, 0, 0, 0, 0, 1395, 1398, 0, 0, 0, 0, 0, 0, 0, 0, 117063, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2721, 1, 0, -1, 0, 0, 0, 0, 1395, 1398, 1412, 0, 0, 0, 0, 0, 0, 0, 117064, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2722, 1, 0, -1, 0, 0, 0, 0, 1395, 1398, 1406, 1407, 1401, 0, 0, 0, 0, 0, 117065, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2723, 1, 0, -1, 0, 0, 0, 0, 1395, 1399, 0, 0, 0, 0, 0, 0, 0, 0, 117066, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2724, 1, 0, -1, 0, 0, 0, 0, 1395, 1399, 1413, 0, 0, 0, 0, 0, 0, 0, 117067, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2725, 1, 0, -1, 0, 0, 0, 0, 1395, 1399, 1410, 1401, 0, 0, 0, 0, 0, 0, 117068, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2726, 1, 0, -1, 0, 0, 0, 0, 1395, 1400, 0, 0, 0, 0, 0, 0, 0, 0, 117069, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2727, 1, 0, -1, 0, 0, 0, 0, 1395, 1400, 1414, 0, 0, 0, 0, 0, 0, 0, 117070, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2728, 1, 0, -1, 0, 0, 0, 0, 1395, 1400, 1411, 1401, 0, 0, 0, 0, 0, 0, 117071, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2729, 1, 0, -1, 0, 0, 0, 0, 1395, 1415, 1416, 54, 0, 0, 0, 0, 0, 0, 117072, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2730, 1, 0, -1, 0, 0, 0, 0, 1395, 1415, 1417, 1418, 54, 0, 0, 0, 0, 0, 117073, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2731, 1, 0, -1, 0, 0, 0, 0, 1395, 1415, 1419, 1420, 54, 0, 0, 0, 0, 0, 117074, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2732, 1, 0, -1, 0, 0, 0, 0, 1395, 1415, 1421, 54, 0, 0, 0, 0, 0, 0, 117075, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2733, 1, 0, -1, 0, 0, 0, 0, 1395, 1415, 55, 0, 0, 0, 0, 0, 0, 0, 117076, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2734, 10, 1, -1, 87, 0, 0, 1, 1395, 1396, 0, 0, 0, 0, 0, 0, 0, 0, 117077, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2735, 11, 0, -1, 87, 0, 0, 1, 1395, 1396, 1098, 1096, 0, 0, 0, 0, 0, 0, 117077, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2736, 11, 0, -1, 87, 0, 0, 1, 1395, 1396, 1102, 0, 0, 0, 0, 0, 0, 0, 117077, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2737, 10, 1, -1, 87, 0, 0, 1, 1395, 1397, 0, 0, 0, 0, 0, 0, 0, 0, 117078, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2738, 11, 0, -1, 87, 0, 0, 1, 1395, 1397, 1098, 1096, 0, 0, 0, 0, 0, 0, 117078, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2739, 11, 0, -1, 87, 0, 0, 1, 1395, 1397, 1102, 0, 0, 0, 0, 0, 0, 0, 117078, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2740, 10, 1, -1, 87, 0, 0, 1, 1395, 1398, 0, 0, 0, 0, 0, 0, 0, 0, 117079, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2741, 11, 0, -1, 87, 0, 0, 1, 1395, 1398, 1098, 1096, 0, 0, 0, 0, 0, 0, 117079, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2742, 11, 0, -1, 87, 0, 0, 1, 1395, 1398, 1102, 0, 0, 0, 0, 0, 0, 0, 117079, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2743, 10, 1, -1, 87, 0, 0, 1, 1395, 1399, 0, 0, 0, 0, 0, 0, 0, 0, 117080, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2744, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1098, 1096, 0, 0, 0, 0, 0, 0, 117080, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2745, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1102, 0, 0, 0, 0, 0, 0, 0, 117080, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2746, 10, 1, -1, 87, 0, 0, 1, 1395, 1399, 1424, 1422, 0, 0, 0, 0, 0, 0, 117081, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2747, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1424, 1422, 1098, 1096, 0, 0, 0, 0, 117081, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2748, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1424, 1422, 1102, 0, 0, 0, 0, 0, 117081, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2749, 10, 1, -1, 87, 0, 0, 1, 1395, 1399, 1621, 1410, 0, 0, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2750, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1621, 1410, 1098, 1096, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2751, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1621, 1410, 1102, 0, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2752, 10, 1, -1, 87, 0, 0, 1, 1395, 1400, 0, 0, 0, 0, 0, 0, 0, 0, 117083, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2753, 11, 0, -1, 87, 0, 0, 1, 1395, 1400, 1098, 1096, 0, 0, 0, 0, 0, 0, 117083, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2754, 11, 0, -1, 87, 0, 0, 1, 1395, 1400, 1102, 0, 0, 0, 0, 0, 0, 0, 117083, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2755, 10, 1, -1, 87, 0, 0, 1, 1395, 1400, 1424, 1423, 0, 0, 0, 0, 0, 0, 117084, 0, 7200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2756, 11, 0, -1, 87, 0, 0, 1, 1395, 1400, 1424, 1423, 1098, 1096, 0, 0, 0, 0, 117084, 0, 7200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2757, 11, 0, -1, 87, 0, 0, 1, 1395, 1400, 1424, 1423, 1102, 0, 0, 0, 0, 0, 117084, 0, 7200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2758, 10, 1, -1, 87, 0, 0, 1, 1395, 1400, 1424, 1411, 0, 0, 0, 0, 0, 0, 117085, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2759, 11, 0, -1, 87, 0, 0, 1, 1395, 1400, 1424, 1411, 1098, 1096, 0, 0, 0, 0, 117085, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2760, 11, 0, -1, 87, 0, 0, 1, 1395, 1400, 1424, 1411, 1102, 0, 0, 0, 0, 0, 117085, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2761, 10, 1, -1, 87, 0, 0, 1, 1395, 1415, 1416, 54, 0, 0, 0, 0, 0, 0, 117086, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2762, 11, 0, -1, 87, 0, 0, 1, 1395, 1415, 1416, 1098, 1096, 54, 0, 0, 0, 0, 117086, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2763, 11, 0, -1, 87, 0, 0, 1, 1395, 1415, 1416, 1102, 54, 0, 0, 0, 0, 0, 117086, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2764, 10, 1, -1, 87, 0, 0, 1, 1395, 1415, 1417, 1418, 54, 0, 0, 0, 0, 0, 117087, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2765, 11, 0, -1, 87, 0, 0, 1, 1395, 1415, 1417, 1418, 1102, 54, 0, 0, 0, 0, 117087, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2766, 10, 1, -1, 87, 0, 0, 1, 1395, 1415, 1419, 1420, 54, 0, 0, 0, 0, 0, 117088, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2767, 11, 0, -1, 87, 0, 0, 1, 1395, 1415, 1419, 1420, 1102, 54, 0, 0, 0, 0, 117088, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2768, 10, 1, -1, 87, 0, 0, 1, 1395, 1415, 1421, 54, 0, 0, 0, 0, 0, 0, 117089, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2769, 11, 0, -1, 87, 0, 0, 1, 1395, 1415, 1421, 1098, 1096, 54, 0, 0, 0, 0, 117089, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2770, 11, 0, -1, 87, 0, 0, 1, 1395, 1415, 1421, 1102, 54, 0, 0, 0, 0, 0, 117089, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2771, 10, 1, -1, 87, 0, 0, 1, 1395, 1415, 55, 0, 0, 0, 0, 0, 0, 0, 117090, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2772, 11, 0, -1, 87, 0, 0, 1, 1395, 1415, 55, 1098, 1096, 0, 0, 0, 0, 0, 117090, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2773, 11, 0, -1, 87, 0, 0, 1, 1395, 1415, 55, 1102, 0, 0, 0, 0, 0, 0, 117090, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2774, 1, 0, -1, 0, 0, 0, 0, 1, 1282, 1491, 0, 0, 0, 0, 0, 0, 0, 140001, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2775, 1, 0, -1, 0, 0, 0, 0, 2, 1491, 0, 0, 0, 0, 0, 0, 0, 0, 140002, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2776, 1, 0, -1, 0, 0, 0, 0, 3, 1491, 0, 0, 0, 0, 0, 0, 0, 0, 140003, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2777, 1, 0, -1, 0, 0, 0, 0, 4, 1491, 0, 0, 0, 0, 0, 0, 0, 0, 140004, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2778, 1, 0, -1, 0, 0, 0, 0, 1, 54, 56, 1282, 1491, 0, 0, 0, 0, 0, 140005, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2779, 1, 0, -1, 0, 0, 0, 0, 1, 55, 56, 1282, 1491, 0, 0, 0, 0, 0, 140006, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2780, 1, 0, -1, 0, 0, 0, 0, 1, 54, 57, 1282, 1491, 0, 0, 0, 0, 0, 140007, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2781, 1, 0, -1, 0, 0, 0, 0, 1, 55, 57, 1282, 1491, 0, 0, 0, 0, 0, 140008, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2782, 1, 0, -1, 0, 0, 0, 0, 2, 56, 1282, 1491, 0, 0, 0, 0, 0, 0, 140009, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2783, 1, 0, -1, 0, 0, 0, 0, 2, 54, 57, 1282, 1491, 0, 0, 0, 0, 0, 140010, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2784, 1, 0, -1, 0, 0, 0, 0, 2, 55, 57, 1282, 1491, 0, 0, 0, 0, 0, 140011, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2785, 1, 0, -1, 0, 0, 0, 0, 3, 54, 58, 1491, 0, 0, 0, 0, 0, 0, 140012, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2786, 1, 0, -1, 0, 0, 0, 0, 3, 55, 58, 1491, 0, 0, 0, 0, 0, 0, 140013, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2787, 1, 0, -1, 0, 0, 0, 0, 3, 54, 59, 1491, 0, 0, 0, 0, 0, 0, 140014, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2788, 1, 0, -1, 0, 0, 0, 0, 3, 55, 59, 1491, 0, 0, 0, 0, 0, 0, 140015, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2789, 1, 0, -1, 0, 0, 0, 0, 4, 54, 57, 1491, 0, 0, 0, 0, 0, 0, 140016, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2790, 1, 0, -1, 0, 0, 0, 0, 4, 55, 57, 1491, 0, 0, 0, 0, 0, 0, 140017, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2791, 1, 0, -1, 0, 0, 0, 0, 4, 54, 58, 1491, 0, 0, 0, 0, 0, 0, 140018, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2792, 1, 0, -1, 0, 0, 0, 0, 4, 55, 58, 1491, 0, 0, 0, 0, 0, 0, 140019, 0, 2000, 200, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2793, 1, 1, 3, 60, 0, 0, 1, 1491, 0, 0, 0, 0, 0, 0, 0, 0, 0, 140020, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2796, 1, 3, 8, 61, 0, 0, 1, 1491, 0, 0, 0, 0, 0, 0, 0, 0, 0, 140021, 0, 2000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2797, 1, 0, -1, 0, 0, 0, 0, 1395, 1396, 1401, 0, 0, 0, 0, 0, 0, 0, 117059, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2798, 10, 1, -1, 87, 0, 0, 1, 1395, 1399, 1622, 1410, 0, 0, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2799, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1622, 1410, 1098, 1096, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2800, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1622, 1410, 1102, 0, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2801, 10, 1, -1, 87, 0, 0, 1, 1395, 1399, 1623, 1410, 0, 0, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2802, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1623, 1410, 1098, 1096, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (2803, 11, 0, -1, 87, 0, 0, 1, 1395, 1399, 1623, 1410, 1102, 0, 0, 0, 0, 0, 117082, 0, 7100, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3001, 16, 0, 1, 0, 0, 0, 0, 1492, 1510, 1558, 0, 0, 0, 0, 0, 0, 0, 150001, 0, 2500, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3002, 16, 0, 1, 0, 0, 0, 0, 1492, 91, 1558, 0, 0, 0, 0, 0, 0, 0, 150002, 0, 2500, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3003, 16, 0, 1, 0, 0, 0, 0, 1493, 1511, 1558, 0, 0, 0, 0, 0, 0, 0, 150003, 0, 2500, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3004, 16, 0, 1, 0, 0, 0, 0, 1493, 92, 1558, 0, 0, 0, 0, 0, 0, 0, 150004, 0, 2500, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3005, 16, 0, 1, 0, 0, 0, 0, 1494, 1511, 1558, 0, 0, 0, 0, 0, 0, 0, 150005, 0, 2500, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3006, 16, 0, 1, 0, 0, 0, 0, 1494, 93, 1558, 0, 0, 0, 0, 0, 0, 0, 150006, 0, 2500, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3007, 16, 0, 1, 0, 0, 0, 0, 1492, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151001, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3008, 16, 0, 1, 0, 0, 0, 0, 1493, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151002, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3009, 16, 0, 1, 0, 0, 0, 0, 1494, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151003, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3010, 16, 0, 1, 0, 0, 0, 0, 1495, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151004, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3011, 16, 0, 1, 0, 0, 0, 0, 1496, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151005, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3012, 16, 0, 1, 0, 0, 0, 0, 1497, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151006, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3013, 16, 0, 1, 0, 0, 0, 0, 1498, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151007, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3014, 16, 0, 1, 0, 0, 0, 0, 1499, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151008, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3015, 16, 0, 1, 0, 0, 0, 0, 1500, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151009, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3016, 16, 0, 1, 0, 0, 0, 0, 1501, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151010, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3017, 16, 0, 1, 0, 0, 0, 0, 1502, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151011, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3018, 16, 0, 1, 0, 0, 0, 0, 1503, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151012, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3019, 16, 0, 1, 0, 0, 0, 0, 1504, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151013, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3020, 16, 0, 1, 0, 0, 0, 0, 1505, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151014, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3021, 16, 0, 1, 0, 0, 0, 0, 1506, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151015, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3022, 16, 0, 1, 0, 0, 0, 0, 1507, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151016, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3023, 16, 0, 1, 0, 0, 0, 0, 1508, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151017, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3024, 16, 0, 1, 0, 0, 0, 0, 1509, 1558, 0, 0, 0, 0, 0, 0, 0, 0, 151018, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3025, 16, 1, 2, 0, 0, 0, 0, 1512, 1548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150031, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3026, 16, 1, 2, 0, 0, 0, 0, 1513, 1548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150032, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3027, 16, 1, 2, 0, 0, 0, 0, 1514, 1548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150033, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3028, 16, 1, 3, 0, 0, 0, 0, 1514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150033, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3029, 16, 1, 3, 0, 0, 0, 0, 1515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150034, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3030, 16, 1, 3, 0, 0, 0, 0, 1516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150035, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3031, 16, 2, 4, 0, 0, 0, 0, 1492, 15, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150001, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3032, 16, 2, 4, 0, 0, 0, 0, 1492, 16, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150002, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3033, 16, 2, 4, 0, 0, 0, 0, 1492, 17, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150003, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3034, 16, 2, 4, 0, 0, 0, 0, 1492, 18, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150004, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3035, 16, 2, 4, 0, 0, 0, 0, 1492, 19, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150005, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3036, 16, 2, 4, 0, 0, 0, 0, 1492, 20, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150006, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3037, 16, 2, 4, 0, 0, 0, 0, 1492, 21, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150007, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3038, 16, 2, 4, 0, 0, 0, 0, 1492, 22, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150008, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3039, 16, 2, 4, 0, 0, 0, 0, 1492, 23, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150009, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3040, 16, 2, 4, 0, 0, 0, 0, 1492, 24, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150010, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3041, 16, 2, 4, 0, 0, 0, 0, 1492, 25, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150011, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3042, 16, 2, 4, 0, 0, 0, 0, 1492, 26, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150012, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3043, 16, 2, 4, 0, 0, 0, 0, 1492, 27, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150013, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3044, 16, 2, 4, 0, 0, 0, 0, 1492, 28, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150014, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3045, 16, 2, 4, 0, 0, 0, 0, 1492, 29, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150015, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3046, 16, 2, 4, 0, 0, 0, 0, 1492, 30, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150016, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3047, 16, 2, 4, 0, 0, 0, 0, 1492, 31, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150017, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3048, 16, 2, 4, 0, 0, 0, 0, 1492, 32, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150018, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3049, 16, 2, 4, 0, 0, 0, 0, 1492, 33, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150019, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3050, 16, 2, 4, 0, 0, 0, 0, 1492, 34, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150020, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3051, 16, 2, 4, 0, 0, 0, 0, 1492, 35, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150021, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3052, 16, 2, 4, 0, 0, 0, 0, 1492, 36, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150022, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3053, 16, 2, 4, 0, 0, 0, 0, 1492, 37, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150023, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3054, 16, 2, 4, 0, 0, 0, 0, 1492, 38, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150024, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3055, 16, 2, 4, 0, 0, 0, 0, 1492, 1276, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150025, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3056, 16, 2, 4, 0, 0, 0, 0, 1492, 1277, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150026, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3057, 16, 2, 4, 0, 0, 0, 0, 1492, 1281, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150027, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3058, 16, 2, 4, 0, 0, 0, 0, 1492, 1280, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150028, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3059, 16, 2, 4, 0, 0, 0, 0, 1492, 1279, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150029, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3060, 16, 2, 4, 0, 0, 0, 0, 1492, 1278, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150030, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3061, 16, 2, 4, 0, 0, 0, 0, 54, 1527, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150036, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3062, 16, 3, 4, 0, 0, 0, 0, 54, 1528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150038, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3063, 16, 2, 4, 0, 0, 0, 0, 55, 1529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150037, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3064, 16, 3, 4, 0, 0, 0, 0, 55, 1530, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150039, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3065, 16, 2, 4, 0, 0, 0, 0, 1519, 1531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150043, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3066, 16, 3, 4, 0, 0, 0, 0, 1519, 1532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150047, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3067, 16, 2, 4, 0, 0, 0, 0, 1520, 1533, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150042, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3068, 16, 3, 4, 0, 0, 0, 0, 1520, 1534, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150046, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3069, 16, 2, 4, 0, 0, 0, 0, 1521, 1535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150041, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3070, 16, 3, 4, 0, 0, 0, 0, 1521, 1536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150045, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3071, 16, 2, 4, 0, 0, 0, 0, 1522, 1537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150040, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3072, 16, 3, 4, 0, 0, 0, 0, 1522, 1538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150044, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3073, 16, 2, 4, 0, 0, 0, 0, 1523, 1539, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150048, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3074, 16, 3, 4, 0, 0, 0, 0, 1523, 1540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150052, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3075, 16, 2, 4, 0, 0, 0, 0, 1524, 1541, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150049, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3076, 16, 3, 4, 0, 0, 0, 0, 1524, 1542, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150053, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3077, 16, 2, 4, 0, 0, 0, 0, 1525, 1543, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150050, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3078, 16, 3, 4, 0, 0, 0, 0, 1525, 1544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150054, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3079, 16, 2, 4, 0, 0, 0, 0, 1526, 1545, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150051, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3080, 16, 3, 4, 0, 0, 0, 0, 1526, 1546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150055, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3081, 16, 1, 2, 0, 0, 0, 0, 1492, 1510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150056, 2200, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3082, 16, 1, 2, 0, 0, 0, 0, 1492, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150057, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3083, 16, 1, 2, 0, 0, 0, 0, 1492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150058, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3084, 16, 1, 2, 0, 0, 0, 0, 1493, 1511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150059, 2200, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3085, 16, 1, 2, 0, 0, 0, 0, 1493, 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150060, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3086, 16, 1, 2, 0, 0, 0, 0, 1493, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150061, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3087, 16, 1, 2, 0, 0, 0, 0, 1494, 1511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150062, 2200, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3088, 16, 1, 2, 0, 0, 0, 0, 1494, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150063, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3089, 16, 1, 2, 0, 0, 0, 0, 1494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150064, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3090, 16, 1, 2, 0, 0, 0, 0, 1547, 1548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150065, 2100, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3091, 16, 1, 3, 0, 0, 0, 0, 1549, 1550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150066, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3092, 16, 1, 3, 0, 0, 0, 0, 1551, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150067, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3093, 16, 2, 4, 0, 0, 0, 0, 1552, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150068, 2000, 20, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3094, 16, 3, 4, 0, 0, 0, 0, 1553, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150069, 2000, 20, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3095, 16, 2, 4, 0, 0, 0, 0, 1556, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150070, 2000, 20, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3096, 16, 3, 4, 0, 0, 0, 0, 1557, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150071, 2000, 20, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3097, 16, 2, 4, 0, 0, 0, 0, 1554, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150072, 2000, 20, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3098, 16, 3, 4, 0, 0, 0, 0, 1555, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150073, 2000, 20, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (3099, 16, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200000, 0, 2000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4000, 1, 0, -1, 0, 0, 0, 0, 1559, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100211, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4001, 10, 1, -1, 68, 0, 0, 1, 1559, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109111, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4002, 11, 0, -1, 68, 0, 0, 1, 1559, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109111, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4003, 11, 0, -1, 68, 0, 0, 1, 1559, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109111, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4004, 10, 1, -1, 68, 0, 0, 1, 1559, 1189, 1304, 1291, 0, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4005, 10, 1, -1, 68, 0, 0, 1, 1559, 1189, 1561, 1303, 0, 0, 0, 0, 0, 0, 133006, 0, 2500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4006, 11, 0, -1, 68, 0, 0, 1, 1559, 1189, 1304, 1291, 0, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4007, 11, 0, -1, 68, 0, 0, 1, 1559, 1189, 1561, 1303, 0, 0, 0, 0, 0, 0, 133006, 0, 2500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4008, 16, 2, 4, 0, 0, 0, 0, 1492, 1559, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150012, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4009, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1560, 0, 0, 0, 0, 0, 0, 0, 130900, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4010, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1560, 1328, 0, 0, 0, 0, 0, 0, 130910, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4011, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1560, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4012, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1560, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4013, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1560, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4014, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1560, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4015, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1560, 0, 0, 0, 0, 0, 0, 0, 130902, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4016, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1560, 1328, 0, 0, 0, 0, 0, 0, 130912, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4017, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1560, 0, 0, 0, 0, 0, 0, 0, 130904, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4018, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1560, 1328, 0, 0, 0, 0, 0, 0, 130914, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4019, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1560, 0, 0, 0, 0, 0, 0, 0, 130903, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4020, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1560, 1328, 0, 0, 0, 0, 0, 0, 130913, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4021, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1560, 0, 0, 0, 0, 0, 0, 0, 130903, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4022, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1560, 1328, 0, 0, 0, 0, 0, 0, 130913, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4023, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1560, 0, 0, 0, 0, 0, 0, 0, 130905, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4024, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1560, 1328, 0, 0, 0, 0, 0, 0, 130915, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4025, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1560, 0, 0, 0, 0, 0, 0, 0, 130906, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4026, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1560, 1328, 0, 0, 0, 0, 0, 0, 130916, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4027, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1560, 0, 0, 0, 0, 0, 0, 0, 130907, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4028, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1560, 1328, 0, 0, 0, 0, 0, 0, 130917, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4029, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1560, 0, 0, 0, 0, 0, 0, 0, 130908, 0, 3200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4030, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1560, 1328, 0, 0, 0, 0, 0, 0, 130918, 0, 5200, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4031, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1560, 0, 0, 0, 0, 0, 0, 0, 130905, 0, 3300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4032, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1560, 1328, 0, 0, 0, 0, 0, 0, 130915, 0, 5300, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4034, 10, 1, -1, 66, 0, 0, 1, 37, 1189, 1560, 1321, 0, 0, 0, 0, 0, 0, 133006, 0, 2500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4036, 11, 0, -1, 66, 0, 0, 1, 37, 1189, 1560, 1321, 0, 0, 0, 0, 0, 0, 133006, 0, 2500, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4037, 10, 1, -1, 69, 0, 0, 1, 20, 1189, 1304, 1560, 1316, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (4038, 11, 0, -1, 69, 0, 0, 1, 20, 1189, 1304, 1560, 1316, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5001, 10, 1, -1, 77, 0, 0, 1, 1562, 1424, 24, 0, 0, 0, 0, 0, 0, 0, 161001, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5002, 11, 0, -1, 77, 0, 0, 1, 1562, 1424, 24, 1098, 0, 0, 0, 0, 0, 0, 161001, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5003, 10, 1, -1, 64, 0, 0, 1, 1563, 1424, 30, 1331, 0, 0, 0, 0, 0, 0, 161002, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5004, 11, 0, -1, 64, 0, 0, 1, 1563, 1424, 30, 1331, 1098, 0, 0, 0, 0, 0, 161002, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5005, 10, 1, -1, 88, 0, 0, 1, 1564, 1424, 19, 1598, 0, 0, 0, 0, 0, 0, 161003, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5006, 11, 0, -1, 88, 0, 0, 1, 1564, 1424, 19, 1598, 1098, 0, 0, 0, 0, 0, 161003, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5007, 7, 0, -1, 0, 0, 0, 1, 1565, 1424, 36, 1114, 553, 1600, 0, 0, 0, 0, 161004, 0, 10000, 100, 0, 0, 3, 106000, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5008, 10, 0, 2, 66, 0, 0, 1, 1566, 1424, 37, 1331, 91, 1099, 0, 0, 0, 0, 161006, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5009, 11, 0, -1, 66, 0, 0, 1, 1566, 1424, 37, 1331, 91, 1098, 0, 0, 0, 0, 161006, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5010, 10, 1, -1, 66, 0, 0, 1, 1567, 1424, 37, 1330, 1602, 1603, 1594, 0, 0, 0, 161007, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5011, 11, 0, -1, 66, 0, 0, 1, 1567, 1424, 37, 1330, 1602, 1603, 1594, 1098, 0, 0, 161007, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5012, 7, 0, -1, 0, 0, 0, 1, 1568, 1424, 24, 134, 1107, 1610, 1609, 973, 0, 0, 161008, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5013, 7, 0, -1, 0, 0, 0, 1, 1568, 1424, 24, 134, 1107, 1152, 1611, 974, 0, 0, 161008, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5014, 10, 1, -1, 66, 0, 0, 1, 1569, 1424, 37, 1331, 1917, 1918, 1919, 0, 0, 0, 161009, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5015, 11, 0, -1, 66, 0, 0, 1, 1569, 1424, 37, 1331, 1098, 1917, 1918, 1919, 0, 0, 161009, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5016, 7, 0, -1, 0, 0, 0, 1, 1570, 1424, 27, 1331, 1106, 1601, 1254, 0, 0, 0, 161010, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5017, 10, 1, -1, 68, 0, 0, 1, 1571, 1424, 26, 1331, 1587, 0, 0, 0, 0, 0, 161011, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5018, 11, 0, -1, 68, 0, 0, 1, 1571, 1424, 26, 1331, 1587, 1098, 0, 0, 0, 0, 161011, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5019, 7, 0, -1, 63, 0, 0, 1, 1572, 1424, 29, 1588, 1105, 554, 0, 0, 0, 0, 161013, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5020, 10, 1, -1, 65, 0, 0, 1, 1573, 1424, 33, 1592, 1605, 1925, 0, 0, 0, 0, 161014, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5021, 11, 0, -1, 65, 0, 0, 1, 1573, 1424, 33, 1592, 1605, 1098, 1925, 0, 0, 0, 161014, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5022, 10, 1, -1, 63, 0, 0, 1, 1574, 1424, 29, 1602, 1604, 2, 0, 0, 0, 0, 161017, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5023, 11, 0, -1, 63, 0, 0, 1, 1574, 1424, 29, 1602, 1604, 2, 1098, 0, 0, 0, 161017, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5024, 10, 1, -1, 64, 0, 0, 1, 1575, 1424, 30, 1331, 0, 0, 0, 0, 0, 0, 161018, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5025, 11, 0, -1, 64, 0, 0, 1, 1575, 1424, 30, 1331, 1098, 0, 0, 0, 0, 0, 161018, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5026, 10, 1, -1, 63, 0, 0, 1, 1576, 1424, 29, 1595, 0, 0, 0, 0, 0, 0, 161024, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5027, 11, 0, -1, 63, 0, 0, 1, 1576, 1424, 29, 1595, 1098, 0, 0, 0, 0, 0, 161024, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5028, 10, 1, -1, 68, 0, 0, 1, 1577, 1424, 1559, 1331, 1607, 0, 0, 0, 0, 0, 161027, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5029, 11, 0, -1, 68, 0, 0, 1, 1577, 1424, 1559, 1331, 1607, 1098, 0, 0, 0, 0, 161027, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5030, 10, 1, -1, 68, 0, 0, 1, 1578, 1424, 1559, 1331, 0, 0, 0, 0, 0, 0, 161030, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5031, 11, 0, -1, 68, 0, 0, 1, 1578, 1424, 1559, 1331, 1098, 0, 0, 0, 0, 0, 161030, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5032, 10, 1, -1, 88, 0, 0, 1, 1579, 1424, 19, 0, 0, 0, 0, 0, 0, 0, 161032, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5033, 11, 0, -1, 88, 0, 0, 1, 1579, 1424, 19, 1098, 0, 0, 0, 0, 0, 0, 161032, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5034, 10, 1, -1, 77, 0, 0, 1, 1580, 1424, 24, 0, 0, 0, 0, 0, 0, 0, 161035, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5035, 11, 0, -1, 77, 0, 0, 1, 1580, 1424, 24, 1098, 0, 0, 0, 0, 0, 0, 161035, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5036, 10, 1, -1, 74, 0, 0, 1, 1581, 1424, 27, 1330, 1595, 0, 0, 0, 0, 0, 161041, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5037, 11, 0, -1, 74, 0, 0, 1, 1581, 1424, 27, 1330, 1595, 1098, 0, 0, 0, 0, 161041, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5038, 10, 1, -1, 64, 0, 0, 1, 1582, 1424, 30, 1606, 1589, 0, 0, 0, 0, 0, 161045, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5039, 11, 0, -1, 64, 0, 0, 1, 1582, 1424, 30, 1606, 1589, 1098, 0, 0, 0, 0, 161045, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5040, 7, 0, -1, 0, 0, 0, 1, 1583, 1424, 1591, 1596, 553, 1149, 1635, 0, 0, 0, 161052, 0, 10000, 100, 0, 0, 3, 106009, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5041, 10, 1, -1, 89, 0, 0, 1, 1584, 1424, 1590, 1593, 0, 0, 0, 0, 0, 0, 161056, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5042, 11, 0, -1, 89, 0, 0, 1, 1584, 1424, 1590, 1593, 1098, 0, 0, 0, 0, 0, 161056, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5043, 10, 1, -1, 66, 0, 0, 1, 1585, 1424, 37, 1597, 1595, 0, 0, 0, 0, 0, 161060, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5044, 11, 0, -1, 66, 0, 0, 1, 1585, 1424, 37, 1597, 1595, 1098, 0, 0, 0, 0, 161060, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5045, 10, 1, -1, 72, 0, 0, 1, 1586, 1424, 16, 1597, 1595, 1193, 0, 0, 0, 0, 161061, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5046, 11, 0, -1, 72, 0, 0, 1, 1586, 1424, 16, 1597, 1595, 1193, 1098, 0, 0, 0, 161061, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5047, 7, 0, -1, 0, 0, 0, 0, 142, 958, 1150, 1149, 1061, 1617, 0, 0, 0, 0, 118001, 0, 2000, 100, 0, 0, 3, 104002, 10, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5048, 10, 1, -1, 72, 0, 0, 1, 1618, 1424, 26, 1331, 1606, 0, 0, 0, 0, 0, 161015, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5049, 11, 0, -1, 72, 0, 0, 1, 1618, 1424, 26, 1331, 1606, 1098, 0, 0, 0, 0, 161015, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5050, 10, 1, -1, 69, 0, 0, 1, 1619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 118002, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5051, 10, 1, -1, 86, 0, 0, 0, 973, 1625, 0, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5052, 10, 1, -1, 86, 0, 0, 0, 973, 1105, 1625, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5053, 11, 0, -1, 86, 0, 0, 0, 973, 1098, 1096, 1625, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5054, 11, 0, -1, 86, 0, 0, 0, 973, 1102, 1625, 0, 0, 0, 0, 0, 0, 0, 117004, 0, 2000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5055, 1, 0, -1, 0, 0, 0, 0, 1626, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119001, 0, 1000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5056, 1, 0, -1, 0, 0, 0, 0, 1628, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119003, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5057, 10, 1, -1, 75, 0, 0, 1, 1626, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119002, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5058, 10, 1, -1, 75, 0, 0, 1, 1628, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119004, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5059, 11, 0, -1, 75, 0, 0, 1, 1628, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 119004, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5060, 11, 0, -1, 75, 0, 0, 1, 1628, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 119004, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5061, 14, 26, -1, 0, 0, 0, 1, 1629, 546, 1630, 1590, 97, 134, 0, 0, 0, 0, 161026, 0, 5000, 100, 0, 1, 1, 102002, 1, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5062, 1, 0, -1, 0, 0, 0, 0, 1631, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100205, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5063, 10, 1, -1, 69, 0, 0, 1, 1631, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109105, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5064, 11, 0, -1, 69, 0, 0, 1, 1631, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109105, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5065, 11, 0, -1, 69, 0, 0, 1, 1631, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109105, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5066, 10, 1, -1, 69, 0, 0, 1, 1631, 1189, 1304, 1302, 1633, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5067, 10, 1, -1, 69, 0, 0, 1, 1631, 1189, 1292, 0, 0, 0, 0, 0, 0, 0, 133005, 0, 2600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5068, 10, 1, -1, 64, 0, 0, 1, 30, 1189, 1632, 1317, 0, 0, 0, 0, 0, 0, 133005, 0, 2600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5069, 11, 0, -1, 69, 0, 0, 1, 1631, 1189, 1304, 1302, 1633, 0, 0, 0, 0, 0, 133004, 0, 2700, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5070, 11, 0, -1, 69, 0, 0, 1, 1631, 1189, 1292, 0, 0, 0, 0, 0, 0, 0, 133005, 0, 2600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5071, 11, 0, -1, 64, 0, 0, 1, 30, 1189, 1632, 1317, 0, 0, 0, 0, 0, 0, 133005, 0, 2600, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5072, 16, 2, 4, 0, 0, 0, 0, 1492, 1631, 91, 0, 0, 0, 0, 0, 0, 0, 0, 150006, 3000, 100, 0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5073, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1632, 0, 0, 0, 0, 0, 0, 0, 131100, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5074, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1632, 30, 0, 0, 0, 0, 0, 0, 131800, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5075, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1632, 1328, 0, 0, 0, 0, 0, 0, 131110, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5076, 1, 1, 2, 60, 0, 0, 1, 390, 1245, 1632, 30, 1328, 0, 0, 0, 0, 0, 131810, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5077, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1632, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5078, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1632, 30, 0, 0, 0, 0, 0, 0, 131804, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5079, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1632, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5080, 1, 1, 2, 60, 0, 0, 1, 91, 1352, 1632, 30, 1328, 0, 0, 0, 0, 0, 131814, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5081, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1632, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5082, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1632, 30, 0, 0, 0, 0, 0, 0, 131804, 0, 3150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5083, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1632, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5084, 1, 1, 2, 60, 0, 0, 1, 784, 1352, 1632, 30, 1328, 0, 0, 0, 0, 0, 131814, 0, 5150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5085, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1632, 0, 0, 0, 0, 0, 0, 0, 131102, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5086, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1632, 30, 0, 0, 0, 0, 0, 0, 131802, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5087, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1632, 1328, 0, 0, 0, 0, 0, 0, 131112, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5088, 1, 3, 4, 61, 0, 0, 1, 391, 1351, 1632, 30, 1328, 0, 0, 0, 0, 0, 131812, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5089, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1632, 0, 0, 0, 0, 0, 0, 0, 131104, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5090, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1632, 30, 0, 0, 0, 0, 0, 0, 131804, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5091, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1632, 1328, 0, 0, 0, 0, 0, 0, 131114, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5092, 1, 3, 4, 61, 0, 0, 1, 92, 1352, 1632, 30, 1328, 0, 0, 0, 0, 0, 131814, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5093, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1632, 0, 0, 0, 0, 0, 0, 0, 131103, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5094, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1632, 30, 0, 0, 0, 0, 0, 0, 131803, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5095, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1632, 1328, 0, 0, 0, 0, 0, 0, 131113, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5096, 1, 3, 4, 61, 0, 0, 1, 91, 1351, 1632, 30, 1328, 0, 0, 0, 0, 0, 131813, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5097, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1632, 0, 0, 0, 0, 0, 0, 0, 131103, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5098, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1632, 30, 0, 0, 0, 0, 0, 0, 131803, 0, 3150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5099, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1632, 1328, 0, 0, 0, 0, 0, 0, 131113, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5100, 1, 3, 4, 61, 0, 0, 1, 784, 1351, 1632, 30, 1328, 0, 0, 0, 0, 0, 131813, 0, 5150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5101, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1632, 0, 0, 0, 0, 0, 0, 0, 131105, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5102, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1632, 30, 0, 0, 0, 0, 0, 0, 131805, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5103, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1632, 1328, 0, 0, 0, 0, 0, 0, 131115, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5104, 1, 5, 6, 62, 0, 0, 1, 91, 1192, 1632, 30, 1328, 0, 0, 0, 0, 0, 131815, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5105, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1632, 0, 0, 0, 0, 0, 0, 0, 131106, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5106, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1632, 30, 0, 0, 0, 0, 0, 0, 131806, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5107, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1632, 1328, 0, 0, 0, 0, 0, 0, 131116, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5108, 1, 5, 6, 62, 0, 0, 1, 92, 1192, 1632, 30, 1328, 0, 0, 0, 0, 0, 131816, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5109, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1632, 0, 0, 0, 0, 0, 0, 0, 131107, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5110, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1632, 30, 0, 0, 0, 0, 0, 0, 131807, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5111, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1632, 1328, 0, 0, 0, 0, 0, 0, 131117, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5112, 1, 5, 6, 62, 0, 0, 1, 93, 1192, 1632, 30, 1328, 0, 0, 0, 0, 0, 131817, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5113, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1632, 0, 0, 0, 0, 0, 0, 0, 131108, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5114, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1632, 30, 0, 0, 0, 0, 0, 0, 131808, 0, 3050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5115, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1632, 1328, 0, 0, 0, 0, 0, 0, 131118, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5116, 1, 5, 6, 62, 0, 0, 1, 94, 1192, 1632, 30, 1328, 0, 0, 0, 0, 0, 131818, 0, 5050, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5117, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1632, 0, 0, 0, 0, 0, 0, 0, 131105, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5118, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1632, 30, 0, 0, 0, 0, 0, 0, 131805, 0, 3150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5119, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1632, 1328, 0, 0, 0, 0, 0, 0, 131115, 0, 5100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5120, 1, 5, 6, 62, 0, 0, 1, 784, 1245, 1632, 30, 1328, 0, 0, 0, 0, 0, 131815, 0, 5150, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5121, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1632, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5122, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1632, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5123, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1632, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5124, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1632, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5125, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1632, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5126, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1632, 30, 0, 0, 0, 0, 0, 0, 132011, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5127, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1632, 30, 0, 0, 0, 0, 0, 0, 132111, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5128, 1, 6, 7, 85, 0, 0, 1, 1192, 1632, 30, 0, 0, 0, 0, 0, 0, 0, 132111, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5129, 1, 2, 3, 83, 0, 0, 1, 390, 1245, 1292, 1631, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5130, 1, 2, 3, 83, 0, 0, 1, 91, 1352, 1292, 1631, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5131, 1, 2, 3, 83, 0, 0, 1, 784, 1352, 1292, 1631, 0, 0, 0, 0, 0, 0, 132011, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5132, 1, 4, 5, 84, 0, 0, 1, 1370, 1351, 1292, 1631, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5133, 1, 4, 5, 84, 0, 0, 1, 92, 1352, 1292, 1631, 0, 0, 0, 0, 0, 0, 132011, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5134, 1, 4, 5, 84, 0, 0, 1, 784, 1351, 1292, 1631, 0, 0, 0, 0, 0, 0, 132011, 0, 3100, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5135, 1, 6, 7, 85, 0, 0, 1, 1192, 1292, 1631, 0, 0, 0, 0, 0, 0, 0, 132111, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5136, 1, 6, 7, 85, 0, 0, 1, 784, 1245, 1292, 1631, 0, 0, 0, 0, 0, 0, 132111, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 1); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5137, 10, 1, -1, 72, 0, 0, 1, 1634, 1424, 26, 1331, 1109, 0, 0, 0, 0, 0, 161023, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5138, 10, 1, -1, 72, 0, 0, 1, 1636, 1424, 27, 1330, 1595, 0, 0, 0, 0, 0, 161038, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5139, 11, 0, -1, 72, 0, 0, 1, 1636, 1424, 27, 1330, 1595, 1098, 0, 0, 0, 0, 161038, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5140, 10, 1, -1, 72, 0, 0, 1, 1637, 1424, 19, 1638, 0, 0, 0, 0, 0, 0, 161050, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5141, 7, 0, -1, 0, 0, 0, 1, 1649, 1424, 1279, 1331, 1600, 97, 135, 0, 0, 0, 161046, 0, 10000, 100, 0, 0, 3, 106000, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5142, 1, 0, -1, 0, 0, 0, 0, 1650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100204, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5143, 1, 0, -1, 0, 0, 0, 0, 1651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100209, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5144, 10, 1, -1, 88, 0, 0, 0, 1650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109104, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5145, 10, 1, -1, 77, 0, 0, 1, 1651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109109, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5146, 11, 0, -1, 88, 0, 0, 0, 1650, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109104, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5147, 11, 0, -1, 77, 0, 0, 1, 1651, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109109, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5148, 11, 0, -1, 88, 0, 0, 0, 1650, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109104, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5149, 11, 0, -1, 77, 0, 0, 1, 1651, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109109, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5150, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1652, 0, 0, 0, 0, 0, 0, 0, 160001, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5151, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1653, 0, 0, 0, 0, 0, 0, 0, 160002, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5152, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1654, 0, 0, 0, 0, 0, 0, 0, 160003, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5153, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1655, 0, 0, 0, 0, 0, 0, 0, 160004, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5154, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1656, 0, 0, 0, 0, 0, 0, 0, 160005, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5155, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1657, 0, 0, 0, 0, 0, 0, 0, 160006, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5156, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1652, 1645, 0, 0, 0, 0, 0, 0, 160007, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5157, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1653, 1645, 0, 0, 0, 0, 0, 0, 160008, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5158, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1654, 1645, 0, 0, 0, 0, 0, 0, 160009, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5159, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1655, 1645, 0, 0, 0, 0, 0, 0, 160010, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5160, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1656, 1645, 0, 0, 0, 0, 0, 0, 160011, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5161, 1, 0, -1, 0, 0, 0, 0, 1639, 1640, 1657, 1645, 0, 0, 0, 0, 0, 0, 160012, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5162, 1, 0, -1, 0, 0, 0, 0, 1639, 1641, 0, 0, 0, 0, 0, 0, 0, 0, 160013, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5163, 1, 0, -1, 0, 0, 0, 0, 1639, 1641, 1645, 0, 0, 0, 0, 0, 0, 0, 160014, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5164, 1, 0, -1, 0, 0, 0, 0, 1639, 1641, 1647, 0, 0, 0, 0, 0, 0, 0, 160015, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5165, 1, 0, -1, 0, 0, 0, 0, 1639, 1641, 1646, 0, 0, 0, 0, 0, 0, 0, 160016, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5166, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 0, 0, 0, 0, 0, 0, 0, 0, 160017, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5167, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1645, 0, 0, 0, 0, 0, 0, 0, 160018, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5168, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1648, 0, 0, 0, 0, 0, 0, 0, 160019, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5169, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1648, 1645, 0, 0, 0, 0, 0, 0, 160020, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5170, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1647, 0, 0, 0, 0, 0, 0, 0, 160021, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5171, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1646, 0, 0, 0, 0, 0, 0, 0, 160022, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5172, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 0, 0, 0, 0, 0, 0, 0, 0, 160023, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5173, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1645, 0, 0, 0, 0, 0, 0, 0, 160024, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5174, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1648, 0, 0, 0, 0, 0, 0, 0, 160025, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5175, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1648, 1645, 0, 0, 0, 0, 0, 0, 160026, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5176, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1647, 0, 0, 0, 0, 0, 0, 0, 160027, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5177, 1, 0, -1, 0, 0, 0, 0, 1639, 1644, 0, 0, 0, 0, 0, 0, 0, 0, 160028, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5178, 1, 0, -1, 0, 0, 0, 0, 1639, 1644, 1645, 0, 0, 0, 0, 0, 0, 0, 160029, 0, 4000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5179, 1, 0, -1, 0, 0, 0, 0, 1639, 1644, 1648, 0, 0, 0, 0, 0, 0, 0, 160030, 0, 3000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5180, 1, 0, -1, 0, 0, 0, 0, 1639, 1644, 1648, 1645, 0, 0, 0, 0, 0, 0, 160031, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5181, 1, 0, -1, 0, 0, 0, 0, 1639, 1641, 1657, 0, 0, 0, 0, 0, 0, 0, 160036, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5182, 1, 0, -1, 0, 0, 0, 0, 1639, 1641, 1645, 1657, 0, 0, 0, 0, 0, 0, 160037, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5183, 1, 0, -1, 0, 0, 0, 0, 1639, 1641, 1647, 1657, 0, 0, 0, 0, 0, 0, 160038, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5184, 1, 0, -1, 0, 0, 0, 0, 1639, 1641, 1646, 1657, 0, 0, 0, 0, 0, 0, 160039, 0, 5000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5185, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1657, 0, 0, 0, 0, 0, 0, 0, 160040, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5186, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1645, 1657, 0, 0, 0, 0, 0, 0, 160041, 0, 7000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5187, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1648, 1657, 0, 0, 0, 0, 0, 0, 160042, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5188, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1648, 1645, 1657, 0, 0, 0, 0, 0, 160043, 0, 8000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5189, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1647, 1657, 0, 0, 0, 0, 0, 0, 160044, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5190, 1, 0, -1, 0, 0, 0, 0, 1639, 1642, 1646, 1657, 0, 0, 0, 0, 0, 0, 160045, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5191, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1657, 0, 0, 0, 0, 0, 0, 0, 160046, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5192, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1645, 1657, 0, 0, 0, 0, 0, 0, 160047, 0, 7000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5193, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1648, 1657, 0, 0, 0, 0, 0, 0, 160048, 0, 7000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5194, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1648, 1645, 1657, 0, 0, 0, 0, 0, 160049, 0, 8000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5195, 1, 0, -1, 0, 0, 0, 0, 1639, 1643, 1647, 1657, 0, 0, 0, 0, 0, 0, 160050, 0, 7000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5196, 1, 0, -1, 0, 0, 0, 0, 1639, 1644, 1657, 0, 0, 0, 0, 0, 0, 0, 160051, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5197, 1, 0, -1, 0, 0, 0, 0, 1639, 1644, 1645, 1657, 0, 0, 0, 0, 0, 0, 160052, 0, 7000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5198, 1, 0, -1, 0, 0, 0, 0, 1639, 1644, 1648, 1657, 0, 0, 0, 0, 0, 0, 160053, 0, 6000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5199, 1, 0, -1, 0, 0, 0, 0, 1639, 1644, 1648, 1645, 1657, 0, 0, 0, 0, 0, 160054, 0, 8000, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5200, 10, 1, -1, 87, 0, 0, 1, 1639, 1424, 1646, 1681, 1680, 0, 0, 0, 0, 0, 160032, 0, 8000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5201, 11, 0, -1, 87, 0, 0, 1, 1639, 1424, 1646, 1098, 1096, 1681, 1680, 0, 0, 0, 160032, 0, 8000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5202, 11, 0, -1, 87, 0, 0, 1, 1639, 1424, 1646, 1102, 1681, 1680, 0, 0, 0, 0, 160032, 0, 8000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5203, 10, 1, -1, 87, 0, 0, 1, 1639, 1645, 1424, 1647, 1680, 0, 0, 0, 0, 0, 160033, 0, 9000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5204, 11, 0, -1, 87, 0, 0, 1, 1639, 1645, 1424, 1647, 1098, 1096, 1680, 0, 0, 0, 160033, 0, 9000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5205, 11, 0, -1, 87, 0, 0, 1, 1639, 1645, 1424, 1647, 1102, 1680, 0, 0, 0, 0, 160033, 0, 9000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5206, 10, 1, -1, 87, 0, 0, 1, 1639, 1645, 1424, 1648, 0, 0, 0, 0, 0, 0, 160034, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5207, 11, 0, -1, 87, 0, 0, 1, 1639, 1645, 1424, 1648, 1098, 1096, 0, 0, 0, 0, 160034, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5208, 11, 0, -1, 87, 0, 0, 1, 1639, 1645, 1424, 1648, 1102, 0, 0, 0, 0, 0, 160034, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5209, 10, 1, -1, 87, 0, 0, 1, 1639, 1640, 0, 0, 0, 0, 0, 0, 0, 0, 117077, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5210, 11, 0, -1, 87, 0, 0, 1, 1639, 1640, 1098, 1096, 0, 0, 0, 0, 0, 0, 117077, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5211, 11, 0, -1, 87, 0, 0, 1, 1639, 1640, 1102, 0, 0, 0, 0, 0, 0, 0, 117077, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5212, 10, 1, -1, 87, 0, 0, 1, 1639, 1641, 0, 0, 0, 0, 0, 0, 0, 0, 117078, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5213, 11, 0, -1, 87, 0, 0, 1, 1639, 1641, 1098, 1096, 0, 0, 0, 0, 0, 0, 117078, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5214, 11, 0, -1, 87, 0, 0, 1, 1639, 1641, 1102, 0, 0, 0, 0, 0, 0, 0, 117078, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5215, 10, 1, -1, 87, 0, 0, 1, 1639, 1642, 0, 0, 0, 0, 0, 0, 0, 0, 160035, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5216, 11, 0, -1, 87, 0, 0, 1, 1639, 1642, 1098, 1096, 0, 0, 0, 0, 0, 0, 160035, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5217, 11, 0, -1, 87, 0, 0, 1, 1639, 1642, 1102, 0, 0, 0, 0, 0, 0, 0, 160035, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5218, 10, 1, -1, 87, 0, 0, 1, 1639, 1643, 0, 0, 0, 0, 0, 0, 0, 0, 117082, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5219, 11, 0, -1, 87, 0, 0, 1, 1639, 1643, 1098, 1096, 0, 0, 0, 0, 0, 0, 117082, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5220, 11, 0, -1, 87, 0, 0, 1, 1639, 1643, 1102, 0, 0, 0, 0, 0, 0, 0, 117082, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5221, 10, 1, -1, 87, 0, 0, 1, 1639, 1644, 0, 0, 0, 0, 0, 0, 0, 0, 117083, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5222, 11, 0, -1, 87, 0, 0, 1, 1639, 1644, 1098, 1096, 0, 0, 0, 0, 0, 0, 117083, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5223, 11, 0, -1, 87, 0, 0, 1, 1639, 1644, 1102, 0, 0, 0, 0, 0, 0, 0, 117083, 0, 7000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5224, 10, 1, -1, 72, 0, 0, 1, 1658, 1424, 1659, 1111, 0, 0, 0, 0, 0, 0, 161016, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5225, 10, 1, -1, 72, 0, 0, 1, 1662, 1424, 29, 1, 184, 1664, 0, 0, 0, 0, 161020, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5226, 11, 0, -1, 72, 0, 0, 1, 1662, 1424, 29, 1, 184, 1098, 1664, 0, 0, 0, 161020, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5227, 1, 0, -1, 0, 0, 0, 0, 1663, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160055, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5228, 10, 1, -1, 75, 0, 0, 1, 1663, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160056, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5229, 11, 0, -1, 75, 0, 0, 1, 1663, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 160056, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5230, 11, 0, -1, 75, 0, 0, 1, 1663, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 160056, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5231, 7, 0, -1, 0, 0, 0, 1, 1665, 1424, 33, 187, 1150, 1149, 119, 1666, 1052, 1331, 161012, 0, 10000, 100, 0, 0, 3, 106009, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5232, 11, 0, -1, 75, 0, 0, 1, 1626, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 119002, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5244, 11, 0, -1, 75, 0, 0, 1, 1626, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 119002, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5245, 7, 0, -1, 0, 0, 0, 1, 1667, 1424, 1668, 214, 1150, 1149, 97, 148, 1167, 1165, 161005, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5246, 10, 1, -1, 88, 0, 0, 1, 1669, 1424, 33, 1331, 0, 0, 0, 0, 0, 0, 161040, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5247, 11, 0, -1, 88, 0, 0, 1, 1669, 1424, 33, 1098, 1331, 0, 0, 0, 0, 0, 161040, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5248, 1, 0, -1, 0, 0, 0, 0, 1670, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160057, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5249, 10, 1, -1, 75, 0, 0, 1, 1670, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160058, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5250, 11, 0, -1, 75, 0, 0, 1, 1670, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 160058, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5251, 11, 0, -1, 75, 0, 0, 1, 1670, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 160058, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5252, 1, 0, -1, 0, 0, 0, 0, 1672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100214, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5253, 1, 0, -1, 0, 0, 0, 0, 1671, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100221, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5254, 1, 0, -1, 0, 0, 0, 0, 1673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100222, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5255, 10, 1, -1, 63, 0, 0, 1, 1672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109114, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5256, 10, 1, -1, 0, 0, 0, 0, 1671, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109121, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5257, 10, 1, -1, 66, 0, 0, 1, 1673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109122, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5258, 11, 0, -1, 63, 0, 0, 1, 1672, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109114, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5259, 11, 0, -1, 0, 0, 0, 0, 1671, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109121, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5260, 11, 0, -1, 66, 0, 0, 1, 1673, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 109122, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5261, 11, 0, -1, 63, 0, 0, 1, 1672, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109114, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5262, 11, 0, -1, 0, 0, 0, 0, 1671, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109121, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5263, 11, 0, -1, 66, 0, 0, 1, 1673, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 109122, 0, 1200, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5264, 7, 0, -1, 0, 0, 0, 1, 1674, 1424, 26, 1595, 1331, 1150, 1149, 97, 0, 0, 161058, 0, 10000, 100, 0, 0, 3, 106009, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5265, 10, 1, -1, 64, 0, 0, 1, 1675, 1424, 30, 1331, 1192, 1297, 0, 0, 0, 0, 161037, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5266, 11, 0, -1, 64, 0, 0, 1, 1675, 1424, 30, 1098, 1331, 1192, 1297, 0, 0, 0, 161037, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5267, 1, 0, -1, 0, 0, 0, 0, 1676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160059, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5268, 10, 1, -1, 75, 0, 0, 1, 1676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160060, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5269, 11, 0, -1, 75, 0, 0, 1, 1676, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 160060, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5270, 11, 0, -1, 75, 0, 0, 1, 1676, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 160060, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5271, 10, 1, -1, 74, 0, 0, 1, 1678, 1424, 27, 1330, 0, 0, 0, 0, 0, 0, 161028, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5272, 11, 0, -1, 74, 0, 0, 1, 1678, 1424, 27, 1330, 1098, 0, 0, 0, 0, 0, 161028, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5273, 1, 0, -1, 0, 0, 0, 0, 1679, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160061, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5274, 10, 1, -1, 75, 0, 0, 1, 1679, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160062, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5275, 11, 0, -1, 75, 0, 0, 1, 1679, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 160062, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5276, 11, 0, -1, 75, 0, 0, 1, 1679, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 160062, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5277, 10, 1, -1, 64, 0, 0, 1, 1682, 1424, 30, 1683, 1192, 1310, 0, 0, 0, 0, 161019, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5278, 11, 0, -1, 64, 0, 0, 1, 1682, 1424, 30, 1683, 1192, 1310, 1098, 0, 0, 0, 161019, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5279, 10, 1, -1, 78, 0, 0, 1, 1684, 1424, 23, 1598, 0, 0, 0, 0, 0, 0, 161039, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5280, 11, 0, -1, 78, 0, 0, 1, 1684, 1424, 23, 1098, 1598, 0, 0, 0, 0, 0, 161039, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5281, 1, 0, -1, 0, 0, 0, 0, 1685, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160063, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5282, 10, 1, -1, 75, 0, 0, 1, 1685, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160064, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5283, 11, 0, -1, 75, 0, 0, 1, 1685, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 160064, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5284, 11, 0, -1, 75, 0, 0, 1, 1685, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 160064, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5285, 7, 0, -1, 0, 0, 0, 1, 1686, 1424, 37, 1330, 1150, 1600, 119, 1666, 1052, 0, 161025, 0, 10000, 100, 0, 0, 3, 107001, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5286, 10, 1, -1, 64, 0, 0, 1, 1687, 1424, 30, 1331, 1595, 0, 0, 0, 0, 0, 161048, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5287, 11, 0, -1, 64, 0, 0, 1, 1687, 1424, 30, 1331, 1595, 1098, 0, 0, 0, 0, 161048, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5288, 1, 0, -1, 0, 0, 0, 0, 1688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160065, 0, 1100, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5289, 10, 1, -1, 75, 0, 0, 1, 1688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160066, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5290, 11, 0, -1, 75, 0, 0, 1, 1688, 1098, 1096, 0, 0, 0, 0, 0, 0, 0, 160066, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5291, 11, 0, -1, 75, 0, 0, 1, 1688, 1102, 0, 0, 0, 0, 0, 0, 0, 0, 160066, 0, 1300, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5292, 10, 1, -1, 78, 0, 0, 1, 1689, 1424, 23, 1192, 1312, 1917, 0, 0, 0, 0, 161059, 0, 10000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (5293, 11, 0, -1, 78, 0, 0, 1, 1689, 1424, 23, 1098, 1192, 1312, 1917, 0, 0, 0, 161059, 0, 11000, 100, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (8001, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100217, 0, 9999, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (8002, 0, 0, -1, 0, 0, 0, 0, 1288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100217, 0, 9999, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (8003, 0, 0, -1, 0, 0, 0, 0, 1192, 1328, 0, 0, 0, 0, 0, 0, 0, 0, 100217, 0, 9999, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (8005, 0, 0, -1, 0, 0, 0, 0, 1294, 1332, 19, 0, 0, 0, 0, 0, 0, 0, 100217, 0, 9999, 100, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9001, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900018, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9002, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900019, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9003, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900020, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9004, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900021, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9005, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900022, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9006, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900023, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9007, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900024, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9008, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900025, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9009, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900026, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9010, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900027, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9011, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900028, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9012, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900029, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9013, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900030, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9014, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900031, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9015, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900032, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9016, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900033, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9017, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900034, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9018, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900035, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9019, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900018, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9020, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900019, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9021, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900020, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9022, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900021, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9023, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900022, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9024, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900023, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9025, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900024, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9026, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900025, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9027, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900026, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9028, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900027, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9029, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900028, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9030, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900029, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9031, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900030, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9032, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900031, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9033, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900032, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9034, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900033, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9035, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900034, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9036, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900035, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9037, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900000, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9038, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900001, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9039, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900002, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9040, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900003, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9041, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900004, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9042, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900005, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9043, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900006, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9044, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900007, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9045, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900008, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9046, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900009, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9047, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900010, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9048, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900011, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9049, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900012, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9050, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900013, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9051, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900014, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9052, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900015, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9053, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900016, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9054, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900017, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9055, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900018, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9056, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900019, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9057, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900020, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9058, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900021, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9059, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900022, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9060, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900023, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9061, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900024, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9062, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900025, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9063, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900026, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9064, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900027, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9065, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900028, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9066, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900029, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9067, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900030, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9068, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900031, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9069, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900032, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9070, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900033, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9071, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900034, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9072, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900035, 0, 0, 0, 0, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9073, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900018, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9074, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900019, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9075, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900020, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9076, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900021, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9077, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900022, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9078, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900023, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9079, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900024, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9080, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900025, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9081, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900026, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9082, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900027, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9083, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900028, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9084, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900029, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9085, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900030, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9086, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900031, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9087, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900032, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9088, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900033, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9089, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900034, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9090, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900035, 0, 0, 0, 0, 2, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9091, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900000, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9092, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900001, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9093, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900002, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9094, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900003, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9095, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900004, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9096, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900005, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9097, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900006, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9098, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900007, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9099, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900008, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9100, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900009, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9101, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900010, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9102, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900011, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9103, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900012, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9104, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900013, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9105, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900014, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9106, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900015, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9107, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900016, 0, 0, 0, 0, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_base (id, mode, sub_mode, sub_mode_jump, situation, sub_situation, situation_end, disable_reentry_situation, trigger0, trigger1, trigger2, trigger3, trigger4, trigger5, trigger6, trigger7, trigger8, trigger9, message_group, comment_group, priority, per, immediate, discard, tension, camera_id, camera_horse1, camera_horse2, disable_reuse) VALUES (9108, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 900017, 0, 0, 0, 0, 3, 0, 0, 0, 0); -- Table: race_jikkyo_comment CREATE TABLE 'race_jikkyo_comment' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'message' TEXT NOT NULL, 'voice' TEXT NOT NULL, 'per' INTEGER NOT NULL, 'message_group' INTEGER NOT NULL, 'omit_tag' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1, 100000, 'The stage is set for a memorable race.', '%w_0.3|1000101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2, 0, 'The track is dry, so they may need to watch\ntheir feet.', '1000201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3, 100002, 'But there are some Umamusume who prefer the\ntrack like this.', '1000301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (4, 100003, 'When the ground is as tightly packed as it is\ntoday, it''s easier to build up speed.', '1000401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (5, 100004, 'I hope the weather holds out for us.', '%w_0.3|1000501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (6, 100005, 'Japanese tracks do have good drainage.', '1000601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (7, 100006, 'If the rain gets bad, it could prove to be a\nrather difficult race.', '%w_0.3|1000701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (8, 100007, 'It may be easier to build speed, but I''m worried\nabout the strain on their legs.', '%w_0.3|1000801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9, 100008, 'When the track is this soft, it all depends on\nwhether or not you''re good at handling it.', '%w_0.3|1000901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (10, 100009, 'The track is going to be fairly treacherous\ntoday. Positioning is going to play an important\nrole.', '1001001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (11, 100010, 'When the track is this rough, it''s impossible to\nguess how things will turn out.', '%w_0.1|1001101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (12, 100011, 'These are less than ideal track conditions, to\nbe sure.', '1001201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (13, 100012, 'I''m concerned about how much the snow will\naffect today''s race.', '1001301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (14, 100013, 'They can''t run without taking the snow into\naccount.', '1001401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (15, 100014, 'A snowy winter wonderland might sound nice,\nbut it''s no good for running on.', '1001501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (16, 100015, 'We''ll find out today who likes the snow and\nwho doesn''t.', '1001601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (18, 100016, 'What a presence! Look at that spirit!', '1001801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (19, 100016, 'Let''s hope for a dead heat. That''s when the\nsparks fly.', '1001901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (20, 100016, 'I just hope the Umamusume I''m rooting for\ngives it her all today!', '1002001|1002002', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (22, 100021, 'Those two certainly know how to make a great\nstart.', '1002201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (23, 100022, 'She''s the master of making a good start.', '1002301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (24, 100022, 'That was a perfect start.', '1002401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (25, 100024, 'They might have been waiting to see how\neveryone else would move.', '1002501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (26, 100025, 'They all seem to be in the zone. This should be\na good race.', '1002601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (28, 100027, 'Let''s hope that those who made a late start can\ncatch up.', '1002801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (43, 100043, '%h_player is running smoothly.', '%h_player|1004001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (44, 100043, '%h_player is skipping right along.', '%h_player|1004101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (45, 100044, 'They should make good rivals.', '1004201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (59, 100059, 'We''re only just getting started. I hope she\nstays motivated!', '1004601|1004602', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (60, 100059, 'She''s in a difficult position, but we can still\nhope for a comeback.', '1004603|1004604', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (61, 100059, 'We''re only just getting started. We can still\nhope for a comeback.', '1004601|1004604', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (62, 100059, 'She''s in a difficult position, but I hope she\nstays motivated!', '1004603|1004602', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (67, 100066, 'They certainly are keeping each other in check.\nIt''ll all depend on when they make their move.', '1004801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (68, 100067, 'Things are getting tense now, but they might\nwant to focus on their pace.', '1004901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (70, 100069, 'What a bold strategy! This is completely\nunexpected!', '1005003|1005004', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (72, 100069, 'What a bold strategy! This should be an\neventful race!', '1005003|1005002', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (73, 100072, 'This really suits\n%h_rank1''s running style.', '%h_rank1|1005101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (75, 100074, 'From that position, she can easily see what''s\ngoing on around her. She''s proceeding\nsmoothly.', '1005301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (76, 100075, 'This must be her strategy. Her final burst''s\ngoing to be a sight to behold.', '1005401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (78, 100077, 'Apparently, praying at the nearby shrine for\ngood luck with romance is all the rage these\ndays.', '1005601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (79, 100078, 'It''s almost like she''s checking the condition of\nthe track as she runs. She''s not putting her all\ninto it yet.', '1005701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (84, 100083, 'She seems to be a little rushed. I hope she can\nget a chance to breathe.', '1005901|1005902', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (85, 100083, 'She might be feeling rushed. I hope she finds\ntime to catch her breath.', '1005903|1005904', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (86, 100083, 'She seems to be a little rushed. I hope she\nfinds time to catch her breath.', '1005901|1005904', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (87, 100083, 'She might be feeling rushed. I hope she can\nget a chance to breathe.', '1005903|1005902', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (88, 100087, 'She looks a little strained, but it''s fine. She''s\nabout to start showing her real skills!', '%w_0.05|1006001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (89, 100088, 'It might become a little confusing with all of\nthem packed together like this.', '1006101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (90, 100089, 'They might have a hard time deciding when to\nmake their move in this race.', '1006201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (121, 100120, 'She seems to be panicking. Is she worried\nabout the distance in front of her?', '2008701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (222, 100221, 'It''s time to put it all on the table! They''re\napproaching the decisive final stretch!', '1017601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (256, 100276, 'She''s pulled ahead a little.', '2021001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1040, 100000, 'This should be a good race for our racers to test their mettle.', '%w_0.1|1008201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1041, 100000, 'We can expect a good run from each of these\nUmamusume.', '%w_0.1|1008301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1042, 100001, 'The track is dry and sandy, so this race could\nrequire a bit more strength.', '1008401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1043, 100001, 'As an expert on the dirt, she should be able to\nshow off her full skill today.', '1008501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1044, 100021, 'I''m definitely interested in seeing how these\ntwo race today.', '1008601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1045, 100021, 'How will those in the rear respond to the pace\nset by these two?', '1008701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1046, 100025, 'The battle for a good position should be fierce\ntoday.', '1008801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1047, 100025, 'Let''s see who takes the lead first.', '1008901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1050, 100044, 'These two should make for a good race.', '1009301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1051, 100044, 'I can see this race ramping up quickly.', '1009401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1052, 100075, 'I think she''s betting on a showdown during the\nfinal stretch. I''m looking forward to it!', '1009501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1053, 100088, 'Making it to the front doesn''t look like an easy\ntask.', '1009601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1054, 100088, 'It looks like they''re keeping each other in\ncheck.', '1009701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1055, 100089, 'Everyone seems to be maintaining their own\npace.', '%w_0.1|1009801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1056, 100089, 'I''m curious as to whether the runners in the rear\nwill make it to the front.', '1009901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1057, 100221, 'Will she come from the inside or the outside?!\nWe''re in the final phase now!', '1010001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1058, 100221, 'I can''t look away! What are these Umamusume\ngoing to do?!', '1010101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1059, 100221, 'Here comes the last spurt! The race is really\nheating up now!', '1010201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1060, 100276, 'I''m worried that she''ll run out of stamina.', '1010301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1061, 100276, 'I hope she can regain her composure.', '1010401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1062, 112592, 'It might become a little confusing with all of\nthem packed together like this.', '1006101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (1063, 112592, 'Making it to the front doesn''t look like an easy\ntask.', '1009601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2001, 150001, 'I''m hoping for the birth of a star on the dirt\nhere today.', '%w_0.3|0000001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2002, 150002, 'She''s definitely a top contender to be spring\nstar of the sprint.', '%w_0.3|0000002', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2003, 150003, 'I''d love to see her prove her skills by winning\nthe first leg of the Spring Triple Crown.', '%w_0.3|0000003', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2004, 150004, 'I''d love to see her win the first Triple Tiara race\nand be crowned the queen of the cherry\nblossoms.', '%w_0.3|0000004', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2005, 150005, 'If it''s sheer speed that wins the Classic Triple\nCrown, then it might just be her.', '%w_0.3|0000005', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2006, 150006, 'I''d love to see her show off her unbelievable\nskills and win the spring Tenno Sho.', '%w_0.3|0000006', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2007, 150007, 'I''d love to see her become the new ruler of the\nmile amongst the greenery in Fuchu.', '%w_0.3|0000007', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2008, 150008, 'I''d love to see her give a run that amazes even\nthe goddess of victory.', '%w_0.3|0000008', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2009, 150009, 'I''d love to see her win the second Triple Tiara\nrace and be crowned the queen of the oaks.', '%w_0.3|0000009', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2010, 150010, 'I''d love to see her realize her dreams and\nbecome the Derby champion.', '%w_0.3|0000010', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2011, 150011, 'I''d love to see her show off her speed and\nshine as the spring ruler of the mile.', '%w_0.3|0000011', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2012, 150012, 'She carries the dreams of the most fans on her\nshoulders today. I''d love to see her shine as\ngrand prix champion.', '%w_0.3|0000012', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2013, 150013, 'With her popularity, I''d love to see her\ncrowned as the fall star of the sprint.', '%w_0.3|0000013', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2014, 150014, 'I''d love to see her amazing stride win her the\nthird Triple Tiara race.', '%w_0.3|0000014', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2015, 150015, 'I''d love to see her prove she''s the greatest of\nher generation by winning the last race of the\nClassic Triple Crown tour.', '%w_0.3|0000015', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2016, 150016, 'I''d love to see her run at the top of the\nmedium-distance races and win the autumn\nTenno Sho.', '%w_0.3|0000016', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2017, 150017, 'She has enough skill to take the queen''s crown\nfor herself.', '%w_0.3|0000017', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2018, 150018, 'I''d love to see her shine as the ruler of the mile\nwith her overwhelming speed.', '%w_0.3|0000018', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2019, 150019, 'I''d love to see her show off the stunning stride\nthat makes her the representative of Japan.', '%w_0.3|0000019', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2020, 150020, 'Her speed is incredible on the dirt. I''d love to\nsee her shine as the champion.', '%w_0.3|0000020', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2021, 150021, 'I''m hoping to see her crowned as the new\nqueen for next year''s Tiara tour.', '%w_0.3|0000021', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2022, 150022, 'I''d love for her to show her strength and aim\nfor next year''s Classics.', '%w_0.3|0000022', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2023, 150023, 'I''d love to see her win the last race of the year\nand live up to her name of greatest grand prix\nchampion.', '%w_0.3|0000023', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2024, 150024, 'I''d love to see her take this big step toward the\nClassics.', '%w_0.3|0000024', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2025, 150025, 'I''d love to see her run like the true champion\nof the first half of this season''s dirt tour.', '%w_0.3|0000025', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2026, 150026, 'I''m hoping for the birth of a star on the dirt\nhere today in Oi.', '%w_0.3|0000026', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2027, 150027, 'I''d love to see her shine as the heroine of the\ndirt with some amazing running.', '%w_0.3|0000027', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2028, 150028, 'I''d love to see her show off her skills as the\nfastest Umamusume in the dirt racing world.', '%w_0.3|0000028', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2029, 150029, 'I''d love to see her prove her dominance as the\ngreatest Umamusume on the dirt tour.', '%w_0.3|0000029', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2030, 150030, 'As the sun sets here in Oi, I''m hoping to see\nsome great running to finish off the dirt tour.', '%w_0.3|0000030', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2031, 150031, 'She looks like she''s in perfect shape.', '%w_0.3|0000031', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2032, 150032, 'She seems to be in a great mood.', '%w_0.3|0000032', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2033, 150033, 'She''s not looking on top of her game today.', '%w_0.3|0000033', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2034, 150034, 'She seems a little halfhearted.', '%w_0.3|0000034', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2035, 150035, 'It doesn''t look like she''s in the mood to race.', '%w_0.3|0000035', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2036, 150036, 'She should be able to show what she''s fully\ncapable of on this turf.', '%w_0.3|0000036', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2037, 150037, 'I''m looking forward to seeing some powerful\nrunning on the dirt.', '%w_0.3|0000037', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2038, 150038, 'I''m a little worried as to whether or not she can\nshow her full potential on this turf.', '%w_0.3|0000038', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2039, 150039, 'I wonder how she''ll handle this dirt track.', '%w_0.3|0000039', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2040, 150040, 'This will be a great opportunity for her to show\noff her endurance.', '%w_0.3|0000040', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2041, 150041, 'We can expect a good run from her on a\ndistance like this.', '%w_0.3|0000041', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2042, 150042, 'Considering her great affinity for mile races,\nI''m hoping to see some amazing running from\nher.', '%w_0.3|0000042', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2043, 150043, 'Her explosive power is perfect for sprints.', '%w_0.3|0000043', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2044, 150044, 'She''ll find this race challenging given the\ndistance.', '%w_0.3|0000044', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2045, 150045, 'I wonder if she''ll be able to adjust to the pace\nof this medium-distance race.', '%w_0.3|0000045', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2046, 150046, 'I''m worried about whether her pace will suit\nthis mile race.', '%w_0.3|0000046', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2047, 150047, 'Will the split-second dynamics of a sprint suit\nher?', '%w_0.3|0000047', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2048, 150048, 'I''d love to see her make a dramatic late charge\nfrom the back.', '%w_0.3|0000048', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2049, 150049, 'I''m hoping to see her make an explosive late\nsurge.', '%w_0.3|0000049', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2050, 150050, 'I''d love to see her stick just behind the leader\nand seize victory at the end.', '%w_0.3|0000050', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2051, 150051, 'If she can take the lead and dictate the pace,\nshe''ll be hard to catch.', '%w_0.3|0000051', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2052, 150052, 'If she hangs in the back, she might not make it\nin time.', '%w_0.3|0000052', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2053, 150053, 'She doesn''t have the turn of foot to make a\nbreak for it at the end, so I''m not sure this is\nthe strategy for her.', '%w_0.3|0000053', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2054, 150054, 'She''s not the best at staying in the front, so I''m\na little worried.', '%w_0.3|0000054', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2055, 150055, 'I''m worried about whether she can stay calm\nafter taking the lead.', '%w_0.3|0000055', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2056, 150056, 'Her ability is definitely top class. You can feel\nthe presence radiating from her.', '%w_0.3|0000056', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2057, 150057, 'With both popularity and power, this runner is\nmy personal favorite.', '%w_0.3|0000057', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2058, 150058, 'She has such good form that she''s even\ndrawing attention in the paddock.', '%w_0.3|0000058', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2059, 150059, 'She may not be the favorite, but she''s equal in\ntalent.', '%w_0.3|0000059', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2060, 150060, 'What a magnificent presence. This runner is my\npersonal favorite.', '%w_0.3|0000060', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2061, 150061, 'She''s in just as good shape as the favorite.', '%w_0.3|0000061', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2062, 150062, 'She may be third favorite, but she''s skilled\nenough to surprise everyone.', '%w_0.3|0000062', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2063, 150063, 'There''s something about her that just shines.\nThis runner is my personal favorite.', '%w_0.3|0000063', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2064, 150064, 'She certainly looks as ready as the rest of the\ngroup.', '%w_0.3|0000064', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2065, 150065, 'Her rivals are strong, but I''m hoping for a good\nrun regardless.', '%w_0.3|0000065', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2066, 150066, 'This is a somewhat difficult matchup, but I''m\nhoping she does her best.', '%w_0.3|0000066', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2067, 150067, 'It may be difficult for her to place high, but I''d\nlove to see her benefit from the experience.', '%w_0.3|0000067', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2068, 150068, 'She has both incredible speed and explosive\npower.', '%w_0.3|0000068', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2069, 150069, 'She''s running to the best of her ability, but I''d\nlike to see some more speed and power from\nher.', '%w_0.3|0000069', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2070, 150070, 'One of her best qualities is her extraordinary\nendurance, which allows her to make use of her\nspeed for longer.', '%w_0.3|0000070', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2071, 150071, 'She needs to find a balance between her\nacceleration and endurance.', '%w_0.3|0000071', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2072, 150072, 'Her persistence on the final stretch is really\nnoteworthy.', '%w_0.3|0000072', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (2073, 150073, 'She needs to be careful with her pacing. I''d\nlike to see her focus on the mental game.', '%w_0.3|0000073', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3000, 160001, 'She''s in good shape for this race. All that training has her fit and fearless.', '0000082', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3001, 160002, 'Her legs seem to be in excellent shape. I think we''ll see a good performance.', '0000083', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3002, 160003, 'While she''s not the favorite, I''m seeing a promising flexibility in her form.', '0000084', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3003, 160004, 'We''ve got a strong lineup, so I''m hard-pressed to pick a favorite. If I had to say though, I think I''ll be keeping my eyes on this one.', '0000085', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3004, 160005, 'While she hasn''t gotten much attention, I''ve got a suspicion this one''s going to be a sleeper hit. I''m certainly rooting for her.', '0000086', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3005, 160006, 'I want to see her fly across the turf like a star shoots through the sky—and show us a beautiful burst of pure speed.', '0000087', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3006, 160007, 'This racer''s got both power and speed—she''s undeniably the star of the mile.', '0000088', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3007, 160008, 'I''d love to see this racer topple legends and become a true star on the turf.', '0000089', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3008, 160009, 'This racer''s got plenty of stamina. I''m looking forward to seeing her shine—eternal as starlight.', '0000090', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3009, 160010, 'Like a star on a clear desert night, this racer''s sure to shower fans with hope.', '0000091', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3010, 160011, 'I''m seeing lots of confident faces!', '1010501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3011, 160011, 'They''re in the gates—and everyone is looking sharp.', '1010601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3012, 160011, 'With such an electric atmosphere, it seems like we''re in for a special race today!', '1010701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3013, 160011, 'With our racers looking cool and calm at the gates, we''re surely in store for an impressive race!', '1010801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3014, 160013, 'This racer''s got an air of determination about her. Keep your eyes peeled!', '1010901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3015, 160014, 'Which runner will shine the brightest? We''ll find out in the Twinkle Star Climax—starting now!', '1011001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3016, 160014, 'With all these talented runners competing today, we won''t have a second to blink!', '1011101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3017, 160014, 'Which of these racers will be first across the finish line? It''s about time to get started!', '1011201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3018, 160015, 'Glory lies ahead for the fastest... and our competitors are on their way!', '1011301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3019, 160015, 'With the brilliance of shooting stars, our runners charge around the final corner!', '1011401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3020, 160015, 'Will the front-runners keep their lead? Or will the late surgers who saved their strength blast ahead? It''s the moment of truth!', '1011501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3021, 161000, 'She''s done it! At the pivotal moment, she''s proven herself the brightest star on the track!', '1100001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3022, 161001, 'Special Week! That was certainly a run befitting the Ruler of Japan!', '1100101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3023, 161002, 'Silence Suzuka! It''s clear just why she''s known as the Otherworldly Front-Runner—that lead was hers!', '1100201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3024, 161003, 'Tokai Teio! This miraculous runner could surpass even the Emperor herself!', '1100301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3025, 161004, 'Maruzensky! This hot rod cruised down the track, handily leaving everyone else in her dust!', '1100401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3026, 161005, 'Fuji Kiseki! What a gem of a runner she is, dazzling and inspiring us all!', '1100501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3027, 161006, 'Oguri Cap! Not only is she the crowd''s beloved idol, she''s also the strongest runner on this track!', '1100601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3028, 161007, 'Gold Ship! The battleship has once again proven she''s unsinkable! Another splendid performance by this golden racer!', '1100701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3029, 161008, 'Vodka! The Extraordinary Empress does as she pleases, striking a bold path uniquely her own!', '1100801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3030, 161009, 'Daiwa Scarlet! With another perfect run, she''s proven herself number one to us all!', '1100901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3031, 161010, 'Taiki Shuttle! With speed and power alike, she''s shown the crowd a rootin'' tootin'' good run!', '1101001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3032, 161011, 'Grass Wonder! With refined steps, this runner of pure virtue mastered today''s track, politely collecting a resounding victory.', '1101101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3033, 161012, 'Hishi Amazon! Her unfaltering power and prestige is truly befitting of the title "Queen of the Amazons!"', '1101201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3034, 161013, 'Mejiro McQueen! She''s making a name for herself with elegant, unstoppable strides, never shying away from the prestige her family holds!', '1101301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3035, 161014, 'El Condor Pasa! The Phantom Bird snatches the lead with a run that will carry her across the seas and skies!', '1101401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3036, 161015, 'T.M. Opera O! The Centurial Overlord plays the lead role in yet another dramatic race. Can no one stop her?!', '1101501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3037, 161016, 'Narita Brian! She dominated the race with strength that can only be described as ferocious. What a beast!', '1101601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3038, 161017, 'Symboli Rudolf! The Emperor honors her title with dignity, bestowing unto us another stunning race!', '1101701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3039, 161018, 'Air Groove! The Empress treated us to a breathtaking display of her abilities, showing how she aims for the highest of standards!', '1101801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3040, 161019, 'Agnes Digital! Just as a hero is always there for you, Agnes Digital never backs down from a race!', '1101901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3041, 161020, 'Seiun Sky! The elusive, cloud-like Trickster has once again fooled us all with her shrewd tactics!', '1102001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3042, 161021, 'Tamamo Cross! Like a flash of lightning, she struck the goal with blinding speed!', '1102101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3043, 161022, 'Fine Motion! She couldn''t resist the call of victory—the glory she seized today is priceless!', '1102201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3044, 161023, 'Biwa Hayahide! She put her winning equation in motion and showed just why she''s heralded as the strongest of her generation!', '1102301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3045, 161024, 'Mayano Top Gun! She''s got talent like no other and knows just how to show it off on the track!', '1102401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3046, 161025, 'Manhattan Cafe! Cutting through the darkness, she rises above all else as a skyscraper of victory!', '1102501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3047, 161026, 'Mihono Bourbon! She saw her mission through and achieved perfect victory with the calculated precision of a cyborg!', '1102601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3048, 161027, 'Mejiro Ryan! Demonstrating the fruits of her steadfast training, she''s done her family name proud!', '1102701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3049, 161028, 'Hishi Akebono! She''s always taking big steps to her goals, and savored an extra big win today!', '1102801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3051, 161030, 'Rice Shower! No matter how fearsome the race, she stays true to herself—just like a storybook hero!', '1103001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3052, 161031, 'Ines Fujin! She stormed through like a raging wind and seized the crown!', '1103101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3053, 161032, 'Agnes Tachyon! She looked faster than light out there! What a spectacle to see our dreams brought to life!', '1103201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3054, 161033, 'Admire Vega! Her resolve is second to none. She showed a determination that shined brighter than any other star in the sky!', '1103301', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3055, 161034, 'Inari One! Her sleek, refined running has shown everyone why she''s the greatest there is!', '1103401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3056, 161035, 'Winning Ticket! Placing her hopes on this race, she showed us a run worthy of leading a new generation!', '1103501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3057, 161036, 'Air Shakur! Using a logic all her own, she''s proven to be the undisputed best on the track!', '1103601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3058, 161037, 'Eishin Flash! She truly demonstrated her perfectionism out there with all the pride and resolve in her heart!', '1103701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3059, 161038, 'Curren Chan! She stole countless hearts today with that absolutely dazzling run!', '1103801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3060, 161039, 'Kawakami Princess! She overcame the rivals around her and fought her way to the front like a true princess!', '1103901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3061, 161040, 'Gold City! She ran with her whole soul on the line, proving her resolve is unyielding!', '1104001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3062, 161041, 'Sakura Bakushin O! No fuss or frills—just pure, straightforward speed from the Bakushin King!', '1104101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3065, 161044, 'Sweep Tosho! With that swift explosion of speed, her run was truly magical!', '1104401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3066, 161045, 'Super Creek! She set a leading example for her peers with her sound abilities and judgment!', '1104501', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3067, 161046, 'Smart Falcon! All eyes were on her for this race! She''s a true top Umadol!', '1104601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3069, 161048, 'Tosen Jordan! She ran today with indestructible form, proving she won''t let anyone break her gutsy spirit!', '1104801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3071, 161050, 'Narita Taishin! This runner''s the fastest of her generation and her big win today further proves it!', '1105001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3072, 161051, 'Nishino Flower! With a run both beautiful and inspiring, she bloomed into a champion today!', '1105101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3073, 161052, 'Haru Urara! She took first place with indomitable determination, like a beautiful spring ending a long, bitter winter!', '1105201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3077, 161056, 'Matikanefukukitaru! You can tell how much faith she has in herself—true to her name, she brought fortune home today!', '1105601', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3079, 161058, 'Meisho Doto! Her budding confidence blossoms further with each race. Not even the Overlord can stop her!', '1105801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3080, 161059, 'Mejiro Dober! She has conviction befitting the Mejiro name. What an impressive run!', '1105901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3081, 161060, 'Nice Nature! All her growth has culminated in this first-place win—the crowd is going wild!', '1106001', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3082, 161061, 'King Halo! The King crushes fearsome opposition to seize her gloried throne!', '1106101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3083, 161062, 'Matikanetannhauser! With her mind set on winning, this bright, eager runner heard her fans'' cheers and responded in kind!', '1106201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3085, 161064, 'Mejiro Palmer! Her prestigious lineage can''t constrain her! She showed us what running free truly means!', '1106401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3088, 161067, 'Satono Diamond! What an amazing success! She carried all the hopes and wishes entrusted to her and blazed her own path to victory!', '1106701', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3089, 161068, 'Kitasan Black! She accepted everyone''s expectations with open arms and brought joy and confidence to us all with her victory!', '1106801', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3090, 161069, 'Sakura Chiyono O! By her earnest efforts, this bud has opened into a radiant blossom!', '1106901', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3092, 161071, 'Mejiro Ardan! In this brief, fleeting time, she''s shown everyone a beautiful, blindingly powerful run!', '1107101', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3093, 161072, 'Yaeno Muteki! With courage and spirit honed through intense discipline, she gallantly triumphed over her rivals!', '1107201', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (3094, 161074, 'Mejiro Bright! Inheriting the prestige of a noble family, she secured victory against the greatest challengers around!', '1107401', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9000, 900000, '%h_rank1、%h_rank_l1、%h_rank_no1、%h_rank_to1、%h_rank_ta1、%h_rank_a1', '%h_rank1|%w_0.2|%h_rank_l1|%w_0.2|%h_rank_no1|%w_0.2|%h_rank_to1|%w_0.2|%h_rank_ta1|%w_0.2|%h_rank_a1', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9001, 900001, '%h_rank2、%h_rank_l2、%h_rank_no2、%h_rank_to2、%h_rank_ta2、%h_rank_a2', '%h_rank2|%w_0.2|%h_rank_l2|%w_0.2|%h_rank_no2|%w_0.2|%h_rank_to2|%w_0.2|%h_rank_ta2|%w_0.2|%h_rank_a2', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9002, 900002, '%h_rank3、%h_rank_l3、%h_rank_no3、%h_rank_to3、%h_rank_ta3、%h_rank_a3', '%h_rank3|%w_0.2|%h_rank_l3|%w_0.2|%h_rank_no3|%w_0.2|%h_rank_to3|%w_0.2|%h_rank_ta3|%w_0.2|%h_rank_a3', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9003, 900003, '%h_rank4、%h_rank_l4、%h_rank_no4、%h_rank_to4、%h_rank_ta4、%h_rank_a4', '%h_rank4|%w_0.2|%h_rank_l4|%w_0.2|%h_rank_no4|%w_0.2|%h_rank_to4|%w_0.2|%h_rank_ta4|%w_0.2|%h_rank_a4', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9004, 900004, '%h_rank5、%h_rank_l5、%h_rank_no5、%h_rank_to5、%h_rank_ta5、%h_rank_a5', '%h_rank5|%w_0.2|%h_rank_l5|%w_0.2|%h_rank_no5|%w_0.2|%h_rank_to5|%w_0.2|%h_rank_ta5|%w_0.2|%h_rank_a5', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9005, 900005, '%h_rank6、%h_rank_l6、%h_rank_no6、%h_rank_to6、%h_rank_ta6、%h_rank_a6', '%h_rank6|%w_0.2|%h_rank_l6|%w_0.2|%h_rank_no6|%w_0.2|%h_rank_to6|%w_0.2|%h_rank_ta6|%w_0.2|%h_rank_a6', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9006, 900006, '%h_rank7、%h_rank_l7、%h_rank_no7、%h_rank_to7、%h_rank_ta7、%h_rank_a7', '%h_rank7|%w_0.2|%h_rank_l7|%w_0.2|%h_rank_no7|%w_0.2|%h_rank_to7|%w_0.2|%h_rank_ta7|%w_0.2|%h_rank_a7', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9007, 900007, '%h_rank8、%h_rank_l8、%h_rank_no8、%h_rank_to8、%h_rank_ta8、%h_rank_a8', '%h_rank8|%w_0.2|%h_rank_l8|%w_0.2|%h_rank_no8|%w_0.2|%h_rank_to8|%w_0.2|%h_rank_ta8|%w_0.2|%h_rank_a8', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9008, 900008, '%h_rank9、%h_rank_l9、%h_rank_no9、%h_rank_to9、%h_rank_ta9、%h_rank_a9', '%h_rank9|%w_0.2|%h_rank_l9|%w_0.2|%h_rank_no9|%w_0.2|%h_rank_to9|%w_0.2|%h_rank_ta9|%w_0.2|%h_rank_a9', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9009, 900009, '%h_rank10、%h_rank_l10、%h_rank_no10、%h_rank_to10、%h_rank_ta10、%h_rank_a10', '%h_rank10|%w_0.2|%h_rank_l10|%w_0.2|%h_rank_no10|%w_0.2|%h_rank_to10|%w_0.2|%h_rank_ta10|%w_0.2|%h_rank_a10', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9010, 900010, '%h_rank11、%h_rank_l11、%h_rank_no11、%h_rank_to11、%h_rank_ta11、%h_rank_a11', '%h_rank11|%w_0.2|%h_rank_l11|%w_0.2|%h_rank_no11|%w_0.2|%h_rank_to11|%w_0.2|%h_rank_ta11|%w_0.2|%h_rank_a11', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9011, 900011, '%h_rank12、%h_rank_l12、%h_rank_no12、%h_rank_to12、%h_rank_ta12、%h_rank_a12', '%h_rank12|%w_0.2|%h_rank_l12|%w_0.2|%h_rank_no12|%w_0.2|%h_rank_to12|%w_0.2|%h_rank_ta12|%w_0.2|%h_rank_a12', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9012, 900012, '%h_rank13、%h_rank_l13、%h_rank_no13、%h_rank_to13、%h_rank_ta13、%h_rank_a13', '%h_rank13|%w_0.2|%h_rank_l13|%w_0.2|%h_rank_no13|%w_0.2|%h_rank_to13|%w_0.2|%h_rank_ta13|%w_0.2|%h_rank_a13', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9013, 900013, '%h_rank14、%h_rank_l14、%h_rank_no14、%h_rank_to14、%h_rank_ta14、%h_rank_a14', '%h_rank14|%w_0.2|%h_rank_l14|%w_0.2|%h_rank_no14|%w_0.2|%h_rank_to14|%w_0.2|%h_rank_ta14|%w_0.2|%h_rank_a14', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9014, 900014, '%h_rank15、%h_rank_l15、%h_rank_no15、%h_rank_to15、%h_rank_ta15、%h_rank_a15', '%h_rank15|%w_0.2|%h_rank_l15|%w_0.2|%h_rank_no15|%w_0.2|%h_rank_to15|%w_0.2|%h_rank_ta15|%w_0.2|%h_rank_a15', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9015, 900015, '%h_rank16、%h_rank_l16、%h_rank_no16、%h_rank_to16、%h_rank_ta16、%h_rank_a16', '%h_rank16|%w_0.2|%h_rank_l16|%w_0.2|%h_rank_no16|%w_0.2|%h_rank_to16|%w_0.2|%h_rank_ta16|%w_0.2|%h_rank_a16', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9016, 900016, '%h_rank17、%h_rank_l17、%h_rank_no17、%h_rank_to17、%h_rank_ta17、%h_rank_a17', '%h_rank17|%w_0.2|%h_rank_l17|%w_0.2|%h_rank_no17|%w_0.2|%h_rank_to17|%w_0.2|%h_rank_ta17|%w_0.2|%h_rank_a17', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9017, 900017, '%h_rank18、%h_rank_l18、%h_rank_no18、%h_rank_to18、%h_rank_ta18、%h_rank_a18', '%h_rank18|%w_0.2|%h_rank_l18|%w_0.2|%h_rank_no18|%w_0.2|%h_rank_to18|%w_0.2|%h_rank_ta18|%w_0.2|%h_rank_a18', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9018, 900018, '%h_rank1、%h_rank_no1、%h_rank_to1、%h_rank_ta1、%h_rank_a1', '%h_rank1|%w_0.2|%h_rank_no1|%w_0.2|%h_rank_to1|%w_0.2|%h_rank_ta1|%w_0.2|%h_rank_a1', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9019, 900019, '%h_rank2、%h_rank_no2、%h_rank_to2、%h_rank_ta2、%h_rank_a2', '%h_rank2|%w_0.2|%h_rank_no2|%w_0.2|%h_rank_to2|%w_0.2|%h_rank_ta2|%w_0.2|%h_rank_a2', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9020, 900020, '%h_rank3、%h_rank_no3、%h_rank_to3、%h_rank_ta3、%h_rank_a3', '%h_rank3|%w_0.2|%h_rank_no3|%w_0.2|%h_rank_to3|%w_0.2|%h_rank_ta3|%w_0.2|%h_rank_a3', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9021, 900021, '%h_rank4、%h_rank_no4、%h_rank_to4、%h_rank_ta4、%h_rank_a4', '%h_rank4|%w_0.2|%h_rank_no4|%w_0.2|%h_rank_to4|%w_0.2|%h_rank_ta4|%w_0.2|%h_rank_a4', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9022, 900022, '%h_rank5、%h_rank_no5、%h_rank_to5、%h_rank_ta5、%h_rank_a5', '%h_rank5|%w_0.2|%h_rank_no5|%w_0.2|%h_rank_to5|%w_0.2|%h_rank_ta5|%w_0.2|%h_rank_a5', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9023, 900023, '%h_rank6、%h_rank_no6、%h_rank_to6、%h_rank_ta6、%h_rank_a6', '%h_rank6|%w_0.2|%h_rank_no6|%w_0.2|%h_rank_to6|%w_0.2|%h_rank_ta6|%w_0.2|%h_rank_a6', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9024, 900024, '%h_rank7、%h_rank_no7、%h_rank_to7、%h_rank_ta7、%h_rank_a7', '%h_rank7|%w_0.2|%h_rank_no7|%w_0.2|%h_rank_to7|%w_0.2|%h_rank_ta7|%w_0.2|%h_rank_a7', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9025, 900025, '%h_rank8、%h_rank_no8、%h_rank_to8、%h_rank_ta8、%h_rank_a8', '%h_rank8|%w_0.2|%h_rank_no8|%w_0.2|%h_rank_to8|%w_0.2|%h_rank_ta8|%w_0.2|%h_rank_a8', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9026, 900026, '%h_rank9、%h_rank_no9、%h_rank_to9、%h_rank_ta9、%h_rank_a9', '%h_rank9|%w_0.2|%h_rank_no9|%w_0.2|%h_rank_to9|%w_0.2|%h_rank_ta9|%w_0.2|%h_rank_a9', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9027, 900027, '%h_rank10、%h_rank_no10、%h_rank_to10、%h_rank_ta10、%h_rank_a10', '%h_rank10|%w_0.2|%h_rank_no10|%w_0.2|%h_rank_to10|%w_0.2|%h_rank_ta10|%w_0.2|%h_rank_a10', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9028, 900028, '%h_rank11、%h_rank_no11、%h_rank_to11、%h_rank_ta11、%h_rank_a11', '%h_rank11|%w_0.2|%h_rank_no11|%w_0.2|%h_rank_to11|%w_0.2|%h_rank_ta11|%w_0.2|%h_rank_a11', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9029, 900029, '%h_rank12、%h_rank_no12、%h_rank_to12、%h_rank_ta12、%h_rank_a12', '%h_rank12|%w_0.2|%h_rank_no12|%w_0.2|%h_rank_to12|%w_0.2|%h_rank_ta12|%w_0.2|%h_rank_a12', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9030, 900030, '%h_rank13、%h_rank_no13、%h_rank_to13、%h_rank_ta13、%h_rank_a13', '%h_rank13|%w_0.2|%h_rank_no13|%w_0.2|%h_rank_to13|%w_0.2|%h_rank_ta13|%w_0.2|%h_rank_a13', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9031, 900031, '%h_rank14、%h_rank_no14、%h_rank_to14、%h_rank_ta14、%h_rank_a14', '%h_rank14|%w_0.2|%h_rank_no14|%w_0.2|%h_rank_to14|%w_0.2|%h_rank_ta14|%w_0.2|%h_rank_a14', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9032, 900032, '%h_rank15、%h_rank_no15、%h_rank_to15、%h_rank_ta15、%h_rank_a15', '%h_rank15|%w_0.2|%h_rank_no15|%w_0.2|%h_rank_to15|%w_0.2|%h_rank_ta15|%w_0.2|%h_rank_a15', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9033, 900033, '%h_rank16、%h_rank_no16、%h_rank_to16、%h_rank_ta16、%h_rank_a16', '%h_rank16|%w_0.2|%h_rank_no16|%w_0.2|%h_rank_to16|%w_0.2|%h_rank_ta16|%w_0.2|%h_rank_a16', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9034, 900034, '%h_rank17、%h_rank_no17、%h_rank_to17、%h_rank_ta17、%h_rank_a17', '%h_rank17|%w_0.2|%h_rank_no17|%w_0.2|%h_rank_to17|%w_0.2|%h_rank_ta17|%w_0.2|%h_rank_a17', 100, 0, 0); INSERT INTO race_jikkyo_comment (id, group_id, message, voice, per, message_group, omit_tag) VALUES (9035, 900035, '%h_rank18、%h_rank_no18、%h_rank_to18、%h_rank_ta18、%h_rank_a18', '%h_rank18|%w_0.2|%h_rank_no18|%w_0.2|%h_rank_to18|%w_0.2|%h_rank_ta18|%w_0.2|%h_rank_a18', 100, 0, 0); -- Table: race_jikkyo_cue CREATE TABLE 'race_jikkyo_cue' ('id' INTEGER NOT NULL, 'cuesheet_id' INTEGER NOT NULL, 'cuesheet_type' INTEGER NOT NULL, PRIMARY KEY('id','cuesheet_type')); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (4, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (5, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (6, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (7, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (8, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (9, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (11, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (12, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (13, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (14, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (15, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (16, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (17, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (18, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (19, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (20, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (21, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (22, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (23, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (24, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (25, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (26, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (27, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (28, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (29, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (30, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (31, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (32, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (33, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (34, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (35, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (36, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (37, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (38, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (39, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (40, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (41, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (42, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (43, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (44, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (45, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (46, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (47, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (48, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (49, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (50, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (51, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (52, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (53, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (54, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (55, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (56, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (57, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (58, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (59, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (60, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (61, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (62, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (63, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (64, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (65, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (66, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (67, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (68, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (69, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (70, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (71, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (72, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (73, 0, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002002, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004602, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004603, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004604, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005002, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005003, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005004, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005902, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005903, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005904, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1009901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1017601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1023901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1024901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1025901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1026901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027801, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1027901, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028001, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028101, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028201, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028401, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028601, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2008701, 2, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021001, 2, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (4, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (5, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (6, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000202, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000302, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000402, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000502, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000602, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000702, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000802, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000803, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1000901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001202, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001302, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001402, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001502, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001602, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001702, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001802, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1001902, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002002, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002202, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002302, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002402, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002502, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002602, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002802, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1002901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003802, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003902, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003903, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003904, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003905, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1003906, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004002, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004003, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004004, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004005, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004006, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004103, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004104, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004105, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004106, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004702, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1004901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005302, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005502, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1005901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006002, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006202, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006502, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1006901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007302, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1007902, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008002, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008602, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008702, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008802, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008803, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008804, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008805, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008806, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008902, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008903, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008904, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008905, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1008906, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010502, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010602, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010702, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010802, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010803, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010804, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010805, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010806, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1010901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1011401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1011501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1011601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1011602, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1011701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1011801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1011901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1012001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1012101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1012201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1012301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1028901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1029901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1030301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1030401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1030601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1030701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1030801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1030901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1031901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1032001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1032101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1032201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1032301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1032401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1033901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1034901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1035901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1036001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1036101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1037501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1037601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1037701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1037801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1037901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1038901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1039901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1040901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1041901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1042901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1043001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1043101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1043301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1043401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1043501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1043601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1043701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1043801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1044101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1044401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1044501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1044601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1044701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1044801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1045101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1045201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1045301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1045401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1045501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1045601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1045701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1045801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1046901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1047001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1047101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1047201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1047601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1047701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1047801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1047901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1048001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1048101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1048201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1048301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1049101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1049201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1052701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1052801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1052901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1053001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1053101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1053201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1053301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1053401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1053501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1053601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1055601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1055701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1055801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1055901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1056901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1057901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1058901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1059901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1060901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1061901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062302, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1062901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1063901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1064901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1065901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1066901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1067901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1068901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1069901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1070001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1070701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1071101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1071201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1071301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1071801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1072901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1073901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1074901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1075901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1076901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1077901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1078901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079002, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1079901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1080901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1081901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1082001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1082101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1082201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1082701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1088201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1088202, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1088701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1088801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1088901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1089901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1090901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091702, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1091901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1092901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1093901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1094901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1095901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1096001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1096101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1096201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1096301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1096401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1096501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1096601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1700901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1701901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1702901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1703001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1703101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1703201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1703301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800002, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800003, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800004, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800005, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800103, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800202, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800203, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800204, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800205, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800206, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800207, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800208, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800302, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800402, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800403, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800404, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800405, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800502, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800602, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800603, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800604, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800701, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800801, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800802, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800901, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1800902, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801001, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801002, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801101, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801102, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801201, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801301, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801302, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801303, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801401, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801402, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801501, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801502, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801503, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801601, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1801602, 1, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2011801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2011802, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2011901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2011902, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012002, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012302, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012602, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2012901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013702, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013703, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013704, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013705, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013706, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2013901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014002, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014102, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014103, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014104, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014105, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014106, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014202, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014203, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014204, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014205, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014206, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014402, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014502, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2014902, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015002, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015102, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015202, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015302, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2015901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016302, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016402, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016802, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2016901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017402, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017602, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2017902, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018102, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018302, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018402, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018602, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2018902, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019002, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019102, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019202, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019302, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019402, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019403, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019702, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2019901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020202, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020702, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020802, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2020902, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021002, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021502, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2021601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2030101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2030201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2032901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2033001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2043901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2044001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2044901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2045001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2047301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2047401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2047501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2048401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2048501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2048601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2048701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2048801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2048901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2049001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2049301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2049401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2049501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2049601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2049701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2049801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2049901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2050901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2051901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2052001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2052101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2052201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2052301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2052401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2052501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2053701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2053801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2053901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054801, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2054901, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2055001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2055201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2055301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2055401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2055501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2082301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2082401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2088301, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2088401, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2088501, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2088601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2088602, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2095601, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2095701, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2096001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2096101, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2096201, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2096202, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2096203, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2096204, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2096205, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2096206, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (2100001, 2, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3021801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3021901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022802, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022902, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3022903, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023003, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023102, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023103, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023202, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023302, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023502, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023802, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3023902, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024102, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024202, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024403, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024404, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024405, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024406, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024502, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3024901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025202, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025502, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025802, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3025901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026102, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026302, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026502, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026802, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3026901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027202, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027302, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027802, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3027901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028102, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028202, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028302, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028502, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3028902, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3029901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030302, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030502, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030802, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3030902, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031102, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031202, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031302, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031502, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031802, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3031902, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032102, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032202, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032302, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032502, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032702, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032802, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032901, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3032902, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3033001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3033002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3033003, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3033101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3033102, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3035301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3036201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3036301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3036401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3036501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3036601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3036701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3036801, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3037001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3037101, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3037201, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3037301, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3037401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3040001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3082501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3082601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3092401, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3092402, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3092501, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3092601, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3092602, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3092701, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101003, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101004, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101005, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101006, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101007, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101008, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101009, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101010, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101011, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101012, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101013, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101014, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101015, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101016, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101017, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101018, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101019, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101020, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101021, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101022, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101023, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101024, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101025, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101027, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101028, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101029, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101030, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101031, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101032, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101033, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101034, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101035, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101036, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101037, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101038, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101039, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101040, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101041, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101042, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101043, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101044, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101045, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101046, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101047, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101048, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101049, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101050, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101051, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101052, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101053, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101054, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101055, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101056, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101057, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101058, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101059, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101060, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101061, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101065, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3101066, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3200001, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3200002, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3200003, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3200004, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (3200005, 3, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10011, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10021, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10031, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10041, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10051, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (20021, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (20031, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (20041, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (20051, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (20061, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10013, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10023, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10033, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10043, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (10053, 0, 1); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1104301, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1104701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1105701, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1106501, 1, 2); INSERT INTO race_jikkyo_cue (id, cuesheet_id, cuesheet_type) VALUES (1106601, 1, 2); -- Table: race_jikkyo_message CREATE TABLE 'race_jikkyo_message' ('id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'message' TEXT NOT NULL, 'voice' TEXT NOT NULL, 'per' INTEGER NOT NULL, 'comment_group' INTEGER NOT NULL, 'reuse' INTEGER NOT NULL, 'omit_tag' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1, 100000, 'It''s a sunny day here at %course\nfor the %distance-meter %ground\n%race. %h_num_no runners\ntake the field.', '1000101|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2, 100001, 'It''s a cloudy day here at %course\nfor the %distance-meter %ground\n%race. %h_num_no runners\ntake the field.', '1000201|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3, 100002, 'Rain is making for poor conditions here at\n%course for the %distance-meter\n%ground %race. %h_num_no\nrunners take the field.', '1000301|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5, 100004, 'We''ve got clear, blue skies here at\n%course for the %distance-meter\n%ground %race. %h_num_no\nrunners take the field.', '1000501|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (6, 100005, 'We''ve got a storm brewing here at\n%course for the %distance-meter\n%ground %race. %h_num_no\nrunners take the field.', '1000601|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (7, 100006, 'This rain will certainly be a test here at\n%course for the %distance-meter\n%ground %race, but\nwe''re finally set to begin.', '1000701|%course|%ground|%distance|%race|1000702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (8, 100007, 'Snow is falling here at %course\nfor the %distance-meter %ground\n%race. Which\nUmamusume will prove victorious?!', '1000801|%course|1000802|%c_0.02|%race|%ground|%distance|1000803', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9, 100008, 'We''ve got beautiful blue skies here at the\n%course. The turf should be nice\nand firm for today''s race!', '1001101|%course|1001102', 100, 100000, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (10, 100009, 'The sun is shining bright over\n%course. Dust dances in the air\nover the firm track.', '1001201|%course|1001202', 100, 100001, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (11, 100010, 'A few lazy clouds roll over\n%course. Track conditions have\nbeen downgraded since the rain yesterday.', '1001301|%c_0.02|%course|1001302', 100, 100002, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (12, 100011, 'The skies have cleared over\n%course. With the on-and-off\nrain we''ve had, track conditions are good but\nnot the best.', '1001401|%c_0.02|%course|1001402', 100, 100003, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (13, 100012, 'We''ve got gray skies over\n%course. The weather is still\nholding out, though, and the track is firm.', '1001501|%course|1001502', 100, 100004, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (15, 100014, 'The skies are gloomy and overcast here at\n%course. It''s not all bad though,\nthe turf is still in good condition.', '1001701|%c_0.02|%course|1001702', 100, 100006, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (16, 100015, 'Occasional rainfall is taunting us here at\n%course. However, the track has\nbeen confirmed to be in good condition.', '1001801|%course|1001802', 100, 100007, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (17, 100016, 'The rain has soaked into the turf at\n%course. Unfortunately, this has\nmade for soft track conditions.', '1001901|%course|1001902', 100, 100008, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (18, 100017, 'Rain is pouring down here at\n%course. This will be a grueling\nrace on a soft dirt track.', '1002001|%course|1002002', 100, 100009, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (19, 100018, 'The continuing rain has worsened at\n%course. The track condition has\nbeen downgraded to heavy.', '1002101|%course|1002102', 100, 100010, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (20, 100019, 'We''ve got heavy rainfall here at\n%course. The track is wet and\nslippery, rendering its condition heavy.', '1002201|%course|1002202', 100, 100011, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (21, 100020, 'Snow continues falling here at\n%course. After clearing it away,\nthe turf''s condition has been rated good.', '1002301|%course|1002302', 100, 100012, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (22, 100021, 'The dirt track at %course is in\ngood condition as the field gets ready to run\nthrough the billowing snow.', '1002401|%course|1002402', 100, 100013, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (23, 100022, 'Snow removal is in progress as it continues to\nblanket the ground. The\n%course track has been rated\nsoft.', '1002501|%course|1002502', 100, 100014, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (24, 100023, 'The snow falls gently from the gray skies\nabove, softening the condition of\n%course''s dirt track.', '1002601|%c_0.05|%course|1002602', 100, 100015, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (25, 100200, 'The fanfare rings out! The first spring G1, the\nFebruary Stakes, is about to begin!', '1088701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (26, 100201, 'A heated battle ignites under the watchful eye\nof the cherry blossoms! This is the electrifying,\nsix-furlong Takamatsunomiya Kinen!', '1088801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (27, 100202, 'The best of the best gather here every year for\nthe first leg of the medium-to-long-distance\nSpring Triple Crown, the Osaka Hai!', '1088901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (28, 100203, 'The cherry blossoms bloom, waiting for the\ncrowning of our next queen! This is the first\nrace of the Classics, the Oka Sho!', '1089001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (29, 100204, 'This is the Satsuki Sho, where the fastest\nUmamusume wins! Who''s going to show us how\nfar they''ve come today?!', '1089101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (30, 100205, 'We''re here at the longest of the G1s, the\nspring Tenno Sho! Today we shall bear witness\nto a passionate battle for the one and only\nshield plaque!', '1089201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (31, 100206, 'The fastest Umamusume of the generation\ngather here at Fuchu for the NHK Mile Cup!', '1089301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (32, 100207, 'Angels are descending upon blessed Fuchu!\nWhoever first catches Victoria''s gaze will be\nthe winner!', '1089401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (33, 100208, 'Umamusume gather at Fuchu seeking to\nbecome queen of the oaks! Who will take\nhome the crown at today''s Japanese Oaks?!', '1089501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (34, 100209, 'The pinnacle of racing that all Umamusume\ndream of, the Japanese Derby! Who will make\ntheir mark on history today?!', '1089601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (35, 100210, 'Those confident in their speed gather here in\nTokyo today for the mile-long Yasuda Kinen!\nWho will take home the prize?!', '1089701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (36, 100211, 'Boosted by their fans'' votes, the field gathers\nto run in the Takarazuka Kinen grand prix!', '1089801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (37, 100212, 'Speedsters gather here as Nakayama starts to\nshow signs of fall! This is the lightning-fast\nSprinters Stakes!', '1089901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (38, 100213, 'Lovely fall flowers decorate the course today.\nWho will be the one to bloom at today''s Shuka\nSho?!', '1090001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (39, 100214, 'The final step of the Classics. Who will conquer\nthe Kikuka Sho and take home the title of the\nbest Umamusume?!', '1090101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (40, 100215, 'These Umamusume are fired up and ready to\nfight for glory and the shield plaque! It''s time\nfor the fall Tenno Sho!', '1090201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (41, 100216, 'Under the Japanese flag and the Union Jack,\nwho will hold the Queen Elizabeth II Cup high\nover Yodo turf?!', '1090301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (42, 100217, 'The long run of mile races is coming to an end,\nand a champion is ready to be crowned! It''s the\nMile Championship!', '1090401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (43, 100218, 'Umamusume from around the world gather\nhere in Fuchu for the Japan Cup! Will the\ntrophy remain on home soil?!', '1090501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (44, 100219, 'The fiercest warriors gather for this battle on\nthe sand! Who will be crowned dirt queen in\nthe Champions Cup?', '1090601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (45, 100220, 'Hot-blooded, young racers gather under the\ncold Hanshin sky! On the path to the Classics,\nthis is the Hanshin Juvenile Fillies!', '1090701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (46, 100221, 'The road to the Classics begins here! The Asahi\nHai Futurity Stakes!', '1090801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (47, 100222, 'The year-end fight for the dream here in\nNakayama, the Arima Kinen grand prix! Will\nour dreams come true today?!', '1090901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (48, 100223, 'A star will be born today who will steal\neveryone''s hearts! This is the Hopeful Stakes!', '1091001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (49, 100224, 'After all their training and hard work, the\nUmamusume finally stand on the track! It''s time\nfor the training race!', '1092301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (50, 100225, 'Full of hidden potential, these runners are in\nthe public eye for the very first time! The\nbeginners'' race starts now!', '1091101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (51, 100226, 'Even the greatest fall sometimes. Who will\nmake their comeback at the repechage?!', '1091201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (52, 100227, 'Even after winning, there''s no time to rest!\nWho will overcome a new hurdle in the Virgo\nRace?!', '1091301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (53, 100228, 'Which Umamusume will outshine even the stars\nabove?! This is the Aries Race!', '1091401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (54, 100229, 'A beautiful constellation that helps travelers\nfind their way north. Who will it guide today?!\nThis is the Cassiopeia Race!', '1091501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (55, 100230, 'Who will shine bright like the beautiful,\ntwinkling Betelgeuse?! This is the Orion Race!', '1091601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (56, 100231, 'The assassin from the Twinkle Series,\n%legend! Will someone finally\nappear who can defeat this legend?!', '1091701|%legend|1091702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (57, 100300, 'Umamusume confident in their speed gather\nfor the Niigata 1,000 meter.', '1034601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (58, 100800, 'The current favorite is\n%h_pop1.', '%w_0.3|1002701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (59, 100800, 'The most popular athlete in this race is\n%h_pop1. She''s the favorite to\nwin.', '1002801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (60, 100800, 'To begin, introducing the favorite, it''s\n%h_pop1.', '1002901|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (61, 100800, 'You guessed it! The favorite is\n%h_pop1.', '%w_0.3|1003001|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (62, 100802, 'The second favorite is\n%h_pop2.', '%w_0.3|1003101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (63, 100802, 'Moving onto the second favorite, it''s\n%h_pop2.', '%w_0.3|1003201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (64, 100802, 'With more than enough skill to rival the top\npick, today''s second favorite is\n%h_pop2.', '%w_0.3|1003301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (65, 100802, 'She might not be satisfied with this ranking,\nbut the second favorite is\n%h_pop2.', '%w_0.1|1003401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (66, 100803, 'Moving onto the second favorite, it''s\n%h_pop2.', '%w_0.3|1003201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (67, 100803, 'She might not be satisfied with this ranking,\nbut the second favorite is\n%h_pop2.', '%w_0.1|1003401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (68, 100804, 'The third favorite is %h_pop3.', '%w_0.3|1003501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (69, 100804, 'For the third favorite, we have\n%h_pop3.', '%w_0.3|1003601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (70, 100804, 'With her sights firmly set on the top spots, the\nthird favorite is %h_pop3.', '%w_0.3|1003701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (71, 100804, 'Combining popularity and ability,\n%h_pop3 is today''s third\nfavorite.', '%w_0.3|1003801|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (72, 100805, 'Now, here''s the undisputed star of the show.\nIt''s %h_pop1!', '%w_0.1|1003901|1003902|%w_0.01|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (73, 100805, 'Waiting for the start with an air of dignity is\ntoday''s favorite, %h_pop1!', '%w_0.1|1003903|1003904|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (74, 100805, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is\n%h_pop1!', '%w_0.1|1003905|1003906|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (75, 100805, 'Now, here''s the undisputed star of the show.\nIt''s %h_pop1!', '%w_0.1|1003901|1003904|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (76, 100805, 'Waiting for the start with an air of dignity is\ntoday''s favorite, %h_pop1!', '%w_0.1|1003903|1003906|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (77, 100805, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is\n%h_pop1!', '%w_0.1|1003905|1003902|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (78, 100805, 'Now, here''s the undisputed star of the show.\nIt''s %h_pop1!', '%w_0.1|1003901|1003906|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (80, 100805, 'Carrying the hopes of all the fans crowding the\nstands, the favorite is\n%h_pop1!', '%w_0.1|1003905|1003904|%w_0.01|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (81, 100806, 'Taking her on is %h_pop2. This\nshould be a showdown to remember.', '1004001|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (82, 100806, 'The second favorite, %h_pop2,\ncan certainly hold her own against today''s top\nfavorite.', '1004003|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (83, 100806, 'Now, here''s the second favorite.\n%h_pop2 is fully set on\nclinching victory.', '1004005|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (84, 100806, 'Taking her on is %h_pop2, who\ncan certainly hold her own against the favorite.', '1004001|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (85, 100806, 'The second favorite, %h_pop2,\nis fully set on clinching victory.', '1004003|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (86, 100806, 'Now, here''s the second favorite.\n%h_pop2 should give us a\nshowdown to remember.', '1004005|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (87, 100806, 'Taking her on is %h_pop2, who\nis fully set on clinching victory.', '1004001|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (88, 100806, 'The second favorite, %h_pop2,\nshould give us a showdown to remember.', '1004003|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (89, 100806, 'Now, here''s the second favorite.\n%h_pop2 can certainly hold\nher own against today''s top favorite.', '1004005|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (90, 100807, '%h_pop3 is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (91, 100807, '%h_pop3 is the third favorite.\nCan she overcome the odds?!', '%w_0.3|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (93, 100807, '%h_pop3 is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (94, 100807, '%h_pop3 is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (96, 100807, '%h_pop3 is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (97, 100807, '%h_pop3 is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (99, 100808, 'All eyes are on %h_player,\nrunning in %p_waku_ban.', '1088201|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (100, 100999, 'All the Umamusume have entered the gate and\nare ready to start.', '%w_0.3|1000901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (101, 100999, 'They''re all in line. We''re ready for the start.', '%w_0.3|1001001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (102, 102000, 'And they''re off!', '%w_0.2|1004201|%w_0.2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (103, 102000, 'There''s the start.', '%w_0.2|1004301|%w_0.2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (104, 102000, 'And the gates are open.', '%w_0.2|1004401|%w_0.2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (105, 102000, 'The race begins.', '%w_0.2|1004501|%w_0.2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (106, 102001, '%horse1 goes out for the early\nlead.', '%horse1|1004601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (107, 102001, '%horse1 has an excellent start!', '%horse1|1004801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (108, 102001, 'Dashing ahead here is\n%horse_ta1.', '1040401|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (110, 102001, 'A fine start for %horse1.', '%horse1|1040201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (111, 102001, '%horse1 flies out of the gate.', '%horse1|1040701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (112, 102001, '%horse_ta1 is off to a good start.', '1040801|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (113, 102001, '%horse1 breaks well.', '%horse1|1040901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (114, 102001, '%horse1 is dashing ahead early.', '%horse1|1041001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (115, 102002, 'It''s an excellent beginning for\n%horse_ta1, followed by\n%horse2.', '1004701|%horse_ta1|1004702|%horse2', 100, 100021, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (116, 102003, 'A smooth start from all runners.', '1004901', 100, 100024, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (117, 102004, 'Oh no! A slow start from\n%horse1! She begins the race at\nthe back.', '1005301|%horse1|1005302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (118, 102004, 'Oh no! Has %horse1 made a\nslow start?!', '1005101|%horse1|1005102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (119, 102004, '%horse1 makes a slow start and\nbegins the race at the back.', '%horse1|1040301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (120, 102004, '%horse1 starts the race at the\nback of the pack with a bit of a stumble.', '%horse1|1040601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (121, 102004, '%horse1 is a little slow out of\nthe gate.', '%horse1|1041101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (122, 102004, '%horse1 breaks rather poorly.', '%horse1|1041201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (123, 102005, 'We have a bit of a staggered start.', '1005201', 100, 100027, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (124, 102006, 'A wonderful start from all runners!', '1005001', 100, 100025, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (125, 102006, 'A great start from all runners!', '1040101', 100, 100025, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (127, 103000, '%h_rank1 takes the lead.', '%h_rank1|1042201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (128, 103000, '%h_rank_ta1 takes over the lead\nposition.', '1005401|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (129, 103000, 'Rushing into the lead is\n%h_rank1.', '1006401|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (130, 103000, '%h_rank_ta1 steals it.', '1041301|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (131, 103001, 'The favorite, %h_pop1, takes\nan early lead.', '1005501|%h_pop1|1005502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (132, 103001, 'Can %h_pop1 take the lead?', '%h_pop1|1041601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (133, 103001, 'And it''s %h_pop1, of course.', '1041501||%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (134, 103001, 'The hot ticket,%h_pop1, is in\nthe lead!', '1007901|%c_0.02|%h_pop1|1007902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (136, 103003, '%h_rank_a1\n%h_rank_to2 are locked in a\nstruggle for the lead.', '%h_rank_a1|%h_rank_to2|1005701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (137, 103004, 'And leaving the pack to take the lead is\n%h_rank_ta1.', '1005801|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (138, 103004, 'A textbook advance by\n%h_rank_ta1!', '1005901|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (139, 103005, '%h_rank1 springs into the lead.', '%h_rank1|1006002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (140, 103006, 'Now, %h_rank_ta1 has taken the\nlead. But can she keep it?', '1006101|%h_rank_ta1|1006102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (141, 103006, '%h_rank1 is all by herself out\nin the lead.', '1006201|%h_rank1|1006202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (142, 103007, 'Pulling ahead after a fierce battle is\n%h_rank_ta1.', '1006301|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (143, 103008, 'Living up to everyone''s expectations, it''s\n%h_pop1! She''s done it! She''s\ntaken the lead!', '1006501||%h_pop1|1006502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (144, 103009, 'Behind her is %h_rank2.', '%w_0.1|1006601|%w_0.1|%h_rank2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (145, 103009, 'Next is %h_rank2.', '%w_0.1|1041701|%h_rank2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (146, 103010, 'The struggle between\n%h_rank1 and\n%h_rank2 continues.', '%h_rank1|%h_rank2|1006701', 100, 100044, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (147, 103010, '%h_rank_a1\n%h_rank_to2 both refuse to\ngive up the lead.', '%h_rank_a1|%h_rank_to2|1006801', 100, 100044, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (148, 103010, '%h_rank_a1\n%h_rank_to2 have been\ngrappling for the lead from the opening leg.', '%h_rank_a1|%h_rank_to2|1006901', 100, 100044, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (149, 103011, 'Eyeing up the lead from second position is\n%h_rank2!', '%w_0.1|1007001|%w_0.02|%h_rank2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (150, 103012, 'Far behind the lead in second position is\n%h_rank2!', '1007101|%h_rank2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (152, 103013, 'A fierce battle for the lead.', '%w_0.1|2052001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (153, 103013, 'This is already shaping up to be a fierce battle.', '%w_0.1|1081501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (155, 103015, '%h_pop1 is currently the\ntrailer! Did she make a mistake or is this all\npart of the plan?!', '%h_pop1|1007401', 100, 100075, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (156, 103015, 'Currently trailing is the favorite,\n%h_pop1. How do we take\nthis?', '1008101|%h_pop1|1008102', 100, 100075, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (159, 103016, 'Can the favorite, %h_pop1,\nlive up to everyone''s expectations?!', '1008501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (160, 103017, '%h_pop1 is fighting an uphill\nbattle. How will she handle it from here?', '1008701|%h_pop1|1008702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (161, 103020, 'The promising %h_pop1 has\nfallen a little behind.', '1008001|%c_0.01|%h_pop1|1008002', 100, 100074, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (162, 103018, 'Battling for the lead are\n%h_rank1,\n%h_rank2, and\n%h_rank3.', '%w_0.1|1041401|%h_rank1|%w_0.1|%h_rank2|%w_0.1|%h_rank3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (163, 103019, 'This race still has a long way to go, but\n%h_rank1 makes an early jump\nto the front.', '1006001|%h_rank1|1006002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (164, 105000, 'They''re still fighting for the lead! Will this race\nbe decided on the final stretch?!', '%w_0.1|2013701|2013702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (165, 105000, 'No one''s taken the lead! Will this be a battle\non the final stretch?!', '%w_0.1|2013703|2013704', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (166, 105000, 'They''re saving their stamina for the end! Who\nwill break out ahead first?!', '%w_0.1|2013705|2013706', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (167, 105000, 'They''re still fighting for the lead! Will this be a\nbattle on the final stretch?!', '%w_0.1|2013701|2013704', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (168, 105000, 'No one''s taken the lead! Who will break out\nahead first?!', '%w_0.1|2013703|2013706', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (169, 105000, 'They''re saving their stamina for the end! Will\nthis race be decided on the final stretch?!', '%w_0.1|2013705|2013702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (170, 105000, 'They''re still vying for the lead! Who will be the\nfirst to break out ahead?!', '%w_0.1|2013701|2013706', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (171, 105000, 'No one''s taken the lead! Will this race be\ndecided on the final stretch?!', '%w_0.1|2013703|2013702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (172, 105000, 'They''re saving their stamina for the end! Will\nthis be a battle on the final stretch?!', '%w_0.1|2013705|2013704', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (173, 105001, 'They''re still going at it as they come into the\nfinal stretch!', '2013801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (174, 105001, 'The race will be decided on the final stretch!', '2013901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (175, 105001, 'And they''re into the stretch! Who will be the\nfirst to make a move?!', '2014001|2014002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (176, 106000, 'Coming out of the final turn first is\n%h_rank_ta1.', '%w_0.1|2014101|2014102|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (177, 106000, 'First to rush out of the final corner is\n%h_rank_ta1.', '%w_0.1|2014103|2014104|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (178, 106000, 'Rounding the final corner in the lead is\n%h_rank_ta1.', '%w_0.1|2014105|2014106|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (179, 106000, 'Rushing out of the final turn first is\n%h_rank_ta1.', '%w_0.1|2014101|2014104|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (180, 106000, 'Taking the lead out of the final turn is\n%h_rank_ta1.', '%w_0.1|2014103|2014106|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (181, 106000, 'As they round the final turn, it is\n%h_rank_ta1 to come out on top.', '%w_0.1|2014105|2014102|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (182, 106000, 'Taking the lead out of the final turn is\n%h_rank_ta1.', '%w_0.1|2014101|2014106|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (183, 106000, 'Coming out of the final turn first is\n%h_rank_ta1.', '%w_0.1|2014103|2014102|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (184, 106000, 'After the final corner, rushing out in front is\n%h_rank_ta1.', '%w_0.1|2014105|2014104|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (185, 106000, 'They''ve come around the final turn and\nentered the homestretch.', '1044801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (186, 106001, 'Now in front of the stands, they''re all pushing\nforward in unison!', '2014201|2014202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (187, 106001, 'This is where the race will be decided!', '2014203|2014204', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (188, 106001, 'They''ve shifted it up a gear now that they''re\nnearing the stands!', '2014205|2014206', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (189, 106001, 'They''ve shifted it up a gear now that they''re in\nfront of the stands!', '2014201|2014206', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (190, 106001, 'They''re all pushing forward in unison as they\napproach the finish line!', '2014205|2014202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (191, 108000, 'They''re neck and neck coming up to the finish\nline!', '3021801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (192, 108001, 'Neither of these two are conceding an inch!', '2016601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (193, 108001, 'It''s the final battle between these two!', '2016701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (194, 108001, 'We''ll test these two to the wire!', '3021901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (195, 108001, 'It''s a one-on-one duel between the two\nleaders!', '2020101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (196, 108002, 'Three runners neck and neck! No one is giving\nup!', '2016401|2016402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (197, 108002, 'It''s a fierce competition between these three!', '2016501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (198, 108002, '%h_rank1,\n%h_rank2, and\n%h_rank3 are racing neck and\nneck.', '%h_rank1|%h_rank2|%h_rank3|2051801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (199, 108002, '%h_rank1,\n%h_rank2, and\n%h_rank3 are racing neck and\nneck.', '%h_rank1|%h_rank2|%h_rank3|2055301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (200, 108002, '%h_rank1,\n%h_rank2, and\n%h_rank3 are now racing neck\nand neck.', '%h_rank1|%h_rank2|%h_rank3|2055401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (201, 108002, 'It''s a three-way battle between\n%h_rank1,\n%h_rank2, and\n%h_rank3!', '%h_rank1|%h_rank2|%h_rank3|2055501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (202, 108003, 'It''s a free-for-all between the first four places!', '3022101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (203, 108004, 'And now... it''s %horse1?!', '3022201|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (205, 108006, 'We might be in for a dead heat!', '2016201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (206, 108006, 'It''s still going. It''s still going!', '2016301|2016302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (207, 108007, 'In the lead is %h_rank1!', '3022501|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (208, 108007, 'In the lead is %h_rank1.', '2014401|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (209, 108007, 'In the lead is %h_rank1.', '2014501|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (210, 108007, '%h_rank1 out in front!', '2014401|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (211, 108008, 'Still in the lead is %h_rank1!', '2012601|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (212, 108008, 'Keeping the lead is %h_rank1.', '2012701|%w_0.01|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (213, 108008, '%h_rank1 keeps her lead out in\nfront!', '2014501|%h_rank1|2014502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (214, 108009, 'Will the leader, %h_rank1, go\nall the way?!', '2014401|%h_rank1|2014402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (215, 108010, '%h_rank1!', '%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (216, 108010, 'It''s %h_rank_l1!', '%h_rank_l1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (217, 109003, 'It''s %h_rank_l1! She crosses the\nfinish line with no one in sight! Absolute\ndomination!', '%w_0.1|%h_rank_l1|3022601|3022602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (218, 109000, 'It''s %h_rank_l1! A perfect\nvictory! She didn''t let anyone catch up to her!', '%h_rank_l1|3022701|3022702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (219, 109000, 'It''s %h_rank_l1! What an amazing\nrun! I''m sure we''re all looking forward to her\nnext race!', '%h_rank_l1|3022801|3022802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (220, 109000, 'It''s %h_rank_l1! A brilliant run!\nShe certainly showed us who the main star of\nthis race was!', '%h_rank_l1|3023301|3023302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (221, 109001, 'They cross the finish line shoulder to shoulder!\nHas %h_rank1 won it by a\nnose?!', '3023801|%h_rank1|%w_0.01|3023802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (222, 109001, 'It''s a photo finish! Has\n%h_rank1 won it by a nose?!', '3023901|%h_rank1|3023902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (224, 109001, '%h_rank_a1\n%h_rank_to2 cross the finish\nline shoulder to shoulder!', '%h_rank_a1|%h_rank_to2|3036401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (227, 109002, 'All three cross the finish line shoulder to\nshoulder! Has %h_rank1\nmanaged to win it by a nose?!', '3024201|%h_rank1|3024202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (228, 109002, 'And it''s a three-way photo! Has\n%h_rank1 won it by a nose?!', '3022001|%h_rank1|3037001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (229, 109004, 'The whole pack rushes across the finish line!', '3024301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (230, 109004, 'Astounding! What a close finish!', '3024601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (231, 109005, 'She made it look easy!\n%h_rank1 takes the win after\nan amazing race!', '3022901|%h_rank1|3022902|3022903', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (232, 109005, '%h_rank1 flies past the post\nafter a true display of strength! That was an\noutstanding race!', '3023001|%h_rank1|3023002|3023003', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (233, 109005, 'Does anyone stand a chance against this\nUmamusume?!', '3023101|%h_rank1|3023102|3023103', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (234, 109005, 'She makes it look so easy!\n%h_rank1 flies past the post!\nWhat an outstanding race!', '3022901|%h_rank1|3023002|3023003', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (235, 109005, '%h_rank1 wins it after a true\ndisplay of strength! Does anyone stand a\nchance against this Umamusume?!', '3023001|%h_rank1|3023102|3023103', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (236, 109005, '%h_rank1 pushes through to\nthe front and takes the win! What an amazing\nrace!', '3023101|%h_rank1|%w_0.01|3022902|3022903', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (237, 109005, 'She makes it look so easy! It''s\n%h_rank1 to win it! Does\nanyone stand a chance against this\nUmamusume?!', '3022901|%h_rank1|3023102|3023103', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (238, 109005, '%h_rank1 has done it in a true\ndisplay of strength! What an amazing\nperformance!', '3023001|%h_rank1|%w_0.01|3022902|3022903', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (239, 109005, 'Pushing through to the front,\n%h_rank1 flies past the winning\npost! That was an outstanding race!', '3023101|%h_rank1|3023002|3023003', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (240, 109006, '%h_rank_l1 comes in first place!\nShowing us her full potential, she wins the race!', '%h_rank_l1|3023201|3023202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (241, 109006, 'Well done, %h_rank_l1! She\nshowed us that her strength is more than the\nmargin of her win!', '3023401|%h_rank_l1|3023402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (242, 109007, '%h_rank_l1 takes first place! She\ndefeats the other runners and seizes victory!', '3023501|%h_rank_l1|3023502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (243, 109007, '%h_rank_ta1 wins! A great run\nearns her the victory!', '%w_0.1|3023601|%h_rank_ta1|3023602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (244, 109007, '%h_rank_l1 does it! Her\ndetermination wins her the glory at the end!', '3023701|%h_rank_l1|3023702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (245, 109007, '%h_rank_l1 takes first place! A\ngreat run earns her the victory!', '3023501|%h_rank_l1|3023602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (246, 109007, '%h_rank_ta1 wins! Her\ndetermination wins her the glory at the end!', '%w_0.1|3023601|%h_rank_ta1|3023702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (247, 109007, '%h_rank_l1 has done it! She\ndefeats the other runners and seizes victory!', '3023701|%h_rank_l1|3023502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (248, 109007, '%h_rank_l1 takes first place! Her\ndetermination wins her the glory at the end!', '3023501|%h_rank_l1|3023702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (249, 109007, '%h_rank_ta1 wins! She defeats the\nother runners and seizes victory!', '%w_0.1|3023601|%h_rank_ta1|3023502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (250, 109007, '%h_rank_l1 did it! A great run\nearns her the victory!', '3023701|%h_rank_l1|3023602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (258, 109012, '%h_rank_ta1 wins!', '%w_0.1|3024701|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (259, 109012, '%h_rank_l1 claims victory!', '%w_0.2|%h_rank_l1|3025001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (260, 109012, '%h_rank_l1 dominates the race.', '%w_0.2|%h_rank_l1|3037401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (261, 109012, 'That''s the %race!\n%h_rank_l1 achieves a fantastic\nvictory!', '%w_0.2|%race_wo|%w_0.01|%h_rank_l1|3024801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (262, 109202, 'It''s %h_rank_l1! A brilliant\nvictory in the\n%race!', '%w_0.2|%h_rank_l1|3024901|%race_wo', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (263, 109202, 'That''s the %race!\n%h_rank_no1 claims victory!', '%w_0.2|%race_wo|%h_rank_no1|%c_0.02|3025101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (264, 109012, '%h_rank_l1 wins the\n%race!', '%w_0.2|%h_rank_l1|%race_wo', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (265, 109009, '%h_rank_l1 finishes in first place.', '%h_rank_l1|3036501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (266, 109009, '%h_rank_l1 finishes.', '%h_rank_l1|3036801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (267, 109010, '%h_rank_l1 surges to the finish!', '%h_rank_l1|3036601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (269, 109011, 'In second place is %h_rank_l2.', '%w_0.2|3037301|%h_rank_l2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (270, 109011, 'In second is %h_rank_l2. In third\nis %h_rank_l3.', '%w_0.2|3024401|%h_rank_l2|%w_0.2|3024402|%h_rank_l3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (271, 109011, 'Second goes to %h_rank_l2. In\nthird place is %h_rank_l3.', '%w_0.2|3024403|%h_rank_l2|3024404|%w_0.1|%h_rank_l3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (272, 109011, 'In second place is %h_rank_l2.\nComing in third is %h_rank_ta3.', '%w_0.2|3024405|%h_rank_l2|3024406|%h_rank_ta3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (273, 109011, 'In second is %h_rank_l2. In third\nplace is %h_rank_l3.', '%w_0.2|3024401|%h_rank_l2|3024404|%w_0.1|%h_rank_l3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (274, 109011, 'Second goes to %h_rank_l2.\nComing in third is %h_rank_ta3.', '%w_0.2|3024403|%h_rank_l2|3024406|%h_rank_ta3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (275, 109011, 'In second place is %h_rank_l2. In\nthird place is %h_rank_l3.', '%w_0.2|3024405|%h_rank_l2|3024404|%w_0.1|%h_rank_l3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (276, 109011, 'In second is %h_rank_l2. Coming\nin third is %h_rank_ta3.', '%w_0.2|3024401|%h_rank_l2|3024406|%h_rank_ta3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (277, 109011, 'Second goes to %h_rank_l2. In\nthird is %h_rank_l3.', '%w_0.2|3024403|%h_rank_l2|3024402|%h_rank_l3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (278, 109011, 'Finishing second is %h_rank_l2.\nIn third place is %h_rank_l3.', '%w_0.2|3024405|%h_rank_l2|3024404|%w_0.1|%h_rank_l3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (280, 109013, '%h_rank_ta1 takes first place with\na magnificant surge forward.', '3037101|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (281, 109013, '%h_rank_l1 surges through!', '%h_rank_l1|3037201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (284, 109015, '%h_rank_ta1 wins the brutal\nbattle of attrition.', '%w_0.1|3092501|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (285, 109016, 'Taking first is %h_rank1.\nExhausted as she was, she still managed to run\naway with the lead.', '%w_0.1|3092601|%h_rank1|3092602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (286, 109015, 'It might have been a tough race, but in the\nend, this will go down as a fond memory for\n%h_rank_ta1.', '%w_0.1|3092701|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (287, 109100, 'A strong race for %h_rank_l1! No\none can catch her on Japanese dirt!', '%w_0.1|3025201|%h_rank_l1|3025202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (288, 109101, '%h_rank_l1 truly deserves to be\ncalled the fastest sprinter!', '%w_0.1|3025301|%h_rank_l1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (289, 109102, '%h_rank_l1 brilliantly takes the\ntitle of spring''s greatest medium-distance\nrunner!', '%w_0.1|%h_rank_l1|3025401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (290, 109103, 'The untainted queen of the cherry blossoms is\nreborn this year!', '%w_0.1|3025501|%h_rank_ta1|3025502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (291, 109104, '%h_rank_ta1 wins! Taking victory\nin the Satsuki Sho earns her one leg of the\nTriple Crown!', '%w_0.1|3025601|%h_rank_ta1|3025602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (292, 109105, '%h_rank_ta1 wins! She earns the\nname of the current greatest Umamusume!', '%w_0.1|3025701|%h_rank_ta1|3025702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (293, 109106, '%h_rank_l1 did it! She''s crowned\nthe ruler of the mile on the turf of Fuchu!', '%w_0.1|3025801|%h_rank_l1|3025802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (294, 109107, 'Taking the crown after a heated battle is\n%h_rank_ta1!', '%w_0.1|3025901|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (295, 109108, '%h_rank1 wins the race! The\nqueen of the Oaks is %h_rank_ta1!', '%w_0.1|%h_rank1|3026001|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (296, 109109, 'She did it! %h_rank_ta1 wins the\nrace! She dominated the Derby!', '%w_0.1|3026101|%h_rank_ta1|3026102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (297, 109110, '%h_rank1 wins! Taking the\nthrone as queen of the mile for the first half of\nthis season is %h_rank_ta1!', '%w_0.1|%h_rank1|3026201|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (298, 109111, 'Well done! %h_rank_ta1 is the star\nof Takarazuka! Her dreams have come true!', '%w_0.1|3026301|%h_rank_ta1|3026302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (299, 109112, 'Coming out in front of that electrifying battle,\n%h_rank_ta1 wins the Sprinters\nStakes!', '%w_0.1|3026401|%h_rank_ta1|3026402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (300, 109113, 'The queen has made her appearance in Kyoto\nthis fall! %h_rank_l1 wins the\nShuka Sho!', '%w_0.1|3026501|%h_rank_l1|3026502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (301, 109114, '%h_rank_ta1 wins! A stunning\nvictory on the chrysanthemum stage!', '%w_0.1|3026601|%h_rank_ta1|3026602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (302, 109115, '%h_rank_l1 did it! She overcame\nfierce foes and won the fall Tenno Sho!', '%w_0.1|3026701|%h_rank_l1|3026702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (303, 109116, '%h_rank_l1 has surmounted the\nhills of Kyoto! The queen has made a majestic\nreturn!', '%w_0.1|3026801|%h_rank_l1|3026802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (304, 109117, '%h_rank_l1 defeats her rival and\nis crowned the queen of the mile!', '%w_0.1|%h_rank_l1|3026901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (305, 109118, '%h_rank_l1 did it! She turned the\ntables on her would-be assassins and showed\nus a stunning victory!', '%w_0.1|3027001|%h_rank_l1|3027002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (306, 109119, '%h_rank_l1 wins the Champions\nCup and takes her throne to become queen of\nthe dirt!', '%w_0.1|%h_rank_l1|3027101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (307, 109120, 'Rising to fame at Hanshin this December is\n%h_rank_ta1! We''ve witnessed the\nbirth of a new queen!', '%w_0.1|3027201|%h_rank_ta1|3027202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (308, 109121, '%h_rank_ta1 wins! Will she stir up\na storm in next year''s Classics?!', '%w_0.1|3027301|%h_rank_ta1|3027302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (309, 109122, 'Taking the grand prix,\n%h_rank_ta1 wins the final\nshowdown of the year and takes all the glory!', '%w_0.1|3027401|%h_rank_ta1|3027402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (310, 109123, '%h_rank1 shows us what a\nfirst-class star looks like and takes the first\nstep on the road to the Classics!', '%w_0.1|%h_rank1|3027501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (315, 109127, '%h_rank_l1 did it! Her real\nchallenge starts here!', '%h_rank_l1|3092401|%h_rank_no1|%c_0.01|3092402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (316, 109128, 'The winner of this beginners'' race is\n%h_rank_ta1! This is the best start\nto summiting the Little Star Cup that\n%h_rank1 could have hoped\nfor!', '3028001|%h_rank_ta1|%h_rank1|3028002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (317, 109129, 'After a difficult battle,\n%h_rank_ta1 comes out on top!\nBut her real challenge starts here!', '3028101|%h_rank_ta1|%h_rank_no1|%c_0.02|3028102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (318, 109130, 'Taking victory at the Virgo is\n%h_rank_ta1! She''ll be running in\nthe Aries in the new season!', '3028201|%h_rank_ta1|3028202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (319, 109131, 'The Aries conqueror is\n%h_rank_ta1! These are the fruits\nof her diligent training. Now comes the next\nstep: the Cassiopeia!', '3028301|%h_rank_ta1|3028302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (320, 109132, 'Cassiopeia watches over\n%h_rank1 as she cross the\nfinish line first! Only one more race for the\nLittle Star Cup!', '3028401|%c_0.02|%h_rank1|3028402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (321, 109133, 'The winner of the Little Star Cup is\n%h_rank_l1! She''s earned a\nperfect record in preparation for her debut in\nthe Twinkle Series!', '3028501|%h_rank_l1|3028502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (322, 109134, '%legend shows us her\nunbelievable strength! She''s the one to beat\nfor Little Star Cup contenders!', '3028601|%legend|3028602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (323, 109135, 'Could this be the greatest generation ever?!\n%h_rank1 manages to defeat\nthe legend before even making her debut!', '3028701|%h_rank1|3028702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (324, 109300, '%h_rank1 put on a furious run\ndown that stretch!', '%w_0.1|%h_rank1|3035301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (334, 112009, 'Only 1,000 meters left.', '%w_0.1|1029701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (340, 112012, '400 meters left.', '%w_0.1|2030101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (341, 112012, 'There''s 400 meters to go.', '%w_0.1|2043901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (342, 112012, '400 meters until glory.', '%w_0.1|2044001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (343, 112013, '200 meters left.', '%w_0.1|2030201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (344, 112013, '200 meters left.', '%w_0.1|2044901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (347, 112015, 'They''ve passed the first corner and are heading\ntoward the second.', '%w_0.1|1042401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (348, 112015, 'They round the first corner and make for the\nsecond.', '%w_0.1|1042501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (349, 112015, 'The Umamusume have passed the first corner\nand are heading into the second.', '1043101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (350, 112015, 'Out of the first corner and into the second.', '1030301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (351, 112022, 'They''ve passed the second corner and entered\nthe backstretch.', '%w_0.1|1030401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (352, 112022, 'Leaving the second corner and heading into\nthe backstretch.', '1043001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (356, 112020, 'Moving from the fourth corner into the homestretch.', '%w_0.1|1030601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (357, 112020, 'The fourth corner.', '%w_0.1|1044101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (358, 112020, 'Coming up to the fourth corner.', '%w_0.1|1046001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (359, 112022, 'Heading into the backstretch,\n%h_rank1 is in the lead.', '1034101|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (360, 112021, 'Coming into the backstretch, the leader and\nthe trailer are separated by %basin.', '%w_0.1|1045701|%basin', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (361, 112023, 'Moving into the backstretch of the second lap,\nthe Umamusume are starting to feel the burn.', '1034301', 30, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (362, 112024, '%h_rank1 holds on to the lead\nas she enters the backstretch of the second\nlap.', '1034201|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (363, 112025, 'They''re about to pass in front of the stands on\nthe first lap.', '%w_0.1|1045101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (364, 112025, 'They''re passing in front of the stands for the\nfirst time.', '%w_0.1|1045201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (365, 112025, 'Welcomed by cheers from the stands, they\nrace down the homestretch for the first time.', '1034001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (367, 112025, 'They''re on the homestretch of the first lap.', '1042601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (368, 112025, 'They run past the stands on their first lap.', '1042701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (370, 112027, 'They''re entering the middle of the backstretch.', '1042901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (372, 112016, 'They''re now approaching the second corner.', '%w_0.1|1043401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (385, 112100, 'They''re coming down Yodo Hill on the third\ncorner!', '1030701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (386, 112101, 'They''ve passed the big elm and are heading\ninto the fourth corner.', '%w_0.1|1030801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (387, 112102, 'Here comes the hill! The Nigawa slope starts\nhere!', '1030901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (388, 112103, 'Anything can happen in rough-and-tumble\nFukushima!', '1031001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (389, 112104, 'A cool breeze is blowing in Sapporo.', '1031101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (390, 112105, 'They''ve passed the hill on the second corner\nand are heading into the backstretch.', '1031201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (391, 112106, 'It''s do or die on the Niigata final stretch!', '1031301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (392, 112107, 'We''re at the third corner, and it''s time for the\nBattle of Okehazama!', '1031401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (393, 112108, 'The stretch here at Nakayama is short! Will the\nrunners at the back make it in time?', '%w_0.1|1031501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (394, 112109, 'The wind blowing in from from the Tsugaru\nStrait is cold here on the Hakodate turf.', '%w_0.1|1031601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (395, 112110, 'Who will be the one to win the rigorous Little\nStar Cup?!', '1031701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (396, 112200, 'They''re moving from turf to dirt.', '1033801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (397, 112111, '%h_player passes the big zelkova tree and is headed for the fourth corner.', '%h_player|%w_0.01|1030801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (431, 112310, '%horse1 is a little unsteady.', '%horse1|2095601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (432, 112310, '%horse1 seems to be at a slight\ndisadvantage.', '%horse1|2095701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (509, 113000, 'And moving along the outside is\n%horse_ta2.', '1074601|%horse_ta2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (510, 113000, 'Passing on the outside is\n%horse2.', '1074701|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (511, 113000, 'And sticking to the outside is\n%horse2.', '1074801|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (512, 113000, 'From the outside, here comes\n%horse2!', '1074901|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (513, 113000, 'On the outside is %horse2.', '1075001|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (514, 113000, 'Moving along the outside is\n%horse2.', '1075101|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (515, 113000, 'Positioned on the outside is\n%horse2.', '1075201|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (516, 113000, 'Running on the outside is\n%horse2.', '1075301|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (517, 113000, 'And coming around on the outside is\n%horse2.', '1075401|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (518, 113000, 'Sticking to the outside is\n%horse2.', '1075501|%w_0.01|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (519, 113000, 'Coming around on the outside is\n%horse2.', '1075601|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (520, 113000, 'Staying on the outside is\n%horse2.', '1076401|%w_0.02|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (521, 113002, 'And on the outside is %horse2.', '1076501|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (522, 113001, 'And moving along the inside is\n%horse_ta2.', '1072301|%horse_ta2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (523, 113001, 'And sticking to the inside is\n%horse2.', '1072401|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (524, 113001, 'From the inside, here comes\n%horse2!', '1072501|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (525, 113001, 'On the inside is %horse2.', '1072601|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (526, 113001, 'Moving along the inside is\n%horse2.', '1072701|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (527, 113001, 'Positioned on the inside is\n%horse2.', '1072801|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (528, 113001, 'Running on the inside is\n%horse2.', '1072901|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (529, 113001, 'And coming around on the inside is\n%horse2.', '1073001|%w_0.01|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (530, 113001, 'Sticking to the inside is\n%horse2.', '1073101|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (531, 113001, 'Coming around on the inside is\n%horse2.', '1073201|%w_0.01|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (532, 113001, 'Staying on the inside is %horse2.', '1074101|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (533, 113001, 'Moving out from the inside is\n%horse2.', '1073501|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (534, 113001, 'And on the inside is %horse2.', '1074201|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (535, 113002, 'Farther outside is %horse2.', '1075701|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (536, 113002, 'Coming in from farther out is\n%horse2.', '1075801|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (537, 113002, 'Moving in from even farther out is\n%horse2.', '1076601|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (538, 113003, 'Farther inside is %horse2.', '1073301|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (539, 113003, 'Coming out from farther in is\n%horse2.', '1073401|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (540, 113003, 'Moving out from even farther in is\n%horse2.', '1074301|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (541, 113004, 'Next is %horse2.', '%w_0.1|1076901|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (542, 113004, 'And coming up from behind is\n%horse2.', '%w_0.1|1077001|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (543, 113004, 'Then %horse2.', '%w_0.1|1077101|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (544, 113004, 'And then %horse2.', '%w_0.1|1077201|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (545, 113004, 'And after her is %horse2.', '%w_0.1|1077301|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (546, 113004, 'Behind her is %horse2.', '%w_0.1|1077401|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (547, 113004, 'And then behind her is %horse2.', '%w_0.1|1077501|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (548, 113004, 'And then comes %horse2.', '%w_0.1|1077801|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (549, 113004, 'Moving behind her is %horse2.', '%w_0.1|1077901|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (550, 113004, 'Next is %horse2.', '%w_0.1|1078001|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (551, 113004, 'Then it''s %horse2.', '%w_0.1|1078101|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (553, 113005, 'Just on the inside is %horse1.', '1074401|%horse1', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (554, 113006, 'Just on the outside is %horse1.', '1076701|%horse1', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (557, 113007, '%horse1 is coming up on her\nside.', '%w_0.1|%horse1|2048501', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (558, 113007, '%horse1 comes up on her side.', '%w_0.1|%horse1|2048601', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (559, 113007, '%horse1 closes in.', '%w_0.1|%horse1|2048701', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (591, 113012, '%horse2 is giving chase.', '%horse2|%w_0.03|1062501', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (592, 113012, 'Right next to her is %horse2.', '1067501|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (593, 113012, 'Directly behind her is %horse2.', '1010901|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (594, 113012, '%horse2 is right behind.', '%w_0.1|%horse2|1039401', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (595, 113013, 'A little behind her is %horse2.', '1038601|%w_0.01|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (596, 113013, 'Coming up slightly behind her is\n%horse2.', '1038701|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (597, 113013, 'Watching from behind is\n%horse2.', '1039301|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (599, 113015, 'One length away from her is\n%horse2.', '%w_0.1|1062601|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (600, 113015, 'One length away is %horse2.', '%w_0.1|1069601|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (601, 113016, 'Two lengths away from her is\n%horse2.', '1062701|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (602, 113016, 'Two lengths away is %horse2.', '1069701|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (603, 113017, 'Two to three lengths away is\n%horse2.', '1067201|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (604, 113018, 'Three lengths away from her is\n%horse2.', '1062801|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (605, 113018, 'Three lengths away is %horse2.', '1069801|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (606, 113019, 'Three to four lengths away is\n%horse2.', '1067401|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (607, 113020, 'Four lengths away from her is\n%horse2.', '1062901|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (608, 113020, 'Four lengths away is %horse2.', '1069901|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (609, 113021, 'Five lengths away from her is\n%horse2.', '1063001|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (610, 113021, 'Five lengths away is %horse2.', '1070001|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (611, 113021, 'About five lengths away is\n%horse2.', '1067301|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (618, 113027, 'Far away from her is %horse2.', '%w_0.1|1063201|%horse2', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (619, 113028, 'Coming from the inside is\n%horse1.', '1041801|%horse1', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (620, 113028, '%horse1 pushes forward from\nthe inside.', '%horse1|1041801', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (621, 113029, '%horse1 pushes forward from\nthe outside.', '%horse1|1041901', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (622, 113029, 'Coming from the outside is\n%horse1.', '1041901|%horse1', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (624, 113031, '%horse1 is staying in position.', '%horse1|1057801', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (625, 113031, '%horse1 is here.', '%horse1|1057901', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (626, 113031, 'Here''s %horse1.', '%horse1|1058001', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (627, 113032, 'Then %horse1.', '%w_0.1|1038901|%horse1', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (628, 113032, 'And then %horse1.', '%w_0.1|1039001|%horse1', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (629, 113033, 'Let''s take another look at the rankings.', '1010201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (632, 113100, 'At the front, %h_rank1 has a\nlead of over 10 lengths!', '1010501|%h_rank1|1010502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (633, 113101, 'Out front is %h_rank1, moving\nalong smoothly.', '1010601|%h_rank1|%w_0.03|1010602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (634, 113101, 'Still in front is %h_rank1 by\n%basin_l', '2012601|%h_rank1|%w_0.01|%basin_l', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (635, 113101, 'Keeping the lead is %h_rank1.', '2012701|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (636, 113101, 'Still out in front is %h_rank1.', '1037801|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (637, 113101, 'Still in the lead is %horse1.', '%w_0.1|1038501|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (638, 113101, 'Still leading is %h_rank1.', '%w_0.1|1058101|%w_0.01|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (639, 113101, '%h_rank1 is keeping the lead.', '%h_rank1|%w_0.01|1037901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (640, 113102, 'Leading the field is %h_rank1.', '1010701|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (642, 113103, 'Currently in first place is\n%h_rank1. We''ve had a change\nof leader.', '1010701|%h_rank1|1010702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (643, 113103, 'Now in the lead is %h_rank1.', '1067801|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (644, 113103, 'And now in the lead is\n%h_rank1.', '1067901|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (645, 113103, 'And now in the lead is\n%h_rank1.', '1078901|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (646, 113103, 'And now %h_rank1 has the\nlead.', '1079001|%w_0.01|%h_rank1|1079002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (647, 113103, 'And taking the lead is\n%h_rank_ta1.', '1079101|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (648, 113103, 'And now taking the lead is\n%h_rank1.', '1079201|%w_0.01|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (649, 113105, 'Trailing far behind in second is\n%horse2.', '1010801|1010802|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (650, 113105, 'Far behind the leader, running in second is\n%horse2.', '1010803|1010804|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (651, 113105, 'This gap is starting to look insurmountable.\nCurrently in second is %horse2.', '1010805|1010806|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (652, 113105, 'Trailing far behind, running in second is\n%horse2.', '1010801|1010804|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (653, 113105, 'Far behind the leader, currently in second is\n%horse2.', '1010803|1010806|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (654, 113105, 'This gap is starting to look insurmountable. In\nsecond is %horse2.', '1010805|1010802|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (655, 113105, 'Trailing far behind, currently in second is\n%horse2.', '1010801|1010806|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (656, 113105, 'Far behind the leader, in second is\n%horse2.', '1010803|1010802|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (657, 113105, 'This gap is starting to look insurmountable.\nRunning in second is %horse2.', '1010805|1010804|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (660, 113107, 'Coming from the inside in second is\n%horse2!', '2015701|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (662, 113109, 'Coming from the outside in second is\n%horse2!', '2016001|%horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (670, 113112, '%h_rank3 is in third.', '%h_rank3|1058501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (671, 113112, 'And in third is %h_rank3.', '1060201|%h_rank3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (672, 113112, 'Third is %h_rank3.', '1063401|%h_rank3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (673, 113112, 'In third is %h_rank3.', '1065101|%h_rank3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (674, 113113, '%h_rank4 is in fourth.', '%h_rank4|1058601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (675, 113113, 'And in fourth is %h_rank4.', '1060301|%h_rank4', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (676, 113113, 'Fourth is %h_rank4.', '1063501|%h_rank4', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (677, 113113, 'In fourth is %h_rank4.', '1065201|%h_rank4', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (678, 113114, '%h_rank5 is in fifth.', '%h_rank5|%w_0.01|1058701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (679, 113114, 'And in fifth is %h_rank5.', '1060401|%h_rank5', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (680, 113114, 'Fifth is %h_rank5.', '1063601|%w_0.01|%h_rank5', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (681, 113114, 'In fifth is %h_rank5.', '1065301|%h_rank5', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (730, 113127, 'In last place is %horse1.', '1060001|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (734, 113127, '%horse1 is in the last position.', '%horse1|1078301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (735, 113127, '%horse1 starts the race in last\nplace.', '%horse1|1078401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (738, 113127, '%horse1 is in last place.', '%horse1|1038101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (739, 113127, '%horse1 is the trailer.', '%horse1|1038201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (740, 113127, 'And in last place is %horse1.', '1039101|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (741, 113130, 'Alone at the back is %horse1.', '1060001|%c_0.01|1039201|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (742, 113130, 'All alone is %horse1.', '%w_0.1|1039201|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (744, 113128, 'Next to last is %horse1.', '%w_0.1|1037501|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (745, 113129, '%horse1 ends up racing from the\nback.', '%horse1|1078501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (746, 113129, '%horse1 unfortunately takes\nposition in the back.', '%horse1|1078601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (750, 113131, 'Up to this point is the leading group.', '%w_0.1|1092801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (751, 113131, 'The runners up to this point make up the\nleading group.', '1092901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (752, 113132, 'In the leading group is\n%h_rank1.', '1093001|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (753, 113133, 'Let''s take a look at our leading group.', '1093101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (766, 113200, 'How''s this group looking?', '2012201', 100, 100120, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (768, 113200, 'How''s %h_pop1 doing?', '%h_pop1|1008401', 100, 100078, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (769, 113201, '%h_rank1 keeps the lead! An\ninteresting development indeed! Can she keep\nit up?', '%h_rank1|1007701', 100, 100069, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (770, 113201, '%h_rank1 moves into the lead.\nWas this the right move?', '%h_rank1|1007801', 100, 100072, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (771, 113201, '%h_rank1 triumphantly takes\nthe lead! Who could''ve seen that coming?', '1008601|%h_rank1|1008602', 100, 100083, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (776, 115000, 'It''s getting chaotic as they are very\ntightly-packed here!', '1008801|1008802', 100, 100088, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (777, 115000, 'They''ve clustered together! It''s a free-for-all!', '%w_0.1|1008803|1008804', 100, 100088, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (778, 115000, 'Maybe they''re all keeping each other in check.\nIn any case, they''re proceeding cautiously!', '1008805|1008806', 100, 112592, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (779, 115001, 'The runners have become a long, narrow line\nfrom first to last.', '1008901|1008902', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (780, 115001, 'A large gap before we find the rear group. The\nrunners are really spreading out.', '1008903|1008904', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (781, 115001, 'The leader is setting a hot pace, with the pack\nstrung-out behind her.', '1008905|1008906', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (782, 115001, 'Large gaps dot the runners from front to back.', '1008901|1008904', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (783, 115001, 'A large gap before we find the rear group. The\nrunners are forming a long, narrow line behind.', '1008903|1008906', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (784, 115001, 'The pace is a bit hot, as the runners have\nbecome a long, narrow line.', '1008905|1008902', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (785, 115001, 'The runners are forming a long, narrow line\nfrom first place to last.', '1008901|1008906', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (786, 115001, 'A large gap before we find the rear group. The\nrunners have become a long, narrow line.', '1008903|1008902', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (787, 115001, 'The leader sets a quick pace. The runners are\nreally spreading out.', '1008905|1008904', 100, 100089, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (890, 115100, 'It''s %h_rank1!\n%h_rank1 is in the lead! What\nan intense run!', '%h_rank1|%w_0.1|2016801|%h_rank1|%w_0.01|2016802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (892, 115101, 'It''s %h_rank1! Look at that\nstrength! She still has more in her!', '%w_0.1|%h_rank1|2019101|2019102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (893, 115101, 'It''s %h_rank1! Is this it?! She''s\nleft the others behind!', '%w_0.1|%h_rank1|2019201|2019202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (894, 115500, 'Can %h_rank1 make it all the\nway now?!', '%h_rank1|2019501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (895, 115500, 'Can %h_rank1 keep pushing\nforward?!', '%h_rank1|2019601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (896, 115500, 'It''s %h_rank1! She can''t lose!\nThis is it!', '%h_rank1|2019701|2019702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (897, 115102, 'The runner coming up behind her is still 2\nlengths away!', '2018201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (898, 115103, '%h_rank1 is flying down the\ntrack! She''s all alone out front!', '%h_rank1|2019301|2019302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (899, 115103, '%h_rank1''s strength is\nunmatched! She''s pulled completely ahead!', '%h_rank1|2019401|2019402|2019403', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (900, 115104, '%h_rank1 is running hard!', '%h_rank1|2012301|2012302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (901, 117006, '%h_rank1 is flying along with\nease.', '%w_0.1|%h_rank1|2012401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (902, 115104, 'Will %h_rank1 make it all the\nway to the finish line like this?', '%h_rank1|2012501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (903, 115105, '%h_rank1 and\n%h_rank2 are locked in a\nstruggle!', '%h_rank1|%h_rank2|2014601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (904, 115105, '%h_rank_a1\n%h_rank_to2 are duking it\nout!', '%h_rank_a1|%h_rank_to2|2014701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (905, 115105, '%h_rank_a1\n%h_rank_to2 both refuse to\ngive up the lead.', '%h_rank_a1|%h_rank_to2|2014801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (906, 115106, 'In front is %h_rank1, with\nsecond and third right behind her!', '2014901|%h_rank1|2014902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (907, 115106, 'The leader is %h_rank1, but\nsecond and third are close behind!', '2015001|%h_rank1|2015002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (908, 115106, '%h_rank1 is in the lead! But\nshe''s only slightly ahead of second and third.', '%h_rank1|2015101|2015102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (909, 115107, 'In front is %h_rank1, but she''s\nonly got a slight lead!', '2015201|%h_rank1|2015202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (910, 115108, 'Pulling ahead is %h_rank_ta1, but\nthe others are close behind!', '%w_0.1|2015301|%h_rank_ta1|2015302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (911, 115200, 'Making a move from the inside is\n%horse_ta1!', '2012901|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (912, 115200, '%horse1 sticks to the inside!\nLook at her go!', '%horse1|2020701|2020702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (915, 115201, 'Moving from the center is\n%horse_ta1!', '2013001|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (916, 115201, 'From the center comes %horse1!\nShe''s catching up!', '2020801|%a_horse1|2020802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (918, 115201, '%horse1 sticking to the center!', '2017301|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (919, 115201, '%horse1 weaves through the\ngroup and breaks out in front.', '%horse1|2017201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (920, 115202, 'Approaching from the outside is\n%horse_ta1!', '2013101|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (921, 115202, 'Coming from the outside is\n%horse1! She''s putting on a final\nburst of speed!', '2020901|%a_horse1|2020902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (922, 115202, 'Flying in from the outside,\n%horse_ta1!', '2016101|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (924, 115202, 'Coming around on the outside,\n%horse_ta1!', '2017501|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (925, 115203, 'Rushing in from the extreme outside is\n%horse_ta1! This is amazing!', '2021001|%horse_ta1|2021002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (926, 115203, 'Coming in from far outside is\n%horse1! What speed!', '2017601|%a_horse1|2017602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (927, 115203, 'Making a move from far outside is\n%horse_ta1!', '2013201|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (928, 115203, '%horse1 gets pushed far to the\noutside. But she catches up right away!', '2088601|%a_horse1|2088602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (929, 115204, 'Here %horse1 goes.', '2049001|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (930, 115204, '%horse1 is going for it.', '%horse1|2054101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (931, 115204, 'Moving up, it''s %horse1.', '1080001|%w_0.01|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (932, 115204, '%horse1 goes for it!', '%horse1|1080101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (933, 115204, '%horse1 makes her move.', '%horse1|1048101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (934, 115204, '%horse1 makes her way forward.', '%horse1|2054301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (935, 115204, 'Making her way forward is\n%horse1.', '2054201|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (936, 115204, '%horse1 is making her way\nforward!', '%horse1|2049301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (937, 115204, '%horse1 is moving up.', '%horse1|2049401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (938, 115204, 'Moving up is %horse1.', '1048001|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (939, 115205, 'Bursting through to the front is\n%horse1.', '2053701|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (940, 115205, '%horse1 pushes her way\nforward.', '%horse1|2050101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (941, 115205, 'Pushing her way forward is\n%horse1.', '2054601|%w_0.01|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (942, 115206, '%horse1 pushes all the way\nthrough.', '2048401|%w_0.01|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (943, 115206, '%horse1 brilliantly passes the\npack!', '%horse1|2047501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (944, 115206, '%horse1 comes from behind.', '%w_0.1|%horse1|2054401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (945, 115206, 'Coming from behind is %horse1.', '2049501|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (946, 115207, '%horse1 speeds up as she aims\nfor the leaders!', '%horse1|2050301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (947, 115208, '%horse1 is closing in.', '%horse1|1080501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (948, 115208, '%horse1 closes in from behind.', '%horse1|1080601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (950, 115209, '%horse1 is close behind.', '%horse1|3024101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (951, 115209, 'Close behind is %horse1.', '2051701|%w_0.01|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (952, 115209, '%horse1 is putting on the\npressure.', '%horse1|2050001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (953, 115209, '%horse1, putting on the\npressure.', '2054501|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (954, 115209, '%horse1, putting on the\npressure.', '1048201|%w_0.01|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (955, 115209, '%horse1 is pulling out all the\nstops!', '%horse1|3022401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (959, 115212, 'Keeping the lead is %horse1.', '2052301|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (960, 115212, 'She''s holding out.', '2049801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (961, 115212, 'She''s doing it! She''s holding out!', '2047301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (962, 115212, 'She continues to hold out.', '2019801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (963, 115213, 'Widening the lead is %horse1!', '2052101|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (964, 115213, '%horse1 pushes even further\nahead!', '%horse1|2014301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (966, 115214, 'Running with all her might is\n%horse1.', '2012301|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (967, 115214, 'Look at %horse1 run!', '%horse1|%w_0.02|2012302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (968, 115215, 'What strength!', '2016802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (969, 115215, 'Look at that strength!', '2019101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (970, 115215, 'The speed! Look at that speed!', '2019301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (971, 115215, 'She''s strong!', '2019401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (972, 115215, 'She''s unstoppable!', '2019402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (973, 115215, 'This is amazing!', '2021002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (974, 115215, 'She''s so strong.', '1062201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (975, 115216, 'What incredible speed from\n%horse1!', '%horse1|2020702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (976, 115216, '%horse1 is catching up!', '%horse1|2020802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (977, 115216, 'A final burst of speed from\n%horse1!', '%horse1|2020902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (978, 115216, '%horse1 pushes forward with\nincredible speed!', '%horse1|2017602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (979, 115216, '%horse1 vigorously makes her\nway forward.', '%horse1|2052401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (980, 115216, '%horse1 makes her way forward\nby leaps and bounds.', '%horse1|2052501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (981, 115216, '%horse1 pushes forward with\nincredible speed!', '%horse1|1080401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (982, 115217, 'Is this all %horse1 has to give?!', '%horse1|2050801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (983, 115217, 'Is this the end for %horse1?!', '2054901|%w_0.01|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (987, 115218, 'She''s closing the gap.', '2018001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (988, 115218, 'Steadily closing in.', '2055201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (989, 115218, 'Steadily closing in.', '2051601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (990, 115218, 'Closing the gap is %horse1.', '2055001|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (991, 115218, 'Closing the gap is %horse1.', '2051201|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (992, 115219, 'Is she going to take over?!', '3022301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (993, 117011, 'Can she surge through?', '2051901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (995, 115220, '%horse1 is coming up on her\nside.', '%horse1|2048501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (996, 115220, '%horse1 comes up on her side.', '%horse1|2048601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (997, 115220, 'Coming up on the side is\n%horse1.', '2048701|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (998, 115220, '%horse_ta1 is coming up on the\nside.', '2048801|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (999, 115221, 'They''re neck and neck!', '2054001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1000, 115221, 'They''re running neck and neck!', '2048901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1001, 115222, 'They''re stride for stride.', '1061801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1002, 115222, 'But they''re neck and neck.', '2051301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1003, 115222, 'Who''s going to take it?!', '2051001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1004, 115222, 'There''s barely any distance between them!', '2017701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1005, 115222, 'Both of them refuse to give an inch.', '2051101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1006, 115223, '%horse1 moves into the lead.', '%horse1|1062101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1007, 115223, '%horse1 takes over the lead\nposition.', '%horse1|1080301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1008, 115223, 'Moving into the lead is %horse1.', '2082401|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1009, 115223, 'Taking over the lead position is\n%horse1.', '2015401|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1019, 115227, '%horse1 breaks through!', '%horse1|2019403', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1020, 115227, '%horse1 pulls ahead here!', '%horse1|2082301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1021, 115227, '%horse1 pulls ahead.', '%horse1|2052201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1022, 115228, '%horse1 is slightly ahead.', '%horse1|2017801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1023, 115228, 'With a slight lead, it''s %horse1.', '1082001|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1024, 115228, '%horse1 has a slight lead!', '%horse1|2019901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1025, 115228, 'Only slightly in the lead is\n%horse1.', '2020001|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1026, 115228, 'Slightly ahead is %horse1.', '3082501|%horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1030, 115302, '%horse1 in the lead has\ncompletely lost her steam! She''s going to be\novertaken.', '%horse1|2018401|2018402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1032, 115302, 'Has %horse1 lost her steam?!\nThe rest of the pack is steadily approaching!', '%horse1|2018601|2018602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1034, 115303, '%horse1 is getting buried by the\ncrowd. Can she find her legs?', '%horse1|2018901|2018902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1035, 115301, '%horse1''s steps are getting\nheavy! Is it over for her?!', '%horse1|2019001|2019002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1036, 115301, '%horse1 has lost her steam!', '%horse1|2021401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1037, 115301, 'Oh no! Is %horse1 out of\nstamina?!', '2021501|%a_horse1|%w_0.02|2021502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1038, 115302, '%horse1 sinks into the rear\ngroup!', '%horse1|2021601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1040, 115302, '%horse1 has sunk into the pack!', '%horse1|2050701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1041, 115400, 'And keeping an eye on the leader from the\ninside is %horse1!', '2088301|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1042, 115401, 'And keeping an eye on the leader from the\ncenter is %horse1!', '2088401|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1043, 115402, 'And keeping an eye on the leader from the\noutside is %horse1!', '2088501|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1044, 115403, 'Now, who will make their move first?!', '2013301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1045, 115404, '%horse1 is keeping an eye on\nthe situation from the inside.', '%horse1|2013401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1046, 115405, '%horse1 is up to something.', '%horse1|2013501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1047, 115406, '%horse1 is charging up on the\noutside.', '%horse1|2013601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1048, 115407, 'There''s still a gap of over 1 length! Can she\ntake the lead?!', '2017901|2017902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1049, 115408, 'Coming in close is %horse2.', '2018001|%a_horse2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1050, 115409, 'There''s still a decent difference. Will another\nrunner take the lead?!', '%w_0.1|2018101|2018102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1053, 117015, '%h_rank1 is staying strong.', '%h_rank1|2049701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1054, 117016, '%h_rank1 is staying strong.', '%h_rank1|2049701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1056, 115501, '%horse1 is still looking good!', '%horse1|2050901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1060, 115504, '%h_rank1 pushes ahead!', '%h_rank1|2014301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1061, 115505, '%horse1 is\n%l_basin.', '%w_0.1|%horse1|%l_basin', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1062, 115600, 'The rear keeps closing in! Can\n%horse1 stay ahead?!', '2011801|%horse1|2011802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1063, 115601, '%horse1 remains held back.', '%horse1|1047601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1065, 115602, '%horse_ta1 moves up smoothly.', '1047701|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1066, 115602, '%horse_ta1, smoothly moving up.', '1047801|%horse_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1067, 115603, '%h_rank1 comfortably keeps\nher lead.', '1080801|%a_h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1068, 115604, 'Slowly moving in from far outside is\n%horse1.', '1081001|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1069, 115605, 'Weaving through the pack is\n%horse1.', '1081101|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1070, 115700, '%horse1 is getting restless.', '%w_0.1|%horse1|2096201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1071, 115700, '%horse1 pushes forward.', '%w_0.1|%horse1|2096203', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1072, 115700, '%horse1 is running at a quick\npace.', '%w_0.1|%horse1|2096205', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1073, 117103, '%horse1 is getting restless.', '%horse1|2096201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1074, 117104, '%horse1 pushes forward.', '%horse1|2096203', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1075, 117105, '%horse1 is running at a quick\npace.', '%w_0.1|%horse1|2096205', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1076, 117106, '%horse1 is getting restless.', '%horse1|2096201', 100, 100276, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1077, 117107, '%horse1 pushes forward.', '%horse1|2096203', 100, 100276, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1078, 117108, '%horse1 is running at a quick\npace.', '%w_0.1|%horse1|2096205', 100, 100276, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1103, 116005, 'Is %horse1 waking up?! Is she\ngoing to go for gold?!', '2011901|%a_horse1|2011902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1112, 116009, '%h_rank1 is slightly ahead.', '%h_rank1|2017801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1113, 116009, '%h_rank1 has a slight lead!', '%h_rank1|2019901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1114, 116009, 'Slightly ahead is %h_rank1!', '2020001|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1164, 116005, '%horse1 steadily advances.', '%horse1|1048301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1169, 116005, 'Can %horse1 push forward?', '%horse1|2050501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1236, 116005, 'The rear group is quickly closing in!', '1079701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1243, 116005, '%horse1 pushes forward with\nincredible speed!', '%horse1|1080401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1250, 116005, '%horse1 prepares to make her\nmove.', '%horse1|1081401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1269, 200000, '', '', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1270, 117001, '%h_player races from the back.\nWill she be okay?!', '1007301|%h_player|1007302', 100, 100087, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1271, 117003, 'They''re about to pass in front of the stands on\nthe first lap.', '1045101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1272, 117003, 'They''re passing in front of the stands for the\nfirst time.', '1045201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1273, 117003, 'Welcomed by cheers from the stands, they\nrace down the homestretch for the first time.', '1034001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1274, 117003, 'They run past the stands on their first lap.', '1042701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1275, 117004, '%h_rank_ta1 wins!', '%w_0.1|3024701|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1276, 117004, '%h_rank_l1 claims victory!', '%w_0.1|%h_rank_l1|3025001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1277, 117004, '%h_rank_l1 dominates the race.', '%w_0.1|%h_rank_l1|3037401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1279, 117005, 'It''s %h_rank_l1! A brilliant\nvictory! She dominated this race!', '%h_rank_l1|3024901|%race_wo', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1281, 117007, 'She surges through!', '3037201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1282, 117008, 'Is %horse1 going to take over?!', '%horse1|3022301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1283, 117008, 'Will %horse1 surge past for the\nwin?', '%horse1|2051901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1284, 117009, '%h_rank1 won''t concede her\nposition.', '%h_rank1|2051401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1285, 117009, '%h_rank1 won''t concede.', '%h_rank1|2051501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1286, 117010, 'Both of them refuse to give an inch. It''s a dead\nheat!', '2051101|2016201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1287, 117012, '%h_rank1 is running strong!', '%h_rank1|%w_0.01|2016802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1288, 117012, '%h_rank1 is just incredible!', '%h_rank1|2019101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1289, 117013, 'There''s barely any distance between them!', '2017701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1290, 117013, 'Both of them refuse to give an inch.', '2051101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1291, 117014, '%h_rank2 desperately tries to\ncatch up!', '%h_rank2|2020301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1292, 117014, 'Closing the gap is %h_rank2!', '2020401|%h_rank2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1293, 117014, '%h_rank2 pulls out all the\nstops!', '%h_rank2|2021101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1294, 117014, '%h_rank2 is close behind!', '%h_rank2|2021201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1295, 117018, '%horse1 pushes forward once\nmore!', '%horse1|1046901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1296, 117018, '%horse1 retakes her place.', '%horse1|1080901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1297, 117019, 'The fight for second is between\n%h_rank2 and\n%h_rank3.', '1067601|%h_rank2|%h_rank3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1298, 117020, '%h_rank4 is giving chase.', '%h_rank4|1062501', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1299, 117021, '%horse1 makes her way forward.', '%horse1|2054301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1300, 117021, 'Making her way forward is\n%horse1.', '2054201|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1301, 117021, '%horse1 is making her way\nforward!', '%horse1|2049301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1302, 117021, '%horse1 is moving up.', '%horse1|2049401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1303, 117021, 'Moving up is %horse1.', '1048001|%a_horse1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1305, 120001, 'The sun has completely set over\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1011801|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1306, 120001, 'The stars are watching over\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1011901|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1307, 120001, 'We''re racing under a starry sky here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1012001|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1308, 120002, 'Rain clouds are making things tense at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1012101|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1309, 120002, 'Raindrops are glittering in the lights at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1012201|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1310, 120002, 'This night rain may create trouble here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1012301|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1311, 121001, 'Which Umamusume will be champion of the\ndirt? The dirt champion for the first half of the\nseason is decided here at the Teio Sho!', '1091801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1312, 121002, 'Which Umamusume will reign as the new\nchampion of the dirt? The new dirt champion\nwill be decided here at the Japan Dirt Derby!', '1091901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1313, 121003, 'A new hero will be born when the dirt\nchampion is decided here in Oi at the JBC\nLadies'' Classic!', '1092401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1314, 121004, 'A sandstorm is blowing in here at the Oi\nRacecourse as we prepare for the dirt race\ndecided by speed, the JBC Sprint!', '1092201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1315, 121005, 'The masters of the dirt are gathered here\ntoday for the pinnacle of the dirt races, the\nJBC Classic!', '1092101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1316, 121006, 'Skilled dirt runners have gathered here in Oi\nfor the definitive dirt race, the Tokyo\nDaishoten!', '1092001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1317, 122001, 'Under the Oi night sky, the runners burst\nthrough the gate like shooting stars.', '1032001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1318, 122001, 'The dazzling running of the Umamusume lights\nup Oi Racecourse even after sunset.', '1032101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1319, 122001, 'The field dashes along the brilliantly lit Oi\nRacecourse.', '1032201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1320, 122002, 'With the night sky hidden behind the rain\nclouds, the running Umamusume almost look\nlike shooting stars on the Oi track.', '1032301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1321, 122002, 'The clouds may block out the moonlight, but\nthese Umamusume run with enough force to\nclear the skies.', '1032401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1322, 122003, 'Under the bright lights, they face the greatest\nfinal stretch in southern Kanto!', '1031801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1323, 122004, 'They face Oi''s final stretch, one of the longest\nstraightaways of any regional track!', '1031901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1324, 123001, 'It''s %h_rank_l1! She''s won the\nTeio Sho and taken the title of champion of\nthe dirt!', '%w_0.1|%h_rank_l1|3028801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1325, 123002, 'The new champion of the dirt shines bright!\n%h_rank_l1 makes a name for\nherself as the new star of the dirt racing world!', '%w_0.1|3028901|%h_rank_l1|3028902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1326, 123003, 'It''s %h_rank_l1! She wins the\nyear-end title of dirt champion!', '%w_0.1|%h_rank_l1|3029001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1327, 123004, 'It''s %h_rank_l1! She''s won the\nJBC Classic and now shines at the top of the\ndirt racing world!', '%w_0.1|%h_rank_l1|3029101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1328, 123005, 'It''s %h_rank_l1! She wins the JBC\nSprint after showing us her top speed on the\ndirt!', '%w_0.1|%h_rank_l1|3029201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1329, 123006, 'It''s %h_rank_l1! She wins the JBC\nLadies'' Classic and carves her name into history\nas the queen of the dirt!', '%w_0.1|%h_rank_l1|3029301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1330, 117023, 'It''s %horse1! What incredible\nspeed!', '%horse1|2020702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1331, 117023, 'It''s %horse1! She''s catching up!', '%horse1|2020802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1332, 117023, 'It''s %horse1 with an astounding\nturn of foot!', '%horse1|2020902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1333, 117024, 'This is enough momentum to take the lead!', '2017402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1335, 117026, '%h_player pushes forward!', '%w_0.1|%h_player|2018301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1336, 117027, '%h_player is aiming for the lead.', '%h_player|1080701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1337, 117028, '%h_player prepares to make her\nmove.', '%h_player|1081401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1338, 117029, '%h_rank3 and\n%h_rank4 are fighting for third.', '1067701|%h_rank3|%h_rank4', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1340, 117031, '%h_rank5 desperately tries to\ncatch up!', '%h_rank5|2020301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1341, 117032, '%h_rank1 is keeping the lead.', '%h_rank1|1037901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1342, 130100, 'The current favorite is the Triple Crown\nchampion, %h_pop1.', '1002701|1700201|%w_0.01|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1343, 130100, 'The most popular athlete in this race is the\nTriple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700201|%w_0.01|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1344, 130100, 'Now, introducing the favorite to win. It''s the\nTriple Crown champion,\n%h_pop1.', '1002901|1700201|%w_0.01|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1345, 130100, 'You guessed it! The favorite is the Triple\nCrown champion, %h_pop1.', '1003001|1700201|%w_0.01|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1346, 130102, 'The second favorite is the Triple Crown\nchampion, %h_pop2.', '1003101|1700201|%w_0.01|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1347, 130102, 'Now, introducing the second favorite. It''s the\nTriple Crown champion,\n%h_pop2.', '1003201|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1348, 130102, 'With more than enough skill to rival the top\npick, today''s second favorite is the Triple\nCrown champion, %h_pop2.', '1003301|1700201|%w_0.01|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1349, 130102, 'She might not be satisfied with this ranking,\nbut the second favorite is the Triple Crown\nchampion, %h_pop2.', '%w_0.1|1003401|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1350, 130103, 'Now, introducing the second favorite. It''s the\nTriple Crown champion,\n%h_pop2.', '1003201|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1351, 130103, 'She might not be satisfied with this ranking,\nbut the second favorite is the Triple Crown\nchampion, %h_pop2.', '%w_0.1|1003401|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1352, 130104, 'The third favorite is the Triple Crown\nchampion, %h_pop3.', '%w_0.3|1003501|1700201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1353, 130104, 'For the third favorite, we have the Triple\nCrown champion, %h_pop3.', '%w_0.3|1003601|1700201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1354, 130104, 'With her sights firmly set on the top spots, the\nthird favorite is the Triple Crown champion,\n%h_pop3.', '%w_0.3|1003701|1700201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1355, 130104, 'With the popularity and the skills to back it\nup, it''s the Triple Crown champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700201|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1356, 130105, 'Now, here''s the undisputed star of the show.\nIt''s the Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1357, 130105, 'Waiting for the start with an air of dignity is\nthe Triple Crown champion and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1358, 130105, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Triple\nCrown champion, %h_pop1.', '1003905|1700201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1365, 130106, 'Taking her on is the Triple Crown champion,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1700201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1366, 130106, 'The second favorite and Triple Crown\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1367, 130106, 'Now, here''s the second favorite. The Triple\nCrown champion, %h_pop2, is\nfully set on clinching victory.', '1004005|1700201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1368, 130106, 'Taking her on is the Triple Crown champion,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1700201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1369, 130106, 'The second favorite and Triple Crown\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1700201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1370, 130106, 'Now, here''s the second favorite. The Triple\nCrown champion, %h_pop2,\nshould give us a showdown to remember.', '1004005|1700201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1371, 130106, 'Taking her on is the Triple Crown champion,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1700201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1372, 130106, 'The second favorite and Triple Crown\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700201|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1373, 130106, 'Now, here''s the second favorite. The Triple\nCrown champion, %h_pop2,\ncan certainly hold her own against today''s top\nfavorite.', '1004005|1700201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1374, 130107, 'The Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700201|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1375, 130107, 'The Triple Crown champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700201|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1377, 130107, 'The Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700201|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1378, 130107, 'The Triple Crown champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700201|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1380, 130107, 'The Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700201|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1381, 130107, 'The Triple Crown champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700201|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1383, 130108, 'All eyes are on the Triple Crown champion,\n%h_player, running in\n%p_waku_ban.', '1088201|%c_0.02|1700201|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1384, 130110, 'The current favorite is the undefeated Triple\nCrown champion, %h_pop1.', '1002701|1700101|1700201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1385, 130110, 'The most popular athlete in this race is the\nundefeated Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1700201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1386, 130110, 'Now, introducing the favorite to win. It''s the\nundefeated Triple Crown champion,\n%h_pop1.', '1002901|1700101|1700201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1387, 130110, 'You guessed it! The favorite is the undefeated\nTriple Crown champion,\n%h_pop1.', '1003001|1700101|1700201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1388, 130112, 'The second favorite is the undefeated Triple\nCrown champion, %h_pop2.', '1003101|1700101|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1389, 130112, 'Now, introducing the second favorite. It''s the\nundefeated Triple Crown champion,\n%h_pop2.', '1003201|1700101|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1390, 130112, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nTriple Crown champion,\n%h_pop2.', '1003301|1700101|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1391, 130112, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nTriple Crown champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1392, 130113, 'Now, introducing the second favorite. It''s the\nundefeated Triple Crown champion,\n%h_pop2.', '1003201|1700101|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1393, 130113, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nTriple Crown champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1700201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1394, 130114, 'The third favorite is the undefeated Triple\nCrown champion, %h_pop3.', '%w_0.3|1003501|1700101|1700201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1395, 130114, 'For the third favorite, we have the undefeated\nTriple Crown champion,\n%h_pop3.', '%w_0.3|1003601|1700101|1700201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1396, 130114, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Triple Crown\nchampion, %h_pop3.', '%w_0.3|1003701|1700101|1700201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1397, 130114, 'With the popularity and the skills to back it\nup, it''s the undefeated Triple Crown champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1700201|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1398, 130115, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1700201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1399, 130115, 'Waiting for the start with an air of dignity is\nthe undefeated Triple Crown champion and\ntoday''s favorite, %h_pop1.', '%w_0.1|1003903|1700101|1700201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1400, 130115, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nTriple Crown champion,\n%h_pop1.', '1003905|1700101|1700201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1407, 130116, 'Taking her on is the undefeated Triple Crown\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1700201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1408, 130116, 'The second favorite and undefeated Triple\nCrown champion, %h_pop2,\ncan certainly hold her own against today''s top\nfavorite.', '1004003|1700101|1700201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1409, 130116, 'Now, here''s the second favorite: the Triple\nCrown champion, %h_pop2,\nwho is fully set on clinching victory.', '1004005|1700101|1700201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1410, 130116, 'Taking her on is the undefeated Triple Crown\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1700201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1411, 130116, 'The second favorite and undefeated Triple\nCrown champion, %h_pop2, is\nfully set on clinching victory.', '1004003|1700101|1700201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1412, 130116, 'Now, here''s the second favorite. The\nundefeated Triple Crown champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1700201|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1413, 130116, 'Taking her on is the undefeated Triple Crown\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700101|1700201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1414, 130116, 'The second favorite and undefeated Triple\nCrown champion, %h_pop2,\nshould give us a showdown to remember.', '1004003|1700101|1700201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1415, 130116, 'Now, here''s the second favorite. The\nundefeated Triple Crown champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1700201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1416, 130117, 'The undefeated Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1700201|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1417, 130117, 'The undefeated Triple Crown champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1700201|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1419, 130117, 'The undefeated Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1700201|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1420, 130117, 'The undefeated Triple Crown champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1700201|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1422, 130117, 'The undefeated Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1700201|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1423, 130117, 'The undefeated Triple Crown champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1700201|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1425, 130118, 'All eyes are on the undefeated Triple Crown\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1700201|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1426, 130200, 'The current favorite is the Autumn Triple\nCrown champion, %h_pop1.', '1002701|1700301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1427, 130200, 'The most popular athlete in this race is the\nAutumn Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1428, 130200, 'Now, introducing the favorite to win. It''s the\nAutumn Triple Crown champion,\n%h_pop1.', '1002901|1700301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1429, 130200, 'You guessed it! The favorite is the Autumn\nTriple Crown champion,\n%h_pop1.', '1003001|1700301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1430, 130202, 'The second favorite is the Autumn Triple\nCrown champion, %h_pop2.', '1003101|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1431, 130202, 'Now to introduce the second favorite. It''s the\nAutumn Triple Crown champion,\n%h_pop2.', '1003201|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1432, 130202, 'With more than enough skill to rival the top\npick, today''s second favorite is the Autumn\nTriple Crown champion,\n%h_pop2.', '1003301|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1433, 130202, 'She might not be satisfied with this ranking,\nbut the second favorite is the Autumn Triple\nCrown champion, %h_pop2.', '%w_0.1|1003401|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1434, 130203, 'Now to introduce the second favorite. It''s the\nAutumn Triple Crown champion,\n%h_pop2.', '1003201|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1435, 130203, 'She might not be satisfied with this ranking,\nbut the second favorite is the Autumn Triple\nCrown champion, %h_pop2.', '%w_0.1|1003401|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1436, 130204, 'The third favorite is the Autumn Triple Crown\nchampion, %h_pop3.', '%w_0.3|1003501|1700301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1437, 130204, 'For the third favorite, we have the Autumn\nTriple Crown champion,\n%h_pop3.', '%w_0.3|1003601|1700301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1438, 130204, 'With her sights firmly set on the top spots, the\nthird favorite is the Autumn Triple Crown\nchampion, %h_pop3.', '%w_0.3|1003701|1700301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1439, 130204, 'With the popularity and the skills to back it\nup, it''s the Autumn Triple Crown champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700301|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1440, 130205, 'Now, here''s the undisputed star of the show.\nIt''s the Autumn Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1441, 130205, 'Waiting for the start with an air of dignity is\nthe Autumn Triple Crown champion and\ntoday''s favorite, %h_pop1.', '%w_0.1|1003903|1700301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1442, 130205, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Autumn\nTriple Crown champion,\n%h_pop1.', '1003905|1700301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1449, 130206, 'Taking her on is the Autumn Triple Crown\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1450, 130206, 'The second favorite and Autumn Triple Crown\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1451, 130206, 'And here''s the second favorite. The Autumn\nTriple Crown champion,\n%h_pop2, fully intends to\nclinch the win.', '1004005|1700301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1452, 130206, 'Taking her on is the Autumn Triple Crown\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1453, 130206, 'The second favorite and Autumn Triple Crown\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1700301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1454, 130206, 'Now, here''s the second favorite. The Autumn\nTriple Crown champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1455, 130206, 'Taking her on is the Autumn Triple Crown\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1456, 130206, 'The second favorite and Autumn Triple Crown\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1457, 130206, 'Now, here''s the second favorite. The Autumn\nTriple Crown champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1458, 130207, 'The Autumn Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700301|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1459, 130207, 'The Autumn Triple Crown champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700301|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1461, 130207, 'The Autumn Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700301|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1462, 130207, 'The Autumn Triple Crown champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700301|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1464, 130207, 'The Autumn Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700301|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1465, 130207, 'The Autumn Triple Crown champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700301|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1467, 130208, 'All eyes are on the Autumn Triple Crown\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700301|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1468, 130210, 'The current favorite is the undefeated Autumn\nTriple Crown champion,\n%h_pop1.', '1002701|1700101|1700301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1469, 130210, 'The most popular athlete in this race is the\nundefeated Autumn Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1700301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1470, 130210, 'Now, introducing the favorite to win. It''s the\nundefeated Autumn Triple Crown champion,\n%h_pop1.', '1002901|1700101|1700301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1471, 130210, 'You guessed it! The favorite is the Autumn\nTriple Crown champion,\n%h_pop1.', '1003001|1700101|1700301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1472, 130212, 'The second favorite is the undefeated Autumn\nTriple Crown champion,\n%h_pop2.', '1003101|1700101|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1473, 130212, 'Now, introducing the second favorite. It''s the\nundefeated Autumn Triple Crown champion,\n%h_pop2.', '1003201|1700101|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1474, 130212, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nAutumn Triple Crown champion,\n%h_pop2.', '1003301|1700101|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1475, 130212, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nAutumn Triple Crown champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1476, 130213, 'Now, introducing the second favorite. It''s the\nundefeated Autumn Triple Crown champion,\n%h_pop2.', '1003201|1700101|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1477, 130213, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nAutumn Triple Crown champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1700301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1478, 130214, 'The third favorite is the undefeated Autumn\nTriple Crown champion,\n%h_pop3.', '%w_0.3|1003501|1700101|1700301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1479, 130214, 'For the third favorite, we have the undefeated\nAutumn Triple Crown champion,\n%h_pop3.', '%w_0.3|1003601|1700101|1700301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1480, 130214, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Autumn Triple\nCrown champion, %h_pop3.', '%w_0.3|1003701|1700101|1700301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1481, 130214, 'With the popularity and the skills to back it\nup, it''s the undefeated Autumn Triple Crown\nchampion, %h_pop3, today''s\nthird favorite.', '%w_0.3|1003801|1700101|1700301|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1482, 130215, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Autumn Triple Crown\nchampion, %h_pop1. She''s the\nfavorite to win.', '1003901|1700101|1700301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1483, 130215, 'Waiting for the start with an air of dignity is\nthe undefeated Autumn Triple Crown\nchampion and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1700101|1700301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1484, 130215, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nAutumn Triple Crown champion,\n%h_pop1.', '1003905|1700101|1700301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1491, 130216, 'Taking her on is the undefeated Autumn Triple\nCrown champion, %h_pop2.\nThis should be a showdown to remember.', '1004001|1700101|1700301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1492, 130216, 'The second favorite and undefeated Autumn\nTriple Crown champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1700101|1700301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1493, 130216, 'Now, here''s the second favorite. The\nundefeated Autumn Triple Crown champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1700301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1494, 130216, 'Taking her on is the undefeated Autumn Triple\nCrown champion, %h_pop2,\nwho can certainly hold her own against the\nfavorite.', '1004001|1700101|1700301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1495, 130216, 'The second favorite and undefeated Autumn\nTriple Crown champion,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1700101|1700301|%h_pop2|%w_0.02|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1496, 130216, 'Now, here''s the second favorite. The\nundefeated Autumn Triple Crown champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1700301|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1497, 130216, 'Taking her on is the undefeated Autumn Triple\nCrown champion, %h_pop2,\nwho is fully set on clinching victory.', '1004001|1700101|1700301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1498, 130216, 'The second favorite and undefeated Autumn\nTriple Crown champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1700101|1700301|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1499, 130216, 'Now, here''s the second favorite. The\nundefeated Autumn Triple Crown champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1700301|%h_pop2|%w_0.02|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1500, 130217, 'The undefeated Autumn Triple Crown\nchampion, %h_pop3, is\ncurrently the third favorite. She''s the hot pick\nof late!', '%w_0.3|1700101|1700301|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1501, 130217, 'The undefeated Autumn Triple Crown\nchampion, %h_pop3, is the\nthird favorite. Can she overcome the odds?!', '%w_0.3|1700101|1700301|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1503, 130217, 'The undefeated Autumn Triple Crown\nchampion, %h_pop3, is\ncurrently the third favorite. Can she overcome\nthe odds?!', '%w_0.3|1700101|1700301|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1504, 130217, 'The undefeated Autumn Triple Crown\nchampion, %h_pop3, is the\nthird favorite. Her superior ability is\nundeniable!', '%w_0.3|1700101|1700301|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1506, 130217, 'The undefeated Autumn Triple Crown\nchampion, %h_pop3, is\ncurrently the third favorite. Her superior ability\nis undeniable!', '%w_0.3|1700101|1700301|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1507, 130217, 'The undefeated Autumn Triple Crown\nchampion, %h_pop3, is the\nthird favorite. She''s the hot pick of late!', '%w_0.3|1700101|1700301|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1509, 130218, 'All eyes are on the undefeated Autumn Triple\nCrown champion, %h_player,\nrunning in %p_waku_ban.', '1088201|1700101|1700301|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1510, 130300, 'The current favorite is the holder of the Triple\nTiara, %h_pop1.', '1002701|1700401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1511, 130300, 'The most popular athlete in this race is the\nholder of the Triple Tiara,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1512, 130300, 'Now, introducing the favorite to win. It''s the\nholder of the Triple Tiara,\n%h_pop1.', '1002901|1700401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1513, 130300, 'You guessed it! The favorite is the holder of\nthe Triple Tiara, %h_pop1.', '1003001|1700401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1514, 130302, 'The second favorite is the holder of the Triple\nTiara, %h_pop2.', '1003101|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1515, 130302, 'Now, introducing the second favorite, it''s the\nholder of the Triple Tiara,\n%h_pop2.', '1003201|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1516, 130302, 'With more than enough skill to rival the top\npick, today''s second favorite is the holder of\nthe Triple Tiara, %h_pop2.', '1003301|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1517, 130302, 'She might not be satisfied with this ranking,\nbut the second favorite is the holder of the\nTriple Tiara, %h_pop2.', '%w_0.1|1003401|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1518, 130303, 'Now, introducing the second favorite, it''s the\nholder of the Triple Tiara,\n%h_pop2.', '1003201|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1519, 130303, 'She might not be satisfied with this ranking,\nbut the second favorite is the holder of the\nTriple Tiara, %h_pop2.', '%w_0.1|1003401|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1520, 130304, 'The third favorite is the holder of the Triple\nTiara, %h_pop3.', '%w_0.3|1003501|1700401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1521, 130304, 'For the third favorite, we have the holder of\nthe Triple Tiara, %h_pop3.', '%w_0.3|1003601|1700401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1522, 130304, 'With her sights firmly set on the top spots, the\nthird favorite is the holder of the Triple Tiara,\n%h_pop3.', '%w_0.3|1003701|1700401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1523, 130304, 'With the popularity and the skills to back it\nup, it''s the holder of the Triple Tiara,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700401|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1524, 130305, 'Now, here''s the undisputed star of the show.\nIt''s the holder of the Triple Tiara,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1525, 130305, 'Waiting for the start with an air of dignity is\nthe holder of the Triple Tiara and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1526, 130305, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the holder of\nthe Triple Tiara, %h_pop1.', '1003905|1700401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1533, 130306, 'Taking her on is the holder of the Triple Tiara,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1700401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1534, 130306, 'The second favorite and holder of the Triple\nTiara, %h_pop2, can certainly\nhold her own against today''s top favorite.', '1004003|1700401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1535, 130306, 'Now, here''s the second favorite. The holder of\nthe Triple Tiara, %h_pop2, is\nfully set on clinching victory.', '1004005|1700401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1536, 130306, 'Taking her on is the holder of the Triple Tiara,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1700401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1537, 130306, 'The second favorite and holder of the Triple\nTiara, %h_pop2, is fully set on\nclinching victory.', '1004003|1700401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1538, 130306, 'Now, here''s the second favorite. The holder of\nthe Triple Tiara, %h_pop2,\nshould give us a showdown to remember.', '1004005|1700401|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1539, 130306, 'Taking her on is the holder of the Triple Tiara,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1700401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1540, 130306, 'The second favorite and holder of the Triple\nTiara, %h_pop2, should give us\na showdown to remember.', '1004003|1700401|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1541, 130306, 'Now, here''s the second favorite. The holder of\nthe Triple Tiara, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1700401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1542, 130307, 'The holder of the Triple Tiara,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700401|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1543, 130307, 'The holder of the Triple Tiara,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700401|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1545, 130307, 'The holder of the Triple Tiara,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700401|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1546, 130307, 'The holder of the Triple Tiara,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700401|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1548, 130307, 'The holder of the Triple Tiara,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700401|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1549, 130307, 'The holder of the Triple Tiara,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700401|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1551, 130308, 'All eyes are on the holder of the Triple Tiara,\n%h_player, running in\n%p_waku_ban.', '1088201|1700401|%h_player|%w_0.02|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1552, 130310, 'The current favorite is the undefeated holder\nof the Triple Tiara, %h_pop1.', '1002701|1700101|1700401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1553, 130310, 'The most popular athlete in this race is the\nundefeated holder of the Triple Tiara,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1700401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1554, 130310, 'Now, introducing the favorite to win. It''s the\nundefeated holder of the Triple Tiara,\n%h_pop1.', '1002901|1700101|1700401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1555, 130310, 'You guessed it! The favorite is the undefeated\nholder of the Triple Tiara,\n%h_pop1.', '1003001|1700101|1700401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1556, 130312, 'The second favorite is the undefeated holder\nof the Triple Tiara, %h_pop2.', '1003101|1700101|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1557, 130312, 'Now, introducing the second favorite. It''s the\nundefeated holder of the Triple Tiara,\n%h_pop2.', '1003201|1700101|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1558, 130312, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nholder of the Triple Tiara,\n%h_pop2.', '1003301|1700101|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1559, 130312, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nholder of the Triple Tiara,\n%h_pop2.', '%w_0.1|1003401|1700101|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1560, 130313, 'Now, introducing the second favorite. It''s the\nundefeated holder of the Triple Tiara,\n%h_pop2.', '1003201|1700101|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1561, 130313, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nholder of the Triple Tiara,\n%h_pop2.', '%w_0.1|1003401|1700101|1700401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1562, 130314, 'The third favorite is the undefeated holder of\nthe Triple Tiara, %h_pop3.', '%w_0.3|1003501|1700101|1700401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1563, 130314, 'For the third favorite, we have the undefeated\nholder of the Triple Tiara,\n%h_pop3.', '%w_0.3|1003601|1700101|1700401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1564, 130314, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated holder of the\nTriple Tiara, %h_pop3.', '%w_0.3|1003701|1700101|1700401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1565, 130314, 'With the popularity and the skills to back it\nup, it''s the undefeated holder of the Triple\nTiara, %h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1700401|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1566, 130315, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated holder of the Triple Tiara,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1700401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1567, 130315, 'Waiting for the start with an air of dignity is\nthe undefeated holder of the Triple Tiara and\ntoday''s favorite, %h_pop1.', '%w_0.1|1003903|1700101|1700401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1568, 130315, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nholder of the Triple Tiara,\n%h_pop1.', '1003905|1700101|1700401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1575, 130316, 'Taking her on is the undefeated holder of the\nTriple Tiara, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1700401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1576, 130316, 'The second favorite and undefeated holder of\nthe Triple Tiara, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1700401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1577, 130316, 'Now, here''s the second favorite. The\nundefeated holder of the Triple Tiara,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1700401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1578, 130316, 'Taking her on is the undefeated holder of the\nTriple Tiara, %h_pop2, who\ncan certainly hold her own against the favorite.', '1004001|1700101|1700401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1579, 130316, 'The second favorite and undefeated holder of\nthe Triple Tiara, %h_pop2, is\nfully set on clinching victory.', '1004003|1700101|1700401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1580, 130316, 'Now, here''s the second favorite. The\nundefeated holder of the Triple Tiara,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1700401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1581, 130316, 'Taking her on is the undefeated holder of the\nTriple Tiara, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700101|1700401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1582, 130316, 'The second favorite and undefeated holder of\nthe Triple Tiara, %h_pop2,\nshould give us a showdown to remember.', '1004003|1700101|1700401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1583, 130316, 'Now, here''s the second favorite. The\nundefeated holder of the Triple Tiara,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1700401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1584, 130317, 'The undefeated holder of the Triple Tiara,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1700401|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1585, 130317, 'The undefeated holder of the Triple Tiara,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1700401|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1587, 130317, 'The undefeated holder of the Triple Tiara,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1700401|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1588, 130317, 'The undefeated holder of the Triple Tiara,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1700401|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1590, 130317, 'The undefeated holder of the Triple Tiara,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1700401|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1591, 130317, 'The undefeated holder of the Triple Tiara,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1700401|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1593, 130318, 'All eyes are on the undefeated holder of the\nTriple Tiara, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1700401|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1594, 130400, 'The current favorite is the Spring Triple Crown\nchampion, %h_pop1.', '1002701|1700501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1595, 130400, 'The most popular athlete in this race is the\nSpring Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1596, 130400, 'Now, introducing the favorite to win. It''s the\nSpring Triple Crown champion,\n%h_pop1.', '1002901|1700501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1597, 130400, 'You guessed it! The favorite is the Spring\nTriple Crown champion,\n%h_pop1.', '1003001|1700501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1598, 130402, 'The second favorite is the Spring Triple Crown\nchampion, %h_pop2.', '1003101|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1599, 130402, 'Now, introducing the second favorite. It''s the\nSpring Triple Crown champion,\n%h_pop2.', '1003201|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1600, 130402, 'With more than enough skill to rival the top\npick, today''s second favorite is the Spring\nTriple Crown champion,\n%h_pop2.', '1003301|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1601, 130402, 'She might not be satisfied with this ranking,\nbut the second favorite is the Spring Triple\nCrown champion, %h_pop2.', '%w_0.1|1003401|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1602, 130403, 'Now, introducing the second favorite. It''s the\nSpring Triple Crown champion,\n%h_pop2.', '1003201|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1603, 130403, 'She might not be satisfied with this ranking,\nbut the second favorite is the Spring Triple\nCrown champion, %h_pop2.', '%w_0.1|1003401|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1604, 130404, 'The third favorite is the Spring Triple Crown\nchampion, %h_pop3.', '%w_0.3|1003501|1700501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1605, 130404, 'For the third favorite, we have the Spring\nTriple Crown champion,\n%h_pop3.', '%w_0.3|1003601|1700501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1606, 130404, 'With her sights firmly set on the top spots, the\nthird favorite is the Spring Triple Crown\nchampion, %h_pop3.', '%w_0.3|1003701|1700501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1607, 130404, 'With the popularity and the skills to back it\nup, it''s the Spring Triple Crown champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700501|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1608, 130405, 'Now, here''s the undisputed star of the show.\nIt''s the Spring Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1609, 130405, 'Waiting for the start with an air of dignity is\nthe Spring Triple Crown champion and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1610, 130405, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Spring\nTriple Crown champion,\n%h_pop1.', '1003905|1700501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1617, 130406, 'Taking her on is the Spring Triple Crown\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1618, 130406, 'The second favorite and Spring Triple Crown\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1619, 130406, 'Now, here''s the second favorite. The Spring\nTriple Crown champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1620, 130406, 'Taking her on is the Spring Triple Crown\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1621, 130406, 'The second favorite and Spring Triple Crown\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1700501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1622, 130406, 'Now, here''s the second favorite. The Spring\nTriple Crown champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700501|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1623, 130406, 'Taking her on is the Spring Triple Crown\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1624, 130406, 'The second favorite and Spring Triple Crown\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1625, 130406, 'Now, here''s the second favorite. The Spring\nTriple Crown champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1626, 130407, 'The Spring Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700501|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1627, 130407, 'The Spring Triple Crown champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700501|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1629, 130407, 'The Spring Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700501|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1630, 130407, 'The Spring Triple Crown champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700501|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1632, 130407, 'The Spring Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700501|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1633, 130407, 'The Spring Triple Crown champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700501|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1635, 130408, 'All eyes are on the Spring Triple Crown\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700501|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1636, 130410, 'The current favorite is the undefeated Spring\nTriple Crown champion,\n%h_pop1.', '1002701|1700101|1700501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1637, 130410, 'The most popular athlete in this race is the\nundefeated Spring Triple Crown champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1700501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1638, 130410, 'Now, introducing the favorite to win. It''s the\nundefeated Spring Triple Crown champion,\n%h_pop1.', '1002901|1700101|1700501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1639, 130410, 'You guessed it! The favorite is the undefeated\nSpring Triple Crown champion,\n%h_pop1.', '1003001|1700101|1700501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1640, 130412, 'The second favorite is the undefeated Spring\nTriple Crown champion,\n%h_pop2.', '1003101|1700101|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1641, 130412, 'Now, introducing the second favorite. It''s the\nundefeated Spring Triple Crown champion,\n%h_pop2.', '1003201|1700101|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1642, 130412, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nSpring Triple Crown champion,\n%h_pop2.', '1003301|1700101|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1643, 130412, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nSpring Triple Crown champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1644, 130413, 'Now, introducing the second favorite. It''s the\nundefeated Spring Triple Crown champion,\n%h_pop2.', '1003201|1700101|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1645, 130413, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nSpring Triple Crown champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1700501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1646, 130414, 'The third favorite is the undefeated Spring\nTriple Crown champion,\n%h_pop3.', '%w_0.3|1003501|1700101|1700501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1647, 130414, 'For the third favorite, we have the undefeated\nSpring Triple Crown champion,\n%h_pop3.', '%w_0.3|1003601|1700101|1700501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1648, 130414, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Spring Triple\nCrown champion, %h_pop3.', '%w_0.3|1003701|1700101|1700501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1649, 130414, 'With the popularity and the skills to back it\nup, it''s the undefeated Spring Triple Crown\nchampion, %h_pop3, today''s\nthird favorite.', '%w_0.3|1003801|1700101|1700501|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1650, 130415, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Spring Triple Crown\nchampion, %h_pop1. She''s the\nfavorite to win.', '1003901|1700101|1700501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1651, 130415, 'Waiting for the start with an air of dignity is\nthe undefeated Spring Triple Crown champion\nand today''s favorite, %h_pop1.', '%w_0.1|1003903|1700101|1700501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1652, 130415, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nSpring Triple Crown champion,\n%h_pop1.', '1003905|1700101|1700501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1659, 130416, 'Taking her on is the undefeated Spring Triple\nCrown champion, %h_pop2.\nThis should be a showdown to remember.', '1004001|1700101|1700501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1660, 130416, 'The second favorite and undefeated Spring\nTriple Crown champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1700101|1700501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1661, 130416, 'Now, here''s the second favorite. The\nundefeated Spring Triple Crown champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1700501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1662, 130416, 'Taking her on is the undefeated Spring Triple\nCrown champion, %h_pop2,\nwho can certainly hold her own against the\nfavorite.', '1004001|1700101|1700501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1663, 130416, 'The second favorite and undefeated Spring\nTriple Crown champion,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1700101|1700501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1664, 130416, 'Now, here''s the second favorite. The\nundefeated Spring Triple Crown champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1700501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1665, 130416, 'Taking her on is the undefeated Spring Triple\nCrown champion, %h_pop2,\nwho is fully set on clinching victory.', '1004001|1700101|1700501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1666, 130416, 'The second favorite and undefeated Spring\nTriple Crown champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1700101|1700501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1667, 130416, 'Now, here''s the second favorite. The\nundefeated Spring Triple Crown champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1700501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1668, 130417, 'The undefeated Spring Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1700501|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1669, 130417, 'The undefeated Spring Triple Crown champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1700501|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1671, 130417, 'The undefeated Spring Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1700501|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1672, 130417, 'The undefeated Spring Triple Crown champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1700501|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1674, 130417, 'The undefeated Spring Triple Crown champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1700501|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1675, 130417, 'The undefeated Spring Triple Crown champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1700501|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1677, 130418, 'All eyes are on the undefeated Spring Triple\nCrown champion, %h_player,\nrunning in %p_waku_ban.', '1088201|1700101|1700501|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1678, 130500, 'The current favorite is the Double Crown star,\n%h_pop1.', '1002701|1700601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1679, 130500, 'The most popular athlete in this race is the\nDouble Crown star, %h_pop1.\nShe''s the favorite to win.', '1002801|1700601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1680, 130500, 'Now, introducing the favorite to win. It''s the\nDouble Crown star, %h_pop1.', '1002901|1700601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1681, 130500, 'You guessed it! The favorite is the Double\nCrown star, %h_pop1.', '1003001|1700601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1682, 130502, 'The second favorite is the Double Crown star,\n%h_pop2.', '1003101|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1683, 130502, 'Now, introducing the second favorite. It''s the\nDouble Crown star, %h_pop2.', '1003201|1700601|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1684, 130502, 'With more than enough skill to rival the top\npick, today''s second favorite is the Double\nCrown star, %h_pop2.', '1003301|1700601|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1685, 130502, 'She might not be satisfied with this ranking,\nbut the second favorite is the Double Crown\nstar, %h_pop2.', '%w_0.1|1003401|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1686, 130503, 'Now, introducing the second favorite. It''s the\nDouble Crown star, %h_pop2.', '1003201|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1687, 130503, 'She might not be satisfied with this ranking,\nbut the second favorite is the Double Crown\nstar, %h_pop2.', '%w_0.1|1003401|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1688, 130504, 'The third favorite is the Double Crown star,\n%h_pop3.', '%w_0.3|1003501|1700601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1689, 130504, 'For the third favorite, we have the Double\nCrown star, %h_pop3.', '%w_0.3|1003601|1700601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1690, 130504, 'With her sights firmly set on the top spots, the\nthird favorite is the Double Crown star,\n%h_pop3.', '%w_0.3|1003701|1700601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1691, 130504, 'With the popularity and the skills to back it\nup, it''s the Double Crown star,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700601|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1692, 130505, 'Now, here''s the undisputed star of the show.\nIt''s the Double Crown wonder,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1693, 130505, 'Waiting for the start with an air of dignity is\nthe Double Crown star and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1700601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1694, 130505, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Double\nCrown star, %h_pop1.', '1003905|1700601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1701, 130506, 'Taking her on is the Double Crown star,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1700601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1702, 130506, 'The second favorite and Double Crown star,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1700601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1703, 130506, 'Now, here''s the second favorite. The Double\nCrown star, %h_pop2, is fully\nset on clinching victory.', '1004005|1700601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1704, 130506, 'Taking her on is the Double Crown star,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1700601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1705, 130506, 'The second favorite and Double Crown star,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1700601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1706, 130506, 'Now, here''s the second favorite. The Double\nCrown star, %h_pop2, should\ngive us a showdown to remember.', '1004005|1700601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1707, 130506, 'Taking her on is the Double Crown star,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1700601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1708, 130506, 'The second favorite and Double Crown star,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1700601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1709, 130506, 'Now, here''s the second favorite. The Double\nCrown star, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1700601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1710, 130507, 'The Double Crown star,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700601|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1711, 130507, 'The Double Crown star,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700601|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1713, 130507, 'The Double Crown star,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700601|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1714, 130507, 'The Double Crown star,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700601|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1716, 130507, 'The Double Crown star,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700601|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1717, 130507, 'The Double Crown star,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700601|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1719, 130508, 'All eyes are on the Double Crown star,\n%h_player, running in\n%p_waku_ban.', '1088201|1700601|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1720, 130510, 'The current favorite is the undefeated Double\nCrown star, %h_pop1.', '1002701|1700101|1700601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1721, 130510, 'The most popular athlete in this race is the\nundefeated Double Crown star,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1700601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1722, 130510, 'Now, introducing the favorite to win. It''s the\nundefeated Double Crown star,\n%h_pop1.', '1002901|1700101|1700601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1723, 130510, 'You guessed it! The favorite is the undefeated\nDouble Crown star, %h_pop1.', '1003001|1700101|1700601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1724, 130512, 'The second favorite is the undefeated Double\nCrown star, %h_pop2.', '1003101|1700101|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1725, 130512, 'Now, introducing the second favorite. It''s the\nundefeated Double Crown star,\n%h_pop2.', '1003201|1700101|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1726, 130512, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nDouble Crown star, %h_pop2.', '1003301|1700101|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1727, 130512, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nDouble Crown star, %h_pop2.', '%w_0.1|1003401|1700101|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1728, 130513, 'Now, introducing the second favorite. It''s the\nundefeated Double Crown star,\n%h_pop2.', '1003201|1700101|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1729, 130513, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nDouble Crown star, %h_pop2.', '%w_0.1|1003401|1700101|1700601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1730, 130514, 'The third favorite is the undefeated Double\nCrown star, %h_pop3.', '%w_0.3|1003501|1700101|1700601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1731, 130514, 'For the third favorite, we have the undefeated\nDouble Crown star, %h_pop3.', '%w_0.3|1003601|1700101|1700601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1732, 130514, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Double Crown\nstar, %h_pop3.', '%w_0.3|1003701|1700101|1700601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1733, 130514, 'With the popularity and the skills to back it\nup, it''s the undefeated Double Crown star,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1700601|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1734, 130515, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Double Crown wonder,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1700601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1735, 130515, 'Waiting for the start with an air of dignity is\nthe undefeated Double Crown star and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1700601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1736, 130515, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nDouble Crown star, %h_pop1.', '1003905|1700101|1700601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1743, 130516, 'Taking her on is the undefeated Double Crown\nstar, %h_pop2. This should be\na showdown to remember.', '1004001|1700101|1700601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1744, 130516, 'The second favorite and undefeated Double\nCrown star, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1700601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1745, 130516, 'Now, here''s the second favorite. The\nundefeated Double Crown star,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1700601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1746, 130516, 'Taking her on is the undefeated Double Crown\nstar, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1700601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1747, 130516, 'The second favorite and undefeated Double\nCrown star, %h_pop2, is fully\nset on clinching victory.', '1004003|1700101|1700601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1748, 130516, 'Now, here''s the second favorite. The\nundefeated Double Crown star,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1700601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1749, 130516, 'Taking her on is the undefeated Double Crown\nstar, %h_pop2, who is fully set\non clinching victory.', '1004001|1700101|1700601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1750, 130516, 'The second favorite and undefeated Double\nCrown star, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700101|1700601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1751, 130516, 'Now, here''s the second favorite. The\nundefeated Double Crown star,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1700601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1752, 130517, 'The undefeated Double Crown star,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1700601|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1753, 130517, 'The undefeated Double Crown star,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1700601|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1755, 130517, 'The undefeated Double Crown star,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1700601|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1756, 130517, 'The undefeated Double Crown star,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1700601|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1758, 130517, 'The undefeated Double Crown star,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1700601|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1759, 130517, 'The undefeated Double Crown star,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1700601|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1761, 130518, 'All eyes are on the undefeated Double Crown\nstar, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1700601|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1762, 130600, 'The current favorite is the dual mile wonder,\n%h_pop1.', '1002701|1700701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1763, 130600, 'The most popular athlete in this race is the\ndual mile wonder, %h_pop1.\nShe''s the favorite to win.', '1002801|1700701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1764, 130600, 'Now, introducing the favorite to win. It''s the\ndual mile wonder, %h_pop1.', '1002901|1700701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1765, 130600, 'You guessed it! The favorite is the dual mile\nwonder, %h_pop1.', '1003001|1700701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1766, 130602, 'The second favorite is the dual mile wonder,\n%h_pop2.', '1003101|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1767, 130602, 'Now, introducing the second favorite. It''s the\ndual mile wonder, %h_pop2.', '1003201|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1768, 130602, 'With more than enough skill to rival the top\npick, today''s second favorite is the dual mile\nwonder, %h_pop2.', '1003301|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1769, 130602, 'She might not be satisfied with this ranking,\nbut the second favorite is the dual mile\nwonder, %h_pop2.', '%w_0.1|1003401|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1770, 130603, 'Now, introducing the second favorite. It''s the\ndual mile wonder, %h_pop2.', '1003201|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1771, 130603, 'She might not be satisfied with this ranking,\nbut the second favorite is the dual mile\nwonder, %h_pop2.', '%w_0.1|1003401|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1772, 130604, 'The third favorite is the dual mile wonder,\n%h_pop3.', '%w_0.3|1003501|1700701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1773, 130604, 'For the third favorite, we have the dual mile\nwonder, %h_pop3.', '%w_0.3|1003601|1700701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1774, 130604, 'With her sights firmly set on the top spots, the\nthird favorite is the dual mile wonder,\n%h_pop3.', '%w_0.3|1003701|1700701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1775, 130604, 'With the popularity and the skills to back it\nup, it''s the dual mile wonder,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700701|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1776, 130605, 'Now, here''s the undisputed star of the show.\nIt''s the dual mile wonder,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1777, 130605, 'Waiting for the start with an air of dignity is\nthe dual mile wonder and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1700701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1778, 130605, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the dual mile\nwonder, %h_pop1.', '1003905|1700701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1785, 130606, 'Taking her on is the dual mile wonder,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1700701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1786, 130606, 'The second favorite and dual mile wonder,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1700701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1787, 130606, 'Now, here''s the second favorite. The dual mile\nwonder, %h_pop2, is fully set\non clinching victory.', '1004005|1700701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1788, 130606, 'Taking her on is the dual mile wonder,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1700701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1789, 130606, 'The second favorite and dual mile wonder,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1700701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1790, 130606, 'Now, here''s the second favorite. The dual mile\nwonder, %h_pop2, should give\nus a showdown to remember.', '1004005|1700701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1791, 130606, 'Taking her on is the dual mile wonder,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1700701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1792, 130606, 'The second favorite and dual mile wonder,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1700701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1793, 130606, 'Now, here''s the second favorite. The dual mile\nwonder, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1700701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1794, 130607, 'The dual mile wonder,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700701|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1795, 130607, 'The dual mile wonder,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700701|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1797, 130607, 'The dual mile wonder,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700701|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1798, 130607, 'The dual mile wonder,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700701|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1800, 130607, 'The dual mile wonder,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700701|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1801, 130607, 'The dual mile wonder,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700701|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1803, 130608, 'All eyes are on the dual mile wonder,\n%h_player, running in\n%p_waku_ban.', '1088201|1700701|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1804, 130610, 'The current favorite is the undefeated dual\nmile wonder, %h_pop1.', '1002701|1700101|1700701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1805, 130610, 'The most popular athlete in this race is the\nundefeated dual mile wonder,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1700701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1806, 130610, 'Now, introducing the favorite to win. It''s the\nundefeated dual mile wonder,\n%h_pop1.', '1002901|1700101|1700701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1807, 130610, 'You guessed it! The favorite is the undefeated\ndual mile wonder, %h_pop1.', '1003001|1700101|1700701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1808, 130612, 'The second favorite is the undefeated dual\nmile wonder, %h_pop2.', '1003101|1700101|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1809, 130612, 'Now, introducing the second favorite. It''s the\nundefeated dual mile wonder,\n%h_pop2.', '1003201|1700101|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1810, 130612, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\ndual mile wonder, %h_pop2.', '1003301|1700101|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1811, 130612, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated dual\nmile wonder, %h_pop2.', '%w_0.1|1003401|1700101|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1812, 130613, 'Now, introducing the second favorite. It''s the\nundefeated dual mile wonder,\n%h_pop2.', '1003201|1700101|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1813, 130613, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated dual\nmile wonder, %h_pop2.', '%w_0.1|1003401|1700101|1700701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1814, 130614, 'The third favorite is the undefeated dual mile\nwonder, %h_pop3.', '%w_0.3|1003501|1700101|1700701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1815, 130614, 'For the third favorite, we have the undefeated\ndual mile wonder, %h_pop3.', '%w_0.3|1003601|1700101|1700701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1816, 130614, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated dual mile\nwonder, %h_pop3.', '%w_0.3|1003701|1700101|1700701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1817, 130614, 'With the popularity and the skills to back it\nup, it''s the undefeated dual mile wonder,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1700701|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1818, 130615, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated dual mile wonder,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1700701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1819, 130615, 'Waiting for the start with an air of dignity is\nthe undefeated dual mile wonder and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1700701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1820, 130615, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\ndual mile wonder, %h_pop1.', '1003905|1700101|1700701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1827, 130616, 'Taking her on is the undefeated dual mile\nwonder, %h_pop2. This should\nbe a showdown to remember.', '1004001|1700101|1700701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1828, 130616, 'The second favorite and undefeated dual mile\nwonder, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1700701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1829, 130616, 'Now, here''s the second favorite. The\nundefeated dual mile wonder,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1700701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1830, 130616, 'Taking her on is the undefeated dual mile\nwonder, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1700701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1831, 130616, 'The second favorite and undefeated dual mile\nwonder, %h_pop2, is fully set\non clinching victory.', '1004003|1700101|1700701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1832, 130616, 'Now, here''s the second favorite. The\nundefeated dual mile wonder,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1700701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1833, 130616, 'Taking her on is the undefeated dual mile\nwonder, %h_pop2, who is fully\nset on clinching victory.', '1004001|1700101|1700701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1834, 130616, 'The second favorite and undefeated dual mile\nwonder, %h_pop2, should give\nus a showdown to remember.', '1004003|1700101|1700701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1835, 130616, 'Now, here''s the second favorite. The\nundefeated dual mile wonder,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1700701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1836, 130617, 'The undefeated dual mile wonder,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1700701|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1837, 130617, 'The undefeated dual mile wonder,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1700701|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1839, 130617, 'The undefeated dual mile wonder,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1700701|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1840, 130617, 'The undefeated dual mile wonder,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1700701|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1842, 130617, 'The undefeated dual mile wonder,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1700701|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1843, 130617, 'The undefeated dual mile wonder,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1700701|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1845, 130618, 'All eyes are on the undefeated dual mile\nwonder, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1700701|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1846, 130700, 'The current favorite is the dual sprint victor,\n%h_pop1.', '1002701|1700801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1847, 130700, 'The most popular athlete in this race is the\ndual sprint victor, %h_pop1.\nShe''s the favorite to win.', '1002801|1700801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1848, 130700, 'Now, introducing the favorite to win. It''s the\ndual sprint victor, %h_pop1.', '1002901|1700801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1849, 130700, 'You guessed it! The favorite is the dual sprint\nvictor, %h_pop1.', '1003001|1700801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1850, 130702, 'The second favorite is the dual sprint victor,\n%h_pop2.', '1003101|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1851, 130702, 'Now, introducing the second favorite. It''s the\ndual sprint victor, %h_pop2.', '1003201|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1852, 130702, 'With more than enough skill to rival the top\npick, today''s second favorite is the dual sprint\nvictor, %h_pop2.', '1003301|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1853, 130702, 'She might not be satisfied with this ranking,\nbut the second favorite is the dual sprint\nvictor, %h_pop2.', '%w_0.1|1003401|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1854, 130703, 'Now, introducing the second favorite. It''s the\ndual sprint victor, %h_pop2.', '1003201|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1855, 130703, 'She might not be satisfied with this ranking,\nbut the second favorite is the dual sprint\nvictor, %h_pop2.', '%w_0.1|1003401|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1856, 130704, 'The third favorite is the dual sprint victor,\n%h_pop3.', '%w_0.3|1003501|1700801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1857, 130704, 'For the third favorite, we have the dual sprint\nvictor, %h_pop3.', '%w_0.3|1003601|1700801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1858, 130704, 'With her sights firmly set on the top spots, the\nthird favorite is the dual sprint victor,\n%h_pop3.', '%w_0.3|1003701|1700801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1859, 130704, 'With the popularity and the skills to back it\nup, it''s the dual sprint victor,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700801|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1860, 130705, 'Now, here''s the undisputed star of the show.\nIt''s the dual sprint victor,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700801|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1861, 130705, 'Waiting for the start with an air of dignity is\nthe dual sprint victor and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1700801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1862, 130705, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the dual sprint\nvictor, %h_pop1.', '1003905|1700801|%w_0.01|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1869, 130706, 'Taking her on is the dual sprint victor,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1700801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1870, 130706, 'The second favorite and dual sprint victor,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1700801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1871, 130706, 'Now, here''s the second favorite. The dual\nsprint victor, %h_pop2, is fully\nset on clinching victory.', '1004005|1700801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1872, 130706, 'Taking her on is the dual sprint victor,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1700801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1873, 130706, 'The second favorite and dual sprint victor,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1700801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1874, 130706, 'Now, here''s the second favorite. The dual\nsprint victor, %h_pop2, should\ngive us a showdown to remember.', '1004005|1700801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1875, 130706, 'Taking her on is the dual sprint victor,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1700801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1876, 130706, 'The second favorite and dual sprint victor,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1700801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1877, 130706, 'Now, here''s the second favorite. The dual\nsprint victor, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1700801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1878, 130707, 'The dual sprint victor,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700801|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1879, 130707, 'The dual sprint victor,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700801|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1881, 130707, 'The dual sprint victor,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700801|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1882, 130707, 'The dual sprint victor,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700801|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1884, 130707, 'The dual sprint victor,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700801|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1885, 130707, 'The dual sprint victor,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700801|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1887, 130708, 'All eyes are on the dual sprint victor,\n%h_player, running in\n%p_waku_ban.', '1088201|1700801|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1888, 130710, 'The current favorite is the undefeated dual\nsprint victor, %h_pop1.', '1002701|1700101|1700801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1889, 130710, 'The most popular athlete in this race is the\nundefeated dual sprint victor,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1700801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1890, 130710, 'Now, introducing the favorite to win. It''s the\nundefeated dual sprint victor,\n%h_pop1.', '1002901|1700101|1700801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1891, 130710, 'You guessed it! The favorite is the undefeated\ndual sprint victor, %h_pop1.', '1003001|1700101|1700801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1892, 130712, 'The second favorite is the undefeated dual\nsprint victor, %h_pop2.', '1003101|1700101|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1893, 130712, 'Now, introducing the second favorite. It''s the\nundefeated dual sprint victor,\n%h_pop2.', '1003201|1700101|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1894, 130712, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\ndual sprint victor, %h_pop2.', '1003301|1700101|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1895, 130712, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated dual\nsprint victor, %h_pop2.', '%w_0.1|1003401|1700101|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1896, 130713, 'Now, introducing the second favorite. It''s the\nundefeated dual sprint victor,\n%h_pop2.', '1003201|1700101|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1897, 130713, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated dual\nsprint victor, %h_pop2.', '%w_0.1|1003401|1700101|1700801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1898, 130714, 'The third favorite is the undefeated dual sprint\nvictor, %h_pop3.', '%w_0.3|1003501|1700101|1700801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1899, 130714, 'For the third favorite, we have the undefeated\ndual sprint victor, %h_pop3.', '%w_0.3|1003601|1700101|1700801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1900, 130714, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated dual sprint\nvictor, %h_pop3.', '%w_0.3|1003701|1700101|1700801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1901, 130714, 'With the popularity and the skills to back it\nup, it''s the undefeated dual sprint victor,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1700801|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1902, 130715, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated dual sprint victor,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1700801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1903, 130715, 'Waiting for the start with an air of dignity is\nthe undefeated dual sprint victor and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1700801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1904, 130715, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\ndual sprint victor, %h_pop1.', '1003905|1700101|1700801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1911, 130716, 'Taking her on is the undefeated dual sprint\nvictor, %h_pop2. This should\nbe a showdown to remember.', '1004001|1700101|1700801|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1912, 130716, 'The second favorite and undefeated dual\nsprint victor, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1700801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1913, 130716, 'Now, here''s the second favorite. The\nundefeated dual sprint victor,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1700801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1914, 130716, 'Taking her on is the undefeated dual sprint\nvictor, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1700801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1915, 130716, 'The second favorite and undefeated dual\nsprint victor, %h_pop2, is fully\nset on clinching victory.', '1004003|1700101|1700801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1916, 130716, 'Now, here''s the second favorite. The\nundefeated dual sprint victor,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1700801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1917, 130716, 'Taking her on is the undefeated dual sprint\nvictor, %h_pop2, who is fully\nset on clinching victory.', '1004001|1700101|1700801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1918, 130716, 'The second favorite and undefeated dual\nsprint victor, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700101|1700801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1919, 130716, 'Now, here''s the second favorite. The\nundefeated dual sprint victor,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1700801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1920, 130717, 'The undefeated dual sprint victor,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1700801|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1921, 130717, 'The undefeated dual sprint victor,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1700801|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1923, 130717, 'The undefeated dual sprint victor,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1700801|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1924, 130717, 'The undefeated dual sprint victor,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1700801|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1926, 130717, 'The undefeated dual sprint victor,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1700801|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1927, 130717, 'The undefeated dual sprint victor,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1700801|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1929, 130718, 'All eyes are on the undefeated dual sprint\nvictor, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1700801|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1930, 130800, 'The current favorite is the dual dirt champion,\n%h_pop1.', '1002701|1700901|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1931, 130800, 'The most popular athlete in this race is the\ndual dirt champion, %h_pop1.\nShe''s the favorite to win.', '1002801|1700901|%h_pop1|%w_0.01|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1932, 130800, 'Now, introducing the favorite to win. It''s the\ndual dirt champion, %h_pop1.', '1002901|1700901|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1933, 130800, 'You guessed it! The favorite is the dual dirt\nchampion, %h_pop1.', '1003001|1700901|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1934, 130802, 'The second favorite is the dual dirt champion,\n%h_pop2.', '1003101|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1935, 130802, 'Now, introducing the second favorite. It''s the\ndual dirt champion, %h_pop2.', '1003201|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1936, 130802, 'With more than enough skill to rival the top\npick, today''s second favorite is the dual dirt\nchampion, %h_pop2.', '1003301|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1937, 130802, 'She might not be satisfied with this ranking,\nbut the second favorite is the dual dirt\nchampion, %h_pop2.', '%w_0.1|1003401|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1938, 130803, 'Now, introducing the second favorite. It''s the\ndual dirt champion, %h_pop2.', '1003201|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1939, 130803, 'She might not be satisfied with this ranking,\nbut the second favorite is the dual dirt\nchampion, %h_pop2.', '%w_0.1|1003401|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1940, 130804, 'The third favorite is the dual dirt champion,\n%h_pop3.', '%w_0.3|1003501|1700901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1941, 130804, 'For the third favorite, we have the dual dirt\nchampion, %h_pop3.', '%w_0.3|1003601|1700901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1942, 130804, 'With her sights firmly set on the top spots, the\nthird favorite is the dual dirt champion,\n%h_pop3.', '%w_0.3|1003701|1700901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1943, 130804, 'With the popularity and the skills to back it\nup, it''s the dual dirt champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700901|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1944, 130805, 'Now, here''s the undisputed star of the show.\nIt''s the dual dirt champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700901|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1945, 130805, 'Waiting for the start with an air of dignity is\nthe dual dirt champion and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1700901|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1946, 130805, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the dual dirt\nchampion, %h_pop1.', '1003905|1700901|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1953, 130806, 'Taking her on is the dual dirt champion,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1700901|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1954, 130806, 'The second favorite and dual dirt champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1700901|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1955, 130806, 'Now, here''s the second favorite. The dual dirt\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004005|1700901|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1956, 130806, 'Taking her on is the dual dirt champion,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1700901|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1957, 130806, 'The second favorite and dual dirt champion,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1700901|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1958, 130806, 'Now, here''s the second favorite. The dual dirt\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004005|1700901|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1959, 130806, 'Taking her on is the dual dirt champion,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1700901|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1960, 130806, 'The second favorite and dual dirt champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1700901|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1961, 130806, 'Now, here''s the second favorite. The dual dirt\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1700901|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1962, 130807, 'The dual dirt champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700901|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1963, 130807, 'The dual dirt champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700901|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1965, 130807, 'The dual dirt champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700901|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1966, 130807, 'The dual dirt champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700901|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1968, 130807, 'The dual dirt champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700901|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1969, 130807, 'The dual dirt champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700901|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1971, 130808, 'All eyes are on the dual dirt champion,\n%h_player, running in\n%p_waku_ban.', '1088201|1700901|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1972, 130810, 'The current favorite is the undefeated dual dirt\nchampion, %h_pop1.', '1002701|1700101|1700901|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1973, 130810, 'The most popular athlete in this race is the\nundefeated dual dirt champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1700901|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1974, 130810, 'Now, introducing the favorite to win. It''s the\nundefeated dual dirt champion,\n%h_pop1.', '1002901|1700101|1700901|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1975, 130810, 'You guessed it! The favorite is the undefeated\ndual dirt champion, %h_pop1.', '1003001|1700101|1700901|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1976, 130812, 'The second favorite is the undefeated dual dirt\nchampion, %h_pop2.', '1003101|1700101|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1977, 130812, 'Now, introducing the second favorite. It''s the\nundefeated dual dirt champion,\n%h_pop2.', '1003201|1700101|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1978, 130812, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\ndual dirt champion, %h_pop2.', '1003301|1700101|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1979, 130812, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated dual\ndirt champion, %h_pop2.', '%w_0.1|1003401|1700101|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1980, 130813, 'Now, introducing the second favorite. It''s the\nundefeated dual dirt champion,\n%h_pop2.', '1003201|1700101|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1981, 130813, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated dual\ndirt champion, %h_pop2.', '%w_0.1|1003401|1700101|1700901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1982, 130814, 'The third favorite is the undefeated dual dirt\nchampion, %h_pop3.', '%w_0.3|1003501|1700101|1700901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1983, 130814, 'For the third favorite, we have the undefeated\ndual dirt champion, %h_pop3.', '%w_0.3|1003601|1700101|1700901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1984, 130814, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated dual dirt\nchampion, %h_pop3.', '%w_0.3|1003701|1700101|1700901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1985, 130814, 'With the popularity and the skills to back it\nup, it''s the undefeated dual dirt champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1700901|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1986, 130815, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated dual dirt champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1700901|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1987, 130815, 'Waiting for the start with an air of dignity is\nthe undefeated dual dirt champion and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1700901|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1988, 130815, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\ndual dirt champion, %h_pop1.', '1003905|1700101|1700901|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1995, 130816, 'Taking her on is the undefeated dual dirt\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1700901|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1996, 130816, 'The second favorite and undefeated dual dirt\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1700901|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1997, 130816, 'Now, here''s the second favorite. The\nundefeated dual dirt champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1700901|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1998, 130816, 'Taking her on is the undefeated dual dirt\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1700901|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (1999, 130816, 'The second favorite and undefeated dual dirt\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1700101|1700901|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2000, 130816, 'Now, here''s the second favorite. The\nundefeated dual dirt champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1700901|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2001, 130816, 'Taking her on is the undefeated dual dirt\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700101|1700901|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2002, 130816, 'The second favorite and undefeated dual dirt\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700101|1700901|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2003, 130816, 'Now, here''s the second favorite. The\nundefeated dual dirt champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1700901|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2004, 130817, 'The undefeated dual dirt champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1700901|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2005, 130817, 'The undefeated dual dirt champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1700901|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2007, 130817, 'The undefeated dual dirt champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1700901|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2008, 130817, 'The undefeated dual dirt champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1700901|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2010, 130817, 'The undefeated dual dirt champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1700901|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2011, 130817, 'The undefeated dual dirt champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1700901|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2013, 130818, 'All eyes are on the undefeated dual dirt\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1700901|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2014, 130900, 'The current favorite is the grand prix hero,\n%h_pop1.', '1002701|1701001|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2015, 130900, 'The most popular athlete in this race is the\ngrand prix hero, %h_pop1.\nShe''s the favorite to win.', '1002801|1701001|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2016, 130900, 'Now, introducing the favorite to win. It''s the\ngrand prix hero, %h_pop1.', '1002901|1701001|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2017, 130900, 'You guessed it! The favorite is the grand prix\nhero, %h_pop1.', '1003001|1701001|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2018, 130902, 'The second favorite is the grand prix hero,\n%h_pop2.', '1003101|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2019, 130902, 'Now, introducing the second favorite. It''s the\ngrand prix hero, %h_pop2.', '1003201|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2020, 130902, 'With more than enough skill to rival the top\npick, today''s second favorite is the grand prix\nhero, %h_pop2.', '1003301|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2021, 130902, 'She might not be satisfied with this ranking,\nbut the second favorite is the grand prix hero,\n%h_pop2.', '%w_0.1|1003401|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2022, 130903, 'Now, introducing the second favorite. It''s the\ngrand prix hero, %h_pop2.', '1003201|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2023, 130903, 'She might not be satisfied with this ranking,\nbut the second favorite is the grand prix hero,\n%h_pop2.', '%w_0.1|1003401|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2024, 130904, 'The third favorite is the grand prix hero,\n%h_pop3.', '%w_0.3|1003501|1701001|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2025, 130904, 'For the third favorite, we have the grand prix\nhero, %h_pop3.', '%w_0.3|1003601|1701001|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2026, 130904, 'With her sights firmly set on the top spots, the\nthird favorite is the grand prix hero,\n%h_pop3.', '%w_0.3|1003701|1701001|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2027, 130904, 'With the popularity and the skills to back it\nup, it''s the grand prix hero,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701001|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2028, 130905, 'Now, here''s the undisputed star of the show.\nIt''s the grand prix hero,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701001|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2029, 130905, 'Waiting for the start with an air of dignity is\nthe grand prix hero and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701001|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2030, 130905, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the grand prix\nhero, %h_pop1.', '1003905|1701001|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2037, 130906, 'Taking her on is the grand prix hero,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701001|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2038, 130906, 'The second favorite and grand prix hero,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1701001|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2039, 130906, 'Now, here''s the second favorite. The grand prix\nhero, %h_pop2, is fully set on\nclinching victory.', '1004005|1701001|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2040, 130906, 'Taking her on is the grand prix hero,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701001|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2041, 130906, 'The second favorite and grand prix hero,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1701001|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2042, 130906, 'Now, here''s the second favorite. The grand prix\nhero, %h_pop2, should give us\na showdown to remember.', '1004005|1701001|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2043, 130906, 'Taking her on is the grand prix hero,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701001|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2044, 130906, 'The second favorite and grand prix hero,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1701001|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2045, 130906, 'Now, here''s the second favorite. The grand prix\nhero, %h_pop2, can certainly\nhold her own against today''s top favorite.', '1004005|1701001|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2046, 130907, 'The grand prix hero, %h_pop3,\nis currently the third favorite. She''s the hot\npick of late!', '%w_0.3|1701001|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2047, 130907, 'The grand prix hero, %h_pop3,\nis the third favorite. Can she overcome the\nodds?!', '%w_0.3|1701001|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2049, 130907, 'The grand prix hero, %h_pop3,\nis currently the third favorite. Can she\novercome the odds?!', '%w_0.3|1701001|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2050, 130907, 'The grand prix hero, %h_pop3,\nis the third favorite. Her superior ability is\nundeniable!', '%w_0.3|1701001|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2052, 130907, 'The grand prix hero, %h_pop3,\nis currently the third favorite. Her superior\nability is undeniable!', '%w_0.3|1701001|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2053, 130907, 'The grand prix hero, %h_pop3,\nis the third favorite. She''s the hot pick of late!', '%w_0.3|1701001|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2055, 130908, 'All eyes are on the grand prix hero,\n%h_player, running in\n%p_waku_ban.', '1088201|1701001|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2056, 130910, 'The current favorite is the undefeated grand\nprix hero, %h_pop1.', '1002701|1700101|1701001|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2057, 130910, 'The most popular athlete in this race is the\nundefeated grand prix hero,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701001|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2058, 130910, 'Now, introducing the favorite to win. It''s the\nundefeated grand prix hero,\n%h_pop1.', '1002901|1700101|1701001|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2059, 130910, 'You guessed it! The favorite is the undefeated\ngrand prix hero, %h_pop1.', '1003001|1700101|1701001|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2060, 130912, 'The second favorite is the undefeated grand\nprix hero, %h_pop2.', '1003101|1700101|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2061, 130912, 'Now, introducing the second favorite. It''s the\nundefeated grand prix hero,\n%h_pop2.', '1003201|1700101|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2062, 130912, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\ngrand prix hero, %h_pop2.', '1003301|1700101|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2063, 130912, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\ngrand prix hero, %h_pop2.', '%w_0.1|1003401|1700101|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2064, 130913, 'Now, introducing the second favorite. It''s the\nundefeated grand prix hero,\n%h_pop2.', '1003201|1700101|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2065, 130913, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\ngrand prix hero, %h_pop2.', '%w_0.1|1003401|1700101|1701001|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2066, 130914, 'The third favorite is the undefeated grand prix\nhero, %h_pop3.', '%w_0.3|1003501|1700101|1701001|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2067, 130914, 'For the third favorite, we have the undefeated\ngrand prix hero, %h_pop3.', '%w_0.3|1003601|1700101|1701001|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2068, 130914, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated grand prix\nhero, %h_pop3.', '%w_0.3|1003701|1700101|1701001|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2069, 130914, 'With the popularity and the skills to back it\nup, it''s the undefeated grand prix hero,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701001|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2070, 130915, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated grand prix hero,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701001|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2071, 130915, 'Waiting for the start with an air of dignity is\nthe undefeated grand prix hero and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1701001|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2072, 130915, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\ngrand prix hero, %h_pop1.', '1003905|1700101|1701001|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2079, 130916, 'Taking her on is the undefeated grand prix\nhero, %h_pop2. This should be\na showdown to remember.', '1004001|1700101|1701001|%w_0.01|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2080, 130916, 'The second favorite and undefeated grand prix\nhero, %h_pop2, can certainly\nhold her own against today''s top favorite.', '1004003|1700101|1701001|%w_0.01|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2081, 130916, 'Now, here''s the second favorite. The\nundefeated grand prix hero,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701001|%w_0.01|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2082, 130916, 'Taking her on is the undefeated grand prix\nhero, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701001|%w_0.01|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2083, 130916, 'The second favorite and undefeated grand prix\nhero, %h_pop2, is fully set on\nclinching victory.', '1004003|1700101|1701001|%w_0.01|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2084, 130916, 'Now, here''s the second favorite. The\nundefeated grand prix hero,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701001|%w_0.01|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2085, 130916, 'Taking her on is the undefeated grand prix\nhero, %h_pop2, who is fully set\non clinching victory.', '1004001|1700101|1701001|%w_0.01|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2086, 130916, 'The second favorite and undefeated grand prix\nhero, %h_pop2, should give us\na showdown to remember.', '1004003|1700101|1701001|%w_0.01|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2087, 130916, 'Now, here''s the second favorite. The\nundefeated grand prix hero,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701001|%w_0.01|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2088, 130917, 'The undefeated grand prix hero,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701001|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2089, 130917, 'The undefeated grand prix hero,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701001|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2091, 130917, 'The undefeated grand prix hero,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701001|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2092, 130917, 'The undefeated grand prix hero,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701001|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2094, 130917, 'The undefeated grand prix hero,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701001|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2095, 130917, 'The undefeated grand prix hero,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701001|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2097, 130918, 'All eyes are on the undefeated grand prix\nhero, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701001|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2098, 131000, 'The current favorite is the Derby champion,\n%h_pop1.', '1002701|1701101|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2099, 131000, 'The most popular athlete in this race is the\nDerby champion, %h_pop1.\nShe''s the favorite to win.', '1002801|1701101|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2100, 131000, 'Now, introducing the favorite to win. It''s the\nDerby champion, %h_pop1.', '1002901|1701101|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2101, 131000, 'You guessed it! The favorite is the Derby\nchampion, %h_pop1.', '1003001|1701101|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2102, 131002, 'The second favorite is the Derby champion,\n%h_pop2.', '1003101|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2103, 131002, 'Now, introducing the second favorite. It''s the\nDerby champion, %h_pop2.', '1003201|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2104, 131002, 'With more than enough skill to rival the top\npick, today''s second favorite is the Derby\nchampion, %h_pop2.', '1003301|%c_0.02|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2105, 131002, 'She might not be satisfied with this ranking,\nbut the second favorite is the Derby champion,\n%h_pop2.', '%w_0.1|1003401|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2106, 131003, 'Now, introducing the second favorite. It''s the\nDerby champion, %h_pop2.', '1003201|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2107, 131003, 'She might not be satisfied with this ranking,\nbut the second favorite is the Derby champion,\n%h_pop2.', '%w_0.1|1003401|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2108, 131004, 'The third favorite is the Derby champion,\n%h_pop3.', '%w_0.3|1003501|1701101|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2109, 131004, 'For the third favorite, we have the Derby\nchampion, %h_pop3.', '%w_0.3|1003601|1701101|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2110, 131004, 'With her sights firmly set on the top spots, the\nthird favorite is the Derby champion,\n%h_pop3.', '%w_0.3|1003701|1701101|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2111, 131004, 'With the popularity and the skills to back it\nup, it''s the Derby champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701101|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2112, 131005, 'Now, here''s the undisputed star of the show.\nIt''s the Derby champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701101|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2113, 131005, 'Waiting for the start with an air of dignity is\nthe Derby champion and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701101|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2114, 131005, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Derby\nchampion, %h_pop1.', '1003905|1701101|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2121, 131006, 'Taking her on is the Derby champion,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701101|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2122, 131006, 'The second favorite and Derby champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1701101|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2123, 131006, 'Now, here''s the second favorite. The Derby\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004005|1701101|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2124, 131006, 'Taking her on is the Derby champion,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701101|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2125, 131006, 'The second favorite and Derby champion,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1701101|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2126, 131006, 'Now, here''s the second favorite. The Derby\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004005|1701101|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2127, 131006, 'Taking her on is the Derby champion,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701101|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2128, 131006, 'The second favorite and Derby champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1701101|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2129, 131006, 'Now, here''s the second favorite. The Derby\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1701101|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2130, 131007, 'The Derby champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1701101|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2131, 131007, 'The Derby champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1701101|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2133, 131007, 'The Derby champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1701101|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2134, 131007, 'The Derby champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1701101|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2136, 131007, 'The Derby champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1701101|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2137, 131007, 'The Derby champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1701101|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2139, 131008, 'All eyes are on the Derby champion,\n%h_player, running in\n%p_waku_ban.', '1088201|1701101|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2140, 131010, 'The current favorite is the undefeated Derby\nchampion, %h_pop1.', '1002701|1700101|1701101|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2141, 131010, 'The most popular athlete in this race is the\nundefeated Derby champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701101|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2142, 131010, 'Now, introducing the favorite to win. It''s the\nundefeated Derby champion,\n%h_pop1.', '1002901|1700101|1701101|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2143, 131010, 'You guessed it! The favorite is the undefeated\nDerby champion, %h_pop1.', '1003001|1700101|1701101|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2144, 131012, 'The second favorite is the undefeated Derby\nchampion, %h_pop2.', '1003101|1700101|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2145, 131012, 'Now, introducing the second favorite. It''s the\nundefeated Derby champion,\n%h_pop2.', '1003201|1700101|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2146, 131012, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nDerby champion, %h_pop2.', '1003301|1700101|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2147, 131012, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nDerby champion, %h_pop2.', '%w_0.1|1003401|1700101|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2148, 131013, 'Now, introducing the second favorite. It''s the\nundefeated Derby champion,\n%h_pop2.', '1003201|1700101|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2149, 131013, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nDerby champion, %h_pop2.', '%w_0.1|1003401|1700101|1701101|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2150, 131014, 'The third favorite is the undefeated Derby\nchampion, %h_pop3.', '%w_0.3|1003501|1700101|1701101|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2151, 131014, 'For the third favorite, we have the undefeated\nDerby champion, %h_pop3.', '%w_0.3|1003601|1700101|1701101|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2152, 131014, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Derby\nchampion, %h_pop3.', '%w_0.3|1003701|1700101|1701101|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2153, 131014, 'With the popularity and the skills to back it\nup, it''s the undefeated Derby champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701101|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2154, 131015, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Derby champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701101|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2155, 131015, 'Waiting for the start with an air of dignity is\nthe undefeated Derby champion and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1701101|%h_pop1|%w_0.01|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2156, 131015, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nDerby champion, %h_pop1.', '1003905|1700101|1701101|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2163, 131016, 'Taking her on is the undefeated Derby\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1701101|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2164, 131016, 'The second favorite and undefeated Derby\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1701101|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2165, 131016, 'Now, here''s the second favorite. The\nundefeated Derby champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701101|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2166, 131016, 'Taking her on is the undefeated Derby\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701101|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2167, 131016, 'The second favorite and undefeated Derby\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1700101|1701101|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2168, 131016, 'Now, here''s the second favorite. The\nundefeated Derby champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701101|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2169, 131016, 'Taking her on is the undefeated Derby\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700101|1701101|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2170, 131016, 'The second favorite and undefeated Derby\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700101|1701101|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2171, 131016, 'Now, here''s the second favorite. The\nundefeated Derby champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701101|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2172, 131017, 'The undefeated Derby champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701101|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2173, 131017, 'The undefeated Derby champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701101|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2175, 131017, 'The undefeated Derby champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701101|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2176, 131017, 'The undefeated Derby champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701101|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2178, 131017, 'The undefeated Derby champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701101|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2179, 131017, 'The undefeated Derby champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701101|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2181, 131018, 'All eyes are on the undefeated Derby\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701101|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2182, 131100, 'The current favorite is the star of the Tenno\nSho, %h_pop1.', '1002701|1701201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2183, 131100, 'The most popular athlete in this race is the star\nof the Tenno Sho, %h_pop1.\nShe''s the favorite to win.', '1002801|1701201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2184, 131100, 'Now, introducing the favorite to win. It''s the\nstar of the Tenno Sho,\n%h_pop1.', '1002901|1701201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2185, 131100, 'You guessed it! The favorite is the star of the\nTenno Sho, %h_pop1.', '1003001|1701201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2186, 131102, 'The second favorite is the star of the Tenno\nSho, %h_pop2.', '1003101|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2187, 131102, 'Now, introducing the second favorite. It''s the\nstar of the Tenno Sho,\n%h_pop2.', '1003201|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2188, 131102, 'With more than enough skill to rival the top\npick, today''s second favorite is the star of the\nTenno Sho, %h_pop2.', '1003301|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2189, 131102, 'She might not be satisfied with this ranking,\nbut the second favorite is the star of the Tenno\nSho, %h_pop2.', '%w_0.1|1003401|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2190, 131103, 'Now, introducing the second favorite. It''s the\nstar of the Tenno Sho,\n%h_pop2.', '1003201|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2191, 131103, 'She might not be satisfied with this ranking,\nbut the second favorite is the star of the Tenno\nSho, %h_pop2.', '%w_0.1|1003401|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2192, 131104, 'The third favorite is the star of the Tenno Sho,\n%h_pop3.', '%w_0.3|1003501|1701201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2193, 131104, 'For the third favorite, we have the star of the\nTenno Sho, %h_pop3.', '%w_0.3|1003601|1701201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2194, 131104, 'With her sights firmly set on the top spots, the\nthird favorite is the star of the Tenno Sho,\n%h_pop3.', '%w_0.3|1003701|1701201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2195, 131104, 'With the popularity and the skills to back it\nup, it''s the star of the Tenno Sho,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701201|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2196, 131105, 'Now, here''s the undisputed star of the show.\nIt''s the star of the Tenno Sho,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2197, 131105, 'Waiting for the start with an air of dignity is\nthe star of the Tenno Sho and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2198, 131105, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the star of the\nTenno Sho, %h_pop1.', '1003905|1701201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2205, 131106, 'Taking her on is the star of the Tenno Sho,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2206, 131106, 'The second favorite and Tenno Sho champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1701201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2207, 131106, 'Now, here''s the second favorite. The Tenno\nSho victor, %h_pop2, is fully\nset on clinching victory.', '1004005|1701201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2208, 131106, 'Taking her on is the star of the Tenno Sho,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2209, 131106, 'The second favorite and Tenno Sho champion,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1701201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2210, 131106, 'Now, here''s the second favorite. The Tenno\nSho victor, %h_pop2, should\ngive us a showdown to remember.', '1004005|1701201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2211, 131106, 'Taking her on is the star of the Tenno Sho,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2212, 131106, 'The second favorite and Tenno Sho champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1701201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2213, 131106, 'Now, here''s the second favorite. The Tenno\nSho victor, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1701201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2214, 131107, 'The Tenno Sho victor,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1701201|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2215, 131107, 'The Tenno Sho victor,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1701201|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2217, 131107, 'The Tenno Sho victor,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1701201|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2218, 131107, 'The Tenno Sho victor,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1701201|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2220, 131107, 'The Tenno Sho victor,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1701201|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2221, 131107, 'The Tenno Sho victor,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1701201|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2223, 131108, 'All eyes are on the Tenno Sho champion,\n%h_player, running in\n%p_waku_ban.', '1088201|1701201|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2224, 131110, 'The current favorite is the undefeated Tenno\nSho champion, %h_pop1.', '1002701|1700101|1701201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2225, 131110, 'The most popular athlete in this race is the\nundefeated Tenno Sho champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2226, 131110, 'Now, introducing the favorite to win. It''s the\nundefeated Tenno Sho champion,\n%h_pop1.', '1002901|1700101|1701201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2227, 131110, 'You guessed it! The favorite is the undefeated\nTenno Sho champion,\n%h_pop1.', '1003001|1700101|1701201|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2228, 131112, 'The second favorite is the undefeated Tenno\nSho champion, %h_pop2.', '1003101|1700101|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2229, 131112, 'Now, introducing the second favorite. It''s the\nundefeated Tenno Sho champion,\n%h_pop2.', '1003201|1700101|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2230, 131112, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nTenno Sho champion,\n%h_pop2.', '1003301|1700101|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2231, 131112, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nTenno Sho champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2232, 131113, 'Now, introducing the second favorite. It''s the\nundefeated Tenno Sho champion,\n%h_pop2.', '1003201|1700101|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2233, 131113, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nTenno Sho champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1701201|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2234, 131114, 'The third favorite is the undefeated Tenno Sho\nchampion, %h_pop3.', '%w_0.3|1003501|1700101|1701201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2235, 131114, 'For the third favorite, we have the undefeated\nTenno Sho champion,\n%h_pop3.', '%w_0.3|1003601|1700101|1701201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2236, 131114, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Tenno Sho\nchampion, %h_pop3.', '%w_0.3|1003701|1700101|1701201|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2237, 131114, 'With the popularity and the skills to back it\nup, it''s the undefeated Tenno Sho champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701201|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2238, 131115, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Tenno Sho champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2239, 131115, 'Waiting for the start with an air of dignity is\nthe undefeated Tenno Sho champion and\ntoday''s favorite, %h_pop1.', '%w_0.1|1003903|1700101|1701201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2240, 131115, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nTenno Sho champion,\n%h_pop1.', '1003905|1700101|1701201|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2247, 131116, 'Taking her on is the undefeated Tenno Sho\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1701201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2248, 131116, 'The second favorite and undefeated Tenno\nSho champion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1701201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2249, 131116, 'Now, here''s the second favorite. The\nundefeated Tenno Sho champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2250, 131116, 'Taking her on is the undefeated Tenno Sho\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2251, 131116, 'The second favorite and undefeated Tenno\nSho champion, %h_pop2, is\nfully set on clinching victory.', '1004003|1700101|1701201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2252, 131116, 'Now, here''s the second favorite. The\nundefeated Tenno Sho champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2253, 131116, 'Taking her on is the undefeated Tenno Sho\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700101|1701201|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2254, 131116, 'The second favorite and undefeated Tenno\nSho champion, %h_pop2,\nshould give us a showdown to remember.', '1004003|1700101|1701201|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2255, 131116, 'Now, here''s the second favorite. The\nundefeated Tenno Sho champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701201|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2256, 131117, 'The undefeated Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701201|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2257, 131117, 'The undefeated Tenno Sho champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701201|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2259, 131117, 'The undefeated Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701201|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2260, 131117, 'The undefeated Tenno Sho champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701201|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2262, 131117, 'The undefeated Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701201|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2263, 131117, 'The undefeated Tenno Sho champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701201|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2265, 131118, 'All eyes are on the undefeated Tenno Sho\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701201|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2266, 131200, 'The current favorite is the Satsuki Sho champ,\n%h_pop1.', '1002701|1701301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2267, 131200, 'The most popular athlete in this race is the\nSatsuki Sho champ, %h_pop1.\nShe''s the favorite to win.', '1002801|1701301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2268, 131200, 'Now, introducing the favorite to win. It''s the\nSatsuki Sho champ, %h_pop1.', '1002901|1701301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2269, 131200, 'You guessed it! The favorite is the Satsuki Sho\nchamp, %h_pop1.', '1003001|1701301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2270, 131202, 'The second favorite is the Satsuki Sho champ,\n%h_pop2.', '1003101|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2271, 131202, 'Now, introducing the second favorite. It''s the\nSatsuki Sho champ, %h_pop2.', '1003201|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2272, 131202, 'With more than enough skill to rival the top\npick, today''s second favorite is the Satsuki Sho\nchamp, %h_pop2.', '1003301|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2273, 131202, 'She might not be satisfied with this ranking,\nbut the second favorite is the Satsuki Sho\nchamp, %h_pop2.', '%w_0.1|1003401|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2274, 131203, 'Now, introducing the second favorite. It''s the\nSatsuki Sho champ, %h_pop2.', '1003201|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2275, 131203, 'She might not be satisfied with this ranking,\nbut the second favorite is the Satsuki Sho\nchamp, %h_pop2.', '%w_0.1|1003401|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2276, 131204, 'The third favorite is the Satsuki Sho champ,\n%h_pop3.', '%w_0.3|1003501|1701301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2277, 131204, 'For the third favorite, we have the Satsuki Sho\nchamp, %h_pop3.', '%w_0.3|1003601|1701301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2278, 131204, 'With her sights firmly set on the top spots, the\nthird favorite is the Satsuki Sho champ,\n%h_pop3.', '%w_0.3|1003701|1701301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2279, 131204, 'With the popularity and the skills to back it\nup, it''s the Satsuki Sho champ,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701301|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2280, 131205, 'Now, here''s the undisputed star of the show.\nIt''s the Satsuki Sho champ,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2281, 131205, 'Waiting for the start with an air of dignity is\nthe Satsuki Sho champ and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2282, 131205, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Satsuki Sho\nchamp, %h_pop1.', '1003905|1701301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2289, 131206, 'Taking her on is the Satsuki Sho champ,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2290, 131206, 'The second favorite and Satsuki Sho champ,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1701301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2291, 131206, 'Now, here''s the second favorite. The Satsuki\nSho champ, %h_pop2, is fully\nset on clinching victory.', '1004005|1701301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2292, 131206, 'Taking her on is the Satsuki Sho champ,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2293, 131206, 'The second favorite and Satsuki Sho champ,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1701301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2294, 131206, 'Now, here''s the second favorite. The Satsuki\nSho champ, %h_pop2, should\ngive us a showdown to remember.', '1004005|1701301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2295, 131206, 'Taking her on is the Satsuki Sho champ,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2296, 131206, 'The second favorite and Satsuki Sho champ,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1701301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2297, 131206, 'Now, here''s the second favorite. The Satsuki\nSho champ, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1701301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2298, 131207, 'The Satsuki Sho champ,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1701301|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2299, 131207, 'The Satsuki Sho champ,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1701301|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2301, 131207, 'The Satsuki Sho champ,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1701301|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2302, 131207, 'The Satsuki Sho champ,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1701301|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2304, 131207, 'The Satsuki Sho champ,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1701301|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2305, 131207, 'The Satsuki Sho champ,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1701301|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2307, 131208, 'All eyes are on the Satsuki Sho champ,\n%h_player, running in\n%p_waku_ban.', '1088201|1701301|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2308, 131210, 'The current favorite is the undefeated Satsuki\nSho champ, %h_pop1.', '1002701|1700101|1701301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2309, 131210, 'The most popular athlete in this race is the\nundefeated Satsuki Sho champ,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2310, 131210, 'Now, introducing the favorite to win. It''s the\nundefeated Satsuki Sho champ,\n%h_pop1.', '1002901|1700101|1701301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2311, 131210, 'You guessed it! The favorite is the undefeated\nSatsuki Sho champ, %h_pop1.', '1003001|1700101|1701301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2312, 131212, 'The second favorite is the undefeated Satsuki\nSho champ, %h_pop2.', '1003101|1700101|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2313, 131212, 'Now, introducing the second favorite. It''s the\nundefeated Satsuki Sho champ,\n%h_pop2.', '1003201|1700101|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2314, 131212, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nSatsuki Sho champ, %h_pop2.', '1003301|1700101|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2315, 131212, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nSatsuki Sho champ, %h_pop2.', '%w_0.1|1003401|1700101|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2316, 131213, 'Now, introducing the second favorite. It''s the\nundefeated Satsuki Sho champ,\n%h_pop2.', '1003201|1700101|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2317, 131213, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nSatsuki Sho champ, %h_pop2.', '%w_0.1|1003401|1700101|1701301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2318, 131214, 'The third favorite is the undefeated Satsuki\nSho champ, %h_pop3.', '%w_0.3|1003501|1700101|1701301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2319, 131214, 'For the third favorite, we have the undefeated\nSatsuki Sho champ, %h_pop3.', '%w_0.3|1003601|1700101|1701301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2320, 131214, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Satsuki Sho\nchamp, %h_pop3.', '%w_0.3|1003701|1700101|1701301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2321, 131214, 'With the popularity and the skills to back it\nup, it''s the undefeated Satsuki Sho champ,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701301|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2322, 131215, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Satsuki Sho champ,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2323, 131215, 'Waiting for the start with an air of dignity is\nthe undefeated Satsuki Sho champ and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1701301|%h_pop1|%w_0.02|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2324, 131215, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nSatsuki Sho champ, %h_pop1.', '1003905|1700101|1701301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2331, 131216, 'Taking her on is the undefeated Satsuki Sho\nchamp, %h_pop2. This should\nbe a showdown to remember.', '1004001|1700101|1701301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2332, 131216, 'The second favorite and undefeated Satsuki\nSho champ, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1701301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2333, 131216, 'Now, here''s the second favorite. The\nundefeated Satsuki Sho champ,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2334, 131216, 'Taking her on is the undefeated Satsuki Sho\nchamp, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2335, 131216, 'The second favorite and undefeated Satsuki\nSho champ, %h_pop2, is fully\nset on clinching victory.', '1004003|1700101|1701301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2336, 131216, 'Now, here''s the second favorite. The\nundefeated Satsuki Sho champ,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2337, 131216, 'Taking her on is the undefeated Satsuki Sho\nchamp, %h_pop2, who is fully\nset on clinching victory.', '1004001|1700101|1701301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2338, 131216, 'The second favorite and undefeated Satsuki\nSho champ, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700101|1701301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2339, 131216, 'Now, here''s the second favorite. The\nundefeated Satsuki Sho champ,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2340, 131217, 'The undefeated Satsuki Sho champ,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701301|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2341, 131217, 'The undefeated Satsuki Sho champ,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701301|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2343, 131217, 'The undefeated Satsuki Sho champ,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701301|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2344, 131217, 'The undefeated Satsuki Sho champ,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701301|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2346, 131217, 'The undefeated Satsuki Sho champ,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701301|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2347, 131217, 'The undefeated Satsuki Sho champ,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701301|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2349, 131218, 'All eyes are on the undefeated Satsuki Sho\nchamp, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701301|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2350, 131300, 'The current favorite is the Kikuka Sho\nconqueror, %h_pop1.', '1002701|1701401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2351, 131300, 'The most popular athlete in this race is the\nKikuka Sho conqueror,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1701401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2352, 131300, 'Now, introducing the favorite to win. It''s the\nKikuka Sho conqueror,\n%h_pop1.', '1002901|1701401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2353, 131300, 'You guessed it! The favorite is the Kikuka Sho\nconqueror, %h_pop1.', '1003001|1701401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2354, 131302, 'The second favorite is the Kikuka Sho\nconqueror, %h_pop2.', '1003101|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2355, 131302, 'Now, introducing the second favorite. It''s the\nKikuka Sho conqueror,\n%h_pop2.', '1003201|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2356, 131302, 'With more than enough skill to rival the top\npick, today''s second favorite is the Kikuka Sho\nconqueror, %h_pop2.', '1003301|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2357, 131302, 'She might not be satisfied with this ranking,\nbut the second favorite is the Kikuka Sho\nconqueror, %h_pop2.', '%w_0.1|1003401|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2358, 131303, 'Now, introducing the second favorite. It''s the\nKikuka Sho conqueror,\n%h_pop2.', '1003201|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2359, 131303, 'She might not be satisfied with this ranking,\nbut the second favorite is the Kikuka Sho\nconqueror, %h_pop2.', '%w_0.1|1003401|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2360, 131304, 'The third favorite is the Kikuka Sho conqueror,\n%h_pop3.', '%w_0.3|1003501|1701401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2361, 131304, 'For the third favorite, we have the Kikuka Sho\nconqueror, %h_pop3.', '%w_0.3|1003601|1701401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2362, 131304, 'With her sights firmly set on the top spots, the\nthird favorite is the Kikuka Sho conqueror,\n%h_pop3.', '%w_0.3|1003701|1701401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2363, 131304, 'With the popularity and the skills to back it\nup, it''s the Kikuka Sho conqueror,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701401|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2364, 131305, 'Now, here''s the undisputed star of the show.\nIt''s the Kikuka Sho conqueror,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701401|%h_pop1|%w_0.01|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2365, 131305, 'Waiting for the start with an air of dignity is\nthe Kikuka Sho conqueror and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2366, 131305, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Kikuka Sho\nconqueror, %h_pop1.', '1003905|1701401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2373, 131306, 'Taking her on is the Kikuka Sho conqueror,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2374, 131306, 'The second favorite and Kikuka Sho\nconqueror, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1701401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2375, 131306, 'Now, here''s the second favorite. The Kikuka\nSho conqueror, %h_pop2, is\nfully set on clinching victory.', '1004005|1701401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2376, 131306, 'Taking her on is the Kikuka Sho conqueror,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2377, 131306, 'The second favorite and Kikuka Sho\nconqueror, %h_pop2, is fully\nset on clinching victory.', '1004003|1701401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2378, 131306, 'Now, here''s the second favorite. The Kikuka\nSho conqueror, %h_pop2,\nshould give us a showdown to remember.', '1004005|1701401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2379, 131306, 'Taking her on is the Kikuka Sho conqueror,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2380, 131306, 'The second favorite and Kikuka Sho\nconqueror, %h_pop2, should\ngive us a showdown to remember.', '1004003|1701401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2381, 131306, 'Now, here''s the second favorite. The Kikuka\nSho conqueror, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1701401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2382, 131307, 'The Kikuka Sho conqueror,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1701401|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2383, 131307, 'The Kikuka Sho conqueror,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1701401|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2385, 131307, 'The Kikuka Sho conqueror,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1701401|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2386, 131307, 'The Kikuka Sho conqueror,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1701401|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2388, 131307, 'The Kikuka Sho conqueror,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1701401|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2389, 131307, 'The Kikuka Sho conqueror,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1701401|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2391, 131308, 'All eyes are on the Kikuka Sho conqueror,\n%h_player, running in\n%p_waku_ban.', '1088201|1701401|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2392, 131310, 'The current favorite is the undefeated Kikuka\nSho conqueror, %h_pop1.', '1002701|1700101|1701401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2393, 131310, 'The most popular athlete in this race is the\nundefeated Kikuka Sho conqueror,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2394, 131310, 'Now, introducing the favorite to win. It''s the\nundefeated Kikuka Sho conqueror,\n%h_pop1.', '1002901|1700101|1701401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2395, 131310, 'You guessed it! The favorite is the undefeated\nKikuka Sho conqueror,\n%h_pop1.', '1003001|1700101|1701401|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2396, 131312, 'The second favorite is the undefeated Kikuka\nSho conqueror, %h_pop2.', '1003101|1700101|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2397, 131312, 'Now, introducing the second favorite. It''s the\nundefeated Kikuka Sho conqueror,\n%h_pop2.', '1003201|1700101|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2398, 131312, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nKikuka Sho conqueror,\n%h_pop2.', '1003301|1700101|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2399, 131312, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nKikuka Sho conqueror,\n%h_pop2.', '%w_0.1|1003401|1700101|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2400, 131313, 'Now, introducing the second favorite. It''s the\nundefeated Kikuka Sho conqueror,\n%h_pop2.', '1003201|1700101|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2401, 131313, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nKikuka Sho conqueror,\n%h_pop2.', '%w_0.1|1003401|1700101|1701401|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2402, 131314, 'The third favorite is the undefeated Kikuka\nSho conqueror, %h_pop3.', '%w_0.3|1003501|1700101|1701401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2403, 131314, 'For the third favorite, we have the undefeated\nKikuka Sho conqueror,\n%h_pop3.', '%w_0.3|1003601|1700101|1701401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2404, 131314, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Kikuka Sho\nconqueror, %h_pop3.', '%w_0.3|1003701|1700101|1701401|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2405, 131314, 'With the popularity and the skills to back it\nup, it''s the undefeated Kikuka Sho conqueror,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701401|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2406, 131315, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Kikuka Sho conqueror,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2407, 131315, 'Waiting for the start with an air of dignity is\nthe undefeated Kikuka Sho conqueror and\ntoday''s favorite, %h_pop1.', '%w_0.1|1003903|1700101|1701401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2408, 131315, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nKikuka Sho conqueror,\n%h_pop1.', '1003905|1700101|1701401|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2415, 131316, 'Taking her on is the undefeated Kikuka Sho\nconqueror, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1701401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2416, 131316, 'The second favorite and undefeated Kikuka\nSho conqueror, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1701401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2417, 131316, 'Now, here''s the second favorite. The\nundefeated Kikuka Sho conqueror,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2418, 131316, 'Taking her on is the undefeated Kikuka Sho\nconqueror, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2419, 131316, 'The second favorite and undefeated Kikuka\nSho conqueror, %h_pop2, is\nfully set on clinching victory.', '1004003|1700101|1701401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2420, 131316, 'Now, here''s the second favorite. The\nundefeated Kikuka Sho conqueror,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2421, 131316, 'Taking her on is the undefeated Kikuka Sho\nconqueror, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700101|1701401|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2422, 131316, 'The second favorite and undefeated Kikuka\nSho conqueror, %h_pop2,\nshould give us a showdown to remember.', '1004003|1700101|1701401|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2423, 131316, 'Now, here''s the second favorite. The\nundefeated Kikuka Sho conqueror,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701401|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2424, 131317, 'The undefeated Kikuka Sho conqueror,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701401|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2425, 131317, 'The undefeated Kikuka Sho conqueror,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701401|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2427, 131317, 'The undefeated Kikuka Sho conqueror,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701401|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2428, 131317, 'The undefeated Kikuka Sho conqueror,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701401|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2430, 131317, 'The undefeated Kikuka Sho conqueror,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701401|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2431, 131317, 'The undefeated Kikuka Sho conqueror,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701401|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2433, 131318, 'All eyes are on the undefeated Kikuka Sho\nconqueror, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701401|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2434, 131400, 'The current favorite is the Japanese Oaks\nchampion, %h_pop1.', '1002701|1701501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2435, 131400, 'The most popular athlete in this race is the\nJapanese Oaks champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1701501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2436, 131400, 'Now, introducing the favorite to win. It''s the\nJapanese Oaks champion,\n%h_pop1.', '1002901|1701501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2437, 131400, 'You guessed it! The favorite is the Japanese\nOaks champion, %h_pop1.', '1003001|1701501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2438, 131402, 'The second favorite is the Japanese Oaks\nchampion, %h_pop2.', '1003101|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2439, 131402, 'Now, introducing the second favorite. It''s the\nJapanese Oaks champion,\n%h_pop2.', '1003201|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2440, 131402, 'With more than enough skill to rival the top\npick, today''s second favorite is the Japanese\nOaks champion, %h_pop2.', '1003301|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2441, 131402, 'She might not be satisfied with this ranking,\nbut the second favorite is the Japanese Oaks\nchampion, %h_pop2.', '%w_0.1|1003401|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2442, 131403, 'Now, introducing the second favorite. It''s the\nJapanese Oaks champion,\n%h_pop2.', '1003201|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2443, 131403, 'She might not be satisfied with this ranking,\nbut the second favorite is the Japanese Oaks\nchampion, %h_pop2.', '%w_0.1|1003401|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2444, 131404, 'The third favorite is the Japanese Oaks\nchampion, %h_pop3.', '%w_0.3|1003501|1701501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2445, 131404, 'For the third favorite, we have the Japanese\nOaks champion, %h_pop3.', '%w_0.3|1003601|1701501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2446, 131404, 'With her sights firmly set on the top spots, the\nthird favorite is the Japanese Oaks champion,\n%h_pop3.', '%w_0.3|1003701|1701501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2447, 131404, 'With the popularity and the skills to back it\nup, it''s the Japanese Oaks champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701501|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2448, 131405, 'Now, here''s the undisputed star of the show.\nIt''s the Japanese Oaks champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2449, 131405, 'Waiting for the start with an air of dignity is\nthe Japanese Oaks champion and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1701501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2450, 131405, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Japanese\nOaks champion, %h_pop1.', '1003905|1701501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2457, 131406, 'Taking her on is the Japanese Oaks champion,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2458, 131406, 'The second favorite and Japanese Oaks\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1701501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2459, 131406, 'Now, here''s the second favorite. The Japanese\nOaks champion, %h_pop2, is\nfully set on clinching victory.', '1004005|1701501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2460, 131406, 'Taking her on is the Japanese Oaks champion,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2461, 131406, 'The second favorite and Japanese Oaks\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1701501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2462, 131406, 'Now, here''s the second favorite. The Japanese\nOaks champion, %h_pop2,\nshould give us a showdown to remember.', '1004005|1701501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2463, 131406, 'Taking her on is the Japanese Oaks champion,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2464, 131406, 'The second favorite and Japanese Oaks\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1701501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2465, 131406, 'Now, here''s the second favorite. The Japanese\nOaks champion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1701501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2466, 131407, 'The Japanese Oaks champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1701501|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2467, 131407, 'The Japanese Oaks champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1701501|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2469, 131407, 'The Japanese Oaks champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1701501|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2470, 131407, 'The Japanese Oaks champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1701501|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2472, 131407, 'The Japanese Oaks champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1701501|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2473, 131407, 'The Japanese Oaks champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1701501|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2475, 131408, 'All eyes are on the Japanese Oaks champion,\n%h_player, running in\n%p_waku_ban.', '1088201|1701501|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2476, 131410, 'The current favorite is the undefeated\nJapanese Oaks champion,\n%h_pop1.', '1002701|1700101|1701501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2477, 131410, 'The most popular athlete in this race is the\nundefeated Japanese Oaks champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2478, 131410, 'Now, introducing the favorite to win. It''s the\nundefeated Japanese Oaks champion,\n%h_pop1.', '1002901|1700101|1701501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2479, 131410, 'You guessed it! The favorite is the undefeated\nJapanese Oaks champion,\n%h_pop1.', '1003001|1700101|1701501|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2480, 131412, 'The second favorite is the undefeated\nJapanese Oaks champion,\n%h_pop2.', '1003101|1700101|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2481, 131412, 'Now, introducing the second favorite. It''s the\nundefeated Japanese Oaks champion,\n%h_pop2.', '1003201|1700101|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2482, 131412, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nJapanese Oaks champion,\n%h_pop2.', '1003301|1700101|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2483, 131412, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nJapanese Oaks champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2484, 131413, 'Now, introducing the second favorite. It''s the\nundefeated Japanese Oaks champion,\n%h_pop2.', '1003201|1700101|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2485, 131413, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nJapanese Oaks champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1701501|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2486, 131414, 'The third favorite is the undefeated Japanese\nOaks champion, %h_pop3.', '%w_0.3|1003501|1700101|1701501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2487, 131414, 'For the third favorite, we have the undefeated\nJapanese Oaks champion,\n%h_pop3.', '%w_0.3|1003601|1700101|1701501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2488, 131414, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Japanese Oaks\nchampion, %h_pop3.', '%w_0.3|1003701|1700101|1701501|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2489, 131414, 'With the popularity and the skills to back it\nup, it''s the undefeated Japanese Oaks\nchampion, %h_pop3, today''s\nthird favorite.', '%w_0.3|1003801|1700101|1701501|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2490, 131415, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Japanese Oaks champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2491, 131415, 'Waiting for the start with an air of dignity is\nthe undefeated Japanese Oaks champion and\ntoday''s favorite, %h_pop1.', '%w_0.1|1003903|1700101|1701501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2492, 131415, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nJapanese Oaks champion,\n%h_pop1.', '1003905|1700101|1701501|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2499, 131416, 'Taking her on is the undefeated Japanese\nOaks champion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1701501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2500, 131416, 'The second favorite and undefeated Japanese\nOaks champion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1701501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2501, 131416, 'Now, here''s the second favorite. The\nundefeated Japanese Oaks champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2502, 131416, 'Taking her on is the undefeated Japanese\nOaks champion, %h_pop2,\nwho can certainly hold her own against the\nfavorite.', '1004001|1700101|1701501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2503, 131416, 'The second favorite and undefeated Japanese\nOaks champion, %h_pop2, is\nfully set on clinching victory.', '1004003|1700101|1701501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2504, 131416, 'Now, here''s the second favorite. The\nundefeated Japanese Oaks champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2505, 131416, 'Taking her on is the undefeated Japanese\nOaks champion, %h_pop2,\nwho is fully set on clinching victory.', '1004001|1700101|1701501|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2506, 131416, 'The second favorite and undefeated Japanese\nOaks champion, %h_pop2,\nshould give us a showdown to remember.', '1004003|1700101|1701501|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2507, 131416, 'Now, here''s the second favorite. The\nundefeated Japanese Oaks champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701501|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2508, 131417, 'The undefeated Japanese Oaks champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701501|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2509, 131417, 'The undefeated Japanese Oaks champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701501|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2511, 131417, 'The undefeated Japanese Oaks champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701501|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2512, 131417, 'The undefeated Japanese Oaks champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701501|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2514, 131417, 'The undefeated Japanese Oaks champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701501|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2515, 131417, 'The undefeated Japanese Oaks champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701501|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2517, 131418, 'All eyes are on the undefeated Japanese Oaks\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701501|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2518, 131500, 'The current favorite is the Oka Sho victor,\n%h_pop1.', '1002701|1701601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2519, 131500, 'The most popular athlete in this race is the\nOka Sho victor, %h_pop1.\nShe''s the favorite to win.', '1002801|1701601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2520, 131500, 'Now, introducing the favorite to win. It''s the\nOka Sho victor, %h_pop1.', '1002901|1701601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2521, 131500, 'You guessed it! The favorite is the Oka Sho\nvictor, %h_pop1.', '1003001|1701601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2522, 131502, 'The second favorite is the Oka Sho victor,\n%h_pop2.', '1003101|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2523, 131502, 'Now, introducing the second favorite. It''s the\nOka Sho victor, %h_pop2.', '1003201|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2524, 131502, 'With more than enough skill to rival the top\npick, today''s second favorite is the Oka Sho\nvictor, %h_pop2.', '1003301|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2525, 131502, 'She might not be satisfied with this ranking,\nbut the second favorite is the Oka Sho victor,\n%h_pop2.', '%w_0.1|1003401|1701601|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2526, 131503, 'Now, introducing the second favorite. It''s the\nOka Sho victor, %h_pop2.', '1003201|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2527, 131503, 'She might not be satisfied with this ranking,\nbut the second favorite is the Oka Sho victor,\n%h_pop2.', '%w_0.1|1003401|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2528, 131504, 'The third favorite is the Oka Sho victor,\n%h_pop3.', '%w_0.3|1003501|1701601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2529, 131504, 'For the third favorite, we have the Oka Sho\nvictor, %h_pop3.', '%w_0.3|1003601|1701601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2530, 131504, 'With her sights firmly set on the top spots, the\nthird favorite is the Oka Sho victor,\n%h_pop3.', '%w_0.3|1003701|1701601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2531, 131504, 'With the popularity and the skills to back it\nup, it''s the Oka Sho victor,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701601|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2532, 131505, 'Now, here''s the undisputed star of the show.\nIt''s the Oka Sho victor,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2533, 131505, 'Waiting for the start with an air of dignity is\nthe Oka Sho victor and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2534, 131505, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Oka Sho\nvictor, %h_pop1.', '1003905|1701601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2541, 131506, 'Taking her on is the Oka Sho victor,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2542, 131506, 'The second favorite and Oka Sho victor,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1701601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2543, 131506, 'Now, here''s the second favorite. The Oka Sho\nvictor, %h_pop2, is fully set on\nclinching victory.', '1004005|1701601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2544, 131506, 'Taking her on is the Oka Sho victor,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2545, 131506, 'The second favorite and Oka Sho victor,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1701601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2546, 131506, 'Now, here''s the second favorite. The Oka Sho\nvictor, %h_pop2, should give\nus a showdown to remember.', '1004005|1701601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2547, 131506, 'Taking her on is the Oka Sho victor,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2548, 131506, 'The second favorite and Oka Sho victor,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1701601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2549, 131506, 'Now, here''s the second favorite. The Oka Sho\nvictor, %h_pop2, can certainly\nhold her own against today''s top favorite.', '1004005|1701601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2550, 131507, 'The Oka Sho victor, %h_pop3,\nis currently the third favorite. She''s the hot\npick of late!', '%w_0.3|1701601|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2551, 131507, 'The Oka Sho victor, %h_pop3,\nis the third favorite. Can she overcome the\nodds?!', '%w_0.3|1701601|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2553, 131507, 'The Oka Sho victor, %h_pop3,\nis currently the third favorite. Can she\novercome the odds?!', '%w_0.3|1701601|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2554, 131507, 'The Oka Sho victor, %h_pop3,\nis the third favorite. Her superior ability is\nundeniable!', '%w_0.3|1701601|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2556, 131507, 'The Oka Sho victor, %h_pop3,\nis currently the third favorite. Her superior\nability is undeniable!', '%w_0.3|1701601|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2557, 131507, 'The Oka Sho victor, %h_pop3,\nis the third favorite. She''s the hot pick of late!', '%w_0.3|1701601|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2559, 131508, 'All eyes are on the Oka Sho victor,\n%h_player, running in\n%p_waku_ban.', '1088201|1701601|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2560, 131510, 'The current favorite is the undefeated Oka Sho\nvictor, %h_pop1.', '1002701|1700101|1701601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2561, 131510, 'The most popular athlete in this race is the\nundefeated Oka Sho victor,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2562, 131510, 'Now, introducing the favorite to win. It''s the\nundefeated Oka Sho victor,\n%h_pop1.', '1002901|1700101|1701601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2563, 131510, 'You guessed it! The favorite is the undefeated\nOka Sho victor, %h_pop1.', '1003001|1700101|1701601|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2564, 131512, 'The second favorite is the undefeated Oka Sho\nvictor, %h_pop2.', '1003101|1700101|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2565, 131512, 'Now, introducing the second favorite. It''s the\nundefeated Oka Sho victor,\n%h_pop2.', '1003201|1700101|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2566, 131512, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nOka Sho victor, %h_pop2.', '1003301|1700101|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2567, 131512, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated Oka\nSho victor, %h_pop2.', '%w_0.1|1003401|1700101|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2568, 131513, 'Now, introducing the second favorite. It''s the\nundefeated Oka Sho victor,\n%h_pop2.', '1003201|1700101|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2569, 131513, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated Oka\nSho victor, %h_pop2.', '%w_0.1|1003401|1700101|1701601|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2570, 131514, 'The third favorite is the undefeated Oka Sho\nvictor, %h_pop3.', '%w_0.3|1003501|1700101|1701601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2571, 131514, 'For the third favorite, we have the undefeated\nOka Sho victor, %h_pop3.', '%w_0.3|1003601|1700101|1701601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2572, 131514, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Oka Sho victor,\n%h_pop3.', '%w_0.3|1003701|1700101|1701601|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2573, 131514, 'With the popularity and the skills to back it\nup, it''s the undefeated Oka Sho victor,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701601|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2574, 131515, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Oka Sho victor,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2575, 131515, 'Waiting for the start with an air of dignity is\nthe undefeated Oka Sho victor and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1701601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2576, 131515, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nOka Sho victor, %h_pop1.', '1003905|1700101|1701601|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2583, 131516, 'Taking her on is the undefeated Oka Sho\nvictor, %h_pop2. This should\nbe a showdown to remember.', '1004001|1700101|1701601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2584, 131516, 'The second favorite and undefeated Oka Sho\nvictor, %h_pop2, can certainly\nhold her own against today''s top favorite.', '1004003|1700101|1701601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2585, 131516, 'Now, here''s the second favorite. The\nundefeated Oka Sho victor,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2586, 131516, 'Taking her on is the undefeated Oka Sho\nvictor, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2587, 131516, 'The second favorite and undefeated Oka Sho\nvictor, %h_pop2, is fully set on\nclinching victory.', '1004003|1700101|1701601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2588, 131516, 'Now, here''s the second favorite. The\nundefeated Oka Sho victor,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2589, 131516, 'Taking her on is the undefeated Oka Sho\nvictor, %h_pop2, who is fully\nset on clinching victory.', '1004001|1700101|1701601|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2590, 131516, 'The second favorite and undefeated Oka Sho\nvictor, %h_pop2, should give\nus a showdown to remember.', '1004003|1700101|1701601|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2591, 131516, 'Now, here''s the second favorite. The\nundefeated Oka Sho victor,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701601|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2592, 131517, 'The undefeated Oka Sho victor,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701601|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2593, 131517, 'The undefeated Oka Sho victor,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701601|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2595, 131517, 'The undefeated Oka Sho victor,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701601|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2596, 131517, 'The undefeated Oka Sho victor,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701601|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2598, 131517, 'The undefeated Oka Sho victor,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701601|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2599, 131517, 'The undefeated Oka Sho victor,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701601|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2601, 131518, 'All eyes are on the undefeated Oka Sho victor,\n%h_player, running in\n%p_waku_ban.', '1088201|1700101|1701601|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2602, 131600, 'The current favorite is the Shuka Sho marvel,\n%h_pop1.', '1002701|1701701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2603, 131600, 'The most popular athlete in this race is the\nShuka Sho marvel, %h_pop1.\nShe''s the favorite to win.', '1002801|1701701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2604, 131600, 'Now, introducing the favorite to win. It''s the\nShuka Sho marvel, %h_pop1.', '1002901|1701701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2605, 131600, 'You guessed it! The favorite is the Shuka Sho\nmarvel, %h_pop1.', '1003001|1701701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2606, 131602, 'The second favorite is the Shuka Sho marvel,\n%h_pop2.', '1003101|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2607, 131602, 'Now, introducing the second favorite. It''s the\nShuka Sho marvel, %h_pop2.', '1003201|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2608, 131602, 'With more than enough skill to rival the top\npick, today''s second favorite is the Shuka Sho\nmarvel, %h_pop2.', '1003301|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2609, 131602, 'She might not be satisfied with this ranking,\nbut the second favorite is the Shuka Sho\nmarvel, %h_pop2.', '%w_0.1|1003401|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2610, 131603, 'Now, introducing the second favorite. It''s the\nShuka Sho marvel, %h_pop2.', '1003201|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2611, 131603, 'She might not be satisfied with this ranking,\nbut the second favorite is the Shuka Sho\nmarvel, %h_pop2.', '%w_0.1|1003401|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2612, 131604, 'The third favorite is the Shuka Sho marvel,\n%h_pop3.', '%w_0.3|1003501|1701701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2613, 131604, 'For the third favorite, we have the Shuka Sho\nmarvel, %h_pop3.', '%w_0.3|1003601|1701701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2614, 131604, 'With her sights firmly set on the top spots, the\nthird favorite is the Shuka Sho marvel,\n%h_pop3.', '%w_0.3|1003701|1701701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2615, 131604, 'With the popularity and the skills to back it\nup, it''s the Shuka Sho marvel,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701701|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2616, 131605, 'Now, here''s the undisputed star of the show.\nIt''s the Shuka Sho marvel,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2617, 131605, 'Waiting for the start with an air of dignity is\nthe Shuka Sho marvel and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2618, 131605, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the Shuka Sho\nmarvel, %h_pop1.', '1003905|1701701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2625, 131606, 'Taking her on is the Shuka Sho marvel,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2626, 131606, 'The second favorite and Shuka Sho marvel,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1701701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2627, 131606, 'Now, here''s the second favorite. The Shuka\nSho marvel, %h_pop2, is fully\nset on clinching victory.', '1004005|1701701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2628, 131606, 'Taking her on is the Shuka Sho marvel,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2629, 131606, 'The second favorite and Shuka Sho marvel,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1701701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2630, 131606, 'Now, here''s the second favorite. The Shuka\nSho marvel, %h_pop2, should\ngive us a showdown to remember.', '1004005|1701701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2631, 131606, 'Taking her on is the Shuka Sho marvel,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2632, 131606, 'The second favorite and Shuka Sho marvel,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1701701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2633, 131606, 'Now, here''s the second favorite. The Shuka\nSho marvel, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1701701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2634, 131607, 'The Shuka Sho marvel,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1701701|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2635, 131607, 'The Shuka Sho marvel,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1701701|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2637, 131607, 'The Shuka Sho marvel,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1701701|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2638, 131607, 'The Shuka Sho marvel,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1701701|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2640, 131607, 'The Shuka Sho marvel,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1701701|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2641, 131607, 'The Shuka Sho marvel,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1701701|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2643, 131608, 'All eyes are on the Shuka Sho marvel,\n%h_player, running in\n%p_waku_ban.', '1088201|1701701|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2644, 131610, 'The current favorite is the undefeated Shuka\nSho marvel, %h_pop1.', '1002701|1700101|1701701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2645, 131610, 'The most popular athlete in this race is the\nundefeated Shuka Sho marvel,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701701|%w_0.01|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2646, 131610, 'Now, introducing the favorite to win. It''s the\nundefeated Shuka Sho marvel,\n%h_pop1.', '1002901|1700101|1701701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2647, 131610, 'You guessed it! The favorite is the undefeated\nShuka Sho marvel, %h_pop1.', '1003001|1700101|1701701|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2648, 131612, 'The second favorite is the undefeated Shuka\nSho marvel, %h_pop2.', '1003101|1700101|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2649, 131612, 'Now, introducing the second favorite. It''s the\nundefeated Shuka Sho marvel,\n%h_pop2.', '1003201|1700101|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2650, 131612, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nShuka Sho marvel, %h_pop2.', '1003301|1700101|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2651, 131612, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nShuka Sho marvel, %h_pop2.', '%w_0.1|1003401|1700101|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2652, 131613, 'Now, introducing the second favorite. It''s the\nundefeated Shuka Sho marvel,\n%h_pop2.', '1003201|1700101|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2653, 131613, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nShuka Sho marvel, %h_pop2.', '%w_0.1|1003401|1700101|1701701|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2654, 131614, 'The third favorite is the undefeated Shuka Sho\nmarvel, %h_pop3.', '%w_0.3|1003501|1700101|1701701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2655, 131614, 'For the third favorite, we have the undefeated\nShuka Sho marvel, %h_pop3.', '%w_0.3|1003601|1700101|1701701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2656, 131614, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated Shuka Sho\nmarvel, %h_pop3.', '%w_0.3|1003701|1700101|1701701|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2657, 131614, 'With the popularity and the skills to back it\nup, it''s the undefeated Shuka Sho marvel,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701701|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2658, 131615, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated Shuka Sho marvel,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2659, 131615, 'Waiting for the start with an air of dignity is\nthe undefeated Shuka Sho marvel and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1701701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2660, 131615, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nShuka Sho marvel, %h_pop1.', '1003905|1700101|1701701|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2667, 131616, 'Taking her on is the undefeated Shuka Sho\nmarvel, %h_pop2. This should\nbe a showdown to remember.', '1004001|1700101|1701701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2668, 131616, 'The second favorite and undefeated Shuka Sho\nmarvel, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1701701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2669, 131616, 'Now, here''s the second favorite. The\nundefeated Shuka Sho marvel,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2670, 131616, 'Taking her on is the undefeated Shuka Sho\nmarvel, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2671, 131616, 'The second favorite and undefeated Shuka Sho\nmarvel, %h_pop2, is fully set\non clinching victory.', '1004003|1700101|1701701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2672, 131616, 'Now, here''s the second favorite. The\nundefeated Shuka Sho marvel,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2673, 131616, 'Taking her on is the undefeated Shuka Sho\nmarvel, %h_pop2, who is fully\nset on clinching victory.', '1004001|1700101|1701701|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2674, 131616, 'The second favorite and undefeated Shuka Sho\nmarvel, %h_pop2, should give\nus a showdown to remember.', '1004003|1700101|1701701|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2675, 131616, 'Now, here''s the second favorite. The\nundefeated Shuka Sho marvel,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701701|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2676, 131617, 'The undefeated Shuka Sho marvel,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701701|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2677, 131617, 'The undefeated Shuka Sho marvel,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701701|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2679, 131617, 'The undefeated Shuka Sho marvel,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701701|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2680, 131617, 'The undefeated Shuka Sho marvel,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701701|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2682, 131617, 'The undefeated Shuka Sho marvel,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701701|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2683, 131617, 'The undefeated Shuka Sho marvel,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701701|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2685, 131618, 'All eyes are on the undefeated Shuka Sho\nmarvel, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701701|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2686, 131700, 'The current favorite is the junior champion,\n%h_pop1.', '1002701|1701801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2687, 131700, 'The most popular athlete in this race is the\njunior champion, %h_pop1.\nShe''s the favorite to win.', '1002801|1701801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2688, 131700, 'Now, introducing the favorite to win. It''s the\njunior champion, %h_pop1.', '1002901|1701801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2689, 131700, 'You guessed it! The favorite is the junior\nchampion, %h_pop1.', '1003001|1701801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2690, 131702, 'The second favorite is the junior champion,\n%h_pop2.', '1003101|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2691, 131702, 'Now, introducing the second favorite. It''s the\njunior champion, %h_pop2.', '1003201|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2692, 131702, 'With more than enough skill to rival the top\npick, today''s second favorite is the junior\nchampion, %h_pop2.', '1003301|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2693, 131702, 'She might not be satisfied with this ranking,\nbut the second favorite is the junior champion,\n%h_pop2.', '%w_0.1|1003401|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2694, 131703, 'Now, introducing the second favorite. It''s the\njunior champion, %h_pop2.', '1003201|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2695, 131703, 'She might not be satisfied with this ranking,\nbut the second favorite is the junior champion,\n%h_pop2.', '%w_0.1|1003401|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2696, 131704, 'The third favorite is the junior champion,\n%h_pop3.', '%w_0.3|1003501|1701801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2697, 131704, 'For the third favorite, we have the junior\nchampion, %h_pop3.', '%w_0.3|1003601|1701801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2698, 131704, 'With her sights firmly set on the top spots, the\nthird favorite is the junior champion,\n%h_pop3.', '%w_0.3|1003701|1701801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2699, 131704, 'With the popularity and the skills to back it\nup, it''s the junior champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701801|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2700, 131705, 'Now, here''s the undisputed star of the show.\nIt''s the junior champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2701, 131705, 'Waiting for the start with an air of dignity is\nthe junior champion and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2702, 131705, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the junior\nchampion, %h_pop1.', '1003905|1701801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2709, 131706, 'Taking her on is the junior champion,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2710, 131706, 'The second favorite and junior champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1701801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2711, 131706, 'Now, here''s the second favorite. The junior\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004005|1701801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2712, 131706, 'Taking her on is the junior champion,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2713, 131706, 'The second favorite and junior champion,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1701801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2714, 131706, 'Now, here''s the second favorite. The junior\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004005|1701801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2715, 131706, 'Taking her on is the junior champion,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2716, 131706, 'The second favorite and junior champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1701801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2717, 131706, 'Now, here''s the second favorite. The junior\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1701801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2718, 131707, 'The junior champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1701801|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2719, 131707, 'The junior champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1701801|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2721, 131707, 'The junior champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1701801|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2722, 131707, 'The junior champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1701801|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2724, 131707, 'The junior champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1701801|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2725, 131707, 'The junior champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1701801|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2727, 131708, 'All eyes are on the junior champion,\n%h_player, running in\n%p_waku_ban.', '1088201|1701801|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2728, 131710, 'The current favorite is the undefeated junior\nchampion, %h_pop1.', '1002701|1700101|1701801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2729, 131710, 'The most popular athlete in this race is the\nundefeated junior champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2730, 131710, 'Now, introducing the favorite to win. It''s the\nundefeated junior champion,\n%h_pop1.', '1002901|1700101|1701801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2731, 131710, 'You guessed it! The favorite is the undefeated\njunior champion, %h_pop1.', '1003001|1700101|1701801|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2732, 131712, 'The second favorite is the undefeated junior\nchampion, %h_pop2.', '1003101|1700101|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2733, 131712, 'Now, introducing the second favorite. It''s the\nundefeated junior champion,\n%h_pop2.', '1003201|1700101|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2734, 131712, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\njunior champion, %h_pop2.', '1003301|1700101|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2735, 131712, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\njunior champion, %h_pop2.', '%w_0.1|1003401|1700101|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2736, 131713, 'Now, introducing the second favorite. It''s the\nundefeated junior champion,\n%h_pop2.', '1003201|1700101|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2737, 131713, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\njunior champion, %h_pop2.', '%w_0.1|1003401|1700101|1701801|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2738, 131714, 'The third favorite is the undefeated junior\nchampion, %h_pop3.', '%w_0.3|1003501|1700101|1701801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2739, 131714, 'For the third favorite, we have the undefeated\njunior champion, %h_pop3.', '%w_0.3|1003601|1700101|1701801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2740, 131714, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated junior\nchampion, %h_pop3.', '%w_0.3|1003701|1700101|1701801|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2741, 131714, 'With the popularity and the skills to back it\nup, it''s the undefeated junior champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701801|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2742, 131715, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated junior champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2743, 131715, 'Waiting for the start with an air of dignity is\nthe undefeated junior champion and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1700101|1701801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2744, 131715, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\njunior champion, %h_pop1.', '1003905|1700101|1701801|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2751, 131716, 'Taking her on is the undefeated junior\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1701801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2752, 131716, 'The second favorite and undefeated junior\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1701801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2753, 131716, 'Now, here''s the second favorite. The\nundefeated junior champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2754, 131716, 'Taking her on is the undefeated junior\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2755, 131716, 'The second favorite and undefeated junior\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1700101|1701801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2756, 131716, 'Now, here''s the second favorite. The\nundefeated junior champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2757, 131716, 'Taking her on is the undefeated junior\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700101|1701801|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2758, 131716, 'The second favorite and undefeated junior\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700101|1701801|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2759, 131716, 'Now, here''s the second favorite. The\nundefeated junior champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701801|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2760, 131717, 'The undefeated junior champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701801|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2761, 131717, 'The undefeated junior champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701801|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2763, 131717, 'The undefeated junior champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701801|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2764, 131717, 'The undefeated junior champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701801|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2766, 131717, 'The undefeated junior champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701801|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2767, 131717, 'The undefeated junior champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701801|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2769, 131718, 'All eyes are on the undefeated junior\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701801|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2770, 131800, 'The current favorite is the spring Tenno Sho\nchampion, %h_pop1.', '1002701|1703301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2771, 131800, 'The most popular athlete in this race is the\nspring Tenno Sho champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1703301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2772, 131800, 'Now, introducing the favorite to win. It''s the\nspring Tenno Sho champion,\n%h_pop1.', '1002901|1703301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2773, 131800, 'You guessed it! The favorite is the spring\nTenno Sho champion,\n%h_pop1.', '1003001|1703301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2774, 131802, 'The second favorite is the spring Tenno Sho\nchampion, %h_pop2.', '1003101|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2775, 131802, 'Now, introducing the second favorite. It''s the\nspring Tenno Sho champion,\n%h_pop2.', '1003201|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2776, 131802, 'With more than enough skill to rival the top\npick, today''s second favorite is the spring\nTenno Sho champion,\n%h_pop2.', '1003301|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2777, 131802, 'She might not be satisfied with this ranking,\nbut the second favorite is the spring Tenno Sho\nchampion, %h_pop2.', '%w_0.1|1003401|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2778, 131803, 'Now, introducing the second favorite. It''s the\nspring Tenno Sho champion,\n%h_pop2.', '1003201|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2779, 131803, 'She might not be satisfied with this ranking,\nbut the second favorite is the spring Tenno Sho\nchampion, %h_pop2.', '%w_0.1|1003401|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2780, 131804, 'The third favorite is the spring Tenno Sho\nchampion, %h_pop3.', '%w_0.3|1003501|1703301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2781, 131804, 'For the third favorite, we have the spring\nTenno Sho champion,\n%h_pop3.', '%w_0.3|1003601|1703301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2782, 131804, 'With her sights firmly set on the top spots, the\nthird favorite is the spring Tenno Sho\nchampion, %h_pop3.', '%w_0.3|1003701|1703301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2783, 131804, 'With the popularity and the skills to back it\nup, it''s the spring Tenno Sho champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1703301|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2784, 131805, 'Now, here''s the undisputed star of the show.\nIt''s the spring Tenno Sho champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1703301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2785, 131805, 'Waiting for the start with an air of dignity is\nthe spring Tenno Sho champion and today''s\nfavorite, %h_pop1.', '%w_0.1|1003903|1703301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2786, 131805, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the spring\nTenno Sho champion,\n%h_pop1.', '1003905|1703301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2793, 131806, 'Taking her on is the spring Tenno Sho\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1703301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2794, 131806, 'The second favorite and spring Tenno Sho\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1703301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2795, 131806, 'Now, here''s the second favorite. The spring\nTenno Sho champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1703301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2796, 131806, 'Taking her on is the spring Tenno Sho\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1703301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2797, 131806, 'The second favorite and spring Tenno Sho\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1703301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2798, 131806, 'Now, here''s the second favorite. The spring\nTenno Sho champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1703301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2799, 131806, 'Taking her on is the spring Tenno Sho\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1703301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2800, 131806, 'The second favorite and spring Tenno Sho\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1703301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2801, 131806, 'Now, here''s the second favorite. The spring\nTenno Sho champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1703301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2802, 131807, 'The spring Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1703301|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2803, 131807, 'The spring Tenno Sho champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1703301|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2805, 131807, 'The spring Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1703301|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2806, 131807, 'The spring Tenno Sho champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1703301|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2808, 131807, 'The spring Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1703301|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2809, 131807, 'The spring Tenno Sho champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1703301|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2811, 131808, 'All eyes are on the spring Tenno Sho\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1703301|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2812, 131810, 'The current favorite is the undefeated spring\nTenno Sho champion,\n%h_pop1.', '1002701|1700101|1703301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2813, 131810, 'The most popular athlete in this race is the\nundefeated spring Tenno Sho champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1703301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2814, 131810, 'Now, introducing the favorite to win. It''s the\nundefeated spring Tenno Sho champion,\n%h_pop1.', '1002901|1700101|1703301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2815, 131810, 'You guessed it! The favorite is the undefeated\nspring Tenno Sho champion,\n%h_pop1.', '1003001|1700101|1703301|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2816, 131812, 'The second favorite is the undefeated spring\nTenno Sho champion,\n%h_pop2.', '1003101|1700101|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2817, 131812, 'Now, introducing the second favorite. It''s the\nundefeated spring Tenno Sho champion,\n%h_pop2.', '1003201|1700101|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2818, 131812, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\nspring Tenno Sho champion,\n%h_pop2.', '1003301|1700101|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2819, 131812, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nspring Tenno Sho champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2820, 131813, 'Now, introducing the second favorite. It''s the\nundefeated spring Tenno Sho champion,\n%h_pop2.', '1003201|1700101|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2821, 131813, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\nspring Tenno Sho champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1703301|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2822, 131814, 'The third favorite is the undefeated spring\nTenno Sho champion,\n%h_pop3.', '%w_0.3|1003501|1700101|1703301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2823, 131814, 'For the third favorite, we have the undefeated\nspring Tenno Sho champion,\n%h_pop3.', '%w_0.3|1003601|1700101|1703301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2824, 131814, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated spring Tenno\nSho champion, %h_pop3.', '%w_0.3|1003701|1700101|1703301|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2825, 131814, 'With the popularity and the skills to back it\nup, it''s the undefeated spring Tenno Sho\nchampion, %h_pop3, today''s\nthird favorite.', '%w_0.3|1003801|1700101|1703301|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2826, 131815, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated spring Tenno Sho\nchampion, %h_pop1. She''s the\nfavorite to win.', '1003901|1700101|1703301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2827, 131815, 'Waiting for the start with an air of dignity is\nthe undefeated spring Tenno Sho champion\nand today''s favorite, %h_pop1.', '%w_0.1|1003903|1700101|1703301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2828, 131815, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\nspring Tenno Sho champion,\n%h_pop1.', '1003905|1700101|1703301|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2835, 131816, 'Taking her on is the undefeated spring Tenno\nSho champion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1703301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2836, 131816, 'The second favorite and undefeated spring\nTenno Sho champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1700101|1703301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2837, 131816, 'Now, here''s the second favorite. The\nundefeated spring Tenno Sho champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1703301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2838, 131816, 'Taking her on is the undefeated spring Tenno\nSho champion, %h_pop2, who\ncan certainly hold her own against the favorite.', '1004001|1700101|1703301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2839, 131816, 'The second favorite and undefeated spring\nTenno Sho champion,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1700101|1703301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2840, 131816, 'Now, here''s the second favorite. The\nundefeated spring Tenno Sho champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1703301|%h_pop2|%w_0.02|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2841, 131816, 'Taking her on is the undefeated spring Tenno\nSho champion, %h_pop2, who\nis fully set on clinching victory.', '1004001|1700101|1703301|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2842, 131816, 'The second favorite and undefeated spring\nTenno Sho champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1700101|1703301|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2843, 131816, 'Now, here''s the second favorite. The\nundefeated spring Tenno Sho champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1703301|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2844, 131817, 'The undefeated spring Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1703301|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2845, 131817, 'The undefeated spring Tenno Sho champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1703301|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2847, 131817, 'The undefeated spring Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1703301|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2848, 131817, 'The undefeated spring Tenno Sho champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1703301|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2850, 131817, 'The undefeated spring Tenno Sho champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1703301|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2851, 131817, 'The undefeated spring Tenno Sho champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1703301|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2853, 131818, 'All eyes are on the undefeated spring Tenno\nSho champion, %h_player, running\nin %p_waku_ban.', '1088201|1700101|1703301|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2854, 131900, 'The current favorite is the defending\nchampion, %h_pop1.', '1002701|1701901|%w_0.02|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2855, 131900, 'The most popular athlete in this race is the\ndefending champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1701901|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2856, 131900, 'Now, introducing the favorite to win. It''s the\ndefending champion,\n%h_pop1.', '1002901|1701901|%w_0.02|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2857, 131900, 'You guessed it! The favorite is the defending\nchampion, %h_pop1.', '1003001|1701901|%w_0.02|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2858, 131902, 'The second favorite is the defending\nchampion, %h_pop2.', '1003101|1701901|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2859, 131902, 'Now, introducing the second favorite. It''s the\ndefending champion,\n%h_pop2.', '1003201|1701901|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2860, 131902, 'With more than enough skill to rival the top\npick, today''s second favorite is the defending\nchampion, %h_pop2.', '1003301|1701901|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2861, 131902, 'She might not be satisfied with this ranking,\nbut the second favorite is the defending\nchampion, %h_pop2.', '%w_0.1|1003401|1701901|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2862, 131903, 'Now, introducing the second favorite. It''s the\ndefending champion,\n%h_pop2.', '1003201|1701901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2863, 131903, 'She might not be satisfied with this ranking,\nbut the second favorite is the defending\nchampion, %h_pop2.', '%w_0.1|1003401|1701901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2864, 131904, 'The third favorite is the defending champion,\n%h_pop3.', '%w_0.3|1003501|1701901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2865, 131904, 'For the third favorite, we have the defending\nchampion, %h_pop3.', '%w_0.3|1003601|1701901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2866, 131904, 'With her sights firmly set on the top spots, the\nthird favorite is the defending champion,\n%h_pop3.', '%w_0.3|1003701|1701901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2867, 131904, 'With the popularity and the skills to back it\nup, it''s the defending champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1701901|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2868, 131905, 'Now, here''s the undisputed star of the show.\nIt''s the defending champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1701901|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2869, 131905, 'Waiting for the start with an air of dignity is\nthe defending champion and today''s favorite,\n%h_pop1.', '%w_0.1|1003903|1701901|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2870, 131905, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the defending\nchampion, %h_pop1.', '1003905|1701901|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2877, 131906, 'Taking her on is the defending champion,\n%h_pop2. This should be a\nshowdown to remember.', '1004001|1701901|%w_0.02|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2878, 131906, 'The second favorite and defending champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004003|1701901|%w_0.02|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2879, 131906, 'Now, here''s the second favorite. The defending\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004005|1701901|%w_0.02|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2880, 131906, 'Taking her on is the defending champion,\n%h_pop2, who can certainly\nhold her own against the favorite.', '1004001|1701901|%w_0.02|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2881, 131906, 'The second favorite and defending champion,\n%h_pop2, is fully set on\nclinching victory.', '1004003|1701901|%w_0.02|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2882, 131906, 'Now, here''s the second favorite. The defending\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004005|1701901|%w_0.02|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2883, 131906, 'Taking her on is the defending champion,\n%h_pop2, who is fully set on\nclinching victory.', '1004001|1701901|%w_0.02|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2884, 131906, 'The second favorite and defending champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004003|1701901|%w_0.02|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2885, 131906, 'Now, here''s the second favorite. The defending\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004005|1701901|%w_0.02|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2886, 131907, 'The defending champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1701901|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2887, 131907, 'The defending champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1701901|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2889, 131907, 'The defending champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1701901|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2890, 131907, 'The defending champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1701901|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2892, 131907, 'The defending champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1701901|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2893, 131907, 'The defending champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1701901|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2895, 131908, 'All eyes are on the defending champion,\n%h_player, running in\n%p_waku_ban.', '1088201|%c_0.02|1701901|%w_0.02|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2896, 131910, 'The current favorite is the undefeated\ndefending champion,\n%h_pop1.', '1002701|1700101|1701901|%w_0.02|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2897, 131910, 'The most popular athlete in this race is the\nundefeated defending champion,\n%h_pop1. She''s the favorite to\nwin.', '1002801|1700101|1701901|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2898, 131910, 'Now, introducing the favorite to win. It''s the\nundefeated defending champion,\n%h_pop1.', '1002901|1700101|1701901|%w_0.02|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2899, 131910, 'You guessed it! The favorite is the undefeated\ndefending champion,\n%h_pop1.', '1003001|1700101|1701901|%w_0.02|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2900, 131912, 'The second favorite is the undefeated\ndefending champion,\n%h_pop2.', '1003101|1700101|1701901|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2901, 131912, 'Now, introducing the second favorite. It''s the\nundefeated defending champion,\n%h_pop2.', '1003201|1700101|1701901|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2902, 131912, 'With more than enough skill to rival the top\npick, today''s second favorite is the undefeated\ndefending champion,\n%h_pop2.', '1003301|1700101|1701901|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2903, 131912, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\ndefending champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1701901|%w_0.02|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2904, 131913, 'Now, introducing the second favorite. It''s the\nundefeated defending champion,\n%h_pop2.', '1003201|1700101|1701901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2905, 131913, 'She might not be satisfied with this ranking,\nbut the second favorite is the undefeated\ndefending champion,\n%h_pop2.', '%w_0.1|1003401|1700101|1701901|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2906, 131914, 'The third favorite is the undefeated defending\nchampion, %h_pop3.', '%w_0.3|1003501|1700101|1701901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2907, 131914, 'For the third favorite, we have the undefeated\ndefending champion,\n%h_pop3.', '%w_0.3|1003601|1700101|1701901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2908, 131914, 'With her sights firmly set on the top spots, the\nthird favorite is the undefeated defending\nchampion, %h_pop3.', '%w_0.3|1003701|1700101|1701901|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2909, 131914, 'With the popularity and the skills to back it\nup, it''s the undefeated defending champion,\n%h_pop3, today''s third\nfavorite.', '%w_0.3|1003801|1700101|1701901|%h_pop3|1003802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2910, 131915, 'Now, here''s the undisputed star of the show.\nIt''s the undefeated defending champion,\n%h_pop1. She''s the favorite to\nwin.', '1003901|1700101|1701901|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2911, 131915, 'Waiting for the start with an air of dignity is\nthe undefeated defending champion and\ntoday''s favorite, %h_pop1.', '%w_0.1|1003903|1700101|1701901|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2912, 131915, 'Carrying the hopes of all the fans crowding the\nstands, the favorite for today is the undefeated\ndefending champion,\n%h_pop1.', '1003905|1700101|1701901|%w_0.02|%h_pop1|1002802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2919, 131916, 'Taking her on is the undefeated defending\nchampion, %h_pop2. This\nshould be a showdown to remember.', '1004001|1700101|1701901|%w_0.02|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2920, 131916, 'The second favorite and undefeated defending\nchampion, %h_pop2, can\ncertainly hold her own against today''s top\nfavorite.', '1004003|1700101|1701901|%w_0.02|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2921, 131916, 'Now, here''s the second favorite. The\nundefeated defending champion,\n%h_pop2, is fully set on\nclinching victory.', '1004005|1700101|1701901|%w_0.02|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2922, 131916, 'Taking her on is the undefeated defending\nchampion, %h_pop2, who can\ncertainly hold her own against the favorite.', '1004001|1700101|1701901|%w_0.02|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2923, 131916, 'The second favorite and undefeated defending\nchampion, %h_pop2, is fully\nset on clinching victory.', '1004003|1700101|1701901|%w_0.02|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2924, 131916, 'Now, here''s the second favorite. The\nundefeated defending champion,\n%h_pop2, should give us a\nshowdown to remember.', '1004005|1700101|1701901|%w_0.02|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2925, 131916, 'Taking her on is the undefeated defending\nchampion, %h_pop2, who is\nfully set on clinching victory.', '1004001|1700101|1701901|%w_0.02|%h_pop2|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2926, 131916, 'The second favorite and undefeated defending\nchampion, %h_pop2, should\ngive us a showdown to remember.', '1004003|1700101|1701901|%w_0.02|%h_pop2|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2927, 131916, 'Now, here''s the second favorite. The\nundefeated defending champion,\n%h_pop2, can certainly hold\nher own against today''s top favorite.', '1004005|1700101|1701901|%w_0.02|%h_pop2|1004004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2928, 131917, 'The undefeated defending champion,\n%h_pop3, is currently the third\nfavorite. She''s the hot pick of late!', '%w_0.3|1700101|1701901|%h_pop3|1004101|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2929, 131917, 'The undefeated defending champion,\n%h_pop3, is the third favorite.\nCan she overcome the odds?!', '%w_0.3|1700101|1701901|%h_pop3|1004103|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2931, 131917, 'The undefeated defending champion,\n%h_pop3, is currently the third\nfavorite. Can she overcome the odds?!', '%w_0.3|1700101|1701901|%h_pop3|1004101|1004104', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2932, 131917, 'The undefeated defending champion,\n%h_pop3, is the third favorite.\nHer superior ability is undeniable!', '%w_0.3|1700101|1701901|%h_pop3|1004103|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2934, 131917, 'The undefeated defending champion,\n%h_pop3, is currently the third\nfavorite. Her superior ability is undeniable!', '%w_0.3|1700101|1701901|%h_pop3|1004101|1004106', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2935, 131917, 'The undefeated defending champion,\n%h_pop3, is the third favorite.\nShe''s the hot pick of late!', '%w_0.3|1700101|1701901|%h_pop3|1004103|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2937, 131918, 'All eyes are on the undefeated defending\nchampion, %h_player, running in\n%p_waku_ban.', '1088201|1700101|1701901|%w_0.02|%h_player|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2938, 132001, 'Will she take the third crown and etch her\nname into the annals of history?!', '1702001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2939, 132001, 'Can she obtain her long-desired Triple Crown?', '1702101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2940, 132002, 'Can she win this race and take the Triple\nTiara?!', '1702201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2941, 132002, 'Can she obtain her long-desired Triple Crown?', '1702101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2942, 132003, 'She takes on the Derby for her second crown!', '1702301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2943, 132004, 'Can she take victory in the Japanese Oaks and\nwin her second crown?!', '1702401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2944, 132005, 'Can she bloom on the fall stage like she did in\nthe spring?!', '1702501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2945, 132006, 'The queen seeks her final crown on the fall\nstage.', '1702601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2946, 132007, 'Can she obtain her final crown on this\nchrysanthemum stage?!', '1702701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2947, 132008, 'With her glorious stride, she aims for the final\ncrown.', '1702801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2948, 132009, 'Can our young champion prove her ability\ntoday?!', '1702901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2949, 132010, 'Running against battle-hardened Umamusume,\nshe aims to become the greatest of her\ngeneration!', '1703001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2950, 132011, 'Will she be victorious in both spring and fall?', '1703101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2951, 132012, 'She''s been waiting for this opportunity to win\nback-to-back titles.', '1703201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2952, 132101, 'Will she take the third crown and etch her\nname into the annals of history?!', '1702001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2953, 132101, 'Can she obtain her long-desired Triple Crown?', '1702101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2954, 132102, 'Can she win this race and take the Triple\nTiara?!', '1702201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2955, 132102, 'Can she obtain her long-desired Triple Crown?', '1702101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2956, 132103, 'She takes on the Derby for her second crown!', '1702301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2957, 132104, 'Can she take victory in the Japanese Oaks and\nwin her second crown?!', '1702401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2958, 132105, 'Can she bloom on the fall stage like she did in\nthe spring?!', '1702501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2959, 132106, 'The queen seeks her final crown on the fall\nstage.', '1702601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2960, 132107, 'Can she obtain her final crown on this\nchrysanthemum stage?!', '1702701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2961, 132108, 'With her glorious stride, she aims for the final\ncrown.', '1702801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2962, 132109, 'Can our young champion prove her ability\ntoday?!', '1702901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2963, 132110, 'Running against battle-hardened Umamusume,\nshe aims to become the greatest of her\ngeneration!', '1703001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2964, 132111, 'Will she be victorious in both spring and fall?', '1703101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2965, 132112, 'She''s been waiting for this opportunity to win\nback-to-back titles.', '1703201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2966, 133001, '%h_rank_l1 wins the Triple\nCrown! We''ve witnessed the birth of a\nchampion here today!', '%w_0.1|%h_rank_l1|3029401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2967, 133002, '%h_rank_l1 wins the Autumn\nTriple Crown! Plowing through the fall G1s, she\ncarves her name into history!', '%w_0.1|%h_rank_l1|3029501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2968, 133003, '%h_rank_l1 wins the Triple\nTiara at last! History''s greatest queen takes\nher throne! An eternal heroine has been born!', '%w_0.1|%h_rank_l1|3027802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2969, 133004, '%h_rank_l1 wins the Spring\nTriple Crown! She''s made an amazing\naccomplishment by defeating even the\nstrongest of competitors who stood in her way!', '%w_0.1|%h_rank_l1|3029601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2970, 133005, 'She wins a Tenno Sho double! This is a\nspectacular, historic feat for\n%h_rank_l1!', '%w_0.1|3027901|%h_rank_l1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2971, 133006, '%h_rank_l1 wins two consecutive\ngrand prix! She''s shown us her true ability here\ntoday!', '%w_0.1|%h_rank_l1|3029701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2972, 133007, '%h_rank_l1 wins two consecutive\nmile races! She stands on top of all other\nmilers!', '%w_0.1|%h_rank_l1|3029801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2973, 133008, '%h_rank_l1 wins two consecutive\nsprints! We''ve witnessed the birth of the fastest\nUmamusume!', '%w_0.1|%h_rank_l1|3029901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2974, 133009, '%h_rank_l1 wins two consecutive\ndirt races! She sits on the throne of the dirt\nworld!', '%w_0.1|%h_rank_l1|3030001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2975, 133010, '%h_rank_l1 wins the Derby and\ntakes the Double Crown! Her legend will\ncontinue on to Kyoto in the fall!', '%w_0.1|%h_rank_l1|3027602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2976, 133011, 'It''s %h_rank_l1! She''s won both\nthe Oka Sho and the Japanese Oaks! A Double\nCrown star has been born!', '%w_0.1|%h_rank_l1|3027702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2977, 117034, '%horse1 pulls ahead here!', '%horse1|2082301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2978, 117035, '%h_rank2 stays in second,\nkeeping a close eye on the situation!', '%h_rank2|2015601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2979, 117036, 'And watching all of this with great intent is\n%h_rank3.', '1069201|%a_h_rank3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2980, 117037, 'How''s %h_pop1 doing?', '%h_pop1|1008401', 100, 100078, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2981, 117038, 'How''s %h_pop1 doing?', '%h_pop1|1008401', 100, 100120, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2982, 117039, '%h_rank1 keeps the lead! An\ninteresting development indeed! Can she keep\nit up?', '%h_rank1|1007701', 100, 100069, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2983, 117040, '%h_rank1 keeps the lead! An\ninteresting development indeed! Can she keep\nit up?', '%h_rank1|1007701', 100, 100083, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2984, 117041, '%h_rank1 moves into the lead.\nWas this the right move?', '%h_rank1|1007801', 100, 100083, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2985, 117042, '%h_rank1 moves into the lead.\nWas this the right move?', '%h_rank1|1007801', 100, 100072, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2986, 117043, '%h_rank1 triumphantly takes\nthe lead! Who could''ve seen that coming?', '1008601|%h_rank1|1008602', 100, 100083, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2987, 117044, '%h_rank1 triumphantly takes\nthe lead! Who could''ve seen that coming?', '1008601|%h_rank1|1008602', 100, 100078, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2988, 117045, '%h_rank_l1 wins the\n%race_wo!', '%w_0.1|%h_rank_l1|%race_wo', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2989, 117046, '', '', 100, 100016, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2990, 117047, 'It''s a sunny day here at %course.\nA field of %h_num_no is here to challenge the\n%distance-meter %ground race.', '1000101|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2991, 117048, 'It''s a cloudy day here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1000201|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2992, 117049, 'Rain is making for poor conditions here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1000301|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2993, 117050, 'We''ve got clear, blue skies here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1000501|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2994, 117051, 'We''ve got a storm brewing here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1000601|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2995, 117052, 'The rain will certainly be a test here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1000701|%course|%ground|%distance|1000702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2996, 117053, 'Snowing is falling here at\n%course for the %distance-meter\n%ground race.. Which Umamusume will prove\nvictorious?!', '1000801|%course|1000802|%ground|%distance|1000803', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2997, 117054, 'The sun has completely set here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1011801|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2998, 117054, 'The stars are watching over the\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1011901|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (2999, 117054, 'We''re racing under a starry sky here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1012001|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3000, 117055, 'Rain clouds are making things tense at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1012101|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3001, 117055, 'Raindrops are glittering in the lights at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1012201|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3002, 117055, 'This night rain may create trouble here at\n%course. A field of %h_num_no is here to\nchallenge the %distance-meter %ground race.', '1012301|%course|%ground|%distance|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3003, 117056, 'It''s %h_rank_l1! She wins the\n%race and\nadvances to the finals! Only one more step to\nthe top!', '%w_0.1|%h_rank_l1|%race_wo', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3004, 117057, 'It''s %h_rank_l1! She wins the\n%race and stands\nabove all other Umamusume!', '%w_0.1|%h_rank_l1|%race_wo', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3005, 117058, 'The Team Race is about to begin! Who will\nclaim victory in this crucial first race?!', '1092501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3006, 117059, 'Which runner will make the necessary leap to\nescape demotion?!', '1092601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3007, 117060, 'The second race is based on the results of the\nfirst, so each runner will be carrying the dreams\nof her team with her.', '1092701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3008, 117061, 'Can they carry over their win to the next race?!\nExpectations for the second race are rising!', '1093801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3009, 117062, 'The second race is about to begin! Will they be\nable to turn their regret into revenge this\nround?!', '1093901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3010, 117063, 'The third race is a big turning point. I''m sure\nthey''re looking to achieve a good result to\ntake into the second half.', '1094001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3011, 117064, 'One team has placed first in all the races so\nfar. The spectators are getting more and more\nexcited!', '1094101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3012, 117065, 'This could be the last race for a certain team.\nLet''s hope they can make a comeback!', '1094201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3013, 117066, 'Race number four! We''re approaching the\nfinale! Can they keep up these results all the\nway to the end?!', '1094301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3014, 117067, 'The crowd is electrified! Needless to say, we all\nknow which runner has the highest\nexpectations on her!', '1094401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3015, 117068, 'Is this their last chance to recover? It''s finally\ntime for the pivotal fourth race.', '1094501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3016, 117069, 'It''s time for the fifth and final race! Who can\ntake on the drive of the teams they''ve outrun\nand attain the glory for themselves?!', '1094601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3017, 117070, 'One team has somehow managed to win every\nrace! Can they go the distance?! It''s time to\nstart the final, decisive race!', '1094701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3018, 117071, 'This is definitely a race the struggling teams\nwill want to win! Can they grasp the final\nchance at glory?!', '1094801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3019, 117072, 'With this field of lightning-fast sprinters, you\nwon''t want to blink once we hit post time!', '1094901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3020, 117073, 'With this many expert milers, it''s anybody''s\nrace!', '1095001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3021, 117074, 'With such an abundance of medium-distance\ntalent, we''re sure to see an amazing race\ntoday!', '1095101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3022, 117075, 'With this many expert stayers, we''re bound to\nsee some drama unfold on the track today!', '1095201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3023, 117076, 'Umamusume who excel on dirt are gathered\nhere today. Who will cross the finish line first?!', '1095301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3024, 117077, '%h_rank_ta1 wins! She grabs the\nfirst win for her team and propels them to a\ngreat start!', '%w_0.1|3030301|%h_rank_ta1|3030302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3025, 117078, 'The second race goes to\n%h_rank_ta1! Her excellent\nrunning earned her team a victory!', '%w_0.1|3030401|%h_rank_ta1|3030402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3026, 117079, 'In first place is %h_rank_l1! She\nwins the third race and leads her team into an\nundisputed turnaround!', '%w_0.1|3030501|%h_rank_l1|3030502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3027, 117080, '%h_rank_ta1 wins! This big win will\ngive them momentum for the final race!', '%w_0.1|3030601|%h_rank_ta1|3030602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3028, 117081, 'The fourth race goes to\n%h_rank_ta1! No one can stop this\nteam''s momentum now!', '%w_0.1|3030701|%h_rank_ta1|3030702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3029, 117082, 'Crossing the finish line first is\n%h_rank_ta1! Inspiring her team\nwith a magnificent run, she takes the fourth\nrace!', '%w_0.1|3030801|%h_rank_ta1|3030802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3030, 117083, 'The fifth and final race goes to\n%h_rank_ta1! She gives her team\nthe best results they could have asked for!', '%w_0.1|3030901|%h_rank_ta1|3030902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3031, 117084, 'Victory in the fifth and final race goes to\n%h_rank_ta1! This bodes well for\ntheir score, but who will take the ultimate\nvictory?!', '%w_0.1|3031001|%h_rank_ta1|3031002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3032, 117085, '%h_rank_ta1 wins! She gives us an\namazing run and a beautiful finale!', '%w_0.1|3031101|%h_rank_ta1|3031102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3033, 117086, 'The team sprint goes to\n%h_rank_ta1! What a fantastic\nvictory for her team!', '%w_0.1|3031201|%h_rank_ta1|3031202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3034, 117087, 'The team mile race goes to\n%h_rank_ta1! She gets a great win\nfor her team!', '%w_0.1|3031301|%h_rank_ta1|3031302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3035, 117088, 'The team medium-distance race goes to\n%h_rank_ta1! The wins just keep\ncoming!', '%w_0.1|3031401|%h_rank_ta1|3031402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3036, 117089, 'The team long-distance race goes to\n%h_rank_ta1! Her teammate''s\nhopes and dreams were well placed!', '%w_0.1|3031501|%h_rank_ta1|3031502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3037, 117090, 'The team dirt race goes to\n%h_rank_ta1! She ran a great race\nfor her team!', '%w_0.1|3031601|%h_rank_ta1|3031602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3038, 140001, 'It''s a sunny day here at %course\nfor the %distance-meter %ground\n%race. %h_num_no runners\ntake the field.', '1000101|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3039, 140002, 'It''s a cloudy day here at %course\nfor the %distance-meter %ground\n%race. %h_num_no runners\ntake the field.', '1000201|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3040, 140003, 'Rain is making for poor conditions here at\n%course for the %distance-meter\n%ground %race. %h_num_no\nrunners take the field.', '1000301|%course|%ground|%distance|%race|%h_num_no', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3041, 140004, 'Snow is falling here at %course\nfor the %distance-meter %ground\n%race. Which\nUmamusume will prove victorious?!', '1000801|%course|1000802|%race|%ground|%distance|1000803', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3042, 140005, 'We''ve got beautiful blue skies here at the\n%course. The turf should be nice\nand firm for today''s race!', '1001101|%course|1001102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3043, 140006, 'The sun is shining bright over\n%course. Dust dances in the air\nover the firm track.', '1001201|%course|1001202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3044, 140007, 'A few lazy clouds roll over\n%course. Track conditions have\nbeen downgraded since the rain yesterday.', '1001301|%course|1001302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3045, 140008, 'The skies have cleared over\n%course. With the on-and-off\nrain we''ve had, track conditions are good but\nnot the best.', '1001401|%course|1001402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3046, 140009, 'We''ve got gray skies over\n%course. The weather is still\nholding out, though, and the track is firm.', '1001501|%course|1001502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3047, 140010, 'The skies are gloomy and overcast here at\n%course. It''s not all bad though,\nthe turf is still in good condition.', '1001701|%course|1001702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3048, 140011, 'Occasional rainfall is taunting us here at\n%course. However, the track has\nbeen confirmed to be in good condition.', '1001801|%course|1001802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3049, 140012, 'The rain has soaked into the turf at\n%course. Unfortunately, this has\nmade for soft track conditions.', '1001901|%course|1001902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3050, 140013, 'Rain is pouring down here at\n%course. This will be a grueling\nrace on a soft dirt track.', '1002001|%course|1002002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3051, 140014, 'The continuing rain has worsened at\n%course. The track condition has\nbeen downgraded to heavy.', '1002101|%course|1002102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3052, 140015, 'We''ve got heavy rainfall here at\n%course. The track is wet and\nslippery, rendering its condition heavy.', '1002201|%course|1002202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3053, 140016, 'Snow continues falling here at\n%course. After clearing it away,\nthe turf''s condition has been rated good.', '1002301|%course|1002302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3054, 140017, 'The dirt track at %course is in\ngood condition as the field gets ready to run\nthrough the billowing snow.', '1002401|%course|1002402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3055, 140018, 'Snow removal is in progress as it continues to\nblanket the ground. The\n%course track has been rated\nsoft.', '1002501|%course|1002502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3056, 140019, 'The snow falls gently from the gray skies\nabove, softening the condition of\n%course''s dirt track.', '1002601|%course|1002602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3058, 140020, 'All eyes are on %h_player, who is\nfully set on clinching victory.', '1088201|%h_player|1004006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3059, 140020, 'All eyes are on %h_player,\nrunning in %p_waku_ban.', '1088201|%h_player|%w_0.04|%p_waku_ban', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3060, 140020, 'Can she overcome the odds?!\n%h_player is the hot pick of late!', '1004104|%w_0.01|%h_player|1004102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3061, 140021, 'With the popularity and the skills to back it\nup, %legend should give us a\nshowdown to remember.', '1003801|%legend|1004002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3062, 140021, 'Now, here''s the undisputed star of the show.\nIt''s %legend!', '1003901|%legend', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3063, 140021, 'Waiting for the start with an air of dignity is\n%legend.', '%w_0.1|1003903|%legend', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (3064, 140021, 'Carrying the hopes of all the fans crowding the\nstands, it''s %legend.', '1003905|%legend', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4001, 150001, 'The favorite is %ban1, %h_pop1.\nShe''s not about to lose here.', '0000001|%ban1|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4002, 150002, 'All eyes are on the favorite: %ban1,\n%h_pop1.', '0000002|%ban1|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4003, 150003, 'With the strength to hold her own, the second\nfavorite is %ban1, %h_pop2.', '0000003|pop_10220|%ban1|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4004, 150004, 'All eyes are on the second favorite: %ban1,\n%h_pop2.', '0000004|%ban1|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4005, 150005, 'Fully set on clinching victory, here''s the third\nfavorite, %ban1, %h_pop3.', '%w_0.3|0000005|%ban1|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4006, 150006, 'All eyes are on the third favorite: %ban1,\n%h_pop3.', '%w_0.3|0000006|%ban1|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4007, 151001, 'The favorite, %ban1, %h_pop1.', 'pop_10100|%ban1|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4008, 151001, 'The favorite is %ban1, %h_pop1.', 'pop_10120|%ban1|%h_pop1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4009, 151001, '%ban1, %h_pop1, is the favorite.', '%ban1|%h_pop1|pop_10130', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4010, 151002, 'The second favorite, %ban1,\n%h_pop2.', 'pop_10200|%ban1|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4011, 151002, 'The second favorite is %ban1,\n%h_pop2.', 'pop_10220|%ban1|%h_pop2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4012, 151002, '%ban1, %h_pop2, is the second\nfavorite.', '%ban1|%h_pop2|pop_10230', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4013, 151003, 'The third favorite, %ban1,\n%h_pop3.', '%w_0.3|pop_10300|%ban1|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4014, 151003, 'The third favorite is %ban1,\n%h_pop3.', '%w_0.3|pop_10320|%ban1|%h_pop3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4015, 151003, '%ban1, %h_pop3, is the third\nfavorite.', '%w_0.3|%ban1|%h_pop3|pop_10330', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4016, 151004, 'The fourth favorite, %ban1,\n%h_pop4.', 'pop_10400|%ban1|%h_pop4', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4017, 151004, 'The fourth favorite is %ban1,\n%h_pop4.', 'pop_10420|%ban1|%h_pop4', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4018, 151004, '%ban1, %h_pop4, is the fourth\nfavorite.', '%ban1|%h_pop4|pop_10430', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4019, 151005, 'The fifth favorite, %ban1,\n%h_pop5.', 'pop_10500|%ban1|%h_pop5', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4020, 151005, 'The fifth favorite is %ban1,\n%h_pop5.', 'pop_10520|%ban1|%h_pop5', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4021, 151005, '%ban1, %h_pop5, is the fifth\nfavorite.', '%ban1|%h_pop5|pop_10530', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4022, 151006, 'The sixth favorite, %ban1,\n%h_pop6.', 'pop_10600|%ban1|%h_pop6', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4023, 151006, 'The sixth favorite is %ban1,\n%h_pop6.', 'pop_10620|%ban1|%h_pop6', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4024, 151006, '%ban1, %h_pop6, is the sixth\nfavorite.', '%ban1|%h_pop6|pop_10630', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4025, 151007, 'The seventh favorite, %ban1,\n%h_pop7.', 'pop_10700|%ban1|%h_pop7', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4026, 151007, 'The seventh favorite is %ban1,\n%h_pop7.', 'pop_10720|%ban1|%h_pop7', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4027, 151007, '%ban1, %h_pop7, is the seventh\nfavorite.', '%ban1|%h_pop7|pop_10730', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4028, 151008, 'The eighth favorite, %ban1,\n%h_pop8.', 'pop_10800|%ban1|%h_pop8', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4029, 151008, 'The eighth favorite is %ban1,\n%h_pop8.', 'pop_10820|%ban1|%h_pop8', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4030, 151008, '%ban1, %h_pop8, is the eighth\nfavorite.', '%ban1|%h_pop8|pop_10830', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4031, 151009, 'The ninth favorite, %ban1,\n%h_pop9.', 'pop_10900|%ban1|%h_pop9', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4032, 151009, 'The ninth favorite is %ban1,\n%h_pop9.', 'pop_10920|%ban1|%h_pop9', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4033, 151009, '%ban1, %h_pop9, is the ninth\nfavorite.', '%ban1|%h_pop9|pop_10930', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4034, 151010, 'The tenth favorite, %ban1,\n%h_pop10.', 'pop_11000|%ban1|%h_pop10', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4035, 151010, 'The tenth favorite is %ban1,\n%h_pop10.', 'pop_11020|%ban1|%h_pop10', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4036, 151010, '%ban1, %h_pop10, is the tenth\nfavorite.', '%ban1|%h_pop10|pop_11030', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4037, 151011, 'The eleventh favorite, %ban1,\n%h_pop11.', 'pop_11100|%ban1|%h_pop11', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4038, 151011, 'The eleventh favorite is %ban1,\n%h_pop11.', 'pop_11120|%ban1|%h_pop11', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4039, 151011, '%ban1, %h_pop11, is the eleventh\nfavorite.', '%ban1|%h_pop11|pop_11130', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4040, 151012, 'The twelfth favorite, %ban1,\n%h_pop12.', 'pop_11200|%ban1|%h_pop12', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4041, 151012, 'The twelfth favorite is %ban1,\n%h_pop12.', 'pop_11220|%ban1|%h_pop12', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4042, 151012, '%ban1, %h_pop12, is the twelfth\nfavorite.', '%ban1|%h_pop12|pop_11230', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4043, 151013, 'The thirteenth favorite, %ban1,\n%h_pop13.', 'pop_11300|%ban1|%h_pop13', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4044, 151013, 'The thirteenth favorite is %ban1,\n%h_pop13.', 'pop_11320|%ban1|%h_pop13', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4045, 151013, '%ban1, %h_pop13, is the\nthirteenth favorite.', '%ban1|%h_pop13|pop_11330', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4046, 151014, 'The fourteenth favorite, %ban1,\n%h_pop14.', 'pop_11400|%ban1|%h_pop14', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4047, 151014, 'The fourteenth favorite is %ban1,\n%h_pop14.', 'pop_11420|%ban1|%h_pop14', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4048, 151014, '%ban1, %h_pop14, is the\nfourteenth favorite.', '%ban1|%h_pop14|pop_11430', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4049, 151015, 'The fifteenth favorite, %ban1,\n%h_pop15.', 'pop_11500|%ban1|%h_pop15', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4050, 151015, 'The fifteenth favorite is %ban1,\n%h_pop15.', 'pop_11520|%ban1|%h_pop15', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4051, 151015, '%ban1, %h_pop15, is the fifteenth\nfavorite.', '%ban1|%h_pop15|pop_11530', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4052, 151016, 'The sixteenth favorite, %ban1,\n%h_pop16.', 'pop_11600|%ban1|%h_pop16', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4053, 151016, 'The sixteenth favorite is %ban1,\n%h_pop16.', 'pop_11620|%ban1|%h_pop16', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4054, 151016, '%ban1, %h_pop16, is the\nsixteenth favorite.', '%ban1|%h_pop16|pop_11630', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4055, 151017, 'The seventeenth favorite, %ban1,\n%h_pop17.', 'pop_11700|%ban1|%h_pop17', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4056, 151017, 'The seventeenth favorite is %ban1,\n%h_pop17.', 'pop_11720|%ban1|%h_pop17', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4057, 151017, '%ban1, %h_pop17, is the\nseventeenth favorite.', '%ban1|%h_pop17|pop_11730', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4058, 151018, 'The eighteenth favorite, %ban1,\n%h_pop18.', 'pop_11800|%ban1|%h_pop18', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4059, 151018, 'The eighteenth favorite is %ban1,\n%h_pop18.', 'pop_11820|%ban1|%h_pop18', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4060, 151018, '%ban1, %h_pop18, is the\neighteenth favorite.', '%ban1|%h_pop18|pop_11830', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4061, 161001, 'She''s done it! Special Week has finally\nachieved her dream of becoming Derby\nchampion!', '%w_0.1|3101001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4062, 161002, 'The main star of this glorious Sunday is Silence\nSuzuka! She had this win in her pocket from\nbefore the fourth corner!', '%w_0.1|3101002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4063, 161003, 'Tokai Teio just achieved a monumental victory\nat the Satsuki Sho, following in the footsteps\nof the undefeated Rudolf!', '%w_0.1|3101003', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4064, 161004, 'Maruzensky has a big lead! I don''t think\nanyone can catch up! Just look at her go!', '3101004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4065, 161006, 'It''s Oguri! Oguri takes first place! The fans are\ngoing wild! It''s the super Umamusume, Oguri\nCap!', '%w_0.1|3101006', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4066, 161007, 'It''s Gold Ship! She follows her Satsuki Sho and\nKikuka Sho wins with another gold at the grand\nprix!', '%w_0.1|3101007', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4067, 161008, 'Vodka''s in the lead! She''s finally going to\nachieve her dream of becoming Derby\nchampion! And Vodka wins the race!', '3101008', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4068, 161009, 'Daiwa Scarlet wins the race! The door to her\ndreams has opened! She takes another step up\nfrom the Tiara tour and wins the grand prix!', '%w_0.1|3101009', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4069, 161010, 'Taiki Shuttle''s strong! Taiki Shuttle takes it!\nShe wins by a landslide!', '3101010', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4070, 161011, 'The top Umamusume are truly spectacular!\nWhile Special Week put on a powerful\nperformance, Grass Wonder seized the win!', '%w_0.1|3101011', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4071, 161013, 'It''s McQueen! McQueen takes it! We knew it\nwas a Mejiro, but it''s McQueen with the win!', '3101013', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4072, 161014, 'It''s El Condor Pasa! She''s shown us her strength\nin the Fuchu 2,400 meter, and has taken out\nher rival!', '%w_0.1|3101014', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4073, 161017, 'A flower has bloomed at the cloudy Kyoto\nRacecourse! She''s won the Classic Triple Crown\nand etched her name in Japanese Umamusume\nhistory!', '%w_0.1|3101017', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4074, 161018, 'It''s Air Groove! What an overwhelming\nUmamusume! She ran with the power of a true\nempress!', '%w_0.1|3101018', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4075, 161024, 'Taking the win is Mayano Top Gun! She finally\nwins on the chrysanthemum stage!', '%w_0.1|3101024', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4076, 161027, 'At this distance, there''s no way Mejiro Ryan\ncan lose! She''s the star of Takarazuka! Mejiro\nRyan does it!', '%w_0.1|3101027', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4077, 161030, 'It''s Rice Shower! She conquers the Yodo Hill\nand wins the Takarazuka Kinen!', '%w_0.1|3101030', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4078, 161032, 'Starting down the path to glory in the\nNakayama 2,000 meter, Agnes Tachyon wins\nher first crown!', '%w_0.1|3101032', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4079, 161035, 'Winning Ticket has her long-awaited victory!\nShe takes the Japanese Derby!', '%w_0.1|3101035', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4080, 161041, 'Sakura Bakushin O wins a G1! Sakura Bakushin\nO has staked her claim!', '%w_0.1|3101041', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4081, 161045, 'Oguri Cap can''t catch up! Super Creek blocks\nher path and wins a Tenno Sho double!', '%w_0.1|3101045', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4082, 161052, 'Go, Haru Urara, go! You can do it! We''ve\nwitnessed her first victory!', '3101052', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4083, 161056, 'Luck shines on Kobe as Matikanefukukitaru\nfollows her Kyoto victory with another win!', '%w_0.1|3101056', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4084, 161060, 'It''s Nice Nature! Nice Nature does it! After not\nquite grasping a G1, she pulls off a brilliant\nwin at the Arima Kinen!', '%w_0.1|3101060', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4085, 161061, 'King Halo brushes past them all! What a\nformidable last push! She finally wins a G1!', '%w_0.1|3101061', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4086, 161015, 'It''s T.M. Opera O! Building on her Tenno Sho\nwin, her voice rings out at the grand prix\ntoday!', '%w_0.1|3101015', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4087, 161026, 'A haiku composed about Mihono Bourbon: So\nclose to the prize cresting the Nigawa hill\nalone in the lead.', '2100001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4088, 161023, 'Biwa Hayahide crushes the Takarazuka Kinen!\nEffortlessly crossing the finish line, calm as\never, it''s Biwa Hayahide!', '3101023', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4089, 161038, 'And it''s Curren Chan! Curren Chan crosses the\nfinish! She''s going home from Nakayama with a\nG1 title!', '%w_0.1|3101038', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4090, 161050, 'Narita Taishin somehow edges past the leader\nand secures victory! Her astounding skill wins\nher the Satsuki Sho!', '3101050', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4091, 161046, 'Smart Falcon is out in front! She''s running hard!\nNo one stands a chance against Smart Falcon\nhere!', '3101046', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4092, 161016, 'Brian is all alone in the lead! Nothing can touch\nher! No one''s even close as Brian shows her\nsuperiority and takes it!', '3101016', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4093, 161020, 'Seiun Sky wins! Her victory''s clear as the blue\nskies over Kyoto Racecourse today!', '%w_0.1|3101020', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4094, 161012, 'Suddenly from the outside, it''s Hishi Amazon!\nShe''s closed the distance!', '3101012', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4095, 161005, 'Fuji Kiseki has unexpected company! But she\nwon''t back down! This is true strength!', '3101005', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4096, 161040, 'Gold City and her dazzling golden locks come\nin first place! The most beautiful Umamusume\nof the century proves her ability!', '%w_0.1|3101040', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4097, 161058, 'Here''s Doto! Doto''s in the lead! Can Meisho\nDoto''s persistence secure her the win?!', '3101058', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4098, 161037, 'The Derby champion is Eishin Flash! She shines\nagain here in Fuchu!', '%w_0.1|3101037', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4099, 161028, 'Fending off all her challengers to cross the post in first is Hishi Akebono!', '%w_0.1|3101028', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4100, 161019, 'What a performance from Agnes Digital! She shows that even on 2000-meter turf, she can dominate a G1 race!', '%w_0.1|3101019', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4101, 161039, 'In first is Kawakami Princess! An undefeated Oaks champion is born! Kawakami Princess has done it!', '%w_0.1|3101039', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4102, 161025, 'From the outside, it''s Manhattan! Manhattan swoops in from the outside! The others can''t catch up!', '3101025', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4103, 161048, 'Tosen Jordan does it! She perseveres! She claims her first G1 title!', '%w_0.1|3101048', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4104, 161059, 'She had just one dream for her classic year! And now, Dober has seen it through!', '%w_0.1|3101059', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4105, 161022, 'Fine Motion has been crowned the undefeated queen of autumn! She goes unchallenged in her generation! Endless possibilities await!', '%w_0.1|3101022', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4106, 161021, 'Tamamo Cross! It''s Tamamo Cross! The senior-year runner overcomes her younger competition to consecutively conquer the spring and autumn Tenno Sho!', '%w_0.1|3101021', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4107, 161069, 'Coming up on the outside is Sakura Chiyono O! Sakura Chiyono O takes the lead!', '3101069', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4108, 161071, 'Mejiro Ardan forges to the front! Mejiro Ardan has the lead!', '3101071', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4109, 161033, 'A brilliant star descends on the Japanese Derby in Admire Vega! She lights up the entire track in this critical moment!', '3101033', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4110, 161062, 'I haven''t seen a race like this in years! What an upset! Matikanetannhauser charged past the pack on the outside all the way to the finish!', '3101062', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4111, 161068, 'Listen to this applause! These roaring cheers! It''s the last Kitasan festival of the year! With a daring gate-to-wire run, she takes the Arima Kinen!', '3101068', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4112, 161067, 'Satono Diamond refused to give up this crown! Diamonds are finally shining through the clouds at Kyoto Racecourse!', '3101067', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4113, 161074, 'It''s Bright! It''s Bright! The Mejiro family triumphs!', '3101074', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4114, 161051, 'It''s Nishino Flower! She went early on the straight and made a brilliant breakaway to win the Oka Sho!', '3101051', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4115, 161072, 'The winner of the Satsuki Sho, Yaeno Muteki, dances once again through 2,000 meters at Fuchu!', '3101072', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4116, 161031, 'It''s Ines Fujin! What a comeback! After suffering defeat in the Satsuki Sho, she''s claimed a stunning victory in the Japanese Derby!', '3101031', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4117, 161064, 'Palmer, it''s Palmer! Palmer breaks away! Mejiro Palmer outruns everyone and conquers the Grand Prix!', '3101064', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4118, 161034, 'Inari One from the inside! She''s coming from the inside! Inari One is widening her lead!', '3101034', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4119, 161044, 'Sweep Tosho finishes first! What a surge! This racer is magical! She takes the day!', '3101044', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (4120, 161036, 'From the Satsuki Sho to the Kikuka Sho! She''s done it! It''s Air Shakur!', '3101036', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5001, 117025, 'In the lead is %h_rank1! And\nclose behind is %h_rank2!', '2014501|%h_rank1|3024101|%h_rank2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5002, 117025, 'In the lead is %h_rank1! And\nclose behind are %h_rank2 and\n%h_rank3!', '2014501|%h_rank1|3024101|%h_rank2|%h_rank3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5003, 117025, 'In the lead is %h_rank1! But\n%h_rank2 is putting on the\npressure!', '2014501|%h_rank1|%h_rank2|2050001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5004, 117025, 'In the lead is %h_rank1! But\n%h_rank2 and\n%h_rank3 are putting on the\npressure!', '2014501|%h_rank1|%h_rank2|%h_rank3|2050001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5005, 117017, 'Closing the gap is %h_rank2.', '2051201|%w_0.01|%h_rank2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5006, 117017, 'It''s %h_rank1! Can she keep\npushing forward?!', '%h_rank1|2019601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5007, 117030, 'Keeping the lead is %h_rank1.', '2012701|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5008, 117030, 'Still in the lead is %h_rank1.', '1038501|%h_rank1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5009, 117030, '%h_rank1 is putting on a\nfurious run!', '%h_rank1|2020702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5010, 109001, '%h_rank_a2\n%h_rank_to1 cross the finish\nline shoulder to shoulder!', '%h_rank_a2|%h_rank_to1|3036401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5011, 109001, '%h_rank1 reaches the finish\nline with %h_rank2 hot on her\nheels!', '%h_rank1|3024101|%h_rank2|3024102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5012, 109001, '%h_rank2 reaches the finish\nline with %h_rank1 hot on her\nheels!', '%h_rank2|3024101|%h_rank1|3024102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5013, 109001, '%h_rank_a1\n%h_rank_to2 cross the finish\nline together!', '%h_rank_a1|%h_rank_to2|3036701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5014, 109001, '%h_rank_a2\n%h_rank_to1 cross the finish\nline together!', '%h_rank_a2|%h_rank_to1|3036701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5015, 118001, 'She makes it look easy! Pulling farther from the\ngroup with each stride, she''s safely in the lead!', '3200001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5016, 118001, 'She makes it look easy! Second place can''t\ncatch up. This may very well be an\noverwhelming victory!', '3200002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5017, 118002, '%h_rank_ta1 wins!', '%w_0.1|3024701|%h_rank_ta1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5018, 118002, '%h_rank_l1 claims victory!', '%h_rank_l1|3025001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5019, 118002, '%h_rank_l1 dominates the race.', '%h_rank_l1|3037401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5020, 119001, 'With their future resting on the next race, the\nUmamusume will be putting their best feet\nforward!', '1095401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5021, 119002, '%h_rank_ta1 wins! She takes out\nher rival and gets a massive first victory!', '%w_0.1|3031701|%c_0.02|%h_rank_ta1|3031702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5022, 119003, 'Glory is within reach! It''s time for the Taurus\nCup!', '1095901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5023, 119004, '%h_rank_ta1 wins! She claims a\nbrilliant victory at the Taurus Cup!', '%w_0.1|3032201|%c_0.02|%h_rank_ta1|3032202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5024, 160001, 'The Unity Cup team showdown is about to\nbegin! What kind of running will\n%team_honor %team_name\nshow us today?!', '1800001|%team_honor|%team_name|1800002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5025, 160002, 'The Unity Cup team showdown is about to\nbegin! %team_honor\n%team_name should show us some great\nrunning today!', '1800001|%team_honor|%team_name|1800003', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5026, 160003, 'The Unity Cup team showdown is about to\nbegin! The fans are looking forward to\n%team_honor %team_name''s\nperformance!', '1800101|%team_honor|%team_name|1800102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5027, 160004, 'The Unity Cup team showdown is about to\nbegin! Everyone is expecting a lot from\n%team_honor %team_name\ntoday!', '1800101|1800103|%team_honor|%team_name', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5028, 160005, 'The Unity Cup team showdown is about to\nbegin! Will %team_honor\n%team_name be able to rack up another win\ntoday?!', '1800001|%team_honor|%team_name|1800004', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5029, 160006, 'The Unity Cup team showdown is about to\nbegin! Will %team_name be able to make\ntheir mark?!', '1800001|%team_name|1800005', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5030, 160007, 'Boasting unbelievable strength, it''s Team\nZenith! Taking them on is\n%team_honor %team_name!\nThis match will surely go down in history!', '1800201|%w_0.04|1800202|%team_honor|%team_name|1800203', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5031, 160008, 'Boasting unbelievable strength, it''s Team\nZenith! Taking them on is\n%team_honor %team_name!\nWhich team will take the glory today?!', '1800201|%w_0.04|1800202|%team_honor|%team_name|1800204', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5032, 160009, 'Boasting unbelievable strength, it''s Team\nZenith! Taking them on is\n%team_honor %team_name!\nWhich team will answer their fans'' cheers?!', '1800201|%w_0.04|1800202|%team_honor|%team_name|1800205', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5033, 160010, 'Boasting unbelievable strength, it''s Team\nZenith! Taking them on is\n%team_honor %team_name!\nThis should be a heated match!', '1800201|%w_0.04|1800202|%team_honor|%team_name|1800206', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5034, 160011, 'Boasting unbelievable strength, it''s Team\nZenith! Taking them on is\n%team_honor %team_name!\nThis race will surely be the talk of the year!', '1800201|%w_0.04|1800202|%team_honor|%team_name|1800207', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5035, 160012, 'Boasting unbelievable strength, it''s Team\nZenith! Taking them on is %team_name!\nHow will their match play out in the end?!', '1800201|%w_0.04|1800202|%team_name|1800208', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5036, 160013, 'It''s race two of the Unity Cup. Will\n%team_honor %team_name\nshow us some wonderful running once again?!', '1800301|%team_honor|%team_name|1800302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5037, 160014, 'It''s %team_honor %team_name!\nAnd up against them is Team Zenith! We can\nexpect an exciting second race!', '%team_honor|%team_name|1800401|1800402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5038, 160015, 'Can %team_honor %team_name\ntake the win in race two as well?!', '%team_honor|%team_name|1800403', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5039, 160016, 'The second race of the Unity Cup is about to\nbegin. Will %team_honor\n%team_name be able to make up for that\nfirst race?!', '1800501|%team_honor|%team_name|1800502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5040, 160017, 'Race three is the turning point. Will\n%team_honor %team_name live\nup to their fans'' expectations?!', '1800601|%team_honor|%team_name|1800602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5041, 160018, 'It''s %team_honor %team_name!\nAnd taking them on is Team Zenith! Which\nteam will progress into the second half on\ntop?!', '%team_honor|%team_name|1800603|1800604', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5042, 160019, 'It''s %team_honor %team_name!\nThey''ve taken first in every race so far!\nExpectations are high for this third race!', '%team_honor|%team_name|1800701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5043, 160020, '%team_honor %team_name is in\na dominating position! Can Team Zenith make\na comeback?!', '1800801|%team_honor|%team_name|1800802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5044, 160021, 'Race three is the turning point. Will\n%team_honor %team_name be\ntaking good results into the second half?!', '1800901|%team_honor|%team_name|1800902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5045, 160022, 'Things are looking grim for\n%team_honor %team_name!\nLet''s hope they can make a comeback!', '1801001|%team_honor|%team_name|1801002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5046, 160023, 'It''s race four of the Unity Cup. Will\n%team_honor %team_name take\nthe win and proceed to the final race?!', '1801101|%team_honor|%team_name|1801102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5047, 160024, 'It''s %team_honor %team_name!\nAnd up against them is Team Zenith! Who will\nset the pace for the final race?!', '%team_honor|%team_name|1800401|1800404', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5048, 160025, 'Can %team_honor %team_name\nsecure victory in race four?!', '%team_honor|%team_name|1801201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5049, 160026, '%team_name has two wins, but Team Zenith\nis right on their tail as we start this exciting\nfourth race!', '1801301|%team_name|1801302|1801303', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5050, 160027, 'This is %team_name''s last chance! Can they\nwin this important fourth race?!', '1801401|%team_name|1801402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5051, 160028, 'It''s time for the fifth and final race.\n%team_honor %team_name will\ncarry the hopes and dreams of the runners\nbefore them!', '1801501|%team_honor|%team_name|1801502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5052, 160029, 'It''s %team_name! And up against them is\nTeam Zenith! What will happen in this\nmomentous final race?!', '%team_name|1800401|1800405', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5053, 160030, 'It''s time for the fifth and final race. Can\n%team_honor %team_name\nseize victory?!', '1801501|%team_honor|%team_name|1801503', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5054, 160031, 'It''s the momentous final race. Can\n%team_name claim the glory?!', '1801601|%team_name|1801602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5055, 160032, '%h_rank_ta1 wins!\n%team_name takes a massive first win!', '%w_0.1|3024701|%h_rank_ta1|%team_name|3033002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5056, 160033, '%h_rank_ta1 wins!\n%team_name takes a second victory!\nThey''re making powerful strides toward\nwinning it all!', '%w_0.1|3024701|%h_rank_ta1|%team_name|3033003', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5057, 160034, '%h_rank_l1 does it! And taking\ntheir place in the pages of Unity Cup history is\n%team_name!', '%w_0.1|3033101|%w_0.04|%h_rank_l1|3033102|%team_name', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5058, 160035, 'First place goes to %h_rank_l1!\nHer outstanding run earns a victory for her\nteam!', '%w_0.1|3030501|%h_rank_l1|3030402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5059, 160036, 'It''s race two of the Unity Cup. Will\n%team_name show us some wonderful\nrunning once again?!', '1800301|%team_name|1800302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5060, 160037, 'It''s %team_name! And up against them is\nTeam Zenith! We can expect an exciting\nsecond race!', '%team_name|1800401|1800402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5061, 160038, 'Can %team_name take the win in race two\nas well?!', '%team_name|1800403', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5062, 160039, 'The second race of the Unity Cup is about to\nbegin. Will %team_name be able to make\nup for that first race?!', '1800501|%team_name|1800502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5063, 160040, 'Race three is the turning point. Will\n%team_name live up to their fans''\nexpectations?!', '1800601|%team_name|1800602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5064, 160041, 'It''s %team_name! And taking them on is\nTeam Zenith! Which team will progress into the\nsecond half on top?!', '%team_name|1800603|1800604', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5065, 160042, 'It''s %team_name! They''ve taken first in\nevery race so far! Expectations are high for this\nthird race!', '%team_name|1800701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5066, 160043, '%team_name is in a dominating position!\nCan Team Zenith make a comeback?!', '1800801|%team_name|1800802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5067, 160044, 'Race three is the turning point. Will\n%team_name be taking good results into\nthe second half?!', '1800901|%team_name|1800902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5068, 160045, 'Things are looking grim for %team_name!\nLet''s hope they can make a comeback!', '1801001|%team_name|1801002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5069, 160046, 'It''s race four of the Unity Cup. Will\n%team_name take the win and proceed to\nthe final race?!', '1801101|%team_name|1801102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5070, 160047, 'It''s %team_name! And up against them is\nTeam Zenith! Who will set the pace for the\nfinal race?!', '%team_name|1800401|1800404', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5071, 160048, 'Can %team_name secure victory in race\nfour?!', '%team_name|1801201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5072, 160049, '%team_name has two wins, but Team Zenith\nis right on their tail as we start this exciting\nfourth race!', '1801301|%team_name|1801302|1801303', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5073, 160050, 'This is %team_name''s last chance! Can they\nwin this important fourth race?!', '1801401|%team_name|1801402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5074, 160051, 'It''s time for the fifth and final race.\n%team_name will carry the hopes and\ndreams of the runners before them!', '1801501|%team_name|1801502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5075, 160052, 'It''s %team_name! And up against them is\nTeam Zenith! What will happen in this\nmomentous final race?!', '%team_name|1800401|1800405', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5076, 160053, 'It''s time for the fifth and final race. Can\n%team_name seize victory?!', '1801501|%team_name|1801503', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5077, 160054, 'It''s the momentous final race. Can\n%team_name claim the glory?!', '1801601|%team_name|1801602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5078, 160055, 'This is the Gemini Cup! This one race will\ndecide who is the top runner!', '1096001', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5079, 160056, '%h_rank_l1 does it! She blows\npast the finish line in brilliant fashion and\nclaims the Gemini Cup!', '%w_0.1|3032301|%h_rank_l1|3032302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5080, 160057, 'This is the last big chance for the remaining\ncompetitors! It''s the Cancer Cup!', '1096101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5081, 160058, '%h_rank_l1 wins it! She claims\nthe Cancer Cup and writes her name into the\nhistory books!', '%w_0.1|3032401|%h_rank_l1|3032402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5082, 160059, 'At last, the curtain opens on the final race! It''s\nthe Leo Cup!', '1096201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5083, 160060, 'Victory goes to %h_rank_l1! Her\nexcellent run earns her the Leo Cup!', '%w_0.1|3032501|%h_rank_l1|3032502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5084, 160061, 'Who will emerge victorious in this grand showdown and seize glory? It''s the Virgo Cup finals!', '1096301', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5085, 160062, 'It''s %h_rank_ta1! She wins the final race and seizes glory in the Virgo Cup!', '%w_0.1|3032601|%h_rank_ta1|3032602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5086, 160063, 'We''re about to see who can rise above! It''s the Libra Cup finals!', '1096401', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5087, 160064, '%h_rank_l1 has done it! She''s outrun the intense competition to shine victorious in the Libra Cup!', '%w_0.1|3032701|%h_rank_l1|3032702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5088, 160065, 'Who will attain glory? It''s the Scorpio Cup finals!', '1096501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5089, 160066, 'The winner is %h_rank_l1! She conquers the Scorpio Cup and takes her throne!', '%w_0.1|3032801|%h_rank_l1|3032802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5090, 160067, 'These runners have climbed their way to the top, and now the summit is one step away! It''s the Sagittarius Cup finals!', '1096601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5091, 160068, 'The winner is %h_rank_l1! She conquers the Sagittarius Cup and stands on top of the racing world!', '%w_0.1|3032901|%h_rank_l1|3032902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5092, 160069, 'Only the best have made it here, and now it''s time to decide the best of the best. The Capricorn Cup finals begin!', '1095501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5093, 160070, 'It''s %h_rank_ta1! With all eyes on her, she seizes victory and takes the Capricorn Cup!', '%w_0.1|3031801|%h_rank_ta1|3031802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5094, 160071, 'Who will emerge on top? It''s the Aquarius Cup finals!', '1095601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5095, 160072, '%h_rank_l1 has done it! She takes the Aquarius Cup and the glory for herself!', '3031901|%h_rank_l1|3031902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5096, 160073, 'The greatest of the greats will be decided here at the Pisces Cup Finals!', '1095701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5097, 160074, 'Victory goes to %h_rank_l1! She fended off the strong competition to win the Pisces Cup!', '3032001|%h_rank_l1|3032002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5098, 160075, 'After triumphing through so many races, this one last battle remains! The Aries Cup Finals!', '1095801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5099, 160076, 'Victory belongs to %h_rank_l1! With a run worthy of a champion, she''s claimed the Aries Cup!', '3032101|%h_rank_l1|3032102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5100, 160077, 'At last, it''s time for the Twinkle Star Climax! The first race sees a field of champions who have won countless races on their way here.', '1801701', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5101, 160077, 'Each runner has overcome arduous competition to earn a spot in the Twinkle Star Climax! Who will prevail in this first race?', '1801801', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5102, 160077, 'Who will fight her way through the fierce competition and shine as Twinkle Top Star? It''s time for the first race of the Twinkle Star Climax!', '1801901', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5103, 160078, 'The Twinkle Star Climax begins! In this first race, we hope to see a race from %h_player befitting her title as Triple Crown champion!', '1802001|1700201|%h_player|1802002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5104, 160079, 'The Twinkle Star Climax begins! In this first race, we hope to see a race from %h_player befitting her title as Autumn Triple Crown champion!', '1802001|1700301|%h_player|1802002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5105, 160080, 'The Twinkle Star Climax begins! In this first race, we hope to see a race from %h_player befitting her role as the holder of the Triple Tiara!', '1802001|1700401|%h_player|1802002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5106, 160081, 'The Twinkle Star Climax begins! In this first race, we hope to see a race from %h_player befitting her title as Spring Triple Crown champion!', '1802001|1700501|%h_player|1802002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5107, 160082, 'The Twinkle Star Climax begins! In this first race, we hope to see a race from %h_player befitting a Dual Mile winner!', '1802001|1700701|%h_player|1802002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5108, 160083, 'The Twinkle Star Climax begins! In this first race, we hope to see a race from %h_player befitting a Dual Sprint victor!', '1802001|1700801|%h_player|1802002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5109, 160084, 'The Twinkle Star Climax begins! In this first race, we hope to see a race from %h_player befitting a Dual Dirt champion!', '1802001|1700901|%h_player|1802002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5110, 160085, 'Who will shoot ahead to take the title of Twinkle Top Star?! It''s time for race two of the Twinkle Star Climax!', '1802101', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5111, 160085, 'Who will build momentum going into the final round? We''re moments away from the second race of the Twinkle Star Climax!', '1802201', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5112, 160086, '%h_player has a head start towards victory, but can she bring out her inner strength once more? As the second race of the Twinkle Star Climax draws near, the crowd holds their breath!', '1802301|%h_player|1802302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5113, 160086, 'The Twinkle Star Climax, race two! Will the current leader %h_player ride that momentum all the way to becoming the Twinkle Top Star?!', '1802401|%h_player|1802402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5114, 160087, 'It''s finally time to see who deserves to be called best of the best! Race three of the Twinkle Star Climax begins now!', '1802501', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5115, 160087, 'The action has been breathtaking, and it all comes down to this third and final race in the Twinkle Star Climax! Who will shine as the Twinkle Top Star?!', '1802601', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5116, 160088, 'It''s the third and final race of the Twinkle Star Climax! Our top rivals are %horse1 and %horse_to2, but victory can only belong to one!', '1802701|%horse_a1|%horse_to2|1802702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5117, 160089, 'At last, the third and final race of the Twinkle Star Climax is upon us! Tied for the lead are %horse1 and %horse_to2—who will take the glory home?!', '1802801|%horse_a1|%horse_to2|1802802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5118, 160090, 'This final race will decide it all—the Twinkle Star Climax, race three! Eyeing the prize from just within reach is %h_player, but can she pull off the comeback?!', '1802901|%h_player|1802902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5119, 160091, 'It''s the third and final race of the Twinkle Star Climax! We''ve seen a display of dominance from %h_player thus far—will she be our Twinkle Top Star?!', '1803001|%h_player|1803002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5120, 160092, 'Sitting at the top of the rankings is %h_player. Will the ultimate glory go to her? The third and final race of the Twinkle Star Climax begins now!', '1803101|%h_player|1803102', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5121, 160093, 'First across the finish is %h_player_ta! She gets a running start towards the throne!', '1803201|%h_player_ta|1803202', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5122, 160093, 'And %h_player takes the win! She''s a step ahead of her rivals in the race to Twinkle Top Star!', '1803301|%h_player|1803302', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5123, 160094, 'The winner of race two is %h_player_ta! She''ll ride this momentum into the final round!', '1803401|%h_player_ta|1803402', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5124, 160095, 'First across the finish is %h_player_ta! That''s two wins! She''s solidified her lead in the race for glory!', '1803501|%h_player_ta|1803502', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5125, 160096, '%h_player has done it! This win puts her in first overall and is a giant step closer to the title of Twinkle Top Star!', '1803601|%h_player|1803602', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5126, 160097, '%h_player_ta wins it! The long battle is over, and it''s now time to crown our Twinkle Top Star!', '1803701|%h_player_ta|1803702', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5127, 160097, 'In first is %h_player! And with that, all three races of the Twinkle Star Climax come to an end, and our Twinkle Top Star is born!', '1803801|%h_player|1803802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5128, 160098, 'The winner of race three is %h_player_ta! She was untouchable in that incredible run! And now, we have our champion of the racing world!', '1803901|%h_player_ta|1803902', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5129, 160099, 'She''s done it! %h_player! An impossible comeback! She stepped up when it mattered most, and now the title of Twinkle Top Star is hers!', '1804001|%h_player|1804002', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5130, 160100, '', '', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5131, 160101, '', '', 100, 160011, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5132, 160102, '', '', 100, 160013, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5133, 160103, '', '', 100, 160014, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5135, 160104, 'The two finish neck and neck! Did %h_rank1 have the advantage?!', '3023801|%h_rank1|%w_0.01|3023802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5136, 160105, 'The two finish neck and neck! Did %h_rank2 have the advantage?!', '3023801|%h_rank2|%w_0.01|3023802', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5137, 160106, '', '', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (5138, 160107, '', '', 100, 0, 1, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9000, 900000, '%h_rank1、%h_rank_l1\n%h_rank_no1、%h_rank_to1\n%h_rank_ta1、%h_rank_a1', '%h_rank1|%w_0.2|%h_rank_l1|%w_0.2|%h_rank_no1|%w_0.2|%h_rank_to1|%w_0.2|%h_rank_ta1|%w_0.2|%h_rank_a1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9001, 900001, '%h_rank2、%h_rank_l2\n%h_rank_no2、%h_rank_to2\n%h_rank_ta2、%h_rank_a2', '%h_rank2|%w_0.2|%h_rank_l2|%w_0.2|%h_rank_no2|%w_0.2|%h_rank_to2|%w_0.2|%h_rank_ta2|%w_0.2|%h_rank_a2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9002, 900002, '%h_rank3、%h_rank_l3\n%h_rank_no3、%h_rank_to3\n%h_rank_ta3、%h_rank_a3', '%h_rank3|%w_0.2|%h_rank_l3|%w_0.2|%h_rank_no3|%w_0.2|%h_rank_to3|%w_0.2|%h_rank_ta3|%w_0.2|%h_rank_a3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9003, 900003, '%h_rank4、%h_rank_l4\n%h_rank_no4、%h_rank_to4\n%h_rank_ta4、%h_rank_a4', '%h_rank4|%w_0.2|%h_rank_l4|%w_0.2|%h_rank_no4|%w_0.2|%h_rank_to4|%w_0.2|%h_rank_ta4|%w_0.2|%h_rank_a4', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9004, 900004, '%h_rank5、%h_rank_l5\n%h_rank_no5、%h_rank_to5\n%h_rank_ta5、%h_rank_a5', '%h_rank5|%w_0.2|%h_rank_l5|%w_0.2|%h_rank_no5|%w_0.2|%h_rank_to5|%w_0.2|%h_rank_ta5|%w_0.2|%h_rank_a5', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9005, 900005, '%h_rank6、%h_rank_l6\n%h_rank_no6、%h_rank_to6\n%h_rank_ta6、%h_rank_a6', '%h_rank6|%w_0.2|%h_rank_l6|%w_0.2|%h_rank_no6|%w_0.2|%h_rank_to6|%w_0.2|%h_rank_ta6|%w_0.2|%h_rank_a6', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9006, 900006, '%h_rank7、%h_rank_l7\n%h_rank_no7、%h_rank_to7\n%h_rank_ta7、%h_rank_a7', '%h_rank7|%w_0.2|%h_rank_l7|%w_0.2|%h_rank_no7|%w_0.2|%h_rank_to7|%w_0.2|%h_rank_ta7|%w_0.2|%h_rank_a7', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9007, 900007, '%h_rank8、%h_rank_l8\n%h_rank_no8、%h_rank_to8\n%h_rank_ta8、%h_rank_a8', '%h_rank8|%w_0.2|%h_rank_l8|%w_0.2|%h_rank_no8|%w_0.2|%h_rank_to8|%w_0.2|%h_rank_ta8|%w_0.2|%h_rank_a8', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9008, 900008, '%h_rank9、%h_rank_l9\n%h_rank_no9、%h_rank_to9\n%h_rank_ta9、%h_rank_a9', '%h_rank9|%w_0.2|%h_rank_l9|%w_0.2|%h_rank_no9|%w_0.2|%h_rank_to9|%w_0.2|%h_rank_ta9|%w_0.2|%h_rank_a9', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9009, 900009, '%h_rank10、%h_rank_l10\n%h_rank_no10、%h_rank_to10\n%h_rank_ta10、%h_rank_a10', '%h_rank10|%w_0.2|%h_rank_l10|%w_0.2|%h_rank_no10|%w_0.2|%h_rank_to10|%w_0.2|%h_rank_ta10|%w_0.2|%h_rank_a10', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9010, 900010, '%h_rank11、%h_rank_l11\n%h_rank_no11、%h_rank_to11\n%h_rank_ta11、%h_rank_a11', '%h_rank11|%w_0.2|%h_rank_l11|%w_0.2|%h_rank_no11|%w_0.2|%h_rank_to11|%w_0.2|%h_rank_ta11|%w_0.2|%h_rank_a11', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9011, 900011, '%h_rank12、%h_rank_l12\n%h_rank_no12、%h_rank_to12\n%h_rank_ta12、%h_rank_a12', '%h_rank12|%w_0.2|%h_rank_l12|%w_0.2|%h_rank_no12|%w_0.2|%h_rank_to12|%w_0.2|%h_rank_ta12|%w_0.2|%h_rank_a12', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9012, 900012, '%h_rank13、%h_rank_l13\n%h_rank_no13、%h_rank_to13\n%h_rank_ta13、%h_rank_a13', '%h_rank13|%w_0.2|%h_rank_l13|%w_0.2|%h_rank_no13|%w_0.2|%h_rank_to13|%w_0.2|%h_rank_ta13|%w_0.2|%h_rank_a13', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9013, 900013, '%h_rank14、%h_rank_l14\n%h_rank_no14、%h_rank_to14\n%h_rank_ta14、%h_rank_a14', '%h_rank14|%w_0.2|%h_rank_l14|%w_0.2|%h_rank_no14|%w_0.2|%h_rank_to14|%w_0.2|%h_rank_ta14|%w_0.2|%h_rank_a14', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9014, 900014, '%h_rank15、%h_rank_l15\n%h_rank_no15、%h_rank_to15\n%h_rank_ta15、%h_rank_a15', '%h_rank15|%w_0.2|%h_rank_l15|%w_0.2|%h_rank_no15|%w_0.2|%h_rank_to15|%w_0.2|%h_rank_ta15|%w_0.2|%h_rank_a15', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9015, 900015, '%h_rank16、%h_rank_l16\n%h_rank_no16、%h_rank_to16\n%h_rank_ta16、%h_rank_a16', '%h_rank16|%w_0.2|%h_rank_l16|%w_0.2|%h_rank_no16|%w_0.2|%h_rank_to16|%w_0.2|%h_rank_ta16|%w_0.2|%h_rank_a16', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9016, 900016, '%h_rank17、%h_rank_l17\n%h_rank_no17、%h_rank_to17\n%h_rank_ta17、%h_rank_a17', '%h_rank17|%w_0.2|%h_rank_l17|%w_0.2|%h_rank_no17|%w_0.2|%h_rank_to17|%w_0.2|%h_rank_ta17|%w_0.2|%h_rank_a17', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9017, 900017, '%h_rank18、%h_rank_l18\n%h_rank_no18、%h_rank_to18\n%h_rank_ta18、%h_rank_a18', '%h_rank18|%w_0.2|%h_rank_l18|%w_0.2|%h_rank_no18|%w_0.2|%h_rank_to18|%w_0.2|%h_rank_ta18|%w_0.2|%h_rank_a18', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9018, 900018, '%h_rank1、%h_rank_no1\n%h_rank_to1、%h_rank_ta1\n%h_rank_a1', '%h_rank1|%w_0.2|%h_rank_no1|%w_0.2|%h_rank_to1|%w_0.2|%h_rank_ta1|%w_0.2|%h_rank_a1', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9019, 900019, '%h_rank2、%h_rank_no2\n%h_rank_to2、%h_rank_ta2\n%h_rank_a2', '%h_rank2|%w_0.2|%h_rank_no2|%w_0.2|%h_rank_to2|%w_0.2|%h_rank_ta2|%w_0.2|%h_rank_a2', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9020, 900020, '%h_rank3、%h_rank_no3\n%h_rank_to3、%h_rank_ta3\n%h_rank_a3', '%h_rank3|%w_0.2|%h_rank_no3|%w_0.2|%h_rank_to3|%w_0.2|%h_rank_ta3|%w_0.2|%h_rank_a3', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9021, 900021, '%h_rank4、%h_rank_no4\n%h_rank_to4、%h_rank_ta4\n%h_rank_a4', '%h_rank4|%w_0.2|%h_rank_no4|%w_0.2|%h_rank_to4|%w_0.2|%h_rank_ta4|%w_0.2|%h_rank_a4', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9022, 900022, '%h_rank5、%h_rank_no5\n%h_rank_to5、%h_rank_ta5\n%h_rank_a5', '%h_rank5|%w_0.2|%h_rank_no5|%w_0.2|%h_rank_to5|%w_0.2|%h_rank_ta5|%w_0.2|%h_rank_a5', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9023, 900023, '%h_rank6、%h_rank_no6\n%h_rank_to6、%h_rank_ta6\n%h_rank_a6', '%h_rank6|%w_0.2|%h_rank_no6|%w_0.2|%h_rank_to6|%w_0.2|%h_rank_ta6|%w_0.2|%h_rank_a6', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9024, 900024, '%h_rank7、%h_rank_no7\n%h_rank_to7、%h_rank_ta7\n%h_rank_a7', '%h_rank7|%w_0.2|%h_rank_no7|%w_0.2|%h_rank_to7|%w_0.2|%h_rank_ta7|%w_0.2|%h_rank_a7', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9025, 900025, '%h_rank8、%h_rank_no8\n%h_rank_to8、%h_rank_ta8\n%h_rank_a8', '%h_rank8|%w_0.2|%h_rank_no8|%w_0.2|%h_rank_to8|%w_0.2|%h_rank_ta8|%w_0.2|%h_rank_a8', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9026, 900026, '%h_rank9、%h_rank_no9\n%h_rank_to9、%h_rank_ta9\n%h_rank_a9', '%h_rank9|%w_0.2|%h_rank_no9|%w_0.2|%h_rank_to9|%w_0.2|%h_rank_ta9|%w_0.2|%h_rank_a9', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9027, 900027, '%h_rank10、%h_rank_no10\n%h_rank_to10、%h_rank_ta10\n%h_rank_a10', '%h_rank10|%w_0.2|%h_rank_no10|%w_0.2|%h_rank_to10|%w_0.2|%h_rank_ta10|%w_0.2|%h_rank_a10', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9028, 900028, '%h_rank11、%h_rank_no11\n%h_rank_to11、%h_rank_ta11\n%h_rank_a11', '%h_rank11|%w_0.2|%h_rank_no11|%w_0.2|%h_rank_to11|%w_0.2|%h_rank_ta11|%w_0.2|%h_rank_a11', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9029, 900029, '%h_rank12、%h_rank_no12\n%h_rank_to12、%h_rank_ta12\n%h_rank_a12', '%h_rank12|%w_0.2|%h_rank_no12|%w_0.2|%h_rank_to12|%w_0.2|%h_rank_ta12|%w_0.2|%h_rank_a12', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9030, 900030, '%h_rank13、%h_rank_no13\n%h_rank_to13、%h_rank_ta13\n%h_rank_a13', '%h_rank13|%w_0.2|%h_rank_no13|%w_0.2|%h_rank_to13|%w_0.2|%h_rank_ta13|%w_0.2|%h_rank_a13', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9031, 900031, '%h_rank14、%h_rank_no14\n%h_rank_to14、%h_rank_ta14\n%h_rank_a14', '%h_rank14|%w_0.2|%h_rank_no14|%w_0.2|%h_rank_to14|%w_0.2|%h_rank_ta14|%w_0.2|%h_rank_a14', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9032, 900032, '%h_rank15、%h_rank_no15\n%h_rank_to15、%h_rank_ta15\n%h_rank_a15', '%h_rank15|%w_0.2|%h_rank_no15|%w_0.2|%h_rank_to15|%w_0.2|%h_rank_ta15|%w_0.2|%h_rank_a15', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9033, 900033, '%h_rank16、%h_rank_no16\n%h_rank_to16、%h_rank_ta16\n%h_rank_a16', '%h_rank16|%w_0.2|%h_rank_no16|%w_0.2|%h_rank_to16|%w_0.2|%h_rank_ta16|%w_0.2|%h_rank_a16', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9034, 900034, '%h_rank17、%h_rank_no17\n%h_rank_to17、%h_rank_ta17\n%h_rank_a17', '%h_rank17|%w_0.2|%h_rank_no17|%w_0.2|%h_rank_to17|%w_0.2|%h_rank_ta17|%w_0.2|%h_rank_a17', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (9035, 900035, '%h_rank18、%h_rank_no18\n%h_rank_to18、%h_rank_ta18\n%h_rank_a18', '%h_rank18|%w_0.2|%h_rank_no18|%w_0.2|%h_rank_to18|%w_0.2|%h_rank_ta18|%w_0.2|%h_rank_a18', 100, 0, 0, 0); INSERT INTO race_jikkyo_message (id, group_id, message, voice, per, comment_group, reuse, omit_tag) VALUES (70000, 117002, '%h_player races from the back.\nWill she be okay?!', '1007301|%h_player|1007302', 100, 100059, 0, 0); -- Table: race_jikkyo_race CREATE TABLE 'race_jikkyo_race' ('id' INTEGER NOT NULL, 'cue_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1001, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1002, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1003, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1004, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1005, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1006, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1007, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1008, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1009, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1010, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1011, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1012, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1013, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1014, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1015, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1016, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1017, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1018, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1019, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1020, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1021, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1022, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1023, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1024, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1025, 1012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1026, 1015); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1027, 1006); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1101, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1102, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1103, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1104, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1105, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (1106, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2001, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2002, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2003, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2004, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2005, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2006, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2007, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2008, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2009, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2010, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2011, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2012, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2013, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2014, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2015, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2016, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2017, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2018, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2019, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2020, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2021, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2022, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2023, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2024, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2025, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2026, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2027, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2028, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2029, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2030, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2031, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2032, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2033, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2034, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (2035, 2010); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3001, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3002, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3003, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3004, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3005, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3006, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3007, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3008, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3009, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3010, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3011, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3012, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3013, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3014, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3015, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3016, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3017, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3018, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3019, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3020, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3021, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3022, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3023, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3024, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3025, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3026, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3027, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3028, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3029, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3030, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3031, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3032, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3033, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3034, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3035, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3036, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3037, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3038, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3039, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3040, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3041, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3042, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3043, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3044, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3045, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3046, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3047, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3048, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3049, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3050, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3051, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3052, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3053, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3054, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3055, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3056, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3057, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3058, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3059, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3060, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3061, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3062, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3063, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3064, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3065, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3066, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3067, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3068, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3069, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (3070, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4001, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4002, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4003, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4004, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4005, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4006, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4007, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4008, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4009, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4010, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4011, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4012, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4013, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4014, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4015, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4016, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4017, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4018, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4019, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4020, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4021, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4022, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4023, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4024, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4025, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4026, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4027, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4028, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4029, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4030, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4031, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4032, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4033, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4034, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4035, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4036, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4037, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4038, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4039, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4040, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4041, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4042, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4043, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4044, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4045, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4046, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4047, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4048, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4049, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4050, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4051, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4052, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4053, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4054, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4055, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4056, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4057, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4058, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4059, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4060, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4061, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4062, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4063, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4064, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4065, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4066, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4067, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4068, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4069, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4070, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4071, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4072, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4073, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4074, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4075, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4076, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4077, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4078, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4079, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4080, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4081, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4082, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4083, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4084, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4085, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4086, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4087, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4088, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4089, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4090, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4091, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4092, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4093, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4094, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4095, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4096, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4097, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4098, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4099, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4100, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4101, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4102, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4103, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4104, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4105, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4106, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4107, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4108, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4109, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4110, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4111, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4112, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4113, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4114, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4115, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4116, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4117, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4118, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4119, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4120, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4121, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4122, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4123, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4124, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4501, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4502, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4503, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4504, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4505, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4506, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4507, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4508, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4509, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4510, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4511, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4512, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4513, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4514, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4515, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4516, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4517, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4518, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4519, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4520, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4521, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4522, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4523, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4524, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4525, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (4526, 0); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5920, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5921, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5922, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5930, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5931, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5932, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5933, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5935, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5936, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5937, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5940, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5941, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5945, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5946, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5947, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5948, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5950, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5960, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (5965, 9016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6005, 9027); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6006, 9028); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6007, 9029); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6008, 9030); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6009, 9031); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6010, 9032); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6011, 9033); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6017, 9027); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6018, 9028); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6019, 9029); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6020, 9030); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6021, 9031); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6022, 9032); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (6023, 9033); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9057, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9058, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9062, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9063, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9064, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9066, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9068, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9071, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9073, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9074, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9076, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9077, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9078, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9079, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9080, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9083, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9084, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9086, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9087, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9090, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9091, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9092, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9093, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9177, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9178, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9179, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9181, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9183, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9185, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9186, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9187, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9212, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9214, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9215, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9217, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9218, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9219, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9220, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9222, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9224, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9225, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9226, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9227, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9228, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9230, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9231, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9233, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9235, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9237, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9238, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9239, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9240, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9241, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9242, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9243, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9245, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9246, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9248, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9249, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9250, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9307, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9309, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9310, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9312, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9313, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9315, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9317, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9319, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9321, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9322, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9323, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9324, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9325, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9327, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9329, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9331, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9332, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9333, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9334, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9335, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9336, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9338, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9340, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9341, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9342, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9364, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9366, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9368, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9370, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9372, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9374, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9375, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9376, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9378, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9380, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9381, 9022); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9382, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9383, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9386, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9388, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9389, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9390, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9391, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9392, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9393, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9394, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9395, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9396, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9397, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9398, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9399, 9021); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9500, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9501, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9502, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9503, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9504, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9505, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9506, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9510, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9511, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9512, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9513, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9514, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9515, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9516, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9517, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9520, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9521, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9522, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9523, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9524, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9525, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9526, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9527, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9528, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9529, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9530, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9531, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9532, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9533, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9534, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9535, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9536, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9540, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9541, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9542, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9543, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9550, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9551, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9552, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9561, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9562, 9011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9600, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9601, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9602, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9603, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9604, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9605, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9606, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9610, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9611, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9612, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9613, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9614, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9615, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9616, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9617, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9620, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9621, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9622, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9623, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9624, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9625, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9626, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9627, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9628, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9629, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9630, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9631, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9632, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9633, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9634, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9635, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9636, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9640, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9641, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9642, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9643, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9650, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9651, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9652, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9661, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9662, 9012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9700, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9701, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9702, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9703, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9704, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9705, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9706, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9710, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9711, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9712, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9713, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9714, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9715, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9716, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9717, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9720, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9721, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9722, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9723, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9724, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9725, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9726, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9727, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9728, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9729, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9730, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9731, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9732, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9733, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9734, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9735, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9736, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9740, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9741, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9742, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9743, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9750, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9751, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9752, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9761, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9762, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (9999, 9013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21000, 2001); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21150, 2002); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21200, 2003); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21300, 2004); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21400, 2005); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21500, 2006); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21600, 2007); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21700, 2008); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21800, 2009); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (21900, 2010); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (22000, 2011); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (22100, 2012); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (22200, 2013); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (22300, 2014); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (22400, 2015); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (22500, 2016); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (22600, 2017); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (23000, 2018); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (23200, 2019); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (23400, 2020); INSERT INTO race_jikkyo_race (id, cue_id) VALUES (23600, 2021); -- Table: race_jikkyo_trigger CREATE TABLE 'race_jikkyo_trigger' ('id' INTEGER NOT NULL, 'command' INTEGER NOT NULL, 'inequality' INTEGER NOT NULL, 'horse1' INTEGER NOT NULL, 'horse2' INTEGER NOT NULL, 'param1' INTEGER NOT NULL, 'param2' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (0, 0, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1, 2, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (2, 2, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (3, 2, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (4, 2, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (5, 3, 0, 0, 0, 10001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (6, 3, 0, 0, 0, 10002, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (7, 3, 0, 0, 0, 10003, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (8, 3, 0, 0, 0, 10004, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (9, 3, 0, 0, 0, 10005, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (10, 3, 0, 0, 0, 10006, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (11, 3, 0, 0, 0, 10007, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (12, 3, 0, 0, 0, 10008, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (13, 3, 0, 0, 0, 10009, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (14, 3, 0, 0, 0, 10010, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (15, 4, 0, 0, 0, 1001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (16, 4, 0, 0, 0, 1002, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (17, 4, 0, 0, 0, 1003, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (18, 4, 0, 0, 0, 1004, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (19, 4, 0, 0, 0, 1005, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (20, 4, 0, 0, 0, 1006, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (21, 4, 0, 0, 0, 1007, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (22, 4, 0, 0, 0, 1008, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (23, 4, 0, 0, 0, 1009, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (24, 4, 0, 0, 0, 1010, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (25, 4, 0, 0, 0, 1011, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (26, 4, 0, 0, 0, 1012, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (27, 4, 0, 0, 0, 1013, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (28, 4, 0, 0, 0, 1014, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (29, 4, 0, 0, 0, 1015, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (30, 4, 0, 0, 0, 1016, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (31, 4, 0, 0, 0, 1017, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (32, 4, 0, 0, 0, 1018, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (33, 4, 0, 0, 0, 1019, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (34, 4, 0, 0, 0, 1020, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (35, 4, 0, 0, 0, 1021, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (36, 4, 0, 0, 0, 1022, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (37, 4, 0, 0, 0, 1023, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (38, 4, 0, 0, 0, 1024, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (39, 5, 0, 0, 0, 0, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (40, 5, 0, 0, 0, 100, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (41, 5, 0, 0, 0, 200, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (42, 5, 0, 0, 0, 300, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (43, 5, 0, 0, 0, 400, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (44, 5, 3, 0, 0, 200, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (45, 5, 3, 0, 0, 300, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (46, 5, 0, 0, 0, 200, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (47, 5, 0, 0, 0, 300, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (48, 5, 0, 0, 0, 400, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (49, 5, 0, 0, 0, 500, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (50, 5, 0, 0, 0, 900, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (51, 5, 0, 0, 0, 800, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (52, 5, 0, 0, 0, 100, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (53, 5, 0, 0, 0, 0, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (54, 6, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (55, 6, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (56, 7, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (57, 7, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (58, 7, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (59, 7, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (60, 8, 0, 0, 0, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (61, 8, 0, 0, 0, 1100, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (62, 8, 0, 0, 0, 1150, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (63, 8, 0, 0, 0, 1200, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (64, 8, 0, 0, 0, 1300, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (65, 8, 0, 0, 0, 1400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (66, 8, 0, 0, 0, 1500, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (67, 8, 0, 0, 0, 1600, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (68, 8, 0, 0, 0, 1700, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (69, 8, 0, 0, 0, 1800, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (70, 8, 0, 0, 0, 1900, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (71, 8, 0, 0, 0, 2000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (72, 8, 0, 0, 0, 2100, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (73, 8, 0, 0, 0, 2200, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (74, 8, 0, 0, 0, 2300, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (75, 8, 0, 0, 0, 2400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (76, 8, 0, 0, 0, 2500, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (77, 8, 0, 0, 0, 2600, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (78, 8, 0, 0, 0, 2700, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (79, 8, 0, 0, 0, 2800, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (80, 8, 0, 0, 0, 2900, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (81, 8, 0, 0, 0, 3000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (82, 8, 0, 0, 0, 3200, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (83, 8, 0, 0, 0, 3400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (84, 8, 0, 0, 0, 3600, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (85, 8, 4, 0, 0, 1400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (86, 8, 3, 0, 0, 1600, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (87, 8, 4, 0, 0, 2400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (88, 8, 3, 0, 0, 2400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (89, 45, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (90, 45, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (91, 9, 0, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (92, 9, 0, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (93, 9, 0, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (94, 9, 2, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (95, 9, 5, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (96, 46, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (97, 10, 0, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (98, 10, 0, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (99, 10, 0, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (100, 10, 0, 1, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (101, 10, 0, 1, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (102, 10, 0, 1, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (103, 10, 0, 1, 0, 7, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (104, 10, 0, 1, 0, 8, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (105, 10, 0, 1, 0, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (106, 10, 0, 1, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (107, 10, 0, 1, 0, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (108, 10, 0, 1, 0, 12, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (109, 10, 5, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (110, 10, 0, 41, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (111, 10, 2, 41, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (112, 10, 1, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (113, 11, 0, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (114, 11, 1, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (115, 11, 0, 41, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (116, 11, 1, 41, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (117, 12, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (118, 12, 0, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (119, 12, 0, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (120, 12, 0, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (121, 12, 0, 10, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (122, 12, 0, 10, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (123, 12, 0, 10, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (124, 12, 0, 10, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (125, 12, 0, 11, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (126, 12, 0, 11, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (127, 12, 0, 11, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (128, 12, 0, 11, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (129, 12, 0, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (130, 12, 0, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (131, 12, 0, 3, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (132, 12, 0, 3, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (133, 14, 3, 10, 11, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (134, 14, 3, 10, 11, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (135, 14, 3, 10, 11, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (136, 14, 3, 10, 11, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (137, 14, 3, 10, 11, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (138, 14, 3, 10, 11, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (139, 14, 3, 10, 11, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (140, 14, 3, 10, 11, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (141, 14, 3, 10, 11, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (142, 14, 3, 10, 11, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (143, 14, 4, 10, 11, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (144, 14, 4, 10, 14, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (145, 14, 4, 10, 12, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (146, 14, 4, 10, 12, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (147, 14, 4, 10, 13, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (148, 14, 4, 10, 11, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (149, 14, 4, 10, 11, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (150, 14, 4, 10, 11, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (151, 14, 4, 10, 11, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (152, 14, 4, 10, 11, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (153, 14, 4, 10, 11, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (154, 14, 4, 10, 11, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (155, 14, 4, 10, 11, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (156, 14, 4, 10, 11, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (157, 14, 3, 10, 11, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (158, 14, 3, 10, 11, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (159, 14, 3, 10, 11, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (160, 14, 3, 10, 11, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (161, 14, 4, 10, 11, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (162, 14, 4, 10, 11, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (163, 14, 4, 10, 11, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (164, 14, 4, 10, 11, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (166, 14, 3, 11, 12, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (167, 14, 3, 11, 12, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (168, 14, 3, 11, 12, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (169, 14, 3, 11, 12, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (170, 14, 4, 11, 12, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (171, 14, 3, 11, 12, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (172, 15, 0, 10, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (173, 15, 0, 10, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (174, 15, 0, 10, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (175, 15, 0, 10, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (176, 15, 0, 11, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (177, 15, 0, 11, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (178, 15, 0, 11, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (179, 15, 0, 11, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (180, 15, 0, 12, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (181, 15, 0, 12, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (182, 15, 0, 12, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (183, 15, 0, 12, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (184, 15, 0, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (185, 15, 0, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (186, 15, 0, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (187, 15, 0, 1, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (188, 16, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (189, 16, 0, 2, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (190, 16, 0, 2, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (191, 16, 0, 2, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (192, 16, 3, 2, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (193, 17, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (194, 17, 0, 41, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (195, 17, 3, 2, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (196, 18, 0, 0, 0, 3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (197, 18, 0, 0, 0, 3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (198, 18, 0, 0, 0, 3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (199, 18, 3, 0, 0, 3, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (200, 18, 0, 0, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (201, 18, 0, 0, 0, 1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (202, 18, 0, 0, 0, 1, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (203, 18, 0, 0, 0, 1, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (204, 18, 3, 0, 0, 1, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (205, 19, 5, 10, 28, 8, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (206, 19, 3, 10, 28, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (207, 20, 0, 10, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (208, 20, 1, 10, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (209, 20, 0, 11, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (210, 20, 1, 11, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (211, 22, 3, 2, 0, -5, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (212, 22, 3, 1, 0, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (213, 22, 0, 41, 0, -3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (214, 24, 3, 10, 11, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (215, 24, 4, 10, 11, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (216, 25, 3, 10, 11, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (217, 25, 4, 10, 11, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (218, 35, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (219, 40, 0, 10, 0, 800, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (220, 40, 0, 10, 0, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (221, 40, 0, 10, 0, 0, 3000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (222, 40, 0, 10, 0, 0, 2600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (223, 40, 0, 10, 0, 0, 2400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (224, 40, 0, 10, 0, 0, 2200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (225, 40, 0, 10, 0, 0, 2000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (226, 40, 0, 10, 0, 0, 1800); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (227, 40, 0, 10, 0, 0, 1600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (228, 40, 0, 10, 0, 0, 1500); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (229, 40, 0, 10, 0, 0, 1400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (230, 40, 0, 10, 0, 0, 1300); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (231, 40, 0, 10, 0, 0, 1200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (232, 40, 0, 10, 0, 0, 1100); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (233, 40, 0, 10, 0, 0, 1000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (234, 40, 0, 10, 0, 0, 800); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (235, 40, 0, 10, 0, 0, 600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (236, 40, 0, 10, 0, 0, 400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (237, 40, 0, 10, 0, 0, 200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (238, 41, 0, 10, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (239, 41, 0, 10, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (240, 41, 0, 10, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (241, 41, 0, 10, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (242, 42, 0, 10, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (243, 13, 0, 10, 11, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (244, 13, 0, 10, 11, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (245, 13, 0, 10, 11, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (246, 13, 0, 12, 13, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (247, 13, 0, 12, 13, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (248, 13, 0, 12, 13, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (249, 13, 0, 12, 13, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (250, 13, 0, 12, 13, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (251, 13, 0, 12, 13, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (252, 13, 0, 13, 14, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (253, 13, 0, 13, 14, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (254, 13, 0, 13, 14, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (255, 13, 0, 13, 14, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (256, 13, 0, 13, 14, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (257, 13, 0, 13, 14, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (258, 13, 0, 14, 15, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (259, 13, 0, 14, 15, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (260, 13, 0, 14, 15, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (261, 13, 0, 14, 15, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (262, 13, 0, 14, 15, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (263, 13, 0, 14, 15, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (264, 13, 0, 15, 16, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (265, 13, 0, 15, 16, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (266, 13, 0, 15, 16, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (267, 13, 0, 15, 16, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (268, 13, 0, 15, 16, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (269, 13, 0, 15, 16, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (270, 13, 0, 16, 17, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (271, 13, 0, 16, 17, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (272, 13, 0, 16, 17, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (273, 13, 0, 16, 17, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (274, 13, 0, 16, 17, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (275, 13, 0, 16, 17, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (276, 13, 0, 17, 18, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (277, 13, 0, 17, 18, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (278, 13, 0, 17, 18, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (279, 13, 0, 17, 18, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (280, 13, 0, 17, 18, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (281, 13, 0, 17, 18, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (282, 13, 0, 18, 19, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (283, 13, 0, 18, 19, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (284, 13, 0, 18, 19, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (285, 13, 0, 18, 19, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (286, 13, 0, 18, 19, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (287, 13, 0, 18, 19, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (288, 13, 0, 19, 20, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (289, 13, 0, 19, 20, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (290, 13, 0, 19, 20, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (291, 13, 0, 19, 20, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (292, 13, 0, 19, 20, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (293, 13, 0, 19, 20, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (294, 13, 0, 20, 21, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (295, 13, 0, 20, 21, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (296, 13, 0, 20, 21, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (297, 13, 0, 20, 21, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (298, 13, 0, 20, 21, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (299, 13, 0, 20, 21, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (300, 13, 0, 21, 22, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (301, 13, 0, 21, 22, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (302, 13, 0, 21, 22, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (303, 13, 0, 21, 22, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (304, 13, 0, 21, 22, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (305, 13, 0, 21, 22, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (306, 13, 0, 22, 23, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (307, 13, 0, 22, 23, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (308, 13, 0, 22, 23, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (309, 13, 0, 22, 23, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (310, 13, 0, 22, 23, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (311, 13, 0, 22, 23, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (312, 13, 0, 23, 24, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (313, 13, 0, 23, 24, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (314, 13, 0, 23, 24, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (315, 13, 0, 23, 24, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (316, 13, 0, 23, 24, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (317, 13, 0, 23, 24, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (318, 13, 0, 24, 25, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (319, 13, 0, 24, 25, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (320, 13, 0, 24, 25, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (321, 13, 0, 24, 25, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (322, 13, 0, 24, 25, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (323, 13, 0, 24, 25, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (324, 13, 0, 25, 26, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (325, 13, 0, 25, 26, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (326, 13, 0, 25, 26, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (327, 13, 0, 25, 26, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (328, 13, 0, 25, 26, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (329, 13, 0, 25, 26, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (330, 13, 0, 26, 27, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (331, 13, 0, 26, 27, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (332, 13, 0, 26, 27, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (333, 13, 0, 26, 27, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (334, 13, 0, 26, 27, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (335, 13, 0, 26, 27, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (336, 27, 0, 1, 0, 0, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (337, 27, 0, 1, 0, 1, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (338, 27, 0, 1, 0, 2, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (339, 27, 0, 1, 0, 3, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (340, 27, 3, 1, 0, 3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (341, 29, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (342, 29, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (343, 29, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (344, 29, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (345, 30, 0, 1, 0, -1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (346, 30, 0, 1, 0, -1, 8); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (347, 30, 0, 1, 0, -1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (348, 30, 0, 1, 0, -1, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (349, 30, 0, 1, 0, -1, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (350, 30, 0, 1, 0, -1, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (351, 30, 0, 1, 0, 6, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (352, 30, 0, 1, 0, 6, 8); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (353, 30, 0, 1, 0, 6, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (354, 30, 0, 1, 0, 6, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (355, 30, 0, 1, 0, 6, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (356, 30, 0, 1, 0, 6, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (357, 47, 0, 1, 0, -1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (358, 22, 3, 1, 0, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (359, 22, 5, 1, 0, -5, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (360, 31, 5, 10, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (361, 31, 5, 11, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (362, 31, 5, 12, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (363, 31, 5, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (364, 31, 3, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (365, 31, 4, 1, 0, 20, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (366, 31, 3, 10, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (367, 31, 4, 10, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (368, 31, 3, 33, 0, 50, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (369, 33, 0, 34, 0, 1002, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (370, 54, 3, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (371, 51, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (372, 51, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (373, 51, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (374, 51, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (375, 52, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (376, 52, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (377, 52, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (378, 52, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (379, 24, 3, 10, 11, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (380, 24, 3, 10, 12, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (381, 24, 3, 10, 13, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (382, 24, 3, 10, 14, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (383, 24, 3, 10, 15, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (384, 24, 3, 10, 16, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (385, 24, 3, 10, 17, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (386, 24, 3, 10, 18, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (387, 24, 3, 10, 19, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (388, 24, 3, 10, 20, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (389, 24, 3, 10, 21, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (390, 9, 2, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (391, 9, 2, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (392, 56, 0, 10, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (393, 22, 0, 10, 0, -10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (394, 22, 1, 11, 0, -10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (395, 14, 3, 11, 12, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (396, 14, 3, 11, 12, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (397, 14, 3, 11, 12, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (398, 14, 3, 11, 12, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (399, 14, 3, 11, 12, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (400, 14, 3, 11, 12, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (401, 14, 3, 11, 12, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (402, 14, 3, 11, 12, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (403, 14, 3, 11, 12, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (404, 14, 3, 11, 12, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (405, 14, 4, 11, 12, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (406, 14, 4, 11, 12, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (407, 14, 4, 11, 12, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (408, 14, 4, 11, 12, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (409, 14, 4, 11, 12, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (410, 14, 4, 11, 12, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (411, 14, 4, 11, 12, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (412, 14, 4, 11, 12, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (413, 14, 4, 11, 12, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (414, 14, 4, 11, 12, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (415, 14, 3, 12, 13, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (416, 14, 3, 12, 13, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (417, 14, 3, 12, 13, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (418, 14, 3, 12, 13, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (419, 14, 3, 12, 13, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (420, 14, 3, 12, 13, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (421, 14, 3, 12, 13, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (422, 14, 3, 12, 13, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (423, 14, 3, 12, 13, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (424, 14, 3, 12, 13, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (425, 14, 4, 12, 13, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (426, 14, 4, 12, 13, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (427, 14, 4, 12, 13, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (428, 14, 4, 12, 13, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (429, 14, 4, 12, 13, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (430, 14, 4, 12, 13, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (431, 14, 4, 12, 13, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (432, 14, 4, 12, 13, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (433, 14, 4, 12, 13, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (434, 14, 4, 12, 13, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (435, 14, 3, 13, 14, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (436, 14, 3, 13, 14, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (437, 14, 3, 13, 14, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (438, 14, 3, 13, 14, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (439, 14, 3, 13, 14, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (440, 14, 3, 13, 14, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (441, 14, 3, 13, 14, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (442, 14, 3, 13, 14, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (443, 14, 3, 13, 14, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (444, 14, 3, 13, 14, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (445, 14, 4, 13, 14, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (446, 14, 4, 13, 14, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (447, 14, 4, 13, 14, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (448, 14, 4, 13, 14, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (449, 14, 4, 13, 14, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (450, 14, 4, 13, 14, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (451, 14, 4, 13, 14, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (452, 14, 4, 13, 14, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (453, 14, 4, 13, 14, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (454, 14, 4, 13, 14, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (455, 34, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (456, 15, 1, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (457, 12, 0, 41, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (458, 12, 0, 41, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (459, 12, 0, 41, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (460, 40, 3, 0, 0, 50, 50); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (461, 40, 4, 0, 0, 50, 50); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (462, 22, 3, 11, 0, -2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (463, 22, 5, 11, 0, -2, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (464, 22, 3, 12, 0, -1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (465, 22, 5, 12, 0, -2, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (466, 20, 0, 12, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (467, 22, 3, 2, 0, -1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (468, 30, 0, 1, 0, 4, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (469, 30, 0, 1, 0, 4, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (470, 30, 0, 1, 0, 4, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (471, 30, 0, 1, 0, 4, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (472, 30, 0, 1, 0, 4, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (473, 30, 0, 1, 0, 4, 6); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (474, 30, 0, 1, 0, 4, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (475, 30, 0, 1, 0, 4, 8); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (476, 30, 0, 1, 0, 4, 10); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (477, 30, 0, 1, 0, 4, 11); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (478, 30, 0, 1, 0, 4, 12); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (479, 30, 0, 1, 0, 4, 13); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (480, 30, 0, 1, 0, 4, 14); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (481, 30, 0, 1, 0, 4, 15); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (482, 30, 0, 1, 0, 4, 16); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (483, 30, 0, 1, 0, 4, 19); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (484, 30, 0, 1, 0, 4, 20); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (485, 30, 0, 1, 0, 3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (486, 30, 0, 1, 0, 3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (487, 30, 0, 1, 0, 3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (488, 30, 0, 1, 0, 3, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (489, 30, 0, 1, 0, 3, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (490, 30, 0, 1, 0, 3, 6); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (491, 30, 0, 1, 0, 3, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (492, 30, 0, 1, 0, 3, 8); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (493, 30, 0, 1, 0, 3, 10); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (494, 30, 0, 1, 0, 3, 11); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (495, 30, 0, 1, 0, 3, 12); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (496, 30, 0, 1, 0, 3, 13); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (497, 30, 0, 1, 0, 3, 14); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (498, 30, 0, 1, 0, 3, 15); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (499, 30, 0, 1, 0, 3, 16); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (500, 30, 0, 1, 0, 3, 19); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (501, 30, 0, 1, 0, 3, 20); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (502, 49, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (503, 30, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (504, 30, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (505, 41, 0, 10, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (506, 41, 0, 10, 0, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (507, 41, 0, 10, 0, 3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (508, 41, 0, 10, 0, 4, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (509, 41, 0, 10, 0, 1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (510, 41, 0, 10, 0, 2, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (511, 41, 0, 10, 0, 3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (512, 41, 0, 10, 0, 4, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (513, 51, 0, 10, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (514, 51, 0, 10, 0, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (515, 51, 0, 10, 0, 3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (516, 51, 0, 10, 0, 4, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (517, 51, 0, 10, 0, 1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (518, 51, 0, 10, 0, 2, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (519, 51, 0, 10, 0, 3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (520, 51, 0, 10, 0, 4, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (521, 52, 0, 10, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (522, 52, 0, 10, 0, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (523, 52, 0, 10, 0, 3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (524, 52, 0, 10, 0, 4, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (525, 52, 0, 10, 0, 1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (526, 52, 0, 10, 0, 2, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (527, 52, 0, 10, 0, 3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (528, 52, 0, 10, 0, 4, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (529, 53, 0, 10, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (530, 53, 0, 10, 0, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (531, 53, 0, 10, 0, 3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (532, 53, 0, 10, 0, 4, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (533, 53, 0, 10, 0, 1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (534, 53, 0, 10, 0, 2, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (535, 53, 0, 10, 0, 3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (536, 53, 0, 10, 0, 4, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (537, 55, 5, 10, 0, 0, 3000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (538, 55, 5, 10, 0, 0, 2600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (539, 55, 5, 10, 0, 0, 2400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (540, 55, 5, 10, 0, 0, 2200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (541, 55, 5, 10, 0, 0, 2000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (542, 55, 5, 10, 0, 0, 1800); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (543, 55, 5, 10, 0, 0, 1600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (544, 55, 5, 10, 0, 0, 1500); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (545, 55, 5, 10, 0, 0, 1400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (546, 55, 5, 10, 0, 0, 1300); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (547, 55, 5, 10, 0, 0, 1200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (548, 55, 5, 10, 0, 0, 1100); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (549, 55, 5, 10, 0, 0, 1000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (550, 55, 5, 10, 0, 0, 800); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (551, 55, 5, 10, 0, 0, 600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (552, 55, 5, 10, 0, 0, 400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (553, 55, 5, 10, 0, 0, 200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (554, 55, 5, 10, 0, 0, 50); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (555, 15, 1, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (556, 50, 4, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (557, 20, 0, 12, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (558, 20, 0, 13, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (559, 20, 0, 14, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (560, 20, 0, 15, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (561, 20, 0, 16, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (562, 20, 0, 17, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (563, 20, 0, 18, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (564, 20, 0, 19, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (565, 20, 0, 20, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (566, 20, 0, 21, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (567, 20, 0, 22, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (568, 20, 0, 23, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (569, 20, 0, 24, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (570, 20, 0, 25, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (571, 20, 0, 26, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (572, 20, 0, 27, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (573, 20, 1, 12, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (574, 20, 1, 13, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (575, 20, 1, 14, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (576, 20, 1, 15, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (577, 20, 1, 16, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (578, 20, 1, 17, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (579, 20, 1, 18, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (580, 20, 1, 19, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (581, 20, 1, 20, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (582, 20, 1, 21, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (583, 20, 1, 22, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (584, 20, 1, 23, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (585, 20, 1, 24, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (586, 20, 1, 25, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (587, 20, 1, 26, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (588, 20, 1, 27, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (589, 22, 5, 13, 0, -2, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (590, 22, 5, 14, 0, -2, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (591, 16, 0, 41, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (592, 15, 0, 41, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (593, 20, 2, 11, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (594, 20, 4, 11, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (595, 20, 2, 12, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (596, 20, 4, 12, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (597, 20, 2, 13, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (598, 20, 4, 13, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (599, 20, 2, 14, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (600, 20, 4, 14, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (601, 20, 2, 15, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (602, 20, 4, 15, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (603, 20, 2, 16, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (604, 20, 4, 16, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (605, 20, 2, 17, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (606, 20, 4, 17, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (607, 20, 2, 18, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (608, 20, 4, 18, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (609, 20, 2, 19, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (610, 20, 4, 19, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (611, 20, 2, 20, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (612, 20, 4, 20, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (613, 20, 2, 21, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (614, 20, 4, 21, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (615, 20, 2, 22, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (616, 20, 4, 22, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (617, 20, 2, 23, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (618, 20, 4, 23, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (619, 20, 2, 24, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (620, 20, 4, 24, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (621, 20, 2, 25, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (622, 20, 4, 25, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (623, 20, 2, 26, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (624, 20, 4, 26, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (625, 20, 2, 27, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (626, 20, 4, 27, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (627, 31, 5, 41, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (628, 10, 2, 41, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (629, 58, 0, 0, 0, 396, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (630, 31, 2, 3, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (631, 31, 2, 3, 0, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (632, 24, 3, 15, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (633, 24, 3, 16, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (634, 24, 3, 17, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (635, 24, 3, 18, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (636, 24, 3, 19, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (637, 24, 3, 20, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (638, 24, 3, 21, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (639, 24, 3, 22, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (640, 24, 3, 23, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (641, 24, 3, 24, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (642, 24, 3, 25, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (643, 24, 3, 26, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (644, 58, 0, 0, 0, 69, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (645, 58, 0, 0, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (646, 58, 0, 0, 0, 71, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (647, 58, 0, 0, 0, 72, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (648, 58, 0, 0, 0, 73, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (649, 59, 3, 2, 10, 15000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (650, 24, 3, 3, 10, -3, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (651, 31, 2, 10, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (652, 40, 0, 10, 0, 0, 100); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (653, 58, 0, 0, 0, 286, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (654, 55, 3, 10, 0, 10, 10); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (655, 55, 3, 10, 0, 20, 20); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (656, 55, 3, 10, 0, 30, 30); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (657, 55, 3, 10, 0, 40, 40); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (658, 55, 3, 10, 0, 50, 50); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (659, 55, 3, 10, 0, 60, 60); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (660, 55, 3, 10, 0, 70, 70); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (661, 55, 3, 10, 0, 80, 80); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (662, 55, 3, 10, 0, 90, 90); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (663, 55, 4, 10, 0, 10, 10); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (664, 55, 4, 10, 0, 20, 20); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (665, 55, 4, 10, 0, 30, 30); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (666, 55, 4, 10, 0, 40, 40); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (667, 55, 4, 10, 0, 50, 50); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (668, 55, 4, 10, 0, 60, 60); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (669, 55, 4, 10, 0, 70, 70); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (670, 55, 4, 10, 0, 80, 80); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (671, 55, 4, 10, 0, 90, 90); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (672, 15, 1, 10, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (673, 11, 5, 41, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (674, 55, 5, 10, 0, 600, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (675, 60, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (676, 14, 3, 4, 3, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (677, 14, 3, 4, 3, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (678, 14, 3, 4, 3, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (679, 14, 3, 4, 3, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (680, 14, 4, 4, 3, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (681, 14, 4, 4, 3, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (682, 14, 4, 4, 3, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (683, 14, 4, 4, 3, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (684, 14, 3, 4, 3, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (685, 14, 3, 4, 3, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (686, 14, 3, 4, 3, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (687, 14, 3, 4, 3, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (688, 14, 3, 4, 3, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (689, 14, 3, 4, 3, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (690, 14, 3, 4, 3, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (691, 14, 3, 4, 3, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (692, 14, 3, 4, 3, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (693, 14, 3, 4, 3, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (694, 14, 4, 4, 3, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (695, 14, 4, 4, 3, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (696, 14, 4, 4, 3, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (697, 14, 4, 4, 3, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (698, 14, 4, 4, 3, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (699, 14, 4, 4, 3, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (700, 14, 4, 4, 3, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (701, 14, 4, 4, 3, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (702, 14, 4, 4, 3, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (703, 14, 4, 4, 3, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (704, 13, 0, 4, 3, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (705, 13, 0, 4, 3, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (706, 13, 0, 4, 3, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (707, 13, 0, 4, 3, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (708, 13, 0, 4, 3, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (709, 13, 0, 4, 3, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (710, 61, 1, 3, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (711, 11, 0, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (712, 20, 3, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (713, 55, 3, 10, 0, 400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (714, 55, 3, 10, 0, 0, 400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (715, 13, 0, 9, 3, 2, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (716, 13, 0, 9, 3, 0, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (717, 13, 0, 9, 3, 1, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (718, 20, 4, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (719, 55, 3, 10, 0, 0, 1000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (720, 34, 3, 0, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (721, 14, 3, 10, 28, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (722, 12, 0, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (723, 12, 0, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (724, 12, 0, 3, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (725, 12, 0, 3, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (726, 10, 0, 6, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (727, 31, 3, 6, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (728, 14, 4, 7, 6, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (729, 10, 0, 6, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (730, 31, 5, 6, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (731, 21, 3, 2, 0, -5, 10000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (732, 24, 3, 10, 6, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (733, 26, 5, 3, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (734, 22, 1, 10, 0, -5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (735, 22, 1, 10, 0, -5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (736, 14, 3, 10, 28, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (737, 24, 3, 10, 1, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (738, 21, 3, 1, 0, -5, 10000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (739, 21, 3, 1, 0, -5, 15000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (740, 34, 1, 0, 0, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (741, 10, 0, 3, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (742, 10, 0, 3, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (743, 10, 0, 3, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (744, 10, 0, 3, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (745, 10, 0, 3, 0, 7, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (746, 10, 0, 3, 0, 8, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (747, 10, 0, 3, 0, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (748, 10, 0, 3, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (749, 10, 0, 3, 0, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (750, 10, 0, 3, 0, 12, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (751, 10, 0, 3, 0, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (752, 10, 0, 3, 0, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (753, 10, 0, 3, 0, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (754, 10, 0, 3, 0, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (755, 10, 0, 3, 0, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (756, 10, 0, 3, 0, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (757, 26, 0, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (758, 26, 0, 3, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (759, 26, 0, 3, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (760, 55, 3, 10, 0, 0, 600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (761, 62, 3, 34, 35, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (762, 59, 3, 10, 11, 10000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (763, 59, 3, 11, 10, 10000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (764, 26, 0, 10, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (765, 14, 3, 10, 11, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (766, 10, 0, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (767, 37, 0, 3, 9, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (768, 37, 0, 9, 3, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (769, 30, 3, 1, 0, 1, 6); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (770, 30, 3, 10, 0, 1, 6); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (771, 30, 3, 41, 0, 1, 6); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (772, 30, 3, 34, 0, 1, 6); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (773, 30, 3, 35, 0, 1, 6); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (774, 30, 3, 36, 0, 1, 6); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (775, 30, 3, 1, 0, 1, 21); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (776, 30, 3, 10, 0, 1, 21); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (777, 30, 3, 41, 0, 1, 21); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (778, 30, 3, 34, 0, 1, 21); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (779, 30, 3, 35, 0, 1, 21); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (780, 30, 3, 36, 0, 1, 21); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (781, 22, 3, 34, 0, -3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (782, 11, 0, 3, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (783, 59, 3, 11, 10, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (784, 1, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (785, 34, 2, 0, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (786, 34, 4, 0, 0, 7, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (787, 15, 3, 41, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (788, 9, 0, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (789, 55, 0, 10, 0, 0, 3000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (790, 55, 0, 10, 0, 0, 2600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (791, 55, 0, 10, 0, 0, 2400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (792, 55, 0, 10, 0, 0, 2200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (793, 55, 0, 10, 0, 0, 2000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (794, 55, 0, 10, 0, 0, 1800); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (795, 55, 0, 10, 0, 0, 1600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (796, 55, 0, 10, 0, 0, 1400); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (797, 55, 0, 10, 0, 0, 1200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (798, 55, 0, 10, 0, 0, 1000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (799, 55, 0, 10, 0, 0, 800); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (800, 55, 0, 10, 0, 0, 600); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (801, 13, 0, 3, 9, 2, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (802, 13, 0, 3, 9, 0, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (803, 13, 0, 3, 9, 1, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (804, 10, 0, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (805, 10, 1, 6, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (806, 31, 1, 10, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (807, 21, 4, 41, 0, -5, 5000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (808, 22, 3, 3, 0, -5, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (809, 21, 3, 2, 0, -5, 10000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (810, 10, 0, 3, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (811, 14, 5, 3, 9, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (812, 23, 0, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (813, 54, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (814, 39, 0, 0, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (815, 39, 0, 0, 0, 1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (816, 39, 0, 0, 0, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (817, 39, 0, 0, 0, 2, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (818, 48, 0, 0, 0, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (819, 48, 0, 0, 0, 12, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (820, 48, 0, 0, 0, 8, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (821, 14, 4, 10, 1, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (822, 62, 4, 34, 35, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (823, 62, 3, 34, 35, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (824, 62, 3, 35, 36, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (825, 62, 3, 36, 37, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (826, 62, 4, 34, 35, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (827, 62, 4, 34, 36, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (828, 62, 4, 35, 37, 4, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (829, 57, 3, 41, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (830, 68, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (831, 28, 3, 41, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (832, 28, 3, 1, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (833, 31, 3, 10, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (834, 43, 1, 0, 0, 8000, 8999); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (835, 59, 3, 10, 11, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (836, 26, 0, 10, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (837, 59, 5, 11, 10, 3000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (838, 22, 3, 10, 0, -2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (839, 43, 0, 0, 0, 8000, 8999); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (840, 59, 3, 2, 10, 10000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (841, 14, 3, 28, 29, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (842, 14, 3, 10, 28, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (843, 14, 4, 10, 28, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (844, 55, 3, 10, 0, 0, 200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (845, 57, 0, 11, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (846, 57, 0, 12, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (847, 57, 0, 13, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (848, 57, 0, 14, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (849, 57, 0, 15, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (850, 57, 0, 16, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (851, 57, 0, 17, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (852, 57, 0, 18, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (853, 57, 0, 19, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (854, 57, 0, 20, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (855, 57, 0, 21, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (856, 57, 0, 22, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (857, 57, 0, 23, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (858, 57, 0, 24, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (859, 57, 0, 25, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (860, 57, 0, 26, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (861, 57, 0, 27, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (862, 28, 3, 11, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (863, 28, 3, 12, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (864, 28, 3, 13, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (865, 28, 3, 14, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (866, 28, 3, 15, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (867, 28, 3, 16, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (868, 28, 3, 17, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (869, 28, 3, 18, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (870, 28, 3, 19, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (871, 28, 3, 20, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (872, 28, 3, 21, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (873, 28, 3, 22, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (874, 28, 3, 23, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (875, 28, 3, 24, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (876, 28, 3, 25, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (877, 28, 3, 26, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (878, 28, 3, 27, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (879, 55, 3, 10, 0, 800, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (883, 26, 5, 3, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (884, 44, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (885, 44, 0, 41, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (886, 26, 5, 1, 0, 0, 50); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (887, 24, 3, 10, 1, -3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (888, 14, 5, 1, 10, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (889, 59, 3, 1, 10, 5000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (890, 14, 5, 1, 10, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (891, 20, 5, 1, 10, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (892, 31, 1, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (893, 26, 5, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (894, 26, 5, 1, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (895, 26, 5, 1, 0, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (896, 26, 5, 1, 0, 12, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (897, 26, 5, 1, 0, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (898, 40, 3, 10, 0, 15, 15); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (899, 63, 5, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (900, 64, 5, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (901, 65, 5, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (902, 66, 5, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (903, 67, 5, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (904, 63, 3, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (905, 64, 3, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (906, 65, 3, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (907, 66, 3, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (908, 67, 3, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (909, 63, 2, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (910, 64, 2, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (911, 65, 2, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (912, 66, 2, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (913, 67, 2, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (914, 63, 4, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (915, 64, 4, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (916, 65, 4, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (917, 66, 4, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (918, 67, 4, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (919, 71, 3, 1, 0, 50, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (920, 71, 4, 1, 0, 50, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (921, 57, 0, 46, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (922, 57, 0, 47, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (923, 57, 0, 48, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (924, 57, 0, 49, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (925, 57, 0, 50, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (926, 57, 0, 51, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (927, 57, 0, 52, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (928, 57, 0, 53, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (929, 57, 0, 54, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (930, 57, 0, 55, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (931, 57, 0, 56, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (932, 57, 0, 57, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (933, 57, 0, 58, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (934, 57, 0, 59, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (935, 57, 0, 60, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (936, 57, 0, 61, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (937, 57, 0, 62, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (938, 57, 0, 63, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (939, 44, 1, 46, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (940, 44, 1, 47, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (941, 44, 1, 48, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (942, 44, 1, 49, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (943, 44, 1, 50, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (944, 44, 1, 51, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (945, 44, 1, 52, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (946, 44, 1, 53, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (947, 44, 1, 54, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (948, 44, 1, 55, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (949, 44, 1, 56, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (950, 44, 1, 57, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (951, 44, 1, 58, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (952, 44, 1, 59, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (953, 44, 1, 60, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (954, 44, 1, 61, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (955, 44, 1, 62, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (956, 44, 1, 63, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (957, 44, 1, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (958, 71, 4, 10, 0, 50, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (959, 44, 0, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (960, 44, 0, 34, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (961, 44, 0, 35, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (962, 44, 0, 36, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (963, 44, 0, 37, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (966, 74, 5, 1, 0, 20, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (967, 74, 5, 1, 0, 40, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (968, 74, 5, 1, 0, 60, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (969, 74, 5, 1, 0, 80, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (970, 74, 2, 1, 0, 80, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (971, 55, 5, 10, 0, 66, 66); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (972, 40, 3, 10, 0, 60, 60); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (973, 72, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (974, 72, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (975, 15, 0, 34, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (976, 15, 0, 35, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (977, 15, 0, 36, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (978, 15, 0, 37, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (979, 15, 0, 34, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (980, 15, 0, 35, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (981, 15, 0, 36, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (982, 15, 0, 37, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (983, 15, 0, 34, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (984, 15, 0, 35, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (985, 15, 0, 36, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (986, 15, 0, 37, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (987, 15, 0, 34, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (988, 15, 0, 35, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (989, 15, 0, 36, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (990, 15, 0, 37, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (991, 15, 1, 34, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (992, 15, 1, 35, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (993, 15, 1, 36, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (994, 15, 1, 37, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (995, 15, 1, 34, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (996, 15, 1, 35, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (997, 15, 1, 36, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (998, 15, 1, 37, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (999, 15, 1, 34, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1000, 15, 1, 35, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1001, 15, 1, 36, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1002, 15, 1, 37, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1003, 15, 1, 34, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1004, 15, 1, 35, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1005, 15, 1, 36, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1006, 15, 1, 37, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1007, 12, 0, 34, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1008, 12, 0, 35, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1009, 12, 0, 36, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1010, 12, 0, 37, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1011, 12, 0, 34, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1012, 12, 0, 35, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1013, 12, 0, 36, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1014, 12, 0, 37, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1015, 12, 0, 34, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1016, 12, 0, 35, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1017, 12, 0, 36, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1018, 12, 0, 37, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1019, 12, 0, 34, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1020, 12, 0, 35, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1021, 12, 0, 36, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1022, 12, 0, 37, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1023, 62, 3, 34, 35, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1024, 21, 3, 34, 0, -5, 5000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1025, 21, 3, 35, 0, -5, 5000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1026, 21, 3, 36, 0, -5, 5000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1027, 21, 3, 37, 0, -5, 5000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1028, 22, 3, 34, 0, -5, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1029, 22, 3, 35, 0, -5, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1030, 22, 3, 36, 0, -5, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1031, 22, 3, 37, 0, -5, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1032, 59, 3, 10, 34, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1033, 59, 3, 10, 35, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1034, 59, 3, 10, 36, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1035, 59, 3, 10, 37, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1036, 59, 5, 10, 34, 5000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1037, 59, 5, 10, 35, 5000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1038, 59, 5, 10, 36, 5000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1039, 59, 5, 10, 37, 5000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1040, 14, 5, 10, 34, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1041, 14, 5, 10, 35, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1042, 14, 5, 10, 36, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1043, 14, 5, 10, 37, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1044, 59, 5, 10, 34, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1045, 59, 5, 10, 35, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1046, 59, 5, 10, 36, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1047, 59, 5, 10, 37, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1048, 14, 5, 10, 34, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1049, 14, 5, 10, 35, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1050, 14, 5, 10, 36, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1051, 14, 5, 10, 37, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1052, 59, 2, 10, 34, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1053, 59, 2, 10, 35, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1054, 59, 2, 10, 36, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1055, 59, 2, 10, 37, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1056, 59, 2, 10, 11, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1057, 59, 5, 10, 11, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1058, 15, 1, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1059, 15, 1, 3, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1060, 59, 4, 10, 11, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1061, 10, 0, 34, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1062, 10, 0, 35, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1063, 10, 0, 36, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1064, 10, 0, 37, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1065, 21, 3, 1, 0, -5, 5000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1066, 22, 3, 1, 0, -5, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1067, 59, 3, 10, 1, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1068, 59, 5, 10, 1, 5000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1069, 14, 5, 10, 1, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1070, 59, 5, 10, 1, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1071, 14, 5, 10, 1, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1072, 59, 2, 10, 1, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1073, 10, 0, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1074, 26, 1, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1075, 26, 1, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1076, 26, 1, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1077, 26, 1, 1, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1078, 15, 1, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1079, 15, 1, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1080, 74, 5, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1081, 74, 5, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1082, 74, 2, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1083, 67, 5, 1, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1084, 67, 5, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1085, 67, 2, 1, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1086, 77, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1087, 77, 1, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1088, 57, 0, 2, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1089, 48, 0, 0, 0, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1090, 48, 0, 0, 0, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1091, 75, 3, 0, 0, 6, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1092, 75, 3, 0, 0, 6, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1093, 75, 3, 0, 0, 7, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1094, 75, 3, 0, 0, 7, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1095, 75, 3, 0, 0, 9, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1096, 78, 5, 34, 35, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1097, 78, 2, 34, 35, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1098, 62, 4, 34, 35, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1099, 62, 3, 34, 35, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1100, 62, 4, 34, 36, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1101, 62, 4, 34, 37, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1102, 62, 4, 34, 35, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1103, 62, 4, 34, 36, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1104, 62, 4, 34, 37, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1105, 62, 3, 10, 11, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1106, 62, 3, 10, 11, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1107, 62, 3, 10, 11, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1108, 62, 3, 10, 11, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1109, 62, 3, 10, 11, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1110, 62, 3, 10, 11, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1111, 62, 3, 10, 11, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1112, 62, 3, 10, 11, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1113, 62, 3, 10, 11, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1114, 62, 3, 10, 11, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1115, 62, 4, 10, 11, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1116, 62, 4, 10, 14, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1117, 62, 4, 10, 12, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1118, 62, 4, 10, 12, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1119, 62, 4, 10, 13, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1120, 62, 4, 10, 11, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1121, 62, 4, 10, 11, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1122, 62, 4, 10, 11, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1123, 62, 4, 10, 11, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1124, 62, 4, 10, 11, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1125, 62, 4, 10, 11, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1126, 62, 4, 10, 11, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1127, 62, 4, 10, 11, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1128, 62, 4, 10, 11, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1129, 79, 3, 10, 0, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1130, 80, 3, 10, 0, 0, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1131, 80, 3, 10, 0, 0, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1132, 80, 4, 10, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1133, 80, 3, 10, 0, 30, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1134, 80, 4, 10, 0, 70, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1135, 79, 3, 10, 0, 20, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1136, 79, 5, 10, 0, 50, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1137, 80, 4, 10, 0, 50, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1138, 14, 3, 3, 29, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1139, 32, 0, 0, 0, 2, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1140, 14, 3, 13, 14, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1141, 14, 4, 13, 14, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1142, 15, 3, 34, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1143, 15, 3, 35, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1144, 15, 3, 36, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1145, 15, 3, 37, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1146, 22, 3, 34, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1147, 26, 5, 3, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1148, 55, 3, 10, 0, 0, 300); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1149, 55, 3, 10, 0, 0, 100); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1150, 55, 4, 10, 0, 0, 300); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1151, 55, 4, 10, 0, 0, 200); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1152, 55, 4, 10, 0, 0, 100); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1153, 22, 0, 10, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1154, 15, 3, 3, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1155, 15, 1, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1156, 22, 0, 10, 0, -6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1157, 22, 0, 10, 0, -5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1158, 22, 0, 10, 0, -4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1159, 22, 0, 10, 0, -3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1160, 22, 0, 10, 0, -2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1161, 22, 0, 10, 0, -1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1162, 22, 0, 10, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1163, 22, 0, 10, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1164, 22, 0, 10, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1165, 22, 0, 10, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1166, 22, 0, 10, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1167, 22, 0, 10, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1168, 22, 5, 34, 2, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1169, 22, 5, 10, 64, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1170, 81, 5, 0, 0, 30000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1171, 81, 3, 0, 0, 10000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1172, 55, 4, 10, 0, 0, 150); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1173, 26, 0, 11, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1174, 26, 0, 12, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1175, 29, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1176, 22, 3, 35, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1177, 22, 3, 36, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1178, 10, 0, 35, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1179, 10, 0, 36, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1180, 22, 3, 1, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1181, 58, 1, 0, 0, 417, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1182, 3, 1, 0, 0, 10005, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1183, 3, 1, 0, 0, 10009, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1184, 13, 0, 3, 4, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1185, 13, 0, 3, 4, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1186, 22, 3, 64, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1187, 23, 0, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1188, 23, 1, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1189, 82, 0, 34, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1190, 82, 0, 35, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1191, 82, 0, 36, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1192, 82, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1193, 15, 3, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1194, 58, 0, 0, 0, 87, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1195, 58, 0, 0, 0, 969, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1196, 15, 1, 1, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1197, 11, 5, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1198, 9, 1, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1199, 58, 0, 0, 0, 410, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1200, 9, 5, 3, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1240, 22, 3, 1, 0, -5, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1241, 22, 3, 34, 0, -5, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1242, 22, 3, 35, 0, -5, 3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1243, 10, 1, 34, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1244, 40, 3, 10, 0, 100, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1245, 82, 0, 41, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1246, 22, 3, 34, 0, -3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1247, 22, 3, 1, 0, -3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1248, 58, 0, 0, 0, 960, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1249, 4, 3, 0, 0, 5000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1250, 4, 4, 0, 0, 5000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1251, 22, 0, 34, 0, -1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1252, 14, 5, 10, 34, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1253, 58, 0, 0, 0, 902, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1254, 55, 3, 10, 0, 0, 50); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1255, 81, 0, 0, 0, 10000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1256, 55, 4, 10, 0, 0, 25); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1257, 55, 4, 10, 0, 0, 60); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1258, 22, 0, 11, 0, -3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1259, 14, 5, 10, 34, 5, -3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1260, 14, 5, 10, 11, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1261, 14, 5, 10, 11, 3, -3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1262, 55, 5, 10, 0, 0, 30); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1263, 82, 0, 11, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1264, 9, 3, 34, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1265, 22, 0, 11, 0, -1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1266, 82, 0, 10, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1267, 81, 5, 0, 0, 8000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1268, 22, 5, 34, 0, -10, -1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1269, 22, 0, 11, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1270, 22, 0, 11, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1271, 22, 0, 12, 0, -1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1272, 22, 0, 12, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1273, 58, 0, 0, 0, 1010, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1274, 58, 1, 0, 0, 960, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1275, 3, 0, 0, 0, 10101, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1276, 4, 0, 0, 0, 1101, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1277, 4, 0, 0, 0, 1102, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1278, 4, 0, 0, 0, 1106, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1279, 4, 0, 0, 0, 1105, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1280, 4, 0, 0, 0, 1104, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1281, 4, 0, 0, 0, 1103, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1282, 83, 5, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1283, 83, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1284, 85, 0, 3, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1285, 85, 0, 3, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1286, 85, 0, 3, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1287, 85, 0, 3, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1288, 85, 0, 3, 0, 7, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1289, 85, 0, 3, 0, 8, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1290, 85, 0, 3, 0, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1291, 87, 0, 3, 0, 100601, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1292, 87, 0, 3, 0, 101601, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1293, 87, 0, 3, 0, 102101, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1294, 87, 0, 3, 0, 102201, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1295, 87, 0, 3, 0, 102401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1296, 87, 0, 3, 0, 100501, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1297, 87, 0, 3, 0, 101001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1298, 87, 0, 3, 0, 101501, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1299, 87, 0, 3, 0, 100401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1300, 87, 0, 3, 0, 100901, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1301, 87, 0, 3, 0, 101401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1302, 87, 0, 3, 0, 101201, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1303, 87, 0, 3, 0, 102301, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1304, 87, 0, 3, 0, 100301, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1305, 87, 0, 3, 0, 101901, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1306, 87, 0, 3, 0, 101301, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1307, 87, 0, 3, 0, 100201, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1308, 87, 0, 3, 0, 101101, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1309, 87, 0, 3, 0, 101801, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1310, 87, 0, 3, 0, 100101, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1311, 87, 0, 3, 0, 102001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1312, 87, 1, 3, 0, 100401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1313, 87, 1, 3, 0, 100501, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1314, 87, 1, 3, 0, 100901, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1315, 87, 1, 3, 0, 101001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1316, 87, 1, 3, 0, 100601, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1317, 87, 1, 3, 0, 101601, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1318, 87, 1, 3, 0, 101901, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1319, 87, 1, 3, 0, 100301, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1320, 87, 1, 3, 0, 101201, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1321, 87, 1, 3, 0, 102301, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1322, 87, 1, 3, 0, 101301, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1323, 87, 1, 3, 0, 100201, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1324, 87, 1, 3, 0, 101101, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1325, 87, 1, 3, 0, 101801, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1326, 87, 1, 3, 0, 100101, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1327, 87, 1, 3, 0, 102001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1328, 86, 0, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1329, 87, 0, 3, 0, -1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1330, 84, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1331, 84, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1332, 88, 0, 3, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1333, 2, 1, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1334, 26, 1, 11, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1335, 24, 3, 10, 11, -5, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1336, 24, 3, 10, 12, -5, 4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1337, 82, 0, 12, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1338, 58, 0, 0, 0, 1044, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1339, 58, 0, 0, 0, 1045, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1340, 14, 3, 10, 11, 13, -4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1341, 14, 3, 11, 12, 13, -4); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1342, 10, 1, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1343, 10, 5, 1, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1344, 10, 3, 1, 0, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1345, 55, 3, 10, 0, 0, 280); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1346, 58, 0, 0, 0, 1052, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1347, 14, 5, 10, 11, 5, -3); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1348, 58, 0, 0, 0, 991, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1349, 58, 0, 0, 0, 1000, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1350, 40, 0, 10, 0, 0, 500); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1351, 82, 0, 42, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1352, 82, 0, 43, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1353, 87, 1, 3, 0, 101501, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1354, 87, 1, 3, 0, 101401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1355, 13, 1, 10, 11, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1356, 58, 0, 0, 0, 2234, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1357, 14, 3, 11, 12, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1358, 14, 3, 10, 41, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1359, 15, 5, 41, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1360, 15, 2, 41, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1361, 9, 3, 10, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1362, 71, 4, 10, 0, 50, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1363, 71, 3, 10, 0, 50, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1364, 10, 3, 34, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1365, 10, 3, 35, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1366, 10, 3, 36, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1367, 10, 3, 1, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1368, 55, 5, 10, 0, 0, 30); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1369, 1, 1, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1370, 9, 1, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1371, 89, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1372, 89, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1373, 89, 0, 0, 0, 12, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1374, 89, 0, 0, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1375, 4, 0, 0, 0, 4117, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1376, 58, 0, 0, 0, 325, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1377, 84, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1378, 4, 0, 0, 0, 9600, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1379, 4, 0, 0, 0, 9601, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1380, 4, 0, 0, 0, 9602, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1381, 4, 0, 0, 0, 9603, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1382, 4, 0, 0, 0, 9604, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1383, 4, 0, 0, 0, 9605, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1384, 4, 0, 0, 0, 9606, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1385, 4, 0, 0, 0, 9700, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1386, 4, 0, 0, 0, 9701, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1387, 4, 0, 0, 0, 9702, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1388, 4, 0, 0, 0, 9703, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1389, 4, 0, 0, 0, 9704, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1390, 4, 0, 0, 0, 9705, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1391, 4, 0, 0, 0, 9706, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1392, 14, 5, 10, 11, 19, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1393, 4, 0, 0, 0, 9610, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1394, 4, 0, 0, 0, 9710, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1395, 89, 0, 0, 0, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1396, 92, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1397, 92, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1398, 92, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1399, 92, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1400, 92, 0, 0, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1401, 91, 0, 1, 0, -1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1402, 93, 0, 1, 0, 1, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1403, 93, 0, 1, 0, 2, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1404, 93, 0, 1, 0, 3, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1405, 93, 0, 1, 0, 4, 1); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1406, 93, 3, 1, 0, 1, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1407, 93, 3, 1, 0, 2, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1408, 93, 3, 1, 0, 3, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1409, 93, 3, 1, 0, 4, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1410, 94, 5, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1411, 94, 5, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1412, 94, 0, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1413, 94, 0, 1, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1414, 94, 0, 1, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1415, 92, 1, 0, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1416, 8, 5, 0, 0, 1400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1417, 8, 3, 0, 0, 1401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1418, 8, 5, 0, 0, 1800, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1419, 8, 3, 0, 0, 1801, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1420, 8, 5, 0, 0, 2400, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1421, 8, 3, 0, 0, 2401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1422, 94, 3, 1, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1423, 95, 3, 1, 0, 90, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1424, 26, 0, 1, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1425, 4, 0, 0, 0, 9611, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1426, 4, 0, 0, 0, 9612, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1427, 4, 0, 0, 0, 9613, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1428, 4, 0, 0, 0, 9614, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1429, 4, 0, 0, 0, 9615, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1430, 4, 0, 0, 0, 9616, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1431, 4, 0, 0, 0, 9617, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1432, 4, 0, 0, 0, 9620, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1433, 4, 0, 0, 0, 9621, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1434, 4, 0, 0, 0, 9622, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1435, 4, 0, 0, 0, 9623, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1436, 4, 0, 0, 0, 9624, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1437, 4, 0, 0, 0, 9625, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1438, 4, 0, 0, 0, 9626, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1439, 4, 0, 0, 0, 9627, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1440, 4, 0, 0, 0, 9628, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1441, 4, 0, 0, 0, 9629, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1442, 4, 0, 0, 0, 9630, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1443, 4, 0, 0, 0, 9631, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1444, 4, 0, 0, 0, 9632, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1445, 4, 0, 0, 0, 9633, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1446, 4, 0, 0, 0, 9634, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1447, 4, 0, 0, 0, 9635, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1448, 4, 0, 0, 0, 9636, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1449, 4, 0, 0, 0, 9640, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1450, 4, 0, 0, 0, 9641, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1451, 4, 0, 0, 0, 9642, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1452, 4, 0, 0, 0, 9643, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1453, 4, 0, 0, 0, 9650, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1454, 4, 0, 0, 0, 9651, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1455, 4, 0, 0, 0, 9652, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1456, 4, 0, 0, 0, 9661, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1457, 4, 0, 0, 0, 9662, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1458, 4, 0, 0, 0, 9711, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1459, 4, 0, 0, 0, 9712, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1460, 4, 0, 0, 0, 9713, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1461, 4, 0, 0, 0, 9714, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1462, 4, 0, 0, 0, 9715, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1463, 4, 0, 0, 0, 9716, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1464, 4, 0, 0, 0, 9717, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1465, 4, 0, 0, 0, 9720, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1466, 4, 0, 0, 0, 9721, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1467, 4, 0, 0, 0, 9722, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1468, 4, 0, 0, 0, 9723, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1469, 4, 0, 0, 0, 9724, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1470, 4, 0, 0, 0, 9725, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1471, 4, 0, 0, 0, 9726, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1472, 4, 0, 0, 0, 9727, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1473, 4, 0, 0, 0, 9728, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1474, 4, 0, 0, 0, 9729, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1475, 4, 0, 0, 0, 9730, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1476, 4, 0, 0, 0, 9731, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1477, 4, 0, 0, 0, 9732, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1478, 4, 0, 0, 0, 9733, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1479, 4, 0, 0, 0, 9734, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1480, 4, 0, 0, 0, 9735, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1481, 4, 0, 0, 0, 9736, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1482, 4, 0, 0, 0, 9740, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1483, 4, 0, 0, 0, 9741, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1484, 4, 0, 0, 0, 9742, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1485, 4, 0, 0, 0, 9743, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1486, 4, 0, 0, 0, 9750, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1487, 4, 0, 0, 0, 9751, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1488, 4, 0, 0, 0, 9752, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1489, 4, 0, 0, 0, 9761, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1490, 4, 0, 0, 0, 9762, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1491, 89, 0, 0, 0, 8, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1492, 9, 0, 65, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1493, 9, 0, 65, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1494, 9, 0, 65, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1495, 9, 0, 65, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1496, 9, 0, 65, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1497, 9, 0, 65, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1498, 9, 0, 65, 0, 7, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1499, 9, 0, 65, 0, 8, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1500, 9, 0, 65, 0, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1501, 9, 0, 65, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1502, 9, 0, 65, 0, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1503, 9, 0, 65, 0, 12, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1504, 9, 0, 65, 0, 13, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1505, 9, 0, 65, 0, 14, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1506, 9, 0, 65, 0, 15, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1507, 9, 0, 65, 0, 16, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1508, 9, 0, 65, 0, 17, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1509, 9, 0, 65, 0, 18, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1510, 97, 0, 65, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1511, 97, 3, 65, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1512, 98, 0, 65, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1513, 98, 0, 65, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1514, 98, 0, 65, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1515, 98, 0, 65, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1516, 98, 0, 65, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1517, 98, 3, 65, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1518, 98, 5, 65, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1519, 99, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1520, 99, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1521, 99, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1522, 99, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1523, 15, 0, 65, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1524, 15, 0, 65, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1525, 15, 0, 65, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1526, 15, 0, 65, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1527, 100, 3, 65, 0, 1, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1528, 100, 5, 65, 0, 1, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1529, 100, 3, 65, 0, 2, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1530, 100, 5, 65, 0, 2, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1531, 101, 3, 65, 0, 1, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1532, 101, 5, 65, 0, 1, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1533, 101, 3, 65, 0, 2, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1534, 101, 5, 65, 0, 2, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1535, 101, 3, 65, 0, 3, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1536, 101, 5, 65, 0, 3, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1537, 101, 3, 65, 0, 4, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1538, 101, 5, 65, 0, 4, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1539, 102, 3, 65, 0, 4, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1540, 102, 5, 65, 0, 4, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1541, 102, 3, 65, 0, 3, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1542, 102, 5, 65, 0, 3, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1543, 102, 3, 65, 0, 2, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1544, 102, 5, 65, 0, 2, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1545, 102, 3, 65, 0, 1, 7); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1546, 102, 5, 65, 0, 1, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1547, 9, 3, 65, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1548, 9, 5, 65, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1549, 9, 3, 65, 0, 7, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1550, 9, 5, 65, 0, 9, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1551, 9, 3, 65, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1552, 96, 5, 65, 0, 1, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1553, 96, 3, 65, 0, 1, 10); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1554, 96, 5, 65, 0, 2, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1555, 96, 3, 65, 0, 2, 10); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1556, 96, 5, 65, 0, 3, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1557, 96, 3, 65, 0, 3, 10); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1558, 82, 0, 65, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1559, 4, 0, 0, 0, 1025, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1560, 87, 0, 3, 0, 102501, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1561, 87, 1, 3, 0, 102501, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1562, 33, 0, 1, 0, 1001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1563, 33, 0, 1, 0, 1002, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1564, 33, 0, 1, 0, 1003, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1565, 33, 0, 1, 0, 1004, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1566, 33, 0, 1, 0, 1006, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1567, 33, 0, 1, 0, 1007, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1568, 33, 0, 1, 0, 1008, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1569, 33, 0, 1, 0, 1009, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1570, 33, 0, 1, 0, 1010, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1571, 33, 0, 1, 0, 1011, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1572, 33, 0, 1, 0, 1013, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1573, 33, 0, 1, 0, 1014, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1574, 33, 0, 1, 0, 1017, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1575, 33, 0, 1, 0, 1018, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1576, 33, 0, 1, 0, 1024, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1577, 33, 0, 1, 0, 1027, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1578, 33, 0, 1, 0, 1030, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1579, 33, 0, 1, 0, 1032, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1580, 33, 0, 1, 0, 1035, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1581, 33, 0, 1, 0, 1041, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1582, 33, 0, 1, 0, 1045, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1583, 33, 0, 1, 0, 1052, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1584, 33, 0, 1, 0, 1056, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1585, 33, 0, 1, 0, 1060, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1586, 33, 0, 1, 0, 1061, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1587, 33, 0, 35, 0, 1001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1588, 105, 0, 0, 0, 1027, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1589, 105, 0, 0, 0, 1006, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1590, 4, 0, 0, 0, 2024, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1591, 5, 1, 0, 0, 900, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1592, 87, 0, 1, 0, 100701, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1593, 87, 0, 1, 0, 201701, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1594, 103, 0, 1, 0, 2, 2); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1595, 106, 0, 1, 0, 100, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1596, 108, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1597, 107, 3, 1, 0, 100, 5); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1598, 86, 0, 1, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1599, 55, 5, 10, 0, 0, 160); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1600, 55, 3, 10, 0, 0, 120); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1601, 55, 4, 10, 0, 0, 80); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1602, 87, 0, 1, 0, 100501, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1603, 87, 0, 1, 0, 101501, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1604, 87, 0, 1, 0, 101001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1605, 87, 1, 1, 0, 101001, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1606, 87, 0, 1, 0, 100601, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1607, 87, 1, 1, 0, 100601, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1608, 104, 0, 1, 0, 1, 2000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1609, 55, 3, 10, 0, 0, 80); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1610, 55, 4, 10, 0, 0, 120); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1611, 55, 3, 10, 0, 0, 70); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1615, 22, 5, 10, 2, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1616, 58, 1, 0, 0, 131, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1617, 58, 1, 0, 0, 111, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1618, 33, 0, 1, 0, 1015, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1619, 89, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1620, 14, 2, 10, 11, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1621, 26, 0, 66, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1622, 26, 0, 67, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1623, 26, 0, 68, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1624, 62, 3, 10, 11, 20, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1625, 4, 0, 0, 0, 4081, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1626, 89, 0, 0, 0, 11, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1627, 4, 0, 0, 0, 6005, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1628, 4, 0, 0, 0, 6017, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1629, 33, 0, 1, 0, 1026, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1630, 55, 3, 10, 0, 0, 900); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1631, 4, 0, 0, 0, 1027, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1632, 87, 0, 3, 0, 102701, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1633, 87, 1, 3, 0, 102701, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1634, 33, 0, 1, 0, 1023, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1635, 89, 0, 0, 0, 7, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1636, 33, 0, 1, 0, 1038, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1637, 33, 0, 1, 0, 1050, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1638, 58, 0, 0, 0, 147, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1639, 89, 0, 0, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1640, 109, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1641, 109, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1642, 109, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1643, 109, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1644, 109, 0, 0, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1645, 112, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1646, 111, 0, 0, 0, 0, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1647, 111, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1648, 111, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1649, 33, 0, 1, 0, 1046, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1650, 4, 0, 0, 0, 7007, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1651, 4, 0, 0, 0, 7008, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1652, 113, 0, 0, 0, 6, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1653, 113, 0, 0, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1654, 113, 0, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1655, 113, 0, 0, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1656, 113, 0, 0, 0, 2, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1657, 113, 0, 0, 0, 1, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1658, 33, 0, 1, 0, 1016, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1659, 4, 0, 0, 0, 2009, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1660, 33, 1, 10, 0, 1062, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1661, 33, 1, 10, 0, 1066, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1662, 33, 0, 1, 0, 1020, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1663, 4, 0, 0, 0, 6018, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1664, 22, 0, 10, 0, -60, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1665, 33, 0, 1, 0, 1012, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1666, 10, 3, 34, 0, 3, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1667, 33, 0, 1, 0, 1005, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1668, 4, 0, 0, 0, 2006, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1669, 33, 0, 1, 0, 1040, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1670, 4, 0, 0, 0, 6019, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1671, 4, 0, 0, 0, 7009, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1672, 4, 0, 0, 0, 7010, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1673, 4, 0, 0, 0, 7012, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1674, 33, 0, 1, 0, 1058, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1675, 33, 0, 1, 0, 1037, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1676, 4, 0, 0, 0, 6020, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1677, 89, 1, 0, 0, 10, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1678, 33, 0, 1, 0, 1028, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1679, 4, 0, 0, 0, 6021, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1680, 109, 1, 0, 0, 5, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1681, 109, 1, 0, 0, 4, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1682, 33, 0, 1, 0, 1019, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1683, 104, 0, 1, 0, 1, 2000); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1684, 33, 0, 1, 0, 1039, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1685, 4, 0, 0, 0, 6022, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1686, 33, 0, 1, 0, 1025, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1687, 33, 0, 1, 0, 1048, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1688, 4, 0, 0, 0, 6023, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1689, 33, 0, 1, 0, 1059, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1694, 4, 1, 0, 0, 7015, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1695, 4, 1, 0, 0, 7016, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1838, 33, 1, 1, 0, 1069, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1839, 87, 1, 3, 0, 102801, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1917, 119, 0, 1, 0, 100401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1918, 119, 0, 1, 0, 100901, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1919, 119, 0, 1, 0, 101401, 0); INSERT INTO race_jikkyo_trigger (id, command, inequality, horse1, horse2, param1, param2) VALUES (1925, 119, 0, 1, 0, 101001, 0); -- Table: race_motivation_rate CREATE TABLE 'race_motivation_rate' ('id' INTEGER NOT NULL, 'motivation_rate' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_motivation_rate (id, motivation_rate) VALUES (1, 9600); INSERT INTO race_motivation_rate (id, motivation_rate) VALUES (2, 9800); INSERT INTO race_motivation_rate (id, motivation_rate) VALUES (3, 10000); INSERT INTO race_motivation_rate (id, motivation_rate) VALUES (4, 10200); INSERT INTO race_motivation_rate (id, motivation_rate) VALUES (5, 10400); -- Table: race_overrun_pattern CREATE TABLE 'race_overrun_pattern' ('id' INTEGER NOT NULL, 'finish_order_0_type' INTEGER NOT NULL, 'finish_order_1_type' INTEGER NOT NULL, 'finish_order_2_type' INTEGER NOT NULL, 'finish_order_3_type' INTEGER NOT NULL, 'finish_order_4_type' INTEGER NOT NULL, 'finish_order_lose_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_overrun_pattern (id, finish_order_0_type, finish_order_1_type, finish_order_2_type, finish_order_3_type, finish_order_4_type, finish_order_lose_type) VALUES (1, 2, 4, 4, 4, 4, 3); INSERT INTO race_overrun_pattern (id, finish_order_0_type, finish_order_1_type, finish_order_2_type, finish_order_3_type, finish_order_4_type, finish_order_lose_type) VALUES (2, 2, 4, 4, 5, 5, 3); INSERT INTO race_overrun_pattern (id, finish_order_0_type, finish_order_1_type, finish_order_2_type, finish_order_3_type, finish_order_4_type, finish_order_lose_type) VALUES (3, 2, 2, 2, 4, 4, 3); INSERT INTO race_overrun_pattern (id, finish_order_0_type, finish_order_1_type, finish_order_2_type, finish_order_3_type, finish_order_4_type, finish_order_lose_type) VALUES (4, 2, 5, 5, 5, 5, 3); INSERT INTO race_overrun_pattern (id, finish_order_0_type, finish_order_1_type, finish_order_2_type, finish_order_3_type, finish_order_4_type, finish_order_lose_type) VALUES (5, 2, 2, 2, 2, 2, 2); -- Table: race_player_camera CREATE TABLE 'race_player_camera' ('id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'prefab_name' TEXT NOT NULL, 'category' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (100000, 0, 'pfb_cam_race00000_01_00_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (100001, 0, 'pfb_cam_race00000_01_00_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (100002, 0, 'pfb_cam_race00000_01_00_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101000, 0, 'pfb_cam_race00000_01_01_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101001, 0, 'pfb_cam_race00000_01_01_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101002, 0, 'pfb_cam_race00000_01_01_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101003, 0, 'pfb_cam_race00000_01_01_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101004, 0, 'pfb_cam_race00000_01_01_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101005, 0, 'pfb_cam_race00000_01_01_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101006, 0, 'pfb_cam_race00000_01_01_006_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101007, 0, 'pfb_cam_race00000_01_01_007_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101008, 0, 'pfb_cam_race00000_01_01_008_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (101009, 0, 'pfb_cam_race00000_01_01_009_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (102000, 0, 'pfb_cam_race00000_01_02_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (102001, 0, 'pfb_cam_race00000_01_02_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (102002, 0, 'pfb_cam_race00000_01_02_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (102003, 0, 'pfb_cam_race00000_01_02_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (102004, 0, 'pfb_cam_race00000_01_02_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (102005, 0, 'pfb_cam_race00000_01_02_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (102006, 0, 'pfb_cam_race00000_01_02_006_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (102007, 0, 'pfb_cam_race00000_01_02_007_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103000, 0, 'pfb_cam_race00000_01_03_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103001, 0, 'pfb_cam_race00000_01_03_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103002, 0, 'pfb_cam_race00000_01_03_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103003, 0, 'pfb_cam_race00000_01_03_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103004, 0, 'pfb_cam_race00000_01_03_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103005, 0, 'pfb_cam_race00000_01_03_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103006, 0, 'pfb_cam_race00000_01_03_006_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103007, 0, 'pfb_cam_race00000_01_03_007_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103008, 0, 'pfb_cam_race00000_01_03_008_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103009, 0, 'pfb_cam_race00000_01_03_009_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (103010, 0, 'pfb_cam_race00000_01_03_010_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (104000, 0, 'pfb_cam_race00000_01_04_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (104001, 0, 'pfb_cam_race00000_01_04_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (104002, 0, 'pfb_cam_race00000_01_04_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (104003, 0, 'pfb_cam_race00000_01_04_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (104004, 0, 'pfb_cam_race00000_01_04_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (104005, 0, 'pfb_cam_race00000_01_04_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (105000, 0, 'pfb_cam_race00000_01_05_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (105001, 0, 'pfb_cam_race00000_01_05_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (105002, 0, 'pfb_cam_race00000_01_05_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (105003, 0, 'pfb_cam_race00000_01_05_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (105004, 0, 'pfb_cam_race00000_01_05_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (105005, 0, 'pfb_cam_race00000_01_05_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (105006, 0, 'pfb_cam_race00000_01_05_006_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106000, 0, 'pfb_cam_race00000_01_06_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106001, 0, 'pfb_cam_race00000_01_06_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106002, 0, 'pfb_cam_race00000_01_06_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106003, 0, 'pfb_cam_race00000_01_06_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106004, 0, 'pfb_cam_race00000_01_06_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106005, 0, 'pfb_cam_race00000_01_06_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106006, 0, 'pfb_cam_race00000_01_06_006_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106007, 0, 'pfb_cam_race00000_01_06_007_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106008, 0, 'pfb_cam_race00000_01_06_008_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (106009, 0, 'pfb_cam_race00000_01_06_009_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (107000, 0, 'pfb_cam_race00000_01_07_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (107001, 0, 'pfb_cam_race00000_01_07_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (107002, 0, 'pfb_cam_race00000_01_07_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (107003, 0, 'pfb_cam_race00000_01_07_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (107004, 0, 'pfb_cam_race00000_01_07_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (107005, 0, 'pfb_cam_race00000_01_07_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (107006, 0, 'pfb_cam_race00000_01_07_006_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108000, 1, 'pfb_cam_race00000_01_08_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108001, 1, 'pfb_cam_race00000_01_08_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108002, 1, 'pfb_cam_race00000_01_08_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108003, 1, 'pfb_cam_race00000_01_08_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108004, 1, 'pfb_cam_race00000_01_08_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108005, 1, 'pfb_cam_race00000_01_08_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108006, 1, 'pfb_cam_race00000_01_08_006_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108007, 1, 'pfb_cam_race00000_01_08_007_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108008, 1, 'pfb_cam_race00000_01_08_008_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108009, 1, 'pfb_cam_race00000_01_08_009_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108010, 1, 'pfb_cam_race00000_01_08_010_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108011, 1, 'pfb_cam_race00000_01_08_011_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108012, 1, 'pfb_cam_race00000_01_08_012_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108013, 1, 'pfb_cam_race00000_01_08_013_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108014, 1, 'pfb_cam_race00000_01_08_014_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108015, 1, 'pfb_cam_race00000_01_08_015_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108016, 1, 'pfb_cam_race00000_01_08_016_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108017, 1, 'pfb_cam_race00000_01_08_017_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (108018, 1, 'pfb_cam_race00000_01_08_018_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (109000, 0, 'pfb_cam_race00000_01_09_000_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (109001, 0, 'pfb_cam_race00000_01_09_001_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (109002, 0, 'pfb_cam_race00000_01_09_002_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (109003, 0, 'pfb_cam_race00000_01_09_003_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (109004, 0, 'pfb_cam_race00000_01_09_004_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (109005, 0, 'pfb_cam_race00000_01_09_005_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (109006, 0, 'pfb_cam_race00000_01_09_006_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (109007, 0, 'pfb_cam_race00000_01_09_007_00', 1); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (20000000, 1, 'pfb_cam_race00000_02_00_000_00', 2); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (20000100, 1, 'pfb_cam_race00000_02_00_001_00', 2); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (20000200, 1, 'pfb_cam_race00000_02_00_002_00', 2); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (20100000, 1, 'pfb_cam_race00000_02_01_000_00', 2); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (20100100, 1, 'pfb_cam_race00000_02_01_001_00', 2); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (20100200, 1, 'pfb_cam_race00000_02_01_002_00', 2); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (40000000, 0, 'pfb_cam_race00000_04_00_000_00', 4); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (40000001, 0, 'pfb_cam_race00000_04_00_000_01', 4); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (40000002, 0, 'pfb_cam_race00000_04_00_000_02', 4); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (40000003, 0, 'pfb_cam_race00000_04_00_000_03', 4); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (40000004, 0, 'pfb_cam_race00000_04_00_000_04', 4); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (40000005, 0, 'pfb_cam_race00000_04_00_000_05', 4); INSERT INTO race_player_camera (id, priority, prefab_name, category) VALUES (40000006, 0, 'pfb_cam_race00000_04_00_000_06', 4); -- Table: race_popularity_proper_value CREATE TABLE 'race_popularity_proper_value' ('id' INTEGER NOT NULL, 'proper_type' INTEGER NOT NULL, 'proper_grade' INTEGER NOT NULL, 'value' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (1, 1, 8, 50); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (2, 1, 7, 45); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (3, 1, 6, 40); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (4, 1, 5, 35); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (5, 1, 4, 20); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (6, 1, 3, 15); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (7, 1, 2, 10); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (8, 1, 1, 5); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (9, 2, 8, 50); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (10, 2, 7, 45); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (11, 2, 6, 40); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (12, 2, 5, 35); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (13, 2, 4, 20); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (14, 2, 3, 15); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (15, 2, 2, 10); INSERT INTO race_popularity_proper_value (id, proper_type, proper_grade, value) VALUES (16, 2, 1, 5); -- Table: race_proper_distance_rate CREATE TABLE 'race_proper_distance_rate' ('id' INTEGER NOT NULL, 'proper_rate_speed' INTEGER NOT NULL, 'proper_rate_power' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (0, 0, 0); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (1, 1000, 4000); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (2, 2000, 5000); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (3, 4000, 6000); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (4, 6000, 10000); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (5, 8000, 10000); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (6, 9000, 10000); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (7, 10000, 10000); INSERT INTO race_proper_distance_rate (id, proper_rate_speed, proper_rate_power) VALUES (8, 10500, 10000); -- Table: race_proper_ground_rate CREATE TABLE 'race_proper_ground_rate' ('id' INTEGER NOT NULL, 'proper_rate' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (0, 0); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (1, 1000); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (2, 3000); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (3, 5000); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (4, 7000); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (5, 8000); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (6, 9000); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (7, 10000); INSERT INTO race_proper_ground_rate (id, proper_rate) VALUES (8, 10500); -- Table: race_proper_runningstyle_rate CREATE TABLE 'race_proper_runningstyle_rate' ('id' INTEGER NOT NULL, 'proper_rate' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (0, 0); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (1, 1000); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (2, 2000); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (3, 4000); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (4, 6000); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (5, 7500); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (6, 8500); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (7, 10000); INSERT INTO race_proper_runningstyle_rate (id, proper_rate) VALUES (8, 11000); -- Table: race_single_mode_team_status CREATE TABLE 'race_single_mode_team_status' ('id' INTEGER NOT NULL, 'team_rank_threshold' INTEGER NOT NULL, 'add_status' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_single_mode_team_status (id, team_rank_threshold, add_status) VALUES (1, 6, 50); INSERT INTO race_single_mode_team_status (id, team_rank_threshold, add_status) VALUES (2, 11, 30); INSERT INTO race_single_mode_team_status (id, team_rank_threshold, add_status) VALUES (3, 16, 20); INSERT INTO race_single_mode_team_status (id, team_rank_threshold, add_status) VALUES (4, 21, 10); INSERT INTO race_single_mode_team_status (id, team_rank_threshold, add_status) VALUES (5, 26, 0); INSERT INTO race_single_mode_team_status (id, team_rank_threshold, add_status) VALUES (6, 99999, 0); -- Table: race_track CREATE TABLE 'race_track' ('id' INTEGER NOT NULL, 'initial_lane_type' INTEGER NOT NULL, 'enable_half_gate' INTEGER NOT NULL, 'horse_num_gate_variation' INTEGER NOT NULL, 'turf_vision_type' INTEGER NOT NULL, 'footsmoke_color_type' INTEGER NOT NULL, 'area' INTEGER NOT NULL, 'flag_type' INTEGER NOT NULL, 'gate_panel_type' INTEGER NOT NULL, 'gate_lamp_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10001, 1, 1, 0, 1, 1, 0, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10002, 1, 1, 0, 1, 1, 0, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10003, 1, 1, 0, 1, 1, 1, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10004, 1, 1, 0, 1, 1, 1, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10005, 1, 1, 0, 1, 1, 2, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10006, 1, 1, 0, 1, 1, 2, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10007, 1, 1, 0, 1, 1, 3, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10008, 1, 1, 0, 1, 1, 3, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10009, 1, 1, 0, 1, 1, 3, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10010, 1, 1, 0, 1, 1, 4, 0, 1, 1); INSERT INTO race_track (id, initial_lane_type, enable_half_gate, horse_num_gate_variation, turf_vision_type, footsmoke_color_type, area, flag_type, gate_panel_type, gate_lamp_type) VALUES (10101, 2, 0, 1, 2, 2, 2, 1, 1, 1); -- Table: race_trophy CREATE TABLE 'race_trophy' ('id' INTEGER NOT NULL, 'trophy_id' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'original_flag' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'size' INTEGER NOT NULL, 'event_type' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'display_end_date' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (1, 3070, 307001, 0, 135, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (2, 3069, 306901, 1, 134, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (3, 3068, 306801, 0, 133, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (4, 3067, 306701, 0, 132, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (5, 3066, 306601, 0, 131, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (6, 3065, 306501, 0, 130, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (7, 3064, 306401, 1, 129, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (8, 3063, 306301, 0, 128, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (9, 3062, 306201, 0, 127, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (10, 3061, 306101, 0, 126, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (11, 3060, 306001, 0, 125, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (12, 3059, 305901, 0, 124, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (13, 3057, 305701, 0, 123, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (14, 3056, 305601, 0, 122, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (15, 3055, 305501, 0, 121, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (16, 3054, 305401, 0, 120, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (17, 3053, 305301, 0, 119, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (18, 3052, 305201, 0, 118, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (19, 3051, 305101, 0, 117, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (20, 3050, 305001, 0, 116, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (21, 3049, 304901, 0, 115, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (22, 3048, 304801, 0, 114, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (23, 3047, 304701, 0, 113, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (24, 3046, 304601, 0, 112, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (25, 3045, 304501, 0, 111, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (26, 3044, 304401, 0, 110, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (27, 3043, 304301, 0, 109, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (28, 3042, 304201, 0, 108, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (29, 3041, 304101, 0, 107, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (30, 3040, 304001, 0, 106, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (31, 3039, 303901, 0, 105, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (32, 3038, 303801, 0, 104, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (33, 3037, 303701, 0, 103, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (34, 3036, 303601, 0, 102, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (35, 3035, 303501, 0, 101, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (36, 3034, 303401, 0, 100, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (37, 3033, 303301, 1, 99, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (38, 3032, 303201, 1, 98, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (39, 3031, 303101, 0, 97, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (40, 3030, 303001, 0, 96, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (41, 4050, 405001, 0, 95, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (42, 3029, 302901, 0, 94, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (43, 3028, 302801, 0, 93, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (44, 3027, 302701, 0, 92, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (45, 3026, 302601, 0, 91, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (46, 3025, 302501, 1, 90, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (47, 3024, 302401, 0, 89, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (48, 3023, 302301, 0, 88, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (49, 3022, 302201, 0, 87, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (50, 3021, 302101, 0, 86, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (51, 3020, 302001, 1, 85, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (52, 3019, 301901, 0, 84, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (53, 3017, 301701, 0, 83, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (54, 3016, 301601, 1, 82, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (55, 3015, 301501, 1, 81, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (56, 3014, 301401, 0, 80, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (57, 3013, 301301, 0, 79, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (58, 3012, 301201, 1, 78, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (59, 3011, 301101, 1, 77, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (60, 3010, 301001, 1, 76, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (61, 3009, 300901, 0, 75, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (62, 3008, 300801, 1, 74, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (63, 3007, 300701, 0, 73, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (64, 3006, 300601, 0, 72, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (65, 3005, 300501, 0, 71, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (66, 3004, 300401, 0, 70, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (67, 3003, 300301, 0, 69, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (68, 3002, 300201, 0, 68, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (69, 3001, 300101, 0, 67, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (70, 2034, 203401, 0, 66, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (71, 2033, 203301, 0, 65, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (72, 2032, 203201, 0, 64, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (73, 2031, 203101, 1, 63, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (74, 2030, 203001, 1, 62, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (75, 2029, 202901, 0, 61, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (76, 3058, 305801, 0, 60, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (77, 2028, 202801, 1, 59, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (78, 2027, 202701, 0, 58, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (79, 2026, 202601, 1, 57, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (80, 2025, 202501, 0, 56, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (81, 2024, 202401, 0, 55, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (82, 2023, 202301, 1, 54, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (83, 2022, 202201, 0, 53, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (84, 2021, 202101, 0, 52, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (85, 2020, 202001, 0, 51, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (86, 2019, 201901, 0, 50, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (87, 2018, 201801, 1, 49, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (88, 2017, 201701, 0, 48, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (89, 2016, 201601, 1, 47, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (90, 2015, 201501, 1, 46, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (91, 2014, 201401, 0, 45, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (92, 2013, 201301, 1, 44, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (93, 2012, 201201, 0, 43, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (94, 2011, 201101, 0, 42, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (95, 2010, 201001, 0, 41, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (96, 2009, 200901, 0, 40, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (97, 2008, 200801, 0, 39, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (98, 2007, 200701, 0, 38, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (99, 2006, 200601, 1, 37, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (100, 3018, 301801, 0, 36, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (101, 2005, 200501, 0, 35, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (102, 2004, 200401, 0, 34, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (103, 2003, 200301, 1, 33, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (104, 2002, 200201, 0, 32, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (105, 2001, 200101, 0, 31, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (106, 1101, 110101, 1, 30, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (107, 1102, 110201, 1, 29, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (108, 1103, 110301, 1, 28, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (109, 1104, 110401, 1, 27, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (110, 1105, 110501, 1, 26, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (111, 1106, 110601, 1, 25, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (112, 1024, 102401, 1, 24, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (113, 1023, 102301, 1, 23, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (114, 1022, 102201, 1, 22, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (115, 1021, 102101, 1, 21, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (116, 1020, 102001, 1, 20, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (117, 1019, 101901, 1, 19, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (118, 1018, 101801, 1, 18, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (119, 1017, 101701, 1, 17, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (120, 1016, 101601, 1, 16, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (121, 1015, 101501, 1, 15, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (122, 1014, 101401, 1, 14, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (123, 1013, 101301, 1, 13, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (124, 1012, 101201, 1, 12, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (125, 1011, 101101, 1, 11, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (126, 1010, 101001, 1, 10, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (127, 1009, 100901, 1, 9, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (128, 1008, 100801, 1, 8, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (129, 1007, 100701, 1, 7, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (130, 1006, 100601, 1, 6, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (131, 1005, 100501, 1, 5, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (132, 1004, 100401, 1, 4, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (133, 1003, 100301, 1, 3, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (134, 1002, 100201, 1, 2, 0, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (135, 1001, 100101, 1, 1, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (140, 5920, 592001, 1, 1002, 0, 1, '2025/07/06 22:00:00', '2025/07/09 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (142, 5921, 592002, 1, 1003, 0, 1, '2025/07/09 15:00:00', '2025/07/12 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (144, 5922, 592003, 1, 1004, 0, 1, '2025/07/12 15:00:00', '2025/07/15 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (146, 9001, 910201, 1, 500, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (147, 9001, 910202, 1, 500, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (148, 9001, 910203, 1, 500, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (149, 9001, 910204, 1, 500, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (150, 9001, 910205, 1, 500, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (151, 9001, 910206, 1, 500, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (152, 9001, 910207, 1, 500, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (153, 9002, 910208, 1, 501, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (154, 9002, 910209, 1, 501, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (155, 9002, 910210, 1, 501, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (156, 9002, 910211, 1, 501, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (157, 9002, 910212, 1, 501, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (158, 9002, 910213, 1, 501, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (159, 9002, 910214, 1, 501, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (160, 9002, 910215, 1, 501, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (161, 9003, 910216, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (162, 9003, 910217, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (163, 9003, 910218, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (164, 9003, 910219, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (165, 9003, 910220, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (166, 9003, 910221, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (167, 9003, 910222, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (168, 9003, 910223, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (169, 9003, 910224, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (170, 9003, 910225, 1, 502, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (171, 9004, 910226, 1, 503, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (172, 9004, 910227, 1, 503, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (173, 9004, 910228, 1, 503, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (174, 9004, 910229, 1, 503, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (175, 9004, 910230, 1, 503, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (176, 9004, 910231, 1, 503, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (177, 9004, 910232, 1, 503, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (178, 9005, 910233, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (179, 9005, 910234, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (180, 9005, 910235, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (181, 9005, 910236, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (182, 9005, 910237, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (183, 9005, 910238, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (184, 9005, 910239, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (185, 9005, 910240, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (186, 9005, 910241, 1, 504, 1, 1, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (187, 1012, 102501, 1, 12, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (188, 1015, 102601, 1, 15, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (189, 2010, 203501, 0, 41, 1, 0, '2020/01/20', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (190, 1006, 102701, 1, 6, 0, 0, '2025/07/10 22:00:00', '2050/01/27'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (191, 5945, 594501, 1, 1005, 0, 1, '2025/07/27 22:00:00', '2025/07/30 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (192, 5947, 594503, 1, 1006, 0, 1, '2025/07/30 15:00:00', '2025/08/02 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (193, 5946, 594502, 1, 1007, 0, 1, '2025/08/02 15:00:00', '2025/08/05 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (194, 5948, 594504, 1, 1008, 0, 1, '2025/08/05 15:00:00', '2025/08/08 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (195, 5935, 593501, 1, 1009, 0, 1, '2025/08/21 22:00:00', '2025/08/24 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (196, 5936, 593502, 1, 1010, 0, 1, '2025/08/24 15:00:00', '2025/08/27 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (197, 5937, 593503, 1, 1011, 0, 1, '2025/08/27 15:00:00', '2025/08/30 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (198, 5933, 593004, 1, 1012, 0, 1, '2025/09/11 22:00:00', '2025/09/14 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (199, 5931, 593002, 1, 1013, 0, 1, '2025/09/14 15:00:00', '2025/09/17 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (200, 5932, 593003, 1, 1014, 0, 1, '2025/09/17 15:00:00', '2025/09/20 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (201, 5930, 593001, 1, 1015, 0, 1, '2025/09/20 15:00:00', '2025/09/23 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (202, 5940, 594001, 1, 1016, 0, 1, '2025/10/26 22:00:00', '2025/10/29 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (203, 5941, 594002, 1, 1017, 0, 1, '2025/10/29 15:00:00', '2025/11/01 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (204, 5942, 594003, 1, 1018, 0, 1, '2025/11/01 15:00:00', '2025/11/04 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (205, 5960, 596001, 1, 1019, 0, 1, '2025/11/13 22:00:00', '2025/11/16 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (206, 5961, 596002, 1, 1020, 0, 1, '2025/11/16 15:00:00', '2025/11/19 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (207, 5962, 596003, 1, 1021, 0, 1, '2025/11/19 15:00:00', '2025/11/22 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (208, 5950, 595001, 1, 1022, 0, 1, '2025/12/04 22:00:00', '2025/12/07 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (209, 5951, 595002, 1, 1023, 0, 1, '2025/12/07 15:00:00', '2025/12/10 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (210, 5952, 595003, 1, 1024, 0, 1, '2025/12/10 15:00:00', '2025/12/13 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (211, 5965, 596501, 1, 1025, 0, 1, '2025/12/22 22:00:00', '2025/12/25 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (212, 5966, 596502, 1, 1026, 0, 1, '2025/12/25 15:00:00', '2025/12/28 14:59:59'); INSERT INTO race_trophy (id, trophy_id, race_instance_id, original_flag, disp_order, size, event_type, start_date, display_end_date) VALUES (213, 5967, 596503, 1, 1027, 0, 1, '2025/12/28 15:00:00', '2025/12/31 14:59:59'); -- Table: race_trophy_reward CREATE TABLE 'race_trophy_reward' ('trophy_id' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('trophy_id')); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1001, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1002, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1003, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1004, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1005, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1006, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1007, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1008, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1009, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1010, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1011, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1012, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1013, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1014, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1015, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1016, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1017, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1018, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1019, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1020, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1021, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1022, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1023, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1024, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1101, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1102, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1103, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1104, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1105, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (1106, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2001, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2002, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2003, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2004, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2005, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2006, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2007, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2008, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2009, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2010, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2011, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2012, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2013, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2014, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2015, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2016, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2017, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2018, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2019, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2020, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2021, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2022, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2023, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2024, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2025, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2026, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2027, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2028, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2029, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2030, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2031, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2032, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2033, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (2034, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3001, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3002, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3003, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3004, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3005, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3006, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3007, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3008, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3009, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3010, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3011, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3012, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3013, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3014, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3015, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3016, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3017, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3018, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3019, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3020, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3021, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3022, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3023, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3024, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3025, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3026, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3027, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3028, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3029, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3030, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3031, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3032, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3033, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3034, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3035, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3036, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3037, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3038, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3039, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3040, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3041, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3042, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3043, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3044, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3045, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3046, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3047, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3048, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3049, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3050, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3051, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3052, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3053, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3054, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3055, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3056, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3057, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3058, 90, 43, 50); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3059, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3060, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3061, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3062, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3063, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3064, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3065, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3066, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3067, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3068, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3069, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (3070, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (4050, 90, 43, 30); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5900, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5910, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5920, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5921, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5922, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5930, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5931, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5932, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5933, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5935, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5936, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5937, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5940, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5941, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5942, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5945, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5946, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5947, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5948, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5950, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5951, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5952, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5960, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5961, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5962, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5965, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5966, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (5967, 90, 43, 100); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (9001, 90, 43, 150); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (9002, 90, 43, 150); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (9003, 90, 43, 150); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (9004, 90, 43, 150); INSERT INTO race_trophy_reward (trophy_id, item_category, item_id, item_num) VALUES (9005, 90, 43, 150); -- Table: random_ear_tail_motion CREATE TABLE 'random_ear_tail_motion' ('id' INTEGER NOT NULL, 'parts_type' INTEGER NOT NULL, 'motion_name' TEXT NOT NULL, 'ear_type' INTEGER NOT NULL, 'use_story' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (1, 1, 'earI', 0, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (2, 1, 'earJ', 0, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (3, 1, 'earK', 0, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (4, 2, 'shotS01_tail', 0, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (5, 2, 'shotL01_tail', 0, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (6, 2, 'loopL01_tail', 0, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (7, 1, 'earA_act01', 2, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (8, 1, 'earA_act02', 2, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (9, 1, 'earB_act01', 4, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (10, 1, 'earB_act02', 4, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (11, 1, 'earD_act01', 7, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (12, 1, 'earD_act02', 7, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (13, 1, 'earE_act01', 8, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (14, 1, 'earE_act02', 8, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (15, 1, 'earF_act01', 9, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (16, 1, 'earF_act02', 9, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (17, 1, 'earG_act01', 11, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (18, 1, 'earG_act02', 11, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (19, 1, 'earH_act01', 12, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (20, 1, 'earH_act02', 12, 1); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (1226, 2, 'shotS02_tail', 0, 0); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (1227, 2, 'shotS03_tail', 0, 0); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (1228, 2, 'loopL02_tail', 0, 0); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (1229, 2, 'loopL03_tail', 0, 0); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (1230, 2, 'loopL04_tail', 0, 0); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (1231, 2, 'loopS01_tail', 0, 0); INSERT INTO random_ear_tail_motion (id, parts_type, motion_name, ear_type, use_story) VALUES (1232, 2, 'shotL02_tail', 0, 0); -- Table: season_data CREATE TABLE 'season_data' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'season' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (1, 1, 1, 1, '04-21 00:00:00', '06-26 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (2, 1, 2, 1, '06-27 00:00:00', '09-17 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (3, 1, 3, 1, '09-18 00:00:00', '11-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (4, 1, 4, 1, '12-01 00:00:00', '02-28 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (5, 1, 1, 1, '03-01 00:00:00', '03-19 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (6, 1, 5, 1, '03-20 00:00:00', '04-20 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (7, 2, 1, 1, '04-21 00:00:00', '05-31 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (8, 2, 2, 1, '06-01 00:00:00', '09-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (9, 2, 3, 1, '10-01 00:00:00', '11-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (10, 2, 4, 1, '12-01 00:00:00', '03-19 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (11, 2, 5, 1, '03-20 00:00:00', '04-20 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (12, 3, 1, 1, '04-21 00:00:00', '06-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (13, 3, 2, 1, '07-01 00:00:00', '09-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (14, 3, 3, 1, '10-01 00:00:00', '11-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (15, 3, 4, 1, '12-01 00:00:00', '03-19 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (16, 3, 5, 2, '03-20 00:00:00', '04-20 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (22, 5, 2, 1, '06-01 00:00:00', '09-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (23, 5, 4, 1, '10-01 00:00:00', '05-31 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (24, 6, 1, 1, '03-20 00:00:00', '06-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (25, 6, 2, 1, '07-01 00:00:00', '09-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (26, 6, 3, 1, '10-01 00:00:00', '11-30 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (27, 6, 4, 1, '12-01 00:00:00', '03-19 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (28, 6, 5, 2, '01-01 00:00:00', '01-01 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (29, 6, 6, 2, '02-14 00:00:00', '02-14 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (30, 6, 7, 2, '07-07 00:00:00', '07-07 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (31, 6, 8, 2, '10-31 00:00:00', '10-31 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (32, 6, 9, 2, '12-24 00:00:00', '12-25 23:59:59'); INSERT INTO season_data (id, type, season, priority, start_date, end_date) VALUES (33, 6, 10, 2, '12-28 00:00:00', '12-31 23:59:59'); -- Table: short_episode CREATE TABLE 'short_episode' ('id' INTEGER NOT NULL, 'scene' INTEGER NOT NULL, 'sort' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'story_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO short_episode (id, scene, sort, condition_type, condition_value_1, story_id) VALUES (1, 1, 1, 1, 0, 1); INSERT INTO short_episode (id, scene, sort, condition_type, condition_value_1, story_id) VALUES (2, 2, 1, 1, 0, 2); INSERT INTO short_episode (id, scene, sort, condition_type, condition_value_1, story_id) VALUES (3, 2, 2, 2, 50, 3); INSERT INTO short_episode (id, scene, sort, condition_type, condition_value_1, story_id) VALUES (4, 2, 3, 2, 100, 4); INSERT INTO short_episode (id, scene, sort, condition_type, condition_value_1, story_id) VALUES (5, 2, 4, 3, 10000, 5); INSERT INTO short_episode (id, scene, sort, condition_type, condition_value_1, story_id) VALUES (6, 3, 1, 1, 0, 6); INSERT INTO short_episode (id, scene, sort, condition_type, condition_value_1, story_id) VALUES (7, 4, 1, 1, 0, 7); -- Table: single_mode_analyze_message CREATE TABLE 'single_mode_analyze_message' ('id' INTEGER NOT NULL, 'proper_ground' INTEGER NOT NULL, 'proper_distance' INTEGER NOT NULL, 'popularity' INTEGER NOT NULL, 'year' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'rate' INTEGER NOT NULL, 'motion_type' INTEGER NOT NULL, 'character_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (1, 4, 4, 0, 0, 1, 9990000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (2, 4, 0, 0, 0, 2, 9990000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (3, 0, 4, 0, 0, 3, 9990000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (4, 0, 0, 1, 0, 0, 50000, 0, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (5, 0, 0, 1, 0, 0, 250000, 0, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (6, 0, 0, 2, 0, 0, 150000, 0, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (7, 0, 0, 1, 0, 0, 150000, 0, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (8, 0, 0, 2, 0, 0, 150000, 0, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (9, 0, 0, 1, 0, 0, 150000, 0, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (10, 0, 0, 2, 0, 0, 250000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (11, 0, 0, 2, 0, 0, 50000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (12, 0, 0, 2, 0, 0, 250000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (13, 0, 0, 3, 0, 0, 150000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (14, 0, 0, 2, 3, 0, 150000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (15, 0, 0, 3, 0, 0, 250000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (16, 0, 0, 3, 0, 0, 50000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (17, 0, 0, 3, 0, 0, 200000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (18, 0, 0, 4, 0, 0, 150000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (19, 0, 0, 5, 0, 0, 200000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (20, 0, 0, 4, 1, 0, 200000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (21, 0, 0, 4, 2, 0, 200000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (22, 0, 0, 5, 1, 0, 150000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (23, 0, 0, 5, 2, 0, 150000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (24, 0, 0, 4, 0, 0, 250000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (25, 0, 0, 5, 0, 0, 150000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (26, 0, 0, 4, 0, 0, 150000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (27, 0, 0, 5, 0, 0, 250000, 1, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (28, 0, 0, 6, 0, 0, 250000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (29, 0, 0, 7, 0, 0, 200000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (30, 0, 0, 6, 0, 0, 200000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (31, 0, 0, 7, 0, 0, 200000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (32, 0, 0, 6, 0, 0, 200000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (33, 0, 0, 7, 0, 0, 250000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (34, 0, 0, 8, 0, 0, 200000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (35, 0, 0, 9, 0, 0, 150000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (36, 0, 0, 10, 0, 0, 150000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (37, 0, 0, 8, 0, 0, 200000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (38, 0, 0, 9, 0, 0, 200000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (39, 0, 0, 10, 0, 0, 150000, 2, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (40, 0, 0, 11, 0, 0, 200000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (41, 0, 0, 12, 0, 0, 150000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (42, 0, 0, 11, 0, 0, 200000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (43, 0, 0, 12, 0, 0, 200000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (44, 0, 0, 12, 0, 0, 200000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (45, 0, 0, 13, 0, 0, 200000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (46, 0, 0, 12, 0, 0, 250000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (47, 0, 0, 13, 0, 0, 200000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (48, 0, 0, 14, 0, 0, 200000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (49, 0, 0, 14, 0, 0, 100000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (50, 0, 0, 15, 0, 0, 100000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (51, 0, 0, 16, 0, 0, 100000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (52, 0, 0, 17, 0, 0, 100000, 3, 1); INSERT INTO single_mode_analyze_message (id, proper_ground, proper_distance, popularity, year, priority, rate, motion_type, character_type) VALUES (53, 0, 0, 18, 0, 0, 100000, 3, 1); -- Table: single_mode_analyze_ticket CREATE TABLE 'single_mode_analyze_ticket' ('id' INTEGER NOT NULL, 'grade' INTEGER NOT NULL, 'cost_ticket' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_analyze_ticket (id, grade, cost_ticket) VALUES (1, 100, 1); INSERT INTO single_mode_analyze_ticket (id, grade, cost_ticket) VALUES (2, 200, 1); INSERT INTO single_mode_analyze_ticket (id, grade, cost_ticket) VALUES (3, 300, 1); INSERT INTO single_mode_analyze_ticket (id, grade, cost_ticket) VALUES (4, 400, 1); INSERT INTO single_mode_analyze_ticket (id, grade, cost_ticket) VALUES (5, 700, 1); INSERT INTO single_mode_analyze_ticket (id, grade, cost_ticket) VALUES (6, 800, 1); INSERT INTO single_mode_analyze_ticket (id, grade, cost_ticket) VALUES (7, 900, 1); -- Table: single_mode_ao_offset CREATE TABLE 'single_mode_ao_offset' ('id' INTEGER NOT NULL, 'offset_1' INTEGER NOT NULL, 'offset_2' INTEGER NOT NULL, 'offset_3' INTEGER NOT NULL, 'offset_4' INTEGER NOT NULL, 'offset_5' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_ao_offset (id, offset_1, offset_2, offset_3, offset_4, offset_5) VALUES (1, 60, 0, 0, 0, 0); INSERT INTO single_mode_ao_offset (id, offset_1, offset_2, offset_3, offset_4, offset_5) VALUES (2, 260, 240, 0, 0, 0); INSERT INTO single_mode_ao_offset (id, offset_1, offset_2, offset_3, offset_4, offset_5) VALUES (3, 260, 260, 260, 0, 0); INSERT INTO single_mode_ao_offset (id, offset_1, offset_2, offset_3, offset_4, offset_5) VALUES (4, 180, 80, 180, 80, 0); INSERT INTO single_mode_ao_offset (id, offset_1, offset_2, offset_3, offset_4, offset_5) VALUES (5, 180, 80, 180, 90, 180); -- Table: single_mode_ao_training_plate CREATE TABLE 'single_mode_ao_training_plate' ('id' INTEGER NOT NULL, 'value_min' INTEGER NOT NULL, 'value_max' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_ao_training_plate (id, value_min, value_max) VALUES (1, 1, 5); INSERT INTO single_mode_ao_training_plate (id, value_min, value_max) VALUES (2, 6, 19); INSERT INTO single_mode_ao_training_plate (id, value_min, value_max) VALUES (3, 20, 999); -- Table: single_mode_aoharu_cutt_type CREATE TABLE 'single_mode_aoharu_cutt_type' ('id' INTEGER NOT NULL, 'cutt_type' INTEGER NOT NULL, 'cutt_id' INTEGER NOT NULL, 'chara_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (1, 2, 2, 0); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (2, 2, 1, 1); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (3, 2, 3, 3); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (4, 2, 4, 5); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (5, 2, 5, 4); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (6, 3, 12, 0); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (7, 3, 16, 0); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (8, 3, 18, 0); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (9, 3, 22, 0); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (10, 3, 32, 0); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (11, 3, 2, 1); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (12, 3, 6, 1); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (13, 3, 7, 1); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (14, 3, 3, 5); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (15, 3, 15, 5); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (16, 3, 5, 4); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (17, 3, 30, 4); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (18, 3, 9, 2); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (19, 3, 35, 2); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (20, 3, 23, 3); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (21, 2, 6, 0); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (22, 2, 7, 0); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (23, 2, 8, 2); INSERT INTO single_mode_aoharu_cutt_type (id, cutt_type, cutt_id, chara_type) VALUES (24, 3, 36, 3); -- Table: single_mode_aoharu_result_cutt CREATE TABLE 'single_mode_aoharu_result_cutt' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'cutt_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_aoharu_result_cutt (id, chara_id, cutt_id) VALUES (1, 103001, 23); INSERT INTO single_mode_aoharu_result_cutt (id, chara_id, cutt_id) VALUES (2, 105501, 5); INSERT INTO single_mode_aoharu_result_cutt (id, chara_id, cutt_id) VALUES (3, 105501, 18); INSERT INTO single_mode_aoharu_result_cutt (id, chara_id, cutt_id) VALUES (4, 105501, 30); -- Table: single_mode_aoharu_schedule CREATE TABLE 'single_mode_aoharu_schedule' ('id' INTEGER NOT NULL, 'turn_num' INTEGER NOT NULL, 'notice_turn_1' INTEGER NOT NULL, 'notice_turn_2' INTEGER NOT NULL, 'notice_turn_3' INTEGER NOT NULL, 'notice_turn_4' INTEGER NOT NULL, 'notice_turn_5' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_aoharu_schedule (id, turn_num, notice_turn_1, notice_turn_2, notice_turn_3, notice_turn_4, notice_turn_5) VALUES (0, 24, 14, 19, 0, 0, 0); INSERT INTO single_mode_aoharu_schedule (id, turn_num, notice_turn_1, notice_turn_2, notice_turn_3, notice_turn_4, notice_turn_5) VALUES (1, 36, 26, 31, 0, 0, 0); INSERT INTO single_mode_aoharu_schedule (id, turn_num, notice_turn_1, notice_turn_2, notice_turn_3, notice_turn_4, notice_turn_5) VALUES (2, 48, 38, 43, 0, 0, 0); INSERT INTO single_mode_aoharu_schedule (id, turn_num, notice_turn_1, notice_turn_2, notice_turn_3, notice_turn_4, notice_turn_5) VALUES (3, 60, 50, 55, 0, 0, 0); INSERT INTO single_mode_aoharu_schedule (id, turn_num, notice_turn_1, notice_turn_2, notice_turn_3, notice_turn_4, notice_turn_5) VALUES (4, 72, 62, 67, 0, 0, 0); -- Table: single_mode_change_chara_route CREATE TABLE 'single_mode_change_chara_route' ('id' INTEGER NOT NULL, 'route_race_group_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'route_race_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_chara_effect CREATE TABLE 'single_mode_chara_effect' ('id' INTEGER NOT NULL, 'effect_type' INTEGER NOT NULL, 'effect_category' INTEGER NOT NULL, 'effect_group_id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (1, 2, 1, 1, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (2, 2, 1, 2, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (3, 2, 1, 3, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (4, 2, 1, 4, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (5, 2, 1, 5, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (6, 2, 1, 6, 90); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (7, 1, 1, 7, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (8, 1, 1, 8, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (9, 1, 1, 9, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (10, 1, 1, 6, 90); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (11, 1, 1, 6, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (12, 2, 2, 10, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (13, 1, 2, 10, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (14, 1, 2, 10, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (15, 1, 2, 10, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (16, 1, 2, 10, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (17, 1, 2, 10, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (18, 1, 2, 10, 100); INSERT INTO single_mode_chara_effect (id, effect_type, effect_category, effect_group_id, priority) VALUES (19, 2, 2, 10, 100); -- Table: single_mode_chara_grade CREATE TABLE 'single_mode_chara_grade' ('id' INTEGER NOT NULL, 'win_num' INTEGER NOT NULL, 'run_num' INTEGER NOT NULL, 'need_fan_count' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (1, 0, 0, 0); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (2, 0, 1, 0); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (3, 1, 1, 0); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (4, 1, 1, 5000); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (5, 1, 1, 20000); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (6, 1, 1, 50000); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (7, 1, 1, 100000); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (8, 1, 1, 160000); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (9, 1, 1, 240000); INSERT INTO single_mode_chara_grade (id, win_num, run_num, need_fan_count) VALUES (10, 1, 1, 320000); -- Table: single_mode_chara_program CREATE TABLE 'single_mode_chara_program' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'program_group' INTEGER NOT NULL, 'program_group_2' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (1, 1001, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (2, 1002, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (3, 1003, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (4, 1004, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (5, 1005, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (6, 1006, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (7, 1007, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (8, 1008, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (9, 1009, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (10, 1010, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (11, 1011, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (12, 1012, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (13, 1014, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (14, 1015, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (15, 1016, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (16, 1017, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (17, 1018, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (18, 1019, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (19, 1020, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (22, 1023, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (23, 1024, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (24, 1025, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (25, 1026, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (26, 1028, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (29, 1032, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (32, 1035, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (34, 1037, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (35, 1038, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (36, 1039, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (37, 1040, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (38, 1041, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (42, 1045, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (43, 1046, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (45, 1048, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (47, 1050, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (49, 1052, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (53, 1056, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (55, 1058, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (56, 1059, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (57, 1060, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (58, 1061, 100, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (59, 1013, 102, 100); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (60, 1013, 101, 100); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (61, 1027, 102, 100); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (62, 1027, 101, 100); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (63, 1030, 102, 100); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (64, 1030, 101, 100); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (65, 1001, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (66, 1002, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (67, 1003, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (68, 1004, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (69, 1005, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (70, 1006, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (71, 1007, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (72, 1008, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (73, 1009, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (74, 1010, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (75, 1011, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (76, 1012, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (77, 1013, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (78, 1014, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (79, 1015, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (80, 1016, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (81, 1017, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (82, 1018, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (83, 1019, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (84, 1020, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (87, 1023, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (88, 1024, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (89, 1025, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (90, 1026, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (91, 1027, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (92, 1028, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (94, 1030, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (96, 1032, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (99, 1035, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (101, 1037, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (102, 1038, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (103, 1039, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (104, 1040, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (105, 1041, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (109, 1045, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (110, 1046, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (112, 1048, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (114, 1050, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (116, 1052, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (120, 1056, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (122, 1058, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (123, 1059, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (124, 1061, 200, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (125, 1060, 201, 200); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (126, 1001, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (127, 1002, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (128, 1003, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (129, 1005, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (130, 1006, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (131, 1007, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (132, 1008, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (133, 1009, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (134, 1010, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (135, 1011, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (136, 1012, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (137, 1013, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (138, 1014, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (139, 1015, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (140, 1016, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (141, 1017, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (142, 1018, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (143, 1019, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (144, 1020, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (147, 1023, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (148, 1024, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (149, 1025, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (150, 1026, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (151, 1027, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (152, 1028, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (154, 1030, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (156, 1032, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (159, 1035, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (161, 1037, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (162, 1038, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (163, 1039, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (164, 1040, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (165, 1041, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (169, 1045, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (170, 1046, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (172, 1048, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (174, 1050, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (176, 1052, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (180, 1056, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (182, 1058, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (183, 1059, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (184, 1060, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (185, 1061, 300, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (186, 1004, 301, 300); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (187, 1003, 1001, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (188, 1004, 1002, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (189, 1041, 1002, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (190, 1011, 1003, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (191, 1035, 1004, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (192, 1061, 1005, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (193, 1008, 1005, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (194, 1009, 1006, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (195, 1024, 1006, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (196, 1060, 1006, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (197, 1017, 1007, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (198, 1030, 1007, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (199, 1007, 1008, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (200, 1018, 1008, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (201, 1052, 1009, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (202, 1010, 1010, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (203, 1014, 1010, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (204, 1027, 1011, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (205, 1006, 1012, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (206, 1001, 1013, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (207, 1002, 1013, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (208, 1013, 1013, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (209, 1032, 1013, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (210, 1045, 1013, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (211, 1056, 1013, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (212, 1015, 1006, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (213, 1026, 1026, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (214, 1023, 1012, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (215, 1001, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (216, 1002, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (217, 1003, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (218, 1004, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (219, 1005, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (220, 1006, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (221, 1007, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (222, 1008, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (223, 1009, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (224, 1010, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (225, 1011, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (226, 1012, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (227, 1013, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (228, 1014, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (229, 1015, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (230, 1016, 402, 400); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (231, 1017, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (232, 1018, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (233, 1019, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (234, 1020, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (237, 1024, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (238, 1025, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (239, 1026, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (240, 1027, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (241, 1028, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (243, 1030, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (245, 1032, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (248, 1035, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (250, 1037, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (251, 1038, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (252, 1039, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (253, 1040, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (254, 1041, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (258, 1045, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (259, 1046, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (261, 1048, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (263, 1050, 401, 400); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (265, 1052, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (269, 1056, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (271, 1058, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (272, 1059, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (273, 1060, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (274, 1061, 400, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (275, 1023, 401, 400); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (276, 1038, 1038, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (277, 1050, 1008, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (278, 1046, 1010, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (279, 1016, 1016, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (280, 1016, 403, 400); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (281, 1001, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (282, 1002, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (283, 1003, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (284, 1004, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (285, 1005, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (286, 1006, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (287, 1007, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (288, 1008, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (289, 1009, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (290, 1010, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (291, 1011, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (292, 1012, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (293, 1013, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (294, 1014, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (295, 1015, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (296, 1016, 501, 500); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (297, 1016, 502, 500); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (298, 1016, 503, 500); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (299, 1017, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (300, 1018, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (301, 1019, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (302, 1020, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (305, 1023, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (306, 1024, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (307, 1025, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (308, 1026, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (309, 1027, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (310, 1028, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (312, 1030, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (314, 1032, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (317, 1035, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (319, 1037, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (320, 1038, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (321, 1039, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (322, 1040, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (323, 1041, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (327, 1045, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (328, 1046, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (330, 1048, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (332, 1050, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (334, 1052, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (338, 1056, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (340, 1058, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (341, 1059, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (342, 1060, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (343, 1061, 500, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (344, 1001, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (345, 1002, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (346, 1003, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (347, 1004, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (348, 1005, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (349, 1006, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (350, 1007, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (351, 1008, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (352, 1009, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (353, 1010, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (354, 1011, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (355, 1012, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (356, 1013, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (357, 1014, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (358, 1015, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (359, 1016, 601, 600); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (360, 1016, 602, 600); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (361, 1016, 603, 600); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (362, 1017, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (363, 1018, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (364, 1019, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (365, 1020, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (368, 1023, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (369, 1024, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (370, 1025, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (371, 1026, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (372, 1027, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (373, 1028, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (375, 1030, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (377, 1032, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (380, 1035, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (382, 1037, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (383, 1038, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (384, 1039, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (385, 1040, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (386, 1041, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (390, 1045, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (391, 1046, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (393, 1048, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (395, 1050, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (397, 1052, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (401, 1056, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (403, 1058, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (404, 1059, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (405, 1060, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (406, 1061, 600, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (407, 1001, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (408, 1002, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (409, 1003, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (410, 1004, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (411, 1005, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (412, 1006, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (413, 1007, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (414, 1008, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (415, 1009, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (416, 1010, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (417, 1011, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (418, 1012, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (419, 1013, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (420, 1014, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (421, 1015, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (422, 1016, 701, 700); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (423, 1016, 702, 700); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (424, 1016, 703, 700); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (425, 1017, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (426, 1018, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (427, 1019, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (428, 1020, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (431, 1023, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (432, 1024, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (433, 1025, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (434, 1026, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (435, 1027, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (436, 1028, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (438, 1030, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (440, 1032, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (443, 1035, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (445, 1037, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (446, 1038, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (447, 1039, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (448, 1040, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (449, 1041, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (453, 1045, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (454, 1046, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (456, 1048, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (458, 1050, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (460, 1052, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (464, 1056, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (466, 1058, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (467, 1059, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (468, 1060, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (469, 1061, 700, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (470, 1020, 1004, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (471, 1012, 101201, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (472, 1005, 100501, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (473, 1040, 104001, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (474, 1058, 1006, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (475, 1037, 1013, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (476, 1001, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (477, 1002, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (478, 1003, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (479, 1004, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (480, 1005, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (481, 1006, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (482, 1007, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (483, 1008, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (484, 1009, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (485, 1010, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (486, 1011, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (487, 1012, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (488, 1013, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (489, 1014, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (490, 1015, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (491, 1016, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (492, 1017, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (493, 1018, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (494, 1019, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (495, 1020, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (498, 1023, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (499, 1024, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (500, 1025, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (501, 1026, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (502, 1027, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (503, 1028, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (505, 1030, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (507, 1032, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (510, 1035, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (512, 1037, 801, 800); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (513, 1038, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (514, 1039, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (515, 1040, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (516, 1041, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (520, 1045, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (521, 1046, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (523, 1048, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (525, 1050, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (527, 1052, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (531, 1056, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (533, 1058, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (534, 1059, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (535, 1060, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (536, 1061, 800, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (537, 1028, 102801, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (538, 1019, 1010, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (539, 1039, 1012, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (540, 1025, 1011, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (541, 1048, 1006, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (542, 1059, 100501, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (634, 1001, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (635, 1002, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (636, 1003, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (637, 1004, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (638, 1005, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (639, 1006, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (640, 1007, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (641, 1008, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (642, 1009, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (643, 1010, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (644, 1011, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (645, 1012, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (646, 1013, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (647, 1014, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (648, 1015, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (649, 1016, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (650, 1017, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (651, 1018, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (652, 1019, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (653, 1020, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (656, 1023, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (657, 1024, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (658, 1025, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (659, 1026, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (660, 1027, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (661, 1028, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (663, 1030, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (665, 1032, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (668, 1035, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (670, 1037, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (671, 1038, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (672, 1039, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (673, 1040, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (674, 1041, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (678, 1045, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (679, 1046, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (681, 1048, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (683, 1050, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (685, 1052, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (689, 1056, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (691, 1058, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (692, 1059, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (693, 1060, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (694, 1061, 900, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (729, 1001, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (730, 1002, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (731, 1003, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (732, 1004, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (733, 1005, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (734, 1006, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (735, 1007, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (736, 1008, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (737, 1009, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (738, 1010, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (739, 1011, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (740, 1012, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (741, 1013, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (742, 1014, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (743, 1015, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (744, 1016, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (745, 1017, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (746, 1018, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (747, 1019, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (748, 1020, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (751, 1023, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (752, 1024, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (753, 1025, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (754, 1026, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (755, 1027, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (756, 1028, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (758, 1030, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (760, 1032, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (763, 1035, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (765, 1037, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (766, 1038, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (767, 1039, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (768, 1040, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (769, 1041, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (773, 1045, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (774, 1046, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (776, 1048, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (778, 1050, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (780, 1052, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (784, 1056, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (786, 1058, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (787, 1059, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (788, 1060, 2000, 0); INSERT INTO single_mode_chara_program (id, chara_id, program_group, program_group_2) VALUES (789, 1061, 2000, 0); -- Table: single_mode_conclusion_set CREATE TABLE 'single_mode_conclusion_set' ('story_id' INTEGER NOT NULL, 'root_id' INTEGER NOT NULL, 'conclusion_id' INTEGER NOT NULL); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000035, 0, 5); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000036, 0, 5); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801001001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801001002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801001003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801002001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830001001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830001002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830001003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801002002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801002003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830002001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830002002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830002003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801003001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801003002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830003001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830003002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830003003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801003003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801004001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801004002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801004003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820001001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820001002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801005001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801005002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801005003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801006001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830004001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830004002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830004003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801006002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801006003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830005001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830005002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830005003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801007001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801007002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820002001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820002002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801007003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801008001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801008002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801008003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830006001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830006002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830006003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801009001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801009002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820003001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820003002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801009003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801010001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830022001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830022002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830022003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801010002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801010003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830007001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830007002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830007003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801011001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801011002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801011003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801012001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801012002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801012003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820004001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820004002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801013001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801013002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820005001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820005002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801013003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801014001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801014002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801014003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801015001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801015002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801015003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830009001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830009002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830009003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801017001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801017002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830010001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830010002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830010003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801017003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801018001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820006001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820006002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801018002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801018003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820007001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820007002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801019001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801019002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801019003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801020001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801020002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801020003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820009001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820009002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801021001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801021002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820010001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820010002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801021003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801022001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820011001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820011002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801022002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801022003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830023001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830023002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830023003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801023001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801023002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830011001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830011002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830011003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801023003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801024001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820012001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820012002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801024002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801024003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830012001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830012002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830012003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801025001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801025002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830013001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830013002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830013003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801025003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801026001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820013001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820013002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801026002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801026003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830014001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830014002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830014003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801027001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801027002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830015001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830015002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830015003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801027003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801029001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830016001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830016002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830016003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801029002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801029003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830017001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830017002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830017003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801030001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801030002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820014001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820014002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801030003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801031001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801031002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801031003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801032001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801032002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801032003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830019001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830019002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830019003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801035001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801035002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830020001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830020002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830020003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801035003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801036001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820015001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820015002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801036002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801036003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820016001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820016002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801037001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801037002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820017001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820017002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801037003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801040001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801040002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801040003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801041001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801041002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820019001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820019002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801041003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801045001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820020001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820020002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801045002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801045003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801046001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801046002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801046003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801050001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801050002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801050003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801051001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801051002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801051003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801052001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801052002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801052003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801054001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801054002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801054003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801055001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801055002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801055003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801056001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801056002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801056003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801058001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801058002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801058003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801059001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801059002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801059003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801060001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801060002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801060003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801061001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801061002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801061003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809001001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809001002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809001004, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809001005, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809001006, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809001007, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809001008, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809004001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809004002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809004004, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809004005, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809004006, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809004007, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809004008, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830021001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820008001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820008002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820018001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820018002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830008001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830008002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830008003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830018001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830018002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820021001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830018003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000037, 0, 4); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000038, 0, 4); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000039, 0, 4); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000043, 1, 4); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000043, 2, 4); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000043, 3, 3); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000044, 1, 4); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000044, 2, 4); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400000044, 3, 3); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801044003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801044001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801044002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820023001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820023002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830025001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830025002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830025003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830024001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830024002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830024003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801065003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801065001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801065002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820024001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820024002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801066003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801066001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801066002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830026001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830026002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830026003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400001023, 0, 5); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (400001029, 0, 5); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809001009, 0, 5); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801063003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801063001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801063002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820025001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820025002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801064003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801064001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801064002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830027001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830027002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830027003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801062003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801062001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801062002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830030001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830030002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830030003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801067003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801067001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801067002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830029001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830029002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830029003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801068003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801068001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801068002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830028001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830028002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830028003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820026001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820026002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820027001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820027002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830031001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830031002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830031003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801072003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801072001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801072002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830032001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830032002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830032003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801047003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801047001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801047002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820028001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820028002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830033001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830033002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830033003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801069003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801069001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801069002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830038001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830038002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830038003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801042003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801042001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801042002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820029001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820029002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801039003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801039001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801039002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830039001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830039002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830039003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801028003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801028001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801028002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830040001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830040002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830040003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830041001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830041002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830041003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801043003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801043001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801043002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820031001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820031002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801053003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801053001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801053002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830042001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830042002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830042003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830055001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830055002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830055003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830056001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830056002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830056003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830057001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830057002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830057003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830048001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830048002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830048003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801071003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801071001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801071002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820034001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820034002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801016003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801016001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801016002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830044001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830044002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830044003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830045001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830045002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830045003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830046001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830046002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830046003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830047001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830047002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830047003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801048003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801048001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801048002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820035001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820035002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830054001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830054002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830054003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830062001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830062002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830062003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809006001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809006002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809006004, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809006005, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809006006, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809006007, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (809006008, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830036001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830034001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830034002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830034003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830063001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830063002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830063003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820037001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820037002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830064001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830064002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830064003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830065001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830065002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830065003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830066001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830066002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830066003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801049003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801049001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801049002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830043001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830043002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830043003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830043004, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801070003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801070001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801070002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820038001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820038002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801038003, 0, 2); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801038001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (801038002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830068001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830068002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830068003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830069001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830069002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830069003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830070001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830070002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830070003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830071001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830071002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830071003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820039001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (820039002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830072001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830072002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830072003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830073001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830073002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830073003, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830074001, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830074002, 0, 1); INSERT INTO single_mode_conclusion_set (story_id, root_id, conclusion_id) VALUES (830074003, 0, 1); -- Table: single_mode_difficulty_box CREATE TABLE 'single_mode_difficulty_box' ('reward_set_id' INTEGER NOT NULL, 'box_step' INTEGER NOT NULL, 'box_open_condition' INTEGER NOT NULL, 'box_type' INTEGER NOT NULL, 'box_id' INTEGER NOT NULL, 'cue_name_icon' TEXT NOT NULL, 'cue_name_popout' TEXT NOT NULL, 'cuesheet_name_icon' TEXT NOT NULL, 'cuesheet_name_popout' TEXT NOT NULL, PRIMARY KEY('reward_set_id','box_step')); INSERT INTO single_mode_difficulty_box (reward_set_id, box_step, box_open_condition, box_type, box_id, cue_name_icon, cue_name_popout, cuesheet_name_icon, cuesheet_name_popout) VALUES (1, 1, 2, 1, 1, 'snd_sfx_tra_result_hat_01', 'snd_sfx_tra_result_hat_02', 'snd_sfx_training_002', 'snd_sfx_training_002'); INSERT INTO single_mode_difficulty_box (reward_set_id, box_step, box_open_condition, box_type, box_id, cue_name_icon, cue_name_popout, cuesheet_name_icon, cuesheet_name_popout) VALUES (1, 2, 0, 2, 2, 'snd_sfx_tra_result_stick_01', 'snd_sfx_tra_result_stick_02', 'snd_sfx_training_002', 'snd_sfx_training_002'); -- Table: single_mode_difficulty_box_gauge CREATE TABLE 'single_mode_difficulty_box_gauge' ('id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'difficulty_id' INTEGER NOT NULL, 'result_min' INTEGER NOT NULL, 'result_max' INTEGER NOT NULL, 'gauge_rate' INTEGER NOT NULL, 'add_condition_type' INTEGER NOT NULL, 'add_condition_min' INTEGER NOT NULL, 'add_condition_max' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_difficulty_box_gauge (id, scenario_id, difficulty_id, result_min, result_max, gauge_rate, add_condition_type, add_condition_min, add_condition_max) VALUES (1, 0, 1001, 0, 25, 10, 0, 0, 0); INSERT INTO single_mode_difficulty_box_gauge (id, scenario_id, difficulty_id, result_min, result_max, gauge_rate, add_condition_type, add_condition_min, add_condition_max) VALUES (2, 0, 1001, 26, 50, 25, 0, 0, 0); INSERT INTO single_mode_difficulty_box_gauge (id, scenario_id, difficulty_id, result_min, result_max, gauge_rate, add_condition_type, add_condition_min, add_condition_max) VALUES (3, 0, 1001, 51, 80, 50, 0, 0, 0); INSERT INTO single_mode_difficulty_box_gauge (id, scenario_id, difficulty_id, result_min, result_max, gauge_rate, add_condition_type, add_condition_min, add_condition_max) VALUES (4, 0, 1001, 81, 99, 75, 0, 0, 0); INSERT INTO single_mode_difficulty_box_gauge (id, scenario_id, difficulty_id, result_min, result_max, gauge_rate, add_condition_type, add_condition_min, add_condition_max) VALUES (5, 0, 1001, 100, 100, 100, 0, 0, 0); -- Table: single_mode_difficulty_box_reward CREATE TABLE 'single_mode_difficulty_box_reward' ('id' INTEGER NOT NULL, 'box_id' INTEGER NOT NULL, 'box_num' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, 'rate' INTEGER NOT NULL, 'prize_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (1, 1, 5, 90, 43, 300, 2, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (2, 1, 2, 164, 149, 1, 2, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (3, 1, 2, 164, 150, 1, 2, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (4, 1, 15, 91, 59, 30000, 10, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (5, 1, 15, 30, 110, 15000, 10, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (6, 1, 10, 91, 59, 15000, 20, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (7, 1, 10, 30, 110, 7500, 20, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (8, 1, 3, 103, 98, 1000, 20, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (9, 1, 5, 150, 117, 1, 7, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (10, 1, 5, 150, 118, 1, 7, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (11, 2, 0, 91, 59, 1500, 10, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (12, 2, 0, 30, 110, 1000, 10, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (13, 2, 0, 91, 59, 1000, 15, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (14, 2, 0, 30, 110, 500, 15, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (15, 2, 0, 21, 34, 1, 3, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (16, 2, 0, 34, 95, 1, 3, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (17, 2, 0, 103, 98, 150, 7, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (18, 2, 0, 103, 98, 100, 9, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (19, 2, 0, 11, 90, 1, 14, 0); INSERT INTO single_mode_difficulty_box_reward (id, box_id, box_num, item_category, item_id, item_num, rate, prize_type) VALUES (20, 2, 0, 11, 4, 1, 14, 0); -- Table: single_mode_difficulty_data CREATE TABLE 'single_mode_difficulty_data' ('difficulty_id' INTEGER NOT NULL, 'difficulty' INTEGER NOT NULL, 'description_id' INTEGER NOT NULL, 'difficulty_index' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value' INTEGER NOT NULL, 'condition_type_2' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'result_type' INTEGER NOT NULL, 'difficulty_rate' INTEGER NOT NULL, 'difficulty_motivation' INTEGER NOT NULL, 'continue_flag' INTEGER NOT NULL, 'addition_skill' INTEGER NOT NULL, 'special_flag' INTEGER NOT NULL, 'gauge_rate' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'max_num' INTEGER NOT NULL, 'firstclear_item_category' INTEGER NOT NULL, 'firstclear_item_id' INTEGER NOT NULL, 'firstclear_num' INTEGER NOT NULL, PRIMARY KEY('difficulty_id','difficulty')); INSERT INTO single_mode_difficulty_data (difficulty_id, difficulty, description_id, difficulty_index, condition_type, condition_value, condition_type_2, condition_value_2, result_type, difficulty_rate, difficulty_motivation, continue_flag, addition_skill, special_flag, gauge_rate, item_category, item_id, max_num, firstclear_item_category, firstclear_item_id, firstclear_num) VALUES (1000, 200, 0, 0, 0, 0, 0, 0, 1, 10500, 0, 0, 0, 0, 0, 91, 59, 1200000, 0, 0, 0); INSERT INTO single_mode_difficulty_data (difficulty_id, difficulty, description_id, difficulty_index, condition_type, condition_value, condition_type_2, condition_value_2, result_type, difficulty_rate, difficulty_motivation, continue_flag, addition_skill, special_flag, gauge_rate, item_category, item_id, max_num, firstclear_item_category, firstclear_item_id, firstclear_num) VALUES (1001, 401, 0, 1, 1, 0, 0, 0, 1, 10300, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_difficulty_data (difficulty_id, difficulty, description_id, difficulty_index, condition_type, condition_value, condition_type_2, condition_value_2, result_type, difficulty_rate, difficulty_motivation, continue_flag, addition_skill, special_flag, gauge_rate, item_category, item_id, max_num, firstclear_item_category, firstclear_item_id, firstclear_num) VALUES (1001, 402, 0, 2, 1, 401, 0, 0, 1, 10500, 0, 0, 0, 0, 200, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_difficulty_data (difficulty_id, difficulty, description_id, difficulty_index, condition_type, condition_value, condition_type_2, condition_value_2, result_type, difficulty_rate, difficulty_motivation, continue_flag, addition_skill, special_flag, gauge_rate, item_category, item_id, max_num, firstclear_item_category, firstclear_item_id, firstclear_num) VALUES (1001, 403, 0, 3, 1, 402, 0, 0, 1, 10700, 0, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_difficulty_data (difficulty_id, difficulty, description_id, difficulty_index, condition_type, condition_value, condition_type_2, condition_value_2, result_type, difficulty_rate, difficulty_motivation, continue_flag, addition_skill, special_flag, gauge_rate, item_category, item_id, max_num, firstclear_item_category, firstclear_item_id, firstclear_num) VALUES (1001, 404, 0, 4, 1, 403, 0, 0, 1, 10700, 5, 0, 0, 0, 400, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_difficulty_data (difficulty_id, difficulty, description_id, difficulty_index, condition_type, condition_value, condition_type_2, condition_value_2, result_type, difficulty_rate, difficulty_motivation, continue_flag, addition_skill, special_flag, gauge_rate, item_category, item_id, max_num, firstclear_item_category, firstclear_item_id, firstclear_num) VALUES (1001, 405, 0, 5, 1, 404, 0, 0, 1, 11300, 5, 1, 0, 0, 500, 0, 0, 0, 0, 0, 0); -- Table: single_mode_difficulty_mode CREATE TABLE 'single_mode_difficulty_mode' ('difficulty_id' INTEGER NOT NULL, 'guide_id' INTEGER NOT NULL, 'consume_tp_ratio' INTEGER NOT NULL, 'consume_tp_bonus_ratio' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'in_motion' INTEGER NOT NULL, 'stand_motion' INTEGER NOT NULL, 'play_motion' INTEGER NOT NULL, 'gauge_motion' INTEGER NOT NULL, 'gauge_motion2' INTEGER NOT NULL, 'gauge_motion3' INTEGER NOT NULL, 'popout_motion' INTEGER NOT NULL, 'firstclear_motion' INTEGER NOT NULL, 'prize_motion1' INTEGER NOT NULL, 'prize_motion2' INTEGER NOT NULL, 'prize_motion3' INTEGER NOT NULL, 'bgm_cue_name' TEXT NOT NULL, 'bgm_cuesheet_name' TEXT NOT NULL, 'reward_type' INTEGER NOT NULL, 'reward_set_id' INTEGER NOT NULL, 'gauge_max' INTEGER NOT NULL, 'gauge_up' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'max_num' INTEGER NOT NULL, PRIMARY KEY('difficulty_id')); INSERT INTO single_mode_difficulty_mode (difficulty_id, guide_id, consume_tp_ratio, consume_tp_bonus_ratio, chara_id, dress_id, in_motion, stand_motion, play_motion, gauge_motion, gauge_motion2, gauge_motion3, popout_motion, firstclear_motion, prize_motion1, prize_motion2, prize_motion3, bgm_cue_name, bgm_cuesheet_name, reward_type, reward_set_id, gauge_max, gauge_up, item_category, item_id, max_num) VALUES (1000, 0, 0, 0, 1007, 100701, 1, 1, 50, 50, 50, 50, 14, 0, 0, 0, 0, '', '', 1, 0, 10000, 100, 91, 59, 1200000); INSERT INTO single_mode_difficulty_mode (difficulty_id, guide_id, consume_tp_ratio, consume_tp_bonus_ratio, chara_id, dress_id, in_motion, stand_motion, play_motion, gauge_motion, gauge_motion2, gauge_motion3, popout_motion, firstclear_motion, prize_motion1, prize_motion2, prize_motion3, bgm_cue_name, bgm_cuesheet_name, reward_type, reward_set_id, gauge_max, gauge_up, item_category, item_id, max_num) VALUES (1001, 90001, 0, 0, 1005, 100501, 600004, 1, 600001, 600002, 600003, 600005, 600006, 0, 0, 0, 0, 'snd_bgm_GM056_sys', 'snd_bgm_GM056', 2, 1, 10000, 100, 0, 0, 0); -- Table: single_mode_evaluation CREATE TABLE 'single_mode_evaluation' ('id' INTEGER NOT NULL, 'evaluation' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (1, 90, 9002); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (2, 70, 9002); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (3, 40, 9002); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (4, 0, 9002); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (5, 90, 9003); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (6, 70, 9003); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (7, 40, 9003); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (8, 0, 9003); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (9, 90, 9006); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (10, 70, 9006); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (11, 40, 9006); INSERT INTO single_mode_evaluation (id, evaluation, chara_id) VALUES (12, 0, 9006); -- Table: single_mode_event_choice_reward CREATE TABLE 'single_mode_event_choice_reward' ('id' INTEGER NOT NULL, 'disp_type' INTEGER NOT NULL, 'effect_value_type_0' INTEGER NOT NULL, 'effect_value_type_1' INTEGER NOT NULL, 'effect_value_type_2' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (1, 0, 2, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (2, 0, 2, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (3, 0, 1, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (4, 0, 3, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (5, 0, 3, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (6, 1, 4, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (7, 1, 4, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (8, 0, 0, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (9, 0, 5, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (10, 0, 5, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (11, 0, 3, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (12, 0, 0, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (13, 0, 1, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (14, 0, 1, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (15, 0, 0, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (16, 0, 1, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (17, 0, 6, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (18, 0, 7, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (19, 0, 1, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (20, 0, 1, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (21, 0, 0, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (22, 0, 0, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (27, 0, 3, 1, 1); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (28, 0, 1, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (29, 0, 3, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (30, 0, 1, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (31, 2, 1, 4, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (32, 2, 1, 4, 4); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (34, 0, 1, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (35, 0, 3, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (36, 0, 3, 1, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (37, 0, 5, 0, 0); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (38, 0, 2, 1, 5); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (39, 0, 2, 1, 5); INSERT INTO single_mode_event_choice_reward (id, disp_type, effect_value_type_0, effect_value_type_1, effect_value_type_2) VALUES (40, 0, 5, 5, 0); -- Table: single_mode_event_conclusion CREATE TABLE 'single_mode_event_conclusion' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'chara_motion_set_id' INTEGER NOT NULL, PRIMARY KEY('id','chara_id')); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1001, 40000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1002, 40001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1003, 40000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1004, 40002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1005, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1006, 40003); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1007, 40004); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1008, 40005); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1009, 40006); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1010, 40007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1011, 40008); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1012, 28009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1013, 40009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1014, 40000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1015, 40065); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1016, 1016020); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1017, 40010); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1018, 40011); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1019, 26014); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1020, 1020006); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1022, 2002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1023, 24001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1024, 40012); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1025, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1026, 40023); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1027, 40000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1028, 1028802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1030, 40013); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1031, 28002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1032, 40014); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1034, 7009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1035, 40015); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1037, 1037802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1038, 3002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1039, 1039815); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1040, 1040023); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1041, 40016); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1045, 40017); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1046, 1046800); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1048, 29002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1050, 1050802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1051, 1051007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1052, 40010); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1056, 40018); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1058, 1058804); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1059, 25009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1060, 40019); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1061, 40014); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1062, 5009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1064, 27001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1067, 3001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1069, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1071, 26001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1072, 2000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (1, 1074, 4001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1001, 40020); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1002, 40021); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1003, 40020); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1004, 40022); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1005, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1006, 40023); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1007, 40024); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1008, 40025); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1009, 40026); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1010, 40027); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1011, 40028); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1012, 28009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1013, 40029); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1014, 40020); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1015, 40065); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1016, 1016020); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1017, 40030); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1018, 40031); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1019, 26014); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1020, 1020006); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1022, 2002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1023, 24001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1024, 40032); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1025, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1026, 40023); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1027, 40020); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1028, 1028802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1030, 40013); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1031, 28002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1032, 40034); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1034, 7009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1035, 40035); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1037, 1037802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1038, 3002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1039, 1039815); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1040, 1040023); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1041, 40036); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1045, 40037); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1046, 1046800); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1048, 29002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1050, 1050802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1051, 1051007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1052, 40030); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1056, 40038); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1058, 1058804); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1059, 25009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1060, 40039); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1061, 40034); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1062, 5009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1064, 27001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1067, 3001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1069, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1071, 26001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1072, 2000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (2, 1074, 4001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1001, 40000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1002, 40001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1003, 40000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1004, 40002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1005, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1006, 40003); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1007, 40004); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1008, 40005); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1009, 40006); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1010, 40007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1011, 40008); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1012, 28009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1013, 40009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1014, 40000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1015, 40065); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1016, 1016020); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1017, 40010); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1018, 40011); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1019, 26014); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1020, 1020006); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1022, 2002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1023, 24001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1024, 40012); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1025, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1026, 40023); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1027, 40000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1028, 1028802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1030, 40013); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1031, 28002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1032, 40014); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1034, 7009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1035, 40015); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1037, 1037802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1038, 3002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1039, 1039815); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1040, 1040023); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1041, 40016); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1045, 40017); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1046, 1046800); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1048, 29002); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1050, 1050802); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1051, 1051007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1052, 40010); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1056, 40018); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1058, 1058804); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1059, 25009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1060, 40019); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1061, 40014); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1062, 5009); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1064, 27001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1067, 3001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1069, 2001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1071, 26001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1072, 2000); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (3, 1074, 4001); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1001, 40040); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1002, 40041); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1003, 40042); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1004, 40043); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1005, 11007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1006, 40044); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1007, 40045); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1008, 40046); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1009, 40047); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1010, 40048); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1011, 40049); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1012, 1012042); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1013, 40050); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1014, 40051); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1015, 40066); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1016, 1016800); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1017, 40052); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1018, 40053); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1019, 1019817); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1020, 1020018); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1022, 1022005); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1023, 1023008); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1024, 40054); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1025, 1007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1026, 40067); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1027, 40055); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1028, 1028004); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1030, 40056); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1031, 2007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1032, 40057); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1033, 3004); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1035, 40058); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1036, 3003); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1037, 1037801); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1038, 1003005); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1039, 1039816); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1040, 1040017); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1041, 40059); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1044, 2003); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1045, 40060); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1046, 1046801); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1048, 1048800); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1050, 1050803); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1051, 4007); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1052, 40061); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1056, 40062); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1058, 3008); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1059, 3005); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1060, 40063); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1061, 40064); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1062, 3014); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1067, 2005); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1068, 9005); INSERT INTO single_mode_event_conclusion (id, chara_id, chara_motion_set_id) VALUES (4, 1072, 1072004); -- Table: single_mode_event_cr_priority CREATE TABLE 'single_mode_event_cr_priority' ('id' INTEGER NOT NULL, 'display_id' INTEGER NOT NULL, 'effect_value_condition_0' INTEGER NOT NULL, 'effect_value_condition_1' INTEGER NOT NULL, 'effect_value_condition_2' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (1, 4, 0, 0, 0, 10); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (2, 5, 0, 0, 0, 12); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (3, 27, 0, 0, 0, 14); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (4, 28, 0, 0, 0, 15); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (5, 29, 0, 0, 0, 16); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (6, 30, 0, 0, 0, 17); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (7, 1, 11, 0, 0, 20); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (8, 1, 10, 0, 0, 21); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (9, 2, 10, 0, 0, 22); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (10, 1, 20, 0, 0, 23); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (11, 2, 20, 0, 0, 25); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (12, 1, 1, 0, 0, 33); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (13, 1, 2, 0, 0, 35); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (14, 1, 3, 0, 0, 37); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (15, 1, 4, 0, 0, 39); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (16, 1, 5, 0, 0, 41); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (17, 2, 1, 0, 0, 34); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (18, 2, 2, 0, 0, 36); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (19, 2, 3, 0, 0, 38); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (20, 2, 4, 0, 0, 40); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (21, 2, 5, 0, 0, 42); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (22, 19, 0, 0, 0, 43); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (23, 20, 0, 0, 0, 44); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (24, 21, 0, 0, 0, 45); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (25, 22, 0, 0, 0, 46); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (26, 13, 0, 0, 0, 47); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (27, 14, 0, 0, 0, 48); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (28, 1, 51, 0, 0, 28); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (29, 1, 52, 0, 0, 29); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (30, 1, 53, 0, 0, 30); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (31, 1, 54, 0, 0, 31); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (32, 1, 55, 0, 0, 32); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (33, 1, 30, 0, 0, 50); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (34, 3, 0, 0, 0, 70); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (35, 8, 0, 0, 0, 80); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (36, 9, 0, 0, 0, 90); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (49, 37, 0, 0, 0, 100); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (50, 10, 0, 0, 0, 110); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (56, 15, 0, 0, 0, 150); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (57, 16, 0, 0, 0, 151); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (58, 17, 101, 0, 0, 160); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (59, 17, 105, 0, 0, 161); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (60, 17, 102, 0, 0, 162); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (61, 17, 103, 0, 0, 163); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (62, 17, 106, 0, 0, 164); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (63, 18, 0, 0, 0, 180); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (64, 11, 0, 0, 0, 190); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (65, 12, 0, 0, 0, 200); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (70, 31, 0, 0, 0, 230); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (71, 32, 0, 0, 0, 231); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (72, 6, 0, 0, 0, 10000); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (73, 7, 0, 0, 0, 20000); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (74, 34, 0, 0, 0, 49); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (75, 35, 0, 0, 0, 11); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (76, 36, 0, 0, 0, 13); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (77, 39, 20, 0, 0, 24); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (78, 38, 20, 0, 0, 26); INSERT INTO single_mode_event_cr_priority (id, display_id, effect_value_condition_0, effect_value_condition_1, effect_value_condition_2, priority) VALUES (79, 40, 0, 0, 0, 105); -- Table: single_mode_event_item_detail CREATE TABLE 'single_mode_event_item_detail' ('id' INTEGER NOT NULL, 'event_category_id' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'name_index' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (1, 177, 1, 180001); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (2, 177, 2, 180002); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (3, 177, 3, 180003); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (4, 177, 4, 180004); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (5, 177, 5, 180005); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (6, 178, 1, 180006); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (7, 178, 2, 180007); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (8, 179, 2, 180008); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (9, 180, 1, 180009); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (10, 181, 1, 180010); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (11, 182, 1, 180011); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (12, 183, 1, 180012); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (13, 184, 1, 180013); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (14, 185, 1, 180014); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (15, 186, 1, 180015); INSERT INTO single_mode_event_item_detail (id, event_category_id, item_id, name_index) VALUES (16, 187, 1, 180016); -- Table: single_mode_event_production CREATE TABLE 'single_mode_event_production' ('story_id' INTEGER NOT NULL, 'event_category_id' INTEGER NOT NULL, 'max_item_id' INTEGER NOT NULL, 'item_dir' TEXT NOT NULL, 'item_name' TEXT NOT NULL, PRIMARY KEY('story_id')); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400001017, 180, 1, 'Rival', 'utx_ico_rival_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400001024, 178, 2, 'Plow', 'utx_ico_plow_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400001030, 179, 2, 'Ending', 'utx_ico_ending_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400002031, 181, 1, 'Aoharu', 'utx_ico_aoharu_item_09'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400002032, 182, 1, 'Aoharu', 'utx_ico_aoharu_item_07'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400002033, 183, 1, 'Aoharu', 'utx_ico_aoharu_item_08'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400002034, 184, 1, 'Aoharu', 'utx_ico_aoharu_item_10'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400002035, 185, 1, 'Aoharu', 'utx_ico_aoharu_item_02'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400002112, 186, 1, 'Aoharu', 'utx_ico_aoharu_item_06'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (400002113, 187, 1, 'Aoharu', 'utx_ico_aoharu_item_01'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501001302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501002302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501003302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501004302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501005302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501006302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501007302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501008302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501009302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501010302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501011302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501012302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501013302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501014302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501015302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501016302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501017302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501018302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501019302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501020302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501023302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501024302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501025302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501026302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501027302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501028302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501030302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501032302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501035302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501037302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501038302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501039302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501040302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501041302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501045302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501046302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501048302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501050302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501052302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501056302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501058302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501059302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501060302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); INSERT INTO single_mode_event_production (story_id, event_category_id, max_item_id, item_dir, item_name) VALUES (501061302, 177, 5, 'Lottery', 'utx_ico_lottery_item_{0:D2}'); -- Table: single_mode_fan_count CREATE TABLE 'single_mode_fan_count' ('id' INTEGER NOT NULL, 'fan_set_id' INTEGER NOT NULL, 'order' INTEGER NOT NULL, 'fan_count' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (1, 1, 1, 500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (2, 1, 2, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (3, 1, 3, 125); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (4, 1, 4, 75); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (5, 1, 5, 50); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (6, 1, 6, 45); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (7, 1, 7, 40); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (8, 1, 8, 35); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (9, 1, 9, 30); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (10, 1, 10, 25); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (11, 1, 11, 20); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (12, 1, 12, 15); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (13, 1, 13, 13); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (14, 1, 14, 10); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (15, 1, 15, 8); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (16, 1, 16, 5); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (17, 1, 17, 5); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (18, 1, 18, 5); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (19, 2, 1, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (20, 2, 2, 240); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (21, 2, 3, 150); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (22, 2, 4, 90); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (23, 2, 5, 60); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (24, 2, 6, 54); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (25, 2, 7, 48); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (26, 2, 8, 42); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (27, 2, 9, 36); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (28, 2, 10, 30); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (29, 2, 11, 24); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (30, 2, 12, 18); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (31, 2, 13, 15); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (32, 2, 14, 12); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (33, 2, 15, 9); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (34, 2, 16, 6); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (35, 2, 17, 6); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (36, 2, 18, 6); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (37, 3, 1, 700); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (38, 3, 2, 280); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (39, 3, 3, 175); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (40, 3, 4, 105); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (41, 3, 5, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (42, 3, 6, 63); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (43, 3, 7, 56); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (44, 3, 8, 49); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (45, 3, 9, 42); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (46, 3, 10, 35); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (47, 3, 11, 28); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (48, 3, 12, 21); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (49, 3, 13, 18); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (50, 3, 14, 14); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (51, 3, 15, 11); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (52, 3, 16, 7); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (53, 3, 17, 7); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (54, 3, 18, 7); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (55, 4, 1, 1400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (56, 4, 2, 560); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (57, 4, 3, 350); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (58, 4, 4, 210); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (59, 4, 5, 140); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (60, 4, 6, 126); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (61, 4, 7, 112); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (62, 4, 8, 98); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (63, 4, 9, 84); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (64, 4, 10, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (65, 4, 11, 56); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (66, 4, 12, 42); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (67, 4, 13, 35); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (68, 4, 14, 28); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (69, 4, 15, 21); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (70, 4, 16, 14); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (71, 4, 17, 14); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (72, 4, 18, 14); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (73, 5, 1, 1600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (74, 5, 2, 640); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (75, 5, 3, 400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (76, 5, 4, 240); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (77, 5, 5, 160); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (78, 5, 6, 144); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (79, 5, 7, 128); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (80, 5, 8, 112); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (81, 5, 9, 96); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (82, 5, 10, 80); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (83, 5, 11, 64); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (84, 5, 12, 48); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (85, 5, 13, 40); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (86, 5, 14, 32); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (87, 5, 15, 24); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (88, 5, 16, 16); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (89, 5, 17, 16); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (90, 5, 18, 16); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (91, 6, 1, 1800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (92, 6, 2, 720); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (93, 6, 3, 450); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (94, 6, 4, 270); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (95, 6, 5, 180); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (96, 6, 6, 162); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (97, 6, 7, 144); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (98, 6, 8, 126); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (99, 6, 9, 108); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (100, 6, 10, 90); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (101, 6, 11, 72); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (102, 6, 12, 54); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (103, 6, 13, 45); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (104, 6, 14, 36); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (105, 6, 15, 27); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (106, 6, 16, 18); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (107, 6, 17, 18); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (108, 6, 18, 18); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (109, 7, 1, 1820); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (110, 7, 2, 728); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (111, 7, 3, 455); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (112, 7, 4, 273); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (113, 7, 5, 182); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (114, 7, 6, 164); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (115, 7, 7, 146); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (116, 7, 8, 127); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (117, 7, 9, 109); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (118, 7, 10, 91); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (119, 7, 11, 73); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (120, 7, 12, 55); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (121, 7, 13, 46); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (122, 7, 14, 36); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (123, 7, 15, 27); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (124, 7, 16, 18); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (125, 7, 17, 18); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (126, 7, 18, 18); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (127, 8, 1, 1900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (128, 8, 2, 760); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (129, 8, 3, 475); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (130, 8, 4, 285); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (131, 8, 5, 190); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (132, 8, 6, 171); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (133, 8, 7, 152); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (134, 8, 8, 133); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (135, 8, 9, 114); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (136, 8, 10, 95); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (137, 8, 11, 76); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (138, 8, 12, 57); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (139, 8, 13, 48); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (140, 8, 14, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (141, 8, 15, 29); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (142, 8, 16, 19); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (143, 8, 17, 19); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (144, 8, 18, 19); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (145, 9, 1, 2200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (146, 9, 2, 880); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (147, 9, 3, 550); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (148, 9, 4, 330); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (149, 9, 5, 220); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (150, 9, 6, 198); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (151, 9, 7, 176); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (152, 9, 8, 154); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (153, 9, 9, 132); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (154, 9, 10, 110); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (155, 9, 11, 88); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (156, 9, 12, 66); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (157, 9, 13, 55); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (158, 9, 14, 44); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (159, 9, 15, 33); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (160, 9, 16, 22); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (161, 9, 17, 22); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (162, 9, 18, 22); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (163, 10, 1, 2300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (164, 10, 2, 920); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (165, 10, 3, 575); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (166, 10, 4, 345); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (167, 10, 5, 230); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (168, 10, 6, 207); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (169, 10, 7, 184); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (170, 10, 8, 161); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (171, 10, 9, 138); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (172, 10, 10, 115); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (173, 10, 11, 92); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (174, 10, 12, 69); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (175, 10, 13, 58); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (176, 10, 14, 46); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (177, 10, 15, 35); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (178, 10, 16, 23); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (179, 10, 17, 23); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (180, 10, 18, 23); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (181, 11, 1, 2400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (182, 11, 2, 960); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (183, 11, 3, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (184, 11, 4, 360); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (185, 11, 5, 240); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (186, 11, 6, 216); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (187, 11, 7, 192); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (188, 11, 8, 168); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (189, 11, 9, 144); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (190, 11, 10, 120); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (191, 11, 11, 96); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (192, 11, 12, 72); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (193, 11, 13, 60); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (194, 11, 14, 48); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (195, 11, 15, 36); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (196, 11, 16, 24); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (197, 11, 17, 24); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (198, 11, 18, 24); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (199, 12, 1, 2900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (200, 12, 2, 1160); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (201, 12, 3, 725); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (202, 12, 4, 435); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (203, 12, 5, 290); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (204, 12, 6, 261); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (205, 12, 7, 232); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (206, 12, 8, 203); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (207, 12, 9, 174); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (208, 12, 10, 145); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (209, 12, 11, 116); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (210, 12, 12, 87); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (211, 12, 13, 73); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (212, 12, 14, 58); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (213, 12, 15, 44); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (214, 12, 16, 29); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (215, 12, 17, 29); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (216, 12, 18, 29); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (217, 13, 1, 3100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (218, 13, 2, 1240); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (219, 13, 3, 775); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (220, 13, 4, 465); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (221, 13, 5, 310); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (222, 13, 6, 279); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (223, 13, 7, 248); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (224, 13, 8, 217); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (225, 13, 9, 186); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (226, 13, 10, 155); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (227, 13, 11, 124); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (228, 13, 12, 93); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (229, 13, 13, 78); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (230, 13, 14, 62); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (231, 13, 15, 47); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (232, 13, 16, 31); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (233, 13, 17, 31); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (234, 13, 18, 31); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (235, 14, 1, 3300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (236, 14, 2, 1320); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (237, 14, 3, 825); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (238, 14, 4, 495); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (239, 14, 5, 330); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (240, 14, 6, 297); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (241, 14, 7, 264); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (242, 14, 8, 231); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (243, 14, 9, 198); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (244, 14, 10, 165); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (245, 14, 11, 132); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (246, 14, 12, 99); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (247, 14, 13, 83); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (248, 14, 14, 66); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (249, 14, 15, 50); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (250, 14, 16, 33); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (251, 14, 17, 33); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (252, 14, 18, 33); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (253, 15, 1, 3500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (254, 15, 2, 1400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (255, 15, 3, 875); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (256, 15, 4, 525); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (257, 15, 5, 350); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (258, 15, 6, 315); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (259, 15, 7, 280); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (260, 15, 8, 245); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (261, 15, 9, 210); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (262, 15, 10, 175); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (263, 15, 11, 140); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (264, 15, 12, 105); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (265, 15, 13, 88); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (266, 15, 14, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (267, 15, 15, 53); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (268, 15, 16, 35); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (269, 15, 17, 35); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (270, 15, 18, 35); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (271, 16, 1, 3600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (272, 16, 2, 1440); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (273, 16, 3, 900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (274, 16, 4, 540); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (275, 16, 5, 360); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (276, 16, 6, 324); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (277, 16, 7, 288); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (278, 16, 8, 252); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (279, 16, 9, 216); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (280, 16, 10, 180); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (281, 16, 11, 144); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (282, 16, 12, 108); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (283, 16, 13, 90); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (284, 16, 14, 72); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (285, 16, 15, 54); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (286, 16, 16, 36); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (287, 16, 17, 36); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (288, 16, 18, 36); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (289, 17, 1, 3800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (290, 17, 2, 1520); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (291, 17, 3, 950); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (292, 17, 4, 570); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (293, 17, 5, 380); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (294, 17, 6, 342); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (295, 17, 7, 304); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (296, 17, 8, 266); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (297, 17, 9, 228); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (298, 17, 10, 190); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (299, 17, 11, 152); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (300, 17, 12, 114); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (301, 17, 13, 95); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (302, 17, 14, 76); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (303, 17, 15, 57); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (304, 17, 16, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (305, 17, 17, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (306, 17, 18, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (307, 18, 1, 3900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (308, 18, 2, 1560); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (309, 18, 3, 975); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (310, 18, 4, 585); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (311, 18, 5, 390); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (312, 18, 6, 351); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (313, 18, 7, 312); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (314, 18, 8, 273); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (315, 18, 9, 234); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (316, 18, 10, 195); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (317, 18, 11, 156); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (318, 18, 12, 117); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (319, 18, 13, 98); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (320, 18, 14, 78); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (321, 18, 15, 59); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (322, 18, 16, 39); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (323, 18, 17, 39); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (324, 18, 18, 39); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (325, 19, 1, 4000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (326, 19, 2, 1600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (327, 19, 3, 1000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (328, 19, 4, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (329, 19, 5, 400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (330, 19, 6, 360); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (331, 19, 7, 320); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (332, 19, 8, 280); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (333, 19, 9, 240); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (334, 19, 10, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (335, 19, 11, 160); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (336, 19, 12, 120); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (337, 19, 13, 100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (338, 19, 14, 80); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (339, 19, 15, 60); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (340, 19, 16, 40); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (341, 19, 17, 40); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (342, 19, 18, 40); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (343, 20, 1, 4100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (344, 20, 2, 1640); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (345, 20, 3, 1025); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (346, 20, 4, 615); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (347, 20, 5, 410); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (348, 20, 6, 369); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (349, 20, 7, 328); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (350, 20, 8, 287); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (351, 20, 9, 246); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (352, 20, 10, 205); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (353, 20, 11, 164); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (354, 20, 12, 123); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (355, 20, 13, 103); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (356, 20, 14, 82); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (357, 20, 15, 62); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (358, 20, 16, 41); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (359, 20, 17, 41); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (360, 20, 18, 41); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (361, 21, 1, 5200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (362, 21, 2, 2080); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (363, 21, 3, 1300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (364, 21, 4, 780); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (365, 21, 5, 520); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (366, 21, 6, 468); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (367, 21, 7, 416); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (368, 21, 8, 364); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (369, 21, 9, 312); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (370, 21, 10, 260); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (371, 21, 11, 208); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (372, 21, 12, 156); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (373, 21, 13, 130); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (374, 21, 14, 104); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (375, 21, 15, 78); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (376, 21, 16, 52); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (377, 21, 17, 52); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (378, 21, 18, 52); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (379, 22, 1, 5400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (380, 22, 2, 2160); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (381, 22, 3, 1350); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (382, 22, 4, 810); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (383, 22, 5, 540); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (384, 22, 6, 486); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (385, 22, 7, 432); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (386, 22, 8, 378); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (387, 22, 9, 324); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (388, 22, 10, 270); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (389, 22, 11, 216); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (390, 22, 12, 162); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (391, 22, 13, 135); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (392, 22, 14, 108); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (393, 22, 15, 81); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (394, 22, 16, 54); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (395, 22, 17, 54); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (396, 22, 18, 54); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (397, 23, 1, 5500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (398, 23, 2, 2200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (399, 23, 3, 1375); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (400, 23, 4, 825); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (401, 23, 5, 550); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (402, 23, 6, 495); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (403, 23, 7, 440); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (404, 23, 8, 385); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (405, 23, 9, 330); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (406, 23, 10, 275); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (407, 23, 11, 220); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (408, 23, 12, 165); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (409, 23, 13, 138); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (410, 23, 14, 110); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (411, 23, 15, 83); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (412, 23, 16, 55); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (413, 23, 17, 55); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (414, 23, 18, 55); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (415, 24, 1, 5700); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (416, 24, 2, 2280); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (417, 24, 3, 1425); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (418, 24, 4, 855); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (419, 24, 5, 570); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (420, 24, 6, 513); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (421, 24, 7, 456); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (422, 24, 8, 399); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (423, 24, 9, 342); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (424, 24, 10, 285); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (425, 24, 11, 228); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (426, 24, 12, 171); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (427, 24, 13, 143); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (428, 24, 14, 114); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (429, 24, 15, 86); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (430, 24, 16, 57); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (431, 24, 17, 57); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (432, 24, 18, 57); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (433, 25, 1, 5900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (434, 25, 2, 2360); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (435, 25, 3, 1475); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (436, 25, 4, 885); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (437, 25, 5, 590); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (438, 25, 6, 531); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (439, 25, 7, 472); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (440, 25, 8, 413); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (441, 25, 9, 354); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (442, 25, 10, 295); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (443, 25, 11, 236); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (444, 25, 12, 177); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (445, 25, 13, 148); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (446, 25, 14, 118); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (447, 25, 15, 89); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (448, 25, 16, 59); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (449, 25, 17, 59); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (450, 25, 18, 59); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (451, 26, 1, 6200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (452, 26, 2, 2480); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (453, 26, 3, 1550); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (454, 26, 4, 930); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (455, 26, 5, 620); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (456, 26, 6, 558); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (457, 26, 7, 496); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (458, 26, 8, 434); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (459, 26, 9, 372); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (460, 26, 10, 310); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (461, 26, 11, 248); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (462, 26, 12, 186); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (463, 26, 13, 155); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (464, 26, 14, 124); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (465, 26, 15, 93); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (466, 26, 16, 62); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (467, 26, 17, 62); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (468, 26, 18, 62); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (469, 27, 1, 6500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (470, 27, 2, 2600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (471, 27, 3, 1625); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (472, 27, 4, 975); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (473, 27, 5, 650); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (474, 27, 6, 585); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (475, 27, 7, 520); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (476, 27, 8, 455); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (477, 27, 9, 390); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (478, 27, 10, 325); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (479, 27, 11, 260); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (480, 27, 12, 195); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (481, 27, 13, 163); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (482, 27, 14, 130); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (483, 27, 15, 98); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (484, 27, 16, 65); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (485, 27, 17, 65); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (486, 27, 18, 65); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (487, 28, 1, 6700); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (488, 28, 2, 2680); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (489, 28, 3, 1675); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (490, 28, 4, 1005); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (491, 28, 5, 670); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (492, 28, 6, 603); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (493, 28, 7, 536); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (494, 28, 8, 469); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (495, 28, 9, 402); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (496, 28, 10, 335); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (497, 28, 11, 268); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (498, 28, 12, 201); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (499, 28, 13, 168); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (500, 28, 14, 134); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (501, 28, 15, 101); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (502, 28, 16, 67); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (503, 28, 17, 67); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (504, 28, 18, 67); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (505, 29, 1, 7000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (506, 29, 2, 2800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (507, 29, 3, 1750); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (508, 29, 4, 1050); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (509, 29, 5, 700); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (510, 29, 6, 630); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (511, 29, 7, 560); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (512, 29, 8, 490); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (513, 29, 9, 420); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (514, 29, 10, 350); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (515, 29, 11, 280); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (516, 29, 12, 210); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (517, 29, 13, 175); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (518, 29, 14, 140); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (519, 29, 15, 105); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (520, 29, 16, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (521, 29, 17, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (522, 29, 18, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (523, 30, 1, 10000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (524, 30, 2, 4000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (525, 30, 3, 2500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (526, 30, 4, 1500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (527, 30, 5, 1000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (528, 30, 6, 900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (529, 30, 7, 800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (530, 30, 8, 700); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (531, 30, 9, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (532, 30, 10, 500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (533, 30, 11, 400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (534, 30, 12, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (535, 30, 13, 250); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (536, 30, 14, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (537, 30, 15, 150); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (538, 30, 16, 100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (539, 30, 17, 100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (540, 30, 18, 100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (541, 31, 1, 10500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (542, 31, 2, 4200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (543, 31, 3, 2625); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (544, 31, 4, 1575); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (545, 31, 5, 1050); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (546, 31, 6, 945); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (547, 31, 7, 840); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (548, 31, 8, 735); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (549, 31, 9, 630); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (550, 31, 10, 525); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (551, 31, 11, 420); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (552, 31, 12, 315); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (553, 31, 13, 263); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (554, 31, 14, 210); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (555, 31, 15, 158); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (556, 31, 16, 105); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (557, 31, 17, 105); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (558, 31, 18, 105); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (559, 32, 1, 11000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (560, 32, 2, 4400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (561, 32, 3, 2750); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (562, 32, 4, 1650); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (563, 32, 5, 1100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (564, 32, 6, 990); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (565, 32, 7, 880); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (566, 32, 8, 770); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (567, 32, 9, 660); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (568, 32, 10, 550); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (569, 32, 11, 440); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (570, 32, 12, 330); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (571, 32, 13, 275); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (572, 32, 14, 220); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (573, 32, 15, 165); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (574, 32, 16, 110); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (575, 32, 17, 110); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (576, 32, 18, 110); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (577, 33, 1, 12000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (578, 33, 2, 4800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (579, 33, 3, 3000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (580, 33, 4, 1800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (581, 33, 5, 1200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (582, 33, 6, 1080); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (583, 33, 7, 960); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (584, 33, 8, 840); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (585, 33, 9, 720); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (586, 33, 10, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (587, 33, 11, 480); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (588, 33, 12, 360); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (589, 33, 13, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (590, 33, 14, 240); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (591, 33, 15, 180); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (592, 33, 16, 120); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (593, 33, 17, 120); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (594, 33, 18, 120); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (595, 34, 1, 15000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (596, 34, 2, 6000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (597, 34, 3, 3750); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (598, 34, 4, 2250); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (599, 34, 5, 1500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (600, 34, 6, 1350); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (601, 34, 7, 1200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (602, 34, 8, 1050); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (603, 34, 9, 900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (604, 34, 10, 750); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (605, 34, 11, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (606, 34, 12, 450); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (607, 34, 13, 375); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (608, 34, 14, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (609, 34, 15, 225); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (610, 34, 16, 150); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (611, 34, 17, 150); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (612, 34, 18, 150); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (613, 35, 1, 20000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (614, 35, 2, 8000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (615, 35, 3, 5000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (616, 35, 4, 3000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (617, 35, 5, 2000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (618, 35, 6, 1800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (619, 35, 7, 1600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (620, 35, 8, 1400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (621, 35, 9, 1200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (622, 35, 10, 1000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (623, 35, 11, 800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (624, 35, 12, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (625, 35, 13, 500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (626, 35, 14, 400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (627, 35, 15, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (628, 35, 16, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (629, 35, 17, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (630, 35, 18, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (631, 36, 1, 30000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (632, 36, 2, 12000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (633, 36, 3, 7500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (634, 36, 4, 4500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (635, 36, 5, 3000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (636, 36, 6, 2700); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (637, 36, 7, 2400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (638, 36, 8, 2100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (639, 36, 9, 1800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (640, 36, 10, 1500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (641, 36, 11, 1200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (642, 36, 12, 900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (643, 36, 13, 750); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (644, 36, 14, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (645, 36, 15, 450); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (646, 36, 16, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (647, 36, 17, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (648, 36, 18, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (649, 37, 1, 7000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (650, 37, 2, 2800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (651, 37, 3, 1750); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (652, 37, 4, 1050); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (653, 37, 5, 700); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (654, 37, 6, 630); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (655, 37, 7, 560); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (656, 37, 8, 490); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (657, 37, 9, 420); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (658, 37, 10, 350); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (659, 37, 11, 280); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (660, 37, 12, 210); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (661, 37, 13, 175); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (662, 37, 14, 140); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (663, 37, 15, 105); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (664, 37, 16, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (665, 37, 17, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (666, 37, 18, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (667, 38, 1, 5200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (668, 38, 2, 2080); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (669, 38, 3, 1300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (670, 38, 4, 780); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (671, 38, 5, 520); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (672, 38, 6, 468); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (673, 38, 7, 416); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (674, 38, 8, 364); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (675, 38, 9, 312); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (676, 38, 10, 260); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (677, 38, 11, 208); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (678, 38, 12, 156); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (679, 38, 13, 130); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (680, 38, 14, 104); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (681, 38, 15, 78); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (682, 38, 16, 52); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (683, 38, 17, 26); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (684, 38, 18, 5); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (685, 39, 1, 3800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (686, 39, 2, 1520); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (687, 39, 3, 950); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (688, 39, 4, 570); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (689, 39, 5, 380); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (690, 39, 6, 342); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (691, 39, 7, 304); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (692, 39, 8, 266); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (693, 39, 9, 228); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (694, 39, 10, 190); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (695, 39, 11, 152); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (696, 39, 12, 114); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (697, 39, 13, 95); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (698, 39, 14, 76); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (699, 39, 15, 57); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (700, 39, 16, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (701, 39, 17, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (702, 39, 18, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (703, 40, 1, 3800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (704, 40, 2, 1520); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (705, 40, 3, 950); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (706, 40, 4, 570); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (707, 40, 5, 380); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (708, 40, 6, 342); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (709, 40, 7, 304); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (710, 40, 8, 266); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (711, 40, 9, 228); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (712, 40, 10, 190); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (713, 40, 11, 152); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (714, 40, 12, 114); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (715, 40, 13, 95); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (716, 40, 14, 76); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (717, 40, 15, 57); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (718, 40, 16, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (719, 40, 17, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (720, 40, 18, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (721, 41, 1, 6000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (722, 41, 2, 2400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (723, 41, 3, 1500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (724, 41, 4, 900); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (725, 41, 5, 600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (726, 41, 6, 540); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (727, 41, 7, 480); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (728, 41, 8, 420); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (729, 41, 9, 360); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (730, 41, 10, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (731, 41, 11, 240); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (732, 41, 12, 180); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (733, 41, 13, 150); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (734, 41, 14, 120); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (735, 41, 15, 90); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (736, 41, 16, 60); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (737, 41, 17, 60); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (738, 41, 18, 60); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (739, 42, 1, 4500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (740, 42, 2, 1800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (741, 42, 3, 1125); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (742, 42, 4, 675); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (743, 42, 5, 450); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (744, 42, 6, 405); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (745, 42, 7, 360); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (746, 42, 8, 315); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (747, 42, 9, 270); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (748, 42, 10, 225); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (749, 42, 11, 180); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (750, 42, 12, 135); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (751, 42, 13, 113); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (752, 42, 14, 90); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (753, 42, 15, 68); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (754, 42, 16, 45); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (755, 42, 17, 45); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (756, 42, 18, 45); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (757, 43, 1, 8000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (758, 43, 2, 3200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (759, 43, 3, 2000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (760, 43, 4, 1200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (761, 43, 5, 800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (762, 43, 6, 720); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (763, 43, 7, 640); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (764, 43, 8, 560); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (765, 43, 9, 480); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (766, 43, 10, 400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (767, 43, 11, 320); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (768, 43, 12, 240); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (769, 43, 13, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (770, 43, 14, 160); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (771, 43, 15, 120); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (772, 43, 16, 80); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (773, 43, 17, 80); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (774, 43, 18, 80); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (775, 44, 1, 1000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (776, 44, 2, 400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (777, 44, 3, 250); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (778, 44, 4, 150); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (779, 44, 5, 100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (780, 44, 6, 90); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (781, 44, 7, 80); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (782, 44, 8, 70); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (783, 44, 9, 60); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (784, 44, 10, 50); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (785, 44, 11, 40); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (786, 44, 12, 30); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (787, 44, 13, 25); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (788, 44, 14, 20); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (789, 44, 15, 15); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (790, 44, 16, 7); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (791, 44, 17, 7); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (792, 44, 18, 7); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (793, 45, 1, 1700); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (794, 45, 2, 680); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (795, 45, 3, 425); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (796, 45, 4, 255); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (797, 45, 5, 170); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (798, 45, 6, 153); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (799, 45, 7, 136); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (800, 45, 8, 119); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (801, 45, 9, 102); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (802, 45, 10, 85); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (803, 45, 11, 68); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (804, 45, 12, 51); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (805, 45, 13, 43); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (806, 45, 14, 34); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (807, 45, 15, 26); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (808, 45, 16, 17); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (809, 45, 17, 17); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (810, 45, 18, 17); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (811, 46, 1, 13000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (812, 46, 2, 5200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (813, 46, 3, 3250); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (814, 46, 4, 1950); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (815, 46, 5, 1300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (816, 46, 6, 1170); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (817, 46, 7, 1040); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (818, 46, 8, 910); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (819, 46, 9, 780); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (820, 46, 10, 650); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (821, 46, 11, 520); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (822, 46, 12, 390); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (823, 46, 13, 325); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (824, 46, 14, 260); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (825, 46, 15, 195); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (826, 46, 16, 130); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (827, 46, 17, 130); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (828, 46, 18, 130); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (829, 47, 1, 13500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (830, 47, 2, 5400); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (831, 47, 3, 3375); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (832, 47, 4, 2025); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (833, 47, 5, 1350); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (834, 47, 6, 1215); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (835, 47, 7, 1080); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (836, 47, 8, 945); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (837, 47, 9, 810); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (838, 47, 10, 675); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (839, 47, 11, 540); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (840, 47, 12, 405); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (841, 47, 13, 338); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (842, 47, 14, 270); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (843, 47, 15, 203); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (844, 47, 16, 135); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (845, 47, 17, 135); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (846, 47, 18, 135); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (847, 48, 1, 2000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (848, 48, 2, 800); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (849, 48, 3, 500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (850, 48, 4, 300); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (851, 48, 5, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (852, 48, 6, 180); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (853, 48, 7, 160); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (854, 48, 8, 140); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (855, 48, 9, 120); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (856, 48, 10, 100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (857, 48, 11, 80); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (858, 48, 12, 60); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (859, 48, 13, 50); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (860, 48, 14, 40); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (861, 48, 15, 30); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (862, 48, 16, 20); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (863, 48, 17, 20); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (864, 48, 18, 20); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (865, 49, 1, 2500); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (866, 49, 2, 1000); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (867, 49, 3, 625); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (868, 49, 4, 375); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (869, 49, 5, 250); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (870, 49, 6, 225); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (871, 49, 7, 200); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (872, 49, 8, 175); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (873, 49, 9, 150); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (874, 49, 10, 125); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (875, 49, 11, 100); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (876, 49, 12, 75); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (877, 49, 13, 63); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (878, 49, 14, 50); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (879, 49, 15, 38); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (880, 49, 16, 25); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (881, 49, 17, 25); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (882, 49, 18, 25); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (883, 50, 1, 2600); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (884, 50, 2, 1040); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (885, 50, 3, 650); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (886, 50, 4, 390); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (887, 50, 5, 260); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (888, 50, 6, 234); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (889, 50, 7, 208); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (890, 50, 8, 182); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (891, 50, 9, 156); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (892, 50, 10, 130); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (893, 50, 11, 104); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (894, 50, 12, 78); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (895, 50, 13, 65); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (896, 50, 14, 52); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (897, 50, 15, 39); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (898, 50, 16, 26); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (899, 50, 17, 26); INSERT INTO single_mode_fan_count (id, fan_set_id, "order", fan_count) VALUES (900, 50, 18, 26); -- Table: single_mode_free_coin_race CREATE TABLE 'single_mode_free_coin_race' ('id' INTEGER NOT NULL, 'grade' INTEGER NOT NULL, 'order_min' INTEGER NOT NULL, 'order_max' INTEGER NOT NULL, 'coin_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_free_shop CREATE TABLE 'single_mode_free_shop' ('id' INTEGER NOT NULL, 'start_turn' INTEGER NOT NULL, 'end_turn' INTEGER NOT NULL, 'lineup_group_id' INTEGER NOT NULL, 'max_lineup_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_free_shop_bg CREATE TABLE 'single_mode_free_shop_bg' ('id' INTEGER NOT NULL, 'start_turn' INTEGER NOT NULL, 'end_turn' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_free_shop_effect CREATE TABLE 'single_mode_free_shop_effect' ('id' INTEGER NOT NULL, 'effect_group_id' INTEGER NOT NULL, 'effect_type' INTEGER NOT NULL, 'effect_value_1' INTEGER NOT NULL, 'effect_value_2' INTEGER NOT NULL, 'effect_value_3' INTEGER NOT NULL, 'effect_value_4' INTEGER NOT NULL, 'turn' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_free_shop_item CREATE TABLE 'single_mode_free_shop_item' ('id' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'effect_group_id' INTEGER NOT NULL, 'coin_num' INTEGER NOT NULL, 'limit_num' INTEGER NOT NULL, 'effect_group' INTEGER NOT NULL, 'effect_priority' INTEGER NOT NULL, 'motion_id' INTEGER NOT NULL, 'use_flag' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_free_training_plate CREATE TABLE 'single_mode_free_training_plate' ('id' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'value_min' INTEGER NOT NULL, 'value_max' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_free_win_point CREATE TABLE 'single_mode_free_win_point' ('id' INTEGER NOT NULL, 'race_group_id' INTEGER NOT NULL, 'grade' INTEGER NOT NULL, 'order_min' INTEGER NOT NULL, 'order_max' INTEGER NOT NULL, 'point_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_hint_gain CREATE TABLE 'single_mode_hint_gain' ('id' INTEGER NOT NULL, 'hint_id' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, 'hint_group' INTEGER NOT NULL, 'hint_gain_type' INTEGER NOT NULL, 'hint_value_1' INTEGER NOT NULL, 'hint_value_2' INTEGER NOT NULL); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1, 9081001, 30001, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (2, 9081001, 30001, 2, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (3, 9081001, 30001, 3, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (4, 9081001, 30001, 4, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (5, 9081001, 30001, 5, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (6, 9081001, 30001, 6, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (7, 9081001, 30001, 7, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (8, 9081001, 30001, 8, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (9, 9081001, 30001, 8, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (10, 9081001, 30001, 8, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (11, 9081001, 10001, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (12, 9081001, 10001, 2, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (13, 9081001, 10001, 3, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (14, 9081001, 10001, 4, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (15, 9081001, 10001, 5, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (16, 9081001, 10001, 6, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (17, 9081001, 10001, 7, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (18, 9081001, 10001, 8, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (19, 9081001, 10001, 8, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (20, 9081001, 10001, 8, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (21, 9081002, 30002, 1, 0, 200432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (22, 9081002, 30002, 2, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (23, 9081002, 30002, 3, 0, 200542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (24, 9081002, 30002, 4, 0, 200552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (25, 9081002, 30002, 5, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (26, 9081002, 30002, 6, 0, 201242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (27, 9081002, 30002, 7, 0, 201252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (28, 9081002, 30002, 8, 0, 201522, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (29, 9081002, 30002, 9, 0, 201272, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (31, 9081002, 30002, 10, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (32, 9081002, 30002, 10, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (33, 9081002, 10002, 1, 0, 200432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (34, 9081002, 10002, 2, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (35, 9081002, 10002, 3, 0, 200542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (36, 9081002, 10002, 4, 0, 200552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (37, 9081002, 10002, 5, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (38, 9081002, 10002, 6, 0, 201242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (39, 9081002, 10002, 7, 0, 201252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (40, 9081002, 10002, 8, 0, 201522, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (41, 9081002, 10002, 9, 0, 201272, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (43, 9081002, 10002, 10, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (44, 9081002, 10002, 10, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (45, 9081003, 30003, 1, 0, 200452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (46, 9081003, 30003, 2, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (47, 9081003, 30003, 3, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (48, 9081003, 30003, 4, 0, 201132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (49, 9081003, 30003, 5, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (50, 9081003, 30003, 6, 0, 201332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (51, 9081003, 30003, 7, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (52, 9081003, 30003, 7, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (53, 9081003, 10003, 1, 0, 200452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (54, 9081003, 10003, 2, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (55, 9081003, 10003, 3, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (56, 9081003, 10003, 4, 0, 201132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (57, 9081003, 10003, 5, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (58, 9081003, 10003, 6, 0, 201332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (59, 9081003, 10003, 7, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (60, 9081003, 10003, 7, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (61, 9081004, 10004, 1, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (62, 9081004, 10004, 2, 0, 200682, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (63, 9081004, 10004, 3, 0, 201042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (64, 9081004, 10004, 4, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (65, 9081004, 10004, 5, 0, 201062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (66, 9081004, 10004, 6, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (67, 9081004, 10004, 6, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (68, 9081005, 20001, 1, 0, 200182, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (69, 9081005, 20001, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (70, 9081005, 20001, 3, 0, 200771, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (71, 9081005, 20001, 4, 0, 201042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (72, 9081005, 20001, 5, 0, 201072, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (73, 9081005, 20001, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (74, 9081005, 20001, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (75, 9081005, 10049, 1, 0, 200182, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (76, 9081005, 10049, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (77, 9081005, 10049, 3, 0, 200771, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (78, 9081005, 10049, 4, 0, 201042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (79, 9081005, 10049, 5, 0, 201072, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (80, 9081005, 10049, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (81, 9081005, 10049, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (82, 9081006, 10005, 1, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (83, 9081006, 10005, 2, 0, 200332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (84, 9081006, 10005, 3, 0, 200342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (85, 9081006, 10005, 4, 0, 200432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (86, 9081006, 10005, 5, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (87, 9081006, 10005, 6, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (88, 9081006, 10005, 7, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (89, 9081006, 10005, 8, 0, 201062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (90, 9081006, 10005, 9, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (91, 9081006, 10005, 10, 0, 201601, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (92, 9081006, 10005, 11, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (93, 9081006, 10005, 11, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (94, 9081007, 30004, 1, 0, 200622, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (95, 9081007, 30004, 2, 0, 200642, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (96, 9081007, 30004, 3, 0, 200752, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (97, 9081007, 30004, 4, 0, 201212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (98, 9081007, 30004, 5, 0, 201232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (99, 9081007, 30004, 6, 0, 201472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (100, 9081007, 30004, 7, 0, 201482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (101, 9081007, 30004, 8, 0, 201502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (102, 9081007, 30004, 9, 0, 201512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (103, 9081007, 30004, 10, 0, 201552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (104, 9081007, 30004, 11, 0, 201581, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (105, 9081007, 30004, 12, 0, 201591, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (106, 9081007, 30004, 13, 0, 201601, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (107, 9081007, 30004, 14, 0, 201631, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (108, 9081007, 30004, 15, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (109, 9081007, 30004, 15, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (110, 9081007, 10006, 1, 0, 200622, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (111, 9081007, 10006, 2, 0, 200642, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (112, 9081007, 10006, 3, 0, 200752, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (113, 9081007, 10006, 4, 0, 201212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (114, 9081007, 10006, 5, 0, 201232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (115, 9081007, 10006, 6, 0, 201472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (116, 9081007, 10006, 7, 0, 201482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (117, 9081007, 10006, 8, 0, 201502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (118, 9081007, 10006, 9, 0, 201512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (119, 9081007, 10006, 10, 0, 201552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (120, 9081007, 10006, 11, 0, 201581, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (121, 9081007, 10006, 12, 0, 201591, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (122, 9081007, 10006, 13, 0, 201601, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (123, 9081007, 10006, 14, 0, 201631, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (124, 9081007, 10006, 15, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (125, 9081007, 10006, 15, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (126, 9081008, 30005, 1, 0, 200032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (127, 9081008, 30005, 2, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (128, 9081008, 30005, 3, 0, 200372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (129, 9081008, 30005, 4, 0, 200382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (130, 9081008, 30005, 5, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (131, 9081008, 30005, 6, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (132, 9081008, 30005, 7, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (133, 9081008, 30005, 8, 0, 201032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (134, 9081008, 30005, 9, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (135, 9081008, 30005, 10, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (136, 9081008, 30005, 10, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (137, 9081008, 10007, 1, 0, 200032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (138, 9081008, 10007, 2, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (139, 9081008, 10007, 3, 0, 200372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (140, 9081008, 10007, 4, 0, 200382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (141, 9081008, 10007, 5, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (142, 9081008, 10007, 6, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (143, 9081008, 10007, 7, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (144, 9081008, 10007, 8, 0, 201032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (145, 9081008, 10007, 9, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (146, 9081008, 10007, 10, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (147, 9081008, 10007, 10, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (148, 9081009, 20002, 1, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (149, 9081009, 20002, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (150, 9081009, 20002, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (151, 9081009, 20002, 4, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (152, 9081009, 20002, 5, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (153, 9081009, 20002, 6, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (154, 9081009, 20002, 7, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (155, 9081009, 20002, 7, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (156, 9081009, 10023, 1, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (157, 9081009, 10023, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (158, 9081009, 10023, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (159, 9081009, 10023, 4, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (160, 9081009, 10023, 5, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (161, 9081009, 10023, 6, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (162, 9081009, 10023, 7, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (163, 9081009, 10023, 7, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (164, 9081010, 10008, 1, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (165, 9081010, 10008, 2, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (166, 9081010, 10008, 3, 0, 200682, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (167, 9081010, 10008, 4, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (168, 9081010, 10008, 5, 0, 201032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (169, 9081010, 10008, 6, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (170, 9081010, 10008, 7, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (171, 9081010, 10008, 7, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (172, 9081011, 30006, 1, 0, 200042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (173, 9081011, 30006, 2, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (174, 9081011, 30006, 3, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (175, 9081011, 30006, 4, 0, 200592, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (176, 9081011, 30006, 5, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (177, 9081011, 30006, 6, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (178, 9081011, 30006, 7, 0, 200871, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (179, 9081011, 30006, 8, 0, 201152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (180, 9081011, 30006, 9, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (181, 9081011, 30006, 9, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (182, 9081011, 30006, 9, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (183, 9081011, 10009, 1, 0, 200042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (184, 9081011, 10009, 2, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (185, 9081011, 10009, 3, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (186, 9081011, 10009, 4, 0, 200592, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (187, 9081011, 10009, 5, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (188, 9081011, 10009, 6, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (189, 9081011, 10009, 7, 0, 200871, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (190, 9081011, 10009, 8, 0, 201152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (191, 9081011, 10009, 9, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (192, 9081011, 10009, 9, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (193, 9081011, 10009, 9, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (194, 9081012, 20003, 1, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (195, 9081012, 20003, 2, 0, 200642, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (196, 9081012, 20003, 3, 0, 201452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (197, 9081012, 20003, 4, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (198, 9081012, 20003, 5, 0, 201552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (199, 9081012, 20003, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (200, 9081012, 20003, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (201, 9081013, 30022, 1, 0, 200062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (202, 9081013, 30022, 2, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (203, 9081013, 30022, 3, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (204, 9081013, 30022, 4, 0, 200332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (205, 9081013, 30022, 5, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (206, 9081013, 30022, 6, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (207, 9081013, 30022, 7, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (208, 9081013, 30022, 8, 0, 200742, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (209, 9081013, 30022, 9, 0, 200752, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (210, 9081013, 30022, 10, 0, 200762, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (211, 9081013, 30022, 11, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (212, 9081013, 30022, 11, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (213, 9081013, 10010, 1, 0, 200062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (214, 9081013, 10010, 2, 0, 200172, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (215, 9081013, 10010, 3, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (216, 9081013, 10010, 4, 0, 200742, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (217, 9081013, 10010, 5, 0, 201182, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (218, 9081013, 10010, 6, 0, 201192, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (219, 9081013, 10010, 7, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (220, 9081013, 10010, 8, 0, 201372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (221, 9081013, 10010, 9, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (222, 9081013, 10010, 9, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (223, 9081014, 30007, 1, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (224, 9081014, 30007, 2, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (225, 9081014, 30007, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (226, 9081014, 30007, 4, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (227, 9081014, 30007, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (228, 9081014, 30007, 6, 0, 201122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (229, 9081014, 30007, 7, 0, 201312, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (230, 9081014, 30007, 8, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (231, 9081014, 30007, 8, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (232, 9081014, 10011, 1, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (233, 9081014, 10011, 2, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (234, 9081014, 10011, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (235, 9081014, 10011, 4, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (236, 9081014, 10011, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (237, 9081014, 10011, 6, 0, 201122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (238, 9081014, 10011, 7, 0, 201312, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (239, 9081014, 10011, 8, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (240, 9081014, 10011, 8, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (241, 9081015, 10012, 1, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (242, 9081015, 10012, 2, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (243, 9081015, 10012, 3, 0, 201182, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (244, 9081015, 10012, 4, 0, 201312, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (245, 9081015, 10012, 5, 0, 201362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (246, 9081015, 10012, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (247, 9081015, 10012, 7, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (248, 9081015, 10012, 8, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (249, 9081015, 10012, 8, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (250, 9081012, 10024, 1, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (251, 9081012, 10024, 2, 0, 200642, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (252, 9081012, 10024, 3, 0, 201452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (253, 9081012, 10024, 4, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (254, 9081012, 10024, 5, 0, 201552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (255, 9081012, 10024, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (256, 9081012, 10024, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (257, 9081017, 10013, 1, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (258, 9081017, 10013, 2, 0, 200831, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (259, 9081017, 10013, 3, 0, 200861, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (260, 9081017, 10013, 4, 0, 200891, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (261, 9081017, 10013, 5, 0, 200921, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (262, 9081017, 10013, 6, 0, 201152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (263, 9081017, 10013, 7, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (264, 9081017, 10013, 8, 0, 201601, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (265, 9081017, 10013, 9, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (266, 9081017, 10013, 9, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (267, 9081018, 20004, 1, 0, 200472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (268, 9081018, 20004, 2, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (269, 9081018, 20004, 3, 0, 200931, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (270, 9081018, 20004, 4, 0, 200941, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (271, 9081018, 20004, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (272, 9081018, 20004, 6, 0, 201601, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (273, 9081018, 20004, 7, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (274, 9081018, 20004, 7, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (275, 9081018, 20004, 7, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (276, 9081018, 10025, 1, 0, 200472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (277, 9081018, 10025, 2, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (278, 9081018, 10025, 3, 0, 200931, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (279, 9081018, 10025, 4, 0, 200941, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (280, 9081018, 10025, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (281, 9081018, 10025, 6, 0, 201601, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (282, 9081018, 10025, 7, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (283, 9081018, 10025, 7, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (284, 9081018, 10025, 7, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (285, 9081020, 30008, 1, 0, 200252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (286, 9081020, 30008, 2, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (287, 9081020, 30008, 3, 0, 200771, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (288, 9081020, 30008, 4, 0, 200811, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (289, 9081020, 30008, 5, 0, 200881, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (290, 9081020, 30008, 6, 0, 201611, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (291, 9081020, 30008, 7, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (292, 9081020, 30008, 7, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (293, 9081020, 10014, 1, 0, 200252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (294, 9081020, 10014, 2, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (295, 9081020, 10014, 3, 0, 200771, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (296, 9081020, 10014, 4, 0, 200811, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (297, 9081020, 10014, 5, 0, 200881, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (298, 9081020, 10014, 6, 0, 201611, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (299, 9081020, 10014, 7, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (300, 9081020, 10014, 7, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (301, 9081021, 30009, 1, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (302, 9081021, 30009, 2, 0, 200811, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (303, 9081021, 30009, 3, 0, 200901, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (304, 9081021, 30009, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (305, 9081021, 30009, 5, 0, 201132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (306, 9081021, 30009, 6, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (307, 9081021, 30009, 7, 0, 201412, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (308, 9081021, 30009, 8, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (309, 9081021, 30009, 8, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (310, 9081021, 10027, 1, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (311, 9081021, 10027, 2, 0, 200811, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (312, 9081021, 10027, 3, 0, 200901, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (313, 9081021, 10027, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (314, 9081021, 10027, 5, 0, 201132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (315, 9081021, 10027, 6, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (316, 9081021, 10027, 7, 0, 201412, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (317, 9081021, 10027, 8, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (318, 9081021, 10027, 8, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (319, 9081022, 30010, 1, 0, 200012, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (320, 9081022, 30010, 2, 0, 200192, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (321, 9081022, 30010, 3, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (322, 9081022, 30010, 4, 0, 200372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (323, 9081022, 30010, 5, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (324, 9081022, 30010, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (325, 9081022, 30010, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (326, 9081022, 10028, 1, 0, 200012, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (327, 9081022, 10028, 2, 0, 200192, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (328, 9081022, 10028, 3, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (329, 9081022, 10028, 4, 0, 200372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (330, 9081022, 10028, 5, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (331, 9081022, 10028, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (332, 9081022, 10028, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (333, 9081023, 20006, 1, 0, 200052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (334, 9081023, 20006, 2, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (335, 9081023, 20006, 3, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (336, 9081023, 20006, 4, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (337, 9081023, 20006, 5, 0, 200821, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (338, 9081023, 20006, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (339, 9081023, 20006, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (340, 9081023, 10029, 1, 0, 200052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (341, 9081023, 10029, 2, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (342, 9081023, 10029, 3, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (343, 9081023, 10029, 4, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (344, 9081023, 10029, 5, 0, 200821, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (345, 9081023, 10029, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (346, 9081023, 10029, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (347, 9081024, 20007, 1, 0, 200142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (348, 9081024, 20007, 2, 0, 200332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (349, 9081024, 20007, 3, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (350, 9081024, 20007, 4, 0, 200382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (351, 9081024, 20007, 5, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (352, 9081024, 20007, 6, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (353, 9081024, 20007, 7, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (354, 9081024, 20007, 7, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (355, 9081024, 10030, 1, 0, 200142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (356, 9081024, 10030, 2, 0, 200332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (357, 9081024, 10030, 3, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (358, 9081024, 10030, 4, 0, 200382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (359, 9081024, 10030, 5, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (360, 9081024, 10030, 6, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (361, 9081024, 10030, 7, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (362, 9081024, 10030, 7, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (363, 9081025, 20008, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (364, 9081025, 20008, 2, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (365, 9081025, 20008, 3, 0, 201172, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (366, 9081025, 20008, 4, 0, 201202, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (367, 9081025, 20008, 5, 0, 201222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (368, 9081025, 20008, 6, 0, 201581, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (369, 9081025, 20008, 7, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (370, 9081025, 20008, 7, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (371, 9081025, 10031, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (372, 9081025, 10031, 2, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (373, 9081025, 10031, 3, 0, 201172, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (374, 9081025, 10031, 4, 0, 201202, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (375, 9081025, 10031, 5, 0, 201222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (376, 9081025, 10031, 6, 0, 201581, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (377, 9081025, 10031, 7, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (378, 9081025, 10031, 7, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (379, 9081027, 20010, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (380, 9081027, 20010, 2, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (381, 9081027, 20010, 3, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (382, 9081027, 20010, 4, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (383, 9081027, 20010, 5, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (384, 9081027, 20010, 5, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (385, 9081027, 10033, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (386, 9081027, 10033, 2, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (387, 9081027, 10033, 3, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (388, 9081027, 10033, 4, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (389, 9081027, 10033, 5, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (390, 9081027, 10033, 5, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (391, 9081029, 20011, 1, 0, 200042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (392, 9081029, 20011, 2, 0, 200202, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (393, 9081029, 20011, 3, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (394, 9081029, 20011, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (395, 9081029, 20011, 5, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (396, 9081029, 20011, 5, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (397, 9081029, 20011, 5, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (398, 9081029, 10034, 1, 0, 200042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (399, 9081029, 10034, 2, 0, 200202, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (400, 9081029, 10034, 3, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (401, 9081029, 10034, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (402, 9081029, 10034, 5, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (403, 9081029, 10034, 5, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (404, 9081029, 10034, 5, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (405, 9081029, 30031, 1, 0, 200042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (406, 9081029, 30031, 2, 0, 200202, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (407, 9081029, 30031, 3, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (408, 9081029, 30031, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (409, 9081029, 30031, 5, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (410, 9081029, 30031, 5, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (411, 9081030, 30023, 1, 0, 200062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (412, 9081030, 30023, 2, 0, 200272, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (413, 9081030, 30023, 3, 0, 200742, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (414, 9081030, 30023, 4, 0, 200801, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (415, 9081030, 30023, 5, 0, 200861, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (416, 9081030, 30023, 6, 0, 200871, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (417, 9081030, 30023, 7, 0, 201342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (418, 9081030, 30023, 8, 0, 201372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (419, 9081030, 30023, 9, 0, 201581, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (420, 9081030, 30023, 10, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (421, 9081030, 30023, 10, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (422, 9081030, 10015, 1, 0, 200062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (423, 9081030, 10015, 2, 0, 200272, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (424, 9081030, 10015, 3, 0, 200742, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (425, 9081030, 10015, 4, 0, 200801, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (426, 9081030, 10015, 5, 0, 200861, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (427, 9081030, 10015, 6, 0, 200871, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (428, 9081030, 10015, 7, 0, 201342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (429, 9081030, 10015, 8, 0, 201372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (430, 9081030, 10015, 9, 0, 201581, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (431, 9081030, 10015, 10, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (432, 9081030, 10015, 10, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (433, 9081031, 30011, 1, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (434, 9081031, 30011, 2, 0, 201082, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (435, 9081031, 30011, 3, 0, 201282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (436, 9081031, 30011, 4, 0, 201651, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (437, 9081031, 30011, 5, 0, 201661, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (438, 9081031, 30011, 6, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (439, 9081031, 30011, 6, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (440, 9081031, 30011, 6, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (441, 9081031, 10035, 1, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (442, 9081031, 10035, 2, 0, 201082, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (443, 9081031, 10035, 3, 0, 201282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (444, 9081031, 10035, 4, 0, 201651, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (445, 9081031, 10035, 5, 0, 201661, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (446, 9081031, 10035, 6, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (447, 9081031, 10035, 6, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (448, 9081031, 10035, 6, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (449, 9081032, 20012, 1, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (450, 9081032, 20012, 2, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (451, 9081032, 20012, 3, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (452, 9081032, 20012, 4, 0, 201152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (453, 9081032, 20012, 5, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (454, 9081032, 20012, 5, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (455, 9081032, 10036, 1, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (456, 9081032, 10036, 2, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (457, 9081032, 10036, 3, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (458, 9081032, 10036, 4, 0, 201152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (459, 9081032, 10036, 5, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (460, 9081032, 10036, 5, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (461, 9081035, 30012, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (462, 9081035, 30012, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (463, 9081035, 30012, 3, 0, 200592, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (464, 9081035, 30012, 4, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (465, 9081035, 30012, 5, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (466, 9081035, 30012, 6, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (467, 9081035, 30012, 6, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (468, 9081035, 30012, 6, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (469, 9081035, 30033, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (470, 9081035, 30033, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (471, 9081035, 30033, 3, 0, 200592, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (472, 9081035, 30033, 4, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (473, 9081035, 30033, 5, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (474, 9081035, 30033, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (475, 9081035, 30033, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (476, 9081035, 10016, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (477, 9081035, 10016, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (478, 9081035, 10016, 3, 0, 200592, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (479, 9081035, 10016, 4, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (480, 9081035, 10016, 5, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (481, 9081035, 10016, 6, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (482, 9081035, 10016, 6, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (483, 9081035, 10016, 6, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (484, 9081037, 20013, 1, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (485, 9081037, 20013, 2, 0, 200372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (486, 9081037, 20013, 3, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (487, 9081037, 20013, 4, 0, 201392, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (488, 9081037, 20013, 5, 0, 201402, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (489, 9081037, 20013, 6, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (490, 9081037, 20013, 6, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (491, 9081037, 10038, 1, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (492, 9081037, 10038, 2, 0, 200372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (493, 9081037, 10038, 3, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (494, 9081037, 10038, 4, 0, 201392, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (495, 9081037, 10038, 5, 0, 201402, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (496, 9081037, 10038, 6, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (497, 9081037, 10038, 6, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (498, 9081040, 30014, 1, 0, 200082, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (499, 9081040, 30014, 2, 0, 200692, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (500, 9081040, 30014, 3, 0, 201062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (501, 9081040, 30014, 4, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (502, 9081040, 30014, 4, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (503, 9081040, 10017, 1, 0, 200082, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (504, 9081040, 10017, 2, 0, 200692, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (505, 9081040, 10017, 3, 0, 201062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (506, 9081040, 10017, 4, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (507, 9081040, 10017, 4, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (508, 9081041, 30015, 1, 0, 200652, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (509, 9081041, 30015, 2, 0, 200791, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (510, 9081041, 30015, 3, 0, 200841, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (511, 9081041, 30015, 4, 0, 200962, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (512, 9081041, 30015, 5, 0, 200972, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (513, 9081041, 30015, 6, 0, 200982, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (514, 9081041, 30015, 7, 0, 200992, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (515, 9081041, 30015, 8, 0, 201012, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (516, 9081041, 30015, 9, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (517, 9081041, 30015, 9, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (518, 9081041, 10018, 1, 0, 200652, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (519, 9081041, 10018, 2, 0, 200791, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (520, 9081041, 10018, 3, 0, 200841, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (521, 9081041, 10018, 4, 0, 200962, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (522, 9081041, 10018, 5, 0, 200972, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (523, 9081041, 10018, 6, 0, 200982, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (524, 9081041, 10018, 7, 0, 200992, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (525, 9081041, 10018, 8, 0, 201012, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (526, 9081041, 10018, 9, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (527, 9081041, 10018, 9, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (528, 9081045, 30016, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (529, 9081045, 30016, 2, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (530, 9081045, 30016, 3, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (531, 9081045, 30016, 4, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (532, 9081045, 30016, 5, 0, 200881, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (533, 9081045, 30016, 6, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (534, 9081045, 30016, 6, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (535, 9081045, 10019, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (536, 9081045, 10019, 2, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (537, 9081045, 10019, 3, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (538, 9081045, 10019, 4, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (539, 9081045, 10019, 5, 0, 200881, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (540, 9081045, 10019, 6, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (541, 9081045, 10019, 6, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (542, 9081046, 30017, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (543, 9081046, 30017, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (544, 9081046, 30017, 3, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (545, 9081046, 30017, 4, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (546, 9081046, 30017, 5, 0, 200952, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (547, 9081046, 30017, 6, 0, 201292, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (548, 9081046, 30017, 7, 0, 201302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (549, 9081046, 30017, 8, 0, 201522, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (550, 9081046, 30017, 9, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (551, 9081046, 30017, 9, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (552, 9081046, 10039, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (553, 9081046, 10039, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (554, 9081046, 10039, 3, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (555, 9081046, 10039, 4, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (556, 9081046, 10039, 5, 0, 200952, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (557, 9081046, 10039, 6, 0, 201292, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (558, 9081046, 10039, 7, 0, 201302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (559, 9081046, 10039, 8, 0, 201522, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (560, 9081046, 10039, 9, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (561, 9081046, 10039, 9, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (562, 9081051, 30018, 1, 0, 200052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (563, 9081051, 30018, 2, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (564, 9081051, 30018, 3, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (565, 9081051, 30018, 4, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (566, 9081051, 30018, 5, 0, 201322, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (567, 9081051, 30018, 6, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (568, 9081051, 30018, 6, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (569, 9081051, 20027, 1, 0, 200052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (570, 9081051, 20027, 2, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (571, 9081051, 20027, 3, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (572, 9081051, 20027, 4, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (573, 9081051, 20027, 5, 0, 201322, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (574, 9081051, 20027, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (575, 9081051, 20027, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (576, 9081051, 10041, 1, 0, 200052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (577, 9081051, 10041, 2, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (578, 9081051, 10041, 3, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (579, 9081051, 10041, 4, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (580, 9081051, 10041, 5, 0, 201322, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (581, 9081051, 10041, 6, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (582, 9081051, 10041, 6, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (583, 9081052, 30019, 1, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (584, 9081052, 30019, 1, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (585, 9081052, 30019, 1, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (586, 9081052, 10020, 1, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (587, 9081052, 10020, 1, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (588, 9081052, 10020, 1, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (589, 9081055, 20015, 1, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (590, 9081055, 20015, 2, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (591, 9081055, 20015, 3, 0, 200851, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (592, 9081055, 20015, 4, 0, 200881, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (593, 9081055, 20015, 5, 0, 201611, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (594, 9081055, 20015, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (595, 9081055, 20015, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (596, 9081055, 10043, 1, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (597, 9081055, 10043, 2, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (598, 9081055, 10043, 3, 0, 200851, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (599, 9081055, 10043, 4, 0, 200881, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (600, 9081055, 10043, 5, 0, 201611, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (601, 9081055, 10043, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (602, 9081055, 10043, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (603, 9081056, 20016, 1, 0, 200092, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (604, 9081056, 20016, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (605, 9081056, 20016, 3, 0, 200781, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (606, 9081056, 20016, 4, 0, 201392, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (607, 9081056, 20016, 5, 0, 201422, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (608, 9081056, 20016, 6, 0, 201562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (609, 9081056, 20016, 7, 0, 201571, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (610, 9081056, 20016, 8, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (611, 9081056, 20016, 8, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (612, 9081056, 10044, 1, 0, 200092, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (613, 9081056, 10044, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (614, 9081056, 10044, 3, 0, 200781, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (615, 9081056, 10044, 4, 0, 201392, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (616, 9081056, 10044, 5, 0, 201422, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (617, 9081056, 10044, 6, 0, 201562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (618, 9081056, 10044, 7, 0, 201571, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (619, 9081056, 10044, 8, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (620, 9081056, 10044, 8, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (621, 9081058, 20017, 1, 0, 200142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (622, 9081058, 20017, 2, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (623, 9081058, 20017, 3, 0, 200252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (624, 9081058, 20017, 4, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (625, 9081058, 20017, 5, 0, 201122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (626, 9081058, 20017, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (627, 9081058, 20017, 7, 0, 201621, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (628, 9081058, 20017, 8, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (629, 9081058, 20017, 8, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (630, 9081058, 20017, 8, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (631, 9081058, 10045, 1, 0, 200142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (632, 9081058, 10045, 2, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (633, 9081058, 10045, 3, 0, 200252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (634, 9081058, 10045, 4, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (635, 9081058, 10045, 5, 0, 201122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (636, 9081058, 10045, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (637, 9081058, 10045, 7, 0, 201621, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (638, 9081058, 10045, 8, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (639, 9081058, 10045, 8, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (640, 9081058, 10045, 8, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (641, 9081059, 20018, 1, 0, 200062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (642, 9081059, 20018, 2, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (643, 9081059, 20018, 3, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (644, 9081059, 20018, 4, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (645, 9081059, 20018, 5, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (646, 9081059, 20018, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (647, 9081059, 20018, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (648, 9081059, 10046, 1, 0, 200062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (649, 9081059, 10046, 2, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (650, 9081059, 10046, 3, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (651, 9081059, 10046, 4, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (652, 9081059, 10046, 5, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (653, 9081059, 10046, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (654, 9081059, 10046, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (655, 9081060, 20019, 1, 0, 200122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (656, 9081060, 20019, 2, 0, 200342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (657, 9081060, 20019, 3, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (658, 9081060, 20019, 4, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (659, 9081060, 20019, 5, 0, 200911, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (660, 9081060, 20019, 6, 0, 201162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (661, 9081060, 20019, 7, 0, 201422, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (662, 9081060, 20019, 8, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (663, 9081060, 20019, 9, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (664, 9081060, 20019, 9, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (665, 9081060, 20019, 9, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (666, 9081060, 20026, 1, 0, 200122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (667, 9081060, 20026, 2, 0, 200342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (668, 9081060, 20026, 3, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (669, 9081060, 20026, 4, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (670, 9081060, 20026, 5, 0, 200911, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (671, 9081060, 20026, 6, 0, 201162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (672, 9081060, 20026, 7, 0, 201422, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (673, 9081060, 20026, 8, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (674, 9081060, 20026, 9, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (675, 9081060, 20026, 9, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (676, 9081060, 10047, 1, 0, 200122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (677, 9081060, 10047, 2, 0, 200342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (678, 9081060, 10047, 3, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (679, 9081060, 10047, 4, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (680, 9081060, 10047, 5, 0, 200911, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (681, 9081060, 10047, 6, 0, 201162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (682, 9081060, 10047, 7, 0, 201422, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (683, 9081060, 10047, 8, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (684, 9081060, 10047, 9, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (685, 9081060, 10047, 9, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (686, 9081060, 10047, 9, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (687, 9081061, 20020, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (688, 9081061, 20020, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (689, 9081061, 20020, 3, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (690, 9081061, 20020, 4, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (691, 9081061, 20020, 5, 0, 200662, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (692, 9081061, 20020, 6, 0, 200672, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (693, 9081061, 20020, 7, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (694, 9081061, 20020, 7, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (695, 9081061, 10048, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (696, 9081061, 10048, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (697, 9081061, 10048, 3, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (698, 9081061, 10048, 4, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (699, 9081061, 10048, 5, 0, 200662, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (700, 9081061, 10048, 6, 0, 200672, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (701, 9081061, 10048, 7, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (702, 9081061, 10048, 7, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (703, 9081019, 20005, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (704, 9081019, 20005, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (705, 9081019, 20005, 3, 0, 201032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (706, 9081019, 20005, 4, 0, 201092, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (707, 9081019, 20005, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (708, 9081019, 20005, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (709, 9081019, 20005, 7, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (710, 9081019, 20005, 7, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (711, 9081019, 10026, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (712, 9081019, 10026, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (713, 9081019, 10026, 3, 0, 201032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (714, 9081019, 10026, 4, 0, 201092, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (715, 9081019, 10026, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (716, 9081019, 10026, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (717, 9081019, 10026, 7, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (718, 9081019, 10026, 7, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (719, 9081026, 20009, 1, 0, 200242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (720, 9081026, 20009, 2, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (721, 9081026, 20009, 3, 0, 201242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (722, 9081026, 20009, 4, 0, 201252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (723, 9081026, 20009, 5, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (724, 9081026, 20009, 5, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (725, 9081026, 10032, 1, 0, 200242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (726, 9081026, 10032, 2, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (727, 9081026, 10032, 3, 0, 201242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (728, 9081026, 10032, 4, 0, 201252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (729, 9081026, 10032, 5, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (730, 9081026, 10032, 5, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (731, 9081036, 30013, 1, 0, 201212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (732, 9081036, 30013, 2, 0, 201492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (733, 9081036, 30013, 3, 0, 201502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (734, 9081036, 30013, 4, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (735, 9081036, 30013, 4, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (736, 9081036, 10037, 1, 0, 201212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (737, 9081036, 10037, 2, 0, 201492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (738, 9081036, 10037, 3, 0, 201502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (739, 9081036, 10037, 4, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (740, 9081036, 10037, 4, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (741, 9081050, 20014, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (742, 9081050, 20014, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (743, 9081050, 20014, 3, 0, 200622, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (744, 9081050, 20014, 4, 0, 200632, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (745, 9081050, 20014, 5, 0, 201462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (746, 9081050, 20014, 6, 0, 201512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (747, 9081050, 20014, 7, 0, 201641, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (748, 9081050, 20014, 8, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (749, 9081050, 20014, 8, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (750, 9081050, 10040, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (751, 9081050, 10040, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (752, 9081050, 10040, 3, 0, 200622, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (753, 9081050, 10040, 4, 0, 200632, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (754, 9081050, 10040, 5, 0, 201462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (755, 9081050, 10040, 6, 0, 201512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (756, 9081050, 10040, 7, 0, 201641, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (757, 9081050, 10040, 8, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (758, 9081050, 10040, 8, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (759, 9081054, 30020, 1, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (760, 9081054, 30020, 2, 0, 200662, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (761, 9081054, 30020, 3, 0, 200672, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (762, 9081054, 30020, 4, 0, 200682, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (763, 9081054, 30020, 5, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (764, 9081054, 30020, 6, 0, 201002, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (765, 9081054, 30020, 7, 0, 201022, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (766, 9081054, 30020, 8, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (767, 9081054, 30020, 8, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (768, 9081054, 10042, 1, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (769, 9081054, 10042, 2, 0, 200662, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (770, 9081054, 10042, 3, 0, 200672, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (771, 9081054, 10042, 4, 0, 200682, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (772, 9081054, 10042, 5, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (773, 9081054, 10042, 6, 0, 201002, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (774, 9081054, 10042, 7, 0, 201022, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (775, 9081054, 10042, 8, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (776, 9081054, 10042, 8, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (777, 9081006, 30024, 1, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (778, 9081006, 30024, 2, 0, 200332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (779, 9081006, 30024, 3, 0, 200342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (780, 9081006, 30024, 4, 0, 200432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (781, 9081006, 30024, 5, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (782, 9081006, 30024, 6, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (783, 9081006, 30024, 7, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (784, 9081006, 30024, 8, 0, 201062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (785, 9081006, 30024, 9, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (786, 9081006, 30024, 10, 0, 201601, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (787, 9081006, 30024, 11, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (788, 9081006, 30024, 11, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (789, 9081044, 20023, 1, 0, 200452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (790, 9081044, 20023, 2, 0, 200771, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (791, 9081044, 20023, 3, 0, 200781, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (792, 9081044, 20023, 4, 0, 201162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (793, 9081044, 20023, 5, 0, 201472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (794, 9081044, 20023, 6, 0, 201482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (795, 9081044, 20023, 8, 0, 201651, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (796, 9081044, 20023, 9, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (797, 9081044, 20023, 9, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (798, 9081044, 10050, 1, 0, 200452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (799, 9081044, 10050, 2, 0, 200771, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (800, 9081044, 10050, 3, 0, 200781, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (801, 9081044, 10050, 4, 0, 201162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (802, 9081044, 10050, 5, 0, 201472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (803, 9081044, 10050, 6, 0, 201482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (804, 9081044, 10050, 7, 0, 201651, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (805, 9081044, 10050, 9, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (806, 9081044, 10050, 9, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (807, 9081001, 30025, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (808, 9081001, 30025, 2, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (809, 9081001, 30025, 3, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (810, 9081001, 30025, 4, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (811, 9081001, 30025, 5, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (812, 9081001, 30025, 6, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (813, 9081001, 30025, 7, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (814, 9081001, 30025, 8, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (815, 9081001, 30025, 8, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (816, 9081066, 30026, 1, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (817, 9081066, 30026, 2, 0, 200292, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (818, 9081066, 30026, 3, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (819, 9081066, 30026, 4, 0, 200542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (820, 9081066, 30026, 5, 0, 201272, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (821, 9081066, 30026, 6, 0, 201282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (822, 9081066, 30026, 8, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (823, 9081066, 30026, 8, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (824, 9081066, 10051, 1, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (825, 9081066, 10051, 2, 0, 200292, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (826, 9081066, 10051, 3, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (827, 9081066, 10051, 4, 0, 200542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (828, 9081066, 10051, 5, 0, 201272, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (829, 9081066, 10051, 6, 0, 201282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (830, 9081066, 10051, 8, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (831, 9081066, 10051, 8, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (832, 9081065, 20024, 1, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (833, 9081065, 20024, 2, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (834, 9081065, 20024, 3, 0, 201042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (835, 9081065, 20024, 4, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (836, 9081065, 20024, 5, 0, 201082, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (837, 9081065, 20024, 7, 0, 201631, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (838, 9081065, 20024, 8, 0, 201651, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (839, 9081065, 20024, 9, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (840, 9081065, 20024, 9, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (841, 9081065, 10052, 1, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (842, 9081065, 10052, 2, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (843, 9081065, 10052, 3, 0, 201042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (844, 9081065, 10052, 4, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (845, 9081065, 10052, 5, 0, 201082, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (846, 9081065, 10052, 7, 0, 201631, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (847, 9081065, 10052, 8, 0, 201651, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (848, 9081065, 10052, 9, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (849, 9081065, 10052, 9, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (850, 9081064, 30027, 1, 0, 200042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (851, 9081064, 30027, 2, 0, 200052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (852, 9081064, 30027, 3, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (853, 9081064, 30027, 4, 0, 200542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (854, 9081064, 30027, 5, 0, 200871, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (855, 9081064, 30027, 6, 0, 201282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (856, 9081064, 30027, 7, 0, 201631, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (857, 9081064, 30027, 8, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (858, 9081064, 30027, 8, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (859, 9081064, 30027, 8, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (860, 9081064, 10054, 1, 0, 200042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (861, 9081064, 10054, 2, 0, 200052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (862, 9081064, 10054, 3, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (863, 9081064, 10054, 4, 0, 200542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (864, 9081064, 10054, 5, 0, 200871, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (865, 9081064, 10054, 6, 0, 201282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (866, 9081064, 10054, 7, 0, 201631, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (867, 9081064, 10054, 8, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (868, 9081064, 10054, 8, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (869, 9081064, 10054, 8, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (870, 9081063, 20025, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (871, 9081063, 20025, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (872, 9081063, 20025, 3, 0, 201122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (873, 9081063, 20025, 4, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (874, 9081063, 20025, 5, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (875, 9081063, 20025, 7, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (876, 9081063, 20025, 7, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (877, 9081063, 10053, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (878, 9081063, 10053, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (879, 9081063, 10053, 3, 0, 201122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (880, 9081063, 10053, 4, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (881, 9081063, 10053, 5, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (882, 9081063, 10053, 7, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (883, 9081063, 10053, 7, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (884, 9081068, 30028, 1, 0, 200332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (885, 9081068, 30028, 2, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (886, 9081068, 30028, 3, 0, 200382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (887, 9081068, 30028, 4, 0, 200432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (888, 9081068, 30028, 5, 0, 200762, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (889, 9081068, 30028, 6, 0, 201182, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (890, 9081068, 30028, 7, 0, 201242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (891, 9081068, 30028, 8, 0, 201262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (892, 9081068, 30028, 10, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (893, 9081068, 30028, 10, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (894, 9081068, 10055, 1, 0, 200332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (895, 9081068, 10055, 2, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (896, 9081068, 10055, 3, 0, 200382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (897, 9081068, 10055, 4, 0, 200432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (898, 9081068, 10055, 5, 0, 200762, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (899, 9081068, 10055, 6, 0, 201182, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (900, 9081068, 10055, 8, 0, 201242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (901, 9081068, 10055, 9, 0, 201262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (902, 9081068, 10055, 10, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (903, 9081068, 10055, 10, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (904, 9081067, 30029, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (905, 9081067, 30029, 2, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (906, 9081067, 30029, 3, 0, 200841, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (907, 9081067, 30029, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (908, 9081067, 30029, 5, 0, 201152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (909, 9081067, 30029, 6, 0, 201422, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (910, 9081067, 30029, 7, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (911, 9081067, 30029, 8, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (912, 9081067, 30029, 8, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (913, 9081067, 10056, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (914, 9081067, 10056, 2, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (915, 9081067, 10056, 3, 0, 200841, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (916, 9081067, 10056, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (917, 9081067, 10056, 5, 0, 201152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (918, 9081067, 10056, 6, 0, 201422, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (919, 9081067, 10056, 7, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (920, 9081067, 10056, 8, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (921, 9081067, 10056, 8, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (922, 9081062, 30030, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (923, 9081062, 30030, 2, 0, 200472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (924, 9081062, 30030, 3, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (925, 9081062, 30030, 4, 0, 200742, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (926, 9081062, 30030, 5, 0, 201402, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (927, 9081062, 30030, 6, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (928, 9081062, 30030, 6, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (929, 9081062, 30030, 6, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (930, 9081062, 10057, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (931, 9081062, 10057, 2, 0, 200472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (932, 9081062, 10057, 3, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (933, 9081062, 10057, 4, 0, 200742, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (934, 9081062, 10057, 5, 0, 201402, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (935, 9081062, 10057, 6, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (936, 9081062, 10057, 6, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (937, 9081062, 10057, 6, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (938, 9081072, 30032, 1, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (939, 9081072, 30032, 2, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (940, 9081072, 30032, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (941, 9081072, 30032, 4, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (942, 9081072, 30032, 5, 0, 201611, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (943, 9081072, 30032, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (944, 9081072, 30032, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (945, 9081072, 10058, 1, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (946, 9081072, 10058, 2, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (947, 9081072, 10058, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (948, 9081072, 10058, 4, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (949, 9081072, 10058, 5, 0, 201611, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (950, 9081072, 10058, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (951, 9081072, 10058, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (952, 9081047, 20028, 1, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (953, 9081047, 20028, 2, 0, 200452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (954, 9081047, 20028, 3, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (955, 9081047, 20028, 4, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (956, 9081047, 20028, 5, 0, 201332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (957, 9081047, 20028, 6, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (958, 9081047, 20028, 7, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (959, 9081047, 20028, 8, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (960, 9081047, 20028, 9, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (961, 9081047, 20028, 9, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (962, 9081047, 10059, 1, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (963, 9081047, 10059, 2, 0, 200452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (964, 9081047, 10059, 3, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (965, 9081047, 10059, 4, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (966, 9081047, 10059, 5, 0, 201332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (967, 9081047, 10059, 6, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (968, 9081047, 10059, 7, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (969, 9081047, 10059, 8, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (970, 9081047, 10059, 9, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (971, 9081047, 10059, 9, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (980, 9081042, 20029, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (981, 9081042, 20029, 2, 0, 200472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (982, 9081042, 20029, 3, 0, 200652, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (983, 9081042, 20029, 4, 0, 200692, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (984, 9081042, 20029, 5, 0, 200962, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (985, 9081042, 20029, 6, 0, 201072, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (986, 9081042, 20029, 7, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (987, 9081042, 20029, 7, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (988, 9081042, 20029, 7, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (989, 9081042, 10061, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (990, 9081042, 10061, 2, 0, 200472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (991, 9081042, 10061, 3, 0, 200652, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (992, 9081042, 10061, 4, 0, 200692, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (993, 9081042, 10061, 5, 0, 200962, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (994, 9081042, 10061, 6, 0, 201072, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (995, 9081042, 10061, 7, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (996, 9081042, 10061, 7, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (997, 9081042, 10061, 7, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (998, 9081069, 10062, 1, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (999, 9081069, 10062, 2, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1000, 9081069, 10062, 3, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1001, 9081069, 10062, 4, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1002, 9081069, 10062, 5, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1003, 9081069, 10062, 5, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1004, 9081069, 30038, 1, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1005, 9081069, 30038, 2, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1006, 9081069, 30038, 3, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1007, 9081069, 30038, 4, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1008, 9081069, 30038, 5, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1009, 9081069, 30038, 5, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1010, 9081039, 10063, 1, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1011, 9081039, 10063, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1012, 9081039, 10063, 3, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1013, 9081039, 10063, 4, 0, 201362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1014, 9081039, 10063, 5, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1015, 9081039, 10063, 5, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1016, 9081039, 30039, 1, 0, 200132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1017, 9081039, 30039, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1018, 9081039, 30039, 3, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1019, 9081039, 30039, 4, 0, 201362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1020, 9081039, 30039, 5, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1021, 9081039, 30039, 5, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1022, 9081028, 10064, 1, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1023, 9081028, 10064, 2, 0, 200552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1024, 9081028, 10064, 3, 0, 200972, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1025, 9081028, 10064, 4, 0, 200992, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1026, 9081028, 10064, 5, 0, 201002, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1027, 9081028, 10064, 6, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1028, 9081028, 10064, 7, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1029, 9081028, 10064, 7, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1030, 9081028, 10064, 7, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1031, 9081028, 30040, 1, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1032, 9081028, 30040, 2, 0, 200552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1033, 9081028, 30040, 3, 0, 200972, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1034, 9081028, 30040, 4, 0, 200992, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1035, 9081028, 30040, 5, 0, 201002, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1036, 9081028, 30040, 6, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1037, 9081028, 30040, 7, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1038, 9081028, 30040, 7, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1039, 9081028, 30040, 7, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1040, 9081059, 30041, 1, 0, 200062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1041, 9081059, 30041, 2, 0, 200212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1042, 9081059, 30041, 3, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1043, 9081059, 30041, 4, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1044, 9081059, 30041, 5, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1045, 9081059, 30041, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1046, 9081059, 30041, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1047, 9081053, 30042, 1, 0, 200292, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1048, 9081053, 30042, 2, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1049, 9081053, 30042, 3, 0, 200672, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1050, 9081053, 30042, 4, 0, 201032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1051, 9081053, 30042, 5, 0, 201062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1052, 9081053, 30042, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1053, 9081053, 30042, 7, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1054, 9081053, 30042, 7, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1055, 9081053, 10065, 1, 0, 200292, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1056, 9081053, 10065, 2, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1057, 9081053, 10065, 3, 0, 200672, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1058, 9081053, 10065, 4, 0, 201032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1059, 9081053, 10065, 5, 0, 201062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1060, 9081053, 10065, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1061, 9081053, 10065, 7, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1062, 9081053, 10065, 7, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1063, 9081043, 20031, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1064, 9081043, 20031, 2, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1065, 9081043, 20031, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1066, 9081043, 20031, 4, 0, 200851, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1067, 9081043, 20031, 5, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1068, 9081043, 20031, 5, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1069, 9081043, 10066, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1070, 9081043, 10066, 2, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1071, 9081043, 10066, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1072, 9081043, 10066, 4, 0, 200851, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1073, 9081043, 10066, 5, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1074, 9081043, 10066, 5, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1081, 9081020, 30055, 1, 0, 200252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1082, 9081020, 30055, 2, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1083, 9081020, 30055, 3, 0, 200771, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1084, 9081020, 30055, 4, 0, 200811, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1085, 9081020, 30055, 5, 0, 200881, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1086, 9081020, 30055, 6, 0, 201611, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1087, 9081020, 30055, 7, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1088, 9081020, 30055, 7, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1089, 9081061, 30056, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1090, 9081061, 30056, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1091, 9081061, 30056, 3, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1092, 9081061, 30056, 4, 0, 200352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1093, 9081061, 30056, 5, 0, 200662, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1094, 9081061, 30056, 6, 0, 200672, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1095, 9081061, 30056, 7, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1096, 9081061, 30056, 7, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1097, 9081007, 30057, 1, 0, 200622, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1098, 9081007, 30057, 2, 0, 200642, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1099, 9081007, 30057, 3, 0, 200752, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1100, 9081007, 30057, 4, 0, 201212, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1101, 9081007, 30057, 5, 0, 201232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1102, 9081007, 30057, 6, 0, 201472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1103, 9081007, 30057, 7, 0, 201482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1104, 9081007, 30057, 8, 0, 201502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1105, 9081007, 30057, 9, 0, 201512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1106, 9081007, 30057, 10, 0, 201552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1107, 9081007, 30057, 11, 0, 201581, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1108, 9081007, 30057, 12, 0, 201591, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1109, 9081007, 30057, 13, 0, 201601, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1110, 9081007, 30057, 14, 0, 201631, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1111, 9081007, 30057, 15, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1112, 9081007, 30057, 15, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1113, 9081027, 30048, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1114, 9081027, 30048, 2, 0, 200232, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1115, 9081027, 30048, 3, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1116, 9081027, 30048, 4, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1117, 9081027, 30048, 5, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1118, 9081027, 30048, 5, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1119, 9081027, 30048, 5, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1120, 9081071, 20034, 1, 0, 200022, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1121, 9081071, 20034, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1122, 9081071, 20034, 3, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1123, 9081071, 20034, 4, 0, 201322, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1124, 9081071, 20034, 5, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1125, 9081071, 20034, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1126, 9081071, 20034, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1127, 9081071, 10069, 1, 0, 200022, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1128, 9081071, 10069, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1129, 9081071, 10069, 3, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1130, 9081071, 10069, 4, 0, 201322, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1131, 9081071, 10069, 5, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1132, 9081071, 10069, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1133, 9081071, 10069, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1143, 9081016, 30044, 1, 0, 200012, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1144, 9081016, 30044, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1145, 9081016, 30044, 3, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1146, 9081016, 30044, 4, 0, 200752, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1147, 9081016, 30044, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1148, 9081016, 30044, 6, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1149, 9081016, 30044, 7, 0, 201172, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1150, 9081016, 30044, 8, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1151, 9081016, 30044, 9, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1152, 9081016, 30044, 9, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1153, 9081016, 10072, 1, 0, 200012, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1154, 9081016, 10072, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1155, 9081016, 10072, 3, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1156, 9081016, 10072, 4, 0, 200752, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1157, 9081016, 10072, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1158, 9081016, 10072, 6, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1159, 9081016, 10072, 7, 0, 201172, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1160, 9081016, 10072, 8, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1161, 9081016, 10072, 9, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1162, 9081016, 10072, 9, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1163, 9081044, 30045, 1, 0, 200452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1164, 9081044, 30045, 2, 0, 200771, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1165, 9081044, 30045, 3, 0, 200781, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1166, 9081044, 30045, 4, 0, 201162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1167, 9081044, 30045, 5, 0, 201472, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1168, 9081044, 30045, 6, 0, 201482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1169, 9081044, 30045, 8, 0, 201651, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1170, 9081044, 30045, 9, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1171, 9081044, 30045, 9, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1172, 9081035, 30046, 1, 0, 200152, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1173, 9081035, 30046, 2, 0, 200222, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1174, 9081035, 30046, 3, 0, 200592, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1175, 9081035, 30046, 4, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1176, 9081035, 30046, 5, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1177, 9081035, 30046, 6, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1178, 9081035, 30046, 6, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1179, 9081009, 30047, 1, 0, 200282, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1180, 9081009, 30047, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1181, 9081009, 30047, 3, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1182, 9081009, 30047, 4, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1183, 9081009, 30047, 5, 0, 200722, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1184, 9081009, 30047, 6, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1185, 9081009, 30047, 7, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1186, 9081009, 30047, 7, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1187, 9081030, 30034, 1, 0, 200062, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1188, 9081030, 30034, 2, 0, 200272, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1189, 9081030, 30034, 3, 0, 200742, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1190, 9081030, 30034, 4, 0, 200801, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1191, 9081030, 30034, 5, 0, 200861, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1192, 9081030, 30034, 6, 0, 200871, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1193, 9081030, 30034, 7, 0, 201342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1194, 9081030, 30034, 8, 0, 201372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1195, 9081030, 30034, 9, 0, 201581, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1196, 9081030, 30034, 10, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1197, 9081030, 30034, 10, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1205, 9081060, 30054, 1, 0, 200122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1206, 9081060, 30054, 2, 0, 200342, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1207, 9081060, 30054, 3, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1208, 9081060, 30054, 4, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1209, 9081060, 30054, 5, 0, 200911, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1210, 9081060, 30054, 6, 0, 201162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1211, 9081060, 30054, 7, 0, 201422, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1212, 9081060, 30054, 8, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1213, 9081060, 30054, 9, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1214, 9081060, 30054, 9, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1215, 9081048, 20035, 1, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1216, 9081048, 20035, 2, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1217, 9081048, 20035, 3, 0, 200592, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1218, 9081048, 20035, 4, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1219, 9081048, 20035, 5, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1220, 9081048, 20035, 6, 0, 201312, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1221, 9081048, 20035, 7, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1222, 9081048, 20035, 7, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1223, 9081048, 10070, 1, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1224, 9081048, 10070, 2, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1225, 9081048, 10070, 3, 0, 200592, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1226, 9081048, 10070, 4, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1227, 9081048, 10070, 5, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1228, 9081048, 10070, 6, 0, 201312, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1229, 9081048, 10070, 7, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1230, 9081048, 10070, 7, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1231, 9081002, 30062, 1, 0, 200432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1232, 9081002, 30062, 2, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1233, 9081002, 30062, 3, 0, 200542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1234, 9081002, 30062, 4, 0, 200552, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1235, 9081002, 30062, 5, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1236, 9081002, 30062, 6, 0, 201242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1237, 9081002, 30062, 7, 0, 201252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1238, 9081002, 30062, 8, 0, 201522, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1239, 9081002, 30062, 9, 0, 201272, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1240, 9081002, 30062, 10, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1241, 9081002, 30062, 10, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1242, 9081063, 30063, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1243, 9081063, 30063, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1244, 9081063, 30063, 3, 0, 201122, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1245, 9081063, 30063, 4, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1246, 9081063, 30063, 5, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1247, 9081063, 30063, 6, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1248, 9081063, 30063, 6, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1249, 9081063, 30063, 6, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1250, 9081022, 20037, 1, 0, 200012, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1251, 9081022, 20037, 2, 0, 200192, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1252, 9081022, 20037, 3, 0, 200262, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1253, 9081022, 20037, 4, 0, 200372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1254, 9081022, 20037, 5, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1255, 9081022, 20037, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1256, 9081022, 20037, 6, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1257, 9081021, 30064, 1, 0, 200712, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1258, 9081021, 30064, 2, 0, 200811, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1259, 9081021, 30064, 3, 0, 200901, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1260, 9081021, 30064, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1261, 9081021, 30064, 5, 0, 201132, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1262, 9081021, 30064, 6, 0, 201142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1263, 9081021, 30064, 7, 0, 201412, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1264, 9081021, 30064, 8, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1265, 9081021, 30064, 8, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1266, 9081047, 30065, 1, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1267, 9081047, 30065, 2, 0, 200452, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1268, 9081047, 30065, 3, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1269, 9081047, 30065, 4, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1270, 9081047, 30065, 5, 0, 201332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1271, 9081047, 30065, 6, 0, 201432, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1272, 9081047, 30065, 7, 0, 201532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1273, 9081047, 30065, 8, 0, 201542, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1274, 9081047, 30065, 9, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1275, 9081047, 30065, 9, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1276, 9081026, 30066, 1, 0, 200242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1277, 9081026, 30066, 2, 0, 200532, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1278, 9081026, 30066, 3, 0, 201242, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1279, 9081026, 30066, 4, 0, 201252, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1280, 9081026, 30066, 5, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1281, 9081026, 30066, 5, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1282, 9081049, 30043, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1283, 9081049, 30043, 2, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1284, 9081049, 30043, 3, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1285, 9081049, 30043, 4, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1286, 9081049, 30043, 5, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1287, 9081049, 30043, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1288, 9081049, 30043, 7, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1289, 9081049, 30043, 8, 0, 201562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1290, 9081049, 30043, 9, 0, 201702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1291, 9081049, 30043, 10, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1292, 9081049, 30043, 10, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1293, 9081070, 20038, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1294, 9081070, 20038, 2, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1295, 9081070, 20038, 3, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1296, 9081070, 20038, 4, 0, 201641, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1297, 9081070, 20038, 5, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1298, 9081070, 20038, 5, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1299, 9081070, 20038, 5, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1300, 9081049, 10067, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1301, 9081049, 10067, 2, 0, 200302, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1302, 9081049, 10067, 3, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1303, 9081049, 10067, 4, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1304, 9081049, 10067, 5, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1305, 9081049, 10067, 6, 0, 201382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1306, 9081049, 10067, 7, 0, 201442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1307, 9081049, 10067, 8, 0, 201562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1308, 9081049, 10067, 9, 0, 201702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1309, 9081049, 10067, 10, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1310, 9081049, 10067, 10, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1311, 9081070, 10071, 1, 0, 200162, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1312, 9081070, 10071, 2, 0, 200582, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1313, 9081070, 10071, 3, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1314, 9081070, 10071, 4, 0, 201641, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1315, 9081070, 10071, 5, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1316, 9081070, 10071, 5, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1317, 9081070, 10071, 5, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1318, 9081038, 30068, 1, 0, 200652, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1319, 9081038, 30068, 2, 0, 200911, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1320, 9081038, 30068, 3, 0, 200962, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1321, 9081038, 30068, 4, 0, 201002, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1322, 9081038, 30068, 5, 0, 201372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1323, 9081038, 30068, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1324, 9081038, 30068, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1325, 9081016, 30069, 1, 0, 200012, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1326, 9081016, 30069, 2, 0, 200572, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1327, 9081016, 30069, 3, 0, 200612, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1328, 9081016, 30069, 4, 0, 200752, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1329, 9081016, 30069, 5, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1330, 9081016, 30069, 6, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1331, 9081016, 30069, 7, 0, 201172, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1332, 9081016, 30069, 8, 0, 201352, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1333, 9081016, 30069, 9, 1, 2, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1334, 9081016, 30069, 9, 1, 4, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1335, 9081029, 30070, 1, 0, 200042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1336, 9081029, 30070, 2, 0, 200202, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1337, 9081029, 30070, 3, 0, 200732, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1338, 9081029, 30070, 4, 0, 201112, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1339, 9081029, 30070, 5, 1, 1, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1340, 9081029, 30070, 5, 1, 3, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1341, 9081029, 30070, 5, 1, 4, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1342, 9081038, 10073, 1, 0, 200652, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1343, 9081038, 10073, 2, 0, 200911, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1344, 9081038, 10073, 3, 0, 200962, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1345, 9081038, 10073, 4, 0, 201002, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1346, 9081038, 10073, 5, 0, 201372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1347, 9081038, 10073, 6, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1348, 9081038, 10073, 6, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1349, 9081065, 30071, 1, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1350, 9081065, 30071, 2, 0, 200562, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1351, 9081065, 30071, 3, 0, 201042, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1352, 9081065, 30071, 4, 0, 201052, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1353, 9081065, 30071, 5, 0, 201082, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1354, 9081065, 30071, 7, 0, 201631, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1355, 9081065, 30071, 8, 0, 201651, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1356, 9081065, 30071, 9, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1357, 9081065, 30071, 9, 1, 3, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1358, 9081008, 20039, 1, 0, 200032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1359, 9081008, 20039, 2, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1360, 9081008, 20039, 3, 0, 200372, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1361, 9081008, 20039, 4, 0, 200382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1362, 9081008, 20039, 5, 0, 200512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1363, 9081008, 20039, 6, 0, 200602, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1364, 9081008, 20039, 7, 0, 200702, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1365, 9081008, 20039, 8, 0, 201032, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1366, 9081008, 20039, 9, 0, 201102, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1367, 9081008, 20039, 10, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1368, 9081008, 20039, 10, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1369, 9081024, 30072, 1, 0, 200142, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1370, 9081024, 30072, 2, 0, 200332, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1371, 9081024, 30072, 3, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1372, 9081024, 30072, 4, 0, 200382, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1373, 9081024, 30072, 5, 0, 200492, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1374, 9081024, 30072, 6, 0, 200502, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1375, 9081024, 30072, 7, 1, 1, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1376, 9081024, 30072, 7, 1, 3, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1377, 9081050, 30073, 1, 0, 200442, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1378, 9081050, 30073, 2, 0, 200482, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1379, 9081050, 30073, 3, 0, 200622, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1380, 9081050, 30073, 4, 0, 200632, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1381, 9081050, 30073, 5, 0, 201462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1382, 9081050, 30073, 6, 0, 201512, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1383, 9081050, 30073, 7, 0, 201641, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1384, 9081050, 30073, 8, 1, 5, 6); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1385, 9081050, 30073, 8, 1, 30, 5); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1386, 9081055, 30074, 1, 0, 200362, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1387, 9081055, 30074, 2, 0, 200462, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1388, 9081055, 30074, 3, 0, 200851, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1389, 9081055, 30074, 4, 0, 200881, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1390, 9081055, 30074, 5, 0, 201611, 1); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1391, 9081055, 30074, 6, 1, 2, 2); INSERT INTO single_mode_hint_gain (id, hint_id, support_card_id, hint_group, hint_gain_type, hint_value_1, hint_value_2) VALUES (1392, 9081055, 30074, 6, 1, 3, 6); -- Table: single_mode_member_rank CREATE TABLE 'single_mode_member_rank' ('id' INTEGER NOT NULL, 'value_min' INTEGER NOT NULL, 'value_max' INTEGER NOT NULL, 'member_rank_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_member_rank (id, value_min, value_max, member_rank_id) VALUES (1, 0, 5, 1); INSERT INTO single_mode_member_rank (id, value_min, value_max, member_rank_id) VALUES (2, 6, 12, 2); INSERT INTO single_mode_member_rank (id, value_min, value_max, member_rank_id) VALUES (3, 13, 17, 3); INSERT INTO single_mode_member_rank (id, value_min, value_max, member_rank_id) VALUES (4, 18, 22, 4); INSERT INTO single_mode_member_rank (id, value_min, value_max, member_rank_id) VALUES (5, 23, 27, 5); INSERT INTO single_mode_member_rank (id, value_min, value_max, member_rank_id) VALUES (6, 28, 32, 6); INSERT INTO single_mode_member_rank (id, value_min, value_max, member_rank_id) VALUES (7, 33, 35, 7); INSERT INTO single_mode_member_rank (id, value_min, value_max, member_rank_id) VALUES (8, 36, 99, 8); -- Table: single_mode_member_rank_points CREATE TABLE 'single_mode_member_rank_points' ('id' INTEGER NOT NULL, 'rank_id' INTEGER NOT NULL, 'points' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_member_rank_points (id, rank_id, points) VALUES (1, 1, 1); INSERT INTO single_mode_member_rank_points (id, rank_id, points) VALUES (2, 3, 2); INSERT INTO single_mode_member_rank_points (id, rank_id, points) VALUES (3, 5, 3); INSERT INTO single_mode_member_rank_points (id, rank_id, points) VALUES (4, 7, 4); INSERT INTO single_mode_member_rank_points (id, rank_id, points) VALUES (5, 9, 5); INSERT INTO single_mode_member_rank_points (id, rank_id, points) VALUES (6, 11, 6); INSERT INTO single_mode_member_rank_points (id, rank_id, points) VALUES (7, 13, 7); INSERT INTO single_mode_member_rank_points (id, rank_id, points) VALUES (8, 14, 8); -- Table: single_mode_message CREATE TABLE 'single_mode_message' ('id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'emergent' INTEGER NOT NULL, 'status_type_1' INTEGER NOT NULL, 'status_value_1_1' INTEGER NOT NULL, 'status_value_1_2' INTEGER NOT NULL, 'status_type_2' INTEGER NOT NULL, 'status_value_2_1' INTEGER NOT NULL, 'status_value_2_2' INTEGER NOT NULL, 'character_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (1, 42, 0, 6, 100, 0, 7, 5, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (2, 41, 0, 6, 200, 0, 7, 4, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (3, 40, 0, 6, 300, 0, 7, 3, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (4, 35, 0, 1, 80, 999, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (5, 34, 0, 1, 60, 79, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (6, 35, 0, 2, 80, 999, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (7, 34, 0, 2, 60, 79, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (8, 35, 0, 3, 80, 999, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (9, 34, 0, 3, 60, 79, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (10, 35, 0, 4, 80, 999, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (11, 34, 0, 4, 60, 79, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (12, 35, 0, 5, 80, 999, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (13, 34, 0, 5, 60, 79, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (14, 0, 0, 0, 0, 0, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (15, 95, 1, 8, 0, 0, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (16, 95, 1, 9, 0, 0, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (17, 90, 0, 10, 0, 0, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (18, 80, 0, 11, 0, 0, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (19, 70, 0, 12, 0, 50, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (20, 71, 0, 12, 0, 50, 15, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (21, 60, 0, 13, 0, 2, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (22, 50, 0, 14, 0, 0, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (23, 100, 1, 16, 0, 0, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (24, 98, 1, 17, 0, 0, 0, 0, 0, 1); INSERT INTO single_mode_message (id, priority, emergent, status_type_1, status_value_1_1, status_value_1_2, status_type_2, status_value_2_1, status_value_2_2, character_type) VALUES (25, 95, 1, 18, 0, 0, 0, 0, 0, 1); -- Table: single_mode_npc CREATE TABLE 'single_mode_npc' ('id' INTEGER NOT NULL, 'npc_group_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'mob_id' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, 'motivation_min' INTEGER NOT NULL, 'motivation_max' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1, 11, 1, 8000, 8, 250, 147, 228, 225, 218, 5, 4, 1, 1, 6, 5, 4, 3, 6, 1, 8001, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (2, 11, 1, 8001, 8, 195, 176, 202, 133, 221, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 8002, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3, 11, 1, 8002, 8, 239, 129, 191, 201, 234, 7, 6, 1, 1, 6, 5, 4, 3, 6, 1, 8003, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (4, 11, 1, 8003, 8, 236, 125, 233, 203, 105, 5, 4, 1, 1, 6, 5, 4, 3, 6, 1, 8004, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (5, 11, 1, 8004, 8, 254, 226, 143, 110, 136, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (6, 11, 1, 8005, 8, 205, 163, 170, 177, 245, 7, 6, 1, 1, 6, 5, 4, 3, 6, 1, 8001, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (7, 11, 1, 8006, 8, 221, 192, 127, 194, 157, 5, 4, 1, 1, 6, 5, 4, 3, 6, 1, 8002, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (8, 11, 1, 8007, 8, 188, 220, 254, 131, 252, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 8006, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (9, 11, 1, 8008, 8, 232, 116, 226, 235, 238, 7, 6, 1, 1, 5, 6, 5, 4, 6, 1, 8007, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10, 11, 1, 8009, 8, 248, 179, 162, 199, 254, 5, 4, 1, 1, 5, 6, 5, 4, 6, 1, 8008, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (11, 11, 1, 8010, 8, 247, 123, 202, 124, 216, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 8009, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (12, 11, 1, 8011, 8, 253, 125, 229, 231, 227, 7, 6, 1, 1, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (13, 11, 1, 8012, 8, 191, 182, 236, 199, 187, 5, 4, 1, 1, 5, 6, 5, 4, 6, 1, 8006, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (14, 11, 1, 8013, 8, 237, 159, 208, 210, 242, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 8007, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (15, 11, 1, 8014, 8, 225, 113, 187, 197, 167, 7, 6, 1, 1, 5, 6, 5, 4, 6, 1, 8008, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (16, 11, 1, 8015, 8, 234, 147, 202, 157, 181, 5, 4, 1, 1, 5, 6, 5, 4, 6, 1, 8009, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (17, 11, 1, 8016, 8, 187, 195, 228, 179, 235, 6, 5, 2, 1, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (18, 11, 1, 8017, 8, 243, 159, 175, 153, 109, 7, 6, 2, 1, 5, 6, 5, 4, 6, 1, 8006, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (19, 11, 1, 8018, 8, 216, 170, 245, 98, 91, 5, 4, 2, 1, 5, 6, 5, 4, 6, 1, 8007, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (20, 11, 1, 8019, 8, 226, 199, 214, 206, 146, 6, 5, 2, 1, 5, 6, 5, 4, 6, 1, 8008, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (21, 11, 1, 8020, 8, 240, 106, 208, 97, 90, 7, 6, 2, 1, 5, 6, 5, 4, 6, 1, 8009, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (22, 11, 1, 8021, 8, 234, 97, 249, 109, 247, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8011, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (23, 11, 1, 8022, 8, 215, 135, 168, 102, 266, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8012, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (24, 11, 1, 8023, 8, 208, 140, 167, 149, 122, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 8013, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (25, 11, 1, 8024, 8, 243, 103, 191, 111, 218, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8014, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (26, 11, 1, 8025, 8, 212, 131, 190, 129, 236, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (27, 11, 1, 8026, 8, 177, 104, 200, 216, 154, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 8011, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (28, 11, 1, 8027, 8, 228, 134, 169, 102, 254, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8012, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (29, 11, 1, 8028, 8, 181, 132, 205, 103, 228, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8013, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (30, 11, 1, 8029, 8, 206, 104, 239, 124, 179, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 8014, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (31, 11, 1, 8030, 8, 215, 205, 187, 136, 138, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (32, 11, 1, 8031, 8, 231, 202, 179, 182, 164, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8011, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (33, 11, 1, 8032, 8, 197, 122, 182, 153, 128, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 8012, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (34, 11, 1, 8033, 8, 184, 120, 204, 215, 143, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8013, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (35, 11, 1, 8034, 8, 232, 100, 151, 238, 228, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8014, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (36, 11, 1, 8035, 8, 210, 206, 184, 239, 226, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (37, 11, 1, 8036, 8, 174, 223, 239, 233, 113, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8011, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (38, 11, 1, 8037, 8, 200, 160, 202, 115, 89, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8012, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (39, 11, 1, 8038, 8, 189, 147, 223, 138, 242, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 8013, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (40, 11, 1, 8039, 8, 219, 188, 238, 133, 129, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8014, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (41, 11, 1, 8040, 8, 176, 207, 246, 238, 166, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (42, 11, 1, 8041, 8, 177, 178, 221, 104, 141, 7, 6, 2, 1, 3, 4, 5, 6, 6, 1, 8016, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (43, 11, 1, 8042, 8, 176, 172, 251, 166, 107, 5, 4, 2, 1, 3, 4, 5, 6, 6, 1, 8017, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (44, 11, 1, 8043, 8, 244, 208, 220, 170, 225, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 8018, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (45, 11, 1, 8044, 8, 215, 104, 166, 234, 228, 7, 6, 2, 1, 3, 4, 5, 6, 6, 1, 8019, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (46, 11, 1, 8045, 8, 183, 175, 213, 143, 247, 5, 4, 2, 1, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (47, 11, 1, 8046, 8, 216, 98, 177, 96, 90, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 8018, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (48, 11, 1, 8047, 8, 205, 107, 172, 189, 245, 7, 6, 2, 1, 3, 4, 5, 6, 6, 1, 8019, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (49, 12, 1, 8048, 8, 180, 115, 249, 214, 255, 4, 5, 4, 1, 6, 5, 4, 3, 6, 1, 8021, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (50, 12, 1, 8049, 8, 244, 177, 252, 207, 111, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 8022, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (51, 12, 1, 8050, 8, 186, 180, 195, 228, 251, 6, 7, 6, 1, 6, 5, 4, 3, 6, 1, 8023, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (52, 12, 1, 8051, 8, 229, 148, 218, 200, 246, 4, 5, 4, 1, 6, 5, 4, 3, 6, 1, 8024, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (53, 12, 1, 8052, 8, 198, 114, 176, 253, 117, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (54, 12, 1, 8053, 8, 231, 231, 128, 124, 200, 6, 7, 6, 1, 6, 5, 4, 3, 6, 1, 8021, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (55, 12, 1, 8054, 8, 196, 117, 234, 131, 104, 4, 5, 4, 1, 6, 5, 4, 3, 6, 1, 8022, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (56, 12, 1, 8055, 8, 219, 188, 199, 188, 188, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 8023, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (57, 12, 1, 8056, 8, 226, 142, 249, 102, 206, 6, 7, 6, 1, 6, 5, 4, 3, 6, 1, 8024, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (58, 12, 1, 8057, 8, 161, 159, 241, 156, 186, 4, 5, 4, 1, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (59, 12, 1, 8058, 8, 236, 168, 175, 121, 228, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 8021, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (60, 12, 1, 8059, 8, 170, 122, 242, 225, 245, 6, 7, 6, 1, 5, 6, 5, 4, 6, 1, 8026, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (61, 12, 1, 8060, 8, 153, 136, 134, 225, 104, 4, 5, 4, 1, 5, 6, 5, 4, 6, 1, 8027, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (62, 12, 1, 8061, 8, 229, 227, 177, 172, 104, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 8028, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (63, 12, 1, 8062, 8, 192, 122, 170, 182, 172, 6, 7, 6, 1, 5, 6, 5, 4, 6, 1, 8029, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (64, 12, 1, 8063, 8, 169, 190, 174, 225, 151, 4, 5, 4, 1, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (65, 12, 1, 8064, 8, 149, 247, 148, 184, 258, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 8026, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (66, 12, 1, 8065, 8, 221, 147, 222, 186, 271, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 8027, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (67, 12, 1, 8066, 8, 228, 229, 240, 250, 200, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 8028, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (68, 12, 1, 8067, 8, 223, 235, 177, 233, 194, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 8029, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (69, 12, 1, 8068, 8, 253, 174, 236, 104, 246, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (70, 12, 1, 8069, 8, 181, 135, 160, 103, 136, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 8026, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (71, 12, 1, 8070, 8, 241, 243, 195, 102, 229, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 8027, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (72, 12, 1, 8071, 8, 163, 119, 174, 212, 122, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 8028, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (73, 12, 1, 8072, 8, 233, 109, 207, 213, 246, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 8029, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (74, 12, 1, 8073, 8, 157, 133, 191, 166, 218, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (75, 12, 1, 8074, 8, 181, 127, 203, 241, 225, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 8026, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (76, 12, 1, 8075, 8, 170, 115, 231, 247, 262, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 8027, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (77, 12, 1, 8076, 8, 205, 181, 170, 118, 147, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 8028, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (78, 12, 1, 8077, 8, 181, 223, 179, 249, 202, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 8029, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (79, 12, 1, 8078, 8, 209, 187, 186, 177, 245, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (80, 12, 1, 8079, 8, 154, 162, 210, 105, 166, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 8026, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (81, 12, 1, 8080, 8, 228, 149, 161, 156, 143, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 8027, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (82, 12, 1, 8081, 8, 157, 203, 234, 178, 221, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 8028, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (83, 12, 1, 8082, 8, 208, 242, 208, 109, 264, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (84, 12, 1, 8083, 8, 203, 109, 253, 145, 174, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (85, 12, 1, 8084, 8, 175, 161, 149, 209, 153, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (86, 12, 1, 8085, 8, 227, 207, 177, 127, 259, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (87, 12, 1, 8086, 8, 179, 190, 240, 129, 135, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (88, 12, 1, 8087, 8, 189, 128, 190, 238, 228, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (89, 12, 1, 8088, 8, 173, 246, 213, 213, 232, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (90, 12, 1, 8089, 8, 177, 144, 240, 246, 148, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (91, 12, 1, 8090, 8, 192, 184, 181, 196, 259, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (92, 12, 1, 8091, 8, 232, 253, 179, 239, 144, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (93, 12, 1, 8092, 8, 219, 207, 254, 188, 159, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (94, 12, 1, 8093, 8, 193, 225, 189, 167, 118, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (95, 12, 1, 8094, 8, 160, 180, 238, 121, 111, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (96, 12, 1, 8095, 8, 161, 239, 251, 214, 159, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (97, 12, 1, 8096, 8, 184, 168, 184, 142, 153, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (98, 12, 1, 8097, 8, 206, 170, 194, 222, 137, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (99, 12, 1, 8098, 8, 197, 218, 207, 128, 227, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (100, 12, 1, 8099, 8, 220, 151, 235, 156, 228, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (101, 12, 1, 8100, 8, 226, 173, 246, 138, 122, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (102, 12, 1, 8101, 8, 210, 103, 174, 196, 249, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (103, 12, 1, 8102, 8, 196, 187, 210, 150, 220, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (104, 12, 1, 8103, 8, 229, 182, 234, 214, 117, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (105, 12, 1, 8104, 8, 221, 117, 181, 137, 243, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (106, 12, 1, 8105, 8, 206, 110, 240, 152, 226, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (107, 12, 1, 8106, 8, 163, 183, 228, 244, 228, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (108, 12, 1, 8107, 8, 184, 163, 210, 218, 233, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (109, 12, 1, 8108, 8, 219, 132, 210, 130, 181, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (110, 12, 1, 8109, 8, 229, 238, 253, 190, 172, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (111, 12, 1, 8110, 8, 248, 196, 235, 216, 252, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (112, 12, 1, 8111, 8, 252, 137, 229, 205, 172, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (113, 12, 1, 8112, 8, 151, 205, 239, 122, 103, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (114, 12, 1, 8113, 8, 161, 213, 203, 251, 219, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (115, 12, 1, 8114, 8, 160, 176, 225, 116, 114, 4, 5, 4, 2, 3, 4, 5, 6, 6, 1, 8036, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (116, 12, 1, 8115, 8, 176, 188, 172, 246, 183, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 8037, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (117, 12, 1, 8116, 8, 242, 162, 217, 197, 133, 6, 7, 6, 2, 3, 4, 5, 6, 6, 1, 8038, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (118, 12, 1, 8117, 8, 248, 205, 189, 238, 214, 4, 5, 4, 2, 3, 4, 5, 6, 6, 1, 8039, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (119, 12, 1, 8118, 8, 206, 238, 192, 131, 234, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (120, 12, 1, 8119, 8, 184, 216, 243, 153, 247, 6, 7, 6, 2, 3, 4, 5, 6, 6, 1, 8036, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (121, 12, 1, 8120, 8, 166, 207, 193, 240, 143, 4, 5, 4, 2, 3, 4, 5, 6, 6, 1, 8037, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (122, 12, 1, 8121, 8, 168, 229, 201, 134, 159, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 8038, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (123, 12, 1, 8122, 8, 238, 159, 241, 108, 260, 6, 7, 6, 2, 3, 4, 5, 6, 6, 1, 8039, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (124, 12, 1, 8123, 8, 255, 131, 251, 107, 134, 4, 5, 4, 2, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (125, 12, 1, 8124, 8, 218, 218, 239, 140, 251, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 8036, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (126, 12, 1, 8125, 8, 175, 248, 218, 98, 196, 6, 7, 6, 2, 3, 4, 5, 6, 6, 1, 8037, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (127, 13, 1, 8126, 8, 222, 228, 144, 155, 240, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8041, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (128, 13, 1, 8127, 8, 144, 250, 173, 183, 121, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (129, 13, 1, 8128, 8, 181, 251, 164, 157, 248, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8043, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (130, 13, 1, 8129, 8, 221, 177, 170, 125, 125, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8044, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (131, 13, 1, 8130, 8, 137, 243, 141, 241, 133, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (132, 13, 1, 8131, 8, 138, 194, 225, 157, 205, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8041, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (133, 13, 1, 8132, 8, 253, 178, 232, 172, 147, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (134, 13, 1, 8133, 8, 146, 108, 190, 161, 239, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 8043, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (135, 13, 1, 8134, 8, 149, 219, 241, 192, 197, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8044, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (136, 13, 1, 8135, 8, 232, 151, 216, 159, 199, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (137, 13, 1, 8136, 8, 197, 131, 136, 228, 247, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 8041, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (138, 13, 1, 8137, 8, 170, 171, 176, 226, 110, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (139, 13, 1, 8138, 8, 183, 124, 202, 109, 208, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8043, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (140, 13, 1, 8139, 8, 136, 238, 199, 228, 177, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 8044, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (141, 13, 1, 8140, 8, 233, 170, 236, 148, 231, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (142, 13, 1, 8141, 8, 184, 225, 225, 203, 210, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8041, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (143, 13, 1, 8142, 8, 164, 210, 159, 103, 239, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (144, 13, 1, 8143, 8, 201, 162, 208, 162, 236, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8043, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (145, 13, 1, 8144, 8, 179, 166, 182, 247, 100, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8044, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (146, 13, 1, 8145, 8, 159, 155, 146, 156, 144, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (147, 13, 1, 8146, 8, 227, 172, 125, 179, 254, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8041, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (148, 13, 1, 8147, 8, 253, 236, 162, 172, 118, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (149, 13, 1, 8148, 8, 221, 201, 249, 221, 186, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 8043, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (150, 13, 1, 8149, 8, 234, 117, 186, 104, 259, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8044, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (151, 13, 1, 8150, 8, 159, 127, 193, 190, 117, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (152, 13, 1, 8151, 8, 136, 168, 136, 147, 251, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 8041, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (153, 13, 1, 8152, 8, 141, 148, 195, 185, 151, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (154, 13, 1, 8153, 8, 215, 199, 194, 179, 209, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8043, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (155, 13, 1, 8154, 8, 159, 128, 222, 222, 102, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (156, 13, 1, 8155, 8, 200, 159, 226, 127, 213, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (157, 13, 1, 8156, 8, 173, 237, 201, 173, 216, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (158, 13, 1, 8157, 8, 151, 104, 141, 175, 192, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (159, 13, 1, 8158, 8, 169, 202, 192, 114, 156, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (160, 13, 1, 8159, 8, 153, 249, 172, 144, 231, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (161, 13, 1, 8160, 8, 196, 199, 246, 130, 219, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (162, 13, 1, 8161, 8, 164, 173, 168, 247, 101, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (163, 13, 1, 8162, 8, 251, 217, 182, 205, 150, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (164, 13, 1, 8163, 8, 214, 240, 167, 235, 125, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (165, 13, 1, 8164, 8, 208, 141, 175, 160, 121, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (166, 13, 1, 8165, 8, 202, 167, 233, 212, 181, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (167, 13, 1, 8166, 8, 187, 209, 254, 247, 221, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (168, 13, 1, 8167, 8, 154, 229, 185, 141, 203, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (169, 13, 1, 8168, 8, 221, 219, 169, 192, 223, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (170, 13, 1, 8169, 8, 207, 226, 243, 182, 232, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (171, 13, 1, 8170, 8, 137, 199, 189, 236, 179, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (172, 13, 1, 8171, 8, 229, 188, 181, 218, 179, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (173, 13, 1, 8172, 8, 223, 232, 125, 103, 109, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (174, 13, 1, 8173, 8, 175, 187, 231, 124, 208, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (175, 13, 1, 8174, 8, 218, 107, 167, 123, 117, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (176, 13, 1, 8175, 8, 137, 129, 187, 229, 130, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (177, 13, 1, 8176, 8, 188, 108, 242, 209, 172, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (178, 13, 1, 8177, 8, 247, 114, 228, 227, 116, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (179, 13, 1, 8178, 8, 150, 124, 156, 194, 177, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (180, 13, 1, 8179, 8, 172, 219, 219, 122, 147, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (181, 13, 1, 8180, 8, 162, 172, 190, 103, 173, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (182, 13, 1, 8181, 8, 213, 153, 242, 185, 142, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (183, 13, 1, 8182, 8, 199, 248, 221, 113, 127, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (184, 13, 1, 8183, 8, 138, 253, 187, 149, 256, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (185, 13, 1, 8184, 8, 253, 231, 239, 134, 163, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (186, 13, 1, 8185, 8, 212, 121, 157, 184, 186, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (187, 13, 1, 8186, 8, 218, 205, 206, 213, 222, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (188, 13, 1, 8187, 8, 200, 177, 162, 115, 236, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (189, 13, 1, 8188, 8, 153, 107, 226, 156, 221, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (190, 13, 1, 8189, 8, 253, 192, 226, 151, 130, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (191, 13, 1, 8190, 8, 251, 241, 252, 242, 168, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (192, 13, 1, 8191, 8, 157, 179, 167, 101, 136, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (193, 13, 1, 8192, 8, 143, 164, 225, 214, 231, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (194, 13, 1, 8193, 8, 157, 207, 181, 229, 246, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (195, 13, 1, 8194, 8, 148, 182, 242, 174, 118, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (196, 13, 1, 8195, 8, 147, 190, 141, 170, 166, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (197, 13, 1, 8196, 8, 203, 231, 242, 138, 179, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (198, 13, 1, 8197, 8, 232, 194, 251, 219, 109, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (199, 13, 1, 8198, 8, 137, 251, 244, 188, 121, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (200, 13, 1, 8199, 8, 228, 252, 213, 115, 104, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (201, 13, 1, 8200, 8, 186, 229, 223, 240, 128, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (202, 13, 1, 8201, 8, 207, 121, 174, 156, 236, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (203, 13, 1, 8202, 8, 228, 151, 245, 161, 228, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (204, 13, 1, 8203, 8, 232, 169, 241, 161, 144, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (205, 13, 1, 8204, 8, 200, 123, 248, 238, 161, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (206, 13, 1, 8205, 8, 203, 194, 252, 223, 102, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (207, 13, 1, 8206, 8, 207, 219, 207, 137, 164, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (208, 13, 1, 8207, 8, 234, 231, 223, 202, 208, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (209, 13, 1, 8208, 8, 212, 228, 209, 125, 164, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (210, 13, 1, 8209, 8, 233, 205, 221, 225, 118, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (211, 13, 1, 8210, 8, 227, 146, 226, 102, 160, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (212, 13, 1, 8211, 8, 201, 189, 209, 174, 243, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (213, 13, 1, 8212, 8, 254, 125, 156, 114, 114, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (214, 13, 1, 8213, 8, 207, 193, 218, 163, 149, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (215, 13, 1, 8214, 8, 181, 213, 195, 154, 188, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (216, 13, 1, 8215, 8, 209, 116, 136, 251, 233, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (217, 13, 1, 8216, 8, 240, 154, 175, 174, 167, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (218, 13, 1, 8217, 8, 241, 212, 242, 121, 223, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (219, 13, 1, 8218, 8, 153, 130, 235, 170, 264, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (220, 13, 1, 8219, 8, 157, 239, 190, 107, 243, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (221, 13, 1, 8220, 8, 221, 219, 212, 140, 148, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (222, 13, 1, 8221, 8, 254, 203, 245, 186, 228, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (223, 13, 1, 8222, 8, 222, 190, 196, 193, 215, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (224, 13, 1, 8223, 8, 253, 252, 230, 213, 206, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (225, 13, 1, 8224, 8, 142, 128, 254, 169, 225, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (226, 13, 1, 8225, 8, 141, 186, 179, 174, 264, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (227, 13, 1, 8226, 8, 189, 162, 246, 199, 149, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (228, 13, 1, 8227, 8, 242, 230, 173, 205, 192, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (229, 13, 1, 8228, 8, 138, 127, 233, 101, 179, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (230, 13, 1, 8229, 8, 225, 210, 249, 167, 150, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (231, 13, 1, 8230, 8, 247, 192, 224, 139, 183, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (232, 13, 1, 8231, 8, 207, 128, 246, 98, 246, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (233, 13, 1, 8232, 8, 248, 215, 185, 254, 209, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (234, 13, 1, 8233, 8, 253, 148, 235, 188, 156, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (235, 13, 1, 8234, 8, 239, 241, 149, 253, 214, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (236, 13, 1, 8235, 8, 164, 170, 221, 153, 134, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (237, 13, 1, 8236, 8, 136, 214, 161, 160, 176, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (238, 13, 1, 8237, 8, 155, 244, 223, 130, 227, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (239, 13, 1, 8238, 8, 234, 213, 193, 202, 254, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (240, 13, 1, 8239, 8, 240, 238, 193, 238, 196, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (241, 13, 1, 8240, 8, 138, 223, 193, 162, 173, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (242, 13, 1, 8241, 8, 169, 228, 221, 153, 248, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (243, 13, 1, 8242, 8, 216, 118, 210, 233, 140, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (244, 13, 1, 8243, 8, 197, 205, 248, 231, 181, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (245, 13, 1, 8244, 8, 240, 190, 216, 179, 162, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (246, 13, 1, 8245, 8, 173, 159, 221, 170, 151, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (247, 13, 1, 8246, 8, 194, 232, 196, 160, 137, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (248, 13, 1, 8247, 8, 219, 189, 228, 229, 116, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (249, 13, 1, 8248, 8, 245, 148, 186, 122, 225, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (250, 13, 1, 8249, 8, 209, 228, 209, 146, 239, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (251, 13, 1, 8250, 8, 157, 249, 161, 137, 136, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (252, 13, 1, 8251, 8, 149, 103, 238, 229, 138, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (253, 13, 1, 8252, 8, 182, 200, 225, 103, 202, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (254, 13, 1, 8253, 8, 254, 220, 241, 136, 157, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (255, 13, 1, 8254, 8, 205, 170, 206, 104, 143, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (256, 13, 1, 8255, 8, 209, 105, 221, 215, 218, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (257, 13, 1, 8256, 8, 218, 156, 238, 227, 116, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (258, 13, 1, 8257, 8, 239, 175, 195, 240, 89, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (259, 13, 1, 8258, 8, 212, 144, 192, 118, 118, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (260, 13, 1, 8259, 8, 219, 249, 222, 121, 155, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (261, 13, 1, 8260, 8, 223, 223, 238, 174, 236, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (262, 13, 1, 8261, 8, 215, 187, 192, 165, 111, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (263, 13, 1, 8262, 8, 225, 218, 190, 215, 102, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (264, 13, 1, 8263, 8, 172, 110, 202, 131, 98, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (265, 13, 1, 8264, 8, 245, 187, 243, 199, 197, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (266, 13, 1, 8265, 8, 154, 150, 233, 200, 253, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (267, 13, 1, 8266, 8, 172, 216, 222, 137, 181, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (268, 13, 1, 8267, 8, 239, 252, 194, 251, 131, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (269, 13, 1, 8268, 8, 240, 149, 177, 245, 161, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (270, 13, 1, 8269, 8, 149, 202, 253, 135, 123, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (271, 13, 1, 8270, 8, 148, 143, 233, 108, 264, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (272, 13, 1, 8271, 8, 140, 151, 185, 176, 242, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (273, 13, 1, 8272, 8, 231, 150, 195, 199, 133, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (274, 13, 1, 8273, 8, 154, 239, 223, 154, 174, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (275, 13, 1, 8274, 8, 218, 203, 189, 209, 141, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (276, 13, 1, 8275, 8, 223, 227, 229, 105, 249, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (277, 13, 1, 8276, 8, 175, 107, 207, 214, 167, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (278, 13, 1, 8277, 8, 203, 188, 247, 208, 189, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (279, 13, 1, 8278, 8, 213, 228, 242, 235, 246, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (280, 13, 1, 8279, 8, 220, 180, 227, 249, 256, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (281, 13, 1, 8280, 8, 200, 134, 250, 200, 157, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (282, 13, 1, 8281, 8, 251, 211, 249, 148, 157, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (283, 13, 1, 8282, 8, 245, 110, 207, 159, 193, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (284, 13, 1, 8283, 8, 219, 102, 172, 252, 138, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (285, 13, 1, 8284, 8, 252, 230, 173, 239, 122, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (286, 13, 1, 8285, 8, 236, 248, 238, 226, 179, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (287, 13, 1, 8286, 8, 177, 103, 190, 234, 231, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (288, 13, 1, 8287, 8, 196, 200, 210, 227, 133, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (289, 13, 1, 8288, 8, 146, 200, 192, 192, 231, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (290, 13, 1, 8289, 8, 149, 111, 188, 202, 212, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (291, 13, 1, 8290, 8, 201, 245, 245, 236, 136, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8056, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (292, 13, 1, 8291, 8, 220, 222, 173, 228, 241, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (293, 13, 1, 8292, 8, 153, 231, 226, 166, 118, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8058, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (294, 13, 1, 8293, 8, 177, 208, 221, 163, 103, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8059, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (295, 13, 1, 8294, 8, 199, 219, 205, 251, 239, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (296, 13, 1, 8295, 8, 184, 199, 254, 97, 146, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8056, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (297, 13, 1, 8296, 8, 210, 147, 191, 201, 226, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (298, 13, 1, 8297, 8, 161, 108, 245, 134, 113, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 8058, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (299, 13, 1, 8298, 8, 236, 227, 233, 156, 127, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8059, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (300, 13, 1, 8299, 8, 161, 245, 248, 196, 148, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (301, 13, 1, 8300, 8, 251, 183, 235, 118, 157, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 8056, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (302, 13, 1, 8301, 8, 181, 128, 196, 228, 157, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (303, 13, 1, 8302, 8, 242, 182, 229, 192, 225, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8058, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (304, 13, 1, 8303, 8, 227, 235, 252, 209, 235, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 8059, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (305, 13, 1, 8304, 8, 254, 121, 184, 194, 96, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (306, 13, 1, 8305, 8, 170, 218, 186, 163, 262, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8056, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (307, 13, 1, 8306, 8, 248, 118, 219, 142, 120, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (308, 13, 1, 8307, 8, 214, 121, 198, 172, 169, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8058, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (309, 13, 1, 8308, 8, 197, 236, 201, 162, 259, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8059, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (310, 13, 1, 8309, 8, 166, 111, 179, 212, 256, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (311, 13, 1, 8310, 8, 180, 103, 232, 138, 245, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8056, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (312, 13, 1, 8311, 8, 216, 167, 185, 138, 148, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (313, 13, 1, 8312, 8, 226, 242, 213, 147, 136, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 8058, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (314, 13, 1, 8313, 8, 229, 207, 232, 243, 207, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8059, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (315, 13, 1, 8314, 8, 229, 222, 186, 189, 166, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (316, 13, 1, 8315, 8, 151, 122, 192, 125, 97, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 8058, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (317, 13, 1, 8316, 8, 233, 187, 200, 125, 151, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (318, 13, 1, 8317, 8, 177, 173, 191, 172, 176, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8059, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (319, 14, 1, 8318, 8, 193, 144, 220, 148, 127, 1, 1, 4, 5, 6, 5, 4, 3, 6, 1, 8061, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (320, 14, 1, 8319, 8, 180, 253, 130, 209, 207, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 8062, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (321, 14, 1, 8320, 8, 241, 229, 162, 175, 273, 1, 1, 6, 7, 6, 5, 4, 3, 6, 1, 8063, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (322, 14, 1, 8321, 8, 195, 228, 234, 180, 213, 1, 1, 4, 5, 6, 5, 4, 3, 6, 1, 8064, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (323, 14, 1, 8322, 8, 184, 244, 202, 196, 267, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (324, 14, 1, 8323, 8, 153, 115, 210, 234, 168, 1, 1, 6, 7, 6, 5, 4, 3, 6, 1, 8061, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (325, 14, 1, 8324, 8, 181, 239, 250, 212, 170, 1, 1, 4, 5, 6, 5, 4, 3, 6, 1, 8062, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (326, 14, 1, 8325, 8, 168, 123, 134, 179, 208, 1, 1, 5, 6, 6, 5, 4, 3, 6, 1, 8063, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (327, 14, 1, 8326, 8, 223, 125, 138, 251, 122, 1, 1, 6, 7, 6, 5, 4, 3, 6, 1, 8064, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (328, 14, 1, 8327, 8, 188, 142, 150, 123, 138, 1, 1, 4, 5, 5, 6, 5, 4, 6, 1, 8066, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (329, 14, 1, 8328, 8, 162, 203, 236, 156, 265, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 8067, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (330, 14, 1, 8329, 8, 146, 231, 114, 176, 245, 1, 1, 6, 7, 5, 6, 5, 4, 6, 1, 8068, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (331, 14, 1, 8330, 8, 231, 205, 166, 190, 161, 1, 1, 4, 5, 5, 6, 5, 4, 6, 1, 8069, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (332, 14, 1, 8331, 8, 148, 188, 116, 246, 118, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (333, 14, 1, 8332, 8, 210, 121, 130, 225, 177, 1, 1, 6, 7, 5, 6, 5, 4, 6, 1, 8066, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (334, 14, 1, 8333, 8, 227, 251, 127, 111, 226, 1, 1, 4, 5, 5, 6, 5, 4, 6, 1, 8067, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (335, 14, 1, 8334, 8, 154, 118, 161, 160, 153, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 8068, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (336, 14, 1, 8335, 8, 199, 138, 164, 245, 251, 1, 1, 6, 7, 5, 6, 5, 4, 6, 1, 8069, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (337, 14, 1, 8336, 8, 156, 188, 250, 163, 261, 1, 1, 4, 5, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (338, 14, 1, 8337, 8, 229, 225, 188, 196, 174, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 8066, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (339, 14, 1, 8338, 8, 213, 196, 186, 223, 146, 1, 1, 6, 7, 5, 6, 5, 4, 6, 1, 8067, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (340, 14, 1, 8339, 8, 164, 245, 138, 159, 215, 1, 1, 4, 5, 5, 6, 5, 4, 6, 1, 8068, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (341, 14, 1, 8340, 8, 233, 151, 228, 239, 213, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 8069, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (342, 14, 1, 8341, 8, 170, 201, 207, 212, 183, 1, 1, 6, 7, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (343, 14, 1, 8342, 8, 235, 175, 192, 176, 258, 1, 1, 4, 5, 5, 6, 5, 4, 6, 1, 8066, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (344, 14, 1, 8343, 8, 177, 117, 157, 225, 130, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 8067, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (345, 14, 1, 8344, 8, 153, 151, 233, 137, 172, 1, 1, 6, 7, 5, 6, 5, 4, 6, 1, 8068, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (346, 14, 1, 8345, 8, 203, 209, 164, 242, 223, 1, 1, 4, 5, 5, 6, 5, 4, 6, 1, 8069, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (347, 14, 1, 8346, 8, 234, 186, 229, 130, 169, 1, 1, 5, 6, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (348, 14, 1, 8347, 8, 179, 249, 190, 252, 207, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 8071, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (349, 14, 1, 8348, 8, 190, 116, 168, 236, 210, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 8072, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (350, 14, 1, 8349, 8, 175, 235, 203, 125, 123, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 8073, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (351, 14, 1, 8350, 8, 235, 220, 194, 136, 232, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 8074, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (352, 14, 1, 8351, 8, 203, 130, 243, 174, 248, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (353, 14, 1, 8352, 8, 172, 227, 241, 156, 162, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 8071, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (354, 14, 1, 8353, 8, 181, 167, 249, 138, 130, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 8072, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (355, 14, 1, 8354, 8, 210, 175, 153, 141, 216, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 8073, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (356, 14, 1, 8355, 8, 232, 200, 197, 149, 219, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 8074, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (357, 14, 1, 8356, 8, 140, 252, 206, 216, 245, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (358, 14, 1, 8357, 8, 199, 151, 193, 227, 133, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 8071, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (359, 14, 1, 8358, 8, 199, 114, 232, 231, 150, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 8072, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (360, 14, 1, 8359, 8, 210, 177, 205, 206, 218, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 8073, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (361, 14, 1, 8360, 8, 183, 209, 190, 108, 254, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 8074, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (362, 14, 1, 8361, 8, 148, 188, 165, 248, 219, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (363, 14, 1, 8362, 8, 194, 169, 246, 101, 193, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 8071, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (364, 14, 1, 8363, 8, 156, 245, 184, 208, 101, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 8072, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (365, 14, 1, 8364, 8, 170, 180, 248, 238, 268, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 8073, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (366, 14, 1, 8365, 8, 141, 212, 236, 130, 235, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 8074, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (367, 14, 1, 8366, 8, 222, 138, 159, 114, 192, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (368, 14, 1, 8367, 8, 189, 205, 247, 192, 192, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 8071, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (369, 14, 1, 8368, 8, 156, 129, 190, 220, 207, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 8072, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (370, 14, 1, 8369, 8, 153, 219, 227, 123, 188, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 8073, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (371, 14, 1, 8370, 8, 138, 167, 238, 217, 215, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 8074, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (372, 14, 1, 8371, 8, 148, 194, 201, 247, 117, 1, 1, 6, 7, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (373, 14, 1, 8372, 8, 210, 176, 246, 239, 154, 1, 1, 4, 5, 4, 5, 6, 5, 6, 1, 8071, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (374, 14, 1, 8373, 8, 182, 194, 241, 213, 175, 1, 1, 5, 6, 4, 5, 6, 5, 6, 1, 8072, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (375, 14, 1, 8374, 8, 240, 205, 222, 103, 223, 1, 1, 6, 7, 3, 4, 5, 6, 6, 1, 8076, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (376, 14, 1, 8375, 8, 235, 180, 227, 202, 212, 1, 1, 4, 5, 3, 4, 5, 6, 6, 1, 8077, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (377, 14, 1, 8376, 8, 197, 221, 194, 218, 205, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 8078, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (378, 14, 1, 8377, 8, 161, 131, 223, 141, 135, 1, 1, 6, 7, 3, 4, 5, 6, 6, 1, 8079, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (379, 14, 1, 8378, 8, 173, 150, 231, 254, 256, 1, 1, 4, 5, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (380, 14, 1, 8379, 8, 180, 253, 227, 252, 117, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 8076, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (381, 14, 1, 8380, 8, 182, 239, 222, 157, 143, 1, 1, 6, 7, 3, 4, 5, 6, 6, 1, 8077, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (382, 14, 1, 8381, 8, 176, 193, 188, 192, 247, 1, 1, 4, 5, 3, 4, 5, 6, 6, 1, 8078, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (383, 14, 1, 8382, 8, 183, 116, 226, 235, 177, 1, 1, 5, 6, 3, 4, 5, 6, 6, 1, 8079, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (384, 14, 1, 8383, 8, 196, 218, 231, 124, 109, 1, 1, 6, 7, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (385, 21, 1, 8384, 8, 201, 205, 207, 226, 151, 5, 4, 1, 1, 6, 5, 4, 3, 6, 1, 8001, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (386, 21, 1, 8385, 8, 240, 160, 224, 238, 159, 6, 5, 1, 1, 6, 5, 4, 3, 6, 1, 8002, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (387, 21, 1, 8386, 8, 209, 109, 241, 194, 176, 7, 6, 1, 1, 6, 5, 4, 3, 6, 1, 8003, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (388, 21, 1, 8387, 8, 196, 104, 151, 252, 260, 5, 4, 1, 1, 6, 5, 4, 3, 6, 1, 8004, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (389, 21, 1, 8388, 8, 195, 174, 251, 138, 147, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 8006, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (390, 21, 1, 8389, 8, 175, 130, 178, 176, 220, 7, 6, 1, 1, 5, 6, 5, 4, 6, 1, 8007, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (391, 21, 1, 8390, 8, 181, 201, 227, 202, 172, 5, 4, 1, 1, 5, 6, 5, 4, 6, 1, 8008, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (392, 21, 1, 8391, 8, 235, 140, 212, 105, 241, 5, 4, 1, 1, 5, 6, 5, 4, 6, 1, 8009, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (393, 21, 1, 8392, 8, 224, 190, 220, 162, 168, 6, 5, 1, 1, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (394, 21, 1, 8393, 8, 183, 197, 192, 179, 231, 7, 6, 1, 1, 5, 6, 5, 4, 6, 1, 8006, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (395, 21, 1, 8394, 8, 209, 221, 188, 252, 141, 5, 4, 1, 1, 5, 6, 5, 4, 6, 1, 8007, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (396, 21, 1, 8395, 8, 231, 194, 156, 251, 187, 6, 5, 2, 1, 5, 6, 5, 4, 6, 1, 8008, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (397, 21, 1, 8396, 8, 193, 110, 205, 238, 114, 7, 6, 2, 1, 5, 6, 5, 4, 6, 1, 8009, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (398, 21, 1, 8397, 8, 236, 103, 232, 245, 136, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8011, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (399, 21, 1, 8398, 8, 213, 157, 195, 149, 193, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8012, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (400, 21, 1, 8399, 8, 243, 154, 189, 214, 266, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8013, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (401, 21, 1, 8400, 8, 192, 153, 240, 195, 89, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8014, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (402, 21, 1, 8401, 8, 242, 143, 220, 144, 207, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (403, 21, 1, 8402, 8, 212, 117, 234, 251, 129, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8011, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (404, 21, 1, 8403, 8, 240, 133, 190, 242, 226, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8012, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (405, 21, 1, 8404, 8, 170, 122, 186, 125, 259, 7, 6, 2, 1, 4, 5, 6, 5, 6, 1, 8013, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (406, 21, 1, 8405, 8, 180, 140, 208, 195, 248, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8014, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (407, 21, 1, 8406, 8, 174, 146, 239, 226, 150, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (408, 21, 1, 8407, 8, 247, 136, 195, 167, 239, 5, 4, 2, 1, 4, 5, 6, 5, 6, 1, 8011, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (409, 21, 1, 8408, 8, 221, 194, 241, 147, 228, 6, 5, 2, 1, 4, 5, 6, 5, 6, 1, 8012, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (410, 21, 1, 8409, 8, 230, 218, 170, 141, 137, 7, 6, 2, 1, 3, 4, 5, 6, 6, 1, 8018, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (411, 21, 1, 8410, 8, 195, 181, 236, 189, 183, 5, 4, 2, 1, 3, 4, 5, 6, 6, 1, 8019, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (412, 21, 1, 8411, 8, 216, 202, 193, 107, 196, 6, 5, 2, 1, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (413, 21, 1, 8412, 8, 226, 187, 222, 167, 258, 7, 6, 2, 1, 3, 4, 5, 6, 6, 1, 8016, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (414, 21, 1, 8413, 8, 209, 220, 216, 206, 246, 5, 4, 2, 1, 3, 4, 5, 6, 6, 1, 8017, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (415, 22, 1, 8414, 8, 192, 181, 161, 228, 249, 4, 5, 4, 1, 6, 5, 4, 3, 6, 1, 8021, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (416, 22, 1, 8415, 8, 162, 144, 214, 179, 176, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 8022, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (417, 22, 1, 8416, 8, 243, 135, 234, 117, 253, 6, 7, 6, 1, 6, 5, 4, 3, 6, 1, 8023, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (418, 22, 1, 8417, 8, 168, 160, 194, 113, 175, 4, 5, 4, 1, 6, 5, 4, 3, 6, 1, 8024, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (419, 22, 1, 8418, 8, 155, 221, 138, 168, 199, 5, 6, 5, 1, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (420, 22, 1, 8419, 8, 187, 189, 131, 102, 175, 6, 7, 6, 1, 6, 5, 4, 3, 6, 1, 8021, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (421, 22, 1, 8420, 8, 168, 203, 140, 133, 133, 4, 5, 4, 1, 6, 5, 4, 3, 6, 1, 8022, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (422, 22, 1, 8421, 8, 151, 164, 127, 238, 245, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 8026, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (423, 22, 1, 8422, 8, 219, 220, 130, 113, 169, 6, 7, 6, 1, 5, 6, 5, 4, 6, 1, 8027, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (424, 22, 1, 8423, 8, 166, 105, 233, 245, 203, 4, 5, 4, 1, 5, 6, 5, 4, 6, 1, 8028, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (425, 22, 1, 8424, 8, 238, 234, 179, 205, 117, 5, 6, 5, 1, 5, 6, 5, 4, 6, 1, 8029, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (426, 22, 1, 8425, 8, 230, 162, 156, 251, 133, 6, 7, 6, 1, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (427, 22, 1, 8426, 8, 190, 225, 184, 250, 206, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 8026, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (428, 22, 1, 8427, 8, 195, 200, 173, 190, 116, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 8027, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (429, 22, 1, 8428, 8, 235, 192, 251, 172, 255, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 8028, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (430, 22, 1, 8429, 8, 205, 213, 241, 194, 113, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 8029, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (431, 22, 1, 8430, 8, 156, 207, 242, 100, 121, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (432, 22, 1, 8431, 8, 192, 228, 195, 232, 193, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 8026, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (433, 22, 1, 8432, 8, 201, 190, 241, 181, 161, 5, 6, 5, 2, 5, 6, 5, 4, 6, 1, 8027, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (434, 22, 1, 8433, 8, 179, 103, 228, 189, 131, 6, 7, 6, 2, 5, 6, 5, 4, 6, 1, 8028, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (435, 22, 1, 8434, 8, 229, 125, 168, 209, 264, 4, 5, 4, 2, 5, 6, 5, 4, 6, 1, 8029, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (436, 22, 1, 8435, 8, 241, 241, 179, 121, 141, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (437, 22, 1, 8436, 8, 239, 169, 240, 115, 168, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (438, 22, 1, 8437, 8, 226, 231, 194, 184, 150, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (439, 22, 1, 8438, 8, 201, 103, 228, 125, 181, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (440, 22, 1, 8439, 8, 241, 243, 190, 245, 110, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (441, 22, 1, 8440, 8, 251, 187, 238, 140, 103, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (442, 22, 1, 8441, 8, 190, 242, 201, 179, 222, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (443, 22, 1, 8442, 8, 175, 140, 174, 249, 113, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (444, 22, 1, 8443, 8, 150, 141, 238, 161, 103, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (445, 22, 1, 8444, 8, 162, 222, 179, 187, 188, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (446, 22, 1, 8445, 8, 174, 227, 246, 156, 225, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (447, 22, 1, 8446, 8, 173, 125, 246, 179, 268, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (448, 22, 1, 8447, 8, 154, 236, 195, 108, 133, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (449, 22, 1, 8448, 8, 228, 109, 160, 232, 275, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (450, 22, 1, 8449, 8, 155, 238, 234, 242, 130, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8034, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (451, 22, 1, 8450, 8, 182, 118, 206, 192, 213, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (452, 22, 1, 8451, 8, 202, 203, 242, 251, 169, 4, 5, 4, 2, 4, 5, 6, 5, 6, 1, 8031, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (453, 22, 1, 8452, 8, 201, 227, 160, 186, 102, 5, 6, 5, 2, 4, 5, 6, 5, 6, 1, 8032, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (454, 22, 1, 8453, 8, 187, 249, 217, 149, 122, 6, 7, 6, 2, 4, 5, 6, 5, 6, 1, 8033, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (455, 22, 1, 8454, 8, 161, 160, 234, 229, 215, 4, 5, 4, 2, 3, 4, 5, 6, 6, 1, 8036, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (456, 22, 1, 8455, 8, 213, 148, 251, 236, 179, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 8037, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (457, 22, 1, 8456, 8, 148, 213, 214, 238, 142, 6, 7, 6, 2, 3, 4, 5, 6, 6, 1, 8038, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (458, 22, 1, 8457, 8, 234, 191, 209, 237, 266, 4, 5, 4, 2, 3, 4, 5, 6, 6, 1, 8039, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (459, 22, 1, 8458, 8, 196, 214, 201, 248, 142, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (460, 22, 1, 8459, 8, 186, 173, 174, 254, 186, 6, 7, 6, 2, 3, 4, 5, 6, 6, 1, 8036, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (461, 22, 1, 8460, 8, 232, 167, 223, 134, 205, 4, 5, 4, 2, 3, 4, 5, 6, 6, 1, 8037, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (462, 22, 1, 8461, 8, 151, 246, 231, 153, 125, 5, 6, 5, 2, 3, 4, 5, 6, 6, 1, 8038, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (463, 23, 1, 8462, 8, 243, 233, 242, 210, 235, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8041, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (464, 23, 1, 8463, 8, 149, 231, 166, 141, 143, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (465, 23, 1, 8464, 8, 147, 251, 243, 108, 120, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8043, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (466, 23, 1, 8465, 8, 216, 250, 172, 96, 214, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8044, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (467, 23, 1, 8466, 8, 149, 221, 177, 113, 222, 2, 5, 6, 5, 6, 5, 4, 3, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (468, 23, 1, 8467, 8, 241, 223, 233, 110, 194, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8041, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (469, 23, 1, 8468, 8, 169, 235, 249, 183, 240, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (470, 23, 1, 8469, 8, 251, 137, 202, 109, 108, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (471, 23, 1, 8470, 8, 243, 124, 130, 207, 208, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (472, 23, 1, 8471, 8, 190, 134, 239, 248, 256, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (473, 23, 1, 8472, 8, 161, 192, 150, 220, 102, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (474, 23, 1, 8473, 8, 137, 210, 225, 249, 186, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (475, 23, 1, 8474, 8, 240, 135, 250, 161, 160, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (476, 23, 1, 8475, 8, 163, 206, 186, 248, 170, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (477, 23, 1, 8476, 8, 251, 254, 207, 193, 243, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (478, 23, 1, 8477, 8, 175, 138, 193, 203, 208, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (479, 23, 1, 8478, 8, 206, 213, 186, 206, 122, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (480, 23, 1, 8479, 8, 162, 138, 239, 194, 176, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8046, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (481, 23, 1, 8480, 8, 187, 250, 156, 227, 189, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (482, 23, 1, 8481, 8, 238, 184, 253, 122, 128, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (483, 23, 1, 8482, 8, 231, 229, 236, 182, 148, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (484, 23, 1, 8483, 8, 229, 245, 181, 233, 219, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (485, 23, 1, 8484, 8, 189, 140, 243, 221, 252, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (486, 23, 1, 8485, 8, 209, 144, 170, 124, 177, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (487, 23, 1, 8486, 8, 183, 242, 184, 239, 136, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (488, 23, 1, 8487, 8, 214, 240, 229, 212, 157, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (489, 23, 1, 8488, 8, 184, 209, 182, 210, 219, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (490, 23, 1, 8489, 8, 208, 157, 195, 195, 194, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (491, 23, 1, 8490, 8, 245, 120, 185, 219, 239, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (492, 23, 1, 8491, 8, 245, 113, 194, 159, 116, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (493, 23, 1, 8492, 8, 160, 173, 248, 161, 167, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (494, 23, 1, 8493, 8, 253, 220, 245, 233, 144, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (495, 23, 1, 8494, 8, 138, 172, 239, 96, 160, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (496, 23, 1, 8495, 8, 192, 240, 238, 190, 117, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (497, 23, 1, 8496, 8, 221, 137, 247, 181, 157, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (498, 23, 1, 8497, 8, 223, 203, 166, 241, 90, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (499, 23, 1, 8498, 8, 143, 177, 200, 142, 227, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (500, 23, 1, 8499, 8, 175, 176, 240, 120, 232, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8052, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (501, 23, 1, 8500, 8, 243, 113, 190, 212, 226, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8053, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (502, 23, 1, 8501, 8, 220, 231, 206, 174, 236, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (503, 23, 1, 8502, 8, 221, 229, 242, 100, 153, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (504, 23, 1, 8503, 8, 170, 213, 232, 154, 118, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8056, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (505, 23, 1, 8504, 8, 148, 101, 179, 190, 168, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (506, 23, 1, 8505, 8, 199, 247, 207, 151, 140, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8058, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (507, 23, 1, 8506, 8, 179, 212, 187, 154, 177, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8059, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (508, 23, 1, 8507, 8, 175, 169, 239, 184, 123, 2, 4, 5, 4, 3, 4, 5, 6, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (509, 23, 1, 8508, 8, 213, 184, 179, 199, 94, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8058, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (510, 23, 1, 8509, 8, 184, 197, 202, 109, 207, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (511, 31, 1, 8510, 8, 154, 181, 245, 104, 247, 7, 6, 1, 1, 6, 5, 4, 3, 1, 6, 8081, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (512, 31, 1, 8511, 8, 156, 157, 251, 242, 146, 5, 4, 1, 1, 6, 5, 4, 3, 1, 6, 8082, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (513, 31, 1, 8512, 8, 186, 138, 194, 162, 179, 6, 5, 1, 1, 6, 5, 4, 3, 1, 6, 8083, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (514, 31, 1, 8513, 8, 186, 183, 248, 245, 157, 7, 6, 1, 1, 6, 5, 4, 3, 1, 6, 8084, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (515, 31, 1, 8514, 8, 149, 197, 190, 192, 248, 5, 4, 1, 1, 5, 6, 5, 4, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (516, 31, 1, 8515, 8, 167, 135, 244, 218, 199, 6, 5, 1, 1, 5, 6, 5, 4, 1, 6, 8086, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (517, 31, 1, 8516, 8, 136, 105, 245, 201, 248, 7, 6, 1, 1, 5, 6, 5, 4, 1, 6, 8087, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (518, 31, 1, 8517, 8, 182, 220, 214, 254, 131, 6, 5, 2, 1, 5, 6, 5, 4, 1, 6, 8088, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (519, 31, 1, 8518, 8, 184, 218, 206, 137, 100, 7, 6, 2, 1, 5, 6, 5, 4, 1, 6, 8089, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (520, 31, 1, 8519, 8, 206, 221, 248, 254, 170, 5, 4, 2, 1, 5, 6, 5, 4, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (521, 31, 1, 8520, 8, 219, 96, 248, 236, 210, 6, 5, 2, 1, 5, 6, 5, 4, 1, 6, 8086, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (522, 31, 1, 8521, 8, 202, 184, 235, 203, 227, 7, 6, 2, 1, 5, 6, 5, 4, 1, 6, 8087, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (523, 31, 1, 8522, 8, 222, 165, 200, 115, 180, 5, 4, 2, 1, 5, 6, 5, 4, 1, 6, 8088, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (524, 31, 1, 8523, 8, 196, 226, 195, 156, 161, 6, 5, 2, 1, 4, 5, 6, 5, 1, 6, 8091, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (525, 31, 1, 8524, 8, 168, 107, 201, 225, 216, 7, 6, 2, 1, 4, 5, 6, 5, 1, 6, 8092, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (526, 31, 1, 8525, 8, 202, 103, 238, 192, 174, 6, 5, 2, 1, 4, 5, 6, 5, 1, 6, 8093, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (527, 31, 1, 8526, 8, 218, 121, 187, 216, 261, 7, 6, 2, 1, 4, 5, 6, 5, 1, 6, 8094, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (528, 31, 1, 8527, 8, 219, 96, 185, 253, 187, 5, 4, 2, 1, 4, 5, 6, 5, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (529, 31, 1, 8528, 8, 148, 109, 217, 180, 255, 6, 5, 2, 1, 4, 5, 6, 5, 1, 6, 8091, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (530, 31, 1, 8529, 8, 161, 228, 225, 229, 91, 7, 6, 2, 1, 4, 5, 6, 5, 1, 6, 8092, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (531, 31, 1, 8530, 8, 182, 199, 191, 192, 180, 5, 4, 2, 1, 4, 5, 6, 5, 1, 6, 8093, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (532, 31, 1, 8531, 8, 205, 188, 192, 120, 174, 6, 5, 2, 1, 4, 5, 6, 5, 1, 6, 8094, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (533, 31, 1, 8532, 8, 121, 96, 194, 140, 92, 7, 6, 2, 1, 4, 5, 6, 5, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (534, 31, 1, 8533, 8, 154, 193, 234, 145, 91, 7, 6, 2, 1, 4, 5, 6, 5, 1, 6, 8091, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (535, 31, 1, 8534, 8, 172, 159, 242, 151, 98, 5, 4, 2, 1, 4, 5, 6, 5, 1, 6, 8092, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (536, 31, 1, 8535, 8, 179, 208, 215, 200, 234, 6, 5, 2, 1, 3, 4, 5, 6, 1, 6, 8096, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (537, 31, 1, 8536, 8, 203, 175, 237, 160, 199, 7, 6, 2, 1, 3, 4, 5, 6, 1, 6, 8097, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (538, 31, 1, 8537, 8, 216, 110, 217, 222, 104, 5, 4, 2, 1, 3, 4, 5, 6, 1, 6, 8098, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (539, 31, 1, 8538, 8, 170, 185, 232, 192, 253, 6, 5, 2, 1, 3, 4, 5, 6, 1, 6, 8099, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (540, 31, 1, 8539, 8, 154, 168, 194, 107, 243, 7, 6, 2, 1, 3, 4, 5, 6, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (541, 32, 1, 8540, 8, 215, 239, 173, 215, 255, 6, 7, 6, 1, 6, 5, 4, 3, 1, 6, 8101, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (542, 32, 1, 8541, 8, 175, 228, 180, 188, 272, 4, 5, 4, 1, 6, 5, 4, 3, 1, 6, 8102, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (543, 32, 1, 8542, 8, 190, 177, 246, 144, 163, 5, 6, 5, 1, 6, 5, 4, 3, 1, 6, 8103, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (544, 32, 1, 8543, 8, 148, 164, 187, 102, 201, 6, 7, 6, 1, 6, 5, 4, 3, 1, 6, 8104, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (545, 32, 1, 8544, 8, 182, 231, 230, 251, 210, 4, 5, 4, 1, 5, 6, 5, 4, 1, 6, 8106, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (546, 32, 1, 8545, 8, 196, 164, 211, 127, 213, 5, 6, 5, 2, 5, 6, 5, 4, 1, 6, 8107, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (547, 32, 1, 8546, 8, 186, 231, 229, 176, 259, 6, 7, 6, 2, 5, 6, 5, 4, 1, 6, 8108, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (548, 32, 1, 8547, 8, 153, 102, 193, 201, 195, 5, 6, 5, 2, 5, 6, 5, 4, 1, 6, 8109, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (549, 32, 1, 8548, 8, 170, 116, 252, 127, 212, 6, 7, 6, 2, 5, 6, 5, 4, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (550, 32, 1, 8549, 8, 197, 118, 210, 210, 151, 4, 5, 4, 2, 5, 6, 5, 4, 1, 6, 8106, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (551, 32, 1, 8550, 8, 201, 231, 181, 191, 222, 5, 6, 5, 2, 5, 6, 5, 4, 1, 6, 8107, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (552, 32, 1, 8551, 8, 147, 199, 224, 147, 236, 6, 7, 6, 2, 5, 6, 5, 4, 1, 6, 8108, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (553, 32, 1, 8552, 8, 209, 164, 188, 110, 273, 4, 5, 4, 2, 5, 6, 5, 4, 1, 6, 8109, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (554, 32, 1, 8553, 8, 172, 254, 246, 216, 124, 5, 6, 5, 2, 4, 5, 6, 5, 1, 6, 8111, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (555, 32, 1, 8554, 8, 156, 229, 246, 122, 115, 6, 7, 6, 2, 4, 5, 6, 5, 1, 6, 8112, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (556, 32, 1, 8555, 8, 166, 190, 174, 176, 179, 4, 5, 4, 2, 4, 5, 6, 5, 1, 6, 8113, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (557, 32, 1, 8556, 8, 221, 98, 251, 216, 183, 5, 6, 5, 2, 4, 5, 6, 5, 1, 6, 8114, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (558, 32, 1, 8557, 8, 179, 183, 176, 169, 166, 6, 7, 6, 2, 4, 5, 6, 5, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (559, 32, 1, 8558, 8, 225, 149, 219, 107, 140, 4, 5, 4, 2, 4, 5, 6, 5, 1, 6, 8111, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (560, 32, 1, 8559, 8, 209, 242, 249, 161, 187, 5, 6, 5, 2, 4, 5, 6, 5, 1, 6, 8112, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (561, 32, 1, 8560, 8, 207, 249, 251, 144, 275, 6, 7, 6, 2, 4, 5, 6, 5, 1, 6, 8113, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (562, 32, 1, 8561, 8, 213, 235, 165, 249, 220, 4, 5, 4, 2, 4, 5, 6, 5, 1, 6, 8114, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (563, 32, 1, 8562, 8, 190, 122, 245, 107, 111, 5, 6, 5, 2, 4, 5, 6, 5, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (564, 32, 1, 8563, 8, 221, 194, 251, 168, 259, 6, 7, 6, 2, 4, 5, 6, 5, 1, 6, 8111, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (565, 32, 1, 8564, 8, 200, 208, 225, 183, 116, 4, 5, 4, 2, 4, 5, 6, 5, 1, 6, 8112, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (566, 32, 1, 8565, 8, 200, 142, 253, 104, 161, 5, 6, 5, 2, 3, 4, 5, 6, 1, 6, 8116, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (567, 32, 1, 8566, 8, 195, 192, 224, 149, 144, 6, 7, 6, 2, 3, 4, 5, 6, 1, 6, 8117, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (568, 32, 1, 8567, 8, 195, 247, 198, 121, 227, 4, 5, 4, 2, 3, 4, 5, 6, 1, 6, 8118, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (569, 32, 1, 8568, 8, 194, 120, 249, 224, 192, 5, 6, 5, 2, 3, 4, 5, 6, 1, 6, 8119, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (570, 32, 1, 8569, 8, 186, 229, 234, 225, 221, 6, 7, 6, 2, 3, 4, 5, 6, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (571, 33, 1, 8570, 8, 184, 122, 249, 103, 203, 2, 6, 7, 6, 6, 5, 4, 3, 1, 6, 8121, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (572, 33, 1, 8571, 8, 192, 247, 243, 252, 243, 2, 4, 5, 4, 6, 5, 4, 3, 1, 6, 8122, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (573, 33, 1, 8572, 8, 184, 105, 194, 209, 246, 2, 5, 6, 5, 6, 5, 4, 3, 1, 6, 8123, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (574, 33, 1, 8573, 8, 226, 239, 199, 206, 116, 2, 6, 7, 6, 6, 5, 4, 3, 1, 6, 8124, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (575, 33, 1, 8574, 8, 208, 111, 251, 219, 123, 2, 4, 5, 4, 5, 6, 5, 4, 1, 6, 8126, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (576, 33, 1, 8575, 8, 142, 160, 251, 225, 90, 2, 5, 6, 5, 5, 6, 5, 4, 1, 6, 8127, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (577, 33, 1, 8576, 8, 214, 114, 177, 218, 245, 2, 6, 7, 6, 5, 6, 5, 4, 1, 6, 8128, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (578, 33, 1, 8577, 8, 207, 250, 243, 195, 260, 2, 5, 6, 5, 5, 6, 5, 4, 1, 6, 8129, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (579, 33, 1, 8578, 8, 202, 143, 235, 102, 216, 2, 6, 7, 6, 5, 6, 5, 4, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (580, 33, 1, 8579, 8, 194, 150, 247, 181, 89, 2, 4, 5, 4, 5, 6, 5, 4, 1, 6, 8126, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (581, 33, 1, 8580, 8, 229, 124, 177, 241, 238, 2, 5, 6, 5, 5, 6, 5, 4, 1, 6, 8127, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (582, 33, 1, 8581, 8, 166, 150, 251, 149, 226, 2, 6, 7, 6, 5, 6, 5, 4, 1, 6, 8128, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (583, 33, 1, 8582, 8, 225, 249, 240, 116, 128, 2, 4, 5, 4, 5, 6, 5, 4, 1, 6, 8129, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (584, 33, 1, 8583, 8, 228, 225, 192, 187, 252, 2, 5, 6, 5, 4, 5, 6, 5, 1, 6, 8131, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (585, 33, 1, 8584, 8, 156, 228, 180, 202, 147, 2, 6, 7, 6, 4, 5, 6, 5, 1, 6, 8132, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (586, 33, 1, 8585, 8, 206, 240, 137, 251, 141, 2, 5, 6, 5, 4, 5, 6, 5, 1, 6, 8133, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (587, 33, 1, 8586, 8, 220, 114, 190, 196, 214, 2, 6, 7, 6, 4, 5, 6, 5, 1, 6, 8134, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (588, 33, 1, 8587, 8, 197, 215, 242, 175, 241, 2, 4, 5, 4, 4, 5, 6, 5, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (589, 33, 1, 8588, 8, 200, 248, 245, 251, 216, 2, 5, 6, 5, 4, 5, 6, 5, 1, 6, 8131, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (590, 33, 1, 8589, 8, 155, 253, 244, 129, 221, 2, 6, 7, 6, 4, 5, 6, 5, 1, 6, 8132, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (591, 33, 1, 8590, 8, 154, 182, 194, 206, 167, 2, 4, 5, 4, 4, 5, 6, 5, 1, 6, 8133, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (592, 33, 1, 8591, 8, 160, 203, 241, 227, 193, 2, 5, 6, 5, 4, 5, 6, 5, 1, 6, 8134, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (593, 33, 1, 8592, 8, 213, 241, 204, 185, 201, 2, 6, 7, 6, 4, 5, 6, 5, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (594, 33, 1, 8593, 8, 137, 157, 250, 227, 168, 2, 6, 7, 6, 4, 5, 6, 5, 1, 6, 8131, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (595, 33, 1, 8594, 8, 140, 169, 237, 131, 155, 2, 4, 5, 4, 4, 5, 6, 5, 1, 6, 8132, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (596, 33, 1, 8595, 8, 229, 236, 193, 172, 92, 2, 5, 6, 5, 3, 4, 5, 6, 1, 6, 8136, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (597, 33, 1, 8596, 8, 155, 169, 188, 153, 153, 2, 6, 7, 6, 3, 4, 5, 6, 1, 6, 8137, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (598, 33, 1, 8597, 8, 173, 107, 210, 151, 123, 2, 4, 5, 4, 3, 4, 5, 6, 1, 6, 8138, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (599, 33, 1, 8598, 8, 240, 107, 177, 110, 260, 2, 5, 6, 5, 3, 4, 5, 6, 1, 6, 8139, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (600, 33, 1, 8599, 8, 247, 246, 218, 202, 170, 2, 6, 7, 6, 3, 4, 5, 6, 1, 6, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (601, 41, 1, 8600, 8, 188, 108, 247, 209, 172, 2, 6, 7, 6, 6, 5, 4, 3, 6, 1, 8042, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (602, 41, 1, 8601, 8, 247, 114, 177, 227, 116, 2, 4, 5, 4, 6, 5, 4, 3, 6, 1, 8043, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (603, 41, 1, 8602, 8, 150, 124, 186, 194, 177, 2, 6, 7, 6, 5, 6, 5, 4, 6, 1, 8047, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (604, 41, 1, 8603, 8, 172, 219, 231, 122, 147, 2, 4, 5, 4, 5, 6, 5, 4, 6, 1, 8048, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (605, 41, 1, 8604, 8, 162, 172, 228, 103, 173, 2, 5, 6, 5, 5, 6, 5, 4, 6, 1, 8049, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (606, 41, 1, 8605, 8, 213, 153, 166, 175, 142, 2, 6, 7, 6, 4, 5, 6, 5, 6, 1, 8054, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (607, 41, 1, 8606, 8, 199, 248, 245, 113, 127, 2, 4, 5, 4, 4, 5, 6, 5, 6, 1, 0, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (608, 41, 1, 8607, 8, 138, 253, 241, 239, 256, 2, 5, 6, 5, 4, 5, 6, 5, 6, 1, 8051, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (609, 41, 1, 8608, 8, 253, 231, 244, 134, 163, 2, 5, 6, 5, 3, 4, 5, 6, 6, 1, 8056, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (610, 41, 1, 8609, 8, 176, 121, 211, 184, 186, 2, 6, 7, 6, 3, 4, 5, 6, 6, 1, 8057, 1, 4); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10010, 0, 1001, 0, 100101, 255, 269, 248, 213, 230, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10020, 0, 1002, 0, 100201, 287, 209, 269, 242, 216, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10030, 0, 1003, 0, 100301, 256, 252, 242, 224, 242, 2, 3, 7, 6, 1, 7, 4, 2, 7, 1, 1100301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10040, 0, 1004, 0, 100401, 260, 224, 256, 217, 260, 7, 7, 6, 5, 7, 5, 1, 1, 7, 7, 1100401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10050, 0, 1005, 0, 100501, 281, 190, 250, 259, 219, 6, 7, 6, 3, 5, 7, 5, 1, 7, 2, 1100501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10060, 0, 1006, 0, 100601, 247, 210, 271, 244, 247, 6, 7, 7, 6, 2, 7, 7, 4, 7, 7, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10070, 0, 1007, 0, 100701, 264, 246, 281, 189, 193, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 1100701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10080, 0, 1008, 0, 100801, 255, 210, 279, 219, 239, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 1100801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10090, 0, 1009, 0, 100901, 259, 230, 263, 246, 210, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10100, 0, 1010, 0, 101001, 292, 159, 304, 223, 246, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 1101001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10110, 0, 1011, 0, 101101, 242, 223, 234, 249, 256, 1, 7, 7, 7, 2, 7, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10120, 0, 1012, 0, 101201, 265, 239, 287, 176, 234, 6, 6, 7, 5, 1, 7, 5, 7, 7, 7, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10130, 0, 1013, 0, 101301, 259, 280, 213, 206, 266, 1, 2, 7, 7, 6, 7, 4, 2, 7, 7, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10140, 0, 1014, 0, 101401, 252, 237, 237, 256, 244, 6, 7, 7, 6, 3, 7, 7, 5, 7, 7, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10150, 0, 1015, 0, 101501, 254, 253, 235, 239, 248, 1, 3, 7, 7, 5, 7, 7, 1, 7, 7, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10160, 0, 1016, 0, 101601, 260, 270, 260, 227, 213, 6, 6, 7, 7, 4, 7, 7, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10170, 0, 1017, 0, 101701, 253, 253, 243, 218, 265, 3, 6, 7, 7, 6, 7, 7, 5, 7, 1, 1101701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10180, 0, 1018, 0, 101801, 237, 212, 242, 249, 264, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 1101801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10200, 0, 1020, 0, 102001, 274, 290, 274, 174, 182, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10210, 0, 1021, 0, 102101, 258, 251, 263, 233, 199, 1, 3, 7, 7, 5, 7, 7, 7, 7, 7, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10230, 0, 1023, 0, 102301, 243, 249, 226, 220, 260, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10240, 0, 1024, 0, 102401, 270, 283, 249, 233, 164, 4, 4, 7, 7, 7, 7, 6, 5, 7, 7, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10250, 0, 1025, 0, 102501, 246, 270, 253, 175, 214, 1, 1, 6, 7, 1, 5, 7, 5, 7, 1, 1102501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10260, 0, 1026, 0, 102601, 258, 226, 244, 237, 244, 7, 7, 7, 5, 7, 6, 4, 1, 7, 1, 1102601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10270, 0, 1027, 0, 102701, 245, 249, 237, 229, 237, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 1102701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10280, 0, 1028, 0, 102801, 310, 147, 281, 221, 254, 7, 6, 2, 1, 6, 7, 5, 1, 7, 2, 1102801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10300, 0, 1030, 0, 103001, 240, 266, 231, 227, 248, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10310, 0, 1031, 0, 103101, 248, 223, 256, 234, 227, 2, 7, 7, 2, 7, 6, 1, 1, 7, 1, 1103101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10320, 0, 1032, 0, 103201, 260, 233, 257, 155, 258, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 1103201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10330, 0, 1033, 0, 103301, 270, 246, 277, 216, 220, 1, 4, 7, 5, 1, 5, 6, 7, 7, 1, 1103301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10350, 0, 1035, 0, 103501, 254, 235, 254, 227, 197, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10370, 0, 1037, 0, 103701, 252, 241, 241, 213, 234, 1, 1, 7, 6, 1, 6, 7, 1, 7, 2, 1103701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10380, 0, 1038, 0, 103801, 288, 134, 296, 222, 261, 7, 4, 1, 1, 6, 7, 3, 1, 7, 2, 1103801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10400, 0, 1040, 0, 104001, 260, 271, 230, 252, 176, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 1104001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10410, 0, 1041, 0, 104101, 297, 101, 294, 270, 237, 7, 6, 1, 1, 7, 7, 2, 1, 7, 7, 1104101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10420, 0, 1042, 0, 101, 253, 204, 257, 233, 260, 7, 7, 2, 1, 5, 5, 7, 6, 7, 2, 1104201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10440, 0, 1044, 0, 104401, 259, 218, 266, 209, 249, 3, 7, 7, 5, 1, 3, 7, 7, 7, 1, 1104401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10450, 0, 1045, 0, 104501, 190, 245, 212, 255, 260, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 1104501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10460, 0, 1046, 0, 104601, 277, 196, 235, 277, 227, 6, 7, 7, 3, 7, 4, 1, 1, 3, 7, 1104601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10470, 0, 1047, 0, 104701, 255, 266, 244, 218, 225, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10480, 0, 1048, 0, 104801, 258, 254, 215, 208, 229, 1, 1, 7, 6, 1, 7, 6, 1, 7, 1, 1104801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10490, 0, 1049, 0, 101, 289, 256, 272, 240, 149, 2, 4, 7, 5, 1, 5, 7, 4, 7, 1, 1104901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10500, 0, 1050, 0, 105001, 270, 236, 265, 238, 185, 5, 6, 7, 5, 1, 1, 7, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10510, 0, 1051, 0, 105101, 261, 150, 258, 251, 218, 7, 7, 4, 1, 5, 7, 5, 1, 7, 7, 1105101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10520, 0, 1052, 0, 105201, 93, 58, 83, 174, 76, 3, 1, 1, 1, 1, 1, 1, 3, 1, 7, 1105201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10540, 0, 1054, 0, 105401, 294, 138, 314, 183, 261, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10550, 0, 1055, 0, 101, 259, 232, 252, 214, 252, 1, 1, 7, 6, 1, 6, 7, 5, 7, 2, 1105501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10560, 0, 1056, 0, 105601, 246, 267, 246, 194, 187, 2, 5, 7, 7, 1, 6, 7, 2, 7, 7, 1105601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10580, 0, 1058, 0, 105801, 263, 277, 251, 229, 215, 1, 2, 7, 6, 2, 7, 6, 3, 7, 3, 1105801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10600, 0, 1060, 0, 106001, 260, 223, 212, 215, 236, 1, 5, 7, 7, 2, 6, 7, 4, 7, 7, 1106001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10610, 0, 1061, 0, 106101, 267, 207, 254, 195, 221, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10620, 0, 1062, 0, 106201, 279, 217, 266, 205, 231, 1, 2, 7, 7, 2, 7, 7, 3, 7, 1, 1106201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10660, 0, 1066, 0, 106601, 334, 214, 178, 239, 233, 3, 6, 7, 5, 7, 1, 1, 1, 7, 3, 1106601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (10740, 0, 1074, 0, 107401, 241, 273, 238, 203, 260, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 1107401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001001, 0, 1001, 0, 100101, 314, 332, 306, 264, 284, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001002, 0, 1001, 0, 100101, 322, 339, 313, 271, 279, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001003, 0, 1001, 0, 100101, 312, 330, 304, 262, 282, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001004, 0, 1001, 0, 100101, 317, 335, 309, 267, 287, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001005, 0, 1001, 0, 100101, 314, 330, 304, 262, 282, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001006, 0, 1001, 0, 100101, 339, 359, 330, 284, 306, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001007, 0, 1001, 0, 100101, 317, 334, 308, 266, 288, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001008, 0, 1001, 0, 100101, 312, 330, 304, 262, 282, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001009, 0, 1001, 0, 100101, 318, 335, 309, 267, 289, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001010, 0, 1001, 0, 100101, 339, 359, 330, 284, 306, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001011, 0, 1001, 0, 100101, 314, 331, 306, 264, 284, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001012, 0, 1001, 0, 100101, 314, 330, 304, 262, 282, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001013, 0, 1001, 0, 100101, 317, 335, 309, 267, 287, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001014, 0, 1001, 0, 100101, 317, 335, 309, 267, 287, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001015, 0, 1001, 0, 100101, 318, 335, 309, 267, 289, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001016, 0, 1001, 0, 100101, 339, 359, 330, 284, 306, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001017, 0, 1001, 0, 100101, 314, 331, 306, 264, 284, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001018, 0, 1001, 0, 100101, 346, 366, 337, 290, 312, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001019, 0, 1001, 0, 100101, 342, 362, 332, 286, 308, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001020, 0, 1001, 0, 100101, 314, 330, 304, 262, 282, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001021, 0, 1001, 0, 100101, 317, 335, 309, 267, 287, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001022, 0, 1001, 0, 100101, 317, 335, 309, 267, 287, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001023, 0, 1001, 0, 100101, 262, 277, 255, 221, 237, 2, 7, 7, 7, 1, 6, 7, 6, 7, 1, 1100102, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001024, 0, 1001, 0, 100101, 389, 411, 379, 328, 352, 2, 7, 7, 7, 1, 6, 7, 6, 7, 1, 1100102, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001025, 0, 1001, 0, 100101, 377, 399, 368, 318, 342, 2, 7, 7, 7, 1, 6, 7, 6, 7, 1, 1100102, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001026, 0, 1001, 0, 100101, 325, 344, 317, 274, 294, 2, 5, 7, 7, 1, 6, 7, 5, 7, 1, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001027, 0, 1001, 0, 100101, 377, 399, 368, 318, 342, 2, 7, 7, 7, 1, 6, 7, 6, 7, 1, 1100102, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001028, 0, 1001, 0, 100101, 316, 334, 308, 267, 287, 2, 7, 7, 7, 1, 6, 7, 6, 7, 1, 1100102, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001100, 0, 1001, 0, 101, 256, 270, 249, 214, 231, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 1100101, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1001900, 0, 1001, 0, 100101, 260, 274, 253, 218, 235, 6, 6, 7, 7, 1, 7, 7, 5, 7, 6, 1100101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002001, 0, 1002, 0, 100201, 345, 254, 323, 292, 263, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002002, 0, 1002, 0, 100201, 349, 257, 327, 296, 266, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002003, 0, 1002, 0, 100201, 351, 258, 329, 297, 267, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002004, 0, 1002, 0, 100201, 337, 249, 317, 287, 308, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002005, 0, 1002, 0, 100201, 471, 348, 443, 400, 361, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002006, 0, 1002, 0, 100201, 470, 349, 442, 400, 361, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002007, 0, 1002, 0, 100201, 354, 262, 332, 301, 271, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002008, 0, 1002, 0, 100201, 354, 262, 332, 301, 271, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002009, 0, 1002, 0, 100201, 349, 257, 326, 296, 266, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002010, 0, 1002, 0, 100201, 367, 272, 344, 312, 281, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002011, 0, 1002, 0, 100201, 409, 298, 383, 345, 308, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002100, 0, 1002, 0, 101, 273, 200, 256, 231, 207, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 1100201, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1002900, 0, 1002, 0, 100201, 292, 214, 274, 247, 221, 5, 7, 7, 5, 7, 5, 3, 1, 7, 5, 1100201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1003001, 0, 1003, 0, 100301, 312, 307, 294, 274, 294, 2, 3, 7, 7, 1, 7, 4, 2, 7, 1, 1100301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1003002, 0, 1003, 0, 100301, 615, 603, 582, 540, 582, 2, 3, 7, 6, 1, 7, 4, 2, 7, 1, 1100301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1003003, 0, 1003, 0, 100301, 312, 307, 294, 274, 294, 2, 3, 7, 7, 1, 7, 4, 2, 7, 1, 1100301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1003004, 0, 1003, 0, 100301, 312, 307, 294, 274, 294, 2, 3, 7, 7, 1, 7, 4, 2, 7, 1, 1100301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1003005, 0, 1003, 0, 100301, 312, 307, 294, 274, 294, 2, 3, 7, 7, 1, 7, 4, 2, 7, 1, 1100301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1003006, 0, 1003, 0, 100301, 312, 307, 294, 274, 294, 2, 3, 7, 7, 1, 7, 4, 2, 7, 1, 1100301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1003100, 0, 1003, 0, 101, 263, 259, 249, 231, 249, 2, 3, 7, 6, 1, 7, 4, 2, 7, 1, 1100301, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1003900, 0, 1003, 0, 100301, 261, 257, 247, 229, 247, 5, 5, 7, 6, 1, 7, 4, 2, 7, 5, 1100301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1004001, 0, 1004, 0, 100401, 318, 275, 312, 266, 318, 7, 7, 7, 6, 7, 5, 1, 1, 7, 4, 1100401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1004100, 0, 1004, 0, 101, 256, 221, 252, 214, 256, 7, 7, 6, 5, 7, 5, 1, 1, 7, 7, 1100401, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1004900, 0, 1004, 0, 100401, 265, 229, 261, 222, 265, 7, 7, 6, 6, 7, 5, 1, 1, 7, 6, 1100401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1005001, 0, 1005, 0, 100501, 295, 201, 264, 272, 231, 6, 7, 6, 6, 5, 6, 5, 7, 7, 1, 1100502, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1005002, 0, 1005, 0, 100501, 324, 220, 289, 299, 253, 6, 7, 6, 6, 5, 6, 5, 7, 7, 1, 1100502, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1005003, 0, 1005, 0, 100501, 341, 231, 304, 314, 266, 6, 7, 6, 6, 5, 6, 5, 7, 7, 1, 1100502, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1005004, 0, 1005, 0, 100501, 377, 257, 337, 348, 295, 6, 7, 6, 6, 5, 6, 5, 7, 7, 1, 1100502, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1005100, 0, 1005, 0, 101, 269, 182, 240, 248, 210, 6, 7, 6, 2, 5, 7, 3, 1, 7, 1, 1100501, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1005900, 0, 1005, 0, 100501, 281, 190, 250, 259, 219, 7, 7, 7, 3, 5, 7, 5, 1, 7, 2, 1100501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006001, 0, 1006, 0, 100601, 307, 263, 336, 304, 307, 6, 7, 7, 7, 2, 6, 7, 4, 7, 6, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006002, 0, 1006, 0, 100601, 299, 256, 327, 296, 299, 6, 7, 7, 7, 2, 6, 7, 4, 7, 6, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006003, 0, 1006, 0, 100601, 307, 263, 336, 304, 307, 6, 7, 7, 7, 2, 6, 7, 4, 7, 6, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006004, 0, 1006, 0, 100601, 302, 259, 331, 299, 302, 6, 7, 7, 6, 2, 6, 7, 4, 7, 6, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006005, 0, 1006, 0, 100601, 299, 256, 327, 296, 299, 6, 7, 7, 7, 2, 6, 7, 4, 7, 6, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006006, 0, 1006, 0, 100601, 372, 318, 407, 368, 372, 6, 7, 7, 7, 2, 6, 7, 4, 7, 6, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006007, 0, 1006, 0, 100601, 300, 256, 328, 297, 300, 6, 7, 7, 7, 2, 6, 7, 4, 7, 6, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006100, 0, 1006, 0, 101, 259, 221, 284, 256, 259, 6, 7, 7, 6, 2, 7, 7, 4, 7, 7, 1100601, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1006900, 0, 1006, 0, 100601, 274, 187, 245, 253, 215, 6, 7, 7, 6, 2, 7, 7, 4, 7, 6, 1100601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1007001, 0, 1007, 0, 100701, 335, 313, 357, 240, 245, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 1100701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1007002, 0, 1007, 0, 100701, 333, 311, 355, 239, 244, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 1100701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1007003, 0, 1007, 0, 100701, 363, 338, 386, 260, 266, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 1100701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1007004, 0, 1007, 0, 100701, 365, 340, 388, 261, 267, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 1100701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1007100, 0, 1007, 0, 101, 231, 266, 246, 161, 126, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 1100701, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1007900, 0, 1007, 0, 100701, 252, 215, 276, 249, 252, 5, 5, 7, 7, 1, 6, 6, 7, 7, 5, 1100701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1008001, 0, 1008, 0, 100801, 328, 272, 358, 283, 307, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 1100801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1008002, 0, 1008, 0, 100801, 321, 267, 350, 277, 301, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 1100801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1008003, 0, 1008, 0, 100801, 338, 281, 369, 292, 317, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 1100801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1008004, 0, 1008, 0, 100801, 320, 267, 349, 277, 301, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 1100801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1008005, 0, 1008, 0, 100801, 316, 263, 345, 272, 296, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 1100801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1008006, 0, 1008, 0, 100801, 293, 241, 320, 251, 274, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 1100801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1008100, 0, 1008, 0, 101, 228, 189, 249, 196, 214, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 1100801, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1008900, 0, 1008, 0, 100801, 269, 310, 286, 187, 146, 5, 7, 7, 5, 5, 6, 7, 2, 7, 5, 1100801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009001, 0, 1009, 0, 100901, 329, 302, 334, 321, 271, 2, 7, 7, 6, 6, 7, 3, 1, 7, 1, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009002, 0, 1009, 0, 100901, 324, 296, 329, 315, 266, 2, 7, 7, 6, 6, 7, 3, 1, 7, 1, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009003, 0, 1009, 0, 100901, 324, 297, 330, 316, 268, 2, 7, 7, 6, 6, 7, 3, 1, 7, 1, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009004, 0, 1009, 0, 100901, 324, 296, 329, 315, 267, 2, 7, 7, 6, 6, 7, 3, 1, 7, 1, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009005, 0, 1009, 0, 100901, 324, 292, 330, 311, 266, 2, 7, 7, 6, 6, 7, 3, 1, 7, 1, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009006, 0, 1009, 0, 100901, 318, 285, 323, 304, 260, 2, 7, 7, 6, 6, 7, 3, 1, 7, 1, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009007, 0, 1009, 0, 100901, 326, 290, 331, 310, 264, 2, 7, 7, 6, 6, 7, 3, 1, 7, 1, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009100, 0, 1009, 0, 101, 231, 207, 235, 221, 189, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 1100901, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1009900, 0, 1009, 0, 100901, 260, 215, 284, 224, 244, 5, 7, 7, 6, 7, 7, 3, 1, 7, 5, 1100901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1010001, 0, 1010, 0, 101001, 357, 195, 372, 273, 301, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 1101001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1010002, 0, 1010, 0, 101001, 409, 225, 426, 314, 345, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 1101001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1010003, 0, 1010, 0, 101001, 363, 199, 378, 278, 306, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 1101001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1010004, 0, 1010, 0, 101001, 365, 200, 380, 279, 308, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 1101001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1010100, 0, 1010, 0, 101, 273, 151, 284, 210, 231, 7, 7, 3, 1, 5, 7, 3, 1, 7, 7, 1101001, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1010900, 0, 1010, 0, 101001, 264, 235, 268, 251, 215, 7, 7, 6, 5, 5, 7, 3, 1, 7, 6, 1101001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011001, 0, 1011, 0, 101101, 300, 277, 291, 309, 317, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011002, 0, 1011, 0, 101101, 305, 282, 296, 314, 322, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011003, 0, 1011, 0, 101101, 302, 278, 292, 310, 318, 1, 7, 7, 6, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011004, 0, 1011, 0, 101101, 300, 277, 291, 308, 317, 1, 7, 7, 6, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011005, 0, 1011, 0, 101101, 304, 281, 294, 312, 321, 1, 7, 7, 6, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011006, 0, 1011, 0, 101101, 300, 277, 291, 309, 317, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011007, 0, 1011, 0, 101101, 305, 282, 296, 314, 322, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011008, 0, 1011, 0, 101101, 305, 282, 296, 314, 322, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011009, 0, 1011, 0, 101101, 305, 282, 296, 314, 322, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011010, 0, 1011, 0, 101101, 331, 306, 322, 341, 350, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011011, 0, 1011, 0, 101101, 341, 316, 331, 351, 360, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011012, 0, 1011, 0, 101101, 307, 283, 298, 316, 324, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011013, 0, 1011, 0, 101101, 305, 282, 296, 314, 322, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011014, 0, 1011, 0, 101101, 305, 282, 296, 314, 322, 1, 7, 7, 7, 2, 6, 7, 2, 7, 1, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011015, 0, 1011, 0, 101101, 282, 261, 274, 290, 298, 1, 5, 7, 5, 2, 7, 6, 2, 7, 1, 1101102, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011100, 0, 1011, 0, 101, 235, 217, 228, 242, 249, 1, 7, 7, 7, 2, 7, 7, 2, 7, 1, 1101101, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1011900, 0, 1011, 0, 101101, 297, 164, 309, 228, 251, 5, 7, 7, 6, 2, 7, 7, 2, 7, 5, 1101101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012001, 0, 1012, 0, 101201, 327, 294, 352, 220, 288, 6, 6, 7, 6, 1, 6, 5, 7, 7, 1, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012002, 0, 1012, 0, 101201, 332, 300, 358, 226, 294, 6, 6, 7, 7, 1, 6, 5, 7, 7, 1, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012003, 0, 1012, 0, 101201, 327, 294, 352, 220, 288, 6, 6, 7, 7, 1, 6, 5, 7, 7, 1, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012004, 0, 1012, 0, 101201, 308, 278, 332, 210, 273, 6, 6, 7, 7, 1, 6, 5, 7, 7, 1, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012005, 0, 1012, 0, 101201, 327, 294, 352, 220, 288, 6, 6, 7, 7, 1, 6, 5, 7, 7, 1, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012006, 0, 1012, 0, 101201, 310, 279, 333, 209, 273, 6, 6, 7, 7, 1, 6, 5, 7, 7, 1, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012007, 0, 1012, 0, 101201, 327, 294, 352, 220, 288, 6, 6, 7, 7, 1, 6, 5, 7, 7, 1, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012100, 0, 1012, 0, 101, 214, 193, 231, 144, 189, 6, 6, 7, 5, 1, 7, 5, 7, 7, 7, 1101201, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1012900, 0, 1012, 0, 101201, 247, 228, 239, 254, 261, 6, 6, 7, 5, 1, 7, 5, 7, 7, 6, 1101201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013001, 0, 1013, 0, 101301, 316, 341, 262, 252, 324, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013002, 0, 1013, 0, 101301, 315, 341, 261, 253, 324, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013003, 0, 1013, 0, 101301, 342, 368, 284, 274, 350, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013004, 0, 1013, 0, 101301, 342, 368, 283, 274, 351, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013005, 0, 1013, 0, 101301, 337, 364, 281, 270, 346, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013006, 0, 1013, 0, 101301, 317, 342, 262, 253, 324, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013007, 0, 1013, 0, 101301, 315, 341, 261, 253, 324, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013008, 0, 1013, 0, 101301, 342, 368, 283, 274, 351, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013009, 0, 1013, 0, 101301, 319, 344, 265, 256, 326, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013010, 0, 1013, 0, 101301, 315, 341, 261, 253, 324, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013011, 0, 1013, 0, 101301, 342, 368, 283, 274, 351, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013012, 0, 1013, 0, 101301, 315, 341, 261, 253, 324, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013013, 0, 1013, 0, 101301, 381, 412, 318, 305, 391, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013015, 0, 1013, 0, 101301, 349, 378, 289, 280, 359, 1, 6, 7, 7, 2, 2, 6, 7, 7, 3, 1101302, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013100, 0, 1013, 0, 101, 259, 280, 214, 207, 266, 1, 2, 7, 7, 6, 7, 4, 2, 7, 7, 1101301, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1013900, 0, 1013, 0, 101301, 270, 244, 292, 181, 239, 6, 6, 7, 7, 6, 7, 4, 2, 7, 6, 1101301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014001, 0, 1014, 0, 101401, 309, 292, 292, 313, 301, 5, 7, 7, 6, 3, 7, 6, 5, 7, 6, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014002, 0, 1014, 0, 101401, 308, 291, 291, 312, 299, 5, 7, 7, 6, 3, 7, 6, 5, 7, 6, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014003, 0, 1014, 0, 101401, 312, 295, 295, 316, 303, 5, 7, 7, 6, 3, 7, 6, 5, 7, 6, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014004, 0, 1014, 0, 101401, 304, 287, 287, 309, 296, 5, 7, 7, 6, 3, 7, 6, 5, 7, 6, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014005, 0, 1014, 0, 101401, 304, 287, 287, 309, 296, 5, 7, 7, 6, 3, 7, 6, 5, 7, 6, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014006, 0, 1014, 0, 101401, 307, 290, 290, 311, 300, 5, 7, 7, 6, 3, 7, 6, 5, 7, 6, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014007, 0, 1014, 0, 101401, 307, 290, 290, 311, 300, 5, 7, 7, 6, 3, 7, 6, 5, 7, 6, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014100, 0, 1014, 0, 101, 245, 231, 231, 249, 238, 6, 7, 7, 6, 3, 7, 7, 5, 7, 7, 1101401, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1014900, 0, 1014, 0, 101401, 264, 285, 218, 211, 271, 6, 7, 7, 6, 3, 7, 7, 5, 7, 6, 1101401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015001, 0, 1015, 0, 101501, 309, 331, 286, 298, 277, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015002, 0, 1015, 0, 101501, 418, 448, 388, 404, 376, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015003, 0, 1015, 0, 101501, 375, 401, 347, 362, 337, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015004, 0, 1015, 0, 101501, 367, 394, 340, 354, 329, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015005, 0, 1015, 0, 101501, 309, 331, 286, 298, 277, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015006, 0, 1015, 0, 101501, 322, 344, 298, 310, 288, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015007, 0, 1015, 0, 101501, 323, 346, 299, 311, 289, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015008, 0, 1015, 0, 101501, 313, 335, 290, 302, 281, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 5, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015009, 0, 1015, 0, 101501, 313, 335, 290, 302, 281, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 5, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015010, 0, 1015, 0, 101501, 313, 335, 290, 302, 281, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 5, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015011, 0, 1015, 0, 101501, 306, 305, 283, 288, 299, 1, 3, 7, 7, 5, 7, 6, 1, 7, 3, 1101501, 5, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015100, 0, 1015, 0, 101, 259, 277, 238, 249, 231, 1, 3, 7, 7, 5, 7, 7, 1, 7, 7, 1101501, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1015900, 0, 1015, 0, 101501, 257, 242, 242, 261, 249, 6, 6, 7, 7, 5, 7, 7, 1, 7, 6, 1101501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016001, 0, 1016, 0, 101601, 318, 329, 318, 264, 280, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016002, 0, 1016, 0, 101601, 431, 440, 424, 352, 375, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016003, 0, 1016, 0, 101601, 345, 352, 339, 283, 299, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016004, 0, 1016, 0, 101601, 314, 325, 314, 259, 276, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016005, 0, 1016, 0, 101601, 314, 325, 314, 259, 276, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016006, 0, 1016, 0, 101601, 346, 358, 346, 287, 304, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016007, 0, 1016, 0, 101601, 256, 265, 256, 211, 225, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 2, 2); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016008, 0, 1016, 0, 101601, 304, 315, 304, 251, 267, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016009, 0, 1016, 0, 101601, 314, 325, 314, 259, 276, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016010, 0, 1016, 0, 101601, 300, 310, 300, 247, 264, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016011, 0, 1016, 0, 101601, 300, 310, 300, 247, 264, 6, 6, 7, 7, 4, 7, 6, 2, 7, 1, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016100, 0, 1016, 0, 101, 263, 273, 263, 217, 231, 6, 6, 7, 7, 4, 7, 7, 2, 7, 1, 1101601, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1016900, 0, 1016, 0, 101601, 259, 277, 238, 249, 231, 6, 6, 7, 7, 4, 7, 7, 2, 7, 6, 1101601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1017001, 0, 1017, 0, 101701, 305, 305, 290, 265, 325, 3, 6, 7, 7, 6, 7, 6, 5, 7, 1, 1101701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1017002, 0, 1017, 0, 101701, 305, 305, 290, 265, 325, 3, 6, 7, 7, 6, 7, 6, 5, 7, 1, 1101701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1017003, 0, 1017, 0, 101701, 378, 378, 360, 329, 403, 3, 6, 7, 7, 6, 7, 6, 5, 7, 1, 1101701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1017100, 0, 1017, 0, 101, 266, 266, 252, 231, 284, 3, 6, 7, 7, 6, 7, 7, 5, 7, 1, 1101701, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1017900, 0, 1017, 0, 101701, 265, 275, 265, 218, 232, 6, 6, 7, 7, 6, 7, 7, 5, 7, 6, 1101701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018001, 0, 1018, 0, 101801, 295, 265, 301, 309, 327, 5, 6, 7, 3, 4, 7, 6, 1, 7, 1, 1101801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018002, 0, 1018, 0, 101801, 295, 265, 301, 309, 327, 5, 6, 7, 3, 4, 7, 6, 1, 7, 1, 1101801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018003, 0, 1018, 0, 101801, 253, 228, 258, 265, 280, 5, 4, 7, 7, 4, 6, 7, 1, 7, 1, 1101802, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018004, 0, 1018, 0, 101801, 276, 248, 282, 289, 306, 5, 4, 7, 7, 4, 6, 7, 1, 7, 1, 1101802, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018005, 0, 1018, 0, 101801, 284, 255, 290, 298, 315, 5, 4, 7, 7, 4, 6, 7, 1, 7, 1, 1101802, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018006, 0, 1018, 0, 101801, 292, 262, 298, 306, 323, 5, 4, 7, 7, 4, 6, 7, 1, 7, 1, 1101802, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018007, 0, 1018, 0, 101801, 353, 317, 361, 369, 391, 5, 4, 7, 7, 4, 6, 7, 1, 7, 1, 1101802, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018008, 0, 1018, 0, 101801, 319, 285, 325, 335, 354, 5, 6, 7, 6, 4, 7, 7, 1, 7, 1, 1101801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018009, 0, 1018, 0, 101801, 342, 306, 349, 358, 380, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 1101801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018010, 0, 1018, 0, 101801, 331, 296, 338, 347, 368, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 1101801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018011, 0, 1018, 0, 101801, 308, 276, 314, 323, 342, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 1101801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018100, 0, 1018, 0, 101, 231, 207, 235, 242, 256, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 1101801, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1018900, 0, 1018, 0, 101801, 258, 258, 243, 223, 275, 5, 6, 7, 5, 4, 7, 7, 1, 7, 5, 1101801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1019100, 0, 1019, 0, 101, 267, 196, 232, 221, 253, 6, 7, 7, 3, 5, 7, 7, 6, 7, 7, 1101901, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020001, 0, 1020, 0, 102001, 328, 347, 328, 214, 224, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020002, 0, 1020, 0, 102001, 330, 349, 330, 215, 225, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020003, 0, 1020, 0, 102001, 329, 350, 329, 215, 226, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020004, 0, 1020, 0, 102001, 328, 347, 328, 214, 224, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020005, 0, 1020, 0, 102001, 334, 355, 334, 218, 227, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020006, 0, 1020, 0, 102001, 331, 352, 331, 216, 226, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020007, 0, 1020, 0, 102001, 368, 390, 368, 240, 251, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020008, 0, 1020, 0, 102001, 328, 347, 328, 214, 224, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020009, 0, 1020, 0, 102001, 368, 390, 368, 240, 251, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020010, 0, 1020, 0, 102001, 327, 347, 327, 210, 222, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020011, 0, 1020, 0, 102001, 331, 352, 331, 216, 226, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020100, 0, 1020, 0, 101, 235, 249, 235, 151, 158, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 1102001, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1020900, 0, 1020, 0, 102001, 242, 217, 247, 254, 269, 5, 5, 7, 7, 7, 6, 4, 3, 7, 5, 1102001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021001, 0, 1021, 0, 102101, 320, 337, 323, 277, 239, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021002, 0, 1021, 0, 102101, 321, 338, 324, 277, 237, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021003, 0, 1021, 0, 102101, 318, 335, 321, 275, 236, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021004, 0, 1021, 0, 102101, 322, 339, 326, 279, 240, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021005, 0, 1021, 0, 102101, 320, 337, 323, 277, 239, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021006, 0, 1021, 0, 102101, 318, 335, 321, 275, 236, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021007, 0, 1021, 0, 102101, 360, 379, 363, 312, 269, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021008, 0, 1021, 0, 102101, 331, 348, 334, 287, 247, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021009, 0, 1021, 0, 102101, 334, 351, 337, 289, 248, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021010, 0, 1021, 0, 102101, 322, 339, 325, 278, 239, 1, 3, 7, 7, 5, 6, 6, 7, 7, 4, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021100, 0, 1021, 0, 101, 256, 270, 259, 221, 189, 1, 3, 7, 7, 5, 7, 7, 7, 7, 7, 1102101, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1021900, 0, 1021, 0, 102101, 272, 201, 237, 226, 258, 6, 6, 7, 7, 5, 7, 7, 7, 7, 6, 1102101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023001, 0, 1023, 0, 102301, 305, 312, 285, 278, 325, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023002, 0, 1023, 0, 102301, 303, 311, 284, 276, 324, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023003, 0, 1023, 0, 102301, 327, 336, 307, 298, 350, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023005, 0, 1023, 0, 102301, 301, 308, 280, 273, 320, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023006, 0, 1023, 0, 102301, 305, 312, 285, 278, 325, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023007, 0, 1023, 0, 102301, 303, 311, 284, 276, 324, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023008, 0, 1023, 0, 102301, 327, 336, 307, 298, 350, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023009, 0, 1023, 0, 102301, 314, 322, 295, 286, 336, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023010, 0, 1023, 0, 102301, 299, 306, 278, 271, 318, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023011, 0, 1023, 0, 102301, 301, 308, 280, 273, 320, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023012, 0, 1023, 0, 102301, 507, 519, 472, 460, 539, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023013, 0, 1023, 0, 102301, 365, 374, 340, 331, 388, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023014, 0, 1023, 0, 102301, 301, 308, 280, 273, 320, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023040, 0, 1023, 0, 102301, 327, 336, 307, 298, 350, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023100, 0, 1023, 0, 101, 259, 266, 242, 235, 277, 6, 6, 7, 7, 1, 7, 5, 1, 7, 1, 1102301, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1023900, 0, 1023, 0, 102301, 279, 295, 279, 179, 187, 6, 6, 7, 7, 1, 7, 5, 1, 7, 5, 1102301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024001, 0, 1024, 0, 102401, 334, 348, 308, 289, 206, 4, 4, 7, 7, 7, 6, 6, 5, 7, 3, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024002, 0, 1024, 0, 102401, 416, 433, 383, 360, 256, 4, 4, 7, 7, 7, 6, 6, 5, 7, 3, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024003, 0, 1024, 0, 102401, 334, 348, 308, 289, 206, 4, 4, 7, 7, 7, 6, 6, 5, 7, 3, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024004, 0, 1024, 0, 102401, 334, 348, 308, 289, 206, 4, 4, 7, 7, 7, 6, 6, 5, 7, 3, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024005, 0, 1024, 0, 102401, 384, 400, 354, 332, 237, 4, 4, 7, 7, 7, 6, 6, 5, 7, 3, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024006, 0, 1024, 0, 102401, 342, 356, 315, 296, 212, 4, 4, 7, 7, 7, 6, 6, 5, 7, 3, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024007, 0, 1024, 0, 102401, 333, 347, 307, 288, 206, 4, 4, 7, 7, 7, 6, 6, 5, 7, 3, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024100, 0, 1024, 0, 101, 235, 245, 217, 203, 144, 4, 4, 7, 7, 7, 7, 6, 5, 7, 7, 1102401, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1024900, 0, 1024, 0, 102401, 263, 278, 266, 228, 194, 6, 6, 7, 7, 7, 7, 6, 5, 7, 6, 1102401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1025001, 0, 1025, 0, 102501, 319, 349, 328, 232, 279, 1, 1, 6, 7, 1, 5, 7, 5, 7, 1, 1102501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1025002, 0, 1025, 0, 102501, 338, 370, 348, 246, 296, 1, 1, 6, 7, 1, 5, 7, 5, 7, 1, 1102501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1025003, 0, 1025, 0, 102501, 315, 344, 323, 227, 274, 1, 1, 6, 7, 1, 5, 7, 5, 7, 1, 1102501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1025004, 0, 1025, 0, 102501, 268, 293, 275, 194, 234, 1, 1, 7, 7, 1, 5, 7, 5, 7, 1, 1102502, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1025005, 0, 1025, 0, 102501, 344, 375, 352, 249, 300, 1, 1, 7, 7, 1, 5, 7, 5, 7, 1, 1102502, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1025006, 0, 1025, 0, 102501, 358, 391, 367, 258, 312, 1, 1, 7, 7, 1, 5, 7, 5, 7, 1, 1102502, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1025100, 0, 1025, 0, 101, 249, 273, 256, 179, 217, 1, 1, 6, 7, 1, 5, 7, 5, 7, 1, 1102501, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1025900, 0, 1025, 0, 102501, 280, 220, 276, 252, 177, 5, 5, 6, 7, 1, 5, 7, 5, 7, 5, 1102501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1026001, 0, 1026, 0, 102601, 383, 337, 363, 353, 363, 7, 7, 7, 6, 7, 6, 4, 1, 7, 1, 1102601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1026002, 0, 1026, 0, 102601, 340, 300, 322, 314, 322, 7, 7, 7, 6, 7, 6, 4, 1, 7, 1, 1102601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1026003, 0, 1026, 0, 102601, 319, 282, 303, 295, 303, 7, 7, 7, 7, 7, 6, 4, 1, 7, 1, 1102601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1026004, 0, 1026, 0, 102601, 314, 276, 297, 289, 297, 7, 7, 7, 7, 7, 6, 4, 1, 7, 1, 1102601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1026005, 0, 1026, 0, 102601, 431, 379, 408, 397, 408, 7, 7, 7, 6, 7, 6, 4, 1, 7, 1, 1102601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1026006, 0, 1026, 0, 102601, 382, 337, 362, 353, 362, 7, 7, 7, 6, 7, 6, 4, 1, 7, 1, 1102601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1026100, 0, 1026, 0, 101, 263, 231, 249, 242, 249, 7, 7, 7, 6, 7, 6, 4, 1, 7, 1, 1102601, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1026900, 0, 1026, 0, 102601, 248, 254, 231, 225, 265, 7, 7, 7, 6, 7, 6, 4, 1, 7, 6, 1102601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1027001, 0, 1027, 0, 102701, 308, 312, 298, 290, 298, 3, 5, 7, 7, 2, 6, 7, 2, 7, 1, 1102701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1027002, 0, 1027, 0, 102701, 305, 308, 295, 286, 295, 3, 5, 7, 7, 2, 6, 7, 2, 7, 1, 1102701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1027003, 0, 1027, 0, 102701, 312, 316, 302, 293, 302, 3, 5, 7, 6, 2, 6, 7, 2, 7, 1, 1102701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1027004, 0, 1027, 0, 102701, 331, 336, 320, 311, 320, 3, 5, 7, 7, 2, 6, 7, 2, 7, 1, 1102701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1027005, 0, 1027, 0, 102701, 312, 316, 302, 293, 302, 3, 5, 7, 6, 2, 6, 7, 2, 7, 1, 1102701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1027006, 0, 1027, 0, 102701, 305, 309, 295, 287, 295, 3, 5, 7, 7, 2, 6, 7, 2, 7, 1, 1102701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1027100, 0, 1027, 0, 101, 221, 224, 214, 207, 214, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 1102701, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1027900, 0, 1027, 0, 102701, 275, 288, 254, 238, 169, 5, 5, 7, 6, 2, 7, 7, 2, 7, 5, 1102701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1028001, 0, 1028, 0, 102801, 378, 180, 343, 270, 311, 7, 6, 1, 1, 5, 7, 6, 2, 7, 4, 1102801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1028002, 0, 1028, 0, 102801, 369, 177, 335, 264, 304, 7, 6, 1, 1, 5, 7, 6, 2, 7, 4, 1102801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1028003, 0, 1028, 0, 102801, 371, 177, 336, 265, 305, 7, 6, 1, 1, 5, 7, 6, 2, 7, 4, 1102801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1028004, 0, 1028, 0, 102801, 374, 179, 339, 267, 308, 7, 6, 1, 1, 5, 7, 6, 2, 7, 4, 1102801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1028900, 0, 1028, 0, 102801, 310, 147, 281, 221, 254, 7, 7, 2, 1, 6, 7, 5, 1, 7, 2, 1102801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1029100, 0, 1029, 0, 101, 240, 204, 225, 240, 232, 5, 7, 7, 1, 6, 7, 3, 1, 7, 7, 1102901, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030001, 0, 1030, 0, 103001, 402, 441, 387, 380, 413, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030002, 0, 1030, 0, 103001, 298, 326, 286, 281, 306, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030003, 0, 1030, 0, 103001, 304, 333, 292, 287, 312, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030004, 0, 1030, 0, 103001, 321, 353, 309, 304, 330, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030005, 0, 1030, 0, 103001, 323, 355, 311, 306, 332, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030006, 0, 1030, 0, 103001, 302, 331, 290, 285, 310, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030007, 0, 1030, 0, 103001, 290, 319, 280, 275, 298, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030008, 0, 1030, 0, 103001, 296, 326, 285, 281, 305, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030009, 0, 1030, 0, 103001, 272, 299, 262, 258, 280, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030010, 0, 1030, 0, 103001, 281, 307, 269, 265, 288, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030011, 0, 1030, 0, 103001, 272, 299, 262, 258, 280, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030012, 0, 1030, 0, 103001, 281, 307, 269, 265, 288, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030100, 0, 1030, 0, 101, 252, 277, 242, 238, 259, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 1103001, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1030900, 0, 1030, 0, 103001, 251, 275, 258, 180, 219, 5, 5, 7, 7, 6, 7, 5, 1, 7, 5, 1103001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1031001, 0, 1031, 0, 103101, 316, 285, 326, 299, 291, 2, 7, 7, 2, 7, 6, 1, 1, 7, 1, 1103101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1031002, 0, 1031, 0, 103101, 333, 300, 343, 315, 307, 2, 7, 7, 2, 7, 6, 1, 1, 7, 1, 1103101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1031100, 0, 1031, 0, 101, 249, 224, 256, 235, 228, 2, 7, 7, 2, 7, 6, 1, 1, 7, 1, 1103101, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1031900, 0, 1031, 0, 103101, 263, 231, 249, 242, 249, 6, 7, 7, 5, 7, 6, 1, 1, 7, 6, 1103101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1032001, 0, 1032, 0, 103201, 386, 347, 382, 233, 383, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 1103201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1032002, 0, 1032, 0, 103201, 409, 367, 404, 246, 406, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 1103201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1032003, 0, 1032, 0, 103201, 352, 316, 348, 211, 350, 1, 4, 7, 7, 3, 7, 6, 2, 7, 1, 1103201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1032100, 0, 1032, 0, 101, 238, 214, 235, 193, 217, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 1103201, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1032900, 0, 1032, 0, 103201, 250, 254, 242, 234, 242, 6, 6, 7, 6, 3, 7, 6, 2, 7, 6, 1103201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1033001, 0, 1033, 0, 103301, 331, 304, 340, 268, 274, 1, 4, 7, 5, 1, 5, 6, 7, 7, 1, 1103301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1033002, 0, 1033, 0, 103301, 353, 324, 363, 286, 292, 1, 4, 7, 5, 1, 5, 6, 7, 7, 1, 1103301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1033003, 0, 1033, 0, 103301, 374, 344, 384, 303, 310, 1, 4, 7, 5, 1, 5, 6, 7, 7, 1, 1103301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1033004, 0, 1033, 0, 103301, 440, 405, 453, 358, 365, 1, 4, 7, 5, 1, 5, 6, 7, 7, 1, 1103301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1033900, 0, 1033, 0, 103301, 270, 246, 277, 216, 220, 1, 4, 7, 7, 1, 5, 6, 7, 7, 1, 1103301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035001, 0, 1035, 0, 103501, 325, 301, 325, 290, 252, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035002, 0, 1035, 0, 103501, 353, 327, 353, 316, 274, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035003, 0, 1035, 0, 103501, 327, 303, 327, 292, 254, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035004, 0, 1035, 0, 103501, 320, 297, 320, 286, 249, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035005, 0, 1035, 0, 103501, 325, 301, 325, 290, 252, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035006, 0, 1035, 0, 103501, 353, 327, 353, 316, 274, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035007, 0, 1035, 0, 103501, 327, 303, 327, 292, 254, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035008, 0, 1035, 0, 103501, 320, 297, 320, 286, 249, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035009, 0, 1035, 0, 103501, 323, 299, 323, 288, 250, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035100, 0, 1035, 0, 101, 224, 207, 224, 200, 175, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 1103501, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1035900, 0, 1035, 0, 103501, 302, 146, 274, 217, 249, 5, 5, 7, 6, 1, 6, 7, 1, 7, 5, 1103501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1037001, 0, 1037, 0, 103701, 318, 306, 306, 272, 298, 1, 1, 7, 6, 1, 6, 7, 1, 7, 2, 1103701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1037002, 0, 1037, 0, 103701, 317, 305, 305, 271, 295, 1, 1, 7, 6, 1, 6, 7, 1, 7, 2, 1103701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1037003, 0, 1037, 0, 103701, 315, 303, 303, 269, 294, 1, 1, 7, 6, 1, 6, 7, 1, 7, 2, 1103701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1037004, 0, 1037, 0, 103701, 300, 287, 287, 254, 279, 1, 1, 7, 6, 1, 6, 7, 1, 7, 2, 1103701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1037100, 0, 1037, 0, 101, 252, 242, 242, 214, 235, 1, 1, 7, 6, 1, 6, 7, 1, 7, 2, 1103701, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1037900, 0, 1037, 0, 103701, 245, 209, 230, 245, 237, 6, 6, 7, 6, 1, 6, 7, 1, 7, 6, 1103701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1038900, 0, 1038, 0, 103801, 288, 134, 296, 222, 261, 7, 4, 1, 1, 6, 7, 3, 1, 7, 2, 1103801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1040100, 0, 1040, 0, 101, 249, 260, 220, 241, 169, 6, 7, 6, 6, 6, 6, 7, 2, 7, 7, 1104001, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1040900, 0, 1040, 0, 104001, 260, 271, 230, 252, 176, 2, 7, 7, 7, 2, 7, 7, 2, 7, 4, 1104001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1041001, 0, 1041, 0, 104101, 348, 126, 338, 311, 274, 7, 6, 1, 1, 6, 7, 2, 1, 7, 1, 1104101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1041002, 0, 1041, 0, 104101, 348, 126, 338, 311, 274, 7, 6, 1, 1, 6, 7, 2, 1, 7, 1, 1104101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1041003, 0, 1041, 0, 104101, 372, 135, 361, 332, 293, 7, 6, 1, 1, 6, 7, 2, 1, 7, 1, 1104101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1041004, 0, 1041, 0, 104101, 449, 164, 436, 401, 354, 7, 6, 1, 1, 6, 7, 2, 1, 7, 1, 1104101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1041100, 0, 1041, 0, 101, 259, 91, 256, 235, 207, 7, 6, 1, 1, 7, 7, 2, 1, 7, 7, 1104101, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1041900, 0, 1041, 0, 104101, 245, 271, 236, 232, 253, 7, 6, 6, 5, 7, 7, 2, 1, 7, 6, 1104101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1042001, 0, 1042, 0, 101, 294, 237, 298, 271, 302, 7, 7, 2, 1, 5, 5, 7, 6, 7, 2, 1104201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1044001, 0, 1044, 0, 104401, 364, 307, 374, 295, 350, 3, 7, 7, 5, 1, 3, 6, 7, 7, 1, 1104401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1044002, 0, 1044, 0, 104401, 331, 279, 341, 268, 319, 3, 7, 7, 5, 1, 3, 6, 7, 7, 1, 1104401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1044003, 0, 1044, 0, 104401, 327, 275, 336, 264, 314, 3, 7, 7, 5, 1, 3, 6, 7, 7, 1, 1104401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1045001, 0, 1045, 0, 104501, 310, 333, 289, 275, 310, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 1104501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1045002, 0, 1045, 0, 104501, 309, 331, 286, 274, 309, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 1104501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1045003, 0, 1045, 0, 104501, 308, 330, 285, 273, 308, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 1104501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1045004, 0, 1045, 0, 104501, 302, 325, 279, 266, 302, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 1104501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1045100, 0, 1045, 0, 101, 238, 256, 221, 210, 238, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 1104501, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1045900, 0, 1045, 0, 104501, 253, 228, 261, 239, 232, 5, 5, 7, 7, 4, 7, 6, 1, 7, 5, 1104501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1046100, 0, 1046, 0, 101, 277, 196, 235, 277, 227, 3, 7, 7, 1, 7, 6, 2, 2, 3, 7, 1104601, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1046900, 0, 1046, 0, 104601, 277, 196, 235, 277, 227, 7, 7, 7, 3, 7, 4, 1, 1, 3, 7, 1104601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1047001, 0, 1047, 0, 104701, 264, 275, 253, 226, 233, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104702, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1047002, 0, 1047, 0, 104701, 297, 310, 285, 254, 263, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104702, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1047003, 0, 1047, 0, 104701, 301, 314, 288, 258, 266, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104702, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1047004, 0, 1047, 0, 104701, 292, 305, 280, 250, 258, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104702, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1047005, 0, 1047, 0, 104701, 328, 343, 315, 281, 290, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1047006, 0, 1047, 0, 104701, 364, 380, 349, 313, 323, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104702, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1047007, 0, 1047, 0, 104701, 298, 311, 285, 256, 264, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104702, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1047900, 0, 1047, 0, 104701, 255, 266, 244, 218, 225, 1, 3, 7, 7, 1, 6, 7, 2, 7, 1, 1104701, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1048001, 0, 1048, 0, 104801, 330, 324, 276, 267, 293, 1, 1, 7, 6, 1, 7, 6, 1, 7, 1, 1104801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1048002, 0, 1048, 0, 104801, 331, 325, 277, 268, 295, 1, 1, 7, 6, 1, 7, 6, 1, 7, 1, 1104801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1048003, 0, 1048, 0, 104801, 327, 321, 274, 265, 291, 1, 1, 7, 7, 1, 7, 6, 1, 7, 1, 1104801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1048900, 0, 1048, 0, 104801, 265, 238, 262, 215, 241, 5, 5, 7, 6, 1, 7, 6, 1, 7, 5, 1104801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1049001, 0, 1049, 0, 101, 341, 302, 321, 284, 176, 2, 4, 7, 5, 1, 5, 7, 4, 7, 1, 1104901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1049002, 0, 1049, 0, 101, 373, 331, 351, 310, 193, 2, 4, 7, 5, 1, 5, 7, 4, 7, 1, 1104901, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050001, 0, 1050, 0, 105001, 325, 320, 343, 293, 219, 5, 6, 7, 5, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050002, 0, 1050, 0, 105001, 393, 388, 416, 355, 265, 5, 6, 7, 5, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050003, 0, 1050, 0, 105001, 324, 320, 343, 292, 218, 5, 6, 7, 5, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050004, 0, 1050, 0, 105001, 320, 316, 338, 288, 216, 5, 6, 7, 5, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050005, 0, 1050, 0, 105001, 326, 321, 344, 294, 219, 5, 6, 7, 5, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050006, 0, 1050, 0, 105001, 324, 318, 342, 292, 216, 5, 6, 7, 7, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050007, 0, 1050, 0, 105001, 393, 388, 416, 355, 265, 5, 6, 7, 7, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050008, 0, 1050, 0, 105001, 324, 320, 343, 292, 218, 5, 6, 7, 7, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050009, 0, 1050, 0, 105001, 240, 237, 252, 214, 161, 5, 6, 7, 7, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050010, 0, 1050, 0, 105001, 326, 321, 344, 294, 219, 5, 6, 7, 7, 1, 1, 6, 7, 7, 1, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050100, 0, 1050, 0, 101, 256, 252, 214, 207, 228, 5, 6, 7, 5, 1, 1, 7, 7, 7, 1, 1105001, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1050900, 0, 1050, 0, 105001, 264, 241, 271, 212, 216, 5, 6, 7, 5, 1, 1, 7, 7, 7, 5, 1105001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1051001, 0, 1051, 0, 105101, 369, 218, 365, 355, 311, 7, 7, 4, 1, 5, 7, 5, 1, 7, 1, 1105101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1051002, 0, 1051, 0, 105101, 342, 204, 339, 329, 289, 7, 7, 4, 1, 5, 7, 5, 1, 7, 1, 1105101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1051003, 0, 1051, 0, 105101, 336, 198, 333, 325, 283, 7, 7, 4, 1, 5, 7, 5, 1, 7, 1, 1105101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1051004, 0, 1051, 0, 105101, 369, 218, 365, 355, 311, 7, 7, 4, 1, 5, 7, 5, 1, 7, 1, 1105101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1051100, 0, 1051, 0, 101, 249, 245, 263, 224, 165, 7, 7, 4, 1, 5, 7, 5, 1, 7, 7, 1105101, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1051900, 0, 1051, 0, 105101, 262, 277, 237, 237, 169, 7, 7, 5, 5, 5, 7, 5, 1, 7, 5, 1105101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1052100, 0, 1052, 0, 101, 259, 151, 256, 249, 217, 7, 6, 1, 1, 1, 1, 7, 5, 1, 7, 1105201, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1052900, 0, 1052, 0, 105201, 259, 240, 259, 232, 202, 7, 6, 6, 5, 1, 1, 7, 5, 5, 7, 1105201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054001, 0, 1054, 0, 105401, 362, 170, 386, 225, 321, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054002, 0, 1054, 0, 105401, 346, 162, 369, 215, 307, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054003, 0, 1054, 0, 105401, 349, 166, 372, 219, 310, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054004, 0, 1054, 0, 105401, 373, 175, 397, 232, 330, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054005, 0, 1054, 0, 105401, 357, 168, 381, 222, 317, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054006, 0, 1054, 0, 105401, 382, 180, 407, 238, 339, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054007, 0, 1054, 0, 105401, 349, 166, 372, 219, 310, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054008, 0, 1054, 0, 105401, 373, 175, 397, 232, 330, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054100, 0, 1054, 0, 101, 98, 63, 88, 179, 81, 7, 6, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1054900, 0, 1054, 0, 105401, 294, 138, 314, 183, 261, 7, 7, 1, 1, 1, 6, 7, 6, 7, 7, 1105401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1055001, 0, 1055, 0, 101, 366, 328, 356, 303, 356, 1, 1, 7, 7, 1, 6, 7, 5, 7, 2, 1105501, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1055100, 0, 1055, 0, 101, 217, 235, 217, 172, 165, 1, 2, 7, 5, 2, 7, 7, 1, 7, 7, 1105501, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1056001, 0, 1056, 0, 105601, 326, 352, 326, 260, 250, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 1105601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1056002, 0, 1056, 0, 105601, 322, 348, 322, 256, 246, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 1105601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1056003, 0, 1056, 0, 105601, 322, 348, 322, 256, 246, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 1105601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1056100, 0, 1056, 0, 101, 282, 132, 301, 175, 250, 2, 5, 7, 7, 1, 6, 7, 2, 7, 7, 1105601, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1056900, 0, 1056, 0, 105601, 269, 269, 242, 217, 176, 6, 5, 7, 7, 1, 6, 7, 2, 7, 6, 1105601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1058001, 0, 1058, 0, 105801, 315, 332, 302, 277, 261, 1, 1, 7, 6, 2, 7, 6, 2, 7, 7, 1105801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1058002, 0, 1058, 0, 105801, 318, 334, 304, 279, 262, 1, 1, 7, 6, 2, 7, 6, 2, 7, 7, 1105801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1058003, 0, 1058, 0, 105801, 322, 339, 309, 282, 265, 1, 1, 7, 6, 2, 7, 6, 2, 7, 7, 1105801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1058004, 0, 1058, 0, 105801, 315, 332, 302, 277, 261, 1, 1, 7, 6, 2, 7, 6, 2, 7, 7, 1105801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1058005, 0, 1058, 0, 105801, 313, 329, 300, 274, 258, 1, 1, 7, 6, 2, 7, 6, 2, 7, 7, 1105801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1058006, 0, 1058, 0, 105801, 321, 338, 307, 280, 263, 1, 2, 7, 7, 2, 7, 6, 3, 7, 3, 1105801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1058900, 0, 1058, 0, 105801, 263, 277, 251, 229, 215, 1, 2, 7, 7, 2, 7, 6, 3, 7, 3, 1105801, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1059100, 0, 1059, 0, 101, 259, 248, 251, 185, 208, 2, 7, 7, 3, 5, 7, 7, 1, 7, 1, 1105901, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1060001, 0, 1060, 0, 106001, 343, 296, 282, 285, 312, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 1106001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1060002, 0, 1060, 0, 106001, 343, 296, 282, 285, 312, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 1106001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1060003, 0, 1060, 0, 106001, 335, 289, 275, 278, 305, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 1106001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1060004, 0, 1060, 0, 106001, 341, 294, 280, 283, 310, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 1106001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1060005, 0, 1060, 0, 106001, 343, 296, 282, 285, 312, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 1106001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1060100, 0, 1060, 0, 101, 279, 244, 263, 208, 184, 1, 5, 7, 7, 2, 6, 7, 4, 7, 7, 1106001, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1060900, 0, 1060, 0, 106001, 257, 246, 246, 218, 239, 6, 5, 7, 7, 2, 6, 7, 4, 7, 6, 1106001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061001, 0, 1061, 0, 106101, 341, 269, 327, 255, 285, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061002, 0, 1061, 0, 106101, 346, 271, 330, 257, 288, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061003, 0, 1061, 0, 106101, 350, 274, 334, 260, 291, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061004, 0, 1061, 0, 106101, 346, 271, 330, 257, 288, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061005, 0, 1061, 0, 106101, 343, 269, 327, 255, 286, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061006, 0, 1061, 0, 106101, 378, 296, 360, 280, 314, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061007, 0, 1061, 0, 106101, 340, 267, 325, 253, 283, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061008, 0, 1061, 0, 106101, 334, 262, 318, 248, 278, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061009, 0, 1061, 0, 106101, 329, 259, 314, 246, 275, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061010, 0, 1061, 0, 106101, 398, 313, 380, 297, 332, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061011, 0, 1061, 0, 106101, 329, 259, 314, 246, 275, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061100, 0, 1061, 0, 101, 228, 196, 186, 189, 207, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 1106101, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1061900, 0, 1061, 0, 106101, 281, 133, 289, 218, 255, 7, 6, 6, 5, 1, 6, 7, 4, 7, 6, 1106101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1062001, 0, 1062, 0, 101, 314, 245, 301, 230, 260, 1, 2, 7, 7, 2, 7, 7, 3, 7, 1, 1106201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1062100, 0, 1062, 0, 101, 224, 175, 214, 165, 186, 1, 2, 7, 7, 2, 7, 7, 3, 7, 1, 1106201, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1062900, 0, 1062, 0, 106201, 279, 217, 266, 205, 231, 1, 2, 7, 7, 2, 7, 7, 3, 7, 1, 1106201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1063100, 0, 1063, 0, 101, 184, 192, 162, 230, 195, 2, 6, 7, 5, 2, 6, 7, 2, 7, 1, 1106301, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1064100, 0, 1064, 0, 101, 169, 225, 138, 162, 253, 1, 2, 7, 7, 7, 3, 2, 1, 7, 1, 1106401, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1065100, 0, 1065, 0, 101, 262, 218, 142, 211, 138, 5, 7, 6, 3, 7, 6, 1, 1, 7, 1, 1106501, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1066100, 0, 1066, 0, 101, 269, 172, 144, 192, 187, 3, 6, 7, 5, 7, 1, 1, 1, 7, 3, 1106601, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1066900, 0, 1066, 0, 106601, 334, 214, 178, 239, 233, 3, 7, 7, 5, 7, 1, 1, 1, 7, 3, 1106601, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1067100, 0, 1067, 0, 101, 314, 112, 138, 125, 138, 2, 4, 7, 7, 1, 4, 7, 6, 7, 1, 1106701, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1068100, 0, 1068, 0, 101, 230, 251, 274, 201, 219, 3, 3, 7, 7, 7, 6, 5, 1, 7, 7, 1106801, 3, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (1074001, 0, 1074, 0, 107401, 359, 403, 359, 300, 388, 2, 5, 7, 7, 1, 7, 6, 5, 7, 1, 1107401, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (2001900, 0, 2001, 0, 200101, 252, 231, 249, 220, 228, 7, 7, 7, 7, 2, 7, 7, 2, 7, 7, 1200101, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (2002100, 0, 2002, 0, 200201, 401, 373, 372, 361, 225, 7, 7, 7, 7, 3, 7, 5, 6, 7, 7, 1200201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (2003100, 0, 2003, 0, 200301, 415, 411, 367, 211, 320, 7, 7, 7, 7, 4, 5, 7, 5, 7, 7, 1200301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3000100, 0, 1, 8000, 8, 753, 521, 799, 475, 553, 7, 4, 1, 1, 7, 5, 4, 3, 7, 1, 8001, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3001100, 0, 1, 8413, 8, 709, 474, 616, 429, 422, 7, 4, 2, 1, 3, 4, 5, 7, 7, 1, 8017, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3002100, 0, 1, 8515, 8, 789, 511, 769, 402, 633, 4, 7, 4, 2, 5, 7, 5, 4, 7, 6, 8086, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3003100, 0, 1, 8109, 8, 775, 491, 628, 351, 373, 5, 7, 5, 2, 4, 5, 7, 5, 7, 1, 8033, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3004100, 0, 2002, 0, 200201, 849, 733, 721, 711, 451, 2, 5, 7, 5, 3, 7, 5, 6, 7, 1, 1200201, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3005100, 0, 1, 8265, 8, 681, 530, 576, 492, 403, 2, 5, 7, 5, 4, 5, 7, 5, 7, 1, 8054, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3006100, 0, 2003, 0, 200301, 831, 871, 692, 411, 663, 2, 6, 7, 7, 4, 5, 7, 5, 7, 1, 1200301, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3007100, 0, 1, 8383, 8, 496, 665, 531, 424, 559, 1, 1, 6, 7, 3, 4, 5, 7, 7, 1, 8079, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3008100, 0, 1, 8549, 8, 772, 538, 721, 422, 734, 4, 7, 4, 2, 5, 7, 5, 4, 1, 7, 8106, 4, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3009100, 0, 1, 8550, 8, 741, 355, 792, 286, 533, 5, 7, 5, 2, 5, 7, 5, 4, 1, 7, 8107, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3010100, 0, 1, 8035, 8, 711, 294, 704, 174, 815, 7, 6, 2, 1, 7, 5, 5, 5, 7, 1, 8002, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3011100, 0, 1, 8116, 8, 673, 505, 655, 693, 244, 6, 7, 6, 2, 3, 4, 5, 7, 7, 1, 8038, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3012100, 0, 1, 8205, 8, 684, 678, 644, 223, 422, 2, 5, 7, 5, 5, 7, 5, 4, 7, 1, 8047, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3013100, 0, 1, 8323, 8, 577, 558, 510, 434, 555, 1, 1, 6, 7, 7, 5, 4, 3, 7, 1, 8061, 1, 5); INSERT INTO single_mode_npc (id, npc_group_id, chara_id, mob_id, race_dress_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, skill_set_id, motivation_min, motivation_max) VALUES (3014100, 0, 1, 8569, 8, 694, 229, 573, 525, 633, 6, 7, 6, 2, 3, 7, 5, 6, 1, 6, 8108, 1, 5); -- Table: single_mode_outing CREATE TABLE 'single_mode_outing' ('id' INTEGER NOT NULL, 'command_group_id' INTEGER NOT NULL, 'condition' INTEGER NOT NULL, 'is_play_cutt' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_outing (id, command_group_id, condition, is_play_cutt) VALUES (1, 301, 0, 1); INSERT INTO single_mode_outing (id, command_group_id, condition, is_play_cutt) VALUES (2, 304, 0, 1); INSERT INTO single_mode_outing (id, command_group_id, condition, is_play_cutt) VALUES (3, 390, 1, 0); -- Table: single_mode_outing_set CREATE TABLE 'single_mode_outing_set' ('id' INTEGER NOT NULL, 'command_group_id_1' INTEGER NOT NULL, 'command_group_id_2' INTEGER NOT NULL, 'command_group_id_3' INTEGER NOT NULL, 'command_group_id_4' INTEGER NOT NULL, 'command_group_id_5' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_outing_set (id, command_group_id_1, command_group_id_2, command_group_id_3, command_group_id_4, command_group_id_5) VALUES (1, 301, 390, 0, 0, 0); INSERT INTO single_mode_outing_set (id, command_group_id_1, command_group_id_2, command_group_id_3, command_group_id_4, command_group_id_5) VALUES (2, 304, 0, 0, 0, 0); -- Table: single_mode_program CREATE TABLE 'single_mode_program' ('id' INTEGER NOT NULL, 'base_program_id' INTEGER NOT NULL, 'program_group' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'race_permission' INTEGER NOT NULL, 'month' INTEGER NOT NULL, 'half' INTEGER NOT NULL, 'grade_rate_id' INTEGER NOT NULL, 'entry_decrease' INTEGER NOT NULL, 'entry_decrease_flag' INTEGER NOT NULL, 'recommend_class_id' INTEGER NOT NULL, 'filly_only_flag' INTEGER NOT NULL, 'need_fan_count' INTEGER NOT NULL, 'fan_set_id' INTEGER NOT NULL, 'reward_set_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1, 0, 0, 100101, 4, 2, 2, 122, 0, 0, 14, 0, 12000, 30, 100101); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2, 0, 0, 100201, 4, 3, 2, 121, 0, 0, 14, 0, 15000, 46, 100201); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (3, 0, 0, 100301, 4, 3, 2, 120, 0, 0, 14, 0, 20000, 47, 100301); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (4, 0, 400, 100601, 4, 4, 2, 119, 0, 0, 14, 0, 20000, 34, 100601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (5, 0, 0, 100801, 4, 5, 1, 118, 0, 0, 13, 1, 10000, 31, 100801); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (6, 0, 0, 200101, 4, 1, 1, 200, 6, 0, 6, 0, 1800, 24, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (7, 0, 0, 200201, 4, 1, 2, 200, 6, 0, 8, 0, 1800, 23, 505); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (8, 0, 0, 200301, 4, 1, 2, 200, 6, 0, 6, 0, 1900, 26, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (9, 0, 0, 200401, 4, 2, 1, 200, 6, 0, 8, 0, 1900, 26, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (10, 0, 0, 200501, 4, 2, 2, 200, 6, 0, 8, 0, 1900, 28, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (11, 0, 0, 200701, 4, 3, 1, 200, 6, 0, 8, 0, 2000, 28, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (12, 0, 0, 200901, 4, 3, 2, 200, 6, 0, 8, 0, 2000, 28, 504); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (13, 0, 0, 201101, 4, 3, 2, 200, 6, 0, 8, 0, 2000, 28, 504); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (14, 0, 0, 201201, 4, 4, 1, 200, 6, 0, 7, 1, 1800, 23, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (15, 0, 0, 201401, 4, 4, 2, 200, 6, 0, 8, 0, 1900, 25, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (16, 0, 0, 201801, 4, 5, 1, 200, 6, 0, 8, 0, 1900, 25, 501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (17, 0, 0, 201901, 4, 5, 2, 200, 6, 0, 6, 0, 1800, 24, 504); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (18, 0, 0, 300101, 4, 1, 1, 300, 6, 0, 6, 0, 1500, 20, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (19, 0, 0, 300201, 4, 1, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (20, 0, 0, 300501, 4, 1, 1, 300, 6, 0, 6, 1, 750, 16, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (21, 0, 0, 300701, 4, 1, 2, 300, 6, 0, 8, 0, 1250, 18, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (22, 0, 0, 300801, 4, 1, 2, 300, 6, 0, 8, 0, 1000, 17, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (23, 0, 0, 301001, 4, 2, 1, 300, 6, 0, 6, 0, 1250, 18, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (24, 0, 0, 301301, 4, 2, 2, 300, 6, 0, 7, 1, 750, 16, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (25, 0, 0, 301401, 4, 2, 2, 300, 6, 0, 6, 0, 1500, 20, 404); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (26, 0, 0, 301501, 4, 2, 2, 300, 6, 0, 6, 0, 1500, 20, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (27, 0, 0, 301701, 4, 2, 2, 300, 6, 0, 8, 0, 1500, 20, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (28, 0, 0, 301901, 4, 3, 1, 300, 6, 0, 8, 0, 1500, 20, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (29, 0, 0, 302001, 4, 3, 1, 300, 6, 0, 7, 1, 1000, 16, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (30, 0, 0, 302401, 4, 3, 2, 300, 6, 0, 6, 0, 1000, 16, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (31, 0, 0, 302501, 4, 4, 1, 300, 6, 0, 6, 0, 1250, 18, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (32, 0, 0, 302601, 4, 4, 1, 300, 6, 0, 6, 0, 1000, 16, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (33, 0, 0, 302701, 4, 4, 2, 300, 6, 0, 7, 1, 1250, 17, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (34, 0, 0, 302801, 4, 5, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (35, 0, 0, 302901, 4, 5, 2, 300, 6, 0, 8, 0, 1000, 16, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (36, 0, 0, 400101, 4, 1, 1, 400, 6, 0, 3, 0, 350, 11, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (37, 0, 0, 400301, 4, 1, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (38, 0, 0, 400401, 4, 1, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (39, 0, 0, 400501, 4, 1, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (40, 0, 0, 400601, 4, 1, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (41, 0, 0, 400801, 4, 1, 2, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (42, 0, 0, 401001, 4, 1, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (43, 0, 0, 401101, 4, 1, 2, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (44, 0, 0, 401301, 4, 2, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (45, 0, 0, 401501, 4, 2, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (46, 0, 0, 401601, 4, 2, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (47, 0, 0, 401701, 4, 2, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (48, 0, 0, 401901, 4, 2, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (49, 0, 0, 402101, 4, 3, 1, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (50, 0, 0, 402201, 4, 3, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (51, 0, 0, 402301, 4, 3, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (52, 0, 0, 402601, 4, 3, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (53, 0, 0, 402801, 4, 3, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (55, 0, 0, 403001, 4, 3, 2, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (56, 0, 0, 403101, 4, 4, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (58, 0, 0, 403601, 4, 4, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (59, 0, 0, 403701, 4, 4, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (60, 0, 0, 403801, 4, 4, 1, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (61, 0, 0, 404001, 4, 4, 2, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (62, 0, 0, 404101, 4, 4, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (63, 0, 0, 404401, 4, 5, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (64, 0, 0, 404601, 4, 5, 1, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (65, 0, 0, 404701, 4, 5, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (66, 0, 0, 404801, 4, 5, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (67, 0, 0, 404901, 4, 5, 1, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (68, 0, 0, 405101, 4, 5, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (69, 0, 0, 405301, 4, 5, 2, 400, 6, 0, 3, 0, 350, 11, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (70, 0, 0, 405501, 4, 5, 2, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (71, 0, 0, 405701, 4, 5, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (72, 0, 0, 405801, 4, 5, 2, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (73, 0, 0, 101101, 3, 6, 1, 117, 0, 0, 14, 0, 15000, 46, 101101); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (74, 0, 100, 101201, 3, 6, 2, 115, 0, 0, 14, 0, 20000, 34, 101201); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (75, 0, 0, 101301, 3, 9, 2, 113, 0, 0, 14, 0, 15000, 46, 101301); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (76, 0, 500, 101601, 3, 10, 2, 111, 0, 0, 14, 0, 20000, 34, 101601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (77, 0, 0, 101701, 3, 11, 1, 110, 0, 0, 13, 1, 10000, 31, 101801); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (78, 0, 0, 101801, 3, 11, 2, 106, 0, 0, 14, 0, 15000, 32, 101701); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (79, 0, 600, 101901, 3, 11, 2, 104, 0, 0, 14, 0, 25000, 36, 101901); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (80, 0, 0, 102001, 3, 12, 1, 103, 0, 0, 14, 0, 12000, 30, 102001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (81, 0, 700, 102301, 3, 12, 2, 100, 0, 0, 14, 0, 25000, 36, 102301); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (82, 0, 0, 202001, 3, 8, 2, 200, 6, 0, 8, 0, 2000, 37, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (83, 0, 0, 202101, 3, 9, 1, 200, 6, 0, 8, 0, 1900, 25, 501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (84, 0, 0, 202401, 2, 9, 2, 201, 6, 0, 10, 0, 1750, 22, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (85, 0, 0, 202501, 3, 9, 2, 200, 6, 0, 8, 0, 2000, 28, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (86, 0, 0, 202601, 3, 10, 1, 200, 6, 0, 8, 0, 2000, 28, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (87, 0, 0, 202701, 3, 10, 1, 200, 6, 0, 8, 0, 2000, 28, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (88, 0, 0, 202801, 3, 10, 1, 200, 6, 0, 7, 1, 1800, 23, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (89, 0, 0, 202901, 3, 10, 2, 200, 6, 0, 8, 0, 1900, 25, 501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (90, 0, 0, 203101, 3, 11, 1, 200, 6, 0, 6, 0, 1900, 24, 504); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (91, 0, 0, 203301, 3, 12, 1, 200, 6, 0, 6, 0, 2000, 26, 504); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (92, 0, 0, 203401, 3, 12, 2, 200, 6, 0, 6, 0, 2000, 28, 501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (93, 0, 0, 303001, 3, 6, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (94, 0, 0, 303101, 3, 6, 1, 300, 6, 0, 6, 1, 1000, 16, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (95, 0, 0, 303201, 3, 6, 1, 300, 6, 0, 6, 0, 1500, 20, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (96, 0, 0, 303401, 3, 6, 2, 300, 6, 0, 6, 0, 1250, 18, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (97, 0, 0, 303501, 3, 7, 1, 300, 6, 0, 6, 0, 1250, 18, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (98, 0, 0, 303701, 3, 7, 1, 300, 6, 0, 6, 0, 1000, 16, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (99, 0, 0, 303801, 3, 7, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (100, 0, 0, 303901, 3, 7, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (101, 0, 0, 304001, 3, 7, 2, 300, 6, 0, 6, 0, 1250, 18, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (102, 0, 0, 304201, 3, 7, 2, 300, 6, 0, 6, 0, 1250, 18, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (103, 0, 0, 304301, 3, 7, 2, 300, 4, 0, 6, 1, 1000, 16, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (104, 0, 0, 304401, 3, 8, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (105, 0, 0, 304601, 3, 8, 1, 300, 6, 0, 6, 0, 1250, 18, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (106, 0, 0, 304701, 3, 8, 1, 300, 4, 0, 6, 0, 1000, 16, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (107, 0, 0, 304801, 3, 8, 2, 300, 6, 0, 6, 0, 1250, 18, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (108, 0, 0, 305001, 3, 8, 2, 300, 6, 0, 8, 0, 1500, 20, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (109, 0, 0, 305301, 3, 9, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (110, 0, 0, 305501, 3, 9, 1, 300, 6, 0, 6, 0, 1250, 18, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (111, 0, 0, 305601, 3, 9, 2, 300, 6, 0, 6, 0, 1000, 16, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (112, 0, 0, 305801, 3, 10, 2, 200, 6, 0, 8, 0, 1900, 25, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (113, 0, 0, 306101, 3, 11, 1, 300, 6, 0, 8, 0, 750, 17, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (114, 0, 0, 306201, 3, 11, 1, 300, 6, 0, 8, 0, 1250, 17, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (115, 0, 0, 306301, 3, 11, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (116, 0, 0, 306601, 3, 11, 2, 300, 6, 0, 6, 0, 1250, 18, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (117, 0, 0, 306701, 3, 12, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (118, 0, 0, 306801, 3, 12, 1, 300, 6, 0, 6, 0, 1500, 20, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (119, 0, 0, 306901, 3, 12, 1, 300, 6, 0, 6, 0, 1000, 16, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (120, 0, 0, 307001, 3, 12, 1, 300, 6, 0, 6, 1, 1000, 16, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (121, 0, 0, 405901, 3, 6, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (122, 0, 0, 406001, 3, 6, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (123, 0, 0, 406101, 3, 6, 2, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (124, 0, 0, 406201, 3, 6, 2, 400, 4, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (125, 0, 0, 406301, 3, 6, 2, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (126, 0, 0, 406401, 3, 7, 1, 400, 6, 0, 3, 0, 350, 11, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (127, 0, 0, 406501, 3, 7, 1, 400, 4, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (129, 0, 0, 406901, 3, 7, 2, 400, 4, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (130, 0, 0, 407101, 3, 8, 1, 400, 4, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (131, 0, 0, 407201, 3, 8, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (132, 0, 0, 407301, 3, 8, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (133, 0, 0, 407601, 3, 8, 2, 400, 4, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (134, 0, 0, 407901, 3, 8, 2, 400, 4, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (135, 0, 0, 408001, 3, 8, 2, 400, 6, 0, 3, 0, 350, 11, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (136, 0, 0, 408101, 3, 8, 2, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (137, 0, 0, 408201, 3, 9, 1, 400, 4, 0, 3, 0, 350, 11, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (138, 0, 0, 408401, 3, 9, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (139, 0, 0, 408601, 3, 9, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (140, 0, 0, 409001, 3, 9, 2, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (141, 0, 0, 409101, 3, 10, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (142, 0, 0, 409201, 3, 10, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (143, 0, 0, 409401, 3, 10, 1, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (144, 0, 0, 409501, 3, 10, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (145, 0, 0, 409701, 3, 10, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (146, 0, 0, 409801, 3, 10, 2, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (147, 0, 0, 410001, 3, 10, 2, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (148, 0, 0, 410101, 3, 10, 2, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (149, 0, 0, 410201, 3, 11, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (150, 0, 0, 410401, 3, 11, 2, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (151, 0, 0, 410501, 3, 11, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (152, 0, 0, 410601, 3, 11, 2, 400, 4, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (153, 0, 0, 410701, 3, 11, 2, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (154, 0, 0, 410801, 3, 11, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (155, 0, 0, 410901, 3, 12, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (156, 0, 0, 411001, 3, 12, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (157, 0, 0, 411101, 3, 12, 1, 400, 6, 0, 3, 0, 350, 49, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (158, 0, 0, 411201, 3, 12, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (159, 0, 0, 411301, 3, 12, 1, 400, 6, 0, 3, 0, 350, 50, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (160, 0, 0, 411501, 3, 12, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (161, 0, 0, 411601, 3, 12, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (162, 0, 0, 100401, 2, 4, 1, 130, 0, 0, 11, 1, 4500, 31, 100401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (163, 0, 900, 100501, 2, 4, 1, 129, 0, 0, 12, 0, 4500, 32, 100501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (164, 0, 0, 100701, 2, 5, 1, 128, 0, 0, 12, 0, 5000, 31, 100701); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (165, 0, 0, 100901, 2, 5, 2, 127, 0, 0, 11, 1, 6000, 32, 100901); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (166, 0, 0, 101001, 2, 5, 2, 126, 0, 0, 12, 0, 6000, 35, 101001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (167, 0, 0, 101401, 2, 10, 2, 124, 0, 0, 11, 1, 7500, 30, 101401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (168, 0, 200, 101501, 2, 10, 2, 123, 0, 0, 12, 0, 7500, 33, 101501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (169, 0, 0, 200601, 2, 3, 1, 202, 6, 0, 10, 0, 1750, 22, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (170, 0, 0, 200801, 2, 3, 1, 202, 6, 0, 9, 1, 1750, 21, 501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (171, 0, 300, 201001, 2, 3, 2, 202, 6, 0, 10, 0, 1750, 22, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (172, 0, 0, 201301, 2, 4, 1, 202, 6, 0, 10, 0, 1750, 22, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (173, 0, 0, 201501, 2, 4, 2, 202, 6, 0, 9, 1, 1750, 21, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (174, 0, 0, 201601, 2, 4, 2, 202, 6, 0, 10, 0, 1800, 22, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (175, 0, 0, 201701, 2, 5, 1, 202, 6, 0, 10, 0, 1750, 22, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (176, 0, 0, 202201, 2, 9, 1, 201, 6, 0, 9, 1, 1750, 21, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (177, 0, 0, 202301, 2, 9, 2, 201, 6, 0, 10, 0, 1750, 22, 503); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (178, 0, 0, 300301, 2, 1, 1, 302, 6, 0, 10, 0, 1000, 17, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (179, 0, 0, 300401, 2, 1, 1, 302, 6, 0, 9, 1, 750, 15, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (180, 0, 800, 300601, 2, 1, 1, 302, 6, 0, 10, 0, 1000, 17, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (181, 0, 0, 300901, 2, 2, 1, 302, 6, 0, 10, 0, 1000, 17, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (182, 0, 0, 301101, 2, 2, 1, 302, 6, 0, 9, 1, 750, 15, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (183, 0, 0, 301201, 2, 2, 1, 302, 6, 0, 10, 0, 1000, 17, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (184, 0, 0, 301601, 2, 4, 1, 302, 6, 0, 10, 0, 1250, 17, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (185, 0, 0, 301801, 2, 3, 1, 202, 6, 0, 9, 1, 1750, 21, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (186, 0, 0, 302101, 2, 3, 2, 302, 6, 0, 10, 0, 1250, 17, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (187, 0, 0, 302201, 2, 3, 2, 302, 6, 0, 9, 1, 750, 15, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (188, 0, 0, 302301, 2, 3, 2, 302, 6, 0, 10, 0, 1250, 17, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (189, 0, 0, 303301, 2, 6, 2, 301, 6, 0, 10, 0, 750, 15, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (190, 0, 0, 303601, 2, 7, 1, 301, 6, 0, 10, 0, 1250, 17, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (191, 0, 0, 304501, 2, 8, 1, 301, 4, 0, 10, 0, 1250, 19, 405); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (192, 0, 0, 305401, 2, 9, 1, 301, 6, 0, 9, 1, 1000, 15, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (193, 0, 0, 400201, 2, 1, 1, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (194, 0, 0, 400701, 2, 1, 1, 402, 6, 0, 3, 1, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (195, 0, 0, 400901, 2, 1, 2, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (196, 0, 0, 401201, 2, 1, 2, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (197, 0, 0, 401401, 2, 2, 1, 402, 6, 0, 3, 1, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (198, 0, 0, 401801, 2, 2, 2, 402, 6, 0, 3, 0, 350, 8, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (199, 0, 0, 402001, 2, 2, 2, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (200, 0, 0, 402401, 2, 3, 1, 402, 6, 0, 3, 1, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (201, 0, 0, 402501, 2, 3, 1, 402, 6, 0, 3, 0, 350, 6, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (202, 0, 0, 402701, 2, 3, 2, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (203, 0, 0, 403201, 2, 2, 2, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (204, 0, 0, 403301, 2, 4, 1, 402, 6, 0, 3, 0, 350, 6, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (205, 0, 0, 403501, 2, 4, 1, 402, 6, 0, 3, 1, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (206, 0, 0, 403901, 2, 4, 2, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (207, 0, 0, 404201, 2, 4, 2, 402, 6, 0, 3, 0, 350, 6, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (208, 0, 0, 404301, 2, 4, 2, 402, 6, 0, 3, 1, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (209, 0, 0, 404501, 2, 5, 1, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (210, 0, 0, 405001, 2, 5, 2, 302, 6, 0, 10, 0, 1250, 17, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (211, 0, 0, 405201, 2, 5, 1, 402, 6, 0, 3, 0, 350, 6, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (212, 0, 0, 405401, 2, 5, 2, 402, 6, 0, 3, 0, 350, 8, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (213, 0, 0, 405601, 2, 5, 2, 402, 6, 0, 3, 0, 350, 48, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (215, 0, 0, 900880, 2, 1, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (216, 0, 0, 900882, 2, 3, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (217, 0, 0, 900884, 2, 4, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (220, 0, 0, 900881, 2, 1, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (223, 0, 0, 900940, 2, 1, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (224, 0, 0, 900943, 2, 3, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (225, 0, 0, 900944, 2, 4, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (227, 0, 0, 900970, 2, 1, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (228, 0, 0, 900971, 2, 3, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (229, 0, 0, 900973, 2, 4, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (236, 0, 0, 900991, 2, 3, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (239, 0, 0, 901050, 2, 1, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (240, 0, 0, 901052, 2, 3, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (241, 0, 0, 901054, 2, 4, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (244, 0, 0, 901080, 2, 1, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (246, 0, 0, 901081, 2, 3, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (247, 0, 0, 901083, 2, 4, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (260, 0, 0, 900990, 2, 1, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (261, 0, 0, 900941, 2, 1, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (266, 0, 0, 902431, 2, 2, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (267, 0, 0, 902461, 2, 2, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (268, 0, 0, 902491, 2, 2, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (270, 0, 0, 902511, 2, 2, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (271, 0, 0, 902551, 2, 2, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (272, 0, 0, 902481, 2, 2, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (274, 0, 0, 900942, 2, 3, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (275, 0, 0, 900972, 2, 3, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (276, 0, 0, 900883, 2, 3, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (278, 0, 0, 901053, 2, 3, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (279, 0, 0, 900992, 2, 3, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (280, 0, 0, 901082, 2, 3, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (281, 0, 0, 902571, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (282, 0, 0, 902494, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (283, 0, 0, 902434, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (284, 0, 0, 902464, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (285, 0, 0, 902484, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (286, 0, 0, 902514, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (287, 0, 0, 902532, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (291, 0, 0, 902466, 2, 6, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (292, 0, 0, 902556, 2, 6, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (293, 0, 0, 902486, 2, 6, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (294, 0, 0, 902496, 2, 6, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (295, 0, 0, 902436, 2, 6, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (296, 0, 0, 902454, 2, 6, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (297, 0, 0, 902574, 2, 6, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (298, 0, 0, 904050, 1, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (299, 0, 0, 904000, 2, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (300, 0, 0, 903981, 2, 7, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (303, 0, 0, 903941, 2, 7, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (304, 0, 0, 904101, 1, 7, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (305, 0, 0, 904061, 1, 7, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (306, 0, 0, 904001, 2, 7, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (308, 0, 0, 903961, 2, 7, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (309, 0, 0, 904021, 2, 7, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (310, 0, 0, 903471, 2, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (311, 0, 0, 903411, 2, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (314, 0, 0, 903451, 2, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (315, 0, 0, 903611, 1, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (316, 0, 0, 903531, 1, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (317, 0, 0, 903491, 2, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (319, 0, 0, 903430, 2, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (320, 0, 0, 903591, 1, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (321, 0, 0, 903381, 2, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (322, 0, 0, 901021, 1, 9, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (323, 0, 0, 900891, 1, 9, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (324, 0, 0, 901071, 1, 9, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (326, 0, 0, 900951, 1, 9, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (328, 0, 0, 900931, 1, 9, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (330, 0, 0, 902611, 1, 10, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (331, 0, 0, 902592, 1, 10, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (334, 0, 0, 902641, 1, 10, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (335, 0, 0, 902681, 1, 10, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (337, 0, 0, 902661, 1, 10, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (339, 0, 0, 902622, 1, 10, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (341, 0, 0, 902613, 1, 11, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (342, 0, 0, 902582, 1, 11, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (344, 0, 0, 902594, 1, 11, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (345, 0, 0, 902624, 1, 11, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (347, 0, 0, 902663, 1, 11, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (351, 0, 0, 901023, 1, 12, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (352, 0, 0, 900933, 1, 12, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (353, 0, 0, 900953, 1, 12, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (356, 0, 0, 900893, 1, 12, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (357, 0, 0, 901073, 1, 12, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (361, 0, 0, 901042, 1, 12, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (362, 0, 0, 901051, 2, 1, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (363, 0, 0, 902554, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (398, 0, 0, 902430, 2, 2, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (399, 0, 0, 902432, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (400, 0, 0, 902433, 2, 5, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (401, 0, 0, 902435, 2, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (404, 0, 0, 902450, 2, 2, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (405, 0, 0, 902451, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (406, 0, 0, 902452, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (407, 0, 0, 902453, 2, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (408, 0, 0, 902460, 2, 2, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (409, 0, 0, 902462, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (410, 0, 0, 902463, 2, 5, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (411, 0, 0, 902465, 2, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (417, 0, 0, 902480, 2, 2, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (418, 0, 0, 902482, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (419, 0, 0, 902483, 2, 5, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (420, 0, 0, 902485, 2, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (422, 0, 0, 902490, 2, 2, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (423, 0, 0, 902492, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (424, 0, 0, 902493, 2, 5, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (425, 0, 0, 902495, 2, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (430, 0, 0, 902510, 2, 2, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (431, 0, 0, 902512, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (432, 0, 0, 902513, 2, 5, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (433, 0, 0, 902515, 2, 6, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (437, 0, 0, 902530, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (438, 0, 0, 902531, 2, 5, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (439, 0, 0, 902533, 2, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (442, 0, 0, 902550, 2, 2, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (443, 0, 0, 902552, 2, 4, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (444, 0, 0, 902553, 2, 5, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (445, 0, 0, 902555, 2, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (446, 0, 0, 902560, 2, 5, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (448, 0, 0, 902570, 2, 2, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (449, 0, 0, 902572, 2, 5, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (450, 0, 0, 902573, 2, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (538, 0, 0, 903380, 2, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (548, 0, 0, 903410, 2, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (556, 0, 0, 903440, 2, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (560, 0, 0, 903450, 2, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (561, 0, 0, 901022, 1, 12, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (565, 0, 0, 903470, 2, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (574, 0, 0, 903490, 2, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (581, 0, 0, 903520, 2, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (603, 0, 0, 903940, 2, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (606, 0, 0, 903960, 2, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (610, 0, 0, 903980, 2, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (618, 0, 0, 904020, 2, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (622, 0, 0, 904040, 2, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (623, 0, 0, 102101, 1, 12, 1, 133, 0, 0, 5, 1, 1000, 27, 102101); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (624, 0, 0, 102201, 1, 12, 1, 132, 0, 0, 5, 0, 1000, 29, 102201); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (625, 0, 0, 102401, 1, 12, 2, 131, 0, 0, 5, 0, 1000, 29, 102401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (626, 0, 0, 203001, 1, 11, 1, 203, 6, 0, 4, 0, 375, 17, 501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (627, 0, 0, 203201, 1, 11, 1, 203, 6, 0, 4, 0, 375, 17, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (628, 0, 0, 304101, 1, 7, 2, 303, 6, 0, 4, 0, 350, 13, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (629, 0, 0, 304901, 1, 8, 2, 303, 6, 0, 4, 0, 350, 13, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (630, 0, 0, 305101, 1, 9, 1, 303, 4, 0, 4, 0, 350, 13, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (631, 0, 0, 305201, 1, 9, 1, 303, 6, 0, 4, 0, 350, 13, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (632, 0, 0, 305701, 1, 10, 1, 303, 6, 0, 4, 0, 350, 14, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (633, 0, 0, 305901, 1, 10, 2, 303, 6, 0, 4, 1, 350, 12, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (634, 0, 0, 306001, 1, 11, 1, 303, 6, 0, 4, 1, 350, 12, 401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (635, 0, 0, 306401, 1, 11, 2, 303, 6, 0, 4, 0, 350, 14, 402); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (636, 0, 0, 306501, 1, 11, 2, 303, 6, 0, 4, 0, 350, 14, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (637, 0, 0, 406801, 1, 7, 2, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (638, 0, 0, 407001, 1, 8, 1, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (639, 0, 0, 407401, 1, 8, 1, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (640, 0, 0, 407501, 1, 8, 1, 403, 4, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (641, 0, 0, 407701, 1, 8, 2, 403, 4, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (643, 0, 0, 408301, 1, 9, 1, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (644, 0, 0, 408501, 1, 9, 1, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (645, 0, 0, 408701, 1, 9, 2, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (646, 0, 0, 408801, 1, 9, 2, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (647, 0, 0, 408901, 1, 9, 2, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (648, 0, 0, 409301, 1, 10, 1, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (649, 0, 0, 409601, 1, 10, 2, 403, 6, 0, 3, 0, 350, 45, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (650, 0, 0, 409901, 1, 10, 2, 403, 6, 0, 3, 0, 350, 45, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (651, 0, 0, 410301, 1, 11, 1, 403, 4, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (652, 0, 0, 411401, 1, 12, 2, 403, 6, 0, 3, 0, 350, 5, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (653, 0, 0, 900890, 1, 9, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (656, 0, 0, 900892, 1, 12, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (660, 0, 0, 900930, 1, 9, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (661, 0, 0, 900932, 1, 12, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (662, 0, 0, 900950, 1, 9, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (663, 0, 0, 900952, 1, 12, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (666, 0, 0, 901020, 1, 9, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (669, 0, 0, 901040, 1, 9, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (670, 0, 0, 901041, 1, 12, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (671, 0, 0, 901070, 1, 9, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (673, 0, 0, 901072, 1, 12, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (676, 0, 1002, 901110, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (685, 0, 1003, 901210, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (689, 0, 1004, 901240, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (806, 0, 0, 902580, 1, 10, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (807, 0, 0, 902581, 1, 11, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (808, 0, 0, 902590, 1, 6, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (809, 0, 0, 902591, 1, 10, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (810, 0, 0, 902593, 1, 11, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (812, 0, 0, 902610, 1, 10, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (813, 0, 0, 902612, 1, 11, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (816, 0, 0, 902621, 1, 10, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (817, 0, 0, 902623, 1, 11, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (820, 0, 0, 902640, 1, 10, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (821, 0, 0, 902642, 1, 11, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (822, 0, 0, 902643, 1, 11, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (825, 0, 0, 902660, 1, 10, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (826, 0, 0, 902662, 1, 11, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (828, 0, 0, 902680, 1, 10, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (829, 0, 0, 902682, 1, 11, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (830, 0, 0, 902683, 1, 11, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (831, 0, 1009, 902730, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (846, 0, 1010, 902790, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (851, 0, 1011, 902810, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (892, 0, 0, 903530, 1, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (894, 0, 0, 903540, 1, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (897, 0, 0, 903550, 1, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (900, 0, 0, 903570, 1, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (905, 0, 0, 903590, 1, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (909, 0, 0, 903610, 1, 8, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (911, 0, 0, 903620, 1, 8, 2, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (931, 0, 1007, 903720, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (946, 0, 0, 904060, 1, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (951, 0, 0, 904100, 1, 7, 1, 800, 0, 0, 1, 0, 0, 1, 2); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1022, 0, 0, 110101, 4, 6, 2, 114, 0, 0, 14, 0, 12000, 41, 110501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1023, 0, 2000, 110201, 2, 7, 1, 125, 0, 0, 12, 0, 4000, 42, 110101); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1024, 0, 0, 110301, 3, 11, 1, 109, 0, 0, 13, 0, 12000, 20, 110401); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1025, 0, 0, 110401, 3, 11, 1, 108, 0, 0, 14, 0, 12000, 41, 110201); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1026, 0, 0, 110501, 3, 11, 1, 107, 0, 0, 14, 0, 12000, 43, 110301); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1027, 0, 0, 110601, 3, 12, 2, 102, 0, 0, 14, 0, 12000, 43, 110601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1031, 0, 0, 450101, 1, 9, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1032, 0, 0, 450201, 1, 9, 2, 500, 6, 0, 2, 1, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1033, 0, 0, 450301, 1, 10, 1, 500, 6, 0, 2, 1, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1034, 0, 0, 450401, 1, 10, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1035, 0, 0, 450501, 1, 10, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1036, 0, 0, 450601, 1, 10, 2, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1037, 0, 0, 450701, 1, 11, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1038, 0, 0, 450801, 1, 11, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1039, 0, 0, 450901, 1, 11, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1040, 0, 0, 451001, 1, 11, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1041, 0, 0, 451101, 1, 11, 2, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1042, 0, 0, 451201, 1, 11, 2, 500, 6, 0, 2, 1, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1043, 0, 0, 451301, 1, 11, 2, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1044, 0, 0, 451401, 1, 11, 2, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1045, 0, 0, 451501, 1, 11, 2, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1046, 0, 0, 451601, 1, 11, 2, 500, 6, 0, 2, 1, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1047, 0, 0, 451701, 1, 11, 2, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1048, 0, 0, 451801, 1, 11, 2, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1049, 0, 0, 451901, 1, 12, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1050, 0, 0, 452001, 1, 12, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1051, 0, 0, 452101, 1, 12, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1052, 0, 0, 452201, 1, 12, 1, 500, 6, 0, 2, 1, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1053, 0, 0, 452301, 1, 12, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1054, 0, 0, 452401, 1, 12, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1055, 0, 0, 452501, 1, 12, 1, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1056, 0, 0, 452601, 1, 12, 2, 500, 6, 0, 2, 0, 350, 44, 6); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1057, 0, 0, 411801, 4, 2, 2, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1058, 0, 0, 411901, 4, 4, 1, 400, 4, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1059, 0, 0, 412001, 3, 6, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1060, 0, 0, 412101, 3, 6, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1061, 0, 0, 412201, 3, 8, 1, 400, 6, 0, 3, 0, 350, 11, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1062, 0, 0, 412301, 3, 9, 2, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1063, 0, 0, 412401, 3, 10, 1, 400, 6, 0, 3, 0, 350, 9, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1064, 0, 0, 406601, 3, 7, 1, 400, 6, 0, 3, 0, 350, 10, 3); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1065, 0, 1001, 904181, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1066, 0, 1005, 904182, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1067, 0, 1006, 904183, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1068, 0, 1008, 904184, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1069, 0, 1013, 904185, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1070, 0, 1012, 904186, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1071, 74, 101, 102501, 4, 6, 2, 115, 0, 0, 14, 0, 20000, 34, 101201); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1072, 74, 102, 101201, 2, 6, 2, 116, 0, 0, 14, 0, 20000, 34, 101201); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1073, 168, 201, 101501, 2, 10, 2, 123, 1, 1, 12, 0, 7500, 33, 101501); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1074, 171, 301, 201001, 2, 3, 2, 202, 11, 1, 10, 0, 1750, 22, 502); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1075, 0, 1026, 904187, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1076, 4, 401, 102701, 4, 4, 2, 119, 0, 0, 14, 0, 20000, 34, 100601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1077, 0, 1038, 904188, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1078, 0, 1016, 904189, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1079, 4, 402, 100601, 4, 4, 2, 119, 0, 0, 14, 0, 20000, 34, 100601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1080, 76, 501, 101601, 4, 10, 2, 111, 0, 0, 14, 0, 20000, 34, 101601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1081, 79, 601, 101901, 4, 11, 2, 104, 0, 0, 14, 0, 25000, 36, 101901); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1082, 81, 701, 102301, 4, 12, 2, 100, 0, 0, 14, 0, 25000, 36, 102301); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1083, 4, 403, 100601, 4, 4, 2, 119, 0, 0, 14, 0, 20000, 34, 100601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1084, 76, 502, 101601, 4, 10, 2, 111, 0, 0, 14, 0, 20000, 34, 101601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1085, 79, 602, 101901, 4, 11, 2, 104, 0, 0, 14, 0, 25000, 36, 101901); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1086, 81, 702, 102301, 4, 12, 2, 100, 0, 0, 14, 0, 25000, 36, 102301); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1087, 76, 503, 101601, 2, 10, 2, 112, 0, 0, 14, 0, 20000, 34, 101601); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1088, 79, 603, 101901, 2, 11, 2, 105, 0, 0, 14, 0, 25000, 36, 101901); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1089, 81, 703, 102301, 2, 12, 2, 101, 0, 0, 14, 0, 25000, 36, 102301); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1090, 0, 101201, 904190, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1091, 0, 100501, 904191, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1092, 0, 104001, 904192, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1093, 180, 801, 300601, 2, 1, 1, 302, 6, 0, 10, 0, 1000, 17, 403); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (1094, 0, 102801, 904193, 1, 6, 2, 900, 0, 0, 1, 0, 0, 3, 1); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2001, 0, 0, 910001, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2002, 0, 0, 910002, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2003, 0, 0, 910003, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2004, 0, 0, 910004, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2005, 0, 0, 910005, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2006, 0, 0, 910006, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2007, 0, 0, 910007, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2008, 0, 0, 910008, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2009, 0, 0, 910009, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2010, 0, 0, 910010, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2011, 0, 0, 910011, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2012, 0, 0, 910012, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2013, 0, 0, 910013, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2014, 0, 0, 910014, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2015, 0, 0, 910015, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2016, 0, 0, 910016, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2017, 0, 0, 910017, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2018, 0, 0, 910018, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2019, 0, 0, 910019, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2020, 0, 0, 910020, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2021, 0, 0, 910021, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2022, 0, 0, 910022, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2023, 0, 0, 910023, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2024, 0, 0, 910024, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2025, 0, 0, 910025, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2026, 0, 0, 910026, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2027, 0, 0, 910027, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2028, 0, 0, 910028, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2029, 0, 0, 910029, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2030, 0, 0, 910030, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2031, 0, 0, 910031, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2032, 0, 0, 910032, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2033, 0, 0, 910033, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2034, 0, 0, 910034, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2035, 0, 0, 910035, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2036, 0, 0, 910036, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2037, 0, 0, 910037, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2038, 0, 0, 910038, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2039, 0, 0, 910039, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2040, 0, 0, 910040, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2041, 0, 0, 910041, 5, 1, 2, 1002, 0, 0, 14, 0, 0, 29, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2101, 0, 0, 910101, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2102, 0, 0, 910102, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2103, 0, 0, 910103, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2104, 0, 0, 910104, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2105, 0, 0, 910105, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2106, 0, 0, 910106, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2107, 0, 0, 910107, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2108, 0, 0, 910108, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2109, 0, 0, 910109, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2110, 0, 0, 910110, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2111, 0, 0, 910111, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2112, 0, 0, 910112, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2113, 0, 0, 910113, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2114, 0, 0, 910114, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2115, 0, 0, 910115, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2116, 0, 0, 910116, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2117, 0, 0, 910117, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2118, 0, 0, 910118, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2119, 0, 0, 910119, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2120, 0, 0, 910120, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2121, 0, 0, 910121, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2122, 0, 0, 910122, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2123, 0, 0, 910123, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2124, 0, 0, 910124, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2125, 0, 0, 910125, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2126, 0, 0, 910126, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2127, 0, 0, 910127, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2128, 0, 0, 910128, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2129, 0, 0, 910129, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2130, 0, 0, 910130, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2131, 0, 0, 910131, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2132, 0, 0, 910132, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2133, 0, 0, 910133, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2134, 0, 0, 910134, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2135, 0, 0, 910135, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2136, 0, 0, 910136, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2137, 0, 0, 910137, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2138, 0, 0, 910138, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2139, 0, 0, 910139, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2140, 0, 0, 910140, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2141, 0, 0, 910141, 5, 1, 2, 1001, 0, 0, 14, 0, 0, 30, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2201, 0, 0, 910201, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2202, 0, 0, 910202, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2203, 0, 0, 910203, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2204, 0, 0, 910204, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2205, 0, 0, 910205, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2206, 0, 0, 910206, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2207, 0, 0, 910207, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910001); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2208, 0, 0, 910208, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2209, 0, 0, 910209, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2210, 0, 0, 910210, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2211, 0, 0, 910211, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2212, 0, 0, 910212, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2213, 0, 0, 910213, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2214, 0, 0, 910214, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2215, 0, 0, 910215, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910002); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2216, 0, 0, 910216, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2217, 0, 0, 910217, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2218, 0, 0, 910218, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2219, 0, 0, 910219, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2220, 0, 0, 910220, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2221, 0, 0, 910221, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2222, 0, 0, 910222, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2223, 0, 0, 910223, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2224, 0, 0, 910224, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2225, 0, 0, 910225, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910003); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2226, 0, 0, 910226, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2227, 0, 0, 910227, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2228, 0, 0, 910228, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2229, 0, 0, 910229, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2230, 0, 0, 910230, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2231, 0, 0, 910231, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2232, 0, 0, 910232, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910004); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2233, 0, 0, 910233, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2234, 0, 0, 910234, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2235, 0, 0, 910235, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2236, 0, 0, 910236, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2237, 0, 0, 910237, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2238, 0, 0, 910238, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2239, 0, 0, 910239, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2240, 0, 0, 910240, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); INSERT INTO single_mode_program (id, base_program_id, program_group, race_instance_id, race_permission, month, half, grade_rate_id, entry_decrease, entry_decrease_flag, recommend_class_id, filly_only_flag, need_fan_count, fan_set_id, reward_set_id) VALUES (2241, 0, 0, 910241, 5, 1, 2, 1000, 0, 0, 14, 0, 0, 36, 910005); -- Table: single_mode_race_group CREATE TABLE 'single_mode_race_group' ('id' INTEGER NOT NULL, 'race_group_id' INTEGER NOT NULL, 'race_program_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (1, 18, 18); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (2, 19, 19); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (3, 178, 178); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (4, 179, 179); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (5, 36, 36); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (6, 193, 193); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (7, 37, 37); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (8, 38, 38); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (9, 42, 42); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (10, 6, 6); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (11, 20, 20); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (12, 180, 180); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (13, 39, 39); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (14, 40, 40); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (15, 194, 194); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (16, 7, 7); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (17, 8, 8); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (18, 41, 41); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (19, 195, 195); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (20, 21, 21); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (21, 22, 22); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (22, 43, 43); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (23, 196, 196); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (24, 181, 181); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (25, 23, 23); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (26, 44, 44); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (27, 197, 197); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (28, 9, 9); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (29, 182, 182); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (30, 183, 183); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (31, 45, 45); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (32, 46, 46); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (33, 47, 47); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (34, 1, 1); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (35, 24, 24); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (36, 25, 25); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (37, 26, 26); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (38, 198, 198); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (39, 10, 10); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (40, 184, 184); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (41, 27, 27); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (42, 48, 48); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (43, 199, 199); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (44, 169, 169); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (45, 185, 185); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (46, 28, 28); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (47, 49, 49); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (48, 50, 50); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (49, 11, 11); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (50, 170, 170); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (51, 29, 29); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (52, 51, 51); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (53, 200, 200); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (54, 201, 201); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (55, 52, 52); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (56, 12, 12); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (57, 171, 171); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (58, 186, 186); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (59, 187, 187); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (60, 202, 202); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (61, 53, 53); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (62, 2, 2); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (63, 3, 3); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (64, 13, 13); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (65, 188, 188); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (66, 30, 30); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (67, 55, 55); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (68, 31, 31); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (69, 56, 56); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (70, 203, 203); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (71, 204, 204); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (72, 162, 162); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (73, 14, 14); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (74, 172, 172); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (76, 205, 205); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (77, 58, 58); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (78, 59, 59); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (79, 163, 163); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (80, 32, 32); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (81, 60, 60); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (82, 15, 15); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (83, 173, 173); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (84, 33, 33); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (85, 206, 206); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (86, 61, 61); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (87, 4, 4); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (88, 174, 174); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (89, 62, 62); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (90, 207, 207); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (91, 208, 208); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (92, 164, 164); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (93, 175, 175); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (94, 34, 34); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (95, 63, 63); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (96, 209, 209); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (97, 64, 64); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (98, 65, 65); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (99, 66, 66); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (100, 5, 5); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (101, 16, 16); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (102, 67, 67); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (103, 210, 210); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (104, 68, 68); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (105, 211, 211); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (106, 165, 165); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (107, 35, 35); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (108, 69, 69); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (109, 212, 212); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (110, 70, 70); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (111, 166, 166); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (112, 17, 17); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (113, 213, 213); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (114, 71, 71); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (115, 72, 72); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (116, 73, 73); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (117, 93, 93); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (118, 94, 94); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (119, 95, 95); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (120, 122, 122); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (121, 189, 189); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (122, 96, 96); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (123, 74, 74); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (124, 121, 121); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (125, 123, 123); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (126, 124, 124); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (127, 125, 125); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (128, 97, 97); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (129, 190, 190); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (130, 126, 126); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (131, 98, 98); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (132, 99, 99); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (133, 127, 127); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (134, 100, 100); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (136, 101, 101); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (137, 628, 628); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (138, 637, 637); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (139, 129, 129); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (140, 102, 102); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (141, 103, 103); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (142, 104, 104); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (143, 191, 191); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (144, 638, 638); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (145, 130, 130); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (146, 131, 131); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (147, 105, 105); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (148, 106, 106); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (149, 132, 132); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (150, 639, 639); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (151, 640, 640); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (152, 82, 82); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (153, 107, 107); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (154, 133, 133); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (155, 641, 641); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (156, 629, 629); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (157, 108, 108); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (158, 134, 134); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (159, 135, 135); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (160, 136, 136); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (161, 630, 630); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (162, 631, 631); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (163, 109, 109); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (164, 137, 137); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (165, 643, 643); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (166, 83, 83); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (167, 192, 192); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (168, 110, 110); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (169, 138, 138); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (170, 644, 644); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (171, 176, 176); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (172, 177, 177); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (173, 139, 139); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (174, 84, 84); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (175, 85, 85); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (176, 645, 645); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (177, 646, 646); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (178, 75, 75); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (179, 111, 111); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (180, 647, 647); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (181, 140, 140); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (182, 86, 86); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (183, 87, 87); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (184, 632, 632); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (185, 141, 141); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (186, 142, 142); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (187, 167, 167); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (188, 88, 88); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (189, 648, 648); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (190, 143, 143); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (191, 144, 144); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (192, 168, 168); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (193, 112, 112); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (194, 649, 649); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (195, 145, 145); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (196, 146, 146); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (197, 76, 76); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (198, 89, 89); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (199, 633, 633); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (200, 650, 650); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (201, 147, 147); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (202, 148, 148); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (203, 626, 626); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (204, 90, 90); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (205, 634, 634); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (206, 113, 113); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (207, 77, 77); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (208, 627, 627); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (209, 114, 114); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (210, 115, 115); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (211, 149, 149); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (212, 651, 651); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (213, 78, 78); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (214, 635, 635); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (215, 150, 150); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (216, 151, 151); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (217, 152, 152); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (218, 79, 79); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (219, 636, 636); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (220, 116, 116); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (221, 153, 153); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (222, 154, 154); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (223, 80, 80); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (224, 91, 91); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (225, 117, 117); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (226, 155, 155); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (227, 623, 623); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (228, 118, 118); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (229, 119, 119); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (230, 156, 156); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (231, 157, 157); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (232, 158, 158); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (233, 624, 624); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (234, 120, 120); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (235, 159, 159); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (236, 81, 81); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (237, 625, 625); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (238, 92, 92); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (239, 215, 215); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (240, 220, 220); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (241, 216, 216); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (242, 276, 276); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (243, 217, 217); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (244, 653, 653); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (245, 323, 323); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (246, 656, 656); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (247, 356, 356); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (248, 660, 660); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (249, 328, 328); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (250, 661, 661); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (251, 352, 352); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (252, 223, 223); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (253, 261, 261); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (254, 274, 274); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (255, 224, 224); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (256, 225, 225); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (257, 662, 662); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (258, 326, 326); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (259, 663, 663); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (260, 353, 353); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (261, 227, 227); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (262, 228, 228); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (263, 275, 275); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (264, 229, 229); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (265, 260, 260); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (266, 236, 236); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (267, 279, 279); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (268, 666, 666); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (269, 322, 322); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (270, 561, 561); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (271, 351, 351); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (272, 669, 669); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (273, 670, 670); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (274, 361, 361); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (275, 239, 239); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (276, 362, 362); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (277, 240, 240); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (278, 278, 278); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (279, 241, 241); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (280, 671, 671); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (281, 324, 324); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (282, 673, 673); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (283, 357, 357); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (284, 244, 244); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (285, 246, 246); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (286, 280, 280); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (287, 247, 247); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (295, 676, 676); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (309, 685, 685); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (314, 689, 689); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (318, 398, 398); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (319, 266, 266); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (320, 399, 399); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (321, 400, 400); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (322, 283, 283); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (323, 401, 401); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (324, 295, 295); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (325, 404, 404); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (326, 405, 405); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (327, 406, 406); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (328, 407, 407); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (329, 296, 296); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (330, 408, 408); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (331, 267, 267); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (332, 409, 409); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (333, 410, 410); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (334, 284, 284); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (335, 411, 411); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (336, 291, 291); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (337, 417, 417); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (338, 272, 272); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (339, 418, 418); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (340, 419, 419); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (341, 285, 285); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (342, 420, 420); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (343, 293, 293); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (344, 422, 422); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (345, 268, 268); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (346, 423, 423); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (347, 424, 424); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (348, 282, 282); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (349, 425, 425); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (350, 294, 294); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (351, 430, 430); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (352, 270, 270); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (353, 431, 431); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (354, 432, 432); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (355, 286, 286); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (356, 433, 433); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (357, 437, 437); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (358, 438, 438); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (359, 287, 287); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (360, 439, 439); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (361, 442, 442); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (362, 271, 271); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (363, 443, 443); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (364, 444, 444); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (365, 363, 363); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (366, 445, 445); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (367, 292, 292); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (368, 446, 446); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (369, 448, 448); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (370, 281, 281); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (371, 449, 449); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (372, 450, 450); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (373, 297, 297); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (374, 806, 806); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (375, 807, 807); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (376, 342, 342); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (377, 808, 808); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (378, 809, 809); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (379, 331, 331); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (380, 810, 810); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (381, 344, 344); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (382, 812, 812); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (383, 330, 330); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (384, 813, 813); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (385, 341, 341); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (387, 816, 816); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (388, 339, 339); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (389, 817, 817); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (390, 345, 345); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (391, 820, 820); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (392, 334, 334); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (393, 821, 821); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (394, 822, 822); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (395, 825, 825); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (396, 337, 337); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (397, 826, 826); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (398, 347, 347); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (399, 828, 828); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (400, 335, 335); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (401, 829, 829); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (402, 830, 830); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (409, 831, 831); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (426, 846, 846); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (436, 851, 851); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (440, 538, 538); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (441, 321, 321); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (442, 548, 548); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (443, 311, 311); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (444, 319, 319); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (445, 556, 556); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (446, 560, 560); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (447, 314, 314); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (448, 565, 565); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (449, 310, 310); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (450, 574, 574); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (451, 317, 317); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (452, 581, 581); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (453, 892, 892); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (454, 316, 316); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (455, 894, 894); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (456, 897, 897); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (457, 900, 900); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (458, 905, 905); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (459, 320, 320); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (460, 909, 909); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (461, 315, 315); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (462, 911, 911); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (472, 931, 931); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (473, 603, 603); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (474, 303, 303); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (475, 606, 606); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (476, 308, 308); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (477, 610, 610); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (478, 300, 300); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (479, 299, 299); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (480, 306, 306); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (481, 618, 618); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (482, 309, 309); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (483, 622, 622); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (484, 298, 298); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (485, 946, 946); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (486, 305, 305); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (487, 951, 951); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (488, 304, 304); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (495, 652, 652); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (496, 160, 160); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (497, 161, 161); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (498, 10001, 2001); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (499, 10001, 2002); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (500, 10001, 2003); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (501, 10001, 2004); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (502, 10001, 2005); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (503, 10001, 2006); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (504, 10001, 2007); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (505, 10001, 2008); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (506, 10001, 2009); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (507, 10001, 2010); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (508, 10001, 2011); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (509, 10001, 2012); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (510, 10001, 2013); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (511, 10001, 2014); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (512, 10001, 2015); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (513, 10001, 2016); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (514, 10001, 2017); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (515, 10001, 2018); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (516, 10001, 2019); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (517, 10001, 2020); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (518, 10001, 2021); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (519, 10001, 2022); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (520, 10001, 2023); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (521, 10001, 2024); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (522, 10001, 2025); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (523, 10001, 2026); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (524, 10001, 2027); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (525, 10001, 2028); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (526, 10001, 2029); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (527, 10001, 2030); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (528, 10001, 2031); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (529, 10001, 2032); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (530, 10001, 2033); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (531, 10001, 2034); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (532, 10001, 2035); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (533, 10001, 2036); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (534, 10001, 2037); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (535, 10001, 2038); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (536, 10001, 2039); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (537, 10001, 2040); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (538, 10001, 2041); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (539, 10002, 2101); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (540, 10002, 2102); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (541, 10002, 2103); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (542, 10002, 2104); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (543, 10002, 2105); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (544, 10002, 2106); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (545, 10002, 2107); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (546, 10002, 2108); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (547, 10002, 2109); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (548, 10002, 2110); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (549, 10002, 2111); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (550, 10002, 2112); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (551, 10002, 2113); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (552, 10002, 2114); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (553, 10002, 2115); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (554, 10002, 2116); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (555, 10002, 2117); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (556, 10002, 2118); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (557, 10002, 2119); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (558, 10002, 2120); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (559, 10002, 2121); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (560, 10002, 2122); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (561, 10002, 2123); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (562, 10002, 2124); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (563, 10002, 2125); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (564, 10002, 2126); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (565, 10002, 2127); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (566, 10002, 2128); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (567, 10002, 2129); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (568, 10002, 2130); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (569, 10002, 2131); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (570, 10002, 2132); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (571, 10002, 2133); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (572, 10002, 2134); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (573, 10002, 2135); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (574, 10002, 2136); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (575, 10002, 2137); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (576, 10002, 2138); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (577, 10002, 2139); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (578, 10002, 2140); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (579, 10002, 2141); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (580, 10003, 2201); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (581, 10003, 2202); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (582, 10003, 2203); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (583, 10003, 2204); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (584, 10003, 2205); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (585, 10003, 2206); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (586, 10003, 2207); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (587, 10003, 2208); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (588, 10003, 2209); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (589, 10003, 2210); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (590, 10003, 2211); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (591, 10003, 2212); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (592, 10003, 2213); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (593, 10003, 2214); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (594, 10003, 2215); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (595, 10003, 2216); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (596, 10003, 2217); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (597, 10003, 2218); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (598, 10003, 2219); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (599, 10003, 2220); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (600, 10003, 2221); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (601, 10003, 2222); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (602, 10003, 2223); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (603, 10003, 2224); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (604, 10003, 2225); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (605, 10003, 2226); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (606, 10003, 2227); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (607, 10003, 2228); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (608, 10003, 2229); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (609, 10003, 2230); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (610, 10003, 2231); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (611, 10003, 2232); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (612, 10003, 2233); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (613, 10003, 2234); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (614, 10003, 2235); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (615, 10003, 2236); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (616, 10003, 2237); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (617, 10003, 2238); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (618, 10003, 2239); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (619, 10003, 2240); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (620, 10003, 2241); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (621, 1022, 1022); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (622, 1023, 1023); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (623, 1024, 1024); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (624, 1025, 1025); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (625, 1026, 1026); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (626, 1027, 1027); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (627, 1031, 1031); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (628, 1032, 1032); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (629, 1033, 1033); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (630, 1034, 1034); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (631, 1035, 1035); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (632, 1036, 1036); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (633, 1037, 1037); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (634, 1038, 1038); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (635, 1039, 1039); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (636, 1040, 1040); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (637, 1041, 1041); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (638, 1042, 1042); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (639, 1043, 1043); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (640, 1044, 1044); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (641, 1045, 1045); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (642, 1046, 1046); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (643, 1047, 1047); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (644, 1048, 1048); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (645, 1049, 1049); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (646, 1050, 1050); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (647, 1051, 1051); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (648, 1052, 1052); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (649, 1053, 1053); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (650, 1054, 1054); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (651, 1055, 1055); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (652, 1056, 1056); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (653, 1057, 1057); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (654, 1058, 1058); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (655, 1059, 1059); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (656, 1060, 1060); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (657, 1061, 1061); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (658, 1062, 1062); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (659, 1063, 1063); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (660, 1064, 1064); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (661, 1065, 1065); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (662, 1066, 1066); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (663, 1067, 1067); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (664, 1068, 1068); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (665, 1069, 1069); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (666, 1070, 1070); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (667, 1071, 1071); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (668, 1072, 1072); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (669, 1073, 1073); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (670, 1074, 1074); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (671, 1075, 1075); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (672, 1076, 1076); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (673, 1077, 1077); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (674, 1078, 1078); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (675, 1079, 1079); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (676, 1080, 1080); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (677, 1081, 1081); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (678, 1082, 1082); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (679, 1083, 1083); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (680, 1084, 1084); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (681, 1085, 1085); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (682, 1086, 1086); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (683, 1087, 1087); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (684, 1088, 1088); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (685, 1089, 1089); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (686, 1090, 1090); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (687, 1091, 1091); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (688, 1092, 1092); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (689, 1093, 1093); INSERT INTO single_mode_race_group (id, race_group_id, race_program_id) VALUES (690, 1094, 1094); -- Table: single_mode_race_live CREATE TABLE 'single_mode_race_live' ('id' INTEGER NOT NULL, 'grade' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, 'music_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (1, 100, 102101, 1007); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (2, 100, 102201, 1007); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (3, 100, 102401, 1007); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (4, 100, 100401, 1005); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (5, 100, 100901, 1005); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (6, 100, 101401, 1005); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (7, 100, 100501, 1028); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (8, 100, 101001, 1028); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (9, 100, 101501, 1028); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (10, 100, 100601, 1008); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (11, 100, 101601, 1008); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (12, 100, 102301, 1008); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (13, 100, 100101, 1009); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (14, 100, 102001, 1009); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (15, 100, 100201, 1027); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (16, 100, 101301, 1027); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (17, 100, 101801, 1027); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (18, 100, 100701, 1027); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (19, 100, 101101, 1027); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (20, 100, 100801, 1027); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (21, 100, 100301, 1010); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (22, 100, 101701, 1010); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (23, 100, 101901, 1010); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (24, 100, 101201, 1010); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (25, 100, 110101, 1009); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (26, 100, 110201, 1009); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (27, 100, 110301, 1009); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (28, 100, 110401, 1009); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (29, 100, 110501, 1009); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (30, 100, 110601, 1009); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (31, 100, 910201, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (32, 100, 910202, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (33, 100, 910203, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (34, 100, 910204, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (35, 100, 910205, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (36, 100, 910206, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (37, 100, 910207, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (38, 100, 910208, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (39, 100, 910209, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (40, 100, 910210, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (41, 100, 910211, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (42, 100, 910212, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (43, 100, 910213, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (44, 100, 910214, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (45, 100, 910215, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (46, 100, 910216, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (47, 100, 910217, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (48, 100, 910218, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (49, 100, 910219, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (50, 100, 910220, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (51, 100, 910221, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (52, 100, 910222, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (53, 100, 910223, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (54, 100, 910224, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (55, 100, 910225, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (56, 100, 910226, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (57, 100, 910227, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (58, 100, 910228, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (59, 100, 910229, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (60, 100, 910230, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (61, 100, 910231, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (62, 100, 910232, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (63, 100, 910233, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (64, 100, 910234, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (65, 100, 910235, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (66, 100, 910236, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (67, 100, 910237, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (68, 100, 910238, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (69, 100, 910239, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (70, 100, 910240, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (71, 100, 910241, 1001); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (72, 200, 0, 1006); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (73, 300, 0, 1006); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (74, 400, 0, 1006); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (75, 500, 0, 1006); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (76, 600, 0, 1006); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (77, 700, 0, 1006); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (78, 800, 0, 1006); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (79, 900, 0, 1006); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (80, 100, 102601, 1028); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (81, 100, 102501, 1010); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (82, 100, 620155, 1035); INSERT INTO single_mode_race_live (id, grade, race_instance_id, music_id) VALUES (83, 100, 102701, 1008); -- Table: single_mode_rank CREATE TABLE 'single_mode_rank' ('id' INTEGER NOT NULL, 'min_value' INTEGER NOT NULL, 'max_value' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (1, 0, 299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (2, 300, 599); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (3, 600, 899); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (4, 900, 1299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (5, 1300, 1799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (6, 1800, 2299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (7, 2300, 2899); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (8, 2900, 3499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (9, 3500, 4899); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (10, 4900, 6499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (11, 6500, 8199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (12, 8200, 9999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (13, 10000, 12099); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (14, 12100, 14499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (15, 14500, 15899); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (16, 15900, 17499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (17, 17500, 19199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (18, 19200, 19599); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (19, 19600, 19999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (20, 20000, 20399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (21, 20400, 20799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (22, 20800, 21199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (23, 21200, 21599); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (24, 21600, 22099); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (25, 22100, 22499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (26, 22500, 22999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (27, 23000, 23399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (28, 23400, 23899); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (29, 23900, 24299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (30, 24300, 24799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (31, 24800, 25299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (32, 25300, 25799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (33, 25800, 26299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (34, 26300, 26799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (35, 26800, 27299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (36, 27300, 27799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (37, 27800, 28299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (38, 28300, 28799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (39, 28800, 29399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (40, 29400, 29899); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (41, 29900, 30399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (42, 30400, 30999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (43, 31000, 31499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (44, 31500, 32099); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (45, 32100, 32699); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (46, 32700, 33199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (47, 33200, 33799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (48, 33800, 34399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (49, 34400, 34999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (50, 35000, 35599); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (51, 35600, 36199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (52, 36200, 36799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (53, 36800, 37499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (54, 37500, 38099); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (55, 38100, 38699); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (56, 38700, 39399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (57, 39400, 39999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (58, 40000, 40699); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (59, 40700, 41299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (60, 41300, 41999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (61, 42000, 42699); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (62, 42700, 43399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (63, 43400, 43999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (64, 44000, 44699); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (65, 44700, 45399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (66, 45400, 46199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (67, 46200, 46899); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (68, 46900, 47599); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (69, 47600, 48299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (70, 48300, 48999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (71, 49000, 49799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (72, 49800, 50499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (73, 50500, 51299); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (74, 51300, 51999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (75, 52000, 52799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (76, 52800, 53599); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (77, 53600, 54399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (78, 54400, 55199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (79, 55200, 55899); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (80, 55900, 56699); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (81, 56700, 57499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (82, 57500, 58399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (83, 58400, 59199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (84, 59200, 59999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (85, 60000, 60799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (86, 60800, 61699); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (87, 61700, 62499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (88, 62500, 63399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (89, 63400, 64199); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (90, 64200, 65099); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (91, 65100, 65999); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (92, 66000, 66799); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (93, 66800, 67699); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (94, 67700, 68599); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (95, 68600, 69499); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (96, 69500, 70399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (97, 70400, 71399); INSERT INTO single_mode_rank (id, min_value, max_value) VALUES (98, 71400, 99999); -- Table: single_mode_recommend CREATE TABLE 'single_mode_recommend' ('id' INTEGER NOT NULL, 'grade_upper_limit' INTEGER NOT NULL, 'grade_lower_limit' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (1, 4, 2); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (2, 4, 3); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (3, 6, 4); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (4, 10, 5); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (5, 10, 6); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (6, 10, 7); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (7, 11, 7); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (8, 14, 7); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (9, 11, 7); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (10, 12, 7); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (11, 13, 7); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (12, 14, 7); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (13, 14, 7); INSERT INTO single_mode_recommend (id, grade_upper_limit, grade_lower_limit) VALUES (14, 14, 7); -- Table: single_mode_recommend_setting CREATE TABLE 'single_mode_recommend_setting' ('id' INTEGER NOT NULL, 'recommend_course_id' INTEGER NOT NULL, 'header_font_color' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_recommend_setting (id, recommend_course_id, header_font_color) VALUES (1, 1, 'F45389'); INSERT INTO single_mode_recommend_setting (id, recommend_course_id, header_font_color) VALUES (2, 2, 'FF6C27'); INSERT INTO single_mode_recommend_setting (id, recommend_course_id, header_font_color) VALUES (3, 3, '31C1E1'); -- Table: single_mode_restrict_support CREATE TABLE 'single_mode_restrict_support' ('id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_reward_set CREATE TABLE 'single_mode_reward_set' ('id' INTEGER NOT NULL, 'reward_set_id' INTEGER NOT NULL, 'order_min' INTEGER NOT NULL, 'order_max' INTEGER NOT NULL, 'reward_type' INTEGER NOT NULL, 'bonus' INTEGER NOT NULL, 'odds' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (1, 1, 1, 18, 1, 0, 1000000, 91, 59, 200); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (2, 1, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (3, 2, 1, 18, 1, 0, 1000000, 91, 59, 200); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (4, 2, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (5, 3, 1, 18, 1, 0, 1000000, 91, 59, 200); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (6, 3, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (7, 401, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (8, 401, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (9, 401, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (10, 401, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (11, 401, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (12, 401, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (13, 401, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (14, 401, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (15, 401, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (16, 401, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (17, 401, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (18, 401, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (19, 401, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (20, 401, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (21, 401, 1, 1, 1, 0, 1000000, 11, 1, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (22, 402, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (23, 402, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (24, 402, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (25, 402, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (26, 402, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (27, 402, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (28, 402, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (29, 402, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (30, 402, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (31, 402, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (32, 402, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (33, 402, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (34, 402, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (35, 402, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (36, 402, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (37, 403, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (38, 403, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (39, 403, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (40, 403, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (41, 403, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (42, 403, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (43, 403, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (44, 403, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (45, 403, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (46, 403, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (47, 403, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (48, 403, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (49, 403, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (50, 403, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (51, 403, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (52, 404, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (53, 404, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (54, 404, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (55, 404, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (56, 404, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (57, 404, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (58, 404, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (59, 404, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (60, 404, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (61, 404, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (62, 404, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (63, 404, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (64, 404, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (65, 404, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (66, 404, 1, 1, 1, 0, 1000000, 11, 10, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (67, 405, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (68, 405, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (69, 405, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (70, 405, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (71, 405, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (72, 405, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (73, 405, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (74, 405, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (75, 405, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (76, 405, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (77, 405, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (78, 405, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (79, 405, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (80, 405, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (81, 405, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (82, 501, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (83, 501, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (84, 501, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (85, 501, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (86, 501, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (87, 501, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (88, 501, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (89, 501, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (90, 501, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (91, 501, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (92, 501, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (93, 501, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (94, 501, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (95, 501, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (96, 501, 1, 1, 1, 0, 1000000, 11, 1, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (97, 502, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (98, 502, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (99, 502, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (100, 502, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (101, 502, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (102, 502, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (103, 502, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (104, 502, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (105, 502, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (106, 502, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (107, 502, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (108, 502, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (109, 502, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (110, 502, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (111, 502, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (112, 503, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (113, 503, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (114, 503, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (115, 503, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (116, 503, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (117, 503, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (118, 503, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (119, 503, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (120, 503, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (121, 503, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (122, 503, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (123, 503, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (124, 503, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (125, 503, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (126, 503, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (127, 504, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (128, 504, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (129, 504, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (130, 504, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (131, 504, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (132, 504, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (133, 504, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (134, 504, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (135, 504, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (136, 504, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (137, 504, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (138, 504, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (139, 504, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (140, 504, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (141, 504, 1, 1, 1, 0, 1000000, 11, 10, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (142, 505, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (143, 505, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (144, 505, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (145, 505, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (146, 505, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (147, 505, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (148, 505, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (149, 505, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (150, 505, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (151, 505, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (152, 505, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (153, 505, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (154, 505, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (155, 505, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (156, 505, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (157, 100101, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (158, 100101, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (159, 100101, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (160, 100101, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (161, 100101, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (162, 100101, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (163, 100101, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (164, 100101, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (165, 100101, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (166, 100101, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (167, 100101, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (168, 100101, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (169, 100101, 1, 1, 1, 0, 1000000, 11, 69, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (170, 100101, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (171, 100101, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (172, 100101, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (173, 100201, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (174, 100201, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (175, 100201, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (176, 100201, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (177, 100201, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (178, 100201, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (179, 100201, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (180, 100201, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (181, 100201, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (182, 100201, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (183, 100201, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (184, 100201, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (185, 100201, 1, 1, 1, 0, 1000000, 11, 70, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (186, 100201, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (187, 100201, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (188, 100201, 1, 1, 1, 0, 1000000, 11, 1, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (189, 100301, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (190, 100301, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (191, 100301, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (192, 100301, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (193, 100301, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (194, 100301, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (195, 100301, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (196, 100301, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (197, 100301, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (198, 100301, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (199, 100301, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (200, 100301, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (201, 100301, 1, 1, 1, 0, 1000000, 11, 71, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (202, 100301, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (203, 100301, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (204, 100301, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (205, 100401, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (206, 100401, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (207, 100401, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (208, 100401, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (209, 100401, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (210, 100401, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (211, 100401, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (212, 100401, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (213, 100401, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (214, 100401, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (215, 100401, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (216, 100401, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (217, 100401, 1, 1, 1, 0, 1000000, 11, 72, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (218, 100401, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (219, 100401, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (220, 100401, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (221, 100501, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (222, 100501, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (223, 100501, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (224, 100501, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (225, 100501, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (226, 100501, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (227, 100501, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (228, 100501, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (229, 100501, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (230, 100501, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (231, 100501, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (232, 100501, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (233, 100501, 1, 1, 1, 0, 1000000, 11, 73, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (234, 100501, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (235, 100501, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (236, 100501, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (237, 100601, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (238, 100601, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (239, 100601, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (240, 100601, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (241, 100601, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (242, 100601, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (243, 100601, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (244, 100601, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (245, 100601, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (246, 100601, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (247, 100601, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (248, 100601, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (249, 100601, 1, 1, 1, 0, 1000000, 11, 74, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (250, 100601, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (251, 100601, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (252, 100601, 1, 1, 1, 0, 1000000, 11, 10, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (253, 100701, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (254, 100701, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (255, 100701, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (256, 100701, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (257, 100701, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (258, 100701, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (259, 100701, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (260, 100701, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (261, 100701, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (262, 100701, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (263, 100701, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (264, 100701, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (265, 100701, 1, 1, 1, 0, 1000000, 11, 75, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (266, 100701, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (267, 100701, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (268, 100701, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (269, 100801, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (270, 100801, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (271, 100801, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (272, 100801, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (273, 100801, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (274, 100801, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (275, 100801, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (276, 100801, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (277, 100801, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (278, 100801, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (279, 100801, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (280, 100801, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (281, 100801, 1, 1, 1, 0, 1000000, 11, 76, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (282, 100801, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (283, 100801, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (284, 100801, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (285, 100901, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (286, 100901, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (287, 100901, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (288, 100901, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (289, 100901, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (290, 100901, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (291, 100901, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (292, 100901, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (293, 100901, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (294, 100901, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (295, 100901, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (296, 100901, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (297, 100901, 1, 1, 1, 0, 1000000, 11, 77, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (298, 100901, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (299, 100901, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (300, 100901, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (301, 101001, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (302, 101001, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (303, 101001, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (304, 101001, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (305, 101001, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (306, 101001, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (307, 101001, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (308, 101001, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (309, 101001, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (310, 101001, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (311, 101001, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (312, 101001, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (313, 101001, 1, 1, 1, 0, 1000000, 11, 78, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (314, 101001, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (315, 101001, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (316, 101001, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (317, 101101, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (318, 101101, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (319, 101101, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (320, 101101, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (321, 101101, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (322, 101101, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (323, 101101, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (324, 101101, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (325, 101101, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (326, 101101, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (327, 101101, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (328, 101101, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (329, 101101, 1, 1, 1, 0, 1000000, 11, 79, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (330, 101101, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (331, 101101, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (332, 101101, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (333, 101201, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (334, 101201, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (335, 101201, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (336, 101201, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (337, 101201, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (338, 101201, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (339, 101201, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (340, 101201, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (341, 101201, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (342, 101201, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (343, 101201, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (344, 101201, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (345, 101201, 1, 1, 1, 0, 1000000, 11, 80, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (346, 101201, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (347, 101201, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (348, 101201, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (349, 101301, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (350, 101301, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (351, 101301, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (352, 101301, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (353, 101301, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (354, 101301, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (355, 101301, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (356, 101301, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (357, 101301, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (358, 101301, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (359, 101301, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (360, 101301, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (361, 101301, 1, 1, 1, 0, 1000000, 11, 81, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (362, 101301, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (363, 101301, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (364, 101301, 1, 1, 1, 0, 1000000, 11, 1, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (365, 101401, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (366, 101401, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (367, 101401, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (368, 101401, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (369, 101401, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (370, 101401, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (371, 101401, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (372, 101401, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (373, 101401, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (374, 101401, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (375, 101401, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (376, 101401, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (377, 101401, 1, 1, 1, 0, 1000000, 11, 82, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (378, 101401, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (379, 101401, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (380, 101401, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (381, 101501, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (382, 101501, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (383, 101501, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (384, 101501, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (385, 101501, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (386, 101501, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (387, 101501, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (388, 101501, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (389, 101501, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (390, 101501, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (391, 101501, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (392, 101501, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (393, 101501, 1, 1, 1, 0, 1000000, 11, 83, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (394, 101501, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (395, 101501, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (396, 101501, 1, 1, 1, 0, 1000000, 11, 10, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (397, 101601, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (398, 101601, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (399, 101601, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (400, 101601, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (401, 101601, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (402, 101601, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (403, 101601, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (404, 101601, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (405, 101601, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (406, 101601, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (407, 101601, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (408, 101601, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (409, 101601, 1, 1, 1, 0, 1000000, 11, 84, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (410, 101601, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (411, 101601, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (412, 101601, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (413, 101701, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (414, 101701, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (415, 101701, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (416, 101701, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (417, 101701, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (418, 101701, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (419, 101701, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (420, 101701, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (421, 101701, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (422, 101701, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (423, 101701, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (424, 101701, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (425, 101701, 1, 1, 1, 0, 1000000, 11, 85, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (426, 101701, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (427, 101701, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (428, 101701, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (429, 101801, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (430, 101801, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (431, 101801, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (432, 101801, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (433, 101801, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (434, 101801, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (435, 101801, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (436, 101801, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (437, 101801, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (438, 101801, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (439, 101801, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (440, 101801, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (441, 101801, 1, 1, 1, 0, 1000000, 11, 86, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (442, 101801, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (443, 101801, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (444, 101801, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (445, 101901, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (446, 101901, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (447, 101901, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (448, 101901, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (449, 101901, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (450, 101901, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (451, 101901, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (452, 101901, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (453, 101901, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (454, 101901, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (455, 101901, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (456, 101901, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (457, 101901, 1, 1, 1, 0, 1000000, 11, 87, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (458, 101901, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (459, 101901, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (460, 101901, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (461, 102001, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (462, 102001, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (463, 102001, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (464, 102001, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (465, 102001, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (466, 102001, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (467, 102001, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (468, 102001, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (469, 102001, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (470, 102001, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (471, 102001, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (472, 102001, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (473, 102001, 1, 1, 1, 0, 1000000, 11, 88, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (474, 102001, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (475, 102001, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (476, 102001, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (477, 102101, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (478, 102101, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (479, 102101, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (480, 102101, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (481, 102101, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (482, 102101, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (483, 102101, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (484, 102101, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (485, 102101, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (486, 102101, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (487, 102101, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (488, 102101, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (489, 102101, 1, 1, 1, 0, 1000000, 11, 89, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (490, 102101, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (491, 102101, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (492, 102101, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (493, 102201, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (494, 102201, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (495, 102201, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (496, 102201, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (497, 102201, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (498, 102201, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (499, 102201, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (500, 102201, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (501, 102201, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (502, 102201, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (503, 102201, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (504, 102201, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (505, 102201, 1, 1, 1, 0, 1000000, 11, 90, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (506, 102201, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (507, 102201, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (508, 102201, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (509, 102301, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (510, 102301, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (511, 102301, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (512, 102301, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (513, 102301, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (514, 102301, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (515, 102301, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (516, 102301, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (517, 102301, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (518, 102301, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (519, 102301, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (520, 102301, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (521, 102301, 1, 1, 1, 0, 1000000, 11, 91, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (522, 102301, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (523, 102301, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (524, 102301, 1, 1, 1, 0, 1000000, 11, 10, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (525, 102401, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (526, 102401, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (527, 102401, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (528, 102401, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (529, 102401, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (530, 102401, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (531, 102401, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (532, 102401, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (533, 102401, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (534, 102401, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (535, 102401, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (536, 102401, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (537, 102401, 1, 1, 1, 0, 1000000, 11, 92, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (538, 102401, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (539, 102401, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (540, 102401, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (541, 110101, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (542, 110101, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (543, 110101, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (544, 110101, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (545, 110101, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (546, 110101, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (547, 110101, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (548, 110101, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (549, 110101, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (550, 110101, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (551, 110101, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (552, 110101, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (553, 110101, 1, 1, 1, 0, 1000000, 11, 101, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (554, 110101, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (555, 110101, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (556, 110101, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (557, 110201, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (558, 110201, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (559, 110201, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (560, 110201, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (561, 110201, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (562, 110201, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (563, 110201, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (564, 110201, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (565, 110201, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (566, 110201, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (567, 110201, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (568, 110201, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (569, 110201, 1, 1, 1, 0, 1000000, 11, 102, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (570, 110201, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (571, 110201, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (572, 110201, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (573, 110301, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (574, 110301, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (575, 110301, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (576, 110301, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (577, 110301, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (578, 110301, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (579, 110301, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (580, 110301, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (581, 110301, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (582, 110301, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (583, 110301, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (584, 110301, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (585, 110301, 1, 1, 1, 0, 1000000, 11, 103, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (586, 110301, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (587, 110301, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (588, 110301, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (589, 110401, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (590, 110401, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (591, 110401, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (592, 110401, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (593, 110401, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (594, 110401, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (595, 110401, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (596, 110401, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (597, 110401, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (598, 110401, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (599, 110401, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (600, 110401, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (601, 110401, 1, 1, 1, 0, 1000000, 11, 104, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (602, 110401, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (603, 110401, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (604, 110401, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (605, 110501, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (606, 110501, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (607, 110501, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (608, 110501, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (609, 110501, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (610, 110501, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (611, 110501, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (612, 110501, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (613, 110501, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (614, 110501, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (615, 110501, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (616, 110501, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (617, 110501, 1, 1, 1, 0, 1000000, 11, 105, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (618, 110501, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (619, 110501, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (620, 110501, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (621, 110601, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (622, 110601, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (623, 110601, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (624, 110601, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (625, 110601, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (626, 110601, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (627, 110601, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (628, 110601, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (629, 110601, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (630, 110601, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (631, 110601, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (632, 110601, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (633, 110601, 1, 1, 1, 0, 1000000, 11, 106, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (634, 110601, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (635, 110601, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (636, 110601, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (637, 102501, 1, 1, 2, 5, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (638, 102501, 1, 1, 2, 5, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (639, 102501, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (640, 102501, 1, 1, 2, 5, 10000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (641, 102501, 1, 1, 2, 4, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (642, 102501, 1, 1, 2, 4, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (643, 102501, 1, 1, 2, 3, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (644, 102501, 1, 1, 2, 3, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (645, 102501, 1, 1, 2, 2, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (646, 102501, 1, 1, 2, 2, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (647, 102501, 1, 1, 2, 1, 400000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (648, 102501, 1, 1, 2, 1, 300000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (649, 102501, 1, 1, 1, 0, 1000000, 11, 80, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (650, 102501, 1, 18, 1, 0, 1000000, 91, 59, 400); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (651, 102501, 1, 18, 1, 0, 50000, 30, 110, 20); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (652, 102501, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (653, 910001, 1, 1, 2, 5, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (654, 910001, 1, 1, 2, 5, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (655, 910001, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (656, 910001, 1, 1, 2, 5, 20000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (657, 910001, 1, 1, 2, 4, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (658, 910001, 1, 1, 2, 4, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (659, 910001, 1, 1, 2, 3, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (660, 910001, 1, 1, 2, 3, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (661, 910001, 1, 1, 2, 2, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (662, 910001, 1, 1, 2, 2, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (663, 910001, 1, 1, 2, 1, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (664, 910001, 1, 1, 2, 1, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (665, 910001, 1, 1, 1, 0, 150000, 93, 44, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (666, 910001, 1, 18, 1, 0, 1000000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (667, 910001, 1, 18, 1, 0, 50000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (668, 910001, 1, 1, 1, 0, 1000000, 11, 1, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (669, 910002, 1, 1, 2, 5, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (670, 910002, 1, 1, 2, 5, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (671, 910002, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (672, 910002, 1, 1, 2, 5, 20000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (673, 910002, 1, 1, 2, 4, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (674, 910002, 1, 1, 2, 4, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (675, 910002, 1, 1, 2, 3, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (676, 910002, 1, 1, 2, 3, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (677, 910002, 1, 1, 2, 2, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (678, 910002, 1, 1, 2, 2, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (679, 910002, 1, 1, 2, 1, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (680, 910002, 1, 1, 2, 1, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (681, 910002, 1, 1, 1, 0, 150000, 93, 44, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (682, 910002, 1, 18, 1, 0, 1000000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (683, 910002, 1, 18, 1, 0, 50000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (684, 910002, 1, 1, 1, 0, 1000000, 11, 4, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (685, 910003, 1, 1, 2, 5, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (686, 910003, 1, 1, 2, 5, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (687, 910003, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (688, 910003, 1, 1, 2, 5, 20000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (689, 910003, 1, 1, 2, 4, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (690, 910003, 1, 1, 2, 4, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (691, 910003, 1, 1, 2, 3, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (692, 910003, 1, 1, 2, 3, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (693, 910003, 1, 1, 2, 2, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (694, 910003, 1, 1, 2, 2, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (695, 910003, 1, 1, 2, 1, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (696, 910003, 1, 1, 2, 1, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (697, 910003, 1, 1, 1, 0, 150000, 93, 44, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (698, 910003, 1, 18, 1, 0, 1000000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (699, 910003, 1, 18, 1, 0, 50000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (700, 910003, 1, 1, 1, 0, 1000000, 11, 7, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (701, 910004, 1, 1, 2, 5, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (702, 910004, 1, 1, 2, 5, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (703, 910004, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (704, 910004, 1, 1, 2, 5, 20000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (705, 910004, 1, 1, 2, 4, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (706, 910004, 1, 1, 2, 4, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (707, 910004, 1, 1, 2, 3, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (708, 910004, 1, 1, 2, 3, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (709, 910004, 1, 1, 2, 2, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (710, 910004, 1, 1, 2, 2, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (711, 910004, 1, 1, 2, 1, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (712, 910004, 1, 1, 2, 1, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (713, 910004, 1, 1, 1, 0, 150000, 93, 44, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (714, 910004, 1, 18, 1, 0, 1000000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (715, 910004, 1, 18, 1, 0, 50000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (716, 910004, 1, 1, 1, 0, 1000000, 11, 10, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (717, 910005, 1, 1, 2, 5, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (718, 910005, 1, 1, 2, 5, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (719, 910005, 1, 1, 2, 5, 50000, 90, 43, 5); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (720, 910005, 1, 1, 2, 5, 20000, 97, 115, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (721, 910005, 1, 1, 2, 4, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (722, 910005, 1, 1, 2, 4, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (723, 910005, 1, 1, 2, 3, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (724, 910005, 1, 1, 2, 3, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (725, 910005, 1, 1, 2, 2, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (726, 910005, 1, 1, 2, 2, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (727, 910005, 1, 1, 2, 1, 400000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (728, 910005, 1, 1, 2, 1, 300000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (729, 910005, 1, 1, 1, 0, 150000, 93, 44, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (730, 910005, 1, 18, 1, 0, 1000000, 91, 59, 600); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (731, 910005, 1, 18, 1, 0, 50000, 30, 110, 40); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (732, 910005, 1, 1, 1, 0, 1000000, 11, 13, 1); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (733, 6, 1, 18, 1, 0, 1000000, 91, 59, 200); INSERT INTO single_mode_reward_set (id, reward_set_id, order_min, order_max, reward_type, bonus, odds, item_category, item_id, item_num) VALUES (734, 6, 1, 18, 1, 0, 50000, 30, 110, 20); -- Table: single_mode_rival CREATE TABLE 'single_mode_rival' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'turn' INTEGER NOT NULL, 'race_program_id' INTEGER NOT NULL, 'rival_flag_id' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'rival_chara_id' INTEGER NOT NULL, 'single_mode_npc_id' INTEGER NOT NULL, 'frame_order' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('chara_id','turn','race_program_id','rival_chara_id')); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1, 1001, 25, 193, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (2, 1001, 29, 169, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (3, 1001, 31, 163, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (4, 1001, 34, 166, 0, 1, 1020, 1020001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (5, 1001, 43, 87, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (6, 1001, 44, 168, 0, 1, 1020, 1020002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (7, 1001, 48, 81, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (8, 1001, 54, 13, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (9, 1001, 56, 4, 0, 1, 1020, 1020003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (10, 1001, 64, 82, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (11, 1001, 68, 76, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (12, 1001, 22, 635, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (13, 1001, 24, 625, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (14, 1001, 29, 169, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (15, 1001, 31, 163, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (16, 1001, 34, 166, 0, 1, 1061, 1061001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (17, 1001, 42, 84, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (18, 1001, 44, 168, 0, 1, 1061, 1061002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (19, 1001, 48, 81, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (20, 1001, 51, 23, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (21, 1001, 54, 2, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (22, 1001, 59, 73, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (23, 1001, 66, 75, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (24, 1001, 68, 76, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (25, 1001, 70, 78, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (26, 1001, 27, 183, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (27, 1001, 31, 172, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (28, 1001, 33, 164, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (29, 1001, 43, 86, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (30, 1001, 70, 79, 0, 1, 1014, 1014001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (31, 1001, 20, 649, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (32, 1001, 21, 626, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (33, 1001, 23, 624, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (34, 1001, 43, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (35, 1001, 45, 90, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (36, 1001, 48, 81, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (37, 1001, 57, 16, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (38, 1001, 59, 73, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (39, 1001, 60, 74, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (40, 1001, 67, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (41, 1001, 72, 81, 0, 1, 1011, 1011001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (42, 1002, 33, 209, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (43, 1002, 34, 166, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (44, 1002, 42, 84, 0, 1, 1056, 1056001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (45, 1002, 44, 168, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (46, 1002, 53, 11, 0, 1, 1056, 1056002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (47, 1002, 59, 93, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (48, 1002, 72, 81, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (49, 1002, 40, 82, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (50, 1002, 44, 76, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (51, 1002, 46, 79, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (52, 1002, 48, 81, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (53, 1002, 54, 3, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (54, 1002, 59, 93, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (55, 1002, 60, 74, 0, 1, 1018, 1018001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (56, 1002, 64, 82, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (57, 1002, 69, 77, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (58, 1002, 70, 79, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (59, 1002, 72, 81, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (60, 1002, 67, 86, 0, 1, 1011, 1011003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (61, 1002, 69, 90, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (62, 1002, 72, 81, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (63, 1002, 67, 86, 0, 1, 1014, 1014005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (64, 1002, 70, 79, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (65, 1002, 70, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (66, 1003, 54, 12, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (67, 1003, 56, 4, 0, 1, 1013, 1013003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (68, 1003, 72, 81, 0, 1, 1017, 1017001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (69, 1004, 54, 3, 0, 1, 1017, 1017002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (70, 1004, 59, 73, 0, 1, 1011, 1011004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (71, 1004, 68, 76, 0, 1, 1001, 1001005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (72, 1006, 27, 181, 0, 1, 1045, 10450, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (73, 1006, 28, 199, 0, 1, 1045, 10450, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (74, 1006, 42, 84, 0, 1, 1045, 10450, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (75, 1006, 44, 168, 0, 1, 1045, 10450, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (76, 1006, 48, 81, 0, 1, 1045, 1045001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (77, 1006, 54, 3, 0, 1, 1045, 1045002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (78, 1006, 67, 87, 0, 1, 1045, 1045003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (79, 1006, 72, 81, 0, 1, 1045, 1045004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (80, 1006, 49, 18, 0, 1, 1021, 10210, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (81, 1006, 54, 12, 0, 1, 1021, 10210, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (82, 1006, 56, 4, 0, 1, 1021, 1021001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (83, 1006, 68, 76, 0, 1, 1021, 1021002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (84, 1006, 72, 81, 0, 1, 1021, 1021003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (85, 1007, 48, 81, 0, 1, 1037, 1037001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (86, 1007, 54, 3, 0, 1, 1037, 10370, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (87, 1007, 56, 4, 0, 1, 1037, 1037002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (88, 1007, 67, 86, 0, 1, 1037, 10370, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (89, 1007, 72, 81, 0, 1, 1037, 1037003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (90, 1007, 60, 74, 0, 1, 1048, 1048001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (91, 1007, 64, 82, 0, 1, 1048, 10480, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (92, 1007, 68, 76, 0, 1, 1048, 1048002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (93, 1007, 70, 79, 0, 1, 1048, 10480, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (94, 1007, 72, 81, 0, 1, 1048, 1048003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (95, 1008, 14, 637, 0, 1, 1009, 10090, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (96, 1008, 25, 178, 0, 1, 1009, 10090, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (97, 1008, 29, 185, 0, 1, 1009, 1009001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (98, 1008, 31, 162, 0, 1, 1009, 1009002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (99, 1008, 34, 166, 0, 2, 1009, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (100, 1008, 41, 176, 0, 1, 1009, 10090, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (101, 1008, 44, 167, 0, 1, 1009, 1009003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (102, 1008, 45, 77, 0, 1, 1009, 1009004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (103, 1008, 48, 81, 0, 1, 1009, 1009005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (104, 1008, 54, 3, 0, 1, 1009, 10090, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (105, 1008, 68, 76, 0, 1, 1009, 1009006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (106, 1008, 72, 81, 0, 1, 1009, 10090, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (107, 1009, 23, 623, 0, 1, 1008, 10080, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (108, 1009, 27, 197, 0, 1, 1008, 10080, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (109, 1009, 29, 185, 0, 1, 1008, 1008001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (110, 1009, 31, 162, 0, 1, 1008, 1008002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (111, 1009, 34, 166, 0, 1, 1008, 1008003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (112, 1009, 36, 74, 0, 1, 1008, 10080, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (113, 1009, 44, 167, 0, 1, 1008, 1008004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (114, 1009, 46, 79, 0, 1, 1008, 10080, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (115, 1009, 68, 76, 0, 1, 1008, 1008005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (116, 1009, 70, 79, 0, 1, 1008, 10080, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (117, 1010, 29, 169, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (118, 1010, 33, 209, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (119, 1010, 34, 166, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (120, 1010, 42, 84, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (121, 1010, 44, 76, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (122, 1010, 46, 78, 0, 1, 1002, 1002001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (123, 1010, 52, 26, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (124, 1010, 53, 11, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (125, 1010, 60, 74, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (126, 1010, 67, 86, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (127, 1010, 68, 76, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (128, 1010, 70, 78, 0, 1, 1002, 1002002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (129, 1011, 0, 0, 0, 2, 1004, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (130, 1011, 27, 181, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (131, 1011, 29, 169, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (132, 1011, 31, 163, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (133, 1011, 34, 166, 0, 1, 1001, 1001001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (134, 1011, 42, 84, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (135, 1011, 44, 168, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (136, 1011, 46, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (137, 1011, 50, 8, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (138, 1011, 54, 12, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (139, 1011, 56, 4, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (140, 1011, 60, 74, 0, 1, 1001, 1001002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (141, 1011, 67, 87, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (142, 1011, 68, 76, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (143, 1011, 70, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (144, 1011, 72, 81, 0, 1, 1001, 1001003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (145, 1011, 27, 183, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (146, 1011, 31, 172, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (147, 1011, 33, 164, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (148, 1011, 34, 166, 0, 1, 1014, 1014002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (149, 1011, 46, 79, 0, 1, 1014, 1014003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (150, 1011, 67, 86, 0, 1, 1014, 1014004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (151, 1011, 25, 193, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (152, 1011, 29, 169, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (153, 1011, 31, 163, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (154, 1011, 34, 166, 0, 1, 1020, 1020004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (155, 1011, 43, 87, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (156, 1011, 44, 168, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (157, 1011, 48, 81, 0, 1, 1020, 1020005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (158, 1011, 54, 13, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (159, 1011, 56, 4, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (160, 1011, 64, 82, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (161, 1011, 68, 76, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (162, 1011, 36, 74, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (163, 1011, 43, 86, 0, 1, 1002, 1002003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (164, 1011, 44, 76, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (165, 1011, 67, 86, 0, 1, 1002, 1002003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (166, 1013, 25, 193, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (167, 1013, 29, 169, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (168, 1013, 31, 163, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (169, 1013, 34, 166, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (170, 1013, 44, 168, 0, 1, 1027, 1027001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (171, 1013, 48, 81, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (172, 1013, 52, 10, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (173, 1013, 56, 4, 0, 1, 1027, 1027002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (174, 1013, 60, 1071, 0, 1, 1027, 1027003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (175, 1013, 72, 81, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (176, 1014, 27, 181, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (177, 1014, 29, 169, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (178, 1014, 31, 163, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (179, 1014, 34, 166, 0, 1, 1001, 1001006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (180, 1014, 42, 84, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (181, 1014, 44, 168, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (182, 1014, 46, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (183, 1014, 50, 8, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (184, 1014, 54, 12, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (185, 1014, 56, 4, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (186, 1014, 67, 87, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (187, 1014, 68, 76, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (188, 1014, 70, 79, 0, 1, 1001, 1001007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (189, 1014, 72, 81, 0, 1, 1001, 1001008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (190, 1014, 43, 86, 0, 1, 1002, 1002006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (191, 1014, 52, 26, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (192, 1014, 53, 11, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (193, 1014, 60, 74, 0, 1, 1002, 1002007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (194, 1014, 68, 76, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (195, 1014, 20, 649, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (196, 1014, 21, 626, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (197, 1014, 23, 624, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (198, 1014, 43, 86, 0, 1, 1011, 1011005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (199, 1014, 45, 90, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (200, 1014, 48, 81, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (201, 1014, 57, 16, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (202, 1014, 59, 73, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (203, 1014, 67, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (204, 1014, 72, 81, 0, 1, 1011, 1011006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (205, 1014, 25, 193, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (206, 1014, 29, 169, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (207, 1014, 31, 163, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (208, 1014, 34, 166, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (209, 1014, 43, 87, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (210, 1014, 44, 168, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (211, 1014, 48, 81, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (212, 1014, 54, 13, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (213, 1014, 56, 4, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (214, 1014, 64, 82, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (215, 1014, 68, 76, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (216, 1014, 60, 74, 0, 1, 1018, 1018002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (217, 1017, 72, 81, 0, 1, 1004, 1004001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (218, 1017, 0, 0, 0, 2, 1003, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (219, 1017, 0, 0, 0, 2, 1013, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (220, 1018, 52, 26, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (221, 1018, 53, 11, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (222, 1018, 60, 74, 0, 1, 1002, 1002008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (223, 1018, 67, 86, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (224, 1018, 68, 76, 0, 1, 1002, 1002009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (225, 1018, 0, 0, 0, 2, 1059, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (226, 1024, 48, 81, 0, 1, 1012, 1012002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (227, 1024, 59, 73, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (228, 1024, 69, 77, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (229, 1024, 72, 81, 0, 1, 1012, 1012003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (230, 1024, 48, 81, 0, 1, 1016, 1016001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (231, 1024, 54, 12, 0, 1, 1016, 1016002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (232, 1024, 56, 4, 0, 1, 1016, 1016003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (233, 1024, 72, 81, 0, 1, 1016, 1016004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (234, 1027, 44, 168, 0, 1, 1013, 1013004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (235, 1027, 54, 12, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (236, 1027, 56, 4, 0, 1, 1013, 1013005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (237, 1027, 60, 1071, 0, 1, 1013, 1013006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (238, 1027, 67, 87, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (239, 1027, 70, 79, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (240, 1027, 72, 81, 0, 1, 1013, 1013007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (241, 1027, 48, 81, 0, 1, 1006, 1006001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (242, 1027, 72, 81, 0, 1, 1006, 1006002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (243, 1027, 23, 624, 0, 1, 1031, 10310, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (244, 1027, 27, 183, 0, 1, 1031, 10310, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (245, 1027, 29, 169, 0, 1, 1031, 10310, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (246, 1027, 31, 163, 0, 1, 1031, 1031001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (247, 1027, 34, 166, 0, 1, 1031, 1031002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (248, 1030, 30, 171, 0, 1, 1041, 1041001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (249, 1030, 31, 172, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (250, 1030, 41, 110, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (251, 1030, 42, 75, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (252, 1030, 54, 2, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (253, 1030, 59, 73, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (254, 1030, 66, 75, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (255, 1030, 70, 78, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (256, 1030, 54, 3, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (257, 1030, 56, 4, 0, 1, 1013, 1013001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (258, 1030, 72, 81, 0, 1, 1013, 1013002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (259, 1030, 72, 81, 0, 1, 1024, 1024001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (260, 1030, 23, 624, 0, 1, 1026, 10260, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (261, 1030, 30, 171, 0, 1, 1026, 1026001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (262, 1030, 31, 163, 0, 1, 1026, 10260, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (263, 1030, 34, 166, 0, 1, 1026, 1026002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (264, 1030, 42, 84, 0, 1, 1026, 10260, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (265, 1030, 44, 168, 0, 1, 1026, 1026003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (266, 1030, 72, 81, 0, 1, 1026, 1026004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (267, 1030, 66, 85, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (268, 1030, 67, 87, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (269, 1030, 70, 79, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (270, 1030, 72, 81, 0, 1, 1012, 1012001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (271, 1032, 29, 169, 0, 1, 1025, 1025001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (272, 1032, 42, 177, 0, 1, 1025, 10250, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (273, 1032, 44, 168, 0, 1, 1025, 1025002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (274, 1032, 48, 81, 0, 1, 1025, 10250, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (275, 1032, 54, 13, 0, 1, 1025, 10250, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (276, 1032, 56, 4, 0, 1, 1025, 10250, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (277, 1032, 72, 81, 0, 1, 1025, 1025003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (278, 1035, 25, 178, 0, 1, 1050, 10500, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (279, 1035, 29, 169, 0, 1, 1050, 1050001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (280, 1035, 31, 163, 0, 1, 1050, 1050002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (281, 1035, 34, 166, 0, 1, 1050, 1050003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (282, 1035, 44, 168, 0, 1, 1050, 1050004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (283, 1035, 54, 3, 0, 1, 1050, 1050005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (284, 1035, 56, 4, 0, 1, 1050, 10500, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (285, 1035, 58, 17, 0, 1, 1050, 10500, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (286, 1035, 72, 81, 0, 1, 1050, 1050006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (287, 1035, 21, 627, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (288, 1035, 23, 624, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (289, 1035, 27, 183, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (290, 1035, 30, 202, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (291, 1035, 31, 163, 0, 1, 1023, 1023001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (292, 1035, 34, 166, 0, 1, 1023, 1023002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (293, 1035, 44, 168, 0, 1, 1023, 1023003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (294, 1035, 48, 81, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (295, 1035, 51, 9, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (296, 1035, 56, 4, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (297, 1035, 60, 74, 0, 1, 1023, 1023040, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (298, 1035, 66, 85, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (299, 1035, 72, 81, 0, 1, 1023, 1023005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (300, 1035, 54, 3, 0, 1, 1060, 1060001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (301, 1035, 72, 81, 0, 1, 1003, 1003001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (302, 1041, 18, 646, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (303, 1041, 30, 171, 0, 1, 1030, 1030001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (304, 1041, 31, 163, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (305, 1041, 34, 166, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (306, 1041, 42, 177, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (307, 1041, 44, 168, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (308, 1041, 48, 81, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (309, 1041, 54, 13, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (310, 1041, 56, 4, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (311, 1041, 66, 85, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (312, 1041, 68, 76, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (313, 1041, 70, 79, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (314, 1041, 72, 81, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (315, 1041, 23, 624, 0, 1, 1026, 10260, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (316, 1041, 30, 171, 0, 1, 1026, 1026005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (317, 1041, 31, 163, 0, 1, 1026, 10260, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (318, 1041, 34, 166, 0, 1, 1026, 10260, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (319, 1041, 42, 84, 0, 1, 1026, 10260, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (320, 1041, 44, 168, 0, 1, 1026, 10260, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (321, 1041, 17, 630, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (322, 1041, 21, 627, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (323, 1041, 23, 623, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (324, 1041, 29, 185, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (325, 1041, 31, 162, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (326, 1041, 42, 75, 0, 1, 1051, 1051001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (327, 1041, 54, 2, 0, 1, 1051, 1051002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (328, 1041, 56, 15, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (329, 1041, 59, 73, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (330, 1041, 66, 75, 0, 1, 1051, 1051003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (331, 1041, 68, 89, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (332, 1045, 30, 188, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (333, 1045, 31, 172, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (334, 1045, 43, 86, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (335, 1045, 44, 76, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (336, 1045, 46, 79, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (337, 1045, 48, 81, 0, 1, 1006, 1006003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (338, 1045, 66, 85, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (339, 1045, 67, 86, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (340, 1045, 68, 76, 0, 1, 1006, 1006004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (341, 1045, 70, 79, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (342, 1045, 72, 81, 0, 1, 1006, 1006005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (343, 1045, 48, 81, 0, 1, 1021, 1021004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (344, 1045, 49, 18, 0, 1, 1021, 10210, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (345, 1045, 54, 12, 0, 1, 1021, 10210, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (346, 1045, 56, 4, 0, 1, 1021, 1021005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (347, 1045, 72, 81, 0, 1, 1021, 1021006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (348, 1052, 36, 74, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (349, 1052, 43, 87, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (350, 1052, 44, 76, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (351, 1052, 46, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (352, 1052, 48, 81, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (353, 1052, 72, 81, 0, 1, 1001, 1001004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (354, 1052, 35, 73, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (355, 1052, 36, 74, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (356, 1052, 43, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (357, 1052, 48, 81, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (358, 1052, 72, 81, 0, 1, 1011, 1011002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (359, 1052, 40, 82, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (360, 1052, 44, 76, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (361, 1052, 72, 81, 0, 1, 1020, 1020006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (362, 1056, 29, 169, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (363, 1056, 33, 209, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (364, 1056, 34, 166, 0, 1, 1002, 1002004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (365, 1056, 42, 84, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (366, 1056, 44, 76, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (367, 1056, 46, 78, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (368, 1056, 52, 26, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (369, 1056, 53, 11, 0, 1, 1002, 1002005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (370, 1056, 60, 74, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (371, 1056, 67, 86, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (372, 1056, 68, 76, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (373, 1060, 26, 195, 0, 1, 1003, 1003002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (374, 1060, 30, 202, 0, 1, 1003, 10030, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (375, 1060, 31, 163, 0, 1, 1003, 10030, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (376, 1060, 34, 166, 0, 1, 1003, 10030, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (377, 1060, 54, 3, 0, 1, 1003, 10030, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (378, 1060, 56, 4, 0, 1, 1003, 10030, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (380, 1060, 70, 79, 0, 1, 1003, 10030, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (381, 1060, 72, 81, 0, 1, 1003, 1003003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (382, 1060, 48, 81, 0, 1, 1013, 1013008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (383, 1060, 54, 12, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (384, 1060, 56, 4, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (385, 1060, 60, 74, 0, 1, 1013, 1013009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (386, 1060, 72, 81, 0, 1, 1013, 1013010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (387, 1060, 48, 81, 0, 1, 1027, 1027004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (388, 1060, 50, 8, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (389, 1060, 54, 13, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (390, 1060, 60, 74, 0, 1, 1027, 1027005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (391, 1060, 72, 81, 0, 1, 1027, 1027006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (392, 1060, 0, 0, 0, 2, 1017, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (393, 1061, 27, 181, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (394, 1061, 29, 169, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (395, 1061, 31, 163, 0, 1, 1001, 1001009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (396, 1061, 34, 166, 0, 1, 1001, 1001010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (397, 1061, 42, 84, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (398, 1061, 44, 168, 0, 1, 1001, 1001011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (399, 1061, 46, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (400, 1061, 50, 8, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (401, 1061, 54, 12, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (402, 1061, 56, 4, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (403, 1061, 60, 74, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (404, 1061, 67, 87, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (405, 1061, 68, 76, 0, 1, 1001, 1001012, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (406, 1061, 70, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (407, 1061, 72, 81, 0, 1, 1001, 1001013, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (408, 1061, 25, 193, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (409, 1061, 29, 169, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (410, 1061, 31, 163, 0, 1, 1020, 1020007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (411, 1061, 34, 166, 0, 1, 1020, 1020008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (412, 1061, 43, 87, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (413, 1061, 44, 168, 0, 1, 1020, 1020009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (414, 1061, 48, 81, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (415, 1061, 54, 13, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (416, 1061, 56, 4, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (417, 1061, 64, 82, 0, 1, 1020, 10200, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (418, 1061, 68, 76, 0, 1, 1020, 1020010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (419, 1061, 72, 81, 0, 1, 1020, 1020011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (420, 1061, 20, 649, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (421, 1061, 21, 626, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (422, 1061, 23, 624, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (423, 1061, 43, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (424, 1061, 45, 90, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (425, 1061, 48, 81, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (426, 1061, 57, 16, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (427, 1061, 60, 74, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (428, 1061, 67, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (429, 1061, 72, 81, 0, 1, 1011, 1011007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (430, 1061, 27, 183, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (431, 1061, 31, 172, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (432, 1061, 33, 164, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (433, 1061, 43, 86, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (434, 1061, 46, 79, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (435, 1061, 72, 81, 0, 1, 1014, 1014006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (436, 1061, 51, 9, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (437, 1061, 54, 12, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (438, 1061, 56, 4, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (439, 1061, 60, 74, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (440, 1061, 67, 87, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (441, 1061, 68, 76, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (442, 1061, 70, 79, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (443, 1061, 72, 81, 0, 1, 1015, 1015001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (444, 1061, 0, 0, 0, 2, 1039, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (445, 1015, 36, 74, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (446, 1015, 43, 87, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (447, 1015, 44, 76, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (448, 1015, 46, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (449, 1015, 48, 81, 0, 1, 1001, 1001014, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (450, 1015, 35, 73, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (451, 1015, 36, 74, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (452, 1015, 43, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (453, 1015, 48, 81, 0, 1, 1011, 1011008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (454, 1015, 54, 13, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (455, 1015, 57, 16, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (456, 1015, 72, 81, 0, 1, 1011, 1011009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (457, 1015, 72, 81, 0, 1, 1014, 1014007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (458, 1015, 23, 1051, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (459, 1015, 24, 625, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (460, 1015, 29, 169, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (461, 1015, 31, 163, 0, 1, 1033, 1033001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (462, 1015, 34, 166, 0, 1, 1033, 1033002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (463, 1015, 42, 84, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (464, 1015, 44, 168, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (465, 1015, 49, 6, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (466, 1015, 53, 11, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (467, 1015, 54, 13, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (468, 1015, 57, 64, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (469, 1015, 60, 74, 0, 1, 1058, 1058001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (470, 1015, 66, 85, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (471, 1015, 68, 76, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (472, 1015, 70, 79, 0, 1, 1058, 1058002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (485, 1009, 21, 1040, 0, 1, 1008, 10080, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (486, 1013, 22, 1047, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (487, 1013, 23, 1053, 0, 1, 1027, 10270, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (488, 1001, 21, 1040, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (489, 1024, 68, 76, 0, 2, 1003, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (490, 1026, 18, 646, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (491, 1026, 30, 171, 0, 1, 1030, 1030002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (492, 1026, 31, 163, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (493, 1026, 34, 166, 0, 1, 1030, 1030003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (494, 1026, 42, 84, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (495, 1026, 44, 168, 0, 1, 1030, 1030004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (496, 1026, 48, 81, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (497, 1026, 54, 13, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (498, 1026, 56, 4, 0, 1, 1030, 1030005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (499, 1026, 60, 74, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (500, 1026, 72, 81, 0, 1, 1030, 1030006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (501, 1026, 56, 4, 0, 1, 1013, 1013011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (502, 1026, 60, 74, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (503, 1026, 67, 87, 0, 1, 1013, 10130, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (504, 1026, 72, 81, 0, 1, 1013, 1013012, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (505, 1026, 70, 79, 0, 1, 1003, 1003004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (506, 1026, 72, 81, 0, 1, 1003, 1003005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (507, 1026, 54, 3, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (508, 1026, 68, 76, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (509, 1026, 72, 81, 0, 1, 1060, 1060002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (510, 1026, 30, 171, 0, 1, 1041, 1041002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (511, 1026, 42, 75, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (512, 1026, 54, 2, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (513, 1026, 59, 73, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (514, 1026, 66, 75, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (515, 1026, 70, 78, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (516, 1023, 24, 625, 0, 1, 1050, 10500, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (517, 1023, 25, 178, 0, 1, 1050, 10500, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (518, 1023, 29, 169, 0, 1, 1050, 10500, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (519, 1023, 31, 163, 0, 1, 1050, 1050007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (520, 1023, 34, 166, 0, 1, 1050, 1050008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (521, 1023, 44, 168, 0, 1, 1050, 1050009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (522, 1023, 56, 1076, 0, 1, 1050, 1050010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (523, 1023, 58, 17, 0, 1, 1050, 10500, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (524, 1023, 24, 625, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (525, 1023, 29, 169, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (526, 1023, 31, 163, 0, 1, 1035, 1035001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (527, 1023, 34, 166, 0, 1, 1035, 1035002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (528, 1023, 42, 84, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (529, 1023, 44, 168, 0, 1, 1035, 1035003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (530, 1023, 46, 79, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (531, 1023, 48, 81, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (532, 1023, 66, 85, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (533, 1023, 68, 76, 0, 1, 1035, 1035004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (534, 1023, 48, 81, 0, 1, 1003, 1003006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (535, 1023, 72, 81, 0, 1, 1016, 1016005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (536, 1038, 42, 75, 0, 1, 1051, 1051004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (537, 1038, 45, 77, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (538, 1038, 56, 15, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (539, 1038, 68, 89, 0, 1, 1051, 10510, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (540, 1038, 44, 89, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (541, 1038, 46, 78, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (542, 1038, 50, 21, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (543, 1038, 52, 1, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (544, 1038, 54, 2, 0, 1, 1054, 1054001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (545, 1038, 59, 73, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (546, 1038, 65, 83, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (547, 1038, 68, 89, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (548, 1038, 70, 78, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (549, 1038, 41, 110, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (550, 1038, 46, 153, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (551, 1038, 55, 31, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (552, 1038, 59, 73, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (553, 1038, 66, 75, 0, 1, 1010, 1010001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (554, 1038, 68, 89, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (555, 1038, 44, 89, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (556, 1038, 46, 78, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (557, 1038, 50, 21, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (558, 1038, 59, 73, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (559, 1038, 65, 83, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (560, 1038, 66, 75, 0, 1, 1028, 1028001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (561, 1038, 68, 89, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (562, 1038, 70, 78, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (563, 1038, 44, 89, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (564, 1038, 46, 78, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (565, 1038, 57, 16, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (566, 1038, 59, 73, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (567, 1038, 66, 75, 0, 1, 1041, 1041003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (568, 1038, 70, 78, 0, 1, 1041, 10410, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (569, 1050, 19, 648, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (570, 1050, 21, 627, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (571, 1050, 23, 624, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (572, 1050, 27, 183, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (573, 1050, 30, 202, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (574, 1050, 31, 163, 0, 1, 1023, 1023006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (575, 1050, 34, 166, 0, 1, 1023, 1023007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (576, 1050, 42, 84, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (577, 1050, 44, 168, 0, 1, 1023, 1023008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (578, 1050, 48, 81, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (579, 1050, 51, 9, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (580, 1050, 56, 1076, 0, 1, 1023, 1023009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (581, 1050, 60, 74, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (582, 1050, 66, 85, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (583, 1050, 68, 76, 0, 1, 1023, 1023010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (584, 1050, 72, 81, 0, 1, 1023, 1023011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (585, 1050, 22, 1047, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (586, 1050, 29, 169, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (587, 1050, 31, 163, 0, 1, 1035, 1035005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (588, 1050, 34, 166, 0, 1, 1035, 1035006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (589, 1050, 42, 84, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (590, 1050, 44, 168, 0, 1, 1035, 1035007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (591, 1050, 46, 79, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (592, 1050, 48, 81, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (593, 1050, 66, 85, 0, 1, 1035, 10350, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (594, 1050, 68, 76, 0, 1, 1035, 1035008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (595, 1050, 72, 81, 0, 1, 1035, 1035009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (596, 1050, 50, 8, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (597, 1050, 54, 3, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (598, 1050, 56, 1076, 0, 1, 1060, 1060003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (599, 1050, 60, 74, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (600, 1050, 67, 86, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (601, 1050, 68, 76, 0, 1, 1060, 1060004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (602, 1050, 70, 79, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (603, 1050, 72, 81, 0, 1, 1060, 1060005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (604, 1050, 51, 9, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (605, 1050, 54, 13, 0, 1, 1030, 1030007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (606, 1050, 72, 81, 0, 1, 1030, 1030008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (607, 1046, 68, 76, 0, 1, 1009, 10090, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (608, 1046, 70, 81, 0, 1, 1009, 10090, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (609, 1016, 36, 74, 0, 1, 1023, 1023012, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (610, 1016, 42, 85, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (611, 1016, 44, 76, 0, 1, 1023, 10230, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (612, 1016, 72, 1082, 0, 1, 1023, 1023013, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (613, 1016, 72, 1086, 0, 1, 1023, 1023014, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (614, 1016, 19, 1035, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (615, 1016, 21, 626, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (616, 1016, 23, 623, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (617, 1016, 25, 180, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (618, 1016, 27, 182, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (619, 1016, 31, 162, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (620, 1016, 34, 165, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (621, 1016, 38, 103, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (622, 1016, 41, 176, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (623, 1016, 44, 167, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (624, 1016, 48, 1089, 0, 1, 1012, 1012004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (625, 1016, 66, 85, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (626, 1016, 67, 87, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (627, 1016, 70, 1085, 0, 1, 1012, 1012005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (628, 1016, 72, 1082, 0, 1, 1024, 1024002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (629, 1016, 72, 1086, 0, 1, 1024, 1024003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (630, 1016, 48, 1089, 0, 1, 1030, 1030009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (631, 1016, 51, 9, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (632, 1016, 54, 13, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (633, 1016, 56, 1083, 0, 1, 1030, 1030010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (634, 1016, 37, 100, 0, 1, 1066, 10660, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (635, 1016, 45, 115, 0, 1, 1066, 10660, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (636, 1016, 48, 1089, 0, 1, 1066, 10660, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (637, 1016, 50, 8, 0, 1, 1066, 10660, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (638, 1016, 57, 34, 0, 1, 1066, 10660, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (639, 1016, 60, 1022, 0, 1, 1066, 10660, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (640, 1016, 36, 74, 0, 1, 1062, 10620, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (641, 1016, 43, 86, 0, 1, 1062, 10620, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (642, 1016, 44, 76, 0, 1, 1062, 10620, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (643, 1016, 61, 100, 0, 1, 1062, 10620, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (644, 1016, 68, 1084, 0, 1, 1062, 1062001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (645, 1016, 70, 1085, 0, 1, 1062, 10620, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (646, 1016, 71, 91, 0, 1, 1062, 10620, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (647, 1016, 56, 1079, 0, 1, 1013, 1013013, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (648, 1016, 56, 1079, 0, 1, 1026, 1026006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (649, 1016, 68, 1080, 0, 1, 1006, 1006006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (650, 1016, 70, 1081, 0, 1, 1017, 1017003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (651, 1016, 72, 1082, 0, 2, 1018, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (652, 1016, 72, 1086, 0, 2, 1018, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (653, 1020, 27, 181, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (654, 1020, 29, 169, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (655, 1020, 31, 163, 0, 1, 1001, 1001015, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (656, 1020, 34, 166, 0, 1, 1001, 1001016, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (657, 1020, 42, 84, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (658, 1020, 44, 168, 0, 1, 1001, 1001017, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (659, 1020, 46, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (660, 1020, 50, 8, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (661, 1020, 54, 12, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (662, 1020, 56, 4, 0, 1, 1001, 1001018, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (663, 1020, 60, 74, 0, 1, 1001, 1001019, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (664, 1020, 67, 87, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (665, 1020, 68, 76, 0, 1, 1001, 1001020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (666, 1020, 70, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (667, 1020, 72, 81, 0, 1, 1001, 1001021, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (668, 1020, 21, 1040, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (669, 1020, 22, 635, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (670, 1020, 24, 625, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (671, 1020, 29, 169, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (672, 1020, 31, 163, 0, 1, 1061, 1061003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (673, 1020, 34, 166, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (674, 1020, 42, 84, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (675, 1020, 44, 168, 0, 1, 1061, 1061004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (676, 1020, 48, 81, 0, 1, 1061, 1061005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (677, 1020, 51, 23, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (678, 1020, 52, 10, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (679, 1020, 54, 2, 0, 1, 1061, 1061006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (680, 1020, 59, 73, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (681, 1020, 60, 74, 0, 1, 1061, 1061007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (682, 1020, 67, 86, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (683, 1020, 68, 76, 0, 1, 1061, 1061008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (684, 1020, 70, 78, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (685, 1020, 20, 649, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (686, 1020, 21, 626, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (687, 1020, 23, 624, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (688, 1020, 43, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (689, 1020, 45, 90, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (690, 1020, 48, 81, 0, 1, 1011, 1011010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (691, 1020, 59, 73, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (692, 1020, 60, 74, 0, 1, 1011, 1011011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (693, 1020, 67, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (694, 1020, 72, 81, 0, 1, 1011, 1011012, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (695, 1020, 27, 183, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (696, 1020, 31, 172, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (697, 1020, 33, 164, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (698, 1020, 43, 86, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (699, 1020, 46, 79, 0, 1, 1014, 10140, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (700, 1020, 71, 91, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (701, 1020, 72, 81, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (702, 1012, 21, 627, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (703, 1012, 23, 624, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (704, 1012, 27, 183, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (705, 1012, 30, 171, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (706, 1012, 31, 163, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (707, 1012, 34, 166, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (708, 1012, 44, 168, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (709, 1012, 48, 81, 0, 1, 1016, 1016006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (710, 1012, 54, 12, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (711, 1012, 68, 76, 0, 1, 1016, 1016007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (712, 1012, 70, 79, 0, 1, 1016, 1016008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (713, 1012, 72, 81, 0, 1, 1016, 1016009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (714, 1012, 72, 81, 0, 1, 1024, 1024004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (715, 1012, 48, 81, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (716, 1012, 51, 9, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (717, 1012, 67, 87, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (718, 1012, 70, 79, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (719, 1012, 72, 81, 0, 1, 1060, 10600, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (720, 1012, 48, 81, 0, 1, 1030, 1030011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (721, 1012, 51, 9, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (722, 1012, 54, 13, 0, 1, 1030, 10300, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (723, 1012, 56, 4, 0, 1, 1030, 1030012, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (724, 1012, 31, 172, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (725, 1012, 42, 75, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (726, 1012, 44, 89, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (727, 1012, 46, 78, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (728, 1012, 52, 27, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (729, 1012, 59, 73, 0, 1, 1054, 1054002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (730, 1012, 65, 83, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (731, 1012, 66, 75, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (732, 1012, 70, 78, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (733, 1005, 42, 84, 0, 1, 1024, 10240, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (734, 1005, 44, 168, 0, 1, 1024, 1024005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (735, 1005, 48, 81, 0, 1, 1024, 10240, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (736, 1005, 54, 12, 0, 1, 1024, 10240, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (737, 1005, 56, 4, 0, 1, 1024, 10240, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (738, 1005, 60, 74, 0, 1, 1024, 10240, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (739, 1005, 66, 85, 0, 1, 1024, 10240, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (740, 1005, 68, 76, 0, 1, 1024, 1024006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (741, 1005, 72, 81, 0, 1, 1024, 1024007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (742, 1005, 42, 75, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (743, 1005, 44, 89, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (744, 1005, 46, 78, 0, 1, 1028, 1028002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (745, 1005, 50, 21, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (746, 1005, 54, 2, 0, 1, 1028, 1028003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (747, 1005, 59, 73, 0, 1, 1028, 1028004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (748, 1005, 66, 75, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (749, 1005, 68, 89, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (750, 1005, 70, 78, 0, 1, 1028, 10280, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (751, 1005, 41, 83, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (752, 1005, 42, 75, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (753, 1005, 46, 78, 0, 1, 1054, 1054003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (754, 1005, 54, 2, 0, 1, 1054, 1054004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (755, 1005, 55, 31, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (756, 1005, 59, 73, 0, 1, 1054, 1054005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (757, 1005, 66, 75, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (758, 1005, 68, 89, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (759, 1005, 70, 78, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (760, 1005, 42, 85, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (761, 1005, 43, 87, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (762, 1005, 46, 79, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (763, 1005, 48, 81, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (764, 1005, 59, 73, 0, 1, 1012, 1012006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (765, 1005, 69, 77, 0, 1, 1012, 10120, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (766, 1005, 72, 81, 0, 1, 1012, 1012007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (767, 1005, 44, 76, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (768, 1005, 46, 79, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (769, 1005, 48, 81, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (770, 1005, 54, 2, 0, 1, 1016, 1016010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (771, 1005, 56, 4, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (772, 1005, 31, 163, 0, 2, 1001, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (773, 1005, 31, 163, 0, 2, 1038, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (774, 1005, 31, 163, 0, 2, 1046, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (775, 1040, 48, 81, 0, 1, 1021, 1021007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (776, 1040, 54, 12, 0, 1, 1021, 10210, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (777, 1040, 56, 4, 0, 1, 1021, 1021008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (778, 1040, 60, 74, 0, 1, 1021, 1021009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (779, 1040, 68, 76, 0, 1, 1021, 10210, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (780, 1040, 70, 79, 0, 1, 1021, 1021010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (781, 1040, 72, 81, 0, 1, 1021, 10210, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (782, 1040, 67, 86, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (783, 1040, 68, 76, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (784, 1040, 70, 79, 0, 1, 1006, 1006006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (785, 1040, 72, 81, 0, 1, 1006, 10060, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (786, 1058, 36, 74, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (787, 1058, 43, 87, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (788, 1058, 44, 76, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (789, 1058, 46, 79, 0, 1, 1001, 10010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (790, 1058, 48, 81, 0, 1, 1001, 1001022, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (791, 1058, 35, 73, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (792, 1058, 36, 74, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (793, 1058, 43, 86, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (794, 1058, 48, 81, 0, 1, 1011, 1011013, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (795, 1058, 54, 13, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (796, 1058, 57, 16, 0, 1, 1011, 10110, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (797, 1058, 72, 81, 0, 1, 1011, 1011014, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (798, 1058, 53, 11, 0, 1, 1056, 1056003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (799, 1058, 23, 1051, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (800, 1058, 24, 625, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (801, 1058, 29, 169, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (802, 1058, 31, 163, 0, 1, 1033, 1033003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (803, 1058, 34, 166, 0, 1, 1033, 1033004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (804, 1058, 42, 84, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (805, 1058, 44, 168, 0, 1, 1033, 10330, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (806, 1058, 31, 163, 0, 1, 1015, 1015002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (807, 1058, 34, 166, 0, 1, 1015, 1015003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (808, 1058, 43, 87, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (809, 1058, 44, 168, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (810, 1058, 47, 91, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (811, 1058, 48, 81, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (812, 1058, 51, 9, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (813, 1058, 54, 12, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (814, 1058, 56, 4, 0, 1, 1015, 1015004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (815, 1058, 60, 74, 0, 1, 1015, 1015005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (816, 1058, 67, 87, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (817, 1058, 68, 76, 0, 1, 1015, 1015006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (818, 1058, 70, 79, 0, 1, 1015, 1015007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (819, 1058, 72, 81, 0, 1, 1015, 1015008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (820, 1058, 53, 11, 0, 2, 1002, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (821, 1058, 53, 11, 0, 2, 1026, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (822, 1058, 0, 0, 0, 2, 1036, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (823, 1037, 47, 117, 0, 1, 1018, 1018003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (824, 1037, 48, 81, 0, 1, 1018, 1018004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (825, 1037, 49, 6, 0, 1, 1018, 1018003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (826, 1037, 53, 11, 0, 1, 1018, 1018003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (827, 1037, 60, 74, 0, 1, 1018, 1018003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (828, 1037, 68, 76, 0, 1, 1018, 1018005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (829, 1037, 70, 79, 0, 1, 1018, 1018003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (830, 1037, 72, 81, 0, 1, 1018, 1018006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (831, 1037, 44, 76, 0, 1, 1047, 1047001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (832, 1037, 46, 79, 0, 1, 1047, 1047002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (833, 1037, 48, 81, 0, 1, 1047, 1047003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (834, 1037, 54, 13, 0, 1, 1047, 1047001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (835, 1037, 56, 4, 0, 1, 1047, 1047004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (836, 1037, 49, 6, 0, 1, 1025, 1025004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (837, 1037, 51, 9, 0, 1, 1025, 1025004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (838, 1037, 54, 3, 0, 1, 1025, 1025005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (839, 1037, 56, 4, 0, 1, 1025, 1025006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (840, 1037, 64, 82, 0, 1, 1025, 1025004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (841, 1037, 48, 81, 0, 1, 1005, 1005002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (842, 1037, 51, 9, 0, 1, 1005, 1005001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (843, 1037, 54, 3, 0, 1, 1005, 1005003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (844, 1037, 36, 74, 0, 1, 1001, 1001023, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (845, 1037, 44, 76, 0, 1, 1001, 1001023, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (846, 1037, 46, 79, 0, 1, 1001, 1001024, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (847, 1037, 48, 81, 0, 1, 1001, 1001025, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (848, 1037, 60, 74, 0, 1, 1001, 1001023, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (849, 1037, 72, 81, 0, 1, 1007, 1007001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (850, 1037, 0, 0, 0, 2, 1003, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (851, 1037, 0, 0, 0, 2, 1057, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (852, 1028, 42, 75, 0, 1, 1041, 1041004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (853, 1028, 59, 73, 0, 1, 1010, 1010002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (854, 1028, 66, 75, 0, 1, 1010, 1010003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (855, 1028, 70, 78, 0, 1, 1010, 1010004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (856, 1028, 35, 73, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (857, 1028, 41, 83, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (858, 1028, 42, 75, 0, 1, 1054, 1054006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (859, 1028, 46, 78, 0, 1, 1054, 1054007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (860, 1028, 54, 2, 0, 1, 1054, 1054008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (861, 1028, 55, 31, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (862, 1028, 68, 89, 0, 1, 1054, 10540, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (863, 1028, 54, 2, 0, 1, 1016, 1016011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (864, 1019, 36, 74, 0, 1, 1015, 1015009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (865, 1019, 43, 87, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (866, 1019, 44, 76, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (867, 1019, 46, 79, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (868, 1019, 48, 81, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (869, 1019, 54, 3, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (870, 1019, 56, 4, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (871, 1019, 60, 74, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (872, 1019, 67, 87, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (873, 1019, 68, 76, 0, 1, 1015, 1015010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (874, 1019, 70, 79, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (875, 1019, 72, 81, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (876, 1019, 36, 74, 0, 1, 1058, 1058004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (877, 1019, 42, 85, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (878, 1019, 44, 76, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (879, 1019, 46, 79, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (880, 1019, 48, 81, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (881, 1019, 54, 13, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (882, 1019, 56, 4, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (883, 1019, 60, 74, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (884, 1019, 68, 76, 0, 1, 1058, 1058005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (885, 1019, 70, 79, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (886, 1019, 72, 81, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (887, 1019, 35, 73, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (888, 1019, 42, 75, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (889, 1019, 44, 89, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (890, 1019, 46, 78, 0, 1, 1061, 1061009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (891, 1019, 48, 81, 0, 1, 1061, 10610, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (892, 1039, 43, 87, 0, 1, 1044, 10440, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (893, 1039, 44, 76, 0, 1, 1044, 10440, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (894, 1039, 45, 77, 0, 1, 1044, 1044001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (895, 1039, 48, 81, 0, 1, 1044, 10440, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (896, 1039, 56, 15, 0, 1, 1044, 10440, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (897, 1039, 57, 5, 0, 1, 1044, 1044002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (898, 1039, 69, 77, 0, 1, 1044, 1044003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (899, 1039, 60, 74, 0, 1, 1008, 1008006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (900, 1039, 70, 79, 0, 1, 1008, 10080, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (901, 1039, 72, 81, 0, 1, 1008, 10080, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (902, 1039, 69, 77, 0, 1, 1009, 1009007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (903, 1039, 72, 81, 0, 1, 1009, 10090, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (904, 1039, 54, 2, 0, 1, 1061, 1061010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (905, 1039, 60, 74, 0, 1, 1061, 1061011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (906, 1039, 0, 0, 0, 2, 1018, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (907, 1039, 0, 0, 0, 2, 1059, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (908, 1039, 53, 11, 0, 2, 1042, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (909, 1025, 24, 625, 0, 1, 1032, 10320, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (910, 1025, 29, 169, 0, 1, 1032, 1032001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (911, 1025, 31, 163, 0, 1, 1032, 1032002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (912, 1025, 72, 81, 0, 1, 1032, 1032003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (913, 1025, 36, 74, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (914, 1025, 43, 87, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (915, 1025, 44, 76, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (916, 1025, 46, 79, 0, 1, 1015, 10150, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (917, 1025, 48, 81, 0, 1, 1015, 1015011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (918, 1025, 36, 74, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (919, 1025, 44, 76, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (920, 1025, 46, 79, 0, 1, 1058, 10580, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (921, 1025, 48, 81, 0, 1, 1058, 1058006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (922, 1025, 56, 4, 0, 1, 1001, 1001026, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (923, 1025, 60, 74, 0, 1, 1002, 1002010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (924, 1025, 70, 79, 0, 1, 1047, 1047005, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (925, 1048, 25, 180, 0, 1, 1049, 10490, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (926, 1048, 31, 163, 0, 1, 1049, 1049001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (927, 1048, 34, 166, 0, 1, 1049, 10490, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (928, 1048, 42, 177, 0, 1, 1049, 10490, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (929, 1048, 44, 168, 0, 1, 1049, 10490, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (930, 1048, 47, 118, 0, 1, 1049, 10490, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (931, 1048, 57, 64, 0, 1, 1049, 10490, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (932, 1048, 60, 74, 0, 1, 1049, 1049002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (933, 1048, 70, 79, 0, 1, 1049, 10490, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (934, 1048, 54, 3, 0, 1, 1007, 1007002, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (935, 1048, 56, 4, 0, 1, 1007, 1007003, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (936, 1048, 60, 74, 0, 1, 1007, 1007004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (937, 1048, 67, 87, 0, 1, 1007, 10070, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (938, 1048, 70, 79, 0, 1, 1007, 10070, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (939, 1048, 72, 81, 0, 1, 1007, 10070, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (940, 1048, 68, 76, 0, 1, 1037, 1037004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (941, 1048, 70, 79, 0, 1, 1037, 10370, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (942, 1048, 72, 81, 0, 1, 1037, 10370, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (943, 1048, 48, 81, 0, 1, 1001, 1001027, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (944, 1048, 68, 76, 0, 1, 1001, 1001028, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (945, 1048, 48, 81, 0, 1, 1047, 1047006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (946, 1048, 68, 76, 0, 1, 1047, 1047007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (947, 1048, 48, 81, 0, 1, 1018, 1018007, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (948, 1048, 48, 81, 0, 1, 1005, 1005004, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (949, 1048, 48, 81, 0, 1, 1013, 1013015, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (950, 1048, 68, 76, 0, 1, 1011, 1011015, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (951, 1048, 0, 0, 0, 2, 1040, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (952, 1048, 0, 0, 0, 2, 1064, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (953, 1048, 0, 0, 0, 2, 1065, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (954, 1048, 0, 0, 0, 2, 1023, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (955, 1059, 46, 79, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (956, 1059, 48, 81, 0, 1, 1018, 1018008, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (957, 1059, 54, 3, 0, 1, 1018, 1018009, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (958, 1059, 59, 93, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (959, 1059, 60, 74, 0, 1, 1018, 1018010, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (960, 1059, 64, 82, 0, 1, 1018, 10180, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (961, 1059, 69, 77, 0, 1, 1018, 1018011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (962, 1059, 46, 78, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (963, 1059, 52, 26, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (964, 1059, 53, 11, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (965, 1059, 60, 74, 0, 1, 1002, 1002011, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (966, 1059, 67, 86, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (967, 1059, 68, 76, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (968, 1059, 17, 643, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (969, 1059, 21, 627, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (970, 1059, 24, 625, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (971, 1059, 27, 183, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (972, 1059, 30, 171, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (973, 1059, 31, 163, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (974, 1059, 34, 166, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (975, 1059, 42, 84, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (976, 1059, 44, 168, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (977, 1059, 47, 91, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (978, 1059, 50, 8, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (979, 1059, 54, 12, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (980, 1059, 56, 4, 0, 1, 1074, 1074001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (981, 1059, 60, 74, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (982, 1059, 67, 87, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (983, 1059, 68, 76, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (984, 1059, 72, 81, 0, 1, 1074, 10740, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (985, 1059, 36, 74, 0, 1, 1055, 10550, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (986, 1059, 48, 81, 0, 1, 1055, 1055001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (987, 1059, 16, 629, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (988, 1059, 21, 627, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (989, 1059, 23, 623, 0, 1, 1042, 1042001, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (990, 1059, 25, 178, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (991, 1059, 30, 187, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (992, 1059, 31, 172, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (993, 1059, 33, 164, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (994, 1059, 41, 176, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (995, 1059, 50, 21, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (996, 1059, 54, 2, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (997, 1059, 59, 73, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (998, 1059, 66, 75, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (999, 1059, 70, 78, 0, 1, 1042, 10420, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1000, 1059, 36, 189, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1001, 1059, 42, 75, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1002, 1059, 44, 89, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1003, 1059, 46, 78, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1004, 1059, 57, 16, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1005, 1059, 59, 73, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1006, 1059, 66, 75, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1007, 1059, 70, 78, 0, 1, 1010, 10100, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1008, 1059, 33, 209, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1009, 1059, 34, 166, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1010, 1059, 42, 84, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1011, 1059, 44, 168, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1012, 1059, 53, 11, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1013, 1059, 59, 93, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1014, 1059, 72, 81, 0, 1, 1056, 10560, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1016, 1059, 0, 0, 0, 2, 1071, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1017, 1059, 0, 0, 0, 2, 1064, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1018, 1059, 0, 0, 0, 2, 1027, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (1019, 1059, 0, 0, 0, 2, 1013, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (10201, 1020, 36, 74, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (10202, 1020, 43, 86, 0, 1, 1002, 10020, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (10203, 1020, 44, 76, 0, 1, 1002, 1002006, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (10351, 1035, 72, 81, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (10501, 1050, 72, 81, 0, 1, 1016, 10160, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (100801, 1008, 34, 166, 0, 2, 1001, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (100802, 1008, 34, 166, 0, 2, 1002, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (100803, 1008, 34, 166, 0, 2, 1003, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (100804, 1008, 34, 166, 0, 2, 1016, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (100805, 1008, 34, 166, 0, 2, 1017, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (100901, 1009, 0, 0, 0, 2, 1005, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (101701, 1017, 44, 168, 0, 2, 1016, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (101702, 1017, 70, 79, 0, 2, 1018, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (102601, 1026, 70, 79, 0, 2, 1017, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (103001, 1030, 0, 0, 0, 2, 1047, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (103701, 1037, 0, 0, 0, 2, 1017, 0, 0); INSERT INTO single_mode_rival (id, chara_id, turn, race_program_id, rival_flag_id, condition_type, rival_chara_id, single_mode_npc_id, frame_order) VALUES (105801, 1058, 72, 81, 0, 1, 1001, 1001022, 0); -- Table: single_mode_route CREATE TABLE 'single_mode_route' ('id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'race_set_id' INTEGER NOT NULL, 'condition_set_id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (1, 0, 1001, 1001, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (2, 0, 1006, 1006, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (3, 0, 1009, 1009, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (4, 0, 1010, 1010, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (5, 0, 1013, 1013, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (6, 0, 1052, 1052, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (7, 0, 1030, 1030, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (8, 0, 1003, 1003, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (9, 0, 1056, 1056, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (10, 0, 1011, 1011, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (11, 0, 1002, 1002, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (12, 0, 1045, 1045, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (13, 0, 1027, 1027, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (14, 0, 1024, 1024, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (15, 0, 1060, 1060, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (16, 0, 1018, 1018, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (17, 0, 1032, 1032, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (18, 0, 1017, 1017, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (19, 0, 1061, 1061, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (20, 0, 1004, 1004, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (21, 0, 1041, 1041, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (22, 0, 1014, 1014, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (23, 0, 1008, 1008, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (24, 0, 1007, 1007, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (25, 0, 1035, 1035, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (26, 0, 1015, 1015, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (27, 0, 1026, 1026, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (28, 0, 1023, 1023, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (29, 0, 1038, 1038, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (30, 0, 1050, 1050, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (31, 0, 1046, 1046, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (32, 0, 1016, 1016, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (33, 0, 1020, 1020, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (34, 0, 1012, 1012, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (35, 0, 1005, 1005, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (36, 0, 1040, 1040, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (37, 0, 1058, 1058, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (38, 0, 1037, 1037, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (39, 0, 1028, 1028, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (40, 0, 1019, 1019, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (41, 0, 1039, 1039, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (42, 0, 1025, 1025, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (43, 0, 1048, 1048, 0, 0); INSERT INTO single_mode_route (id, scenario_id, chara_id, race_set_id, condition_set_id, priority) VALUES (44, 0, 1059, 1059, 0, 0); -- Table: single_mode_route_announce CREATE TABLE 'single_mode_route_announce' ('id' INTEGER NOT NULL, 'route_race_type' INTEGER NOT NULL, 'route_race_id' INTEGER NOT NULL, 'turn' INTEGER NOT NULL, 'target_type' INTEGER NOT NULL, 'target_value' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_route_condition CREATE TABLE 'single_mode_route_condition' ('id' INTEGER NOT NULL, 'condition_set_id' INTEGER NOT NULL, 'condition_type_1' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: single_mode_route_race CREATE TABLE 'single_mode_route_race' ('id' INTEGER NOT NULL, 'race_set_id' INTEGER NOT NULL, 'target_type' INTEGER NOT NULL, 'sort_id' INTEGER NOT NULL, 'turn' INTEGER NOT NULL, 'race_type' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_id' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'determine_race' INTEGER NOT NULL, 'determine_race_flag' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (1, 1001, 1, 1, 12, 0, 1, 1069, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (2, 1001, 1, 2, 27, 0, 1, 181, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (3, 1001, 1, 3, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (4, 1001, 1, 4, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (5, 1001, 1, 5, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (6, 1001, 1, 6, 70, 0, 1, 79, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (7, 1001, 1, 7, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (8, 1001, 3, 8, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (9, 1001, 3, 9, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (10, 1001, 3, 10, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (11, 1006, 1, 1, 12, 0, 1, 1070, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (12, 1006, 1, 2, 24, 0, 3, 0, 3000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (13, 1006, 1, 3, 33, 0, 1, 164, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (14, 1006, 1, 4, 46, 0, 1, 78, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (15, 1006, 1, 5, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (16, 1006, 1, 6, 60, 0, 2, 100, 3, 2, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (17, 1006, 1, 7, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (18, 1006, 1, 8, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (19, 1006, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (20, 1006, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (21, 1006, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (22, 1009, 1, 1, 12, 0, 1, 1067, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (23, 1009, 1, 2, 29, 0, 1, 185, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (24, 1009, 1, 3, 31, 0, 1, 162, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (25, 1009, 1, 4, 34, 0, 1, 165, 5, 0, 1, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (26, 1009, 1, 5, 44, 0, 1, 167, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (27, 1009, 1, 6, 45, 0, 1, 77, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (28, 1009, 1, 7, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (29, 1009, 1, 8, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (30, 1009, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (31, 1009, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (32, 1009, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (33, 1009, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (34, 1010, 1, 1, 12, 0, 1, 846, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (35, 1010, 1, 2, 25, 0, 1, 178, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (36, 1010, 1, 3, 33, 0, 1, 164, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (37, 1010, 1, 4, 36, 0, 1, 189, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (38, 1010, 1, 5, 46, 0, 1, 78, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (39, 1010, 1, 6, 59, 0, 1, 73, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (40, 1010, 1, 7, 66, 0, 1, 75, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (41, 1010, 1, 8, 70, 0, 1, 78, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (42, 1010, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (43, 1010, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (44, 1010, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (45, 1013, 1, 1, 12, 0, 1, 1069, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (46, 1013, 1, 2, 24, 0, 3, 0, 3000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (47, 1013, 1, 3, 42, 0, 1, 84, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (48, 1013, 1, 4, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (49, 1013, 1, 5, 56, 0, 1, 4, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (50, 1013, 1, 6, 60, 0, 1, 1071, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (51, 1013, 1, 7, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (52, 1013, 3, 8, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (53, 1013, 3, 9, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (54, 1013, 3, 10, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (55, 1052, 1, 1, 12, 0, 1, 831, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (56, 1052, 1, 2, 37, 0, 3, 0, 5000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (57, 1052, 1, 3, 45, 0, 3, 0, 9000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (58, 1052, 1, 4, 48, 0, 3, 0, 12000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (59, 1052, 1, 5, 50, 0, 1, 22, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (60, 1052, 1, 6, 52, 0, 1, 1, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (61, 1052, 1, 7, 63, 0, 1, 106, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (62, 1052, 1, 8, 69, 0, 1, 1025, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (63, 1052, 1, 9, 72, 0, 1, 81, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (64, 1052, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (65, 1052, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (66, 1052, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (67, 1030, 1, 1, 12, 0, 1, 931, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (68, 1030, 1, 2, 30, 0, 1, 171, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (69, 1030, 1, 3, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (70, 1030, 1, 4, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (71, 1030, 1, 5, 54, 0, 1, 13, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (72, 1030, 1, 6, 56, 0, 1, 4, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (73, 1030, 1, 7, 60, 0, 1, 1071, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (74, 1030, 1, 8, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (75, 1030, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (76, 1030, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (77, 1030, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (78, 1003, 1, 1, 12, 0, 1, 1065, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (79, 1003, 1, 2, 26, 0, 1, 195, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (80, 1003, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (81, 1003, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (82, 1003, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (83, 1003, 1, 6, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (84, 1003, 1, 7, 70, 0, 1, 79, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (85, 1003, 1, 8, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (86, 1003, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (87, 1003, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (88, 1003, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (89, 1056, 1, 1, 12, 0, 1, 1069, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (90, 1056, 1, 2, 29, 0, 1, 169, 5, 0, 3, 105601); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (91, 1056, 1, 3, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (92, 1056, 1, 4, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (93, 1056, 1, 5, 53, 0, 1, 11, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (94, 1056, 1, 6, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (95, 1056, 1, 7, 63, 0, 1, 104, 2, 0, 3, 105605); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (96, 1056, 1, 8, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (97, 1056, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (98, 1056, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (99, 1056, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (100, 1011, 1, 1, 12, 0, 1, 685, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (101, 1011, 1, 2, 23, 0, 1, 624, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (102, 1011, 1, 3, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (103, 1011, 1, 4, 46, 0, 1, 79, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (104, 1011, 1, 5, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (105, 1011, 1, 6, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (106, 1011, 1, 7, 67, 0, 1, 86, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (107, 1011, 1, 8, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (108, 1011, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (109, 1011, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (110, 1011, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (111, 1002, 1, 1, 12, 0, 1, 1069, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (112, 1002, 1, 2, 27, 0, 3, 0, 5000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (113, 1002, 1, 3, 29, 0, 1, 169, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (114, 1002, 1, 4, 42, 0, 1, 84, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (115, 1002, 1, 5, 53, 0, 1, 11, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (116, 1002, 1, 6, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (117, 1002, 1, 7, 67, 0, 1, 86, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (118, 1002, 1, 8, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (119, 1002, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (120, 1002, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (121, 1002, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (122, 1045, 1, 1, 12, 0, 1, 1069, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (123, 1045, 1, 2, 28, 0, 1, 199, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (124, 1045, 1, 3, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (125, 1045, 1, 4, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (126, 1045, 1, 5, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (127, 1045, 1, 6, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (128, 1045, 1, 7, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (129, 1045, 1, 8, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (130, 1045, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (131, 1045, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (132, 1045, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (133, 1027, 1, 1, 12, 0, 1, 851, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (134, 1027, 1, 2, 25, 0, 1, 193, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (135, 1027, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (136, 1027, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (137, 1027, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (138, 1027, 1, 6, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (139, 1027, 1, 7, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (140, 1027, 1, 8, 60, 0, 1, 1071, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (141, 1027, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (142, 1027, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (143, 1027, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (144, 1027, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (145, 1024, 1, 1, 12, 0, 1, 1067, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (146, 1024, 1, 2, 37, 0, 3, 0, 10000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (147, 1024, 1, 3, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (148, 1024, 1, 4, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (149, 1024, 1, 5, 54, 0, 1, 12, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (150, 1024, 1, 6, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (151, 1024, 1, 7, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (152, 1024, 1, 8, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (153, 1024, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (154, 1024, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (155, 1024, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (156, 1024, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (157, 1060, 1, 1, 12, 0, 1, 1067, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (158, 1060, 1, 2, 26, 0, 1, 195, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (159, 1060, 1, 3, 39, 0, 1, 104, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (160, 1060, 1, 4, 44, 0, 1, 1073, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (161, 1060, 1, 5, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (162, 1060, 1, 6, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (163, 1060, 1, 7, 68, 0, 1, 76, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (164, 1060, 1, 8, 71, 0, 1, 118, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (165, 1060, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (166, 1060, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (167, 1060, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (168, 1060, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (169, 1018, 1, 1, 12, 0, 1, 1068, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (170, 1018, 1, 2, 23, 0, 1, 623, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (171, 1018, 1, 3, 31, 0, 1, 162, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (172, 1018, 1, 4, 34, 0, 1, 165, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (173, 1018, 1, 5, 44, 0, 1, 167, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (174, 1018, 1, 6, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (175, 1018, 1, 7, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (176, 1018, 1, 8, 64, 0, 1, 82, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (177, 1018, 1, 9, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (178, 1018, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (179, 1018, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (180, 1018, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (181, 1032, 1, 1, 12, 0, 1, 1069, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (182, 1032, 1, 2, 29, 0, 1, 169, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (183, 1032, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (184, 1032, 1, 4, 34, 0, 1, 166, 5, 0, 1, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (185, 1032, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (186, 1032, 1, 6, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (187, 1032, 1, 7, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (188, 1032, 1, 8, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (189, 1032, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (190, 1032, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (191, 1032, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (192, 1032, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (193, 1017, 1, 1, 12, 0, 1, 931, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (194, 1017, 1, 2, 19, 0, 1, 632, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (195, 1017, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (196, 1017, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (197, 1017, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (198, 1017, 1, 6, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (199, 1017, 1, 7, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (200, 1017, 1, 8, 70, 0, 1, 79, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (201, 1017, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (202, 1017, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (203, 1017, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (204, 1017, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (205, 1061, 1, 1, 12, 0, 1, 1066, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (206, 1061, 1, 2, 24, 0, 1, 625, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (207, 1061, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (208, 1061, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (209, 1061, 1, 5, 44, 0, 1, 168, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (210, 1061, 1, 6, 54, 0, 1, 2, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (211, 1061, 1, 7, 59, 0, 1, 73, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (212, 1061, 1, 8, 66, 0, 1, 75, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (213, 1061, 1, 9, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (214, 1061, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (215, 1061, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (216, 1061, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (217, 1004, 1, 1, 12, 0, 1, 676, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (218, 1004, 1, 2, 23, 0, 1, 624, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (219, 1004, 1, 3, 30, 0, 1, 1074, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (220, 1004, 1, 4, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (221, 1004, 1, 5, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (222, 1004, 1, 6, 48, 0, 1, 81, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (223, 1004, 1, 7, 54, 0, 1, 3, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (224, 1004, 1, 8, 59, 0, 1, 73, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (225, 1004, 1, 9, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (226, 1004, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (227, 1004, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (228, 1004, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (229, 1041, 1, 1, 12, 0, 1, 676, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (230, 1041, 1, 2, 21, 0, 1, 626, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (231, 1041, 1, 3, 30, 0, 1, 171, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (232, 1041, 1, 4, 34, 0, 1, 210, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (233, 1041, 1, 5, 42, 0, 1, 75, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (234, 1041, 1, 6, 54, 0, 1, 2, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (235, 1041, 1, 7, 60, 0, 1, 96, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (236, 1041, 1, 8, 61, 0, 1, 97, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (237, 1041, 1, 9, 65, 0, 1, 83, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (238, 1041, 1, 10, 66, 0, 1, 75, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (239, 1041, 1, 11, 70, 0, 1, 78, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (240, 1041, 3, 12, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (241, 1041, 3, 13, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (242, 1041, 3, 14, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (243, 1014, 1, 1, 12, 0, 1, 846, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (244, 1014, 1, 2, 27, 0, 1, 183, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (245, 1014, 1, 3, 33, 0, 1, 164, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (246, 1014, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (247, 1014, 1, 5, 43, 0, 1, 86, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (248, 1014, 1, 6, 60, 0, 1, 74, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (249, 1014, 1, 7, 70, 0, 1, 79, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (250, 1014, 1, 8, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (251, 1014, 3, 9, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (252, 1014, 3, 10, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (253, 1014, 3, 11, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (254, 1008, 1, 1, 12, 0, 1, 1066, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (255, 1008, 1, 2, 23, 0, 1, 623, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (256, 1008, 1, 3, 29, 0, 1, 185, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (257, 1008, 1, 4, 31, 0, 1, 162, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (258, 1008, 1, 5, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (259, 1008, 1, 6, 44, 0, 1, 167, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (260, 1008, 1, 7, 48, 0, 1, 81, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (261, 1008, 1, 8, 57, 0, 1, 5, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (262, 1008, 1, 9, 59, 0, 1, 73, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (263, 1008, 1, 10, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (264, 1008, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (265, 1008, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (266, 1008, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (267, 1007, 1, 1, 12, 0, 1, 1068, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (268, 1007, 1, 2, 24, 0, 1, 625, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (269, 1007, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (270, 1007, 1, 4, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (271, 1007, 1, 5, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (272, 1007, 1, 6, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (273, 1007, 1, 7, 60, 0, 1, 74, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (274, 1007, 1, 8, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (275, 1007, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (276, 1007, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (277, 1007, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (278, 1007, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (279, 1035, 1, 1, 12, 0, 1, 689, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (280, 1035, 1, 2, 24, 0, 1, 625, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (281, 1035, 1, 3, 29, 0, 1, 169, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (282, 1035, 1, 4, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (283, 1035, 1, 5, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (284, 1035, 1, 6, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (285, 1035, 1, 7, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (286, 1035, 1, 8, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (287, 1035, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (288, 1035, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (289, 1035, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (290, 1035, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (291, 1009, 1, 4, 34, 0, 1, 166, 5, 0, 2, 100901); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (292, 1056, 1, 2, 30, 0, 1, 171, 5, 0, 3, 105602); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (293, 1056, 1, 2, 30, 0, 1, 188, 5, 0, 3, 105603); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (294, 1056, 1, 7, 61, 0, 1, 100, 2, 0, 3, 105604); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (295, 1056, 1, 7, 64, 0, 1, 82, 2, 0, 3, 105606); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (296, 1032, 1, 4, 33, 0, 1, 164, 5, 0, 2, 103201); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (297, 1015, 1, 1, 12, 0, 1, 1067, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (298, 1015, 1, 2, 28, 0, 3, 0, 5000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (299, 1015, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (300, 1015, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (301, 1015, 1, 5, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (302, 1015, 1, 6, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (303, 1015, 1, 7, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (304, 1015, 1, 8, 70, 0, 1, 79, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (305, 1015, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (306, 1015, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (307, 1015, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (308, 1015, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (309, 1026, 1, 1, 12, 0, 1, 1075, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (310, 1026, 1, 2, 23, 0, 1, 624, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (311, 1026, 1, 3, 30, 0, 1, 171, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (312, 1026, 1, 4, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (313, 1026, 1, 5, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (314, 1026, 1, 6, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (315, 1026, 1, 7, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (316, 1026, 1, 8, 70, 0, 1, 79, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (317, 1026, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (318, 1026, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (319, 1026, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (320, 1026, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (321, 1023, 1, 1, 12, 0, 1, 1070, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (322, 1023, 1, 2, 23, 0, 1, 624, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (323, 1023, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (324, 1023, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (325, 1023, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (326, 1023, 1, 6, 56, 0, 1, 1076, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (327, 1023, 1, 7, 60, 0, 1, 74, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (328, 1023, 1, 8, 68, 0, 1, 76, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (329, 1023, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (330, 1023, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (331, 1023, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (332, 1023, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (333, 1038, 1, 1, 12, 0, 1, 1077, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (334, 1038, 1, 2, 23, 0, 3, 0, 3000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (335, 1038, 1, 3, 29, 0, 1, 170, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (336, 1038, 1, 4, 34, 0, 1, 210, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (337, 1038, 1, 5, 36, 0, 1, 96, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (338, 1038, 1, 6, 42, 0, 1, 75, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (339, 1038, 1, 7, 53, 0, 1, 28, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (340, 1038, 1, 8, 54, 0, 1, 2, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (341, 1038, 1, 9, 66, 0, 1, 75, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (342, 1038, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (343, 1038, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (344, 1038, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (345, 1050, 1, 1, 12, 0, 1, 1068, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (346, 1050, 1, 2, 24, 0, 1, 625, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (347, 1050, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (348, 1050, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (349, 1050, 1, 5, 44, 0, 1, 168, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (350, 1050, 1, 6, 54, 0, 1, 13, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (351, 1050, 1, 7, 56, 0, 1, 1076, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (352, 1050, 1, 8, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (353, 1050, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (354, 1050, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (355, 1050, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (356, 1050, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (357, 1046, 1, 1, 12, 0, 1, 846, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (358, 1046, 1, 2, 25, 0, 2, 700, 1, 2, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (359, 1046, 1, 3, 31, 0, 1, 163, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (360, 1046, 1, 4, 37, 0, 1, 1023, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (361, 1046, 1, 5, 45, 0, 1, 1026, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (362, 1046, 1, 6, 48, 0, 1, 1027, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (363, 1046, 1, 7, 52, 0, 1, 1, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (364, 1046, 1, 8, 60, 0, 1, 1022, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (365, 1046, 1, 9, 69, 0, 1, 1026, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (366, 1046, 1, 10, 71, 0, 1, 80, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (367, 1046, 1, 11, 72, 0, 1, 1027, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (368, 1046, 3, 12, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (369, 1046, 3, 13, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (370, 1046, 3, 14, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (371, 1016, 1, 1, 12, 0, 1, 1078, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (372, 1016, 1, 2, 23, 0, 1, 624, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (373, 1016, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (374, 1016, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (375, 1016, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (376, 1016, 1, 6, 48, 0, 1, 1089, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (377, 1016, 1, 7, 54, 0, 1, 12, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (378, 1016, 1, 8, 56, 0, 1, 1079, 1, 0, 3, 101601); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (379, 1016, 1, 8, 56, 0, 1, 1083, 1, 0, 3, 101602); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (380, 1016, 1, 9, 68, 0, 1, 1080, 1, 0, 3, 101603); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (381, 1016, 1, 9, 68, 0, 1, 1084, 1, 0, 3, 101604); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (382, 1016, 1, 10, 70, 0, 1, 1081, 1, 0, 3, 101605); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (383, 1016, 1, 10, 70, 0, 1, 1085, 1, 0, 3, 101606); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (384, 1016, 1, 11, 72, 0, 1, 1082, 1, 0, 3, 101607); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (385, 1016, 1, 11, 72, 0, 1, 1086, 1, 0, 3, 101608); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (386, 1016, 3, 12, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (387, 1016, 3, 13, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (388, 1016, 3, 14, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (389, 1020, 1, 1, 12, 0, 1, 689, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (390, 1020, 1, 2, 25, 0, 3, 0, 3000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (391, 1020, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (392, 1020, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (393, 1020, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (394, 1020, 1, 6, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (395, 1020, 1, 7, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (396, 1020, 1, 8, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (397, 1020, 1, 9, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (398, 1020, 1, 10, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (399, 1020, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (400, 1020, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (401, 1020, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (402, 1012, 1, 1, 12, 0, 1, 1090, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (403, 1012, 1, 2, 23, 0, 1, 623, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (404, 1012, 1, 3, 31, 0, 1, 162, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (405, 1012, 1, 4, 34, 0, 1, 165, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (406, 1012, 1, 5, 44, 0, 1, 167, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (407, 1012, 1, 6, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (408, 1012, 1, 7, 54, 0, 1, 3, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (409, 1012, 1, 8, 59, 0, 1, 73, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (410, 1012, 1, 9, 70, 0, 1, 79, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (411, 1012, 1, 10, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (412, 1012, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (413, 1012, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (414, 1012, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (415, 1005, 1, 1, 12, 0, 1, 1091, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (416, 1005, 1, 2, 23, 0, 1, 624, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (417, 1005, 1, 3, 29, 0, 1, 169, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (418, 1005, 1, 4, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (419, 1005, 1, 5, 33, 0, 1, 164, 5, 0, 3, 100501); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (420, 1005, 1, 5, 34, 0, 1, 166, 5, 0, 3, 100502); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (421, 1005, 1, 6, 44, 0, 1, 168, 0, 0, 3, 100503); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (422, 1005, 1, 6, 46, 0, 1, 78, 3, 0, 3, 100504); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (423, 1005, 1, 7, 54, 0, 1, 2, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (424, 1005, 1, 8, 59, 0, 1, 73, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (425, 1005, 1, 9, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (426, 1005, 1, 10, 72, 0, 1, 81, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (427, 1005, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (428, 1005, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (429, 1005, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (430, 1040, 1, 1, 12, 0, 1, 1092, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (431, 1040, 1, 2, 23, 0, 1, 623, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (432, 1040, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (433, 1040, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (434, 1040, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (435, 1040, 1, 6, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (436, 1040, 1, 7, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (437, 1040, 1, 8, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (438, 1040, 1, 9, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (439, 1040, 1, 10, 70, 0, 1, 79, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (440, 1040, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (441, 1040, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (442, 1040, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (443, 1058, 1, 1, 12, 0, 1, 1067, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (444, 1058, 1, 2, 31, 0, 3, 0, 6000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (445, 1058, 1, 3, 44, 0, 3, 0, 15000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (446, 1058, 1, 4, 49, 0, 1, 6, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (447, 1058, 1, 5, 53, 0, 1, 11, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (448, 1058, 1, 6, 60, 0, 1, 74, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (449, 1058, 1, 7, 68, 0, 1, 76, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (450, 1058, 1, 8, 70, 0, 1, 79, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (451, 1058, 1, 9, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (452, 1058, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (453, 1058, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (454, 1058, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (455, 1037, 1, 1, 12, 0, 1, 1069, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (456, 1037, 1, 2, 25, 0, 1, 1093, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (457, 1037, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (458, 1037, 1, 4, 34, 0, 1, 166, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (459, 1037, 1, 5, 46, 0, 1, 79, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (460, 1037, 1, 6, 48, 0, 1, 81, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (461, 1037, 1, 7, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (462, 1037, 1, 8, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (463, 1037, 1, 9, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (464, 1037, 1, 10, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (465, 1037, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (466, 1037, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (467, 1037, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (468, 1028, 1, 1, 12, 0, 1, 1094, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (469, 1028, 1, 2, 23, 0, 3, 0, 3000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (470, 1028, 1, 3, 37, 0, 3, 0, 10000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (471, 1028, 1, 4, 42, 0, 1, 75, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (472, 1028, 1, 5, 44, 0, 1, 89, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (473, 1028, 1, 6, 46, 0, 1, 78, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (474, 1028, 1, 7, 54, 0, 1, 2, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (475, 1028, 1, 8, 59, 0, 1, 73, 2, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (476, 1028, 1, 9, 66, 0, 1, 75, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (477, 1028, 1, 10, 70, 0, 1, 78, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (478, 1028, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (479, 1028, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (480, 1028, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (481, 1019, 1, 1, 12, 0, 1, 846, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (482, 1019, 1, 2, 28, 0, 1, 198, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (483, 1019, 1, 3, 33, 0, 1, 164, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (484, 1019, 1, 4, 37, 0, 1, 1023, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (485, 1019, 1, 5, 46, 0, 1, 78, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (486, 1019, 1, 6, 60, 0, 2, 100, 3, 3, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (487, 1019, 1, 7, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (488, 1019, 3, 8, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (489, 1019, 3, 9, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (490, 1019, 3, 10, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (491, 1039, 1, 1, 12, 0, 1, 1070, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (492, 1039, 1, 2, 31, 0, 3, 0, 7000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (493, 1039, 1, 3, 34, 0, 1, 165, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (494, 1039, 1, 4, 44, 0, 1, 167, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (495, 1039, 1, 5, 45, 0, 1, 77, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (496, 1039, 1, 6, 53, 0, 1, 11, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (497, 1039, 1, 7, 57, 0, 1, 5, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (498, 1039, 1, 8, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (499, 1039, 1, 9, 69, 0, 1, 77, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (500, 1039, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (501, 1039, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (502, 1039, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (503, 1025, 1, 1, 12, 0, 1, 851, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (504, 1025, 1, 2, 26, 0, 3, 0, 4000, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (505, 1025, 1, 3, 29, 0, 1, 169, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (506, 1025, 1, 4, 42, 0, 1, 177, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (507, 1025, 1, 5, 44, 0, 1, 168, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (508, 1025, 1, 6, 48, 0, 1, 81, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (509, 1025, 1, 7, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (510, 1025, 1, 8, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (511, 1025, 1, 9, 70, 0, 1, 79, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (512, 1025, 1, 10, 72, 0, 1, 81, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (513, 1025, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (514, 1025, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (515, 1025, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (516, 1048, 1, 1, 12, 0, 1, 1067, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (517, 1048, 1, 2, 24, 0, 1, 625, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (518, 1048, 1, 3, 31, 0, 1, 163, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (519, 1048, 1, 4, 45, 0, 1, 90, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (520, 1048, 1, 5, 48, 0, 1, 81, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (521, 1048, 1, 6, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (522, 1048, 1, 7, 56, 0, 1, 4, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (523, 1048, 1, 8, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (524, 1048, 1, 9, 68, 0, 1, 76, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (525, 1048, 3, 10, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (526, 1048, 3, 11, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (527, 1048, 3, 12, 78, 3, 1, 10003, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (528, 1059, 1, 1, 12, 0, 1, 1091, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (529, 1059, 1, 2, 23, 0, 1, 623, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (530, 1059, 1, 3, 31, 0, 1, 162, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (531, 1059, 1, 4, 34, 0, 1, 165, 5, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (532, 1059, 1, 5, 44, 0, 1, 167, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (533, 1059, 1, 6, 48, 0, 1, 81, 0, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (534, 1059, 1, 7, 54, 0, 1, 3, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (535, 1059, 1, 8, 60, 0, 1, 74, 3, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (536, 1059, 1, 9, 67, 0, 1, 88, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (537, 1059, 1, 10, 69, 0, 1, 77, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (538, 1059, 3, 11, 74, 1, 1, 10001, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (539, 1059, 3, 12, 76, 2, 1, 10002, 1, 0, 0, 0); INSERT INTO single_mode_route_race (id, race_set_id, target_type, sort_id, turn, race_type, condition_type, condition_id, condition_value_1, condition_value_2, determine_race, determine_race_flag) VALUES (540, 1059, 3, 13, 78, 3, 1, 10003, 1, 0, 0, 0); -- Table: single_mode_scenario CREATE TABLE 'single_mode_scenario' ('id' INTEGER NOT NULL, 'sort_id' INTEGER NOT NULL, 'scenario_image_id' INTEGER NOT NULL, 'prologue_id' INTEGER NOT NULL, 'turn_set_id' INTEGER NOT NULL, 'hint_rate' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub_id' INTEGER NOT NULL, 'bg_offset_x' INTEGER NOT NULL, 'sec_bg_id' INTEGER NOT NULL, 'sec_bg_sub_id' INTEGER NOT NULL, 'label_font_color' TEXT NOT NULL, 'label_bg_color' TEXT NOT NULL, 'chara_program_change_flag' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_scenario (id, sort_id, scenario_image_id, prologue_id, turn_set_id, hint_rate, start_date, end_date, bg_id, bg_sub_id, bg_offset_x, sec_bg_id, sec_bg_sub_id, label_font_color, label_bg_color, chara_program_change_flag) VALUES (1, 1, 1, 80000001, 1, 0, 1577836800, 2524608000, 5, 5110, 375, 37, 110, 'FFFFFF', '9CD127', 0); INSERT INTO single_mode_scenario (id, sort_id, scenario_image_id, prologue_id, turn_set_id, hint_rate, start_date, end_date, bg_id, bg_sub_id, bg_offset_x, sec_bg_id, sec_bg_sub_id, label_font_color, label_bg_color, chara_program_change_flag) VALUES (2, 2, 2, 80000002, 2, 0, 1762466400, 2524608000, 124, 2111, 0, 79, 110, 'FFFFFF', '18B1FF', 0); -- Table: single_mode_scenario_record CREATE TABLE 'single_mode_scenario_record' ('id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'need_record_min' INTEGER NOT NULL, 'reward_item_category' INTEGER NOT NULL, 'reward_item_id' INTEGER NOT NULL, 'reward_num' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (1, 1, 4000, 30, 110, 10000); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (2, 1, 5000, 91, 59, 20000); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (3, 1, 6000, 40, 41, 1); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (4, 1, 7000, 40, 111, 1); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (5, 1, 8000, 97, 115, 10); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (6, 1, 10000, 90, 43, 300); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (7, 1, 12000, 40, 136, 1); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (8, 1, 14000, 93, 44, 6); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (9, 1, 16000, 55, 501101, 1); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (10, 2, 4000, 30, 110, 10000); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (11, 2, 5000, 91, 59, 20000); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (12, 2, 6000, 40, 41, 1); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (13, 2, 7000, 40, 111, 1); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (14, 2, 8000, 97, 115, 10); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (15, 2, 10000, 90, 43, 300); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (16, 2, 12000, 40, 136, 1); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (17, 2, 14000, 93, 44, 6); INSERT INTO single_mode_scenario_record (id, scenario_id, need_record_min, reward_item_category, reward_item_id, reward_num) VALUES (18, 2, 16000, 55, 502101, 1); -- Table: single_mode_scout_chara CREATE TABLE 'single_mode_scout_chara' ('id' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'live_dress_id' INTEGER NOT NULL, 'tag_support_card_id' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'speed_limit' INTEGER NOT NULL, 'stamina_limit' INTEGER NOT NULL, 'pow_limit' INTEGER NOT NULL, 'guts_limit' INTEGER NOT NULL, 'wiz_limit' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (1, 10001, 1001, 100101, 100101, 10001, 133, 138, 148, 140, 141, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (2, 10002, 1002, 100201, 100201, 10002, 151, 134, 127, 150, 138, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (3, 10003, 1003, 100301, 100301, 10003, 140, 139, 133, 142, 146, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (4, 10004, 1004, 100401, 100401, 10004, 146, 118, 136, 150, 150, 6, 7, 6, 5, 7, 3, 1, 1, 7, 4, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (5, 10005, 1006, 100601, 100601, 10005, 151, 116, 156, 134, 143, 3, 7, 7, 6, 2, 7, 7, 4, 7, 6, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (6, 10006, 1007, 100701, 100701, 10006, 137, 151, 155, 131, 126, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (7, 10007, 1008, 100801, 100801, 10007, 152, 114, 161, 129, 144, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (8, 10008, 1010, 101001, 101001, 10008, 146, 121, 148, 143, 142, 7, 7, 3, 1, 5, 7, 3, 1, 7, 5, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (9, 10009, 1011, 101101, 101101, 10009, 146, 124, 155, 129, 146, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (10, 10010, 1013, 101301, 101301, 10010, 121, 161, 121, 153, 144, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (11, 10011, 1014, 101401, 101401, 10011, 140, 130, 135, 149, 146, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (12, 10012, 1015, 101, 101, 10012, 125, 158, 125, 152, 140, 1, 3, 7, 7, 5, 7, 7, 1, 7, 3, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (13, 10013, 1017, 101701, 101701, 10013, 136, 141, 133, 146, 144, 3, 5, 7, 7, 6, 7, 7, 5, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (14, 10014, 1020, 101, 101, 10014, 148, 148, 138, 133, 133, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (15, 10015, 1030, 103001, 103001, 10015, 121, 167, 120, 152, 140, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (16, 10016, 1035, 103501, 103501, 10016, 148, 126, 152, 133, 141, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (17, 10017, 1040, 101, 101, 10017, 139, 142, 144, 142, 133, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (18, 10018, 1041, 104101, 104101, 10018, 148, 110, 155, 145, 142, 7, 6, 1, 1, 7, 7, 2, 1, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (19, 10019, 1045, 104501, 104501, 10019, 119, 156, 125, 156, 144, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (20, 10020, 1052, 105201, 105201, 10020, 144, 115, 150, 147, 144, 7, 6, 1, 1, 1, 1, 7, 5, 1, 7, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (23, 10023, 1009, 100901, 100901, 10023, 139, 131, 134, 150, 146, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (24, 10024, 1012, 101, 101, 10024, 143, 134, 155, 132, 136, 4, 7, 7, 6, 1, 6, 5, 7, 7, 3, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (25, 10025, 1018, 101801, 101801, 10025, 141, 136, 136, 142, 145, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (26, 10026, 1019, 101, 101, 10026, 135, 141, 133, 150, 141, 2, 7, 7, 1, 1, 7, 7, 6, 7, 7, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (27, 10027, 1021, 101, 101, 10027, 146, 132, 149, 129, 144, 1, 2, 7, 7, 1, 7, 6, 7, 7, 3, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (28, 10028, 1022, 101, 101, 10028, 141, 135, 138, 138, 148, 2, 7, 7, 5, 4, 7, 5, 3, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (29, 10029, 1023, 101, 101, 10029, 135, 143, 132, 143, 147, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (30, 10030, 1024, 102401, 102401, 10030, 127, 156, 121, 151, 145, 4, 4, 7, 7, 7, 7, 6, 5, 7, 3, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (31, 10031, 1025, 101, 101, 10031, 133, 148, 144, 136, 139, 1, 1, 5, 7, 1, 5, 7, 5, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (32, 10032, 1026, 101, 101, 10032, 146, 122, 142, 152, 138, 5, 6, 7, 6, 7, 3, 1, 1, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (33, 10033, 1027, 102701, 102701, 10033, 148, 124, 156, 130, 142, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (34, 10034, 1029, 101, 101, 10034, 139, 142, 130, 148, 141, 5, 7, 7, 5, 5, 7, 2, 1, 7, 4, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (35, 10035, 1031, 101, 101, 10035, 147, 142, 132, 144, 135, 2, 7, 7, 3, 7, 7, 1, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (36, 10036, 1032, 103201, 103201, 10036, 142, 135, 135, 138, 150, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (37, 10037, 1036, 101, 101, 10037, 152, 132, 152, 121, 143, 2, 5, 7, 7, 2, 5, 7, 6, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (38, 10038, 1037, 101, 101, 10038, 150, 133, 143, 132, 142, 1, 2, 7, 7, 1, 6, 7, 5, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (39, 10039, 1046, 101, 101, 10039, 144, 135, 135, 150, 136, 6, 7, 7, 3, 7, 4, 1, 1, 3, 7, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (40, 10040, 1050, 101, 101, 10040, 146, 132, 149, 129, 144, 2, 4, 7, 7, 1, 2, 6, 7, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (41, 10041, 1051, 101, 101, 10041, 141, 131, 141, 144, 143, 7, 7, 4, 1, 2, 7, 7, 1, 7, 2, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (42, 10042, 1054, 101, 101, 10042, 146, 117, 154, 136, 147, 7, 6, 1, 1, 1, 6, 7, 3, 7, 3, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (43, 10043, 1055, 101, 101, 10043, 150, 134, 146, 124, 146, 1, 1, 7, 6, 1, 6, 7, 5, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (44, 10044, 1056, 105601, 105601, 10044, 137, 141, 149, 141, 132, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (45, 10045, 1058, 101, 101, 10045, 143, 145, 135, 146, 131, 1, 2, 7, 7, 2, 7, 6, 3, 7, 3, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (46, 10046, 1059, 101, 101, 10046, 151, 133, 149, 126, 141, 3, 7, 7, 2, 5, 6, 7, 1, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (47, 10047, 1060, 106001, 106001, 10047, 147, 131, 150, 128, 144, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (48, 10048, 1061, 106101, 106101, 10048, 148, 117, 154, 132, 149, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (49, 10049, 1005, 101, 101, 10049, 146, 138, 147, 132, 137, 6, 7, 6, 3, 5, 7, 5, 1, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (50, 10050, 1044, 101, 101, 10050, 151, 127, 155, 122, 145, 3, 7, 7, 5, 1, 3, 7, 7, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (51, 10051, 1066, 101, 101, 10051, 143, 138, 135, 146, 138, 3, 6, 7, 5, 7, 1, 1, 1, 7, 3, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (52, 10052, 1065, 101, 101, 10052, 148, 122, 151, 151, 128, 5, 7, 6, 3, 7, 6, 1, 1, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (53, 10053, 1063, 101, 101, 10053, 146, 129, 143, 135, 147, 2, 6, 7, 5, 2, 6, 7, 2, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (54, 10054, 1064, 101, 101, 10054, 146, 146, 125, 149, 134, 1, 2, 7, 7, 7, 3, 2, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (55, 10055, 1068, 101, 101, 10055, 141, 149, 121, 149, 140, 3, 3, 7, 7, 7, 6, 5, 1, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (56, 10056, 1067, 101, 101, 10056, 141, 137, 145, 130, 147, 2, 4, 7, 7, 1, 4, 7, 6, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (57, 10057, 1062, 101, 101, 10057, 141, 138, 143, 138, 140, 1, 2, 7, 7, 2, 7, 7, 3, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (58, 10058, 1072, 101, 101, 10058, 141, 148, 128, 147, 136, 3, 6, 7, 4, 2, 7, 6, 2, 7, 4, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (59, 10059, 1047, 101, 101, 10059, 138, 138, 143, 138, 143, 2, 3, 7, 7, 1, 7, 7, 3, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (60, 10061, 1042, 101, 101, 10061, 147, 118, 149, 135, 151, 7, 7, 2, 1, 1, 5, 7, 6, 7, 2, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (61, 10062, 1069, 101, 101, 10062, 142, 137, 130, 147, 144, 1, 7, 7, 2, 6, 7, 2, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (62, 10063, 1039, 101, 101, 10063, 150, 121, 157, 132, 140, 5, 4, 7, 4, 1, 5, 7, 4, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (63, 10064, 1028, 101, 101, 10064, 149, 110, 158, 141, 142, 7, 6, 2, 1, 6, 7, 5, 1, 7, 2, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (64, 10065, 1053, 101, 101, 10065, 146, 128, 155, 137, 134, 7, 7, 6, 1, 1, 3, 7, 5, 7, 4, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (65, 10066, 1043, 101, 101, 10066, 139, 130, 151, 148, 132, 5, 7, 6, 1, 1, 7, 6, 2, 3, 7, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (66, 10069, 1071, 101, 101, 10069, 142, 145, 139, 130, 144, 3, 4, 7, 5, 5, 7, 5, 1, 7, 2, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (67, 10070, 1048, 101, 101, 10070, 139, 148, 125, 151, 137, 1, 1, 7, 6, 4, 7, 7, 1, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (68, 10072, 1016, 101, 101, 10072, 143, 139, 150, 139, 129, 2, 6, 7, 7, 1, 7, 7, 4, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (69, 20001, 1005, 101, 101, 10049, 146, 138, 147, 132, 137, 6, 7, 6, 3, 5, 7, 5, 1, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (70, 20002, 1009, 100901, 100901, 10023, 139, 131, 134, 150, 146, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (71, 20003, 1012, 101, 101, 10024, 143, 134, 155, 132, 136, 4, 7, 7, 6, 1, 6, 5, 7, 7, 3, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (72, 20004, 1018, 101801, 101801, 10025, 141, 136, 136, 142, 145, 5, 6, 7, 3, 4, 7, 7, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (73, 20005, 1019, 101, 101, 10026, 135, 141, 133, 150, 141, 2, 7, 7, 1, 1, 7, 7, 6, 7, 7, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (74, 20006, 1023, 101, 101, 10029, 135, 143, 132, 143, 147, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (75, 20007, 1024, 102401, 102401, 10030, 127, 156, 121, 151, 145, 4, 4, 7, 7, 7, 7, 6, 5, 7, 3, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (76, 20008, 1025, 101, 101, 10031, 133, 148, 144, 136, 139, 1, 1, 5, 7, 1, 5, 7, 5, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (77, 20009, 1026, 101, 101, 10032, 146, 122, 142, 152, 138, 5, 6, 7, 6, 7, 3, 1, 1, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (78, 20010, 1027, 102701, 102701, 10033, 148, 124, 156, 130, 142, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (79, 20011, 1029, 101, 101, 10034, 139, 142, 130, 148, 141, 5, 7, 7, 5, 5, 7, 2, 1, 7, 4, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (80, 20012, 1032, 103201, 103201, 10036, 142, 135, 135, 138, 150, 1, 4, 7, 6, 3, 7, 6, 2, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (81, 20013, 1037, 101, 101, 10038, 150, 133, 143, 132, 142, 1, 2, 7, 7, 1, 6, 7, 5, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (82, 20014, 1050, 101, 101, 10040, 146, 132, 149, 129, 144, 2, 4, 7, 7, 1, 2, 6, 7, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (83, 20015, 1055, 101, 101, 10043, 150, 134, 146, 124, 146, 1, 1, 7, 6, 1, 6, 7, 5, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (84, 20016, 1056, 105601, 105601, 10044, 137, 141, 149, 141, 132, 2, 5, 7, 7, 1, 6, 7, 2, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (85, 20017, 1058, 101, 101, 10045, 143, 145, 135, 146, 131, 1, 2, 7, 7, 2, 7, 6, 3, 7, 3, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (86, 20018, 1059, 101, 101, 10046, 151, 133, 149, 126, 141, 3, 7, 7, 2, 5, 6, 7, 1, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (87, 20019, 1060, 106001, 106001, 10047, 147, 131, 150, 128, 144, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (88, 20020, 1061, 106101, 106101, 10048, 148, 117, 154, 132, 149, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (91, 20023, 1044, 101, 101, 10050, 151, 127, 155, 122, 145, 3, 7, 7, 5, 1, 3, 7, 7, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (92, 20024, 1065, 101, 101, 10052, 148, 122, 151, 151, 128, 5, 7, 6, 3, 7, 6, 1, 1, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (93, 20025, 1063, 101, 101, 10053, 146, 129, 143, 135, 147, 2, 6, 7, 5, 2, 6, 7, 2, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (94, 20026, 1060, 106001, 106001, 10047, 147, 131, 150, 128, 144, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (95, 20027, 1051, 101, 101, 10041, 141, 131, 141, 144, 143, 7, 7, 4, 1, 2, 7, 7, 1, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (96, 20028, 1047, 101, 101, 10059, 138, 138, 143, 138, 143, 2, 3, 7, 7, 1, 7, 7, 3, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (97, 20029, 1042, 101, 101, 10061, 147, 118, 149, 135, 151, 7, 7, 2, 1, 1, 5, 7, 6, 7, 2, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (98, 20031, 1043, 101, 101, 10066, 139, 130, 151, 148, 132, 5, 7, 6, 1, 1, 7, 6, 2, 3, 7, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (99, 20034, 1071, 101, 101, 10069, 142, 145, 139, 130, 144, 3, 4, 7, 5, 5, 7, 5, 1, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (100, 20035, 1048, 101, 101, 10070, 139, 148, 125, 151, 137, 1, 1, 7, 6, 4, 7, 7, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (101, 30001, 1001, 100101, 100101, 10001, 133, 138, 148, 140, 141, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (102, 30002, 1002, 100201, 100201, 10002, 151, 134, 127, 150, 138, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (103, 30003, 1003, 100301, 100301, 10003, 140, 139, 133, 142, 146, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (104, 30004, 1007, 100701, 100701, 10006, 137, 151, 155, 131, 126, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (105, 30005, 1008, 100801, 100801, 10007, 152, 114, 161, 129, 144, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (106, 30006, 1011, 101101, 101101, 10009, 146, 124, 155, 129, 146, 1, 7, 6, 7, 2, 7, 7, 2, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (107, 30007, 1014, 101401, 101401, 10011, 140, 130, 135, 149, 146, 2, 7, 7, 6, 3, 7, 7, 5, 7, 6, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (108, 30008, 1020, 101, 101, 10014, 148, 148, 138, 133, 133, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (109, 30009, 1021, 101, 101, 10027, 146, 132, 149, 129, 144, 1, 2, 7, 7, 1, 7, 6, 7, 7, 3, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (110, 30010, 1022, 101, 101, 10028, 141, 135, 138, 138, 148, 2, 7, 7, 5, 4, 7, 5, 3, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (111, 30011, 1031, 101, 101, 10035, 147, 142, 132, 144, 135, 2, 7, 7, 3, 7, 7, 1, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (112, 30012, 1035, 103501, 103501, 10016, 148, 126, 152, 133, 141, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (113, 30013, 1036, 101, 101, 10037, 152, 132, 152, 121, 143, 2, 5, 7, 7, 2, 5, 7, 6, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (114, 30014, 1040, 101, 101, 10017, 139, 142, 144, 142, 133, 2, 7, 6, 6, 2, 7, 7, 2, 7, 4, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (115, 30015, 1041, 104101, 104101, 10018, 148, 110, 155, 145, 142, 7, 6, 1, 1, 7, 7, 2, 1, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (116, 30016, 1045, 104501, 104501, 10019, 119, 156, 125, 156, 144, 1, 1, 7, 7, 4, 7, 6, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (117, 30017, 1046, 101, 101, 10039, 144, 135, 135, 150, 136, 6, 7, 7, 3, 7, 4, 1, 1, 3, 7, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (118, 30018, 1051, 101, 101, 10041, 141, 131, 141, 144, 143, 7, 7, 4, 1, 2, 7, 7, 1, 7, 2, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (119, 30019, 1052, 105201, 105201, 10020, 144, 115, 150, 147, 144, 7, 6, 1, 1, 1, 1, 7, 5, 1, 7, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (120, 30020, 1054, 101, 101, 10042, 146, 117, 154, 136, 147, 7, 6, 1, 1, 1, 6, 7, 3, 7, 3, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (122, 30022, 1013, 101301, 101301, 10010, 121, 161, 121, 153, 144, 1, 2, 7, 7, 6, 7, 4, 2, 7, 3, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (123, 30023, 1030, 103001, 103001, 10015, 121, 167, 120, 152, 140, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (124, 30024, 1006, 100601, 100601, 10005, 151, 116, 156, 134, 143, 3, 7, 7, 6, 2, 7, 7, 4, 7, 6, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (125, 30025, 1001, 100101, 100101, 10001, 133, 138, 148, 140, 141, 2, 5, 7, 7, 1, 7, 7, 5, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (126, 30026, 1066, 101, 101, 10051, 143, 138, 135, 146, 138, 3, 6, 7, 5, 7, 1, 1, 1, 7, 3, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (127, 30027, 1064, 101, 101, 10054, 146, 146, 125, 149, 134, 1, 2, 7, 7, 7, 3, 2, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (128, 30028, 1068, 101, 101, 10055, 141, 149, 121, 149, 140, 3, 3, 7, 7, 7, 6, 5, 1, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (129, 30029, 1067, 101, 101, 10056, 141, 137, 145, 130, 147, 2, 4, 7, 7, 1, 4, 7, 6, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (130, 30030, 1062, 101, 101, 10057, 141, 138, 143, 138, 140, 1, 2, 7, 7, 2, 7, 7, 3, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (131, 30031, 1029, 101, 101, 10034, 139, 142, 130, 148, 141, 5, 7, 7, 5, 5, 7, 2, 1, 7, 4, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (132, 30032, 1072, 101, 101, 10058, 141, 148, 128, 147, 136, 3, 6, 7, 4, 2, 7, 6, 2, 7, 4, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (133, 30033, 1035, 101, 101, 10016, 148, 126, 152, 133, 141, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (134, 30034, 1030, 101, 101, 10015, 121, 167, 120, 152, 140, 3, 5, 7, 7, 6, 7, 5, 1, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (135, 30038, 1069, 101, 101, 10062, 142, 137, 130, 147, 144, 1, 7, 7, 2, 6, 7, 2, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (136, 30039, 1039, 101, 101, 10063, 150, 121, 157, 132, 140, 5, 4, 7, 4, 1, 5, 7, 4, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (137, 30040, 1028, 101, 101, 10064, 149, 110, 158, 141, 142, 7, 6, 2, 1, 6, 7, 5, 1, 7, 2, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (138, 30041, 1059, 101, 101, 10046, 151, 133, 149, 126, 141, 3, 7, 7, 2, 5, 6, 7, 1, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (139, 30042, 1053, 101, 101, 10065, 146, 128, 155, 137, 134, 7, 7, 6, 1, 1, 3, 7, 5, 7, 4, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (140, 30044, 1016, 101, 101, 10072, 143, 139, 150, 139, 129, 2, 6, 7, 7, 1, 7, 7, 4, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (141, 30045, 1044, 101, 101, 10050, 151, 127, 155, 122, 145, 3, 7, 7, 5, 1, 3, 7, 7, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (142, 30046, 1035, 101, 101, 10016, 148, 126, 152, 133, 141, 1, 2, 7, 6, 1, 6, 7, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (143, 30047, 1009, 101, 101, 10023, 139, 131, 134, 150, 146, 2, 7, 7, 6, 7, 7, 3, 1, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (144, 30048, 1027, 101, 101, 10033, 148, 124, 156, 130, 142, 3, 5, 7, 6, 2, 7, 7, 2, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (145, 30054, 1060, 101, 101, 10047, 147, 131, 150, 128, 144, 1, 5, 7, 7, 2, 6, 7, 4, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (146, 30055, 1020, 101, 101, 10014, 148, 148, 138, 133, 133, 1, 5, 7, 7, 7, 6, 4, 3, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (147, 30056, 1061, 101, 101, 10048, 148, 117, 154, 132, 149, 7, 6, 6, 5, 1, 6, 7, 4, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (148, 30057, 1007, 101, 101, 10006, 137, 151, 155, 131, 126, 1, 5, 7, 7, 1, 6, 6, 7, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (149, 30058, 1003, 100301, 100301, 10003, 140, 139, 133, 142, 146, 2, 3, 7, 6, 4, 7, 5, 3, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (150, 30059, 1026, 102601, 102601, 10032, 146, 122, 142, 152, 138, 5, 6, 7, 6, 7, 3, 1, 1, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (151, 30060, 1066, 106601, 106601, 10051, 143, 138, 135, 146, 138, 3, 6, 7, 5, 7, 1, 1, 1, 7, 3, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (152, 30061, 1023, 101, 101, 10029, 135, 143, 132, 143, 147, 2, 5, 7, 7, 3, 7, 6, 3, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (153, 30062, 1002, 100201, 100201, 10002, 151, 134, 127, 150, 138, 4, 7, 7, 3, 7, 5, 3, 1, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (154, 20037, 1022, 101, 101, 10028, 141, 135, 138, 138, 148, 2, 7, 7, 5, 4, 7, 5, 3, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (155, 30063, 1063, 101, 101, 10053, 146, 129, 143, 135, 147, 2, 6, 7, 5, 2, 6, 7, 2, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (156, 30064, 1021, 101, 101, 10027, 146, 132, 149, 129, 144, 1, 2, 7, 7, 1, 7, 6, 7, 7, 3, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (157, 30065, 1047, 101, 101, 10059, 138, 138, 143, 138, 143, 2, 3, 7, 7, 1, 7, 7, 3, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (158, 30066, 1026, 101, 101, 10032, 146, 122, 142, 152, 138, 5, 6, 7, 6, 7, 3, 1, 1, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (159, 10067, 1049, 101, 101, 10067, 150, 142, 157, 121, 130, 2, 4, 7, 5, 1, 5, 7, 4, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (160, 10071, 1070, 101, 101, 10071, 143, 143, 137, 146, 131, 1, 5, 7, 5, 3, 7, 5, 3, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (161, 20038, 1070, 101, 101, 10071, 143, 143, 137, 146, 131, 1, 5, 7, 5, 3, 7, 5, 3, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (162, 30043, 1049, 101, 101, 10067, 150, 142, 157, 121, 130, 2, 4, 7, 5, 1, 5, 7, 4, 7, 1, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (163, 10073, 1038, 101, 101, 10073, 147, 108, 157, 141, 147, 7, 4, 1, 1, 6, 7, 3, 1, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (164, 30068, 1038, 101, 101, 10073, 147, 108, 157, 141, 147, 7, 4, 1, 1, 6, 7, 3, 1, 7, 2, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (165, 30069, 1016, 101, 101, 10072, 143, 139, 150, 139, 129, 2, 6, 7, 7, 1, 7, 7, 4, 7, 1, 700, 750, 700, 720, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (166, 30070, 1029, 101, 101, 10034, 139, 142, 130, 148, 141, 5, 7, 7, 5, 5, 7, 2, 1, 7, 4, 710, 700, 710, 750, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (167, 20039, 1008, 101, 101, 10007, 152, 114, 161, 129, 144, 2, 7, 7, 2, 5, 6, 7, 2, 7, 1, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (168, 30071, 1065, 101, 101, 10052, 148, 122, 151, 151, 128, 5, 7, 6, 3, 7, 6, 1, 1, 7, 1, 700, 720, 750, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (169, 30072, 1024, 101, 101, 10030, 127, 156, 121, 151, 145, 4, 4, 7, 7, 7, 7, 6, 5, 7, 3, 750, 700, 720, 700, 700); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (170, 30073, 1050, 101, 101, 10040, 146, 132, 149, 129, 144, 2, 4, 7, 7, 1, 2, 6, 7, 7, 1, 720, 700, 700, 700, 750); INSERT INTO single_mode_scout_chara (id, support_card_id, chara_id, race_dress_id, live_dress_id, tag_support_card_id, speed, stamina, pow, guts, wiz, proper_distance_short, proper_distance_mile, proper_distance_middle, proper_distance_long, proper_running_style_nige, proper_running_style_senko, proper_running_style_sashi, proper_running_style_oikomi, proper_ground_turf, proper_ground_dirt, speed_limit, stamina_limit, pow_limit, guts_limit, wiz_limit) VALUES (171, 30074, 1055, 101, 101, 10043, 150, 134, 146, 124, 146, 1, 1, 7, 6, 1, 6, 7, 5, 7, 2, 700, 720, 750, 700, 700); -- Table: single_mode_skill_need_point CREATE TABLE 'single_mode_skill_need_point' ('id' INTEGER NOT NULL, 'need_skill_point' INTEGER NOT NULL, 'status_type' INTEGER NOT NULL, 'status_value' INTEGER NOT NULL, 'solvable_type' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200011, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200012, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200013, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200021, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200022, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200023, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200031, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200032, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200033, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200041, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200042, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200043, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200051, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200052, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200053, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200061, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200062, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200063, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200064, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200071, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200072, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200073, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200081, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200082, 70, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200083, 40, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200091, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200092, 70, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200093, 40, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200101, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200102, 70, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200103, 40, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200111, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200112, 70, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200113, 40, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200121, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200122, 70, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200123, 40, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200131, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200132, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200133, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200141, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200142, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200143, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200151, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200152, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200153, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200161, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200162, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200163, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200171, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200172, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200173, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200181, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200182, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200183, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200191, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200192, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200193, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200194, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200201, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200202, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200203, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200211, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200212, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200221, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200222, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200231, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200232, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200233, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200241, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200242, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200251, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200252, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200253, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200261, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200262, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200263, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200271, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200272, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200281, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200282, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200283, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200291, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200292, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200301, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200302, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200311, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200321, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200331, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200332, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200333, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200341, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200342, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200343, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200351, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200352, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200353, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200361, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200362, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200371, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200372, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200381, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200382, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200391, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200401, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200411, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200421, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200431, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200432, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200433, 70, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200441, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200442, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200451, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200452, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200461, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200462, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200471, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200472, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200481, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200482, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200491, 150, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200492, 150, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200501, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200502, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200511, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200512, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200521, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200531, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200532, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200541, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200542, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200551, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200552, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200561, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200562, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200571, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200572, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200581, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200582, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200591, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200592, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200601, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200602, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200611, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200612, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200621, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200622, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200631, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200632, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200641, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200642, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200651, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200652, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200662, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200671, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200672, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200681, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200682, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200691, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200692, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200701, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200702, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200711, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200712, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200721, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200722, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200731, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200732, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200741, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200742, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200751, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200752, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200761, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200762, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200771, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200772, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200781, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200791, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200801, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200811, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200821, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200831, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200841, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200851, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200861, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200871, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200881, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200891, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200901, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200911, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200921, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200931, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200941, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200951, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200952, 90, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200953, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200961, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200962, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200971, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200972, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200981, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200982, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200991, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (200992, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201001, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201002, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201011, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201012, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201021, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201022, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201031, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201032, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201041, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201042, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201051, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201052, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201061, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201062, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201071, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201072, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201081, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201082, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201091, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201092, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201101, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201102, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201111, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201112, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201121, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201122, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201131, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201132, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201141, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201142, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201151, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201152, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201161, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201162, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201171, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201172, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201181, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201182, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201191, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201192, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201201, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201202, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201211, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201212, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201221, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201222, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201231, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201232, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201241, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201242, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201251, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201252, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201261, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201262, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201272, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201281, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201282, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201291, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201292, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201302, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201311, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201312, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201321, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201322, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201331, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201332, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201341, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201342, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201351, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201352, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201361, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201362, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201371, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201372, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201381, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201382, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201391, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201392, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201401, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201402, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201411, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201412, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201421, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201422, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201431, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201432, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201441, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201442, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201451, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201452, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201461, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201462, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201471, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201472, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201481, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201482, 170, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201491, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201492, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201501, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201502, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201511, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201512, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201521, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201522, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201531, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201532, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201541, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201542, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201551, 130, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201552, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201561, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201562, 110, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201571, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201581, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201591, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201592, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201601, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201611, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201621, 100, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201631, 70, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201641, 70, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201651, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201661, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201671, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201672, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201681, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201682, 140, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201691, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201692, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201701, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201702, 160, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201801, 50, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (201902, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (202022, 180, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (202032, 120, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (202051, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210011, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210012, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210021, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210022, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210031, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210032, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210041, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210042, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210051, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (210052, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900011, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900021, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900031, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900041, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900051, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900061, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900071, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900081, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900091, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900101, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900111, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900121, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900131, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900141, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900151, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900161, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900171, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900181, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900191, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900201, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900231, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900241, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900251, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900261, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900271, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900281, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900301, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900321, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900351, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900371, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900381, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900391, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900401, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900411, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900451, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900461, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900481, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900501, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900521, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900561, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900581, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900591, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900601, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (900611, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910011, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910031, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910041, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910061, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910111, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910131, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910141, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910171, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910181, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910231, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910241, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910301, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910401, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910451, 200, 0, 0, 0); INSERT INTO single_mode_skill_need_point (id, need_skill_point, status_type, status_value, solvable_type) VALUES (910561, 200, 0, 0, 0); -- Table: single_mode_special_chara CREATE TABLE 'single_mode_special_chara' ('id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_special_chara (id, scenario_id, chara_id) VALUES (11, 1, 9004); INSERT INTO single_mode_special_chara (id, scenario_id, chara_id) VALUES (21, 2, 1010); INSERT INTO single_mode_special_chara (id, scenario_id, chara_id) VALUES (22, 2, 1030); INSERT INTO single_mode_special_chara (id, scenario_id, chara_id) VALUES (23, 2, 1052); INSERT INTO single_mode_special_chara (id, scenario_id, chara_id) VALUES (24, 2, 1056); INSERT INTO single_mode_special_chara (id, scenario_id, chara_id) VALUES (25, 2, 9006); -- Table: single_mode_story_data CREATE TABLE 'single_mode_story_data' ('id' INTEGER NOT NULL, 'story_id' INTEGER NOT NULL, 'short_story_id' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'card_chara_id' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, 'support_chara_id' INTEGER NOT NULL, 'show_progress_1' INTEGER NOT NULL, 'show_progress_2' INTEGER NOT NULL, 'show_progress_3' INTEGER NOT NULL, 'show_clear' INTEGER NOT NULL, 'show_succession' INTEGER NOT NULL, 'event_title_style' INTEGER NOT NULL, 'event_title_dress_icon' INTEGER NOT NULL, 'event_title_chara_icon' INTEGER NOT NULL, 'se_change' INTEGER NOT NULL, 'ending_type' INTEGER NOT NULL, 'race_event_flag' INTEGER NOT NULL, 'mini_game_result' INTEGER NOT NULL, 'gallery_main_scenario' INTEGER NOT NULL, 'gallery_flag' INTEGER NOT NULL, 'gallery_list_id' INTEGER NOT NULL, 'past_race_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1, 400000090, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2, 400000091, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3, 400000008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4, 400001022, 400001411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 13, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5, 400001030, 400001412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 14, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6, 400000001, 400000400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9001, 0, 0, 0, 0, 1, 3, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (7, 400000009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9002, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (8, 400000010, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9002, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (9, 400000011, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9002, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (10, 400000012, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9002, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (11, 400000005, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (12, 400000031, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9003, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (13, 400000032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9003, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (14, 400000033, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9003, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (15, 400000034, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9003, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (16, 400000035, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (17, 400000036, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (18, 400001002, 400001401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (19, 400001013, 400001402, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (20, 400001014, 400001403, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (21, 400001015, 400001404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (22, 400001016, 400001405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (23, 400001017, 400001406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (24, 400001018, 400001407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (25, 400001019, 400001408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (26, 400001020, 400001409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (27, 400001021, 400001410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (28, 501001100, 501001400, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (29, 501002100, 501002400, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (30, 501003100, 501003400, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (31, 501004100, 501004400, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (33, 501006100, 501006400, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (34, 501007100, 501007400, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (35, 501008100, 501008400, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (36, 501009100, 501009400, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (37, 501010100, 501010400, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (38, 501011100, 501011400, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (40, 501013100, 501013400, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (41, 501014100, 501014400, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (42, 501015100, 501015400, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (43, 501017100, 501017400, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (44, 501018100, 501018400, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (46, 501024100, 501024400, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (47, 501027100, 501027400, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (48, 501030100, 501030400, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (49, 501032100, 501032400, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (50, 501035100, 501035400, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (52, 501041100, 501041400, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (53, 501045100, 501045400, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (54, 501052100, 501052400, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (55, 501056100, 501056400, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (56, 501060100, 501060400, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (57, 501061100, 501061400, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (58, 501001101, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (59, 501002101, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (60, 501003101, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (61, 501004101, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (63, 501006101, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (64, 501007101, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (65, 501008101, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (66, 501009101, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (67, 501010101, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (68, 501011101, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (70, 501013101, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (71, 501014101, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (72, 501015101, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (73, 501017101, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (74, 501018101, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (76, 501024101, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (77, 501027101, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (78, 501030101, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (79, 501032101, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (80, 501035101, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (82, 501041101, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (83, 501045101, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (84, 501052101, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (85, 501056101, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (86, 501060101, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (87, 501061101, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (88, 501001102, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (89, 501002102, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (90, 501003102, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (91, 501004102, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (93, 501006102, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (94, 501007102, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (95, 501008102, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (96, 501009102, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (97, 501010102, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (98, 501011102, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (100, 501013102, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101, 501014102, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (102, 501015102, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (103, 501017102, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (104, 501018102, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (106, 501024102, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (107, 501027102, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (108, 501030102, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (109, 501032102, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (110, 501035102, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (112, 501041102, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (113, 501045102, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (114, 501052102, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (115, 501056102, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (116, 501060102, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (117, 501061102, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (118, 501001103, 501001406, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (119, 501002103, 501002407, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (120, 501003103, 501003407, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (121, 501004103, 501004406, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (123, 501006103, 501006409, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (124, 501007103, 501007406, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (125, 501008103, 501008406, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (126, 501009103, 501009421, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (127, 501010103, 501010406, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (128, 501011103, 501011405, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (130, 501013103, 501013406, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (131, 501014103, 501014406, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (132, 501015103, 501015406, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (133, 501017103, 501017408, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (134, 501018103, 501018406, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (136, 501024103, 501024406, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (137, 501027103, 501027407, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (138, 501030103, 501030406, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (139, 501032103, 501032407, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (140, 501035103, 501035406, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (142, 501041103, 501041406, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (143, 501045103, 501045406, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (144, 501052103, 501052407, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (145, 501056103, 501056406, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (146, 501060103, 501060406, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (147, 501061103, 501061406, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (148, 501001104, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (149, 501002104, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (150, 501003104, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (151, 501004104, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (153, 501006104, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (154, 501007104, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (155, 501008104, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (156, 501009104, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (157, 501010104, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (158, 501011104, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (160, 501013104, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (161, 501014104, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (162, 501015104, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (163, 501017104, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (164, 501018104, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (166, 501024104, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (167, 501027104, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (168, 501030104, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (169, 501032104, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (170, 501035104, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (172, 501041104, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (173, 501045104, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (174, 501052104, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (175, 501056104, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (176, 501060104, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (177, 501061104, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (178, 501001105, 501001407, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (179, 501002105, 501002408, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (180, 501003105, 501003408, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (181, 501004105, 501004407, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (183, 501006105, 501006420, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (184, 501007105, 501007407, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (185, 501008105, 501008407, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (186, 501009105, 501009431, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (187, 501010105, 501010407, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (188, 501011105, 501011406, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (190, 501013105, 501013407, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (191, 501014105, 501014407, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (192, 501015105, 501015407, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (193, 501017105, 501017409, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (194, 501018105, 501018407, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (196, 501024105, 501024407, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (197, 501027105, 501027408, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (198, 501030105, 501030407, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (199, 501032105, 501032408, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (200, 501035105, 501035407, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (202, 501041105, 501041407, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (203, 501045105, 501045407, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (204, 501052105, 501052408, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (205, 501056105, 501056407, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (206, 501060105, 501060407, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (207, 501061105, 501061407, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (238, 501001107, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (239, 501002107, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (240, 501003107, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (241, 501004107, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (243, 501006107, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (244, 501007107, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (245, 501008107, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (246, 501009107, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (247, 501010107, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (248, 501011107, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (250, 501013107, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (251, 501014107, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (252, 501015107, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (253, 501017107, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (254, 501018107, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (256, 501024107, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (257, 501027107, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (258, 501030107, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (259, 501032107, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (260, 501035107, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (262, 501041107, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (263, 501045107, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (264, 501052107, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (265, 501056107, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (266, 501060107, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (267, 501061107, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (268, 501001108, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (269, 501002108, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (270, 501003108, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (271, 501004108, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (273, 501006108, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (274, 501007108, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (275, 501008108, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (276, 501009108, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (277, 501010108, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (278, 501011108, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (280, 501013108, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (281, 501014108, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (282, 501015108, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (283, 501017108, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (284, 501018108, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (286, 501024108, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (287, 501027108, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (288, 501030108, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (289, 501032108, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (290, 501035108, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (292, 501041108, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (293, 501045108, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (294, 501052108, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (295, 501056108, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (296, 501060108, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (297, 501061108, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (298, 501001109, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (299, 501002109, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (300, 501003109, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (301, 501004109, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (303, 501006109, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (304, 501007109, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (305, 501008109, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (306, 501009109, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (307, 501010109, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (308, 501011109, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (310, 501013109, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (311, 501014109, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (312, 501015109, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (313, 501017109, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (314, 501018109, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (316, 501024109, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (317, 501027109, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (318, 501030109, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (319, 501032109, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (320, 501035109, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (322, 501041109, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (323, 501045109, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (324, 501052109, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (325, 501056109, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (326, 501060109, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (327, 501061109, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (328, 501001300, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (329, 501002300, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (330, 501003300, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (331, 501004300, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (333, 501006300, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (334, 501007300, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (335, 501008300, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (336, 501009300, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (337, 501010300, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (338, 501011300, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (340, 501013300, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (341, 501014300, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (342, 501015300, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (343, 501017300, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (344, 501018300, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (346, 501024300, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (347, 501027300, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (348, 501030300, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (349, 501032300, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (350, 501035300, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (352, 501041300, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (353, 501045300, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (354, 501052300, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (355, 501056300, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (356, 501060300, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (357, 501061300, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (358, 501001301, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (359, 501002301, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (360, 501003301, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (361, 501004301, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (363, 501006301, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (364, 501007301, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (365, 501008301, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (366, 501009301, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (367, 501010301, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (368, 501011301, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (370, 501013301, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (371, 501014301, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (372, 501015301, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (373, 501017301, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (374, 501018301, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (376, 501024301, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (377, 501027301, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (378, 501030301, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (379, 501032301, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (380, 501035301, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (382, 501041301, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (383, 501045301, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (384, 501052301, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (385, 501056301, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (386, 501060301, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (387, 501061301, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (388, 501001302, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (389, 501002302, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (390, 501003302, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (391, 501004302, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (393, 501006302, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (394, 501007302, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (395, 501008302, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (396, 501009302, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (397, 501010302, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (398, 501011302, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (400, 501013302, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (401, 501014302, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (402, 501015302, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (403, 501017302, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (404, 501018302, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (406, 501024302, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (407, 501027302, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (408, 501030302, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (409, 501032302, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (410, 501035302, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (412, 501041302, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (413, 501045302, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (414, 501052302, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (415, 501056302, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (416, 501060302, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (417, 501061302, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (418, 501001110, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (419, 501002110, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (420, 501003110, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (421, 501004110, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (423, 501006110, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (424, 501007110, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (425, 501008110, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (426, 501009110, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (427, 501010110, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (428, 501011110, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (430, 501013110, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (431, 501014110, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (432, 501015110, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (433, 501017110, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (434, 501018110, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (436, 501024110, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (437, 501027110, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (438, 501030110, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (439, 501032110, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (440, 501035110, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (442, 501041110, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (443, 501045110, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (444, 501052110, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (445, 501056110, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (446, 501060110, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (447, 501061110, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (448, 501001111, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (449, 501002111, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (450, 501003111, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (451, 501004111, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (453, 501006111, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (454, 501007111, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (455, 501008111, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (456, 501009111, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (457, 501010111, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (458, 501011111, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (460, 501013111, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (461, 501014111, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (462, 501015111, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (463, 501017111, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (464, 501018111, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (466, 501024111, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (467, 501027111, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (468, 501030111, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (469, 501032111, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (470, 501035111, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (472, 501041111, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (473, 501045111, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (474, 501052111, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (475, 501056111, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (476, 501060111, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (477, 501061111, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (478, 501001112, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (479, 501002112, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (480, 501003112, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (481, 501004112, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (483, 501006112, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (484, 501007112, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (485, 501008112, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (486, 501009112, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (487, 501010112, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (488, 501011112, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (490, 501013112, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (491, 501014112, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (492, 501015112, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (493, 501017112, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (494, 501018112, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (496, 501024112, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (497, 501027112, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (498, 501030112, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (499, 501032112, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (500, 501035112, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (502, 501041112, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (503, 501045112, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (504, 501052112, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (505, 501056112, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (506, 501060112, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (507, 501061112, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (508, 400001023, 400001023, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 21, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (509, 400001024, 400001024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 22, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (510, 400001025, 400001025, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 24, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (511, 400001026, 400001026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 25, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (512, 400001027, 400001027, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 26, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (513, 400001028, 400001028, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 27, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (514, 400001029, 400001029, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 28, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (515, 501001500, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (516, 501002500, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (517, 501003500, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (518, 501004500, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (520, 501006500, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (521, 501007500, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (522, 501008500, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (523, 501009500, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (524, 501010500, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (525, 501011500, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (527, 501013500, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (528, 501014500, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (529, 501015500, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (530, 501017500, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (531, 501018500, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (533, 501024500, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (534, 501027500, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (535, 501030500, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (536, 501032500, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (537, 501035500, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (539, 501041500, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (540, 501045500, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (541, 501052500, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (542, 501056500, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (543, 501060500, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (544, 501061500, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (545, 501001506, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (546, 501002506, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (547, 501003506, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (548, 501004506, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (550, 501006506, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (551, 501007506, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (552, 501008506, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (553, 501009506, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (554, 501010506, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (555, 501011506, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (557, 501013506, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (558, 501014506, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (559, 501015506, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (560, 501017506, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (561, 501018506, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (563, 501024506, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (564, 501027506, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (565, 501030506, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (566, 501032506, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (567, 501035506, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (569, 501041506, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (570, 501045506, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (571, 501052506, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (572, 501056506, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (573, 501060506, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (574, 501061506, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (575, 501001507, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (576, 501002507, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (577, 501003507, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (578, 501004507, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (580, 501006507, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (581, 501007507, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (582, 501008507, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (583, 501009507, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (584, 501010507, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (585, 501011507, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (587, 501013507, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (588, 501014507, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (589, 501015507, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (590, 501017507, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (591, 501018507, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (593, 501024507, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (594, 501027507, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (595, 501030507, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (596, 501032507, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (597, 501035507, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (599, 501041507, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (600, 501045507, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (601, 501052507, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (602, 501056507, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (603, 501060507, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (604, 501061507, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (605, 501001517, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (606, 501002517, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (607, 501003517, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (608, 501004517, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (610, 501006517, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (611, 501007517, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (612, 501008517, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (613, 501009517, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (614, 501010517, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (615, 501011517, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (617, 501013517, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (618, 501014517, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (619, 501015517, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (620, 501017517, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (621, 501018517, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (623, 501024517, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (624, 501027517, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (625, 501030517, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (626, 501032517, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (627, 501035517, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (629, 501041517, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (630, 501045517, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (631, 501052517, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (632, 501056517, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (633, 501060517, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (634, 501061517, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (635, 501001518, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (636, 501002518, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (637, 501003518, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (638, 501004518, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (640, 501006518, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (641, 501007518, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (642, 501008518, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (643, 501009518, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (644, 501010518, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (645, 501011518, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (647, 501013518, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (648, 501014518, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (649, 501015518, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (650, 501017518, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (651, 501018518, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (653, 501024518, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (654, 501027518, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (655, 501030518, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (656, 501032518, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (657, 501035518, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (659, 501041518, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (660, 501045518, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (661, 501052518, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (662, 501056518, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (663, 501060518, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (664, 501061518, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (665, 501001519, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (666, 501002519, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (667, 501003519, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (668, 501004519, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (670, 501006519, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (671, 501007519, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (672, 501008519, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (673, 501009519, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (674, 501010519, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (675, 501011519, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (677, 501013519, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (678, 501014519, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (679, 501015519, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (680, 501017519, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (681, 501018519, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (683, 501024519, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (684, 501027519, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (685, 501030519, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (686, 501032519, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (687, 501035519, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (689, 501041519, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (690, 501045519, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (691, 501052519, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (692, 501056519, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (693, 501060519, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (694, 501061519, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (695, 501001510, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (696, 501002510, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (697, 501003510, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (698, 501004510, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (700, 501006510, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (701, 501007510, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (702, 501008510, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (703, 501009510, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (704, 501010510, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (705, 501011510, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (707, 501013510, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (708, 501014510, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (709, 501015510, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (710, 501017510, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (711, 501018510, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (713, 501024510, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (714, 501027510, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (715, 501030510, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (716, 501032510, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (717, 501035510, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (719, 501041510, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (720, 501045510, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (721, 501052510, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (722, 501056510, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (723, 501060510, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (724, 501061510, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (725, 501001511, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (726, 501002511, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (727, 501003511, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (728, 501004511, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (730, 501006511, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (731, 501007511, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (732, 501008511, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (733, 501009511, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (734, 501010511, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (735, 501011511, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (737, 501013511, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (738, 501014511, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (739, 501015511, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (740, 501017511, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (741, 501018511, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (743, 501024511, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (744, 501027511, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (745, 501030511, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (746, 501032511, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (747, 501035511, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (749, 501041511, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (750, 501045511, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (751, 501052511, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (752, 501056511, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (753, 501060511, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (754, 501061511, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (755, 501001520, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (756, 501002520, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (757, 501003520, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (758, 501004520, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (760, 501006520, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (761, 501007520, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (762, 501008520, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (763, 501009520, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (764, 501010520, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (765, 501011520, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (767, 501013520, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (768, 501014520, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (769, 501015520, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (770, 501017520, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (771, 501018520, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (773, 501024520, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (774, 501027520, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (775, 501030520, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (776, 501032520, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (777, 501035520, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (779, 501041520, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (780, 501045520, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (781, 501052520, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (782, 501056520, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (783, 501060520, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (784, 501061520, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (785, 501001702, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (786, 501002702, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (787, 501003702, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (788, 501004702, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (790, 501006702, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (791, 501007702, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (792, 501008702, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (793, 501009702, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (794, 501010702, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (795, 501011702, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (797, 501013702, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (798, 501014702, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (799, 501015702, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (800, 501017702, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (801, 501018702, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (803, 501024702, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (804, 501027702, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (805, 501030702, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (806, 501032702, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (807, 501035702, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (809, 501041702, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (810, 501045702, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (811, 501052702, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (812, 501056702, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (813, 501060702, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (814, 501061702, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (815, 501001703, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (816, 501002703, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (817, 501003703, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (818, 501004703, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (820, 501006703, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (821, 501007703, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (822, 501008703, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (823, 501009703, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (824, 501010703, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (825, 501011703, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (827, 501013703, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (828, 501014703, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (829, 501015703, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (830, 501017703, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (831, 501018703, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (833, 501024703, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (834, 501027703, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (835, 501030703, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (836, 501032703, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (837, 501035703, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (839, 501041703, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (840, 501045703, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (841, 501052703, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (842, 501056703, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (843, 501060703, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (844, 501061703, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (845, 501001704, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (846, 501002704, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (847, 501003704, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (848, 501004704, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (850, 501006704, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (851, 501007704, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (852, 501008704, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (853, 501009704, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (854, 501010704, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (855, 501011704, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (857, 501013704, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (858, 501014704, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (859, 501015704, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (860, 501017704, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (861, 501018704, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (863, 501024704, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (864, 501027704, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (865, 501030704, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (866, 501032704, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (867, 501035704, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (869, 501041704, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (870, 501045704, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (871, 501052704, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (872, 501056704, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (873, 501060704, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (874, 501061704, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (875, 501001705, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (876, 501002705, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (877, 501003705, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (878, 501004705, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (880, 501006705, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (881, 501007705, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (882, 501008705, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (883, 501009705, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (884, 501010705, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (885, 501011705, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (887, 501013705, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (888, 501014705, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (889, 501015705, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (890, 501017705, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (891, 501018705, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (893, 501024705, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (894, 501027705, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (895, 501030705, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (896, 501032705, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (897, 501035705, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (899, 501041705, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (900, 501045705, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (901, 501052705, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (902, 501056705, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (903, 501060705, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (904, 501061705, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (905, 501001706, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (906, 501002706, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (907, 501003706, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (908, 501004706, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (910, 501006706, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (911, 501007706, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (912, 501008706, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (913, 501009706, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (914, 501010706, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (915, 501011706, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (917, 501013706, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (918, 501014706, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (919, 501015706, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (920, 501017706, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (921, 501018706, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (923, 501024706, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (924, 501027706, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (925, 501030706, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (926, 501032706, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (927, 501035706, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (929, 501041706, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (930, 501045706, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (931, 501052706, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (932, 501056706, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (933, 501060706, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (934, 501061706, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (935, 501001523, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (936, 501002523, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (937, 501003523, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (938, 501004523, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (940, 501006523, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (941, 501007523, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (942, 501008523, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (943, 501009523, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (944, 501010523, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (945, 501011523, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (947, 501013523, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (948, 501014523, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (949, 501015523, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (950, 501017523, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (951, 501018523, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (953, 501024523, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (954, 501027523, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (955, 501030523, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (956, 501032523, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (957, 501035523, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (959, 501041523, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (960, 501045523, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (961, 501052523, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (962, 501056523, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (963, 501060523, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (964, 501061523, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (965, 501001521, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (966, 501002521, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (967, 501003521, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (968, 501004521, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (970, 501006521, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (971, 501007521, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (972, 501008521, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (973, 501009521, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (974, 501010521, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (975, 501011521, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (977, 501013521, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (978, 501014521, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (979, 501015521, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (980, 501017521, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (981, 501018521, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (983, 501024521, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (984, 501027521, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (985, 501030521, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (986, 501032521, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (987, 501035521, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (989, 501041521, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (990, 501045521, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (991, 501052521, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (992, 501056521, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (993, 501060521, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (994, 501061521, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (995, 501001522, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (996, 501002522, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (997, 501003522, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (998, 501004522, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1000, 501006522, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1001, 501007522, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1002, 501008522, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1003, 501009522, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1004, 501010522, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1005, 501011522, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1007, 501013522, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1008, 501014522, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1009, 501015522, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1010, 501017522, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1011, 501018522, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1013, 501024522, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1014, 501027522, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1015, 501030522, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1016, 501032522, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1017, 501035522, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1019, 501041522, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1020, 501045522, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1021, 501052522, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1022, 501056522, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1023, 501060522, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1024, 501061522, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1025, 501001508, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1026, 501002508, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1027, 501003508, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1028, 501004508, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1030, 501006508, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1031, 501007508, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1032, 501008508, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1033, 501009508, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1034, 501010508, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1035, 501011508, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1037, 501013508, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1038, 501014508, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1039, 501015508, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1040, 501017508, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1041, 501018508, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1043, 501024508, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1044, 501027508, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1045, 501030508, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1046, 501032508, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1047, 501035508, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1049, 501041508, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1050, 501045508, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1051, 501052508, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1052, 501056508, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1053, 501060508, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1054, 501061508, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1055, 501001509, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1056, 501002509, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1057, 501003509, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1058, 501004509, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1060, 501006509, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1061, 501007509, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1062, 501008509, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1063, 501009509, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1064, 501010509, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1065, 501011509, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1067, 501013509, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1068, 501014509, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1069, 501015509, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1070, 501017509, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1071, 501018509, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1073, 501024509, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1074, 501027509, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1075, 501030509, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1076, 501032509, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1077, 501035509, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1079, 501041509, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1080, 501045509, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1081, 501052509, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1082, 501056509, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1083, 501060509, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1084, 501061509, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1085, 501001708, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1086, 501002708, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1087, 501003708, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1088, 501004708, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1090, 501006708, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1091, 501007708, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1092, 501008708, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1093, 501009708, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1094, 501010708, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1095, 501011708, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1097, 501013708, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1098, 501014708, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1099, 501015708, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1100, 501017708, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1101, 501018708, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1103, 501024708, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1104, 501027708, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1105, 501030708, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1106, 501032708, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1107, 501035708, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1109, 501041708, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1110, 501045708, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1111, 501052708, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1112, 501056708, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1113, 501060708, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1114, 501061708, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1115, 501001709, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1116, 501002709, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1117, 501003709, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1118, 501004709, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1120, 501006709, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1121, 501007709, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1122, 501008709, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1123, 501009709, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1124, 501010709, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1125, 501011709, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1127, 501013709, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1128, 501014709, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1129, 501015709, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1130, 501017709, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1131, 501018709, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1133, 501024709, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1134, 501027709, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1135, 501030709, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1136, 501032709, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1137, 501035709, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1139, 501041709, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1140, 501045709, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1141, 501052709, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1142, 501056709, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1143, 501060709, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1144, 501061709, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1145, 501001710, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1146, 501002710, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1147, 501003710, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1148, 501004710, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1150, 501006710, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1151, 501007710, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1152, 501008710, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1153, 501009710, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1154, 501010710, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1155, 501011710, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1157, 501013710, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1158, 501014710, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1159, 501015710, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1160, 501017710, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1161, 501018710, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1163, 501024710, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1164, 501027710, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1165, 501030710, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1166, 501032710, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1167, 501035710, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1169, 501041710, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1170, 501045710, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1171, 501052710, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1172, 501056710, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1173, 501060710, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1174, 501061710, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1175, 501001711, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1176, 501002711, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1177, 501003711, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1178, 501004711, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1180, 501006711, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1181, 501007711, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1182, 501008711, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1183, 501009711, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1184, 501010711, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1185, 501011711, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1187, 501013711, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1188, 501014711, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1189, 501015711, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1190, 501017711, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1191, 501018711, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1193, 501024711, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1194, 501027711, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1195, 501030711, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1196, 501032711, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1197, 501035711, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1199, 501041711, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1200, 501045711, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1201, 501052711, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1202, 501056711, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1203, 501060711, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1204, 501061711, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1205, 501001700, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1206, 501002700, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1207, 501003700, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1208, 501004700, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1210, 501006700, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1211, 501007700, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1212, 501008700, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1213, 501009700, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1214, 501010700, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1215, 501011700, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1217, 501013700, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1218, 501014700, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1219, 501015700, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1220, 501017700, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1221, 501018700, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1223, 501024700, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1224, 501027700, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1225, 501030700, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1226, 501032700, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1227, 501035700, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1229, 501041700, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1230, 501045700, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1231, 501052700, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1232, 501056700, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1233, 501060700, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1234, 501061700, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1235, 501001718, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1236, 501002718, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1237, 501003718, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1238, 501004718, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1240, 501006718, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1241, 501007718, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1242, 501008718, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1243, 501009718, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1244, 501010718, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1245, 501011718, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1247, 501013718, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1248, 501014718, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1249, 501015718, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1250, 501017718, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1251, 501018718, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1253, 501024718, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1254, 501027718, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1255, 501030718, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1256, 501032718, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1257, 501035718, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1259, 501041718, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1260, 501045718, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1261, 501052718, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1262, 501056718, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1263, 501060718, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1264, 501061718, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1265, 501001701, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1266, 501002701, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1267, 501003701, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1268, 501004701, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1270, 501006701, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1271, 501007701, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1272, 501008701, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1273, 501009701, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1274, 501010701, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1275, 501011701, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1277, 501013701, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1278, 501014701, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1279, 501015701, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1280, 501017701, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1281, 501018701, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1283, 501024701, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1284, 501027701, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1285, 501030701, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1286, 501032701, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1287, 501035701, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1289, 501041701, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1290, 501045701, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1291, 501052701, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1292, 501056701, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1293, 501060701, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1294, 501061701, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1295, 501001707, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1296, 501002707, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1297, 501003707, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1298, 501004707, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1300, 501006707, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1301, 501007707, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1302, 501008707, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1303, 501009707, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1304, 501010707, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1305, 501011707, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1307, 501013707, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1308, 501014707, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1309, 501015707, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1310, 501017707, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1311, 501018707, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1313, 501024707, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1314, 501027707, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1315, 501030707, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1316, 501032707, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1317, 501035707, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1319, 501041707, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1320, 501045707, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1321, 501052707, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1322, 501056707, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1323, 501060707, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1324, 501061707, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1325, 501001712, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1326, 501002712, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1327, 501003712, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1328, 501004712, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1330, 501006712, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1331, 501007712, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1332, 501008712, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1333, 501009712, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1334, 501010712, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1335, 501011712, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1337, 501013712, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1338, 501014712, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1339, 501015712, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1340, 501017712, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1341, 501018712, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1343, 501024712, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1344, 501027712, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1345, 501030712, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1346, 501032712, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1347, 501035712, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1349, 501041712, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1350, 501045712, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1351, 501052712, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1352, 501056712, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1353, 501060712, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1354, 501061712, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1355, 501001713, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1356, 501002713, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1357, 501003713, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1358, 501004713, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1360, 501006713, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1361, 501007713, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1362, 501008713, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1363, 501009713, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1364, 501010713, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1365, 501011713, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1367, 501013713, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1368, 501014713, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1369, 501015713, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1370, 501017713, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1371, 501018713, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1373, 501024713, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1374, 501027713, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1375, 501030713, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1376, 501032713, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1377, 501035713, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1379, 501041713, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1380, 501045713, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1381, 501052713, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1382, 501056713, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1383, 501060713, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1384, 501061713, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1385, 501001714, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1386, 501002714, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1387, 501003714, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1388, 501004714, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1390, 501006714, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1391, 501007714, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1392, 501008714, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1393, 501009714, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1394, 501010714, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1395, 501011714, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1397, 501013714, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1398, 501014714, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1399, 501015714, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1400, 501017714, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1401, 501018714, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1403, 501024714, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1404, 501027714, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1405, 501030714, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1406, 501032714, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1407, 501035714, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1409, 501041714, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1410, 501045714, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1411, 501052714, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1412, 501056714, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1413, 501060714, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1414, 501061714, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1415, 501001717, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1416, 501002717, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1417, 501003717, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1418, 501004717, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1420, 501006717, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1421, 501007717, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1422, 501008717, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1423, 501009717, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1424, 501010717, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1425, 501011717, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1427, 501013717, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1428, 501014717, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1429, 501015717, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1430, 501017717, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1431, 501018717, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1433, 501024717, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1434, 501027717, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1435, 501030717, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1436, 501032717, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1437, 501035717, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1439, 501041717, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1440, 501045717, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1441, 501052717, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1442, 501056717, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1443, 501060717, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1444, 501061717, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1445, 501001715, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1446, 501002715, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1447, 501003715, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1448, 501004715, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1450, 501006715, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1451, 501007715, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1452, 501008715, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1453, 501009715, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1454, 501010715, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1455, 501011715, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1457, 501013715, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1458, 501014715, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1459, 501015715, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1460, 501017715, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1461, 501018715, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1463, 501024715, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1464, 501027715, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1465, 501030715, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1466, 501032715, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1467, 501035715, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1469, 501041715, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1470, 501045715, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1471, 501052715, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1472, 501056715, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1473, 501060715, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1474, 501061715, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1475, 501001716, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1476, 501002716, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1477, 501003716, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1478, 501004716, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1480, 501006716, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1481, 501007716, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1482, 501008716, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1483, 501009716, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1484, 501010716, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1485, 501011716, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1487, 501013716, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1488, 501014716, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1489, 501015716, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1490, 501017716, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1491, 501018716, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1493, 501024716, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1494, 501027716, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1495, 501030716, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1496, 501032716, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1497, 501035716, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1499, 501041716, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1500, 501045716, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1501, 501052716, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1502, 501056716, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1503, 501060716, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1504, 501061716, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1505, 501001516, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1506, 501002516, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1507, 501003516, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1508, 501004516, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1511, 501007516, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1512, 501008516, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1513, 501009516, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1514, 501010516, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1515, 501011516, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1517, 501013516, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1518, 501014516, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1519, 501015516, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1520, 501017516, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1521, 501018516, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1523, 501024516, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1524, 501027516, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1525, 501030516, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1526, 501032516, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1527, 501035516, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1529, 501041516, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1530, 501045516, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1531, 501052516, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1532, 501056516, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1533, 501060516, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1534, 501061516, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1535, 501001720, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1536, 501002720, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1537, 501003720, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1538, 501004720, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1540, 501006720, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1541, 501007720, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1542, 501008720, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1543, 501009720, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1544, 501010720, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1545, 501011720, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1547, 501013720, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1548, 501014720, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1549, 501015720, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1550, 501017720, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1551, 501018720, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1553, 501024720, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1554, 501027720, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1555, 501030720, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1556, 501032720, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1557, 501035720, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1559, 501041720, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1560, 501045720, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1561, 501052720, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1562, 501056720, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1563, 501060720, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1564, 501061720, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1568, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1571, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1572, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1578, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1586, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1587, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1589, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1594, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1595, 501001719, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1596, 501002719, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1597, 501003719, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1598, 501004719, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1600, 501006719, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1601, 501007719, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1602, 501008719, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1603, 501009719, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1604, 501010719, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1605, 501011719, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1607, 501013719, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1608, 501014719, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1609, 501015719, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1610, 501017719, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1611, 501018719, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1613, 501024719, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1614, 501027719, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1615, 501030719, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1616, 501032719, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1617, 501035719, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1619, 501041719, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1620, 501045719, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1621, 501052719, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1622, 501056719, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1623, 501060719, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1624, 501061719, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1625, 501001722, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1626, 501002722, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1627, 501003722, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1628, 501004722, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1630, 501006722, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1631, 501007722, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1632, 501008722, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1633, 501009722, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1634, 501010722, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1635, 501011722, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1637, 501013722, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1638, 501014722, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1639, 501015722, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1640, 501017722, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1641, 501018722, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1643, 501024722, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1644, 501027722, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1645, 501030722, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1646, 501032722, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1647, 501035722, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1649, 501041722, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1650, 501045722, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1651, 501052722, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1652, 501056722, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1653, 501060722, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1654, 501061722, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1655, 400001031, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 15, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1685, 400001033, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 17, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1715, 400001035, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 19, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1745, 400001032, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 1, 0, 1, 3, 16, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1775, 400001034, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 3, 0, 0, 0, 0, 1, 0, 1, 3, 18, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1805, 400001036, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 1, 0, 1, 3, 20, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1835, 501001513, 0, 100101, 1001, 0, 0, 0, 0, 0, 0, 0, 4, 100101, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1836, 501002513, 0, 100201, 1002, 0, 0, 0, 0, 0, 0, 0, 4, 100201, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1837, 501003513, 0, 100301, 1003, 0, 0, 0, 0, 0, 0, 0, 4, 100301, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1838, 501004513, 0, 100401, 1004, 0, 0, 0, 0, 0, 0, 0, 4, 100401, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1840, 501006513, 0, 100601, 1006, 0, 0, 0, 0, 0, 0, 0, 4, 100601, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1841, 501007513, 0, 100701, 1007, 0, 0, 0, 0, 0, 0, 0, 4, 100701, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1842, 501008513, 0, 100801, 1008, 0, 0, 0, 0, 0, 0, 0, 4, 100801, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1843, 501009513, 0, 100901, 1009, 0, 0, 0, 0, 0, 0, 0, 4, 100901, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1844, 501010513, 0, 101001, 1010, 0, 0, 0, 0, 0, 0, 0, 4, 101001, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1845, 501011513, 0, 101101, 1011, 0, 0, 0, 0, 0, 0, 0, 4, 101101, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1847, 501013513, 0, 101301, 1013, 0, 0, 0, 0, 0, 0, 0, 4, 101301, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1848, 501014513, 0, 101401, 1014, 0, 0, 0, 0, 0, 0, 0, 4, 101401, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1849, 501015513, 0, 101501, 1015, 0, 0, 0, 0, 0, 0, 0, 4, 101501, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1850, 501017513, 0, 101701, 1017, 0, 0, 0, 0, 0, 0, 0, 4, 101701, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1851, 501018513, 0, 101801, 1018, 0, 0, 0, 0, 0, 0, 0, 4, 101801, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1853, 501024513, 0, 102401, 1024, 0, 0, 0, 0, 0, 0, 0, 4, 102401, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1854, 501027513, 0, 102701, 1027, 0, 0, 0, 0, 0, 0, 0, 4, 102701, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1855, 501030513, 0, 103001, 1030, 0, 0, 0, 0, 0, 0, 0, 4, 103001, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1856, 501032513, 0, 103201, 1032, 0, 0, 0, 0, 0, 0, 0, 4, 103201, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1857, 501035513, 0, 103501, 1035, 0, 0, 0, 0, 0, 0, 0, 4, 103501, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1859, 501041513, 0, 104101, 1041, 0, 0, 0, 0, 0, 0, 0, 4, 104101, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1860, 501045513, 0, 104501, 1045, 0, 0, 0, 0, 0, 0, 0, 4, 104501, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1861, 501052513, 0, 105201, 1052, 0, 0, 0, 0, 0, 0, 0, 4, 105201, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1862, 501056513, 0, 105601, 1056, 0, 0, 0, 0, 0, 0, 0, 4, 105601, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1863, 501060513, 0, 106001, 1060, 0, 0, 0, 0, 0, 0, 0, 4, 106001, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1864, 501061513, 0, 106101, 1061, 0, 0, 0, 0, 0, 0, 0, 4, 106101, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1865, 501001514, 0, 100101, 1001, 0, 0, 0, 0, 0, 0, 0, 4, 100101, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1866, 501002514, 0, 100201, 1002, 0, 0, 0, 0, 0, 0, 0, 4, 100201, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1867, 501003514, 0, 100301, 1003, 0, 0, 0, 0, 0, 0, 0, 4, 100301, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1868, 501004514, 0, 100401, 1004, 0, 0, 0, 0, 0, 0, 0, 4, 100401, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1870, 501006514, 0, 100601, 1006, 0, 0, 0, 0, 0, 0, 0, 4, 100601, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1871, 501007514, 0, 100701, 1007, 0, 0, 0, 0, 0, 0, 0, 4, 100701, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1872, 501008514, 0, 100801, 1008, 0, 0, 0, 0, 0, 0, 0, 4, 100801, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1873, 501009514, 0, 100901, 1009, 0, 0, 0, 0, 0, 0, 0, 4, 100901, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1874, 501010514, 0, 101001, 1010, 0, 0, 0, 0, 0, 0, 0, 4, 101001, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1875, 501011514, 0, 101101, 1011, 0, 0, 0, 0, 0, 0, 0, 4, 101101, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1877, 501013514, 0, 101301, 1013, 0, 0, 0, 0, 0, 0, 0, 4, 101301, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1878, 501014514, 0, 101401, 1014, 0, 0, 0, 0, 0, 0, 0, 4, 101401, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1879, 501015514, 0, 101501, 1015, 0, 0, 0, 0, 0, 0, 0, 4, 101501, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1880, 501017514, 0, 101701, 1017, 0, 0, 0, 0, 0, 0, 0, 4, 101701, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1881, 501018514, 0, 101801, 1018, 0, 0, 0, 0, 0, 0, 0, 4, 101801, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1883, 501024514, 0, 102401, 1024, 0, 0, 0, 0, 0, 0, 0, 4, 102401, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1884, 501027514, 0, 102701, 1027, 0, 0, 0, 0, 0, 0, 0, 4, 102701, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1885, 501030514, 0, 103001, 1030, 0, 0, 0, 0, 0, 0, 0, 4, 103001, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1886, 501032514, 0, 103201, 1032, 0, 0, 0, 0, 0, 0, 0, 4, 103201, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1887, 501035514, 0, 103501, 1035, 0, 0, 0, 0, 0, 0, 0, 4, 103501, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1889, 501041514, 0, 104101, 1041, 0, 0, 0, 0, 0, 0, 0, 4, 104101, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1890, 501045514, 0, 104501, 1045, 0, 0, 0, 0, 0, 0, 0, 4, 104501, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1891, 501052514, 0, 105201, 1052, 0, 0, 0, 0, 0, 0, 0, 4, 105201, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1892, 501056514, 0, 105601, 1056, 0, 0, 0, 0, 0, 0, 0, 4, 105601, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1893, 501060514, 0, 106001, 1060, 0, 0, 0, 0, 0, 0, 0, 4, 106001, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1894, 501061514, 0, 106101, 1061, 0, 0, 0, 0, 0, 0, 0, 4, 106101, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1895, 501001515, 0, 100101, 1001, 0, 0, 0, 0, 0, 0, 0, 4, 100101, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1896, 501002515, 0, 100201, 1002, 0, 0, 0, 0, 0, 0, 0, 4, 100201, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1897, 501003515, 0, 100301, 1003, 0, 0, 0, 0, 0, 0, 0, 4, 100301, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1898, 501004515, 0, 100401, 1004, 0, 0, 0, 0, 0, 0, 0, 4, 100401, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1900, 501006515, 0, 100601, 1006, 0, 0, 0, 0, 0, 0, 0, 4, 100601, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1901, 501007515, 0, 100701, 1007, 0, 0, 0, 0, 0, 0, 0, 4, 100701, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1902, 501008515, 0, 100801, 1008, 0, 0, 0, 0, 0, 0, 0, 4, 100801, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1903, 501009515, 0, 100901, 1009, 0, 0, 0, 0, 0, 0, 0, 4, 100901, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1904, 501010515, 0, 101001, 1010, 0, 0, 0, 0, 0, 0, 0, 4, 101001, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1905, 501011515, 0, 101101, 1011, 0, 0, 0, 0, 0, 0, 0, 4, 101101, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1907, 501013515, 0, 101301, 1013, 0, 0, 0, 0, 0, 0, 0, 4, 101301, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1908, 501014515, 0, 101401, 1014, 0, 0, 0, 0, 0, 0, 0, 4, 101401, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1909, 501015515, 0, 101501, 1015, 0, 0, 0, 0, 0, 0, 0, 4, 101501, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1910, 501017515, 0, 101701, 1017, 0, 0, 0, 0, 0, 0, 0, 4, 101701, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1911, 501018515, 0, 101801, 1018, 0, 0, 0, 0, 0, 0, 0, 4, 101801, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1913, 501024515, 0, 102401, 1024, 0, 0, 0, 0, 0, 0, 0, 4, 102401, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1914, 501027515, 0, 102701, 1027, 0, 0, 0, 0, 0, 0, 0, 4, 102701, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1915, 501030515, 0, 103001, 1030, 0, 0, 0, 0, 0, 0, 0, 4, 103001, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1916, 501032515, 0, 103201, 1032, 0, 0, 0, 0, 0, 0, 0, 4, 103201, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1917, 501035515, 0, 103501, 1035, 0, 0, 0, 0, 0, 0, 0, 4, 103501, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1919, 501041515, 0, 104101, 1041, 0, 0, 0, 0, 0, 0, 0, 4, 104101, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1920, 501045515, 0, 104501, 1045, 0, 0, 0, 0, 0, 0, 0, 4, 104501, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1921, 501052515, 0, 105201, 1052, 0, 0, 0, 0, 0, 0, 0, 4, 105201, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1922, 501056515, 0, 105601, 1056, 0, 0, 0, 0, 0, 0, 0, 4, 105601, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1923, 501060515, 0, 106001, 1060, 0, 0, 0, 0, 0, 0, 0, 4, 106001, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1924, 501061515, 0, 106101, 1061, 0, 0, 0, 0, 0, 0, 0, 4, 106101, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1925, 501001600, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1926, 501002600, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1927, 501003600, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1928, 501004600, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1930, 501006600, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1931, 501007600, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1932, 501008600, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1933, 501009600, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1934, 501010600, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1935, 501011600, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1937, 501013600, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1938, 501014600, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1939, 501015600, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1940, 501017600, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1941, 501018600, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1943, 501024600, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1944, 501027600, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1945, 501030600, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1946, 501032600, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1947, 501035600, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1949, 501041600, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1950, 501045600, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1951, 501052600, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1952, 501056600, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1953, 501060600, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1954, 501061600, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1955, 501001601, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1956, 501002601, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1957, 501003601, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1958, 501004601, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1960, 501006601, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1961, 501007601, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1962, 501008601, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1963, 501009601, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1964, 501010601, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1965, 501011601, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1967, 501013601, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1968, 501014601, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1969, 501015601, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1970, 501017601, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1971, 501018601, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1973, 501024601, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1974, 501027601, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1975, 501030601, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1976, 501032601, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1977, 501035601, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1979, 501041601, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1980, 501045601, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1981, 501052601, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1982, 501056601, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1983, 501060601, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1984, 501061601, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1985, 809001010, 809001010, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1986, 809004010, 809004010, 0, 0, 0, 9004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1987, 801001001, 0, 0, 0, 0, 1001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1988, 801001002, 0, 0, 0, 0, 1001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1989, 830001001, 0, 0, 0, 30001, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1990, 830001002, 0, 0, 0, 30001, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1991, 830001003, 0, 0, 0, 30001, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1992, 801002001, 0, 0, 0, 0, 1002, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1993, 801002002, 0, 0, 0, 0, 1002, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1994, 830002001, 0, 0, 0, 30002, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1995, 830002002, 0, 0, 0, 30002, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1996, 830002003, 0, 0, 0, 30002, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1997, 801003001, 0, 0, 0, 0, 1003, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1998, 801003002, 0, 0, 0, 0, 1003, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (1999, 830003001, 0, 0, 0, 30003, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2000, 830003002, 0, 0, 0, 30003, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2001, 830003003, 0, 0, 0, 30003, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2002, 801004001, 0, 0, 0, 0, 1004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2003, 801004002, 0, 0, 0, 0, 1004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2004, 801005001, 0, 0, 0, 0, 1005, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2005, 801005002, 0, 0, 0, 0, 1005, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2006, 820001001, 0, 0, 0, 20001, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2007, 820001002, 0, 0, 0, 20001, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2008, 801006001, 0, 0, 0, 0, 1006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2009, 801006002, 0, 0, 0, 0, 1006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2010, 801007001, 0, 0, 0, 0, 1007, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2011, 801007002, 0, 0, 0, 0, 1007, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2012, 830004001, 0, 0, 0, 30004, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2013, 830004002, 0, 0, 0, 30004, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2014, 830004003, 0, 0, 0, 30004, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2015, 801008001, 0, 0, 0, 0, 1008, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2016, 801008002, 0, 0, 0, 0, 1008, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2017, 830005001, 0, 0, 0, 30005, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2018, 830005002, 0, 0, 0, 30005, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2019, 830005003, 0, 0, 0, 30005, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2020, 801009001, 0, 0, 0, 0, 1009, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2021, 801009002, 0, 0, 0, 0, 1009, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2022, 820002001, 0, 0, 0, 20002, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2023, 820002002, 0, 0, 0, 20002, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2024, 801010001, 0, 0, 0, 0, 1010, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2025, 801010002, 0, 0, 0, 0, 1010, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2026, 801011001, 0, 0, 0, 0, 1011, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2027, 801011002, 0, 0, 0, 0, 1011, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2028, 830006001, 0, 0, 0, 30006, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2029, 830006002, 0, 0, 0, 30006, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2030, 830006003, 0, 0, 0, 30006, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2031, 801012001, 0, 0, 0, 0, 1012, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2032, 801012002, 0, 0, 0, 0, 1012, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2033, 820003001, 0, 0, 0, 20003, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2034, 820003002, 0, 0, 0, 20003, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2035, 801013001, 0, 0, 0, 0, 1013, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2036, 801013002, 0, 0, 0, 0, 1013, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2037, 830022001, 0, 0, 0, 30022, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2038, 830022002, 0, 0, 0, 30022, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2039, 830022003, 0, 0, 0, 30022, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2040, 801014001, 0, 0, 0, 0, 1014, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2041, 801014002, 0, 0, 0, 0, 1014, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2042, 830007001, 0, 0, 0, 30007, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2043, 830007002, 0, 0, 0, 30007, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2044, 830007003, 0, 0, 0, 30007, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2045, 801015001, 0, 0, 0, 0, 1015, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2046, 801015002, 0, 0, 0, 0, 1015, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2047, 801017001, 0, 0, 0, 0, 1017, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2048, 801017002, 0, 0, 0, 0, 1017, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2049, 801018001, 0, 0, 0, 0, 1018, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2050, 801018002, 0, 0, 0, 0, 1018, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2051, 820004001, 0, 0, 0, 20004, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2052, 820004002, 0, 0, 0, 20004, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2053, 801019001, 0, 0, 0, 0, 1019, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2054, 801019002, 0, 0, 0, 0, 1019, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2055, 820005001, 0, 0, 0, 20005, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2056, 820005002, 0, 0, 0, 20005, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2057, 801020001, 0, 0, 0, 0, 1020, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2058, 801020002, 0, 0, 0, 0, 1020, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2059, 830008001, 0, 0, 0, 30008, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2060, 830008002, 0, 0, 0, 30008, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2061, 830008003, 0, 0, 0, 30008, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2062, 801021001, 0, 0, 0, 0, 1021, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2063, 801021002, 0, 0, 0, 0, 1021, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2064, 830009001, 0, 0, 0, 30009, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2065, 830009002, 0, 0, 0, 30009, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2066, 830009003, 0, 0, 0, 30009, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2067, 801022001, 0, 0, 0, 0, 1022, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2068, 801022002, 0, 0, 0, 0, 1022, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2069, 830010001, 0, 0, 0, 30010, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2070, 830010002, 0, 0, 0, 30010, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2071, 830010003, 0, 0, 0, 30010, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2072, 801023001, 0, 0, 0, 0, 1023, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2073, 801023002, 0, 0, 0, 0, 1023, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2074, 820006001, 0, 0, 0, 20006, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2075, 820006002, 0, 0, 0, 20006, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2076, 801024001, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2077, 801024002, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2078, 820007001, 0, 0, 0, 20007, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2079, 820007002, 0, 0, 0, 20007, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2080, 801025001, 0, 0, 0, 0, 1025, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2081, 801025002, 0, 0, 0, 0, 1025, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2082, 820008001, 0, 0, 0, 20008, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2083, 820008002, 0, 0, 0, 20008, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2084, 801026001, 0, 0, 0, 0, 1026, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2085, 801026002, 0, 0, 0, 0, 1026, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2086, 820009001, 0, 0, 0, 20009, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2087, 820009002, 0, 0, 0, 20009, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2088, 801027001, 0, 0, 0, 0, 1027, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2089, 801027002, 0, 0, 0, 0, 1027, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2090, 820010001, 0, 0, 0, 20010, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2091, 820010002, 0, 0, 0, 20010, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2092, 801029001, 0, 0, 0, 0, 1029, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2093, 801029002, 0, 0, 0, 0, 1029, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2094, 820011001, 0, 0, 0, 20011, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2095, 820011002, 0, 0, 0, 20011, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2096, 801030001, 0, 0, 0, 0, 1030, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2097, 801030002, 0, 0, 0, 0, 1030, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2098, 830023001, 0, 0, 0, 30023, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2099, 830023002, 0, 0, 0, 30023, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2100, 830023003, 0, 0, 0, 30023, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2101, 801031001, 0, 0, 0, 0, 1031, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2102, 801031002, 0, 0, 0, 0, 1031, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2103, 830011001, 0, 0, 0, 30011, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2104, 830011002, 0, 0, 0, 30011, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2105, 830011003, 0, 0, 0, 30011, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2106, 801032001, 0, 0, 0, 0, 1032, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2107, 801032002, 0, 0, 0, 0, 1032, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2108, 820012001, 0, 0, 0, 20012, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2109, 820012002, 0, 0, 0, 20012, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2110, 801035001, 0, 0, 0, 0, 1035, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2111, 801035002, 0, 0, 0, 0, 1035, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2112, 830012001, 0, 0, 0, 30012, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2113, 830012002, 0, 0, 0, 30012, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2114, 830012003, 0, 0, 0, 30012, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2115, 801036001, 0, 0, 0, 0, 1036, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2116, 801036002, 0, 0, 0, 0, 1036, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2117, 830013001, 0, 0, 0, 30013, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2118, 830013002, 0, 0, 0, 30013, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2119, 830013003, 0, 0, 0, 30013, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2120, 801037001, 0, 0, 0, 0, 1037, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2121, 801037002, 0, 0, 0, 0, 1037, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2122, 820013001, 0, 0, 0, 20013, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2123, 820013002, 0, 0, 0, 20013, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2124, 801040001, 0, 0, 0, 0, 1040, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2125, 801040002, 0, 0, 0, 0, 1040, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2126, 830014001, 0, 0, 0, 30014, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2127, 830014002, 0, 0, 0, 30014, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2128, 830014003, 0, 0, 0, 30014, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2129, 801041001, 0, 0, 0, 0, 1041, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2130, 801041002, 0, 0, 0, 0, 1041, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2131, 830015001, 0, 0, 0, 30015, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2132, 830015002, 0, 0, 0, 30015, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2133, 830015003, 0, 0, 0, 30015, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2134, 801045001, 0, 0, 0, 0, 1045, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2135, 801045002, 0, 0, 0, 0, 1045, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2136, 830016001, 0, 0, 0, 30016, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2137, 830016002, 0, 0, 0, 30016, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2138, 830016003, 0, 0, 0, 30016, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2139, 801046001, 0, 0, 0, 0, 1046, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2140, 801046002, 0, 0, 0, 0, 1046, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2141, 830017001, 0, 0, 0, 30017, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2142, 830017002, 0, 0, 0, 30017, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2143, 830017003, 0, 0, 0, 30017, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2144, 801050001, 0, 0, 0, 0, 1050, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2145, 801050002, 0, 0, 0, 0, 1050, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2146, 820014001, 0, 0, 0, 20014, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2147, 820014002, 0, 0, 0, 20014, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2148, 801051001, 0, 0, 0, 0, 1051, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2149, 801051002, 0, 0, 0, 0, 1051, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2150, 830018001, 0, 0, 0, 30018, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2151, 830018002, 0, 0, 0, 30018, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2152, 830018003, 0, 0, 0, 30018, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2153, 801052001, 0, 0, 0, 0, 1052, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2154, 801052002, 0, 0, 0, 0, 1052, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2155, 830019001, 0, 0, 0, 30019, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2156, 830019002, 0, 0, 0, 30019, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2157, 830019003, 0, 0, 0, 30019, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2158, 801054001, 0, 0, 0, 0, 1054, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2159, 801054002, 0, 0, 0, 0, 1054, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2160, 830020001, 0, 0, 0, 30020, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2161, 830020002, 0, 0, 0, 30020, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2162, 830020003, 0, 0, 0, 30020, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2163, 801055001, 0, 0, 0, 0, 1055, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2164, 801055002, 0, 0, 0, 0, 1055, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2165, 820015001, 0, 0, 0, 20015, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2166, 820015002, 0, 0, 0, 20015, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2167, 801056001, 0, 0, 0, 0, 1056, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2168, 801056002, 0, 0, 0, 0, 1056, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2169, 820016001, 0, 0, 0, 20016, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2170, 820016002, 0, 0, 0, 20016, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2171, 801058001, 0, 0, 0, 0, 1058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2172, 801058002, 0, 0, 0, 0, 1058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2173, 820017001, 0, 0, 0, 20017, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2174, 820017002, 0, 0, 0, 20017, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2175, 801059001, 0, 0, 0, 0, 1059, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2176, 801059002, 0, 0, 0, 0, 1059, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2177, 820018001, 0, 0, 0, 20018, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2178, 820018002, 0, 0, 0, 20018, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2179, 801060001, 0, 0, 0, 0, 1060, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2180, 801060002, 0, 0, 0, 0, 1060, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2181, 820019001, 0, 0, 0, 20019, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2182, 820019002, 0, 0, 0, 20019, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2183, 801061001, 0, 0, 0, 0, 1061, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2184, 801061002, 0, 0, 0, 0, 1061, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2185, 820020001, 0, 0, 0, 20020, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2186, 820020002, 0, 0, 0, 20020, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2187, 801001003, 0, 0, 0, 0, 1001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2188, 801002003, 0, 0, 0, 0, 1002, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2189, 801003003, 0, 0, 0, 0, 1003, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2190, 801004003, 0, 0, 0, 0, 1004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2191, 801005003, 0, 0, 0, 0, 1005, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2192, 801006003, 0, 0, 0, 0, 1006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2193, 801007003, 0, 0, 0, 0, 1007, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2194, 801008003, 0, 0, 0, 0, 1008, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2195, 801009003, 0, 0, 0, 0, 1009, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2196, 801010003, 0, 0, 0, 0, 1010, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2197, 801011003, 0, 0, 0, 0, 1011, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2198, 801012003, 0, 0, 0, 0, 1012, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2199, 801013003, 0, 0, 0, 0, 1013, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2200, 801014003, 0, 0, 0, 0, 1014, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2201, 801015003, 0, 0, 0, 0, 1015, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2202, 801017003, 0, 0, 0, 0, 1017, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2203, 801018003, 0, 0, 0, 0, 1018, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2204, 801019003, 0, 0, 0, 0, 1019, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2205, 801020003, 0, 0, 0, 0, 1020, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2206, 801021003, 0, 0, 0, 0, 1021, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2207, 801022003, 0, 0, 0, 0, 1022, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2208, 801023003, 0, 0, 0, 0, 1023, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2209, 801024003, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2210, 801025003, 0, 0, 0, 0, 1025, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2211, 801026003, 0, 0, 0, 0, 1026, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2212, 801027003, 0, 0, 0, 0, 1027, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2213, 801029003, 0, 0, 0, 0, 1029, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2214, 801030003, 0, 0, 0, 0, 1030, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2215, 801031003, 0, 0, 0, 0, 1031, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2216, 801032003, 0, 0, 0, 0, 1032, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2217, 801035003, 0, 0, 0, 0, 1035, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2218, 801036003, 0, 0, 0, 0, 1036, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2219, 801037003, 0, 0, 0, 0, 1037, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2220, 801040003, 0, 0, 0, 0, 1040, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2221, 801041003, 0, 0, 0, 0, 1041, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2222, 801045003, 0, 0, 0, 0, 1045, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2223, 801046003, 0, 0, 0, 0, 1046, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2224, 801050003, 0, 0, 0, 0, 1050, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2225, 801051003, 0, 0, 0, 0, 1051, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2226, 801052003, 0, 0, 0, 0, 1052, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2227, 801054003, 0, 0, 0, 0, 1054, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2228, 801055003, 0, 0, 0, 0, 1055, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2229, 801056003, 0, 0, 0, 0, 1056, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2230, 801058003, 0, 0, 0, 0, 1058, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2231, 801059003, 0, 0, 0, 0, 1059, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2232, 801060003, 0, 0, 0, 0, 1060, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2233, 801061003, 0, 0, 0, 0, 1061, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2234, 400000005, 400000005, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2235, 400000005, 400000005, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2236, 400000005, 400000005, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2237, 400000005, 400000005, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2238, 400000091, 400000091, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2239, 501001113, 501001401, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2240, 501001114, 501001402, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2241, 501001115, 501001403, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2242, 501001116, 501001404, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2243, 501001200, 501001408, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2244, 501001201, 501001409, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2245, 501001202, 501001410, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2246, 501001203, 501001411, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2247, 501001204, 501001412, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2248, 501001205, 501001413, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2249, 501001206, 501001414, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2250, 501001303, 501001415, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2251, 501001304, 501001416, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2252, 501001305, 501001417, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2253, 501001306, 501001418, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2254, 501001307, 501001419, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2255, 501001308, 501001420, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2256, 501001309, 501001421, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2257, 501001310, 501001422, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2258, 501001311, 501001423, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2259, 501001312, 501001424, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2260, 501001313, 501001425, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2261, 501001117, 501001405, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2269, 501009200, 501009401, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2270, 501009201, 501009404, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2271, 501009202, 501009408, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2272, 501009203, 501009414, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2273, 501009313, 501009417, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2274, 501009204, 501009422, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2275, 501009205, 501009425, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2276, 501009303, 501009402, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2277, 501009304, 501009405, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2278, 501009305, 501009406, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2279, 501009306, 501009407, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2280, 501009307, 501009409, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2281, 501009308, 501009410, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2282, 501009309, 501009411, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2283, 501009310, 501009415, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2284, 501009311, 501009416, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2285, 501009314, 501009418, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2286, 501009315, 501009419, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2287, 501009312, 501009420, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2288, 501009316, 501009423, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2289, 501009317, 501009424, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2290, 501009318, 501009426, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2291, 501006200, 501006401, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2292, 501006201, 501006407, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2293, 501006202, 501006411, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2294, 501006203, 501006413, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2295, 501006118, 501006417, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2296, 501006119, 501006418, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2297, 501006204, 501006421, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2298, 501006205, 501006423, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2299, 501006303, 501006402, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2300, 501006304, 501006405, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2301, 501006305, 501006408, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2302, 501006306, 501006412, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2303, 501006307, 501006414, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2304, 501006308, 501006415, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2305, 501006309, 501006419, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2306, 501006311, 501006424, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2307, 501010200, 501010408, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2308, 501010201, 501010409, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2309, 501010114, 501010402, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2310, 501010202, 501010410, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2311, 501010203, 501010411, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2312, 501010115, 501010403, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2313, 501010204, 501010412, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2314, 501010116, 501010404, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2315, 501010312, 501010425, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2316, 501010205, 501010413, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2317, 501010313, 501010426, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2318, 501010206, 501010414, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2319, 501010314, 501010427, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2320, 501010315, 501010428, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2321, 501010117, 501010405, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2322, 501010207, 501010415, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2323, 501010303, 501010416, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2324, 501010304, 501010417, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2325, 501010305, 501010418, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2326, 501010306, 501010419, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2327, 501010307, 501010420, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2328, 501010308, 501010421, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2329, 501010309, 501010422, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2330, 501010310, 501010423, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2331, 501010311, 501010424, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2332, 501013200, 501013408, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2333, 501013113, 501013401, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2334, 501013114, 501013402, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2335, 501013201, 501013409, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2336, 501013115, 501013403, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2337, 501013202, 501013410, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2338, 501013116, 501013404, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2339, 501013203, 501013411, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2340, 501013117, 501013405, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2341, 501013204, 501013412, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2342, 501013205, 501013413, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2343, 501013303, 501013424, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2344, 501013304, 501013414, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2345, 501013305, 501013415, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2346, 501013306, 501013416, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2347, 501013307, 501013417, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2348, 501013308, 501013418, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2349, 501013309, 501013419, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2350, 501013310, 501013420, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2351, 501013311, 501013421, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2352, 501013312, 501013422, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2381, 501009113, 501009403, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2382, 501009114, 501009412, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2383, 501009115, 501009413, 0, 1009, 0, 0, 0, 0, 0, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2384, 501009116, 501009427, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2385, 501009117, 501009434, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2386, 809001001, 0, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2387, 809001002, 809001002, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2388, 809001003, 809001003, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2389, 809001004, 809001004, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2390, 809001005, 809001005, 0, 0, 0, 9001, 1, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2391, 809001006, 809001006, 0, 0, 0, 9001, 2, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2392, 809001007, 809001007, 0, 0, 0, 9001, 3, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2393, 809001008, 809001008, 0, 0, 0, 9001, 4, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2394, 830021001, 830021001, 0, 0, 0, 9001, 5, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2395, 809001009, 809001009, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2396, 809004001, 0, 0, 0, 0, 9004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2397, 809004002, 809004002, 0, 0, 0, 9004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2398, 809004003, 809004003, 0, 0, 0, 9004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2399, 809004004, 809004004, 0, 0, 0, 9004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2400, 809004005, 809004005, 0, 0, 0, 9004, 1, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2401, 809004006, 809004006, 0, 0, 0, 9004, 2, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2402, 809004007, 809004007, 0, 0, 0, 9004, 3, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2403, 809004008, 809004008, 0, 0, 0, 9004, 4, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2404, 820021001, 820021001, 0, 0, 0, 9004, 5, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2405, 809004009, 809004009, 0, 0, 0, 9004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2406, 501009206, 501009428, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2407, 501009207, 501009432, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2408, 501009208, 501009435, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5028, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2409, 501009319, 501009429, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2410, 501009320, 501009430, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2411, 501009321, 501009433, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5027, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2412, 501009322, 501009436, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5029, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2413, 501006113, 501006403, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2414, 501006114, 501006404, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2415, 501006115, 501006406, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2416, 501006116, 501006410, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2417, 501006524, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2418, 501006310, 501006422, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2419, 501006117, 501006416, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2420, 501010524, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2421, 501010525, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2422, 501010113, 501010401, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2423, 501013524, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2459, 501003200, 501003409, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2460, 501003201, 501003410, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2461, 501003202, 501003411, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2462, 501003203, 501003412, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2463, 501003204, 501003413, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2464, 501003205, 501003414, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2465, 501003206, 501003415, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2466, 501003207, 501003416, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2467, 501003208, 501003417, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2468, 501003303, 501003418, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2469, 501003304, 501003419, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2470, 501003305, 501003420, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2471, 501003306, 501003421, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2472, 501003307, 501003422, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2473, 501003308, 501003423, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2474, 501003309, 501003424, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2475, 501003310, 501003425, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2476, 501003311, 501003426, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2477, 501003312, 501003427, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2478, 501003313, 501003428, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2479, 501003314, 501003429, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2480, 501003113, 501003401, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2481, 501003114, 501003402, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2482, 501003115, 501003403, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2483, 501003116, 501003404, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2484, 501003117, 501003405, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2485, 501003118, 501003406, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2486, 501003524, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2487, 501003525, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2488, 501011200, 501011407, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2489, 501011201, 501011408, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2490, 501011202, 501011409, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2491, 501011203, 501011410, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2492, 501011204, 501011411, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2493, 501011205, 501011412, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2494, 501011206, 501011413, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2495, 501011207, 501011414, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2496, 501011303, 501011415, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2497, 501011304, 501011416, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2498, 501011305, 501011417, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2499, 501011306, 501011418, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2500, 501011307, 501011419, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2501, 501011308, 501011420, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2502, 501011309, 501011421, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2503, 501011310, 501011422, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2504, 501011311, 501011423, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2505, 501011312, 501011424, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2506, 501011313, 501011425, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2507, 501011314, 501011426, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2508, 501011113, 501011401, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2509, 501011114, 501011402, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2511, 501011116, 501011404, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2512, 501011524, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2513, 501030200, 501030408, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2514, 501030201, 501030409, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2515, 501030202, 501030410, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2516, 501030203, 501030411, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2517, 501030204, 501030412, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2518, 501030205, 501030413, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2519, 501030206, 501030414, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2520, 501030207, 501030415, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2521, 501030303, 501030416, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2522, 501030304, 501030417, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2523, 501030305, 501030418, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2524, 501030306, 501030419, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2525, 501030307, 501030420, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2526, 501030308, 501030421, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2527, 501030309, 501030422, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2528, 501030310, 501030423, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2529, 501030311, 501030424, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2530, 501030312, 501030425, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2531, 501030313, 501030426, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2532, 501030113, 501030401, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2533, 501030114, 501030402, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2534, 501030115, 501030403, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2535, 501030116, 501030404, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2536, 501030117, 501030405, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2537, 501052200, 501052409, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2538, 501052201, 501052410, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2539, 501052202, 501052411, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2540, 501052203, 501052412, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2541, 501052204, 501052413, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2542, 501052205, 501052414, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2543, 501052303, 501052415, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2544, 501052304, 501052416, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2545, 501052305, 501052417, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2546, 501052306, 501052418, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2547, 501052307, 501052419, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2548, 501052308, 501052420, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2549, 501052309, 501052421, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2550, 501052310, 501052422, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2551, 501052311, 501052423, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2552, 501052312, 501052424, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2553, 501052313, 501052425, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2554, 501052314, 501052426, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2555, 501052315, 501052427, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2556, 501052316, 501052428, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2557, 501052317, 501052429, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2558, 501052318, 501052430, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2559, 501052113, 501052401, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2560, 501052114, 501052402, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2561, 501052115, 501052403, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2562, 501052116, 501052404, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2563, 501052117, 501052405, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2564, 501052118, 501052406, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2565, 501052524, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2566, 501056200, 501056408, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2567, 501056201, 501056409, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2568, 501056202, 501056410, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2569, 501056203, 501056411, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2570, 501056204, 501056412, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2571, 501056205, 501056413, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2572, 501056206, 501056414, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2573, 501056207, 501056415, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2574, 501056208, 501056416, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2575, 501056209, 501056417, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2576, 501056210, 501056418, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2577, 501056211, 501056419, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2578, 501056303, 501056420, 0, 1056, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2579, 501056304, 501056421, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2580, 501056305, 501056422, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2581, 501056306, 501056423, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2582, 501056307, 501056424, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2583, 501056308, 501056425, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2584, 501056309, 501056426, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2585, 501056310, 501056427, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2586, 501056311, 501056428, 0, 1056, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2587, 501056312, 501056429, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2588, 501056313, 501056430, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2589, 501056314, 501056431, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2590, 501056315, 501056432, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2591, 501056113, 501056401, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2592, 501056114, 501056402, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2593, 501056115, 501056403, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2594, 501056116, 501056404, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2595, 501056117, 501056405, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2596, 501056524, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2597, 400000037, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2598, 400000038, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2599, 400000039, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2600, 501011524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2601, 501045305, 501045418, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2602, 501045306, 501045419, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2603, 501024724, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2604, 501024725, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2606, 501060524, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2607, 501002200, 501002409, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2608, 501002201, 501002410, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2609, 501002202, 501002411, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2610, 501002203, 501002412, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2611, 501002204, 501002413, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2612, 501002205, 501002414, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2613, 501002206, 501002415, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2614, 501002303, 501002416, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2615, 501002304, 501002417, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2616, 501002305, 501002418, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2617, 501002306, 501002419, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2618, 501002307, 501002420, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2619, 501002308, 501002421, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2620, 501002310, 501002423, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2621, 501002311, 501002424, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2622, 501045200, 501045408, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2623, 501045201, 501045409, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2624, 501045202, 501045410, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2625, 501045203, 501045411, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2626, 501045204, 501045412, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2627, 501045205, 501045413, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2628, 501045206, 501045414, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2629, 501045207, 501045415, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2630, 501045303, 501045416, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2631, 501045304, 501045417, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2632, 501045307, 501045420, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2633, 501045308, 501045421, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2634, 501045309, 501045422, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2635, 501045310, 501045423, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2636, 501045311, 501045424, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2637, 501045312, 501045425, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2638, 501045313, 501045426, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2639, 501045314, 501045427, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2640, 501027200, 501027409, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2641, 501027201, 501027410, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2642, 501027202, 501027411, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2643, 501027203, 501027412, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2644, 501027204, 501027413, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2645, 501027205, 501027414, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2646, 501027206, 501027415, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2647, 501027207, 501027416, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2648, 501027208, 501027417, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2649, 501027303, 501027418, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2650, 501027304, 501027419, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2651, 501027305, 501027420, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2652, 501027306, 501027421, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2653, 501027307, 501027422, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2654, 501027308, 501027423, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2655, 501027309, 501027424, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2656, 501027310, 501027425, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2657, 501027311, 501027426, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2658, 501027312, 501027427, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2659, 501027313, 501027428, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2660, 501027314, 501027429, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2661, 501024200, 501024408, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2662, 501024201, 501024409, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2663, 501024202, 501024410, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2664, 501024203, 501024411, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2665, 501024204, 501024412, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2666, 501024205, 501024413, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2667, 501024206, 501024414, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2668, 501024207, 501024415, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2669, 501024303, 501024416, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2670, 501024304, 501024417, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2671, 501024305, 501024418, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2672, 501024306, 501024419, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2673, 501024307, 501024420, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2674, 501024308, 501024421, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2675, 501024309, 501024422, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2676, 501024310, 501024423, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2677, 501024311, 501024424, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2678, 501024312, 501024425, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2679, 501024313, 501024426, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2680, 501024314, 501024427, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2681, 501060200, 501060408, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2682, 501060201, 501060409, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2683, 501060202, 501060410, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2684, 501060203, 501060411, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2685, 501060204, 501060412, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2686, 501060205, 501060413, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2687, 501060206, 501060414, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2688, 501060207, 501060415, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2689, 501060208, 501060416, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2690, 501060303, 501060417, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2691, 501060304, 501060418, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2692, 501060305, 501060419, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2693, 501060310, 501060424, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2694, 501060311, 501060425, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2695, 501060312, 501060426, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2696, 501060313, 501060427, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2697, 501060314, 501060428, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2698, 501060315, 501060429, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2699, 501060316, 501060430, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2700, 501060317, 501060431, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2701, 501060318, 501060432, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2702, 501002113, 501002401, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2703, 501002114, 501002402, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2704, 501002115, 501002403, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2705, 501002116, 501002404, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2706, 501002117, 501002405, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2707, 501045113, 501045401, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2708, 501045114, 501045402, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2709, 501045115, 501045403, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2710, 501045116, 501045404, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2711, 501045117, 501045405, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2712, 501027113, 501027401, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2713, 501027114, 501027402, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2714, 501027115, 501027403, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2715, 501027116, 501027404, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2716, 501027117, 501027405, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2717, 501024113, 501024401, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2718, 501024114, 501024402, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2719, 501024115, 501024403, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2720, 501024116, 501024404, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2721, 501024117, 501024405, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2722, 501060113, 501060401, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2723, 501060114, 501060402, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2724, 501060115, 501060403, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2725, 501060116, 501060404, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2726, 501060117, 501060405, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2727, 501002524, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2728, 501024723, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2729, 400000041, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2730, 400000041, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2731, 501002118, 501002406, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2732, 501002309, 501002422, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2768, 501045524, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2769, 501027118, 501027406, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2770, 501024524, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2771, 501024525, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2772, 501027524, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2773, 400000045, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2783, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2784, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2785, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2786, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2787, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2788, 501018200, 501018408, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2789, 501018201, 501018409, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2790, 501018202, 501018410, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2791, 501018203, 501018411, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2792, 501018204, 501018412, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2793, 501018205, 501018413, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2794, 501018206, 501018414, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2795, 501018207, 501018415, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2796, 501018208, 501018416, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2797, 501018303, 501018417, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2798, 501018304, 501018418, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2799, 501018305, 501018419, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2800, 501018306, 501018420, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2801, 501018307, 501018421, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2802, 501018308, 501018422, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2803, 501018309, 501018423, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2804, 501018310, 501018424, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2805, 501018311, 501018425, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2806, 501018312, 501018426, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2807, 501018313, 501018427, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2808, 501018314, 501018428, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2809, 501018315, 501018429, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2810, 501032200, 501032409, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2811, 501032201, 501032410, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2812, 501032202, 501032411, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2813, 501032203, 501032412, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2814, 501032204, 501032413, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2815, 501032205, 501032414, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2816, 501032206, 501032415, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2817, 501032207, 501032416, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2818, 501032208, 501032417, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2819, 501032209, 501032418, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2820, 501032303, 501032419, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2821, 501032304, 501032420, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2822, 501032305, 501032421, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2823, 501032306, 501032422, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2824, 501032307, 501032423, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2825, 501032308, 501032424, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2826, 501032309, 501032425, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2827, 501032310, 501032426, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2828, 501032311, 501032427, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2829, 501032312, 501032428, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2830, 501018113, 501018401, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2831, 501018114, 501018402, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2832, 501018115, 501018403, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2833, 501018116, 501018404, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2834, 501018117, 501018405, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2835, 501032113, 501032401, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 10001, 9187); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2836, 501032114, 501032402, 0, 1032, 0, 0, 0, 0, 0, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2837, 501032115, 501032403, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2838, 501032116, 501032404, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2839, 501032117, 501032405, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2840, 501032118, 501032406, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2841, 501018524, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2842, 501018525, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2843, 501018526, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2844, 501032524, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2845, 501032525, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2846, 501032526, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2847, 501017200, 501017410, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2848, 501017201, 501017411, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2849, 501017202, 501017412, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2850, 501017203, 501017413, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2851, 501017204, 501017414, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2852, 501017205, 501017415, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2853, 501017206, 501017416, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2854, 501017207, 501017417, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2855, 501017208, 501017418, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2856, 501017303, 501017419, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2857, 501017304, 501017420, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2858, 501017305, 501017421, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2859, 501017306, 501017422, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2860, 501017307, 501017423, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2861, 501017308, 501017424, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2862, 501017309, 501017425, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2863, 501017310, 501017426, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2864, 501017311, 501017427, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2865, 501017312, 501017428, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2866, 501017313, 501017429, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2867, 501017314, 501017430, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2868, 501017315, 501017431, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2869, 501017316, 501017432, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2870, 501017317, 501017433, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2871, 501017318, 501017434, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2872, 501017113, 501017401, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2873, 501017114, 501017402, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2874, 501017115, 501017403, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2875, 501017116, 501017404, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2876, 501017117, 501017405, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2877, 501017118, 501017406, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2878, 501017119, 501017407, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2879, 501017319, 501017435, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2880, 501017320, 501017436, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2881, 501017321, 501017437, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2882, 501017524, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2883, 501017525, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2884, 501017526, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2886, 501061200, 501061408, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2887, 501061201, 501061409, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2888, 501061202, 501061410, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2889, 501061203, 501061411, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2890, 501061204, 501061412, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2891, 501061205, 501061413, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2892, 501061206, 501061414, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2893, 501061207, 501061415, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2894, 501061208, 501061416, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2895, 501061209, 501061417, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2896, 501061303, 501061418, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2897, 501061304, 501061419, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2898, 501061305, 501061420, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2899, 501061306, 501061421, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2900, 501061307, 501061422, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2901, 501061308, 501061423, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2902, 501061309, 501061424, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2903, 501061310, 501061425, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2904, 501061311, 501061426, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2905, 501061312, 501061427, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2906, 501061313, 501061428, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2907, 501061314, 501061429, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2908, 501061315, 501061430, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2909, 501061316, 501061431, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2910, 501061524, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2911, 501061525, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2912, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2913, 501061113, 501061401, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2914, 501061114, 501061402, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2915, 501061115, 501061403, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2916, 501061116, 501061404, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2917, 501061117, 501061405, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2918, 501060306, 501060420, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2919, 501060307, 501060421, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2920, 501060308, 501060422, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2921, 501060309, 501060423, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2922, 501004200, 501004408, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2923, 501004201, 501004409, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2924, 501004202, 501004410, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2925, 501004203, 501004411, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2926, 501004204, 501004412, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2927, 501004205, 501004413, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2928, 501004206, 501004414, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2929, 501004207, 501004415, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2930, 501004208, 501004416, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2931, 501004303, 501004417, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2932, 501004304, 501004418, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2933, 501004305, 501004419, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2934, 501004306, 501004420, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2935, 501004307, 501004421, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2936, 501004308, 501004422, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2937, 501004309, 501004423, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2938, 501004310, 501004424, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2939, 501004311, 501004425, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2940, 501004312, 501004426, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2941, 501004524, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2942, 501004525, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2943, 501004526, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2944, 501041200, 501041408, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2945, 501041201, 501041409, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2946, 501041202, 501041410, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2947, 501041203, 501041411, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2948, 501041204, 501041412, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2949, 501041205, 501041413, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2950, 501041206, 501041414, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2951, 501041207, 501041415, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2952, 501041208, 501041416, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2953, 501041209, 501041417, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2954, 501041210, 501041418, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2955, 501041303, 501041419, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2956, 501041304, 501041420, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2957, 501041305, 501041421, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2958, 501041306, 501041422, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2959, 501041307, 501041423, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2960, 501041308, 501041424, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2961, 501041309, 501041425, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2962, 501041310, 501041426, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2963, 501041311, 501041427, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2964, 501041312, 501041428, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2965, 501041313, 501041429, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2966, 501041314, 501041430, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2967, 501041315, 501041431, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2968, 501041316, 501041432, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2969, 501041317, 501041433, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2970, 501041524, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2971, 501041525, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2972, 501004113, 501004401, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2973, 501004114, 501004402, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2974, 501004115, 501004403, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2975, 501004116, 501004404, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2976, 501004117, 501004405, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2977, 501041113, 501041401, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2978, 501041114, 501041402, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2979, 501041115, 501041403, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2980, 501041116, 501041404, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2981, 501041117, 501041405, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2982, 501014113, 501014401, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2983, 501014114, 501014402, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2984, 501014115, 501014403, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2985, 501014116, 501014404, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2986, 501014117, 501014405, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2987, 501014200, 501014408, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2988, 501014201, 501014409, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2989, 501014202, 501014410, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2990, 501014203, 501014411, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2991, 501014204, 501014412, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2992, 501014205, 501014413, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2993, 501014206, 501014414, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2994, 501014207, 501014415, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2995, 501014303, 501014416, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2996, 501014304, 501014417, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2997, 501014305, 501014418, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2998, 501014306, 501014419, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (2999, 501014307, 501014420, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3000, 501014308, 501014421, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3001, 501014309, 501014422, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3002, 501014310, 501014423, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3003, 501014311, 501014424, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3004, 501014312, 501014425, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3005, 501008113, 501008401, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3006, 501008114, 501008402, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3007, 501008115, 501008403, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3008, 501008116, 501008404, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3009, 501008117, 501008405, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3010, 501008200, 501008408, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3011, 501008201, 501008409, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3012, 501008202, 501008410, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3013, 501008203, 501008411, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3014, 501008204, 501008412, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3015, 501008205, 501008413, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3016, 501008206, 501008414, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3017, 501008207, 501008415, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3018, 501008208, 501008416, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3019, 501008209, 501008417, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3020, 501008210, 501008418, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5028, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3021, 501008303, 501008419, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3022, 501008304, 501008420, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3023, 501008305, 501008421, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3024, 501008306, 501008422, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3025, 501008307, 501008423, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3026, 501008308, 501008424, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3027, 501008309, 501008425, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3028, 501008310, 501008426, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3029, 501008311, 501008427, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3030, 501008312, 501008428, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3031, 501008313, 501008429, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3032, 501008314, 501008430, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3033, 501008315, 501008431, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3034, 501008316, 501008432, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3035, 501008317, 501008433, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3036, 501008318, 501008434, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3037, 501008319, 501008435, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5027, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3038, 501008320, 501008436, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5029, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3039, 501007113, 501007401, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3040, 501007114, 501007402, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3041, 501007115, 501007403, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3042, 501007116, 501007404, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3043, 501007117, 501007405, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3044, 501007200, 501007408, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3045, 501007201, 501007409, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3046, 501007202, 501007410, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3047, 501007203, 501007411, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3048, 501007204, 501007412, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3049, 501007205, 501007413, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3050, 501007206, 501007414, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3051, 501007207, 501007415, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3052, 501007208, 501007416, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3053, 501007303, 501007417, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3054, 501007304, 501007418, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3055, 501007305, 501007419, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3056, 501007306, 501007420, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3057, 501007307, 501007421, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3058, 501007308, 501007422, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3059, 501007309, 501007423, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3060, 501007310, 501007424, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3061, 501007311, 501007425, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3062, 501007312, 501007426, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3063, 501007524, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3064, 501007525, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3065, 501007526, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3066, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3067, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3068, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3069, 400001038, 400001413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3070, 400001037, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 3, 23, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3071, 400001024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3072, 400001037, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3073, 400001024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3074, 400001037, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3075, 400001024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3076, 400001037, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3077, 400001024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3078, 501035113, 501035401, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3079, 501035114, 501035402, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3080, 501035115, 501035403, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3081, 501035116, 501035404, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3082, 501035117, 501035405, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3083, 501035200, 501035408, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3084, 501035201, 501035409, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3085, 501035202, 501035410, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3086, 501035203, 501035411, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3087, 501035204, 501035412, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3088, 501035205, 501035413, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3089, 501035206, 501035414, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3090, 501035207, 501035415, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3091, 501035208, 501035416, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3092, 501035303, 501035417, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3093, 501035304, 501035418, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3094, 501035305, 501035419, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3095, 501035306, 501035420, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3096, 501035307, 501035421, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3097, 501035308, 501035422, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3098, 501035309, 501035423, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3099, 501035310, 501035424, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3100, 501035311, 501035425, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3101, 501035312, 501035426, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3102, 501035313, 501035427, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3103, 501035314, 501035428, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3104, 501035315, 501035429, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3105, 501035316, 501035430, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3106, 501035317, 501035431, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3107, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3108, 501001726, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3109, 501002726, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3110, 501003726, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3111, 501004726, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3113, 501006726, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3114, 501007726, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3115, 501008726, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3116, 501009726, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3117, 501010726, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3118, 501011726, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3120, 501013726, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3121, 501014726, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3122, 501015726, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3123, 501017726, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3124, 501018726, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3126, 501024726, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3127, 501027726, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3128, 501030726, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3129, 501032726, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3130, 501035726, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3132, 501041726, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3133, 501045726, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3134, 501052726, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3135, 501056726, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3136, 501060726, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3137, 501061726, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3138, 501001727, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3139, 501002727, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3140, 501003727, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3141, 501004727, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3143, 501006727, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3144, 501007727, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3145, 501008727, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3146, 501009727, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3147, 501010727, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3148, 501011727, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3150, 501013727, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3151, 501014727, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3152, 501015727, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3153, 501017727, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3154, 501018727, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3156, 501024727, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3157, 501027727, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3158, 501030727, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3159, 501032727, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3160, 501035727, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3162, 501041727, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3163, 501045727, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3164, 501052727, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3165, 501056727, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3166, 501060727, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3167, 501061727, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3168, 501001728, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3169, 501002728, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3170, 501003728, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3171, 501004728, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3173, 501006728, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3174, 501007728, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3175, 501008728, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3176, 501009728, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3177, 501010728, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3178, 501011728, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3180, 501013728, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3181, 501014728, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3182, 501015728, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3183, 501017728, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3184, 501018728, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3186, 501024728, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3187, 501027728, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3188, 501030728, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3189, 501032728, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3190, 501035728, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3192, 501041728, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3193, 501045728, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3194, 501052728, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3195, 501056728, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3196, 501060728, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3197, 501061728, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3198, 501001729, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3199, 501002729, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3200, 501003729, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3201, 501004729, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3203, 501006729, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3204, 501007729, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3205, 501008729, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3206, 501009729, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3207, 501010729, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3208, 501011729, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3210, 501013729, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3211, 501014729, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3212, 501015729, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3213, 501017729, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3214, 501018729, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3216, 501024729, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3217, 501027729, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3218, 501030729, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3219, 501032729, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3220, 501035729, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3222, 501041729, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3223, 501045729, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3224, 501052729, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3225, 501056729, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3226, 501060729, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3227, 501061729, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3228, 501013313, 501013423, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3229, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3230, 400000040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3261, 501001713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3262, 501002713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3263, 501003713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3264, 501004713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3266, 501006713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3267, 501007713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3268, 501008713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3269, 501009713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3270, 501010713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3271, 501011713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3273, 501013713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3274, 501014713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3275, 501015713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3276, 501017713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3277, 501018713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3279, 501024713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3280, 501027713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3281, 501030713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3282, 501032713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3283, 501035713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3285, 501041713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3286, 501045713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3287, 501052713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3288, 501056713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3289, 501060713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3290, 501061713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3291, 501001730, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3292, 501002730, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3293, 501003730, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3294, 501004730, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3296, 501006730, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3297, 501007730, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3298, 501008730, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3299, 501009730, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3300, 501010730, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3301, 501011730, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3303, 501013730, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3304, 501014730, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3305, 501015730, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3306, 501017730, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3307, 501018730, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3309, 501024730, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3310, 501027730, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3311, 501030730, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3312, 501032730, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3313, 501035730, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3315, 501041730, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3316, 501045730, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3317, 501052730, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3318, 501056730, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3319, 501060730, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3320, 501061730, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3321, 501001731, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3322, 501002731, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3323, 501003731, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3324, 501004731, 0, 0, 1004, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3326, 501006731, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3327, 501007731, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3328, 501008731, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3329, 501009731, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3330, 501010731, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3331, 501011731, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3333, 501013731, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3334, 501014731, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3335, 501015731, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3336, 501017731, 0, 0, 1017, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3337, 501018731, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3339, 501024731, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3340, 501027731, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3341, 501030731, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3342, 501032731, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3343, 501035731, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3345, 501041731, 0, 0, 1041, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3346, 501045731, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3347, 501052731, 0, 0, 1052, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3348, 501056731, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3349, 501060731, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3350, 501061731, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3351, 501001732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3352, 501002732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3353, 501003732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3354, 501004732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3356, 501006732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3357, 501007732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3358, 501008732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3359, 501009732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3360, 501010732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3361, 501011732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3363, 501013732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3364, 501014732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3365, 501015732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3366, 501017732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3367, 501018732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3369, 501024732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3370, 501027732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3371, 501030732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3372, 501032732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3373, 501035732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3375, 501041732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3376, 501045732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3377, 501052732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3378, 501056732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3379, 501060732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3380, 501061732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3381, 501001733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3382, 501002733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3383, 501003733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3384, 501004733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3386, 501006733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3387, 501007733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3388, 501008733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3389, 501009733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3390, 501010733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3391, 501011733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3393, 501013733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3394, 501014733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3395, 501015733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3396, 501017733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3397, 501018733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3399, 501024733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3400, 501027733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3401, 501030733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3402, 501032733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3403, 501035733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3405, 501041733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3406, 501045733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3407, 501052733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3408, 501056733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3409, 501060733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3410, 501061733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3411, 501001732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3412, 501002732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3413, 501003732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3414, 501004732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3416, 501006732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3417, 501007732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3418, 501008732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3419, 501009732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3420, 501010732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3421, 501011732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3423, 501013732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3424, 501014732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3425, 501015732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3426, 501017732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3427, 501018732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3429, 501024732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3430, 501027732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3431, 501030732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3432, 501032732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3433, 501035732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3435, 501041732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3436, 501045732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3437, 501052732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3438, 501056732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3439, 501060732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3440, 501061732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3441, 501001733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3442, 501002733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3443, 501003733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3444, 501004733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3446, 501006733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3447, 501007733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3448, 501008733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3449, 501009733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3450, 501010733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3451, 501011733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3453, 501013733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3454, 501014733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3455, 501015733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3456, 501017733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3457, 501018733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3459, 501024733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3460, 501027733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3461, 501030733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3462, 501032733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3463, 501035733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3465, 501041733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3466, 501045733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3467, 501052733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3468, 501056733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3469, 501060733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3470, 501061733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3472, 400000043, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3473, 400000043, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3474, 400000044, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3475, 809001011, 0, 0, 0, 0, 9001, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3476, 809004011, 0, 0, 0, 0, 9004, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3477, 501015113, 501015401, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3478, 501015114, 501015402, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3479, 501015115, 501015403, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3480, 501015116, 501015404, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3481, 501015117, 501015405, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3482, 501015200, 501015408, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3483, 501015201, 501015409, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3484, 501015202, 501015410, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3485, 501015203, 501015411, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3486, 501015204, 501015412, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3487, 501015205, 501015413, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3488, 501015206, 501015414, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3489, 501015207, 501015415, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3490, 501015303, 501015416, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3491, 501015304, 501015417, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3492, 501015305, 501015418, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3493, 501015306, 501015419, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3494, 501015307, 501015420, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3495, 501015308, 501015421, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3496, 501015309, 501015422, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3497, 501015310, 501015423, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3498, 501015311, 501015424, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3499, 501015312, 501015425, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3500, 501015313, 501015426, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3501, 501015314, 501015427, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3502, 501015315, 501015428, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3503, 501015316, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3504, 501015316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3505, 830024001, 0, 0, 0, 30024, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3506, 830024002, 0, 0, 0, 30024, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3507, 830024003, 0, 0, 0, 30024, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3515, 501001508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3516, 501002508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3517, 501003508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3518, 501004508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3520, 501006508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3521, 501007508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3522, 501008508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3523, 501009508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3524, 501010508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3525, 501011508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3527, 501013508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3528, 501014508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3529, 501015508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3530, 501017508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3531, 501018508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3533, 501024508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3534, 501027508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3535, 501030508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3536, 501032508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3537, 501035508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3539, 501041508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3540, 501045508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3541, 501052508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3542, 501056508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3543, 501060508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3544, 501061508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3545, 801044003, 0, 0, 0, 0, 1044, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3546, 801044001, 0, 0, 0, 0, 1044, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3547, 801044002, 0, 0, 0, 0, 1044, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3548, 820023001, 0, 0, 0, 20023, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3549, 820023002, 0, 0, 0, 20023, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3550, 830025001, 0, 0, 0, 30025, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3551, 830025002, 0, 0, 0, 30025, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3552, 830025003, 0, 0, 0, 30025, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3553, 10001003, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3554, 801066003, 0, 0, 0, 0, 1066, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3555, 801066001, 0, 0, 0, 0, 1066, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3556, 801066002, 0, 0, 0, 0, 1066, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3557, 830026001, 0, 0, 0, 30026, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3558, 830026002, 0, 0, 0, 30026, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3559, 830026003, 0, 0, 0, 30026, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3560, 801065003, 0, 0, 0, 0, 1065, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3561, 801065001, 0, 0, 0, 0, 1065, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3562, 801065002, 0, 0, 0, 0, 1065, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3563, 820024001, 0, 0, 0, 20024, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3564, 820024002, 0, 0, 0, 20024, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3565, 501026100, 501026400, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3566, 501026101, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3567, 501026102, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3568, 501026103, 501026406, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3569, 501026104, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3570, 501026105, 501026407, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3571, 501026107, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3572, 501026108, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3573, 501026109, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3574, 501026300, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3575, 501026301, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3576, 501026302, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3577, 501026110, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3578, 501026111, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3579, 501026112, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3580, 501026500, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3581, 501026506, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3582, 501026507, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3583, 501026517, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3584, 501026518, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3585, 501026519, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3586, 501026510, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3587, 501026511, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3588, 501026520, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3589, 501026702, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3590, 501026703, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3591, 501026704, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3592, 501026705, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3593, 501026706, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3594, 501026523, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3595, 501026521, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3596, 501026522, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3597, 501026508, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3598, 501026509, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3599, 501026708, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3600, 501026709, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3601, 501026710, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3602, 501026711, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3603, 501026700, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3604, 501026718, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3605, 501026701, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3606, 501026707, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3607, 501026712, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3608, 501026713, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3609, 501026714, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3610, 501026717, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3611, 501026715, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3612, 501026716, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3613, 501026516, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3614, 501026720, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3615, 501026719, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3616, 501026722, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3617, 501026513, 0, 102601, 1026, 0, 0, 0, 0, 0, 0, 0, 4, 102601, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3618, 501026514, 0, 102601, 1026, 0, 0, 0, 0, 0, 0, 0, 4, 102601, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3619, 501026515, 0, 102601, 1026, 0, 0, 0, 0, 0, 0, 0, 4, 102601, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3620, 501026600, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3621, 501026601, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3622, 501026726, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3623, 501026727, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3624, 501026728, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3625, 501026729, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3626, 501026713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3627, 501026730, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3628, 501026731, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3629, 501026732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3630, 501026733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3631, 501026732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3632, 501026733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3633, 501026508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3634, 501026113, 501026401, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3635, 501026114, 501026402, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3636, 501026115, 501026403, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3637, 501026116, 501026404, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3638, 501026117, 501026405, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3639, 501026200, 501026408, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3640, 501026201, 501026409, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3641, 501026202, 501026410, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3642, 501026203, 501026411, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3643, 501026204, 501026412, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3644, 501026205, 501026413, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3645, 501026206, 501026414, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3646, 501026207, 501026415, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3647, 501026208, 501026416, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3648, 501026209, 501026417, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3649, 501026303, 501026418, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3650, 501026304, 501026419, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3651, 501026305, 501026420, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3652, 501026306, 501026421, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3653, 501026307, 501026422, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3654, 501026308, 501026423, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3655, 501026309, 501026424, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3656, 501026310, 501026425, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3657, 501026311, 501026426, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3658, 501026312, 501026427, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3659, 501026313, 501026428, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3660, 501026314, 501026429, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3661, 501026315, 501026430, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3662, 501026316, 501026431, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3663, 501026524, 0, 0, 1026, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3664, 501015524, 0, 0, 1015, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3665, 801064003, 0, 0, 0, 0, 1064, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3666, 801064001, 0, 0, 0, 0, 1064, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3667, 801064002, 0, 0, 0, 0, 1064, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3668, 830027001, 0, 0, 0, 30027, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3669, 830027002, 0, 0, 0, 30027, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3670, 830027003, 0, 0, 0, 30027, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3671, 801063003, 0, 0, 0, 0, 1063, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3672, 801063001, 0, 0, 0, 0, 1063, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3673, 801063002, 0, 0, 0, 0, 1063, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3674, 820025001, 0, 0, 0, 20025, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3675, 820025002, 0, 0, 0, 20025, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3676, 501023100, 501023400, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3677, 501023101, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3678, 501023102, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3679, 501023103, 501023406, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3680, 501023104, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3681, 501023105, 501023407, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3682, 501023107, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3683, 501023108, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3684, 501023109, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3685, 501023300, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3686, 501023301, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3687, 501023302, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3688, 501023110, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3689, 501023111, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3690, 501023112, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3691, 501023500, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3692, 501023506, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3693, 501023507, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3694, 501023517, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3695, 501023518, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3696, 501023519, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3697, 501023510, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3698, 501023511, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3699, 501023520, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3700, 501023702, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3701, 501023703, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3702, 501023704, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3703, 501023705, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3704, 501023706, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3705, 501023523, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3706, 501023521, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3707, 501023522, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3708, 501023508, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3709, 501023509, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3710, 501023708, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3711, 501023709, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3712, 501023710, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3713, 501023711, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3714, 501023700, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3715, 501023718, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3716, 501023701, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3717, 501023707, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3718, 501023712, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3719, 501023713, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3720, 501023714, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3721, 501023717, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3722, 501023715, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3723, 501023716, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3724, 501023516, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3725, 501023720, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3726, 501023719, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3727, 501023722, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3728, 501023513, 0, 102301, 1023, 0, 0, 0, 0, 0, 0, 0, 4, 102301, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3729, 501023514, 0, 102301, 1023, 0, 0, 0, 0, 0, 0, 0, 4, 102301, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3730, 501023515, 0, 102301, 1023, 0, 0, 0, 0, 0, 0, 0, 4, 102301, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3731, 501023600, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3732, 501023601, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3733, 501023726, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3734, 501023727, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3735, 501023728, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3736, 501023729, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3737, 501023713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3738, 501023730, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3739, 501023731, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3740, 501023732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3741, 501023733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3742, 501023732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3743, 501023733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3744, 501023508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3745, 501023113, 501023401, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3746, 501023114, 501023402, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3747, 501023115, 501023403, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3748, 501023116, 501023404, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3749, 501023117, 501023405, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3750, 501023118, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3751, 501023200, 501023408, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3752, 501023201, 501023409, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3753, 501023202, 501023410, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3754, 501023203, 501023411, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3755, 501023204, 501023412, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3756, 501023205, 501023413, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3757, 501023206, 501023414, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3758, 501023207, 501023415, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3759, 501023208, 501023416, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3760, 501023303, 501023417, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3761, 501023304, 501023418, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3762, 501023305, 501023419, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3763, 501023306, 501023420, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3764, 501023307, 501023421, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3765, 501023308, 501023422, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3766, 501023309, 501023423, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3767, 501023310, 501023424, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3768, 501023311, 501023425, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3769, 501023312, 501023426, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3770, 501023313, 501023427, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3771, 501023314, 501023428, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3772, 501023315, 501023429, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3773, 501023316, 501023430, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3774, 501023317, 501023431, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3775, 501023318, 501023432, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3776, 801068003, 0, 0, 0, 0, 1068, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3777, 801068001, 0, 0, 0, 0, 1068, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3778, 801068002, 0, 0, 0, 0, 1068, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3779, 830028001, 0, 0, 0, 30028, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3780, 830028002, 0, 0, 0, 30028, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3781, 830028003, 0, 0, 0, 30028, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3782, 801067003, 0, 0, 0, 0, 1067, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3783, 801067001, 0, 0, 0, 0, 1067, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3784, 801067002, 0, 0, 0, 0, 1067, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3785, 830029001, 0, 0, 0, 30029, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3786, 830029002, 0, 0, 0, 30029, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3787, 830029003, 0, 0, 0, 30029, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3788, 801062003, 0, 0, 0, 0, 1062, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3789, 801062001, 0, 0, 0, 0, 1062, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3790, 801062002, 0, 0, 0, 0, 1062, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3791, 830030001, 0, 0, 0, 30030, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3792, 830030002, 0, 0, 0, 30030, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3793, 830030003, 0, 0, 0, 30030, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3794, 820026001, 0, 0, 0, 20026, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3795, 820026002, 0, 0, 0, 20026, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3796, 501003800, 0, 100302, 1003, 0, 0, 0, 0, 0, 0, 0, 4, 100302, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3797, 501003801, 0, 100302, 1003, 0, 0, 0, 0, 0, 0, 0, 4, 100302, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3798, 501003802, 0, 100302, 1003, 0, 0, 0, 0, 0, 0, 0, 4, 100302, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3799, 501013800, 0, 101302, 1013, 0, 0, 0, 0, 0, 0, 0, 4, 101302, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3800, 501013801, 0, 101302, 1013, 0, 0, 0, 0, 0, 0, 0, 4, 101302, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3801, 501013802, 0, 101302, 1013, 0, 0, 0, 0, 0, 0, 0, 4, 101302, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3802, 501003315, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3803, 501013314, 0, 0, 1013, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3804, 830031001, 0, 0, 0, 30031, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3805, 830031002, 0, 0, 0, 30031, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3806, 830031003, 0, 0, 0, 30031, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3807, 820027001, 0, 0, 0, 20027, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3808, 820027002, 0, 0, 0, 20027, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3809, 501038100, 501038400, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3810, 501038101, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3811, 501038102, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3812, 501038103, 501038405, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3813, 501038104, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3814, 501038105, 501038406, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3815, 501038107, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3816, 501038108, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3817, 501038109, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3818, 501038300, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3819, 501038301, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3820, 501038302, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3821, 501038110, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3822, 501038111, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3823, 501038112, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3824, 501038500, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3825, 501038506, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3826, 501038507, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3827, 501038517, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3828, 501038518, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3829, 501038519, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3830, 501038510, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3831, 501038511, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3832, 501038520, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3833, 501038702, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3834, 501038703, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3835, 501038704, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3836, 501038705, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3837, 501038706, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3838, 501038523, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3839, 501038521, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3840, 501038522, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3841, 501038508, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3842, 501038509, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3843, 501038708, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3844, 501038709, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3845, 501038710, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3846, 501038711, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3847, 501038700, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3848, 501038718, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3849, 501038701, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3850, 501038707, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3851, 501038712, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3852, 501038713, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3853, 501038714, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3854, 501038717, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3855, 501038715, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3856, 501038716, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3857, 501038516, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3858, 501038720, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3859, 501038719, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3860, 501038722, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3861, 501038513, 0, 103801, 1038, 0, 0, 0, 0, 0, 0, 0, 4, 103801, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3862, 501038514, 0, 103801, 1038, 0, 0, 0, 0, 0, 0, 0, 4, 103801, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3863, 501038515, 0, 103801, 1038, 0, 0, 0, 0, 0, 0, 0, 4, 103801, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3864, 501038600, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3865, 501038601, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3866, 501038726, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3867, 501038727, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3868, 501038728, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3869, 501038729, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3870, 501038713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3871, 501038730, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3872, 501038731, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3873, 501038732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3874, 501038733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3875, 501038732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3876, 501038733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3877, 501038508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3878, 501038113, 501038401, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3879, 501038114, 501038402, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3880, 501038115, 501038403, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3881, 501038307, 501038420, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3882, 501038118, 501038407, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3883, 501038116, 501038404, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3884, 501038312, 501038425, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3885, 501038200, 501038408, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3886, 501038201, 501038409, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3887, 501038202, 501038410, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3888, 501038203, 501038411, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3889, 501038204, 501038412, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3890, 501038205, 501038413, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3891, 501038206, 501038414, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3892, 501038207, 501038415, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3893, 501038303, 501038416, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3894, 501038304, 501038417, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3895, 501038305, 501038418, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3896, 501038306, 501038419, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3897, 501038308, 501038421, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3898, 501038309, 501038422, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3899, 501038310, 501038423, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3900, 501038311, 501038424, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3901, 501038313, 501038426, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3902, 501038524, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3903, 501050100, 501050400, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3904, 501050101, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3905, 501050102, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3906, 501050103, 501050406, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3907, 501050104, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3908, 501050105, 501050407, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3909, 501050107, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3910, 501050108, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3911, 501050109, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3912, 501050300, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3913, 501050301, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3914, 501050302, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3915, 501050110, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3916, 501050111, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3917, 501050112, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3918, 501050500, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3919, 501050506, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3920, 501050507, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3921, 501050517, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3922, 501050519, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3923, 501050518, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3924, 501050510, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3925, 501050511, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3926, 501050520, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3927, 501050702, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3928, 501050703, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3929, 501050704, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3930, 501050705, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3931, 501050706, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3932, 501050523, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3933, 501050521, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3934, 501050522, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3935, 501050508, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3936, 501050509, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3937, 501050708, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3938, 501050709, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3939, 501050710, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3940, 501050711, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3941, 501050700, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3942, 501050718, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3943, 501050701, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3944, 501050707, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3945, 501050712, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3946, 501050713, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3947, 501050714, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3948, 501050717, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3949, 501050715, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3950, 501050716, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3951, 501050516, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3952, 501050720, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3953, 501050719, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3954, 501050722, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3955, 501050513, 0, 105001, 1050, 0, 0, 0, 0, 0, 0, 0, 4, 105001, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3956, 501050514, 0, 105001, 1050, 0, 0, 0, 0, 0, 0, 0, 4, 105001, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3957, 501050515, 0, 105001, 1050, 0, 0, 0, 0, 0, 0, 0, 4, 105001, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3958, 501050600, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3959, 501050601, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3960, 501050726, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3961, 501050727, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3962, 501050728, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3963, 501050729, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3964, 501050713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3965, 501050730, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3966, 501050731, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3967, 501050732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3968, 501050733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3969, 501050732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3970, 501050733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3971, 501050508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3972, 501050113, 501050401, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3973, 501050114, 501050402, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3974, 501050115, 501050403, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3975, 501050116, 501050404, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3976, 501050117, 501050405, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3977, 501050200, 501050408, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3978, 501050201, 501050409, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3979, 501050202, 501050410, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3980, 501050203, 501050411, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3981, 501050204, 501050412, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3982, 501050205, 501050413, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3983, 501050206, 501050414, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3984, 501050207, 501050415, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3985, 501050208, 501050416, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3986, 501050303, 501050417, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3987, 501050304, 501050418, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3988, 501050305, 501050419, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3989, 501050306, 501050420, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3990, 501050307, 501050421, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3991, 501050308, 501050422, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3992, 501050309, 501050423, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3993, 501050310, 501050424, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3994, 501050311, 501050425, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3995, 501050312, 501050426, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3996, 501050313, 501050427, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3997, 501050314, 501050428, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3998, 501050315, 501050429, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (3999, 501050316, 501050430, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4000, 501050317, 501050431, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4001, 501050524, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4002, 501050525, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4003, 830033001, 0, 0, 0, 30033, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4004, 830033002, 0, 0, 0, 30033, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4005, 830033003, 0, 0, 0, 30033, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4006, 801072003, 0, 0, 0, 0, 1072, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4007, 801072001, 0, 0, 0, 0, 1072, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4008, 801072002, 0, 0, 0, 0, 1072, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4009, 830032001, 0, 0, 0, 30032, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4010, 830032002, 0, 0, 0, 30032, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4011, 830032003, 0, 0, 0, 30032, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4012, 801047003, 0, 0, 0, 0, 1047, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4013, 801047001, 0, 0, 0, 0, 1047, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4014, 801047002, 0, 0, 0, 0, 1047, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4015, 820028001, 0, 0, 0, 20028, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4016, 820028002, 0, 0, 0, 20028, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4017, 501046100, 501046400, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4018, 501046101, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4019, 501046102, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4020, 501046103, 501046407, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4021, 501046104, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4022, 501046105, 501046408, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4023, 501046107, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4024, 501046108, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4025, 501046109, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4026, 501046300, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4027, 501046301, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4028, 501046302, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4029, 501046110, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4030, 501046111, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4031, 501046112, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4032, 501046500, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4033, 501046506, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4034, 501046507, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4035, 501046517, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4036, 501046518, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4037, 501046519, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4038, 501046510, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4039, 501046511, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4040, 501046520, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4041, 501046702, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4042, 501046703, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4043, 501046704, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4044, 501046705, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4045, 501046706, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4046, 501046523, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4047, 501046521, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4048, 501046522, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4049, 501046508, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4050, 501046509, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4051, 501046708, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4052, 501046709, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4053, 501046710, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4054, 501046711, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4055, 501046700, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4056, 501046718, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4057, 501046701, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4058, 501046707, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4059, 501046712, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4060, 501046713, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4061, 501046714, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4062, 501046717, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4063, 501046715, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4064, 501046716, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4065, 501046516, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4066, 501046720, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4067, 501046719, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4068, 501046722, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4069, 501046513, 0, 104601, 1046, 0, 0, 0, 0, 0, 0, 0, 4, 104601, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4070, 501046514, 0, 104601, 1046, 0, 0, 0, 0, 0, 0, 0, 4, 104601, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4071, 501046515, 0, 104601, 1046, 0, 0, 0, 0, 0, 0, 0, 4, 104601, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4072, 501046600, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4073, 501046601, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4074, 501046726, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4075, 501046727, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4076, 501046728, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4077, 501046729, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4078, 501046713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4079, 501046730, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4080, 501046731, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4081, 501046732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4082, 501046733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4083, 501046732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4084, 501046733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4085, 501046508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4086, 501046113, 501046401, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4087, 501046114, 501046402, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4088, 501046115, 501046403, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4089, 501046116, 501046404, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4090, 501046117, 501046405, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4091, 501046118, 501046406, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4092, 501046200, 501046409, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4093, 501046201, 501046410, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4094, 501046202, 501046411, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4095, 501046203, 501046412, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4096, 501046204, 501046413, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4097, 501046205, 501046414, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4098, 501046206, 501046415, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4099, 501046207, 501046416, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4100, 501046208, 501046417, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4101, 501046209, 501046418, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4102, 501046303, 501046419, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4103, 501046304, 501046420, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4104, 501046305, 501046421, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4105, 501046306, 501046422, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4106, 501046307, 501046423, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4107, 501046308, 501046424, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4108, 501046309, 501046425, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4109, 501046310, 501046426, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4110, 501046311, 501046427, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4111, 501046312, 501046428, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4112, 501046313, 501046429, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4113, 501046314, 501046430, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4114, 501046315, 501046431, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4115, 501046524, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4116, 501046525, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 53001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4117, 501046526, 0, 0, 1046, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4118, 809006010, 0, 0, 0, 0, 9006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4119, 809006009, 0, 0, 0, 0, 9006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4120, 809006001, 0, 0, 0, 0, 9006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4121, 809006002, 0, 0, 0, 0, 9006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4122, 809006003, 0, 0, 0, 0, 9006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4123, 809006004, 0, 0, 0, 0, 9006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4124, 809006005, 0, 0, 0, 0, 9006, 1, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4125, 809006006, 0, 0, 0, 0, 9006, 2, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4126, 809006007, 0, 0, 0, 0, 9006, 3, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4127, 809006008, 0, 0, 0, 0, 9006, 4, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4128, 830036001, 0, 0, 0, 0, 9006, 5, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4129, 809006011, 0, 0, 0, 0, 9006, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4130, 501046525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4131, 501046525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4132, 501046525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4133, 501046525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4134, 501016100, 501016400, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4135, 501016101, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4136, 501016102, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4137, 501016103, 501016410, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4138, 501016104, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4139, 501016105, 501016411, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4140, 501016107, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4141, 501016108, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4142, 501016109, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4143, 501016300, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4144, 501016301, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4145, 501016302, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4146, 501016110, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4147, 501016111, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4148, 501016112, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4149, 501016500, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4150, 501016506, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4151, 501016507, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4152, 501016517, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4153, 501016518, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4154, 501016519, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4155, 501016510, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4156, 501016511, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4157, 501016520, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4158, 501016702, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4159, 501016703, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4160, 501016704, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4161, 501016705, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4162, 501016706, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4163, 501016523, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4164, 501016521, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4165, 501016522, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4166, 501016508, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4167, 501016509, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4168, 501016708, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4169, 501016709, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4170, 501016710, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4171, 501016711, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4172, 501016700, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4173, 501016718, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4174, 501016701, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4175, 501016707, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4176, 501016712, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4177, 501016713, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4178, 501016714, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4179, 501016717, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4180, 501016715, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4181, 501016716, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4182, 501016516, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4183, 501016720, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4184, 501016719, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4185, 501016722, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4186, 501016513, 0, 101601, 1016, 0, 0, 0, 0, 0, 0, 0, 4, 101601, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4187, 501016514, 0, 101601, 1016, 0, 0, 0, 0, 0, 0, 0, 4, 101601, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4188, 501016515, 0, 101601, 1016, 0, 0, 0, 0, 0, 0, 0, 4, 101601, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4189, 501016600, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4190, 501016601, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4191, 501016726, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4192, 501016727, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4193, 501016728, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4194, 501016729, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4195, 501016713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4196, 501016730, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4197, 501016731, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4198, 501016732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4199, 501016733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4200, 501016732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4201, 501016733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4202, 501016508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4203, 501016113, 501016401, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4204, 501016114, 501016402, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4205, 501016115, 501016403, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4206, 501016116, 501016404, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4207, 501016117, 501016405, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4208, 501016118, 501016406, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4209, 501016119, 501016407, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4210, 501016120, 501016408, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4211, 501016121, 501016409, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4212, 501016200, 501016412, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4213, 501016201, 501016413, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4214, 501016202, 501016414, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4215, 501016203, 501016415, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4216, 501016204, 501016416, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4217, 501016205, 501016417, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4218, 501016206, 501016418, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4219, 501016207, 501016419, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4220, 501016208, 501016420, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4221, 501016209, 501016421, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4222, 501016210, 501016422, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5027, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4223, 501016211, 501016423, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5030, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4224, 501016212, 501016424, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5031, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4225, 501016213, 501016425, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5034, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4226, 501016214, 501016426, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5035, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4227, 501016215, 501016427, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5038, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4228, 501016216, 501016428, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5039, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4229, 501016303, 501016429, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4230, 501016304, 501016430, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4231, 501016305, 501016431, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4232, 501016306, 501016432, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4233, 501016307, 501016433, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4234, 501016308, 501016434, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4235, 501016309, 501016435, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4236, 501016310, 501016436, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4237, 501016311, 501016437, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4238, 501016312, 501016438, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4239, 501016313, 501016439, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4240, 501016314, 501016440, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4241, 501016315, 501016441, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4242, 501016316, 501016442, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4243, 501016317, 501016443, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4244, 501016318, 501016444, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4245, 501016319, 501016445, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5028, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4246, 501016320, 501016446, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5029, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4247, 501016321, 501016447, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5032, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4248, 501016322, 501016448, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5033, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4249, 501016323, 501016449, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5036, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4250, 501016324, 501016450, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5037, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4251, 501016325, 501016451, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5040, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4252, 501016326, 501016452, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5041, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4253, 501016524, 0, 0, 1016, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4254, 801069003, 0, 0, 0, 0, 1069, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4255, 801069001, 0, 0, 0, 0, 1069, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4256, 801069002, 0, 0, 0, 0, 1069, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4257, 830038001, 0, 0, 0, 30038, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4258, 830038002, 0, 0, 0, 30038, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4259, 830038003, 0, 0, 0, 30038, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4260, 801042003, 0, 0, 0, 0, 1042, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4261, 801042001, 0, 0, 0, 0, 1042, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4262, 801042002, 0, 0, 0, 0, 1042, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4263, 820029001, 0, 0, 0, 20029, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4264, 820029002, 0, 0, 0, 20029, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4265, 830058001, 0, 0, 0, 30058, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4266, 830058002, 0, 0, 0, 30058, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4267, 830058003, 0, 0, 0, 30058, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4268, 501018800, 0, 101802, 1018, 0, 0, 0, 0, 0, 0, 0, 4, 101826, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4269, 501018801, 0, 101802, 1018, 0, 0, 0, 0, 0, 0, 0, 4, 101826, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4270, 501018802, 0, 101802, 1018, 0, 0, 0, 0, 0, 0, 0, 4, 101826, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4271, 501024800, 0, 102402, 1024, 0, 0, 0, 0, 0, 0, 0, 4, 102426, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4272, 501024801, 0, 102402, 1024, 0, 0, 0, 0, 0, 0, 0, 4, 102426, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4273, 501024802, 0, 102402, 1024, 0, 0, 0, 0, 0, 0, 0, 4, 102426, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4274, 801039003, 0, 0, 0, 0, 1039, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4275, 801039001, 0, 0, 0, 0, 1039, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4276, 801039002, 0, 0, 0, 0, 1039, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4277, 830039001, 0, 0, 0, 30039, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4278, 830039002, 0, 0, 0, 30039, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4279, 830039003, 0, 0, 0, 30039, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4280, 801028003, 0, 0, 0, 0, 1028, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4281, 801028001, 0, 0, 0, 0, 1028, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4282, 801028002, 0, 0, 0, 0, 1028, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4283, 830040001, 0, 0, 0, 30040, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4284, 830040002, 0, 0, 0, 30040, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4285, 830040003, 0, 0, 0, 30040, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4286, 830041001, 0, 0, 0, 30041, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4287, 830041002, 0, 0, 0, 30041, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4288, 830041003, 0, 0, 0, 30041, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4289, 501020100, 501020400, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4290, 501020101, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4291, 501020102, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4292, 501020103, 501020410, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4293, 501020104, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4294, 501020105, 501020411, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4295, 501020107, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4296, 501020108, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4297, 501020109, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4298, 501020300, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4299, 501020301, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4300, 501020302, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4301, 501020110, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4302, 501020111, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4303, 501020112, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4304, 501020500, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4305, 501020506, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4306, 501020507, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4307, 501020517, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4308, 501020518, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4309, 501020519, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4310, 501020510, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4311, 501020511, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4312, 501020520, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4313, 501020702, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4314, 501020703, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4315, 501020704, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4316, 501020705, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4317, 501020706, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4318, 501020523, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4319, 501020521, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4320, 501020522, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4321, 501020508, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4322, 501020509, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4323, 501020708, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4324, 501020709, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4325, 501020710, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4326, 501020711, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4327, 501020700, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4328, 501020718, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4329, 501020701, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4330, 501020707, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4331, 501020712, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4332, 501020713, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4333, 501020714, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4334, 501020717, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4335, 501020715, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4336, 501020716, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4337, 501020516, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4338, 501020720, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4339, 501020719, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4340, 501020722, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4341, 501020513, 0, 102001, 1020, 0, 0, 0, 0, 0, 0, 0, 4, 102001, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4342, 501020514, 0, 102001, 1020, 0, 0, 0, 0, 0, 0, 0, 4, 102001, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4343, 501020515, 0, 102001, 1020, 0, 0, 0, 0, 0, 0, 0, 4, 102001, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4344, 501020600, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4345, 501020601, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4346, 501020726, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4347, 501020727, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4348, 501020728, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4349, 501020729, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4350, 501020713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4351, 501020730, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4352, 501020731, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4353, 501020732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4354, 501020733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4355, 501020732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4356, 501020733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4357, 501020508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4358, 501020113, 501020401, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4359, 501020114, 501020402, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4360, 501020115, 501020403, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4361, 501020116, 501020404, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4362, 501020117, 501020405, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4363, 501020118, 501020406, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4364, 501020119, 501020407, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4365, 501020120, 501020408, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4366, 501020121, 501020409, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4367, 501020200, 501020412, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4368, 501020201, 501020413, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4369, 501020202, 501020414, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4370, 501020203, 501020415, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4371, 501020204, 501020416, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4372, 501020205, 501020417, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4373, 501020206, 501020418, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4374, 501020207, 501020419, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4375, 501020208, 501020420, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4376, 501020303, 501020421, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4377, 501020304, 501020422, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4378, 501020305, 501020423, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4379, 501020306, 501020424, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4380, 501020307, 501020425, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4381, 501020308, 501020426, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4382, 501020309, 501020427, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4383, 501020310, 501020428, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4384, 501020311, 501020429, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4385, 501020312, 501020430, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4386, 501020313, 501020431, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4387, 501020314, 501020432, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4388, 501020315, 501020433, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4389, 501020316, 501020434, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4390, 501020317, 501020435, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4391, 501020524, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4392, 801053003, 0, 0, 0, 0, 1053, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4393, 801053001, 0, 0, 0, 0, 1053, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4394, 801053002, 0, 0, 0, 0, 1053, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4395, 830042001, 0, 0, 0, 30042, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4396, 830042002, 0, 0, 0, 30042, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4397, 830042003, 0, 0, 0, 30042, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4398, 801043003, 0, 0, 0, 0, 1043, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4399, 801043001, 0, 0, 0, 0, 1043, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4400, 801043002, 0, 0, 0, 0, 1043, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4401, 820031001, 0, 0, 0, 20031, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4402, 820031002, 0, 0, 0, 20031, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4403, 830059001, 0, 0, 0, 30059, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4404, 830059002, 0, 0, 0, 30059, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4405, 830059003, 0, 0, 0, 30059, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4406, 501012100, 501012400, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4407, 501012101, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4408, 501012102, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4409, 501012103, 501012407, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4410, 501012104, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4411, 501012105, 501012408, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4412, 501012107, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4413, 501012108, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4414, 501012109, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4415, 501012300, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4416, 501012301, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4417, 501012302, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4418, 501012110, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4419, 501012111, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4420, 501012112, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4421, 501012500, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4422, 501012506, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4423, 501012507, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4424, 501012517, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4425, 501012518, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4426, 501012519, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4427, 501012510, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4428, 501012511, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4429, 501012520, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4430, 501012702, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4431, 501012703, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4432, 501012704, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4433, 501012705, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4434, 501012706, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4435, 501012523, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4436, 501012521, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4437, 501012522, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4438, 501012508, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4439, 501012509, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4440, 501012708, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4441, 501012709, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4442, 501012710, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4443, 501012711, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4444, 501012700, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4445, 501012718, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4446, 501012701, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4447, 501012707, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4448, 501012712, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4449, 501012713, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4450, 501012714, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4451, 501012717, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4452, 501012715, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4453, 501012716, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4454, 501012516, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4455, 501012720, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4456, 501012719, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4457, 501012722, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4458, 501012513, 0, 101201, 1012, 0, 0, 0, 0, 0, 0, 0, 4, 101201, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4459, 501012514, 0, 101201, 1012, 0, 0, 0, 0, 0, 0, 0, 4, 101201, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4460, 501012515, 0, 101201, 1012, 0, 0, 0, 0, 0, 0, 0, 4, 101201, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4461, 501012600, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4462, 501012601, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4463, 501012726, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4464, 501012727, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4465, 501012728, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4466, 501012729, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4467, 501012713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4468, 501012730, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4469, 501012731, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4470, 501012732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4471, 501012733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4472, 501012732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4473, 501012733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4474, 501012508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4475, 501012113, 501012401, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4476, 501012114, 501012402, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4477, 501012115, 501012403, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4478, 501012116, 501012404, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4479, 501012117, 501012405, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4480, 501012118, 501012406, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4481, 501012200, 501012409, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4482, 501012201, 501012410, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4483, 501012202, 501012411, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4484, 501012203, 501012412, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4485, 501012204, 501012413, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4486, 501012205, 501012414, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4487, 501012206, 501012415, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4488, 501012207, 501012416, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4489, 501012208, 501012417, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4490, 501012209, 501012418, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4491, 501012303, 501012419, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4492, 501012304, 501012420, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4493, 501012305, 501012421, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4494, 501012306, 501012422, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4495, 501012307, 501012423, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4496, 501012308, 501012424, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4497, 501012309, 501012425, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4498, 501012310, 501012426, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4499, 501012311, 501012427, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4500, 501012312, 501012428, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4501, 501012313, 501012429, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4502, 501012314, 501012430, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4503, 501012315, 501012431, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4504, 501012524, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4505, 830055001, 0, 0, 0, 30055, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4506, 830055002, 0, 0, 0, 30055, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4507, 830055003, 0, 0, 0, 30055, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4508, 830056001, 0, 0, 0, 30056, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4509, 830056002, 0, 0, 0, 30056, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4510, 830056003, 0, 0, 0, 30056, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4511, 830057001, 0, 0, 0, 30057, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4512, 830057002, 0, 0, 0, 30057, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4513, 830057003, 0, 0, 0, 30057, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4514, 501011800, 0, 101102, 1011, 0, 0, 0, 0, 0, 0, 0, 4, 101116, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4515, 501011801, 0, 101102, 1011, 0, 0, 0, 0, 0, 0, 0, 4, 101116, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4516, 501011802, 0, 101102, 1011, 0, 0, 0, 0, 0, 0, 0, 4, 101116, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4517, 501014800, 0, 101402, 1014, 0, 0, 0, 0, 0, 0, 0, 4, 101416, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4518, 501014801, 0, 101402, 1014, 0, 0, 0, 0, 0, 0, 0, 4, 101416, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4519, 501014802, 0, 101402, 1014, 0, 0, 0, 0, 0, 0, 0, 4, 101416, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4520, 501005100, 501005400, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4521, 501005101, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4522, 501005102, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4523, 501005103, 501005406, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4524, 501005104, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4525, 501005105, 501005407, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4526, 501005107, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4527, 501005108, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4528, 501005109, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4529, 501005300, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4530, 501005301, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4531, 501005302, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4532, 501005110, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4533, 501005111, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4534, 501005112, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4535, 501005500, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4536, 501005506, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4537, 501005507, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4538, 501005517, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4539, 501005518, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4540, 501005519, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4541, 501005510, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4542, 501005511, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4543, 501005520, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4544, 501005702, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4545, 501005703, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4546, 501005704, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4547, 501005705, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4548, 501005706, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4549, 501005523, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4550, 501005521, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4551, 501005522, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4552, 501005508, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4553, 501005509, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4554, 501005708, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4555, 501005709, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4556, 501005710, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4557, 501005711, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4558, 501005700, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4559, 501005718, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4560, 501005701, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4561, 501005707, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4562, 501005712, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4563, 501005713, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4564, 501005714, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4565, 501005717, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4566, 501005715, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4567, 501005716, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4568, 501005516, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4569, 501005720, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4570, 501005719, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4571, 501005722, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4572, 501005513, 0, 100501, 1005, 0, 0, 0, 0, 0, 0, 0, 4, 100501, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4573, 501005514, 0, 100501, 1005, 0, 0, 0, 0, 0, 0, 0, 4, 100501, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4574, 501005515, 0, 100501, 1005, 0, 0, 0, 0, 0, 0, 0, 4, 100501, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4575, 501005600, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4576, 501005601, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4577, 501005726, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4578, 501005727, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4579, 501005728, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4580, 501005729, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4581, 501005713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4582, 501005730, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4583, 501005731, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4584, 501005732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4585, 501005733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4586, 501005732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4587, 501005733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4588, 501005508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4589, 501005113, 501005401, 0, 1005, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4590, 501005114, 501005402, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4591, 501005115, 501005403, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4592, 501005116, 501005404, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4593, 501005117, 501005405, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4594, 501005200, 501005408, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4595, 501005201, 501005409, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4596, 501005202, 501005410, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4597, 501005203, 501005411, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4598, 501005204, 501005412, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4599, 501005205, 501005413, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4600, 501005206, 501005414, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4601, 501005207, 501005415, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4602, 501005208, 501005416, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4603, 501005209, 501005417, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4604, 501005210, 501005418, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4605, 501005211, 501005419, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5027, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4606, 501005303, 501005420, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4607, 501005304, 501005421, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4608, 501005305, 501005422, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4609, 501005306, 501005423, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4610, 501005307, 501005424, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4611, 501005308, 501005425, 0, 1005, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4612, 501005309, 501005426, 0, 1005, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4613, 501005310, 501005427, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4614, 501005311, 501005428, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4615, 501005312, 501005429, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4616, 501005118, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4617, 501005313, 501005430, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4618, 501005314, 501005431, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4619, 501005315, 501005432, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4620, 501005316, 501005433, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4621, 501005317, 501005434, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4622, 501005318, 501005435, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5028, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4623, 501005319, 501005436, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5029, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4624, 501005119, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4625, 501005119, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4626, 501005120, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4627, 501005524, 0, 0, 1005, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4628, 830048001, 0, 0, 0, 30048, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4629, 830048002, 0, 0, 0, 30048, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4630, 830048003, 0, 0, 0, 30048, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4631, 801071003, 0, 0, 0, 0, 1071, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4632, 801071001, 0, 0, 0, 0, 1071, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4633, 801071002, 0, 0, 0, 0, 1071, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4634, 820034001, 0, 0, 0, 20034, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4635, 820034002, 0, 0, 0, 20034, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4636, 830060001, 0, 0, 0, 30060, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4637, 830060002, 0, 0, 0, 30060, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4638, 830060003, 0, 0, 0, 30060, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4639, 501040100, 501040400, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4640, 501040101, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4641, 501040102, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4642, 501040103, 501040407, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4643, 501040104, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4644, 501040105, 501040408, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4645, 501040107, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4646, 501040108, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4647, 501040109, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4648, 501040300, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4649, 501040301, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4650, 501040302, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4651, 501040110, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4652, 501040111, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4653, 501040112, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4654, 501040500, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4655, 501040506, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4656, 501040507, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4657, 501040517, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4658, 501040518, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4659, 501040519, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4660, 501040510, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4661, 501040511, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4662, 501040520, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4663, 501040702, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4664, 501040703, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4665, 501040704, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4666, 501040705, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4667, 501040706, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4668, 501040523, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4669, 501040521, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4670, 501040522, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4671, 501040508, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4672, 501040509, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4673, 501040708, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4674, 501040709, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4675, 501040710, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4676, 501040711, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4677, 501040700, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4678, 501040718, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4679, 501040701, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4680, 501040707, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4681, 501040712, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4682, 501040713, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4683, 501040714, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4684, 501040717, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4685, 501040715, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4686, 501040716, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4687, 501040516, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4688, 501040720, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4689, 501040719, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4690, 501040722, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4691, 501040513, 0, 104001, 1040, 0, 0, 0, 0, 0, 0, 0, 4, 104001, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4692, 501040514, 0, 104001, 1040, 0, 0, 0, 0, 0, 0, 0, 4, 104001, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4693, 501040515, 0, 104001, 1040, 0, 0, 0, 0, 0, 0, 0, 4, 104001, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4694, 501040600, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4695, 501040601, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4696, 501040726, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4697, 501040727, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4698, 501040728, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4699, 501040729, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4700, 501040713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4701, 501040730, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4702, 501040731, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4703, 501040732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4704, 501040733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4705, 501040732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4706, 501040733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4707, 501040508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4708, 501040113, 501040401, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4709, 501040114, 501040402, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4710, 501040115, 501040403, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4711, 501040116, 501040404, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4712, 501040117, 501040405, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4713, 501040118, 501040406, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4714, 501040200, 501040409, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4715, 501040201, 501040410, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4716, 501040202, 501040411, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4717, 501040203, 501040412, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4718, 501040204, 501040413, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4719, 501040205, 501040414, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4720, 501040206, 501040415, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4721, 501040207, 501040416, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4722, 501040208, 501040417, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4723, 501040209, 501040418, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4724, 501040303, 501040419, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4725, 501040304, 501040420, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4726, 501040305, 501040421, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4727, 501040306, 501040422, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4728, 501040307, 501040423, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4729, 501040308, 501040424, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4730, 501040309, 501040425, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4731, 501040310, 501040426, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4732, 501040311, 501040427, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4733, 501040312, 501040428, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4734, 501040313, 501040429, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4735, 501040314, 501040430, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4736, 501040315, 501040431, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4737, 501040316, 501040432, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4738, 501040524, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4739, 501040525, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4740, 801016001, 0, 0, 0, 0, 1016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4741, 801016002, 0, 0, 0, 0, 1016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4742, 830044001, 0, 0, 0, 30044, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4743, 830044002, 0, 0, 0, 30044, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4744, 830044003, 0, 0, 0, 30044, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4745, 801016003, 0, 0, 0, 0, 1016, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4746, 501040734, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4747, 501040735, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4748, 501040736, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4749, 501040737, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4750, 501040738, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4751, 501040739, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4752, 501040740, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4753, 501040741, 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 15008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4754, 501001800, 0, 100102, 1001, 0, 0, 0, 0, 0, 0, 0, 4, 100130, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4755, 501001801, 0, 100102, 1001, 0, 0, 0, 0, 0, 0, 0, 4, 100130, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4756, 501001802, 0, 100102, 1001, 0, 0, 0, 0, 0, 0, 0, 4, 100130, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4757, 501004800, 0, 100402, 1004, 0, 0, 0, 0, 0, 0, 0, 4, 100430, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4758, 501004801, 0, 100402, 1004, 0, 0, 0, 0, 0, 0, 0, 4, 100430, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4759, 501004802, 0, 100402, 1004, 0, 0, 0, 0, 0, 0, 0, 4, 100430, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4760, 830045001, 0, 0, 0, 30045, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4761, 830045002, 0, 0, 0, 30045, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4762, 830045003, 0, 0, 0, 30045, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4763, 830046001, 0, 0, 0, 30046, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4764, 830046002, 0, 0, 0, 30046, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4765, 830046003, 0, 0, 0, 30046, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4766, 830047001, 0, 0, 0, 30047, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4767, 830047002, 0, 0, 0, 30047, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4768, 830047003, 0, 0, 0, 30047, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4769, 830034001, 0, 0, 0, 30034, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4770, 830034002, 0, 0, 0, 30034, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4771, 830034003, 0, 0, 0, 30034, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4772, 501058100, 501058400, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4773, 501058101, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4774, 501058102, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4775, 501058103, 501058406, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4776, 501058104, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4777, 501058105, 501058407, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4778, 501058107, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4779, 501058108, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4780, 501058109, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4781, 501058300, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4782, 501058301, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4783, 501058302, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4784, 501058110, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4785, 501058111, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4786, 501058112, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4787, 501058500, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4788, 501058506, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4789, 501058507, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4790, 501058517, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4791, 501058518, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4792, 501058519, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4793, 501058510, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4794, 501058511, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4795, 501058520, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4796, 501058702, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4797, 501058703, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4798, 501058704, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4799, 501058705, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4800, 501058706, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4801, 501058523, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4802, 501058521, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4803, 501058522, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4804, 501058508, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4805, 501058509, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4806, 501058708, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4807, 501058709, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4808, 501058710, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4809, 501058711, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4810, 501058700, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4811, 501058718, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4812, 501058701, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4813, 501058707, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4814, 501058712, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4815, 501058713, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4816, 501058714, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4817, 501058717, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4818, 501058715, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4819, 501058716, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4820, 501058516, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4821, 501058720, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4822, 501058719, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4823, 501058722, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4824, 501058513, 0, 105801, 1058, 0, 0, 0, 0, 0, 0, 0, 4, 105801, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4825, 501058514, 0, 105801, 1058, 0, 0, 0, 0, 0, 0, 0, 4, 105801, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4826, 501058515, 0, 105801, 1058, 0, 0, 0, 0, 0, 0, 0, 4, 105801, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4827, 501058600, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4828, 501058601, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4829, 501058726, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4830, 501058727, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4831, 501058728, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4832, 501058729, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4833, 501058713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4834, 501058730, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4835, 501058731, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4836, 501058732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4837, 501058733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4838, 501058732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4839, 501058733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4840, 501058508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4841, 501058113, 501058401, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4842, 501058114, 501058402, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4843, 501058115, 501058403, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4844, 501058116, 501058404, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4845, 501058117, 501058405, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4846, 501058200, 501058408, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4847, 501058201, 501058409, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4848, 501058202, 501058410, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4849, 501058203, 501058411, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4850, 501058204, 501058412, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4851, 501058205, 501058413, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4852, 501058206, 501058414, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4853, 501058207, 501058415, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4854, 501058208, 501058416, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4855, 501058209, 501058417, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5027, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4856, 501058303, 501058418, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4857, 501058304, 501058419, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4858, 501058305, 501058420, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4859, 501058306, 501058421, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4860, 501058307, 501058422, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4861, 501058308, 501058423, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4862, 501058309, 501058424, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4863, 501058310, 501058425, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4864, 501058311, 501058426, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4865, 501058312, 501058427, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4866, 501058313, 501058428, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4867, 501058314, 501058429, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4868, 501058315, 501058430, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4869, 501058316, 501058431, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4870, 501058317, 501058432, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4871, 501058318, 501058433, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4872, 501058319, 501058434, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4873, 501058320, 501058435, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5028, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4874, 501058321, 501058436, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4875, 501058524, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4876, 501058525, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4877, 501058526, 0, 0, 1058, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4878, 830061001, 0, 0, 0, 30061, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4879, 830061002, 0, 0, 0, 30061, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4880, 830061003, 0, 0, 0, 30061, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4881, 501037100, 501037400, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4882, 501037101, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4883, 501037102, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4884, 501037103, 501037409, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4885, 501037104, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4886, 501037105, 501037410, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4887, 501037107, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4888, 501037108, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4889, 501037109, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4890, 501037300, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4891, 501037301, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4892, 501037302, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4893, 501037110, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4894, 501037111, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4895, 501037112, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4896, 501037500, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4897, 501037506, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4898, 501037507, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4899, 501037517, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4900, 501037518, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4901, 501037519, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4902, 501037510, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4903, 501037511, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4904, 501037520, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4905, 501037702, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4906, 501037703, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4907, 501037704, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4908, 501037705, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4909, 501037706, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4910, 501037523, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4911, 501037521, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4912, 501037522, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4913, 501037508, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4914, 501037509, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4915, 501037708, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4916, 501037709, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4917, 501037710, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4918, 501037711, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4919, 501037700, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4920, 501037718, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4921, 501037701, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4922, 501037707, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4923, 501037712, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4924, 501037713, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4925, 501037714, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4926, 501037717, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4927, 501037715, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4928, 501037716, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4929, 501037516, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4930, 501037720, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4931, 501037719, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4932, 501037722, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4933, 501037513, 0, 103701, 1037, 0, 0, 0, 0, 0, 0, 0, 4, 103701, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4934, 501037514, 0, 103701, 1037, 0, 0, 0, 0, 0, 0, 0, 4, 103701, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4935, 501037515, 0, 103701, 1037, 0, 0, 0, 0, 0, 0, 0, 4, 103701, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4936, 501037600, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4937, 501037601, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4938, 501037726, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4939, 501037727, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4940, 501037728, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4941, 501037729, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4942, 501037713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4943, 501037730, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4944, 501037731, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4945, 501037732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4946, 501037733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4947, 501037732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4948, 501037733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4949, 501037508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4950, 501037113, 501037401, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4951, 501037114, 501037402, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4952, 501037115, 501037403, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4953, 501037116, 501037404, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4954, 501037117, 501037405, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4955, 501037118, 501037406, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4956, 501037119, 501037407, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4957, 501037120, 501037408, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4958, 501037200, 501037411, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4959, 501037201, 501037412, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4960, 501037202, 501037413, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4961, 501037203, 501037414, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4962, 501037204, 501037415, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4963, 501037205, 501037416, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4964, 501037206, 501037417, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4965, 501037207, 501037418, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4966, 501037208, 501037419, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4967, 501037209, 501037420, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4968, 501037303, 501037421, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4969, 501037304, 501037422, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4970, 501037305, 501037423, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4971, 501037306, 501037424, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4972, 501037307, 501037425, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4973, 501037308, 501037426, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4974, 501037309, 501037427, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4975, 501037310, 501037428, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4976, 501037311, 501037429, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4977, 501037312, 501037430, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4978, 501037313, 501037431, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4979, 501037314, 501037432, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4980, 501037315, 501037433, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4981, 501037316, 501037434, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4982, 501037317, 501037435, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4983, 501037524, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4984, 501037525, 0, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4985, 501037318, 501037436, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4986, 501037319, 501037437, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4987, 501037320, 501037438, 0, 1037, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4988, 801048001, 0, 0, 0, 0, 1048, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4989, 801048002, 0, 0, 0, 0, 1048, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4990, 801048003, 0, 0, 0, 0, 1048, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4991, 820035001, 0, 0, 0, 20035, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4992, 820035002, 0, 0, 0, 20035, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4993, 830054001, 0, 0, 0, 30054, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4994, 830054002, 0, 0, 0, 30054, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4995, 830054003, 0, 0, 0, 30054, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4996, 830062001, 0, 0, 0, 30062, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4997, 830062002, 0, 0, 0, 30062, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4998, 830062003, 0, 0, 0, 30062, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (4999, 501056800, 0, 105602, 1056, 0, 0, 0, 0, 0, 0, 0, 4, 105623, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5000, 501056801, 0, 105602, 1056, 0, 0, 0, 0, 0, 0, 0, 4, 105623, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5001, 501056802, 0, 105602, 1056, 0, 0, 0, 0, 0, 0, 0, 4, 105623, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5002, 501028100, 501028400, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5003, 501028101, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5004, 501028102, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5005, 501028103, 501028406, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5006, 501028104, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5007, 501028105, 501028407, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5008, 501028107, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5009, 501028108, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5010, 501028109, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5011, 501028300, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5012, 501028301, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5013, 501028302, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5014, 501028110, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5015, 501028111, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5016, 501028112, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5017, 501028500, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5018, 501028506, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5019, 501028507, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5020, 501028517, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5021, 501028518, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5022, 501028519, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5023, 501028510, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5024, 501028511, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5025, 501028520, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5026, 501028702, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5027, 501028703, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5028, 501028704, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5029, 501028705, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5030, 501028706, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5031, 501028523, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5032, 501028521, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5033, 501028522, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5034, 501028508, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5035, 501028509, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5036, 501028708, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5037, 501028709, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5038, 501028710, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5039, 501028711, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5040, 501028700, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5041, 501028718, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5042, 501028701, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5043, 501028707, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5044, 501028712, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5045, 501028713, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5046, 501028714, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5047, 501028717, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5048, 501028715, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5049, 501028716, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5050, 501028516, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5051, 501028720, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5052, 501028719, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5053, 501028722, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5054, 501028513, 0, 102801, 1028, 0, 0, 0, 0, 0, 0, 0, 4, 102801, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5055, 501028514, 0, 102801, 1028, 0, 0, 0, 0, 0, 0, 0, 4, 102801, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5056, 501028515, 0, 102801, 1028, 0, 0, 0, 0, 0, 0, 0, 4, 102801, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5057, 501028600, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5058, 501028601, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5059, 501028726, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5060, 501028727, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5061, 501028728, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5062, 501028729, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5063, 501028713, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5064, 501028730, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5065, 501028731, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5066, 501028732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5067, 501028733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5068, 501028732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5069, 501028733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5070, 501028508, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5071, 501028113, 501028401, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5072, 501028114, 501028402, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5073, 501028115, 501028403, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5074, 501028116, 501028404, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5075, 501028117, 501028405, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5076, 501028200, 501028408, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5077, 501028201, 501028409, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5078, 501028202, 501028410, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5079, 501028203, 501028411, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5080, 501028204, 501028412, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5081, 501028205, 501028413, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5082, 501028206, 501028414, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5083, 501028207, 501028415, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5084, 501028303, 501028416, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5085, 501028304, 501028417, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 9399); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5086, 501028305, 501028418, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5087, 501028306, 501028419, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5088, 501028307, 501028420, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5089, 501028308, 501028421, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5090, 501028309, 501028422, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5091, 501028310, 501028423, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5092, 501028311, 501028424, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5093, 501028312, 501028425, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5094, 501028313, 501028426, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5095, 501028314, 501028427, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5096, 501028524, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5097, 501028525, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5098, 501019100, 501019400, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5099, 501019101, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5100, 501019102, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5101, 501019103, 501019407, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5102, 501019104, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5103, 501019105, 501019408, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5104, 501019107, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5105, 501019108, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5106, 501019109, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5107, 501019300, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5108, 501019301, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5109, 501019302, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5110, 501019110, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5111, 501019111, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5112, 501019112, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5113, 501019500, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5114, 501019506, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5115, 501019507, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5116, 501019517, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5117, 501019518, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5118, 501019519, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5119, 501019510, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5120, 501019511, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5121, 501019520, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5122, 501019702, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5123, 501019703, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5124, 501019704, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5125, 501019705, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5126, 501019706, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5127, 501019523, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5128, 501019521, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5129, 501019522, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5130, 501019508, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5131, 501019509, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5132, 501019708, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5133, 501019709, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5134, 501019710, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5135, 501019711, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5136, 501019700, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5137, 501019718, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5138, 501019701, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5139, 501019707, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5140, 501019712, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5141, 501019713, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5142, 501019714, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5143, 501019717, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5144, 501019715, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5145, 501019716, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5146, 501019516, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5147, 501019720, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5148, 501019719, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5149, 501019722, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5150, 501019513, 0, 101901, 1019, 0, 0, 0, 0, 0, 0, 0, 4, 101901, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5151, 501019514, 0, 101901, 1019, 0, 0, 0, 0, 0, 0, 0, 4, 101901, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5152, 501019515, 0, 101901, 1019, 0, 0, 0, 0, 0, 0, 0, 4, 101901, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5153, 501019600, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5154, 501019601, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5155, 501019726, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5156, 501019727, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5157, 501019728, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5158, 501019729, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5159, 501019713, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5160, 501019730, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5161, 501019731, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5162, 501019732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5163, 501019733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5164, 501019732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5165, 501019733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5166, 501019508, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5167, 501019113, 501019401, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5168, 501019114, 501019402, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5169, 501019115, 501019403, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5170, 501019116, 501019404, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5171, 501019117, 501019405, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5172, 501019118, 501019406, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5173, 501019200, 501019409, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5174, 501019201, 501019410, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5175, 501019202, 501019411, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5176, 501019203, 501019412, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5177, 501019204, 501019413, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5178, 501019205, 501019414, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5179, 501019206, 501019415, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5180, 501019303, 501019416, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5181, 501019304, 501019417, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5182, 501019305, 501019418, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5183, 501019306, 501019419, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5184, 501019307, 501019420, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5185, 501019308, 501019421, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5186, 501019309, 501019422, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5187, 501019310, 501019423, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5188, 501019119, 501019424, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5189, 501019524, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5190, 501019525, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5191, 501019526, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5192, 830063001, 0, 0, 0, 30063, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5193, 830063002, 0, 0, 0, 30063, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5194, 830063003, 0, 0, 0, 30063, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5195, 820037001, 0, 0, 0, 20037, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5196, 820037002, 0, 0, 0, 20037, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5197, 830064001, 0, 0, 0, 30064, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5198, 830064002, 0, 0, 0, 30064, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5199, 830064003, 0, 0, 0, 30064, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5200, 830065001, 0, 0, 0, 30065, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5201, 830065002, 0, 0, 0, 30065, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5202, 830065003, 0, 0, 0, 30065, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5203, 830066001, 0, 0, 0, 30066, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5204, 830066002, 0, 0, 0, 30066, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5205, 830066003, 0, 0, 0, 30066, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5206, 501030800, 0, 103002, 1030, 0, 0, 0, 0, 0, 0, 0, 4, 103040, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5207, 501030801, 0, 103002, 1030, 0, 0, 0, 0, 0, 0, 0, 4, 103040, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5208, 501030802, 0, 103002, 1030, 0, 0, 0, 0, 0, 0, 0, 4, 103040, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5209, 501045800, 0, 104502, 1045, 0, 0, 0, 0, 0, 0, 0, 4, 104540, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5210, 501045801, 0, 104502, 1045, 0, 0, 0, 0, 0, 0, 0, 4, 104540, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5212, 501039100, 501039400, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5213, 501039101, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5214, 501039102, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5215, 501039103, 501039406, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5216, 501039104, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5217, 501039105, 501039407, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5218, 501039107, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5219, 501039108, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5220, 501039109, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5221, 501039300, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5222, 501039301, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5223, 501039302, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5224, 501039110, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5225, 501039111, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5226, 501039112, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5227, 501039500, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5228, 501039506, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5229, 501039507, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5230, 501039517, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5231, 501039518, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5232, 501039519, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5233, 501039510, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5234, 501039511, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5235, 501039520, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5236, 501039702, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5237, 501039703, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5238, 501039704, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5239, 501039705, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5240, 501039706, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5241, 501039523, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5242, 501039521, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5243, 501039522, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5244, 501039508, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5245, 501039509, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5246, 501039708, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5247, 501039709, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5248, 501039710, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5249, 501039711, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5250, 501039700, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5251, 501039718, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5252, 501039701, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5253, 501039707, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5254, 501039712, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5255, 501039713, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5256, 501039714, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5257, 501039717, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5258, 501039715, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5259, 501039716, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5260, 501039516, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5261, 501039720, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5262, 501039719, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5263, 501039722, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5264, 501039513, 0, 103901, 1039, 0, 0, 0, 0, 0, 0, 0, 4, 103901, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5265, 501039514, 0, 103901, 1039, 0, 0, 0, 0, 0, 0, 0, 4, 103901, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5266, 501039515, 0, 103901, 1039, 0, 0, 0, 0, 0, 0, 0, 4, 103901, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5267, 501039600, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5268, 501039601, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5269, 501039726, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5270, 501039727, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5271, 501039728, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5272, 501039729, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5273, 501039713, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5274, 501039730, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5275, 501039731, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5276, 501039732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5277, 501039733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5278, 501039732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5279, 501039733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5280, 501039508, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5281, 501039113, 501039401, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5282, 501039114, 501039402, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5283, 501039115, 501039403, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5284, 501039116, 501039404, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5285, 501039117, 501039405, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5286, 501039200, 501039408, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5287, 501039201, 501039409, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5288, 501039202, 501039410, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5289, 501039203, 501039411, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5290, 501039204, 501039412, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5291, 501039205, 501039413, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5292, 501039206, 501039414, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5293, 501039207, 501039415, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5294, 501039208, 501039416, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5295, 501039209, 501039417, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5296, 501039303, 501039418, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5297, 501039304, 501039419, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5298, 501039305, 501039420, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5299, 501039306, 501039421, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5300, 501039307, 501039422, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5301, 501039308, 501039423, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5302, 501039309, 501039424, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5303, 501039310, 501039425, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5304, 501039311, 501039426, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5305, 501039312, 501039427, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5306, 501039313, 501039428, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5307, 501039314, 501039429, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5308, 501039315, 501039430, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5309, 501039316, 501039431, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5310, 501039317, 501039432, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5311, 501039118, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5312, 501039524, 0, 0, 1039, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5313, 501030800, 0, 103002, 1030, 0, 0, 0, 0, 0, 0, 0, 4, 103040, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5314, 501030800, 0, 103002, 1030, 0, 0, 0, 0, 0, 0, 0, 4, 103040, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5315, 501045802, 0, 104502, 1045, 0, 0, 0, 0, 0, 0, 0, 4, 104540, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5316, 501045802, 0, 104502, 1045, 0, 0, 0, 0, 0, 0, 0, 4, 104540, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5317, 501045802, 0, 104502, 1045, 0, 0, 0, 0, 0, 0, 0, 4, 104540, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5318, 501025100, 501025400, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5319, 501025101, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5320, 501025102, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5321, 501025103, 501025406, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5322, 501025104, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5323, 501025105, 501025407, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5324, 501025107, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5325, 501025108, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5326, 501025109, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5327, 501025300, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5328, 501025301, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5329, 501025302, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5330, 501025110, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5331, 501025111, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5332, 501025112, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5333, 501025500, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5334, 501025506, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5335, 501025507, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5336, 501025517, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5337, 501025518, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5338, 501025519, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5339, 501025510, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5340, 501025511, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5341, 501025520, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5342, 501025702, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5343, 501025703, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5344, 501025704, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5345, 501025705, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5346, 501025706, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5347, 501025523, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5348, 501025522, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5349, 501025508, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5350, 501025509, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5351, 501025708, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5352, 501025709, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5353, 501025710, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5354, 501025711, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5355, 501025700, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5356, 501025718, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5357, 501025701, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5358, 501025707, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5359, 501025712, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5360, 501025713, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5361, 501025714, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5362, 501025717, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5363, 501025715, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5364, 501025716, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5365, 501025516, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5366, 501025720, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5367, 501025719, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5368, 501025722, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5369, 501025513, 0, 102501, 1025, 0, 0, 0, 0, 0, 0, 0, 4, 102501, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5370, 501025514, 0, 102501, 1025, 0, 0, 0, 0, 0, 0, 0, 4, 102501, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5371, 501025515, 0, 102501, 1025, 0, 0, 0, 0, 0, 0, 0, 4, 102501, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5372, 501025600, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5373, 501025601, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5374, 501025726, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5375, 501025727, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5376, 501025728, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5377, 501025729, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5378, 501025713, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5379, 501025730, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5380, 501025731, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5381, 501025732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5382, 501025733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5383, 501025732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5384, 501025733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5385, 501025508, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5386, 501025113, 501025401, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5387, 501025114, 501025402, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5388, 501025115, 501025403, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5389, 501025116, 501025404, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5390, 501025117, 501025405, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5391, 501025200, 501025408, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5392, 501025201, 501025409, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5393, 501025202, 501025410, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5394, 501025203, 501025411, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5395, 501025204, 501025412, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5396, 501025205, 501025413, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5397, 501025206, 501025414, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5398, 501025207, 501025415, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5399, 501025208, 501025416, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5400, 501025303, 501025417, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5401, 501025304, 501025418, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5402, 501025305, 501025419, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5403, 501025306, 501025420, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5404, 501025307, 501025421, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5405, 501025308, 501025422, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5406, 501025309, 501025423, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5407, 501025310, 501025424, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5408, 501025311, 501025425, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5409, 501025312, 501025426, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5410, 501025313, 501025427, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5411, 501025314, 501025428, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5412, 501025118, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5413, 501025524, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5414, 501025521, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5415, 501025525, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5416, 801070001, 0, 0, 0, 0, 1070, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5417, 801070002, 0, 0, 0, 0, 1070, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5418, 801070003, 0, 0, 0, 0, 1070, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5419, 801049001, 0, 0, 0, 0, 1049, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5420, 801049002, 0, 0, 0, 0, 1049, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5421, 801049003, 0, 0, 0, 0, 1049, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5422, 820038001, 0, 0, 0, 20038, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5423, 820038002, 0, 0, 0, 20038, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5424, 830043001, 0, 0, 0, 30043, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5425, 830043002, 0, 0, 0, 30043, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5426, 830043003, 0, 0, 0, 30043, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5427, 830043004, 0, 0, 0, 30043, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5428, 801038001, 0, 0, 0, 0, 1038, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5429, 801038002, 0, 0, 0, 0, 1038, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5430, 801038003, 0, 0, 0, 0, 1038, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5431, 830068001, 0, 0, 0, 30068, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5432, 830068002, 0, 0, 0, 30068, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5433, 830068003, 0, 0, 0, 30068, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5434, 830069001, 0, 0, 0, 30069, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5435, 830069002, 0, 0, 0, 30069, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5436, 830069003, 0, 0, 0, 30069, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5437, 830070001, 0, 0, 0, 30070, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5438, 830070002, 0, 0, 0, 30070, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5439, 830070003, 0, 0, 0, 30070, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5440, 501017800, 0, 101702, 1017, 0, 0, 0, 0, 0, 0, 0, 4, 101743, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5441, 501017801, 0, 101702, 1017, 0, 0, 0, 0, 0, 0, 0, 4, 101743, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5442, 501017801, 0, 101702, 1017, 0, 0, 0, 0, 0, 0, 0, 4, 101743, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5443, 501017801, 0, 101702, 1017, 0, 0, 0, 0, 0, 0, 0, 4, 101743, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5444, 501017802, 0, 101702, 1017, 0, 0, 0, 0, 0, 0, 0, 4, 101743, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5445, 501040800, 0, 104002, 1040, 0, 0, 0, 0, 0, 0, 0, 4, 104043, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5446, 501040801, 0, 104002, 1040, 0, 0, 0, 0, 0, 0, 0, 4, 104043, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5447, 501040802, 0, 104002, 1040, 0, 0, 0, 0, 0, 0, 0, 4, 104043, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5448, 501040802, 0, 104002, 1040, 0, 0, 0, 0, 0, 0, 0, 4, 104043, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5449, 501048100, 501048400, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5450, 501048101, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5451, 501048102, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5452, 501048103, 501048406, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5453, 501048104, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5454, 501048105, 501048407, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5455, 501048107, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5456, 501048108, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5457, 501048109, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5458, 501048300, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5459, 501048301, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5460, 501048302, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5461, 501048110, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5462, 501048111, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5463, 501048112, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5464, 501048500, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5465, 501048506, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5466, 501048507, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5467, 501048517, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5468, 501048518, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5469, 501048519, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5470, 501048510, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5471, 501048511, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5472, 501048520, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5473, 501048702, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5474, 501048703, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5475, 501048704, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5476, 501048705, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5477, 501048706, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5478, 501048523, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5479, 501048521, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5480, 501048522, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5481, 501048508, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5482, 501048509, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5483, 501048708, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5484, 501048709, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5485, 501048710, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5486, 501048711, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5487, 501048700, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5488, 501048718, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5489, 501048701, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5490, 501048707, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5491, 501048712, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5492, 501048713, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5493, 501048714, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5494, 501048717, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5495, 501048715, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5496, 501048716, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5497, 501048516, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5498, 501048720, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5499, 501048719, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5500, 501048722, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5501, 501048513, 0, 104801, 1048, 0, 0, 0, 0, 0, 0, 0, 4, 104801, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5502, 501048514, 0, 104801, 1048, 0, 0, 0, 0, 0, 0, 0, 4, 104801, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5503, 501048515, 0, 104801, 1048, 0, 0, 0, 0, 0, 0, 0, 4, 104801, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5504, 501048600, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5505, 501048601, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5506, 501048726, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5507, 501048727, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5508, 501048728, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5509, 501048729, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5510, 501048713, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5511, 501048730, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5512, 501048731, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5513, 501048732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5514, 501048733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5515, 501048732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5516, 501048733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5517, 501048508, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5518, 501048113, 501048401, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5519, 501048114, 501048402, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5520, 501048115, 501048403, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5521, 501048116, 501048404, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5522, 501048117, 501048405, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5523, 501048200, 501048408, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5524, 501048201, 501048409, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5525, 501048202, 501048410, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5526, 501048203, 501048411, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5527, 501048204, 501048412, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5528, 501048205, 501048413, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5529, 501048206, 501048414, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5530, 501048207, 501048415, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5531, 501048208, 501048416, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5532, 501048303, 501048417, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5533, 501048304, 501048418, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5534, 501048305, 501048419, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5535, 501048306, 501048420, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5536, 501048307, 501048421, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5537, 501048308, 501048422, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5538, 501048309, 501048423, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5539, 501048310, 501048424, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5540, 501048311, 501048425, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5541, 501048312, 501048426, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5542, 501048313, 501048427, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5543, 501048314, 501048428, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5544, 501048315, 501048429, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5545, 501048524, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5546, 501059100, 501059400, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5547, 501059101, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5548, 501059102, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5549, 501059103, 501059406, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5550, 501059104, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5551, 501059105, 501059407, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5552, 501059107, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5553, 501059108, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5554, 501059109, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5555, 501059300, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5556, 501059301, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5557, 501059302, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5558, 501059110, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 30001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5559, 501059111, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 30002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5560, 501059112, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 30003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5561, 501059500, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5562, 501059506, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5563, 501059507, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5564, 501059517, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5565, 501059518, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5566, 501059519, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5567, 501059510, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5568, 501059511, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5569, 501059520, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 42009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5570, 501059702, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5571, 501059703, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5572, 501059704, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5573, 501059705, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5574, 501059706, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 43005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5575, 501059523, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5576, 501059521, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5577, 501059522, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 80003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5578, 501059508, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5579, 501059509, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 81002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5580, 501059708, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5581, 501059709, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5582, 501059710, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5583, 501059711, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 81006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5584, 501059700, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5585, 501059718, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5586, 501059701, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5587, 501059707, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5588, 501059712, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5589, 501059713, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5590, 501059714, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5591, 501059717, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5592, 501059715, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5593, 501059716, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5594, 501059516, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5595, 501059720, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5596, 501059719, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5597, 501059722, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5598, 501059513, 0, 105901, 1059, 0, 0, 0, 0, 0, 0, 0, 4, 105901, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5599, 501059514, 0, 105901, 1059, 0, 0, 0, 0, 0, 0, 0, 4, 105901, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5600, 501059515, 0, 105901, 1059, 0, 0, 0, 0, 0, 0, 0, 4, 105901, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5601, 501059600, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5602, 501059601, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 40002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5603, 501059726, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 1, 41001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5604, 501059727, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5605, 501059728, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5606, 501059729, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 41004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5607, 501059713, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5608, 501059730, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 41005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5609, 501059731, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1, 41006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5610, 501059732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5611, 501059733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5612, 501059732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5613, 501059733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5614, 501059508, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5615, 501059113, 501059401, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 10001, 9397); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5616, 501059114, 501059402, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 10002, 1004); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5617, 501059115, 501059403, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5618, 501059116, 501059404, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5619, 501059117, 501059405, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5620, 501059200, 501059408, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5621, 501059201, 501059409, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5622, 501059202, 501059410, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5005, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5623, 501059203, 501059411, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5007, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5624, 501059204, 501059412, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5009, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5625, 501059205, 501059413, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5012, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5626, 501059206, 501059414, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5015, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5627, 501059207, 501059415, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5018, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5628, 501059208, 501059416, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5023, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5629, 501059209, 501059417, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5025, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5630, 501059210, 501059418, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5027, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5631, 501059303, 501059419, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5632, 501059304, 501059420, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5004, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5633, 501059305, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5634, 501059306, 501059421, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5006, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5635, 501059307, 501059422, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5008, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5636, 501059308, 501059423, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5010, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5637, 501059309, 501059424, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5638, 501059310, 501059425, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5013, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5639, 501059311, 501059426, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5014, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5640, 501059312, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5641, 501059313, 501059427, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5016, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5642, 501059314, 501059428, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5017, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5643, 501059315, 501059429, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5019, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5644, 501059316, 501059430, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5020, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5645, 501059317, 501059431, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 5021, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5646, 501059318, 501059432, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5022, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5647, 501059319, 501059433, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5024, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5648, 501059320, 501059434, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5026, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5649, 501059321, 501059435, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 5028, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5650, 501059322, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 15003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5651, 501059524, 0, 0, 1059, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5652, 820039001, 0, 0, 0, 20039, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5653, 820039002, 0, 0, 0, 20039, 0, 2, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5654, 830071001, 0, 0, 0, 30071, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5655, 830071002, 0, 0, 0, 30071, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5656, 830071003, 0, 0, 0, 30071, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5657, 501006800, 0, 100602, 1006, 0, 0, 0, 0, 0, 0, 0, 4, 100646, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5658, 501006801, 0, 100602, 1006, 0, 0, 0, 0, 0, 0, 0, 4, 100646, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5659, 501006802, 0, 100602, 1006, 0, 0, 0, 0, 0, 0, 0, 4, 100646, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5660, 501006802, 0, 100602, 1006, 0, 0, 0, 0, 0, 0, 0, 4, 100646, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5661, 501023800, 0, 102302, 1023, 0, 0, 0, 0, 0, 0, 0, 4, 102346, 0, 0, 0, 0, 0, 0, 1, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5662, 501023800, 0, 102302, 1023, 0, 0, 0, 0, 0, 0, 0, 4, 102346, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5663, 501023801, 0, 102302, 1023, 0, 0, 0, 0, 0, 0, 0, 4, 102346, 0, 0, 0, 0, 0, 0, 1, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5664, 501023802, 0, 102302, 1023, 0, 0, 0, 0, 0, 0, 0, 4, 102346, 0, 0, 0, 0, 0, 0, 1, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5665, 830072001, 0, 0, 0, 30072, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5666, 830072002, 0, 0, 0, 30072, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5667, 830072003, 0, 0, 0, 30072, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5668, 830073001, 0, 0, 0, 30073, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5669, 830073002, 0, 0, 0, 30073, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5670, 830073003, 0, 0, 0, 30073, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5671, 830074001, 0, 0, 0, 30074, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5672, 830074002, 0, 0, 0, 30074, 0, 2, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (5673, 830074003, 0, 0, 0, 30074, 0, 3, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6168, 501001118, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6169, 501001524, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6170, 501002119, 0, 0, 1002, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6171, 501003526, 0, 0, 1003, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6172, 501006120, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6173, 501008118, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6174, 501008524, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6175, 501009118, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6176, 501009524, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6177, 501010118, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6178, 501011117, 0, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6179, 501014118, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6180, 501014524, 0, 0, 1014, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6181, 501023524, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6182, 501024118, 0, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6183, 501027119, 0, 0, 1027, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6184, 501030118, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6185, 501030524, 0, 0, 1030, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6186, 501032119, 0, 0, 1032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6187, 501035118, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6188, 501035524, 0, 0, 1035, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6189, 501038525, 0, 0, 1038, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6190, 501045118, 0, 0, 1045, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6191, 501050118, 0, 0, 1050, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6192, 501056118, 0, 0, 1056, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6193, 501060118, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6194, 501060119, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15002, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6195, 501060525, 0, 0, 1060, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 52001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (6196, 501061118, 0, 0, 1061, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 15001, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (15010, 501006516, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 82011, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (25010, 501011115, 501011403, 0, 1011, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 10003, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101001, 400000101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101002, 400000104, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101003, 400000102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101004, 400000105, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101005, 400000103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101006, 400000106, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101007, 400000100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (101008, 400000110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (104601, 501046525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (104602, 501046525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (104603, 501046525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201001, 400002100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 41, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201002, 400002101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 42, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201003, 400002102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 43, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201004, 400002103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 44, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201010, 400002109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201011, 400002110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201012, 400002111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201013, 400002112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201014, 400002113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201019, 400002204, 400002444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201020, 400002205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201024, 400002000, 400002400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 2, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201025, 400002001, 400002401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 3, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201026, 400002002, 400002402, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 4, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201027, 400002003, 400002403, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 5, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201028, 400002004, 400002404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 6, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201029, 400002005, 400002405, 0, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 7, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201030, 400002006, 400002406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 8, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201031, 400002036, 400002407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 9, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201032, 400002007, 400002408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 10, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201034, 400002009, 400002409, 0, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 11, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201035, 400002010, 400002410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 12, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201036, 400002037, 400002411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 13, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201037, 400002011, 400002412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 14, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201039, 400002013, 400002414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 15, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201040, 400002014, 400002415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 16, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201041, 400002015, 400002416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 17, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201042, 400002016, 400002417, 0, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 18, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201043, 400002017, 400002418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 19, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201044, 400002038, 400002419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 20, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201045, 400002018, 400002420, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 21, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201046, 400002019, 400002421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 22, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201047, 400002020, 400002422, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 23, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201048, 400002021, 400002423, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 24, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201049, 400002022, 400002424, 0, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 25, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201050, 400002023, 400002425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 26, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201051, 400002039, 400002426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 27, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201052, 400002024, 400002427, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 28, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201053, 400002025, 400002428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 29, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201054, 400002026, 400002429, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 30, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201055, 400002027, 400002430, 0, 0, 0, 0, 0, 0, 0, 6, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 31, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201056, 400002028, 400002431, 0, 0, 0, 0, 0, 0, 0, 7, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 32, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201057, 400002040, 400002432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 33, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201058, 400002029, 400002433, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 34, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201059, 400002030, 400002434, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 35, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201061, 400002031, 400002435, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 36, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201062, 400002032, 400002436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 37, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201063, 400002033, 400002437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 38, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201064, 400002034, 400002438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 39, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201065, 400002035, 400002439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 40, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201066, 400002300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 51, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201067, 400002301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 52, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201068, 400002302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 53, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201069, 400002303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 54, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201070, 400002304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 55, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201071, 400002305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 56, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201077, 400002118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201078, 400002119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201093, 400002116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201095, 400002116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201097, 400002116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201098, 400002116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201099, 400002117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 45, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201103, 400002041, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 1, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201104, 400002030, 400002434, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201105, 400002031, 400002435, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201106, 400002032, 400002436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201107, 400002033, 400002437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201108, 400002034, 400002438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201109, 400002035, 400002439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201110, 400000107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 57, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201111, 400000108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 58, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201112, 400000109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 59, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201114, 400002214, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201121, 400002120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201145, 400002215, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201146, 400002216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201147, 400002216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201148, 400002216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201149, 400002217, 400002445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 46, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201150, 400002217, 400002445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201151, 400002217, 400002445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201152, 400002217, 400002445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201153, 400002217, 400002445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201154, 400002217, 400002445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201155, 400002217, 400002445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201156, 400002217, 400002445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201157, 400002218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201158, 400002219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 47, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201159, 400002220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 48, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201160, 400002222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 49, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201161, 400002221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 50, 0); INSERT INTO single_mode_story_data (id, story_id, short_story_id, card_id, card_chara_id, support_card_id, support_chara_id, show_progress_1, show_progress_2, show_progress_3, show_clear, show_succession, event_title_style, event_title_dress_icon, event_title_chara_icon, se_change, ending_type, race_event_flag, mini_game_result, gallery_main_scenario, gallery_flag, gallery_list_id, past_race_id) VALUES (201162, 400002120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- Table: single_mode_story_guide CREATE TABLE 'single_mode_story_guide' ('story_id' INTEGER NOT NULL, 'guide_id' INTEGER NOT NULL, PRIMARY KEY('story_id')); INSERT INTO single_mode_story_guide (story_id, guide_id) VALUES (400002041, 10205); -- Table: single_mode_tag_card_pos CREATE TABLE 'single_mode_tag_card_pos' ('id' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, 'pattern' INTEGER NOT NULL, 'pos_index' INTEGER NOT NULL, 'pos_x' INTEGER NOT NULL, 'pos_y' INTEGER NOT NULL, 'scale_x' INTEGER NOT NULL, 'scale_y' INTEGER NOT NULL, 'rot_z' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1, 10001, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2, 10001, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (3, 10001, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (4, 10001, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (5, 10001, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (6, 10001, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (7, 10001, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (8, 10001, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (9, 10001, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (10, 10001, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (11, 10001, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (12, 10001, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (13, 10001, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (14, 10001, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (15, 10001, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (16, 10002, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (17, 10002, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (18, 10002, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (19, 10002, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (20, 10002, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (21, 10002, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (22, 10002, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (23, 10002, 4, 2, 3800000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (24, 10002, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (25, 10002, 4, 4, 3320000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (26, 10002, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (27, 10002, 5, 2, 3315000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (28, 10002, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (29, 10002, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (30, 10002, 5, 5, 3530000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (31, 10003, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (32, 10003, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (33, 10003, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (34, 10003, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (35, 10003, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (36, 10003, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (37, 10003, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (38, 10003, 4, 2, 3220000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (39, 10003, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (40, 10003, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (41, 10003, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (42, 10003, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (43, 10003, 5, 3, 60000, -1385000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (44, 10003, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (45, 10003, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (46, 10004, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (47, 10004, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (48, 10004, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (49, 10004, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (50, 10004, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (51, 10004, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (52, 10004, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (53, 10004, 4, 2, 3070000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (54, 10004, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (55, 10004, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (56, 10004, 5, 1, -2600000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (57, 10004, 5, 2, 2815000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (58, 10004, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (59, 10004, 5, 4, -2700000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (60, 10004, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (61, 10005, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (62, 10005, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (63, 10005, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (64, 10005, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (65, 10005, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (66, 10005, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (67, 10005, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (68, 10005, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (69, 10005, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (70, 10005, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (71, 10005, 5, 1, -2700000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (72, 10005, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (73, 10005, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (74, 10005, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (75, 10005, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (76, 10006, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (77, 10006, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (78, 10006, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (79, 10006, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (80, 10006, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (81, 10006, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (82, 10006, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (83, 10006, 4, 2, 3120000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (84, 10006, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (85, 10006, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (86, 10006, 5, 1, -2700000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (87, 10006, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (88, 10006, 5, 3, 60000, -1985000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (89, 10006, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (90, 10006, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (91, 10007, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (92, 10007, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (93, 10007, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (94, 10007, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (95, 10007, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (96, 10007, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (97, 10007, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (98, 10007, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (99, 10007, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (100, 10007, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (101, 10007, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (102, 10007, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (103, 10007, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (104, 10007, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (105, 10007, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (106, 10008, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (107, 10008, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (108, 10008, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (109, 10008, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (110, 10008, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (111, 10008, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (112, 10008, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (113, 10008, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (114, 10008, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (115, 10008, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (116, 10008, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (117, 10008, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (118, 10008, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (119, 10008, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (120, 10008, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (121, 10009, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (122, 10009, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (123, 10009, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (124, 10009, 3, 1, -10000, 4805000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (125, 10009, 3, 2, 0, -1545000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (126, 10009, 3, 3, -10000, -6950000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (127, 10009, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (128, 10009, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (129, 10009, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (130, 10009, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (131, 10009, 5, 1, -2500000, 4315000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (132, 10009, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (133, 10009, 5, 3, 60000, -1085000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (134, 10009, 5, 4, -2500000, -6535000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (135, 10009, 5, 5, 3230000, -6590000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (136, 10010, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (137, 10010, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (138, 10010, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (139, 10010, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (140, 10010, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (141, 10010, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (142, 10010, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (143, 10010, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (144, 10010, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (145, 10010, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (146, 10010, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (147, 10010, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (148, 10010, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (149, 10010, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (150, 10010, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (151, 10011, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (152, 10011, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (153, 10011, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (154, 10011, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (155, 10011, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (156, 10011, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (157, 10011, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (158, 10011, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (159, 10011, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (160, 10011, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (161, 10011, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (162, 10011, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (163, 10011, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (164, 10011, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (165, 10011, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (166, 10012, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (167, 10012, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (168, 10012, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (169, 10012, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (170, 10012, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (171, 10012, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (172, 10012, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (173, 10012, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (174, 10012, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (175, 10012, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (176, 10012, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (177, 10012, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (178, 10012, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (179, 10012, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (180, 10012, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (181, 10013, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (182, 10013, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (183, 10013, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (184, 10013, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (185, 10013, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (186, 10013, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (187, 10013, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (188, 10013, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (189, 10013, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (190, 10013, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (191, 10013, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (192, 10013, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (193, 10013, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (194, 10013, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (195, 10013, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (196, 10014, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (197, 10014, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (198, 10014, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (199, 10014, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (200, 10014, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (201, 10014, 3, 3, -10000, -7150000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (202, 10014, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (203, 10014, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (204, 10014, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (205, 10014, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (206, 10014, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (207, 10014, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (208, 10014, 5, 3, 60000, -1585000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (209, 10014, 5, 4, -2500000, -6935000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (210, 10014, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (211, 10015, 1, 1, 15000, 0, 9360, 9360, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (212, 10015, 2, 1, 0, 3555000, 9334, 9334, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (213, 10015, 2, 2, -120000, -5675000, 9480, 9480, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (214, 10015, 3, 1, -55000, 4720000, 9461, 9461, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (215, 10015, 3, 2, 0, -1710000, 9461, 9461, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (216, 10015, 3, 3, -5000, -6730000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (217, 10015, 4, 1, -3105000, 3345000, 9349, 9342, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (218, 10015, 4, 2, 2255000, 3780000, 9349, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (219, 10015, 4, 3, -3105000, -5090000, 9349, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (220, 10015, 4, 4, 2135000, -4760000, 9349, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (221, 10015, 5, 1, -3030000, 5030000, 7809, 7812, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (222, 10015, 5, 2, 2285000, 4665000, 8160, 8160, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (223, 10015, 5, 3, 0, -785000, 9405, 9410, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (224, 10015, 5, 4, -3020000, -6370000, 8402, 8402, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (225, 10015, 5, 5, 2690000, -6150000, 8188, 8192, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (226, 10016, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (227, 10016, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (228, 10016, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (229, 10016, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (230, 10016, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (231, 10016, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (232, 10016, 4, 1, -2880000, 3920000, 8064, 8060, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (233, 10016, 4, 2, 2820000, 4185000, 7808, 7808, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (234, 10016, 4, 3, -2490000, -6090000, 7474, 7474, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (235, 10016, 4, 4, 2820000, -5640000, 7565, 7565, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (236, 10016, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (237, 10016, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (238, 10016, 5, 3, 60000, -1585000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (239, 10016, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (240, 10016, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (241, 10017, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (242, 10017, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (243, 10017, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (244, 10017, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (245, 10017, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (246, 10017, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (247, 10017, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (248, 10017, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (249, 10017, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (250, 10017, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (251, 10017, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (252, 10017, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (253, 10017, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (254, 10017, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (255, 10017, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (256, 10018, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (257, 10018, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (258, 10018, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (259, 10018, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (260, 10018, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (261, 10018, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (262, 10018, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (263, 10018, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (264, 10018, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (265, 10018, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (266, 10018, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (267, 10018, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (268, 10018, 5, 3, 60000, -1485000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (269, 10018, 5, 4, -2500000, -7035000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (270, 10018, 5, 5, 3230000, -6990000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (271, 10019, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (272, 10019, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (273, 10019, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (274, 10019, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (275, 10019, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (276, 10019, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (277, 10019, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (278, 10019, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (279, 10019, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (280, 10019, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (281, 10019, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (282, 10019, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (283, 10019, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (284, 10019, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (285, 10019, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (286, 10020, 1, 1, 0, 0, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (287, 10020, 2, 1, 40000, 3885000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (288, 10020, 2, 2, 0, -4795000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (289, 10020, 3, 1, -35000, 4975000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (290, 10020, 3, 2, -35000, -1300000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (291, 10020, 3, 3, 5000, -6290000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (292, 10020, 4, 1, -3105000, 4230000, 9219, 9214, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (293, 10020, 4, 2, 3020000, 4235000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (294, 10020, 4, 3, -3100000, -4985000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (295, 10020, 4, 4, 3020000, -4705000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (296, 10020, 5, 1, -3255000, 5240000, 8507, 8511, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (297, 10020, 5, 2, 2695000, 4930000, 8532, 8532, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (298, 10020, 5, 3, 0, -700000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (299, 10020, 5, 4, -3020000, -6140000, 8313, 8313, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (300, 10020, 5, 5, 2695000, -5945000, 8126, 8130, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (301, 10021, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (302, 10021, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (303, 10021, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (304, 10021, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (305, 10021, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (306, 10021, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (307, 10021, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (308, 10021, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (309, 10021, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (310, 10021, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (311, 10021, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (312, 10021, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (313, 10021, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (314, 10021, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (315, 10021, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (316, 10022, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (317, 10022, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (318, 10022, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (319, 10022, 3, 1, -10000, 4405000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (320, 10022, 3, 2, 0, -1945000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (321, 10022, 3, 3, -10000, -7250000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (322, 10022, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (323, 10022, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (324, 10022, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (325, 10022, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (326, 10022, 5, 1, -2700000, 4115000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (327, 10022, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (328, 10022, 5, 3, 60000, -1285000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (329, 10022, 5, 4, -2500000, -6835000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (330, 10022, 5, 5, 3230000, -6990000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (331, 10023, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (332, 10023, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (333, 10023, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (334, 10023, 3, 1, -10000, 4905000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (335, 10023, 3, 2, 0, -1445000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (336, 10023, 3, 3, -10000, -6850000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (337, 10023, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (338, 10023, 4, 2, 3420000, 2550000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (339, 10023, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (340, 10023, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (341, 10023, 5, 1, -2500000, 4715000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (342, 10023, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (343, 10023, 5, 3, 60000, -885000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (344, 10023, 5, 4, -2500000, -6535000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (345, 10023, 5, 5, 3230000, -6590000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (346, 10024, 1, 1, 0, 0, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (347, 10024, 2, 1, 40000, 3885000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (348, 10024, 2, 2, 0, -4795000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (349, 10024, 3, 1, 45000, 5650000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (350, 10024, 3, 2, 5000, -695000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (351, 10024, 3, 3, 5000, -5700000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (352, 10024, 4, 1, -2805000, 4230000, 9219, 9214, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (353, 10024, 4, 2, 3020000, 4235000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (354, 10024, 4, 3, -2800000, -4925000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (355, 10024, 4, 4, 3020000, -4705000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (356, 10024, 5, 1, -2505000, 5400000, 8507, 8511, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (357, 10024, 5, 2, 2695000, 5030000, 8532, 8532, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (358, 10024, 5, 3, 70000, -70000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (359, 10024, 5, 4, -2500000, -5750000, 8313, 8313, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (360, 10024, 5, 5, 3020000, -5945000, 8126, 8130, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (361, 10025, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (362, 10025, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (363, 10025, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (364, 10025, 3, 1, -10000, 4605000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (365, 10025, 3, 2, 0, -1745000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (366, 10025, 3, 3, -10000, -7150000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (367, 10025, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (368, 10025, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (369, 10025, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (370, 10025, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (371, 10025, 5, 1, -2500000, 4115000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (372, 10025, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (373, 10025, 5, 3, 60000, -1135000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (374, 10025, 5, 4, -2500000, -6835000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (375, 10025, 5, 5, 3230000, -6890000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (376, 10026, 1, 1, 0, 0, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (377, 10026, 2, 1, 40000, 3885000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (378, 10026, 2, 2, 0, -4795000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (379, 10026, 3, 1, 45000, 5650000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (380, 10026, 3, 2, 5000, -695000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (381, 10026, 3, 3, 5000, -5700000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (382, 10026, 4, 1, -2420000, 4230000, 9219, 9214, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (383, 10026, 4, 2, 3500000, 4225000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (384, 10026, 4, 3, -2420000, -4705000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (385, 10026, 4, 4, 3280000, -4485000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (386, 10026, 5, 1, -2505000, 5030000, 8507, 8511, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (387, 10026, 5, 2, 3020000, 4730000, 8532, 8532, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (388, 10026, 5, 3, 70000, -630000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (389, 10026, 5, 4, -2350000, -5700000, 8313, 8313, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (390, 10026, 5, 5, 3350000, -5700000, 8126, 8130, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (391, 10027, 1, 1, 0, 0, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (392, 10027, 2, 1, 40000, 3885000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (393, 10027, 2, 2, 0, -4795000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (394, 10027, 3, 1, -35000, 4890000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (395, 10027, 3, 2, 45000, -1735000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (396, 10027, 3, 3, 45000, -6520000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (397, 10027, 4, 1, -2860000, 3860000, 9219, 9214, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (398, 10027, 4, 2, 2780000, 4035000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (399, 10027, 4, 3, -3100000, -5295000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (400, 10027, 4, 4, 2780000, -4565000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (401, 10027, 5, 1, -3020000, 4755000, 8507, 8511, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (402, 10027, 5, 2, 2460000, 4730000, 8532, 8532, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (403, 10027, 5, 3, 0, -850000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (404, 10027, 5, 4, -3100000, -5700000, 8313, 8313, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (405, 10027, 5, 5, 2460000, -5505000, 8126, 8130, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (406, 10028, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (407, 10028, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (408, 10028, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (409, 10028, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (410, 10028, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (411, 10028, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (412, 10028, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (413, 10028, 4, 2, 3120000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (414, 10028, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (415, 10028, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (416, 10028, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (417, 10028, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (418, 10028, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (419, 10028, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (420, 10028, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (421, 10029, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (422, 10029, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (423, 10029, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (424, 10029, 3, 1, -10000, 4705000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (425, 10029, 3, 2, 0, -1645000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (426, 10029, 3, 3, -10000, -7050000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (427, 10029, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (428, 10029, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (429, 10029, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (430, 10029, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (431, 10029, 5, 1, -2500000, 4215000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (432, 10029, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (433, 10029, 5, 3, 60000, -1085000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (434, 10029, 5, 4, -2500000, -6735000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (435, 10029, 5, 5, 3230000, -6890000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (436, 10030, 1, 1, 0, 0, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (437, 10030, 2, 1, 40000, 3885000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (438, 10030, 2, 2, 0, -4795000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (439, 10030, 3, 1, -35000, 4890000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (440, 10030, 3, 2, 45000, -1735000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (441, 10030, 3, 3, 85000, -6800000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (442, 10030, 4, 1, -3330000, 3860000, 9219, 9214, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (443, 10030, 4, 2, 2350000, 3855000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (444, 10030, 4, 3, -3330000, -5295000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (445, 10030, 4, 4, 2350000, -4625000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (446, 10030, 5, 1, -3255000, 4730000, 8507, 8511, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (447, 10030, 5, 2, 2135000, 4730000, 8532, 8532, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (448, 10030, 5, 3, 0, -850000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (449, 10030, 5, 4, -3100000, -5700000, 8313, 8313, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (450, 10030, 5, 5, 2135000, -5505000, 8126, 8130, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (451, 10031, 1, 1, 0, 0, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (452, 10031, 2, 1, 40000, 3485000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (453, 10031, 2, 2, 0, -5455000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (454, 10031, 3, 1, -35000, 4890000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (455, 10031, 3, 2, 45000, -1735000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (456, 10031, 3, 3, 85000, -6800000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (457, 10031, 4, 1, -3105000, 3860000, 9219, 9214, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (458, 10031, 4, 2, 2350000, 3855000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (459, 10031, 4, 3, -3100000, -5295000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (460, 10031, 4, 4, 2350000, -4625000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (461, 10031, 5, 1, -3020000, 4680000, 8014, 8018, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (462, 10031, 5, 2, 2265000, 4680000, 7960, 7960, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (463, 10031, 5, 3, 0, -850000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (464, 10031, 5, 4, -3020000, -6385000, 7852, 7852, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (465, 10031, 5, 5, 2465000, -6025000, 7712, 7715, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (466, 10032, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (467, 10032, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (468, 10032, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (469, 10032, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (470, 10032, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (471, 10032, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (472, 10032, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (473, 10032, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (474, 10032, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (475, 10032, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (476, 10032, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (477, 10032, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (478, 10032, 5, 3, 60000, -1585000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (479, 10032, 5, 4, -2500000, -6935000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (480, 10032, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (481, 10033, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (482, 10033, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (483, 10033, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (484, 10033, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (485, 10033, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (486, 10033, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (487, 10033, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (488, 10033, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (489, 10033, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (490, 10033, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (491, 10033, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (492, 10033, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (493, 10033, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (494, 10033, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (495, 10033, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (496, 10034, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (497, 10034, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (498, 10034, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (499, 10034, 3, 1, -10000, 4705000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (500, 10034, 3, 2, 0, -1645000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (501, 10034, 3, 3, -10000, -7050000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (502, 10034, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (503, 10034, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (504, 10034, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (505, 10034, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (506, 10034, 5, 1, -2500000, 4115000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (507, 10034, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (508, 10034, 5, 3, 60000, -1285000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (509, 10034, 5, 4, -2500000, -6735000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (510, 10034, 5, 5, 3230000, -6890000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (511, 10035, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (512, 10035, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (513, 10035, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (514, 10035, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (515, 10035, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (516, 10035, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (517, 10035, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (518, 10035, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (519, 10035, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (520, 10035, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (521, 10035, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (522, 10035, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (523, 10035, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (524, 10035, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (525, 10035, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (526, 10036, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (527, 10036, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (528, 10036, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (529, 10036, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (530, 10036, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (531, 10036, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (532, 10036, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (533, 10036, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (534, 10036, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (535, 10036, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (536, 10036, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (537, 10036, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (538, 10036, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (539, 10036, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (540, 10036, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (541, 10037, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (542, 10037, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (543, 10037, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (544, 10037, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (545, 10037, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (546, 10037, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (547, 10037, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (548, 10037, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (549, 10037, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (550, 10037, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (551, 10037, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (552, 10037, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (553, 10037, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (554, 10037, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (555, 10037, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (556, 10038, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (557, 10038, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (558, 10038, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (559, 10038, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (560, 10038, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (561, 10038, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (562, 10038, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (563, 10038, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (564, 10038, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (565, 10038, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (566, 10038, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (567, 10038, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (568, 10038, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (569, 10038, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (570, 10038, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (571, 10039, 1, 1, 0, 0, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (572, 10039, 2, 1, 40000, 3485000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (573, 10039, 2, 2, 0, -5455000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (574, 10039, 3, 1, -35000, 4890000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (575, 10039, 3, 2, 45000, -1415000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (576, 10039, 3, 3, 85000, -6600000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (577, 10039, 4, 1, -2720000, 3850000, 9219, 9214, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (578, 10039, 4, 2, 2710000, 3845000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (579, 10039, 4, 3, -2720000, -5015000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (580, 10039, 4, 4, 2710000, -4425000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (581, 10039, 5, 1, -2855000, 4680000, 8014, 8018, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (582, 10039, 5, 2, 2665000, 4680000, 7960, 7960, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (583, 10039, 5, 3, 0, -850000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (584, 10039, 5, 4, -2725000, -6170000, 7852, 7852, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (585, 10039, 5, 5, 2865000, -6025000, 7712, 7715, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (586, 10040, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (587, 10040, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (588, 10040, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (589, 10040, 3, 1, -10000, 4605000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (590, 10040, 3, 2, 0, -1745000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (591, 10040, 3, 3, -10000, -7150000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (592, 10040, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (593, 10040, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (594, 10040, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (595, 10040, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (596, 10040, 5, 1, -2500000, 4115000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (597, 10040, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (598, 10040, 5, 3, 60000, -1285000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (599, 10040, 5, 4, -2500000, -6735000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (600, 10040, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (601, 10041, 1, 1, 0, 0, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (602, 10041, 2, 1, 40000, 3745000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (603, 10041, 2, 2, 0, -5455000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (604, 10041, 3, 1, -35000, 5270000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (605, 10041, 3, 2, -35000, -1075000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (606, 10041, 3, 3, 45000, -6290000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (607, 10041, 4, 1, -2720000, 3850000, 9219, 9214, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (608, 10041, 4, 2, 2710000, 3845000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (609, 10041, 4, 3, -2720000, -5015000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (610, 10041, 4, 4, 2710000, -4425000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (611, 10041, 5, 1, -2855000, 4980000, 8014, 8018, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (612, 10041, 5, 2, 2665000, 4915000, 7960, 7960, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (613, 10041, 5, 3, 0, -530000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (614, 10041, 5, 4, -2730000, -6170000, 7852, 7852, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (615, 10041, 5, 5, 2800000, -5855000, 7794, 7798, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (616, 10042, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (617, 10042, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (618, 10042, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (619, 10042, 3, 1, -10000, 4605000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (620, 10042, 3, 2, 0, -1945000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (621, 10042, 3, 3, -10000, -7150000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (622, 10042, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (623, 10042, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (624, 10042, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (625, 10042, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (626, 10042, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (627, 10042, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (628, 10042, 5, 3, 60000, -1285000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (629, 10042, 5, 4, -2500000, -6835000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (630, 10042, 5, 5, 3230000, -6890000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (631, 10043, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (632, 10043, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (633, 10043, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (634, 10043, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (635, 10043, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (636, 10043, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (637, 10043, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (638, 10043, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (639, 10043, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (640, 10043, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (641, 10043, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (642, 10043, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (643, 10043, 5, 3, 60000, -1585000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (644, 10043, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (645, 10043, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (646, 10044, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (647, 10044, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (648, 10044, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (649, 10044, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (650, 10044, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (651, 10044, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (652, 10044, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (653, 10044, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (654, 10044, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (655, 10044, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (656, 10044, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (657, 10044, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (658, 10044, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (659, 10044, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (660, 10044, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (661, 10045, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (662, 10045, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (663, 10045, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (664, 10045, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (665, 10045, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (666, 10045, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (667, 10045, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (668, 10045, 4, 2, 3020000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (669, 10045, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (670, 10045, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (671, 10045, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (672, 10045, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (673, 10045, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (674, 10045, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (675, 10045, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (676, 10046, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (677, 10046, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (678, 10046, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (679, 10046, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (680, 10046, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (681, 10046, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (682, 10046, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (683, 10046, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (684, 10046, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (685, 10046, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (686, 10046, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (687, 10046, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (688, 10046, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (689, 10046, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (690, 10046, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (691, 10047, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (692, 10047, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (693, 10047, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (694, 10047, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (695, 10047, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (696, 10047, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (697, 10047, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (698, 10047, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (699, 10047, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (700, 10047, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (701, 10047, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (702, 10047, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (703, 10047, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (704, 10047, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (705, 10047, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (706, 10048, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (707, 10048, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (708, 10048, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (709, 10048, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (710, 10048, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (711, 10048, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (712, 10048, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (713, 10048, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (714, 10048, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (715, 10048, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (716, 10048, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (717, 10048, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (718, 10048, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (719, 10048, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (720, 10048, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (721, 10049, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (722, 10049, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (723, 10049, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (724, 10049, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (725, 10049, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (726, 10049, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (727, 10049, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (728, 10049, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (729, 10049, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (730, 10049, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (731, 10049, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (732, 10049, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (733, 10049, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (734, 10049, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (735, 10049, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (736, 10050, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (737, 10050, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (738, 10050, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (739, 10050, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (740, 10050, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (741, 10050, 3, 3, -10000, -6850000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (742, 10050, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (743, 10050, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (744, 10050, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (745, 10050, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (746, 10050, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (747, 10050, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (748, 10050, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (749, 10050, 5, 4, -2500000, -6635000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (750, 10050, 5, 5, 3230000, -6490000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (751, 20001, 1, 1, 1530000, -595000, 11150, 11150, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (752, 20001, 2, 1, 0, 2625000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (753, 20001, 2, 2, 40000, -6735000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (754, 20001, 3, 1, -35000, 3290000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (755, 20001, 3, 2, -35000, -2355000, 9436, 9436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (756, 20001, 3, 3, 45000, -7525000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (757, 20001, 4, 1, 975000, 1510000, 10356, 10350, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (758, 20001, 4, 2, 5990000, 2905000, 9009, 9008, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (759, 20001, 4, 3, 315000, -6790000, 9558, 9557, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (760, 20001, 4, 4, 6160000, -6090000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (761, 20001, 5, 1, 245000, 3555000, 9476, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (762, 20001, 5, 2, 5705000, 3765000, 8257, 8257, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (763, 20001, 5, 3, 0, -2520000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (764, 20001, 5, 4, 760000, -7575000, 10112, 10112, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (765, 20001, 5, 5, 6025000, -6735000, 8383, 8387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (766, 20002, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (767, 20002, 2, 1, 0, 2580000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (768, 20002, 2, 2, 40000, -6735000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (769, 20002, 3, 1, 40000, 4690000, 9201, 9201, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (770, 20002, 3, 2, 50000, -2145000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (771, 20002, 3, 3, 45000, -7005000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (772, 20002, 4, 1, -3905000, 3685000, 8296, 8291, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (773, 20002, 4, 2, 1670000, 3820000, 8166, 8166, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (774, 20002, 4, 3, -3765000, -6440000, 8125, 8124, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (775, 20002, 4, 4, 1690000, -5350000, 8191, 8191, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (776, 20002, 5, 1, -4000000, 4905000, 7146, 7149, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (777, 20002, 5, 2, 1975000, 5130000, 6945, 6946, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (778, 20002, 5, 3, 0, -1120000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (779, 20002, 5, 4, -3710000, -6560000, 6779, 6776, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (780, 20002, 5, 5, 1980000, -6560000, 7051, 7055, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (781, 20003, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (782, 20003, 2, 1, 0, 2580000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (783, 20003, 2, 2, 40000, -6735000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (784, 20003, 3, 1, 40000, 4355000, 9201, 9201, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (785, 20003, 3, 2, 50000, -2145000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (786, 20003, 3, 3, 45000, -7220000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (787, 20003, 4, 1, -3905000, 3650000, 8296, 8291, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (788, 20003, 4, 2, 1670000, 3785000, 8166, 8166, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (789, 20003, 4, 3, -3535000, -5700000, 8125, 8124, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (790, 20003, 4, 4, 1690000, -5350000, 8191, 8191, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (791, 20003, 5, 1, -4000000, 4870000, 7146, 7149, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (792, 20003, 5, 2, 1690000, 4745000, 7299, 7299, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (793, 20003, 5, 3, 0, -1345000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (794, 20003, 5, 4, -3710000, -6560000, 6779, 6776, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (795, 20003, 5, 5, 1590000, -6170000, 7423, 7427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (796, 20004, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (797, 20004, 2, 1, 0, 2580000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (798, 20004, 2, 2, 40000, -6735000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (799, 20004, 3, 1, 40000, 2905000, 9201, 9201, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (800, 20004, 3, 2, 40000, -3065000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (801, 20004, 3, 3, -15000, -8790000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (802, 20004, 4, 1, -4165000, 2875000, 9034, 9028, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (803, 20004, 4, 2, 1250000, 2805000, 9109, 9108, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (804, 20004, 4, 3, -4320000, -6725000, 8850, 8849, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (805, 20004, 4, 4, 1225000, -6090000, 9075, 9074, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (806, 20004, 5, 1, -4400000, 3940000, 8060, 8064, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (807, 20004, 5, 2, 1150000, 4040000, 7967, 7967, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (808, 20004, 5, 3, 0, -2830000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (809, 20004, 5, 4, -4000000, -7465000, 7627, 7625, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (810, 20004, 5, 5, 1150000, -7135000, 8095, 8100, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (811, 20005, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (812, 20005, 2, 1, -5000, 3080000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (813, 20005, 2, 2, 10000, -4995000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (814, 20005, 3, 1, -90000, 5650000, 9269, 9271, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (815, 20005, 3, 2, 20000, -255000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (816, 20005, 3, 3, 25000, -5530000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (817, 20005, 4, 1, -2825000, 4470000, 7714, 7708, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (818, 20005, 4, 2, 2375000, 4730000, 7453, 7450, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (819, 20005, 4, 3, -3260000, -4440000, 7346, 7347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (820, 20005, 4, 4, 2350000, -4180000, 7810, 7812, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (821, 20005, 5, 1, -3020000, 5490000, 7478, 7481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (822, 20005, 5, 2, 2320000, 5250000, 7708, 7708, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (823, 20005, 5, 3, 40000, 180000, 9343, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (824, 20005, 5, 4, -3015000, -5700000, 7305, 7301, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (825, 20005, 5, 5, 2550000, -5345000, 7423, 7429, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (826, 20006, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (827, 20006, 2, 1, -5000, 2315000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (828, 20006, 2, 2, 40000, -6735000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (829, 20006, 3, 1, 25000, 3125000, 9201, 9201, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (830, 20006, 3, 2, 60000, -3400000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (831, 20006, 3, 3, -5000, -8530000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (832, 20006, 4, 1, -3685000, 2875000, 9034, 9028, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (833, 20006, 4, 2, 1940000, 2785000, 9109, 9108, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (834, 20006, 4, 3, -3685000, -6725000, 8850, 8849, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (835, 20006, 4, 4, 1670000, -6090000, 9075, 9074, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (836, 20006, 5, 1, -3815000, 3940000, 8060, 8064, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (837, 20006, 5, 2, 1790000, 4005000, 7967, 7967, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (838, 20006, 5, 3, 0, -2830000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (839, 20006, 5, 4, -3465000, -7385000, 7627, 7625, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (840, 20006, 5, 5, 1895000, -7135000, 8095, 8100, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (841, 20007, 1, 1, -20000, -25000, 9405, 9405, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (842, 20007, 2, 1, 40000, 4130000, 9308, 9308, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (843, 20007, 2, 2, -5000, -3645000, 9268, 9268, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (844, 20007, 3, 1, 0, 6265000, 9334, 9334, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (845, 20007, 3, 2, -5000, 195000, 9277, 9277, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (846, 20007, 3, 3, 25000, -5360000, 9204, 9204, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (847, 20007, 4, 1, -4790000, 5005000, 9357, 9353, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (848, 20007, 4, 2, 585000, 5680000, 8940, 8940, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (849, 20007, 4, 3, -4790000, -4105000, 8622, 8622, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (850, 20007, 4, 4, 585000, -3030000, 8894, 8894, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (851, 20007, 5, 1, -4705000, 5880000, 8470, 8474, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (852, 20007, 5, 2, 820000, 5880000, 8429, 8429, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (853, 20007, 5, 3, 0, 580000, 9446, 9451, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (854, 20007, 5, 4, -4710000, -5110000, 8473, 8473, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (855, 20007, 5, 5, 880000, -4870000, 8502, 8506, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (856, 20008, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (857, 20008, 2, 1, -5000, 3215000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (858, 20008, 2, 2, 10000, -6025000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (859, 20008, 3, 1, 30000, 3750000, 9269, 9271, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (860, 20008, 3, 2, 10000, -1220000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (861, 20008, 3, 3, -65000, -6730000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (862, 20008, 4, 1, -665000, 3570000, 8432, 8428, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (863, 20008, 4, 2, 4910000, 3505000, 8488, 8490, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (864, 20008, 4, 3, -600000, -6090000, 8550, 8551, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (865, 20008, 4, 4, 5125000, -5755000, 8755, 8755, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (866, 20008, 5, 1, -1185000, 4475000, 7788, 7789, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (867, 20008, 5, 2, 4825000, 3825000, 8185, 8187, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (868, 20008, 5, 3, 0, -1650000, 9343, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (869, 20008, 5, 4, -1035000, -6695000, 7974, 7969, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (870, 20008, 5, 5, 5105000, -6695000, 8061, 8063, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (871, 20009, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (872, 20009, 2, 1, 10000, 2330000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (873, 20009, 2, 2, 40000, -8025000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (874, 20009, 3, 1, 0, 2625000, 9269, 9271, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (875, 20009, 3, 2, 60000, -4025000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (876, 20009, 3, 3, 65000, -10470000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (877, 20009, 4, 1, -6360000, -515000, 12184, 12178, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (878, 20009, 4, 2, -450000, 120000, 11575, 11576, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (879, 20009, 4, 3, -5410000, -9970000, 10164, 10165, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (880, 20009, 4, 4, -235000, -9180000, 10915, 10915, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (881, 20009, 5, 1, -5410000, 1020000, 10727, 10728, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (882, 20009, 5, 2, -485000, 1010000, 10735, 10738, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (883, 20009, 5, 3, 70000, -4890000, 9343, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (884, 20009, 5, 4, -5715000, -11710000, 10353, 10346, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (885, 20009, 5, 5, -5000, -11520000, 10899, 10902, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (886, 20010, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (887, 20010, 2, 1, -5000, 2315000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (888, 20010, 2, 2, 40000, -6735000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (889, 20010, 3, 1, 25000, 4355000, 9201, 9201, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (890, 20010, 3, 2, 30000, -2865000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (891, 20010, 3, 3, -35000, -7450000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (892, 20010, 4, 1, -5290000, 2910000, 9034, 9028, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (893, 20010, 4, 2, 265000, 2820000, 9109, 9108, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (894, 20010, 4, 3, -5400000, -6725000, 8850, 8849, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (895, 20010, 4, 4, 235000, -6090000, 9075, 9074, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (896, 20010, 5, 1, -5035000, 3945000, 8060, 8064, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (897, 20010, 5, 2, 715000, 3505000, 8456, 8456, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (898, 20010, 5, 3, 0, -1460000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (899, 20010, 5, 4, -4685000, -7135000, 7627, 7625, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (900, 20010, 5, 5, 715000, -7135000, 8479, 8484, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (901, 20011, 1, 1, 30000, 45000, 9382, 9382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (902, 20011, 2, 1, 0, 2605000, 9280, 9280, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (903, 20011, 2, 2, -5000, -6570000, 9215, 9215, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (904, 20011, 3, 1, -5000, 3360000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (905, 20011, 3, 2, -5000, -2150000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (906, 20011, 3, 3, 45000, -7545000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (907, 20011, 4, 1, -770000, 3615000, 8340, 8336, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (908, 20011, 4, 2, 4845000, 3745000, 8221, 8221, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (909, 20011, 4, 3, -625000, -6090000, 8519, 8519, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (910, 20011, 4, 4, 4845000, -5700000, 8325, 8325, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (911, 20011, 5, 1, -1100000, 3940000, 8029, 8033, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (912, 20011, 5, 2, 4465000, 3890000, 8089, 8089, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (913, 20011, 5, 3, -5000, -2140000, 9390, 9395, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (914, 20011, 5, 4, -1010000, -7310000, 7918, 7918, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (915, 20011, 5, 5, 4465000, -7025000, 7645, 7648, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (916, 20012, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (917, 20012, 2, 1, -5000, 2350000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (918, 20012, 2, 2, 40000, -6735000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (919, 20012, 3, 1, 55000, 4015000, 9272, 9272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (920, 20012, 3, 2, 30000, -2865000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (921, 20012, 3, 3, -35000, -7630000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (922, 20012, 4, 1, -3490000, 2875000, 9034, 9028, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (923, 20012, 4, 2, 2350000, 2785000, 9109, 9108, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (924, 20012, 4, 3, -3105000, -6725000, 8850, 8849, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (925, 20012, 4, 4, 2375000, -6090000, 9075, 9074, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (926, 20012, 5, 1, -3370000, 4290000, 7732, 7735, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (927, 20012, 5, 2, 2135000, 3975000, 8033, 8033, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (928, 20012, 5, 3, 40000, -1830000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (929, 20012, 5, 4, -3455000, -7135000, 7627, 7625, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (930, 20012, 5, 5, 2135000, -7135000, 8479, 8484, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (931, 20013, 1, 1, 30000, 45000, 9382, 9382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (932, 20013, 2, 1, 0, 2605000, 9280, 9280, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (933, 20013, 2, 2, -5000, -6570000, 9215, 9215, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (934, 20013, 3, 1, 45000, 2690000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (935, 20013, 3, 2, -5000, -3010000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (936, 20013, 3, 3, 5000, -8285000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (937, 20013, 4, 1, -770000, 3615000, 8340, 8336, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (938, 20013, 4, 2, 4585000, 3745000, 8221, 8221, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (939, 20013, 4, 3, -625000, -6090000, 8519, 8519, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (940, 20013, 4, 4, 4670000, -5700000, 8325, 8325, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (941, 20013, 5, 1, -1030000, 3815000, 8115, 8119, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (942, 20013, 5, 2, 4465000, 3685000, 8276, 8276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (943, 20013, 5, 3, -5000, -2890000, 9390, 9395, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (944, 20013, 5, 4, -1010000, -7310000, 7918, 7918, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (945, 20013, 5, 5, 4465000, -7025000, 7645, 7648, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (946, 20014, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (947, 20014, 2, 1, -5000, 2315000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (948, 20014, 2, 2, 0, -7095000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (949, 20014, 3, 1, 0, 3500000, 9272, 9272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (950, 20014, 3, 2, 30000, -2865000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (951, 20014, 3, 3, -5000, -8030000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (952, 20014, 4, 1, -3105000, 2875000, 9034, 9028, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (953, 20014, 4, 2, 2400000, 2840000, 9109, 9108, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (954, 20014, 4, 3, -2950000, -6725000, 8850, 8849, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (955, 20014, 4, 4, 2425000, -6090000, 9075, 9074, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (956, 20014, 5, 1, -3020000, 4285000, 7732, 7735, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (957, 20014, 5, 2, 2480000, 4045000, 8033, 8033, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (958, 20014, 5, 3, 40000, -2150000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (959, 20014, 5, 4, -3020000, -7135000, 7627, 7625, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (960, 20014, 5, 5, 2690000, -7360000, 8168, 8172, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (961, 20015, 1, 1, 30000, 45000, 9382, 9382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (962, 20015, 2, 1, -5000, 2940000, 9280, 9280, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (963, 20015, 2, 2, 5000, -4995000, 9215, 9215, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (964, 20015, 3, 1, -5000, 6320000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (965, 20015, 3, 2, 45000, 0, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (966, 20015, 3, 3, 45000, -5270000, 9387, 9384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (967, 20015, 4, 1, -2720000, 3630000, 8340, 8338, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (968, 20015, 4, 2, 2725000, 3745000, 8222, 8220, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (969, 20015, 4, 3, -2765000, -4945000, 8519, 8518, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (970, 20015, 4, 4, 2810000, -4740000, 8327, 8324, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (971, 20015, 5, 1, -2905000, 5600000, 6576, 6579, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (972, 20015, 5, 2, 2655000, 5385000, 6786, 6786, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (973, 20015, 5, 3, 110000, 500000, 9390, 9395, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (974, 20015, 5, 4, -2825000, -5440000, 6676, 6676, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (975, 20015, 5, 5, 3070000, -5085000, 6670, 6673, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (976, 20016, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (977, 20016, 2, 1, -5000, 2280000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (978, 20016, 2, 2, -5000, -7525000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (979, 20016, 3, 1, -5000, 3200000, 9272, 9272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (980, 20016, 3, 2, 20000, -3590000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (981, 20016, 3, 3, -5000, -8550000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (982, 20016, 4, 1, -4865000, 2890000, 9034, 9028, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (983, 20016, 4, 2, 675000, 2805000, 9109, 9108, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (984, 20016, 4, 3, -4865000, -6725000, 8850, 8849, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (985, 20016, 4, 4, 645000, -6725000, 9075, 9074, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (986, 20016, 5, 1, -4805000, 4410000, 7613, 7616, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (987, 20016, 5, 2, 1060000, 3975000, 8033, 8033, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (988, 20016, 5, 3, 0, -2580000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (989, 20016, 5, 4, -4465000, -7595000, 7627, 7625, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (990, 20016, 5, 5, 950000, -7595000, 8168, 8172, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (991, 20017, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (992, 20017, 2, 1, -5000, 2305000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (993, 20017, 2, 2, 5000, -7525000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (994, 20017, 3, 1, -5000, 2625000, 9272, 9272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (995, 20017, 3, 2, 20000, -4470000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (996, 20017, 3, 3, -5000, -9910000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (997, 20017, 4, 1, -4005000, 2720000, 9203, 9198, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (998, 20017, 4, 2, 1030000, 2645000, 9234, 9234, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (999, 20017, 4, 3, -4070000, -8360000, 9282, 9282, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1000, 20017, 4, 4, 1535000, -6090000, 8457, 8457, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1001, 20017, 5, 1, -3770000, 3640000, 8344, 8348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1002, 20017, 5, 2, 1690000, 3210000, 8722, 8723, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1003, 20017, 5, 3, 0, -4360000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1004, 20017, 5, 4, -3465000, -8815000, 7627, 7625, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1005, 20017, 5, 5, 1590000, -8885000, 8168, 8172, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1006, 20018, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1007, 20018, 2, 1, 0, 2350000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1008, 20018, 2, 2, -5000, -6745000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1009, 20018, 3, 1, 25000, 5040000, 9240, 9240, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1010, 20018, 3, 2, 30000, -1540000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1011, 20018, 3, 3, -45000, -6650000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1012, 20018, 4, 1, -2855000, 4740000, 7280, 7276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1013, 20018, 4, 2, 2310000, 4530000, 7475, 7474, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1014, 20018, 4, 3, -2855000, -5655000, 6769, 6768, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1015, 20018, 4, 4, 2600000, -5180000, 7113, 7112, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1016, 20018, 5, 1, -2630000, 4780000, 7237, 7241, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1017, 20018, 5, 2, 2435000, 4740000, 7309, 7310, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1018, 20018, 5, 3, 70000, -850000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1019, 20018, 5, 4, -2635000, -6385000, 6597, 6594, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1020, 20018, 5, 5, 2690000, -6310000, 6965, 6969, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1021, 20019, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1022, 20019, 2, 1, -5000, 2760000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1023, 20019, 2, 2, 5000, -5245000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1024, 20019, 3, 1, 35000, 6200000, 9272, 9272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1025, 20019, 3, 2, -30000, -535000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1026, 20019, 3, 3, 45000, -5560000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1027, 20019, 4, 1, -2855000, 4740000, 7280, 7276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1028, 20019, 4, 2, 2565000, 4870000, 7155, 7155, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1029, 20019, 4, 3, -2895000, -4815000, 6769, 6768, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1030, 20019, 4, 4, 2565000, -4450000, 7113, 7112, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1031, 20019, 5, 1, -3020000, 5275000, 7237, 7241, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1032, 20019, 5, 2, 2410000, 4730000, 7309, 7310, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1033, 20019, 5, 3, 40000, 270000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1034, 20019, 5, 4, -2635000, -5700000, 6597, 6594, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1035, 20019, 5, 5, 2690000, -5700000, 6965, 6969, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1036, 20020, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1037, 20020, 2, 1, 40000, 2350000, 9543, 9541, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1038, 20020, 2, 2, 40000, -7825000, 9306, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1039, 20020, 3, 1, -5000, 2625000, 9272, 9272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1040, 20020, 3, 2, 0, -3590000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1041, 20020, 3, 3, 85000, -8790000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1042, 20020, 4, 1, -2050000, 3920000, 8064, 8060, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1043, 20020, 4, 2, 3420000, 4185000, 7808, 7808, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1044, 20020, 4, 3, -1920000, -6710000, 7474, 7474, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1045, 20020, 4, 4, 3615000, -5570000, 7565, 7565, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1046, 20020, 5, 1, -1890000, 4845000, 7237, 7241, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1047, 20020, 5, 2, 3265000, 4770000, 7309, 7310, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1048, 20020, 5, 3, 0, -3190000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1049, 20020, 5, 4, -2215000, -7700000, 6597, 6594, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1050, 20020, 5, 5, 3605000, -7615000, 6965, 6969, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1051, 20021, 1, 1, 85000, -20000, 9290, 9290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1052, 20021, 2, 1, 535000, 1625000, 10208, 10208, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1053, 20021, 2, 2, 600000, -8560000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1054, 20021, 3, 1, -25000, 2621000, 9272, 9272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1055, 20021, 3, 2, 0, -3590000, 9306, 9306, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1056, 20021, 3, 3, 85000, -8790000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1057, 20021, 4, 1, -1280000, 4315000, 7713, 7709, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1058, 20021, 4, 2, 4110000, 4835000, 7217, 7216, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1059, 20021, 4, 3, -1280000, -7325000, 7708, 7707, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1060, 20021, 4, 4, 4540000, -5700000, 7488, 7487, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1061, 20021, 5, 1, -1505000, 4590000, 7478, 7482, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1062, 20021, 5, 2, 4530000, 4350000, 7709, 7710, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1063, 20021, 5, 3, 0, -3190000, 9343, 9348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1064, 20021, 5, 4, -1645000, -8030000, 7305, 7302, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1065, 20021, 5, 5, 4350000, -7925000, 7424, 7428, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1066, 20023, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1067, 20023, 2, 1, 0, 3990000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1068, 20023, 2, 2, 40000, -4500000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1069, 20023, 3, 1, -5000, 6890000, 9741, 9741, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1070, 20023, 3, 2, 0, 540000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1071, 20023, 3, 3, 0, -4530000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1072, 20023, 4, 1, -2050000, 4235000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1073, 20023, 4, 2, 3370000, 4670000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1074, 20023, 4, 3, -2050000, -4120000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1075, 20023, 4, 4, 3370000, -3520000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1076, 20023, 5, 1, -2500000, 6535000, 8803, 8807, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1077, 20023, 5, 2, 2790000, 6535000, 8414, 8414, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1078, 20023, 5, 3, 40000, 935000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1079, 20023, 5, 4, -2100000, -4040000, 9172, 9172, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1080, 20023, 5, 5, 3335000, -4725000, 9088, 9092, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1081, 30001, 1, 1, -1740000, -660000, 11301, 11301, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1082, 30001, 2, 1, -1065000, 1170000, 10613, 10613, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1083, 30001, 2, 2, -1065000, -7860000, 10613, 10613, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1084, 30001, 3, 1, -5000, 3430000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1085, 30001, 3, 2, 5000, -2810000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1086, 30001, 3, 3, 145000, -8610000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1087, 30001, 4, 1, -5290000, 4145000, 7844, 7836, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1088, 30001, 4, 2, 620000, 3540000, 8411, 8411, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1089, 30001, 4, 3, -4885000, -6090000, 7788, 7788, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1090, 30001, 4, 4, 570000, -6090000, 8475, 8475, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1091, 30001, 5, 1, -5280000, 3975000, 7968, 7978, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1092, 30001, 5, 2, 1120000, 4010000, 7943, 7943, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1093, 30001, 5, 3, 75000, -2525000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1094, 30001, 5, 4, -4745000, -7905000, 7974, 7974, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1095, 30001, 5, 5, 905000, -7845000, 8209, 8205, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1096, 30002, 1, 1, 660000, -805000, 9891, 9891, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1097, 30002, 2, 1, 420000, 2080000, 9775, 9775, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1098, 30002, 2, 2, 675000, -8005000, 9757, 9757, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1099, 30002, 3, 1, 105000, 1820000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1100, 30002, 3, 2, 110000, -4480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1101, 30002, 3, 3, 0, -10560000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1102, 30002, 4, 1, -970000, 770000, 11625, 11615, 97223); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1103, 30002, 4, 2, 3215000, 1740000, 10142, 10142, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1104, 30002, 4, 3, -1695000, -8805000, 9458, 9458, 98957); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1105, 30002, 4, 4, 3610000, -7760000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1106, 30002, 5, 1, -1485000, 1595000, 10777, 10776, 93364); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1107, 30002, 5, 2, 3135000, 2150000, 9708, 9708, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1108, 30002, 5, 3, 5000, -4570000, 10403, 10407, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1109, 30002, 5, 4, -1670000, -8305000, 6965, 6965, 101734); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1110, 30002, 5, 5, 3135000, -9295000, 9796, 9796, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1111, 30003, 1, 1, 1570000, -1770000, 10869, 10869, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1112, 30003, 2, 1, 1645000, 1205000, 11293, 11293, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1113, 30003, 2, 2, 1350000, -6890000, 10929, 10929, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1114, 30003, 3, 1, 1075000, 4355000, 10563, 10563, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1115, 30003, 3, 2, 1245000, -2040000, 10663, 10663, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1116, 30003, 3, 3, 1245000, -7075000, 10823, 10823, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1117, 30003, 4, 1, 0, 1820000, 10931, 10921, 97223); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1118, 30003, 4, 2, 5085000, 2420000, 10142, 10142, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1119, 30003, 4, 3, 5000, -6575000, 9458, 9458, 98957); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1120, 30003, 4, 4, 4970000, -6580000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1121, 30003, 5, 1, -310000, 4680000, 10088, 10087, 93364); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1122, 30003, 5, 2, 4815000, 4220000, 9708, 9708, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1123, 30003, 5, 3, 925000, -1350000, 10403, 10407, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1124, 30003, 5, 4, -310000, -6390000, 9432, 9432, 101734); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1125, 30003, 5, 5, 4885000, -6865000, 9796, 9796, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1126, 30004, 1, 1, 910000, -1770000, 10869, 10869, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1127, 30004, 2, 1, 1915000, 449000, 11293, 11293, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1128, 30004, 2, 2, 1770000, -9235000, 11115, 11115, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1129, 30004, 3, 1, 955000, 1555000, 10563, 10563, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1130, 30004, 3, 2, 1055000, -4605000, 10591, 10591, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1131, 30004, 3, 3, 1165000, -10000000, 10823, 10823, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1132, 30004, 4, 1, 1465000, 830000, 11890, 11880, 97223); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1133, 30004, 4, 2, 5305000, 1910000, 10142, 10142, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1134, 30004, 4, 3, 265000, -8365000, 9458, 9458, 98957); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1135, 30004, 4, 4, 4970000, -7770000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1136, 30004, 5, 1, 580000, 2555000, 10088, 10087, 93364); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1137, 30004, 5, 2, 5300000, 2240000, 9708, 9708, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1138, 30004, 5, 3, 665000, -4650000, 10403, 10407, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1139, 30004, 5, 4, 500000, -9450000, 9432, 9432, 101734); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1140, 30004, 5, 5, 5405000, -9695000, 9796, 9796, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1141, 30005, 1, 1, -105000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1142, 30005, 2, 1, -5000, 2560000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1143, 30005, 2, 2, -5000, -7230000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1144, 30005, 3, 1, -5000, 3460000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1145, 30005, 3, 2, 5000, -2510000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1146, 30005, 3, 3, 145000, -7710000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1147, 30005, 4, 1, -2630000, 4180000, 7844, 7836, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1148, 30005, 4, 2, 2845000, 4545000, 7491, 7491, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1149, 30005, 4, 3, -2835000, -6605000, 7986, 7986, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1150, 30005, 4, 4, 2845000, -6605000, 8475, 8475, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1151, 30005, 5, 1, -2820000, 4010000, 7968, 7978, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1152, 30005, 5, 2, 2690000, 4080000, 7943, 7943, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1153, 30005, 5, 3, 75000, -2075000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1154, 30005, 5, 4, -2825000, -7520000, 7974, 7974, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1155, 30005, 5, 5, 2625000, -7515000, 8209, 8205, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1156, 30006, 1, 1, -105000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1157, 30006, 2, 1, -5000, 2565000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1158, 30006, 2, 2, -5000, -7740000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1159, 30006, 3, 1, -5000, 3760000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1160, 30006, 3, 2, 5000, -2870000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1161, 30006, 3, 3, 145000, -7950000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1162, 30006, 4, 1, -3830000, 4215000, 7844, 7836, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1163, 30006, 4, 2, 1675000, 4580000, 7491, 7491, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1164, 30006, 4, 3, -3870000, -6875000, 7559, 7559, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1165, 30006, 4, 4, 1360000, -5765000, 7639, 7639, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1166, 30006, 5, 1, -3850000, 5150000, 6927, 6937, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1167, 30006, 5, 2, 1800000, 5025000, 7025, 7025, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1168, 30006, 5, 3, 75000, -1985000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1169, 30006, 5, 4, -3995000, -7670000, 7974, 7974, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1170, 30006, 5, 5, 1690000, -7135000, 7299, 7296, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1171, 30007, 1, 1, -105000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1172, 30007, 2, 1, -5000, 2920000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1173, 30007, 2, 2, -5000, -6750000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1174, 30007, 3, 1, -5000, 4180000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1175, 30007, 3, 2, 5000, -1850000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1176, 30007, 3, 3, 145000, -7770000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1177, 30007, 4, 1, -3415000, 3605000, 8358, 8348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1178, 30007, 4, 2, 2285000, 3715000, 8244, 8244, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1179, 30007, 4, 3, -3855000, -6290000, 8906, 8906, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1180, 30007, 4, 4, 1810000, -5480000, 8800, 8800, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1181, 30007, 5, 1, -3495000, 4030000, 7974, 7988, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1182, 30007, 5, 2, 1690000, 3695000, 8271, 8271, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1183, 30007, 5, 3, 75000, -1625000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1184, 30007, 5, 4, -3500000, -7280000, 8439, 8439, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1185, 30007, 5, 5, 2000000, -6835000, 8265, 8262, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1186, 30008, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1187, 30008, 2, 1, -5000, 2920000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1188, 30008, 2, 2, -5000, -7620000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1189, 30008, 3, 1, -5000, 3010000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1190, 30008, 3, 2, 5000, -2930000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1191, 30008, 3, 3, 145000, -8280000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1192, 30008, 4, 1, -510000, 3270000, 8674, 8665, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1193, 30008, 4, 2, 5015000, 3715000, 8244, 8244, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1194, 30008, 4, 3, -325000, -6985000, 8906, 8906, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1195, 30008, 4, 4, 5460000, -6510000, 8800, 8800, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1196, 30008, 5, 1, -570000, 3495000, 8439, 8452, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1197, 30008, 5, 2, 5295000, 3685000, 8271, 8271, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1198, 30008, 5, 3, 165000, -2935000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1199, 30008, 5, 4, -570000, -8030000, 8439, 8439, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1200, 30008, 5, 5, 5300000, -7675000, 8265, 8262, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1201, 30009, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1202, 30009, 2, 1, -5000, 2550000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1203, 30009, 2, 2, -5000, -7820000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1204, 30009, 3, 1, 25000, 2600000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1205, 30009, 3, 2, 5000, -3590000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1206, 30009, 3, 3, 145000, -9910000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1207, 30009, 4, 1, -5020000, 3270000, 8674, 8665, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1208, 30009, 4, 2, 810000, 3715000, 8244, 8244, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1209, 30009, 4, 3, -4835000, -7760000, 8906, 8906, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1210, 30009, 4, 4, 740000, -6775000, 8800, 8800, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1211, 30009, 5, 1, -4810000, 3495000, 8439, 8452, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1212, 30009, 5, 2, 795000, 3715000, 8271, 8271, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1213, 30009, 5, 3, 165000, -3925000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1214, 30009, 5, 4, -4650000, -9085000, 8439, 8439, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1215, 30009, 5, 5, 730000, -8725000, 8265, 8262, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1216, 30010, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1217, 30010, 2, 1, -5000, 2585000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1218, 30010, 2, 2, -5000, -7820000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1219, 30010, 3, 1, 25000, 2645000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1220, 30010, 3, 2, 5000, -3860000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1221, 30010, 3, 3, 145000, -9580000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1222, 30010, 4, 1, -5020000, 3270000, 8674, 8665, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1223, 30010, 4, 2, 810000, 3715000, 8244, 8244, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1224, 30010, 4, 3, -5205000, -7760000, 8906, 8906, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1225, 30010, 4, 4, 450000, -6945000, 8800, 8800, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1226, 30010, 5, 1, -4810000, 3565000, 8439, 8452, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1227, 30010, 5, 2, 795000, 3680000, 8271, 8271, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1228, 30010, 5, 3, 165000, -3475000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1229, 30010, 5, 4, -4890000, -8995000, 8439, 8439, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1230, 30010, 5, 5, 730000, -8725000, 8265, 8262, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1231, 30011, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1232, 30011, 2, 1, -5000, 2585000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1233, 30011, 2, 2, -5000, -7820000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1234, 30011, 3, 1, 25000, 2645000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1235, 30011, 3, 2, 5000, -4130000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1236, 30011, 3, 3, 145000, -9580000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1237, 30011, 4, 1, -4720000, 3270000, 8674, 8665, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1238, 30011, 4, 2, 990000, 3715000, 8244, 8244, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1239, 30011, 4, 3, -4695000, -7760000, 8906, 8906, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1240, 30011, 4, 4, 960000, -6945000, 8800, 8800, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1241, 30011, 5, 1, -4660000, 3600000, 8439, 8452, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1242, 30011, 5, 2, 975000, 3680000, 8271, 8271, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1243, 30011, 5, 3, 165000, -3475000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1244, 30011, 5, 4, -4530000, -8995000, 8439, 8439, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1245, 30011, 5, 5, 1150000, -8725000, 8265, 8262, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1246, 30012, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1247, 30012, 2, 1, -5000, 2580000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1248, 30012, 2, 2, -5000, -7820000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1249, 30012, 3, 1, 25000, 3660000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1250, 30012, 3, 2, 5000, -2690000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1251, 30012, 3, 3, 145000, -7930000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1252, 30012, 4, 1, -2890000, 3270000, 8674, 8665, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1253, 30012, 4, 2, 2735000, 3715000, 8244, 8244, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1254, 30012, 4, 3, -2955000, -7400000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1255, 30012, 4, 4, 2515000, -6045000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1256, 30012, 5, 1, -3020000, 4390000, 7596, 7604, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1257, 30012, 5, 2, 2150000, 4465000, 7533, 7533, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1258, 30012, 5, 3, 75000, -1825000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1259, 30012, 5, 4, -2695000, -7410000, 6676, 6676, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1260, 30012, 5, 5, 2455000, -7410000, 7094, 7093, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1261, 30013, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1262, 30013, 2, 1, 35000, 4855000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1263, 30013, 2, 2, 35000, -3230000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1264, 30013, 3, 1, 45000, 8250000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1265, 30013, 3, 2, -25000, 1790000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1266, 30013, 3, 3, 205000, -3440000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1267, 30013, 4, 1, -2890000, 4440000, 8674, 8665, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1268, 30013, 4, 2, 2735000, 5230000, 8244, 8244, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1269, 30013, 4, 3, -2905000, -3890000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1270, 30013, 4, 4, 2215000, -3475000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1271, 30013, 5, 1, -2550000, 7220000, 7596, 7604, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1272, 30013, 5, 2, 3060000, 6495000, 7533, 7533, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1273, 30013, 5, 3, 5000, 2495000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1274, 30013, 5, 4, -2500000, -3980000, 7663, 7663, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1275, 30013, 5, 5, 2405000, -3785000, 7850, 7846, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1276, 30014, 1, 1, 1300000, -1880000, 10869, 10869, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1277, 30014, 2, 1, 805000, 1545000, 10251, 10251, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1278, 30014, 2, 2, 805000, -8315000, 10052, 10052, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1279, 30014, 3, 1, 150000, 2910000, 9454, 9454, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1280, 30014, 3, 2, 300000, -3115000, 9579, 9579, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1281, 30014, 3, 3, 300000, -8365000, 9778, 9778, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1282, 30014, 4, 1, -135000, 2875000, 9802, 9793, 97223); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1283, 30014, 4, 2, 4500000, 3825000, 8120, 8120, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1284, 30014, 4, 3, -510000, -7180000, 8655, 8655, 98957); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1285, 30014, 4, 4, 5300000, -6090000, 8437, 8437, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1286, 30014, 5, 1, -490000, 4375000, 8280, 8279, 93364); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1287, 30014, 5, 2, 4785000, 4025000, 7950, 7950, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1288, 30014, 5, 3, -15000, -2880000, 9560, 9564, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1289, 30014, 5, 4, -520000, -7770000, 8626, 8626, 101734); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1290, 30014, 5, 5, 5245000, -8015000, 8556, 8556, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1291, 30015, 1, 1, 30000, -215000, 9296, 9296, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1292, 30015, 2, 1, -605000, 1775000, 10031, 10031, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1293, 30015, 2, 2, -545000, -8415000, 9957, 9957, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1294, 30015, 3, 1, 55000, 3315000, 9302, 9302, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1295, 30015, 3, 2, 55000, -3115000, 9298, 9298, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1296, 30015, 3, 3, 105000, -8340000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1297, 30015, 4, 1, -3655000, 3590000, 8627, 8620, 97223); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1298, 30015, 4, 2, 965000, 2955000, 8965, 8965, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1299, 30015, 4, 3, -3640000, -7785000, 8655, 8655, 98957); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1300, 30015, 4, 4, 1390000, -6090000, 8437, 8437, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1301, 30015, 5, 1, -3605000, 3975000, 8280, 8279, 93364); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1302, 30015, 5, 2, 1525000, 4115000, 7950, 7950, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1303, 30015, 5, 3, -80000, -2410000, 9343, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1304, 30015, 5, 4, -3335000, -8230000, 8264, 8264, 101734); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1305, 30015, 5, 5, 1500000, -8150000, 8278, 8277, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1306, 30016, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1307, 30016, 2, 1, 35000, 2550000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1308, 30016, 2, 2, 35000, -7290000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1309, 30016, 3, 1, 105000, 4020000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1310, 30016, 3, 2, 5000, -3100000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1311, 30016, 3, 3, 15000, -7760000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1312, 30016, 4, 1, -4610000, 4710000, 7348, 7339, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1313, 30016, 4, 2, 1090000, 4100000, 7906, 7906, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1314, 30016, 4, 3, -4615000, -7010000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1315, 30016, 4, 4, 1090000, -5925000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1316, 30016, 5, 1, -4550000, 4460000, 7596, 7604, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1317, 30016, 5, 2, 1105000, 4075000, 7924, 7924, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1318, 30016, 5, 3, 25000, -1945000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1319, 30016, 5, 4, -4495000, -7550000, 7663, 7663, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1320, 30016, 5, 5, 1215000, -7555000, 7850, 7846, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1321, 30017, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1322, 30017, 2, 1, 35000, 2620000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1323, 30017, 2, 2, 35000, -7770000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1324, 30017, 3, 1, 105000, 3120000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1325, 30017, 3, 2, 5000, -3460000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1326, 30017, 3, 3, 15000, -8810000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1327, 30017, 4, 1, -4250000, 4710000, 7348, 7339, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1328, 30017, 4, 2, 1060000, 4100000, 7906, 7906, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1329, 30017, 4, 3, -4225000, -7010000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1330, 30017, 4, 4, 1300000, -5925000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1331, 30017, 5, 1, -4190000, 4460000, 7596, 7604, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1332, 30017, 5, 2, 1105000, 4145000, 7924, 7924, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1333, 30017, 5, 3, 25000, -2785000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1334, 30017, 5, 4, -4315000, -8120000, 7663, 7663, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1335, 30017, 5, 5, 1455000, -7975000, 7850, 7846, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1336, 30018, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1337, 30018, 2, 1, 35000, 2620000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1338, 30018, 2, 2, 35000, -7380000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1339, 30018, 3, 1, 105000, 4170000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1340, 30018, 3, 2, 5000, -2470000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1341, 30018, 3, 3, 15000, -8150000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1342, 30018, 4, 1, -3625000, 4140000, 7887, 7879, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1343, 30018, 4, 2, 2020000, 4170000, 7906, 7906, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1344, 30018, 4, 3, -3595000, -7010000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1345, 30018, 4, 4, 2110000, -5925000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1346, 30018, 5, 1, -3500000, 4460000, 7596, 7604, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1347, 30018, 5, 2, 1895000, 4295000, 7788, 7788, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1348, 30018, 5, 3, 25000, -2335000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1349, 30018, 5, 4, -3020000, -7200000, 6750, 6750, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1350, 30018, 5, 5, 1925000, -7115000, 7243, 7240, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1351, 30019, 1, 1, 1470000, -1635000, 10741, 10741, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1352, 30019, 2, 1, 595000, 1885000, 9993, 9993, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1353, 30019, 2, 2, 450000, -8015000, 9766, 9766, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1354, 30019, 3, 1, 75000, 2690000, 9302, 9302, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1355, 30019, 3, 2, 145000, -3590000, 9298, 9298, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1356, 30019, 3, 3, 205000, -8770000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1357, 30019, 4, 1, -710000, 3490000, 9091, 9083, 97223); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1358, 30019, 4, 2, 4110000, 3880000, 8120, 8120, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1359, 30019, 4, 3, -830000, -7385000, 8655, 8655, 98957); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1360, 30019, 4, 4, 4370000, -6090000, 8437, 8437, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1361, 30019, 5, 1, -1095000, 3965000, 8574, 8573, 93364); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1362, 30019, 5, 2, 3605000, 4045000, 7950, 7950, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1363, 30019, 5, 3, 0, -3340000, 9343, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1364, 30019, 5, 4, -1285000, -8230000, 8264, 8264, 101734); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1365, 30019, 5, 5, 4150000, -8230000, 8278, 8277, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1366, 30020, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1367, 30020, 2, 1, 35000, 2650000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1368, 30020, 2, 2, 35000, -7680000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1369, 30020, 3, 1, 105000, 2630000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1370, 30020, 3, 2, 5000, -2920000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1371, 30020, 3, 3, 15000, -8330000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1372, 30020, 4, 1, -505000, 3350000, 8618, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1373, 30020, 4, 2, 5765000, 3220000, 8732, 8732, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1374, 30020, 4, 3, -510000, -6705000, 8575, 8575, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1375, 30020, 4, 4, 5300000, -5700000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1376, 30020, 5, 1, -80000, 2895000, 9021, 9029, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1377, 30020, 5, 2, 5675000, 3105000, 8819, 8819, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1378, 30020, 5, 3, 25000, -2965000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1379, 30020, 5, 4, -650000, -8245000, 8311, 8311, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1380, 30020, 5, 5, 5675000, -8035000, 8284, 8281, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1381, 30021, 1, 1, 15000, -75000, 9276, 9276, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1382, 30021, 2, 1, 35000, 2650000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1383, 30021, 2, 2, 35000, -7860000, 9300, 9300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1384, 30021, 3, 1, 105000, 2940000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1385, 30021, 3, 2, 5000, -3340000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1386, 30021, 3, 3, 15000, -8840000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1387, 30021, 4, 1, -3250000, 3745000, 8228, 8220, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1388, 30021, 4, 2, 2125000, 4085000, 7900, 7900, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1389, 30021, 4, 3, -3105000, -7760000, 8575, 8575, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1390, 30021, 4, 4, 2215000, -5995000, 7903, 7903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1391, 30021, 5, 1, -3400000, 3910000, 8116, 8125, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1392, 30021, 5, 2, 1690000, 4420000, 7640, 7640, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1393, 30021, 5, 3, 25000, -2965000, 9349, 9351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1394, 30021, 5, 4, -3400000, -8030000, 6764, 6764, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1395, 30021, 5, 5, 2260000, -7575000, 7014, 7012, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1396, 30022, 1, 1, -25000, -30000, 9337, 9337, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1397, 30022, 2, 1, -15000, 2840000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1398, 30022, 2, 2, 40000, -6280000, 9195, 9195, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1399, 30022, 3, 1, -35000, 3480000, 9253, 9253, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1400, 30022, 3, 2, -5000, -2295000, 9211, 9211, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1401, 30022, 3, 3, 15000, -8445000, 9312, 9312, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1402, 30022, 4, 1, -4470000, 4850000, 7202, 7199, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1403, 30022, 4, 2, -50000, 2740000, 9229, 9229, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1404, 30022, 4, 3, -4655000, -5700000, 7837, 7837, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1405, 30022, 4, 4, -940000, -7005000, 10335, 10335, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1406, 30022, 5, 1, -5965000, 3870000, 8109, 8113, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1407, 30022, 5, 2, -380000, 2030000, 9791, 9791, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1408, 30022, 5, 3, -50000, -2520000, 9195, 9199, 5680); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1409, 30022, 5, 4, -4490000, -7230000, 6899, 6899, 124714); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1410, 30022, 5, 5, -505000, -8435000, 9904, 9909, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1411, 30023, 1, 1, -10000, -15000, 9335, 9335, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1412, 30023, 2, 1, 0, 6420000, 9421, 9421, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1413, 30023, 2, 2, 5000, -2855000, 9313, 9313, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1414, 30023, 3, 1, -20000, 6780000, 9244, 9244, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1415, 30023, 3, 2, -40000, 1125000, 9218, 9218, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1416, 30023, 3, 3, 40000, -4580000, 9178, 9178, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1417, 30023, 4, 1, -770000, 6645000, 8337, 8333, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1418, 30023, 4, 2, 4430000, 6960000, 8029, 8029, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1419, 30023, 4, 3, -990000, -3185000, 8614, 8614, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1420, 30023, 4, 4, 5400000, -3750000, 7792, 7792, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1421, 30023, 5, 1, -420000, 7470000, 8656, 8661, -26458); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1422, 30023, 5, 2, 5300000, 7215000, 8325, 8325, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1423, 30023, 5, 3, -5000, 1050000, 9335, 9339, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1424, 30023, 5, 4, -1155000, -4270000, 7739, 7739, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1425, 30023, 5, 5, 5605000, -4425000, 7464, 7468, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1426, 30024, 1, 1, 110000, 40000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1427, 30024, 2, 1, 40000, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1428, 30024, 2, 2, 0, -7020000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1429, 30024, 3, 1, 40000, 3330000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1430, 30024, 3, 2, 40000, -3100000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1431, 30024, 3, 3, 0, -8070000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1432, 30024, 4, 1, -3580000, 2995000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1433, 30024, 4, 2, 2350000, 3000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1434, 30024, 4, 3, -2770000, -7090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1435, 30024, 4, 4, 2350000, -6460000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1436, 30024, 5, 1, -3020000, 3090000, 9501, 9505, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1437, 30024, 5, 2, 2190000, 3090000, 9266, 9266, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1438, 30024, 5, 3, 0, -2585000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1439, 30024, 5, 4, -2585000, -8015000, 9772, 9772, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1440, 30024, 5, 5, 2795000, -8015000, 10020, 10025, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1441, 30025, 1, 1, 110000, 40000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1442, 30025, 2, 1, -1670000, 3530000, 12204, 12204, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1443, 30025, 2, 2, -1415000, -5135000, 11751, 11751, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1444, 30025, 3, 1, 105000, 6105000, 9372, 9372, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1445, 30025, 3, 2, -1560000, -1000000, 11932, 11932, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1446, 30025, 3, 3, -80000, -5470000, 9494, 9494, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1447, 30025, 4, 1, -5720000, 4835000, 10252, 10247, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1448, 30025, 4, 2, -510000, 4835000, 10747, 10747, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1449, 30025, 4, 3, -6240000, -4870000, 11477, 11477, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1450, 30025, 4, 4, -730000, -4085000, 11510, 11510, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1451, 30025, 5, 1, -6805000, 5450000, 11273, 11278, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1452, 30025, 5, 2, -1085000, 5315000, 11269, 11269, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1453, 30025, 5, 3, -465000, -70000, 10499, 10504, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1454, 30025, 5, 4, -6065000, -4900000, 10359, 10359, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1455, 30025, 5, 5, -580000, -5700000, 10907, 10913, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1456, 10051, 1, 1, 985000, -5000, 11651, 11651, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1457, 10051, 2, 1, 360000, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1458, 10051, 2, 2, 360000, -5000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1459, 10051, 3, 1, 355000, 4470000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1460, 10051, 3, 2, 210000, -1260000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1461, 10051, 3, 3, 210000, -7120000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1462, 10051, 4, 1, -2290000, 2995000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1463, 10051, 4, 2, 3530000, 4100000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1464, 10051, 4, 3, -2290000, -5290000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1465, 10051, 4, 4, 3530000, -4280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1466, 10051, 5, 1, -2500000, 4380000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1467, 10051, 5, 2, 3125000, 4375000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1468, 10051, 5, 3, 0, -1165000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1469, 10051, 5, 4, -2120000, -6720000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1470, 10051, 5, 5, 3610000, -6395000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1471, 10052, 1, 1, -240000, -255000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1472, 10052, 2, 1, 0, 2730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1473, 10052, 2, 2, -240000, -5000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1474, 10052, 3, 1, -200000, 4470000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1475, 10052, 3, 2, -200000, -1260000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1476, 10052, 3, 3, -290000, -7040000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1477, 10052, 4, 1, -3100000, 3295000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1478, 10052, 4, 2, 2660000, 3760000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1479, 10052, 4, 3, -3660000, -5310000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1480, 10052, 4, 4, 2080000, -4520000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1481, 10052, 5, 1, -3340000, 4360000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1482, 10052, 5, 2, 2660000, 4355000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1483, 10052, 5, 3, -5000, -1465000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1484, 10052, 5, 4, -3340000, -6800000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1485, 10052, 5, 5, 2660000, -6415000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1486, 20024, 1, 1, -1080000, -900000, 10957, 10957, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1487, 20024, 2, 1, -1025000, 3615000, 10823, 10823, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1488, 20024, 2, 2, -1165000, -4995000, 10999, 10999, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1489, 20024, 3, 1, -290000, 5060000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1490, 20024, 3, 2, -840000, -1195000, 10683, 10683, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1491, 20024, 3, 3, 70000, -6410000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1492, 20024, 4, 1, -4160000, 3725000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1493, 20024, 4, 2, 1030000, 4340000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1494, 20024, 4, 3, -4165000, -5290000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1495, 20024, 4, 4, 1330000, -4850000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1496, 20024, 5, 1, -4900000, 4680000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1497, 20024, 5, 2, 1150000, 4375000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1498, 20024, 5, 3, -140000, -345000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1499, 20024, 5, 4, -4000000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1500, 20024, 5, 5, 1150000, -6085000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1501, 30026, 1, 1, 20000, -25000, 9978, 9978, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1502, 30026, 2, 1, -5000, 3810000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1503, 30026, 2, 2, 0, -4170000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1504, 30026, 3, 1, -20000, 5650000, 9355, 9355, -1754); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1505, 30026, 3, 2, 105000, 295000, 9728, 9728, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1506, 30026, 3, 3, -50000, -5795000, 9429, 9429, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1507, 30026, 4, 1, -1830000, 3955000, 8958, 8954, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1508, 30026, 4, 2, 3730000, 4990000, 8465, 8465, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1509, 30026, 4, 3, -1830000, -4120000, 8416, 8416, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1510, 30026, 4, 4, 3610000, -3430000, 8320, 8320, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1511, 30026, 5, 1, -2105000, 5625000, 7565, 7569, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1512, 30026, 5, 2, 3605000, 5625000, 7194, 7194, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1513, 30026, 5, 3, 40000, -265000, 9378, 9382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1514, 30026, 5, 4, -2200000, -5070000, 7473, 7473, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1515, 30026, 5, 5, 3605000, -4435000, 7781, 7785, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1516, 20025, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1517, 20025, 2, 1, 5000, 2155000, 9468, 9468, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1518, 20025, 2, 2, 110000, -7320000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1519, 20025, 3, 1, 0, 1420000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1520, 20025, 3, 2, 0, -4440000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1521, 20025, 3, 3, -200000, -9640000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1522, 20025, 4, 1, -1850000, 1425000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1523, 20025, 4, 2, 2780000, 1700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1524, 20025, 4, 3, -2360000, -7760000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1525, 20025, 4, 4, 3020000, -7520000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1526, 20025, 5, 1, -2500000, 1715000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1527, 20025, 5, 2, 2780000, 1720000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1528, 20025, 5, 3, 0, -4365000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1529, 20025, 5, 4, -2500000, -9600000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1530, 20025, 5, 5, 3000000, -9050000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1531, 30027, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1532, 30027, 2, 1, -5000, 2865000, 9468, 9468, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1533, 30027, 2, 2, -105000, -4995000, 9599, 9599, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1534, 30027, 3, 1, -5000, 5895000, 9603, 9603, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1535, 30027, 3, 2, -5000, -255000, 9509, 9509, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1536, 30027, 3, 3, 0, -5720000, 9361, 9361, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1537, 30027, 4, 1, -2360000, 3810000, 8841, 8837, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1538, 30027, 4, 2, 3240000, 4325000, 8361, 8361, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1539, 30027, 4, 3, -2230000, -4640000, 7854, 7854, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1540, 30027, 4, 4, 3240000, -3760000, 7946, 7946, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1541, 30027, 5, 1, -2500000, 5970000, 7507, 7511, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1542, 30027, 5, 2, 3000000, 5970000, 7069, 7069, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1543, 30027, 5, 3, -35000, 190000, 9310, 9315, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1544, 30027, 5, 4, -2325000, -5345000, 7291, 7291, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1545, 30027, 5, 5, 3160000, -4995000, 7259, 7262, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1546, 10053, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1547, 10053, 2, 1, -5000, 2270000, 9573, 9573, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1548, 10053, 2, 2, 40000, -6160000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1549, 10053, 3, 1, 0, 3490000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1550, 10053, 3, 2, 0, -2145000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1551, 10053, 3, 3, 40000, -7850000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1552, 10053, 4, 1, -2310000, 2345000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1553, 10053, 4, 2, 3020000, 2730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1554, 10053, 4, 3, -2310000, -6660000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1555, 10053, 4, 4, 3020000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1556, 10053, 5, 1, -2670000, 3485000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1557, 10053, 5, 2, 2780000, 3030000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1558, 10053, 5, 3, 40000, -2245000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1559, 10053, 5, 4, -2500000, -7730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1560, 10053, 5, 5, 2780000, -7285000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1561, 10054, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1562, 10054, 2, 1, -5000, 2270000, 9573, 9573, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1563, 10054, 2, 2, 40000, -6160000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1564, 10054, 3, 1, 0, 3910000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1565, 10054, 3, 2, 0, -2145000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1566, 10054, 3, 3, 40000, -7610000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1567, 10054, 4, 1, -2310000, 2345000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1568, 10054, 4, 2, 3020000, 2730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1569, 10054, 4, 3, -2310000, -6660000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1570, 10054, 4, 4, 3020000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1571, 10054, 5, 1, -2670000, 3485000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1572, 10054, 5, 2, 2780000, 3030000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1573, 10054, 5, 3, 0, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1574, 10054, 5, 4, -2500000, -7290000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1575, 10054, 5, 5, 2780000, -7285000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1576, 10055, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1577, 10055, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1578, 10055, 2, 2, 110000, -5980000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1579, 10055, 3, 1, 0, 3870000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1580, 10055, 3, 2, 0, -2150000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1581, 10055, 3, 3, 110000, -7250000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1582, 10055, 4, 1, -2770000, 2345000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1583, 10055, 4, 2, 2670000, 3000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1584, 10055, 4, 3, -3100000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1585, 10055, 4, 4, 2660000, -5700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1586, 10055, 5, 1, -3020000, 3625000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1587, 10055, 5, 2, 2410000, 3020000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1588, 10055, 5, 3, -5000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1589, 10055, 5, 4, -2770000, -7140000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1590, 10055, 5, 5, 2660000, -6880000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1591, 10056, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1592, 10056, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1593, 10056, 2, 2, 110000, -5980000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1594, 10056, 3, 1, 0, 3870000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1595, 10056, 3, 2, 0, -2150000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1596, 10056, 3, 3, 110000, -7250000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1597, 10056, 4, 1, -2770000, 2345000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1598, 10056, 4, 2, 2670000, 3000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1599, 10056, 4, 3, -3100000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1600, 10056, 4, 4, 2660000, -5700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1601, 10056, 5, 1, -3020000, 3625000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1602, 10056, 5, 2, 2410000, 3020000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1603, 10056, 5, 3, -5000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1604, 10056, 5, 4, -2770000, -7140000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1605, 10056, 5, 5, 2660000, -6880000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1606, 10057, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1607, 10057, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1608, 10057, 2, 2, 110000, -5980000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1609, 10057, 3, 1, 0, 3870000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1610, 10057, 3, 2, 0, -2150000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1611, 10057, 3, 3, 110000, -7250000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1612, 10057, 4, 1, -2770000, 2345000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1613, 10057, 4, 2, 2670000, 3000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1614, 10057, 4, 3, -3100000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1615, 10057, 4, 4, 2660000, -5700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1616, 10057, 5, 1, -3020000, 3625000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1617, 10057, 5, 2, 2410000, 3020000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1618, 10057, 5, 3, -5000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1619, 10057, 5, 4, -2770000, -7140000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1620, 10057, 5, 5, 2660000, -6880000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1621, 20026, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1622, 20026, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1623, 20026, 2, 2, 110000, -5980000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1624, 20026, 3, 1, -175000, 4880000, 9612, 9612, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1625, 20026, 3, 2, 0, -1690000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1626, 20026, 3, 3, -5000, -6830000, 9536, 9536, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1627, 20026, 4, 1, -3125000, 2820000, 9560, 9555, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1628, 20026, 4, 2, 2315000, 3470000, 9561, 9561, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1629, 20026, 4, 3, -3125000, -6050000, 9309, 9309, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1630, 20026, 4, 4, 2420000, -5700000, 9706, 9706, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1631, 20026, 5, 1, -3020000, 4600000, 8530, 8534, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1632, 20026, 5, 2, 2355000, 3890000, 8717, 8717, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1633, 20026, 5, 3, -5000, -1050000, 9350, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1634, 20026, 5, 4, -2885000, -6615000, 8358, 8358, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1635, 20026, 5, 5, 2375000, -6615000, 8742, 8746, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1636, 30028, 1, 1, 0, -10000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1637, 30028, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1638, 30028, 2, 2, 110000, -6720000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1639, 30028, 3, 1, -65000, 3180000, 9612, 9612, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1640, 30028, 3, 2, 0, -3165000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1641, 30028, 3, 3, -5000, -8430000, 9536, 9536, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1642, 30028, 4, 1, -2415000, 2250000, 9560, 9555, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1643, 30028, 4, 2, 3260000, 2630000, 9561, 9561, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1644, 30028, 4, 3, -2210000, -6750000, 9309, 9309, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1645, 30028, 4, 4, 3150000, -6750000, 9706, 9706, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1646, 30028, 5, 1, -2265000, 3480000, 8530, 8534, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1647, 30028, 5, 2, 3235000, 3280000, 8717, 8717, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1648, 30028, 5, 3, 40000, -2635000, 9350, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1649, 30028, 5, 4, -2405000, -7945000, 8358, 8358, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1650, 30028, 5, 5, 3255000, -7735000, 8742, 8746, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1651, 30029, 1, 1, 0, -10000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1652, 30029, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1653, 30029, 2, 2, 110000, -6720000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1654, 30029, 3, 1, -65000, 3180000, 9612, 9612, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1655, 30029, 3, 2, 0, -3165000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1656, 30029, 3, 3, -5000, -8430000, 9536, 9536, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1657, 30029, 4, 1, -3105000, 2250000, 9560, 9555, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1658, 30029, 4, 2, 2425000, 2630000, 9561, 9561, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1659, 30029, 4, 3, -3105000, -6750000, 9309, 9309, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1660, 30029, 4, 4, 2310000, -6750000, 9706, 9706, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1661, 30029, 5, 1, -3020000, 3480000, 8530, 8534, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1662, 30029, 5, 2, 2355000, 3280000, 8717, 8717, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1663, 30029, 5, 3, 40000, -2635000, 9350, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1664, 30029, 5, 4, -2885000, -7945000, 8358, 8358, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1665, 30029, 5, 5, 2375000, -7945000, 8742, 8746, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1666, 30030, 1, 1, 0, -10000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1667, 30030, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1668, 30030, 2, 2, 110000, -6720000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1669, 30030, 3, 1, -65000, 3180000, 9612, 9612, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1670, 30030, 3, 2, 0, -2945000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1671, 30030, 3, 3, 0, -8030000, 9536, 9536, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1672, 30030, 4, 1, -2315000, 2250000, 9560, 9555, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1673, 30030, 4, 2, 3020000, 2630000, 9561, 9561, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1674, 30030, 4, 3, -2315000, -6750000, 9309, 9309, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1675, 30030, 4, 4, 3370000, -6325000, 9706, 9706, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1676, 30030, 5, 1, -2500000, 3480000, 8530, 8534, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1677, 30030, 5, 2, 3035000, 3280000, 8717, 8717, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1678, 30030, 5, 3, 40000, -2635000, 9350, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1679, 30030, 5, 4, -2365000, -7525000, 8358, 8358, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1680, 30030, 5, 5, 3355000, -7135000, 8742, 8746, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1681, 20027, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1682, 20027, 2, 1, 0, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1683, 20027, 2, 2, 0, -5700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1684, 20027, 3, 1, 50000, 5650000, 9442, 9442, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1685, 20027, 3, 2, 40000, -940000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1686, 20027, 3, 3, 95000, -6290000, 9349, 9349, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1687, 20027, 4, 1, -5050000, 2995000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1688, 20027, 4, 2, 570000, 3480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1689, 20027, 4, 3, -5050000, -5290000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1690, 20027, 4, 4, 570000, -4850000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1691, 20027, 5, 1, -4865000, 5060000, 8805, 8809, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1692, 20027, 5, 2, 1075000, 4360000, 8160, 8160, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1693, 20027, 5, 3, 85000, -255000, 9387, 9391, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1694, 20027, 5, 4, -4545000, -5700000, 8967, 8967, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1695, 20027, 5, 5, 680000, -5700000, 8649, 8653, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1696, 30031, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1697, 30031, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1698, 30031, 2, 2, 110000, -7560000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1699, 30031, 3, 1, -5000, 2910000, 9442, 9442, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1700, 30031, 3, 2, 70000, -3400000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1701, 30031, 3, 3, 65000, -8935000, 9349, 9349, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1702, 30031, 4, 1, -3960000, 2165000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1703, 30031, 4, 2, 1350000, 2160000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1704, 30031, 4, 3, -3960000, -7330000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1705, 30031, 4, 4, 1350000, -6825000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1706, 30031, 5, 1, -4000000, 3090000, 8805, 8809, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1707, 30031, 5, 2, 1335000, 2500000, 9538, 9538, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1708, 30031, 5, 3, -5000, -3220000, 9694, 9699, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1709, 30031, 5, 4, -3875000, -8600000, 8967, 8967, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1710, 30031, 5, 5, 1740000, -8525000, 9034, 9039, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1711, 10058, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1712, 10058, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1713, 10058, 2, 2, 0, -6060000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1714, 10058, 3, 1, 0, 3700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1715, 10058, 3, 2, 0, -2420000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1716, 10058, 3, 3, 40000, -7590000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1717, 10058, 4, 1, -2670000, 2725000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1718, 10058, 4, 2, 3020000, 3240000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1719, 10058, 4, 3, -2670000, -5700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1720, 10058, 4, 4, 3020000, -5310000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1721, 10058, 5, 1, -2770000, 3485000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1722, 10058, 5, 2, 2780000, 3280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1723, 10058, 5, 3, 40000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1724, 10058, 5, 4, -2500000, -7280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1725, 10058, 5, 5, 2780000, -6855000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1726, 10059, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1727, 10059, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1728, 10059, 2, 2, 0, -6060000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1729, 10059, 3, 1, 0, 3700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1730, 10059, 3, 2, 0, -2420000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1731, 10059, 3, 3, 40000, -7590000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1732, 10059, 4, 1, -2670000, 2725000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1733, 10059, 4, 2, 3020000, 3240000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1734, 10059, 4, 3, -2670000, -5700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1735, 10059, 4, 4, 3020000, -5310000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1736, 10059, 5, 1, -2770000, 3485000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1737, 10059, 5, 2, 2780000, 3280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1738, 10059, 5, 3, 40000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1739, 10059, 5, 4, -2500000, -7280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1740, 10059, 5, 5, 3000000, -6855000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1741, 20028, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1742, 20028, 2, 1, 0, 2940000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1743, 20028, 2, 2, 0, -5240000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1744, 20028, 3, 1, 40000, 5650000, 9344, 9344, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1745, 20028, 3, 2, 0, -950000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1746, 20028, 3, 3, 0, -6040000, 9472, 9472, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1747, 20028, 4, 1, -4145000, 4665000, 8047, 8043, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1748, 20028, 4, 2, 1425000, 5325000, 7680, 7680, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1749, 20028, 4, 3, -4170000, -5070000, 8178, 8178, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1750, 20028, 4, 4, 1425000, -4290000, 8272, 8272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1751, 20028, 5, 1, -4115000, 5815000, 7192, 7195, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1752, 20028, 5, 2, 1525000, 5315000, 7478, 7478, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1753, 20028, 5, 3, -5000, -255000, 9343, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1754, 20028, 5, 4, -3765000, -5825000, 7627, 7627, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1755, 20028, 5, 5, 1525000, -5355000, 8059, 8062, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1756, 30032, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1757, 30032, 2, 1, 0, 1640000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1758, 30032, 2, 2, 0, -7440000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1759, 30032, 3, 1, -30000, 2370000, 9344, 9344, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1760, 30032, 3, 2, -30000, -4010000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1761, 30032, 3, 3, 75000, -9600000, 9472, 9472, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1762, 30032, 4, 1, -4165000, 1885000, 9574, 9570, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1763, 30032, 4, 2, 1030000, 1885000, 9900, 9900, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1764, 30032, 4, 3, -4165000, -7760000, 10137, 10137, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1765, 30032, 4, 4, 1140000, -7550000, 10336, 10336, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1766, 30032, 5, 1, -4295000, 2840000, 9037, 9041, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1767, 30032, 5, 2, 1525000, 2500000, 9356, 9356, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1768, 30032, 5, 3, -5000, -3970000, 9343, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1769, 30032, 5, 4, -3485000, -8835000, 8788, 8788, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1770, 30032, 5, 5, 1690000, -8490000, 8860, 8864, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1771, 30033, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1772, 30033, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1773, 30033, 2, 2, 0, -6620000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1774, 30033, 3, 1, 40000, 4145000, 9344, 9344, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1775, 30033, 3, 2, 0, -1930000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1776, 30033, 3, 3, 40000, -7040000, 9472, 9472, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1777, 30033, 4, 1, -2150000, 3150000, 8834, 8830, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1778, 30033, 4, 2, 3425000, 3635000, 8630, 8630, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1779, 30033, 4, 3, -2200000, -6090000, 8776, 8776, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1780, 30033, 4, 4, 3655000, -5650000, 9399, 9399, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1781, 30033, 5, 1, -2100000, 4030000, 7932, 7936, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1782, 30033, 5, 2, 3610000, 3820000, 8458, 8458, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1783, 30033, 5, 3, 70000, -1650000, 9343, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1784, 30033, 5, 4, -1790000, -7135000, 8788, 8788, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1785, 30033, 5, 5, 3930000, -6680000, 8860, 8864, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1786, 10061, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1787, 10061, 2, 1, 0, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1788, 10061, 2, 2, 110000, -6560000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1789, 10061, 3, 1, 0, 3870000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1790, 10061, 3, 2, 0, -2490000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1791, 10061, 3, 3, 0, -7440000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1792, 10061, 4, 1, -2350000, 2835000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1793, 10061, 4, 2, 3020000, 3000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1794, 10061, 4, 3, -2350000, -6450000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1795, 10061, 4, 4, 3020000, -5700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1796, 10061, 5, 1, -2500000, 3555000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1797, 10061, 5, 2, 2780000, 3180000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1798, 10061, 5, 3, 110000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1799, 10061, 5, 4, -2500000, -7280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1800, 10061, 5, 5, 3110000, -7135000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1801, 10062, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1802, 10062, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1803, 10062, 2, 2, 110000, -6560000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1804, 10062, 3, 1, 0, 3870000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1805, 10062, 3, 2, 0, -2490000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1806, 10062, 3, 3, 0, -7440000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1807, 10062, 4, 1, -2770000, 2835000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1808, 10062, 4, 2, 2670000, 3000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1809, 10062, 4, 3, -2670000, -6420000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1810, 10062, 4, 4, 2660000, -5700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1811, 10062, 5, 1, -2770000, 3520000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1812, 10062, 5, 2, 2300000, 3480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1813, 10062, 5, 3, 110000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1814, 10062, 5, 4, -3020000, -7280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1815, 10062, 5, 5, 2660000, -7285000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1816, 20029, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1817, 20029, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1818, 20029, 2, 2, 5000, -7730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1819, 20029, 3, 1, 0, 2190000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1820, 20029, 3, 2, 0, -3590000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1821, 20029, 3, 3, 0, -9120000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1822, 20029, 4, 1, -2770000, 1785000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1823, 20029, 4, 2, 2670000, 1790000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1824, 20029, 4, 3, -2670000, -7760000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1825, 20029, 4, 4, 2670000, -7080000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1826, 20029, 5, 1, -2770000, 2155000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1827, 20029, 5, 2, 2660000, 2150000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1828, 20029, 5, 3, 110000, -3545000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1829, 20029, 5, 4, -2770000, -8620000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1830, 20029, 5, 5, 2660000, -8615000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1831, 30038, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1832, 30038, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1833, 30038, 2, 2, 40000, -7370000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1834, 30038, 3, 1, 70000, 3360000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1835, 30038, 3, 2, 0, -3080000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1836, 30038, 3, 3, 0, -8400000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1837, 30038, 4, 1, -5050000, 1795000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1838, 30038, 4, 2, 570000, 2160000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1839, 30038, 4, 3, -4740000, -7080000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1840, 30038, 4, 4, 570000, -6690000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1841, 30038, 5, 1, -4990000, 2735000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1842, 30038, 5, 2, 600000, 2500000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1843, 30038, 5, 3, -140000, -2545000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1844, 30038, 5, 4, -4990000, -8260000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1845, 30038, 5, 5, 670000, -8035000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1846, 30058, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1847, 30058, 2, 1, -5000, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1848, 30058, 2, 2, -10000, -6690000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1849, 30058, 3, 1, 1870000, 3845000, 12057, 12057, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1850, 30058, 3, 2, 1655000, -1665000, 12152, 12152, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1851, 30058, 3, 3, 1555000, -6905000, 11666, 11666, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1852, 30058, 4, 1, -5000, 2870000, 11890, 11884, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1853, 30058, 4, 2, 5400000, 3310000, 12297, 12297, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1854, 30058, 4, 3, 0, -6090000, 12117, 12117, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1855, 30058, 4, 4, 5575000, -5290000, 12509, 12509, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1856, 30058, 5, 1, -700000, 4380000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1857, 30058, 5, 2, 4660000, 4390000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1858, 30058, 5, 3, 1420000, -1880000, 11762, 11767, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1859, 30058, 5, 4, -310000, -6830000, 10419, 10419, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1860, 30058, 5, 5, 5210000, -6370000, 10685, 10689, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1861, 10063, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1862, 10063, 2, 1, 0, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1863, 10063, 2, 2, 0, -6060000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1864, 10063, 3, 1, 0, 3830000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1865, 10063, 3, 2, 0, -1620000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1866, 10063, 3, 3, 0, -7260000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1867, 10063, 4, 1, -2670000, 2420000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1868, 10063, 4, 2, 2660000, 2730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1869, 10063, 4, 3, -2670000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1870, 10063, 4, 4, 2660000, -5310000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1871, 10063, 5, 1, -2670000, 3625000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1872, 10063, 5, 2, 2660000, 3480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1873, 10063, 5, 3, 40000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1874, 10063, 5, 4, -2670000, -7280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1875, 10063, 5, 5, 2690000, -6835000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1876, 10064, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1877, 10064, 2, 1, 0, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1878, 10064, 2, 2, 0, -6060000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1879, 10064, 3, 1, 0, 3830000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1880, 10064, 3, 2, 0, -1930000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1881, 10064, 3, 3, 0, -7850000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1882, 10064, 4, 1, -2670000, 2420000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1883, 10064, 4, 2, 2660000, 2730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1884, 10064, 4, 3, -2670000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1885, 10064, 4, 4, 2660000, -5310000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1886, 10064, 5, 1, -2670000, 3625000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1887, 10064, 5, 2, 2660000, 3480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1888, 10064, 5, 3, 40000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1889, 10064, 5, 4, -2670000, -7280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1890, 10064, 5, 5, 2690000, -6835000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1891, 30039, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1892, 30039, 2, 1, 0, 3740000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1893, 30039, 2, 2, 0, -5240000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1894, 30039, 3, 1, 0, 5650000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1895, 30039, 3, 2, 0, -940000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1896, 30039, 3, 3, 40000, -6290000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1897, 30039, 4, 1, -2730000, 3825000, 8475, 8471, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1898, 30039, 4, 2, 2660000, 4240000, 8690, 8690, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1899, 30039, 4, 3, -2915000, -5055000, 8248, 8248, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1900, 30039, 4, 4, 2515000, -4660000, 8273, 8273, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1901, 30039, 5, 1, -3020000, 5280000, 8664, 8668, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1902, 30039, 5, 2, 2255000, 5095000, 8498, 8498, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1903, 30039, 5, 3, -140000, -345000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1904, 30039, 5, 4, -2910000, -5655000, 8527, 8527, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1905, 30039, 5, 5, 2690000, -5535000, 8441, 8444, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1906, 30040, 1, 1, 360000, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1907, 30040, 2, 1, 355000, 2730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1908, 30040, 2, 2, 360000, -6410000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1909, 30040, 3, 1, 500000, 3340000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1910, 30040, 3, 2, 500000, -2150000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1911, 30040, 3, 3, 500000, -7420000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1912, 30040, 4, 1, -280000, 3435000, 8821, 8817, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1913, 30040, 4, 2, 5300000, 4060000, 8690, 8690, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1914, 30040, 4, 3, -260000, -5845000, 8968, 8968, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1915, 30040, 4, 4, 5670000, -5290000, 9142, 9142, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1916, 30040, 5, 1, 135000, 3885000, 9619, 9623, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1917, 30040, 5, 2, 5970000, 3885000, 9737, 9737, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1918, 30040, 5, 3, 340000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1919, 30040, 5, 4, 510000, -7550000, 10085, 10085, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1920, 30040, 5, 5, 6785000, -7420000, 10129, 10134, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1921, 30041, 1, 1, -330000, 20000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1922, 30041, 2, 1, -360000, 2730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1923, 30041, 2, 2, -360000, -6410000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1924, 30041, 3, 1, 0, 3970000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1925, 30041, 3, 2, -200000, -1930000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1926, 30041, 3, 3, -290000, -8070000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1927, 30041, 4, 1, -4770000, 3395000, 8821, 8817, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1928, 30041, 4, 2, 265000, 3395000, 9149, 9149, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1929, 30041, 4, 3, -4885000, -5700000, 8968, 8968, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1930, 30041, 4, 4, 270000, -5290000, 9142, 9142, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1931, 30041, 5, 1, -5290000, 3885000, 9619, 9623, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1932, 30041, 5, 2, 130000, 3765000, 9737, 9737, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1933, 30041, 5, 3, -310000, -2045000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1934, 30041, 5, 4, -5290000, -7470000, 10085, 10085, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1935, 30041, 5, 5, 130000, -7140000, 10129, 10134, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1936, 10065, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1937, 10065, 2, 1, 10000, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1938, 10065, 2, 2, 0, -6480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1939, 10065, 3, 1, 40000, 3980000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1940, 10065, 3, 2, 40000, -2470000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1941, 10065, 3, 3, -5000, -7850000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1942, 10065, 4, 1, -2770000, 2995000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1943, 10065, 4, 2, 2660000, 3000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1944, 10065, 4, 3, -2770000, -6350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1945, 10065, 4, 4, 2350000, -5310000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1946, 10065, 5, 1, -2770000, 3485000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1947, 10065, 5, 2, 2660000, 2970000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1948, 10065, 5, 3, -5000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1949, 10065, 5, 4, -2770000, -7280000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1950, 10065, 5, 5, 2690000, -6865000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1951, 10066, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1952, 10066, 2, 1, 10000, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1953, 10066, 2, 2, 0, -6480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1954, 10066, 3, 1, 40000, 3980000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1955, 10066, 3, 2, 40000, -2470000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1956, 10066, 3, 3, -5000, -7850000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1957, 10066, 4, 1, -2450000, 2995000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1958, 10066, 4, 2, 3020000, 3260000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1959, 10066, 4, 3, -2450000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1960, 10066, 4, 4, 3020000, -5310000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1961, 10066, 5, 1, -2290000, 3555000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1962, 10066, 5, 2, 3040000, 3480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1963, 10066, 5, 3, -5000, -1925000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1964, 10066, 5, 4, -2290000, -7210000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1965, 10066, 5, 5, 3040000, -6905000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1966, 20031, 1, 1, 0, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1967, 20031, 2, 1, 0, 4500000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1968, 20031, 2, 2, 40000, -3840000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1969, 20031, 3, 1, 40000, 6550000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1970, 20031, 3, 2, -10000, 940000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1971, 20031, 3, 3, -10000, -4430000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1972, 20031, 4, 1, -870000, 5445000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1973, 20031, 4, 2, 4700000, 5915000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1974, 20031, 4, 3, -750000, -3730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1975, 20031, 4, 4, 4700000, -2650000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1976, 20031, 5, 1, -1010000, 6685000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1977, 20031, 5, 2, 4640000, 6380000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1978, 20031, 5, 3, -5000, 935000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1979, 20031, 5, 4, -700000, -4620000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1980, 20031, 5, 5, 4640000, -4085000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1981, 30042, 1, 1, -635000, 215000, 9932, 9932, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1982, 30042, 2, 1, -670000, 3920000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1983, 30042, 2, 2, -670000, -4360000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1984, 30042, 3, 1, -50000, 7360000, 9234, 9234, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1985, 30042, 3, 2, -670000, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1986, 30042, 3, 3, -10000, -4675000, 9185, 9185, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1987, 30042, 4, 1, -6240000, 3835000, 9128, 9124, 68909); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1988, 30042, 4, 2, -570000, 4355000, 9877, 9877, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1989, 30042, 4, 3, -5630000, -5290000, 8428, 8428, 71079); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1990, 30042, 4, 4, -1120000, -3440000, 10558, 10558, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1991, 30042, 5, 1, -6150000, 6280000, 8607, 8611, 65570); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1992, 30042, 5, 2, -515000, 5765000, 9771, 9771, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1993, 30042, 5, 3, -160000, 1150000, 9329, 9334, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1994, 30042, 5, 4, -5730000, -5510000, 8046, 8046, 107340); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1995, 30042, 5, 5, -700000, -4245000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1996, 30059, 1, 1, 0, 325000, 9932, 9932, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1997, 30059, 2, 1, -370000, 4140000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1998, 30059, 2, 2, -370000, -4060000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (1999, 30059, 3, 1, -390000, 5560000, 9717, 9717, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2000, 30059, 3, 2, -350000, 210000, 9825, 9825, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2001, 30059, 3, 3, -40000, -5200000, 9185, 9185, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2002, 30059, 4, 1, -5060000, 4015000, 10007, 10003, -220); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2003, 30059, 4, 2, 470000, 4535000, 9877, 9877, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2004, 30059, 4, 3, -4835000, -4475000, 9241, 9241, -359); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2005, 30059, 4, 4, 265000, -3455000, 9939, 9939, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2006, 30059, 5, 1, -5290000, 5560000, 9578, 9582, -194); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2007, 30059, 5, 2, 415000, 5560000, 9771, 9771, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2008, 30059, 5, 3, -310000, 75000, 9692, 9697, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2009, 30059, 5, 4, -5110000, -5345000, 9363, 9363, 255); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2010, 30059, 5, 5, 420000, -5345000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2011, 30055, 1, 1, 55000, 20000, 9500, 9500, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2012, 30055, 2, 1, 600000, 2300000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2013, 30055, 2, 2, 600000, -6600000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2014, 30055, 3, 1, 210000, 3480000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2015, 30055, 3, 2, 360000, -2450000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2016, 30055, 3, 3, 500000, -8030000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2017, 30055, 4, 1, -3960000, 2420000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2018, 30055, 4, 2, 1710000, 2830000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2019, 30055, 4, 3, -3960000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2020, 30055, 4, 4, 1400000, -5290000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2021, 30055, 5, 1, -4000000, 3115000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2022, 30055, 5, 2, 1430000, 3110000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2023, 30055, 5, 3, -140000, -2525000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2024, 30055, 5, 4, -4000000, -7650000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2025, 30055, 5, 5, 1430000, -7215000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2026, 30056, 1, 1, -670000, 20000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2027, 30056, 2, 1, -670000, 1720000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2028, 30056, 2, 2, -670000, -6960000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2029, 30056, 3, 1, -490000, 3320000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2030, 30056, 3, 2, -670000, -2900000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2031, 30056, 3, 3, -670000, -8550000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2032, 30056, 4, 1, -5990000, 1855000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2033, 30056, 4, 2, -510000, 2420000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2034, 30056, 4, 3, -5990000, -7040000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2035, 30056, 4, 4, -510000, -6090000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2036, 30056, 5, 1, -6130000, 2735000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2037, 30056, 5, 2, -670000, 2500000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2038, 30056, 5, 3, -670000, -2520000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2039, 30056, 5, 4, -6130000, -8030000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2040, 30056, 5, 5, -670000, -8025000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2041, 30057, 1, 1, 20000, 0, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2042, 30057, 2, 1, -5000, 1620000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2043, 30057, 2, 2, -10000, -7460000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2044, 30057, 3, 1, -5000, 2210000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2045, 30057, 3, 2, -10000, -3590000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2046, 30057, 3, 3, 110000, -9150000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2047, 30057, 4, 1, -870000, 1635000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2048, 30057, 4, 2, 4480000, 1840000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2049, 30057, 4, 3, -870000, -8030000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2050, 30057, 4, 4, 4480000, -7230000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2051, 30057, 5, 1, -1010000, 2155000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2052, 30057, 5, 2, 4505000, 1820000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2053, 30057, 5, 3, 0, -3785000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2054, 30057, 5, 4, -870000, -9250000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2055, 30057, 5, 5, 4510000, -8945000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2056, 10069, 1, 1, 0, -1190000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2057, 10069, 2, 1, 360000, 940000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2058, 10069, 2, 2, 110000, -7770000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2059, 10069, 3, 1, -625000, 3385000, 9920, 9920, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2060, 10069, 3, 2, 710000, -3060000, 10112, 10112, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2061, 10069, 3, 3, -5000, -7845000, 9152, 9152, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2062, 10069, 4, 1, -2685000, 1125000, 9786, 9781, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2063, 10069, 4, 2, 3230000, 2130000, 9901, 9901, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2064, 10069, 4, 3, -3100000, -7665000, 9902, 9902, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2065, 10069, 4, 4, 3230000, -6995000, 9641, 9641, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2066, 10069, 5, 1, -2680000, 3455000, 9178, 9182, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2067, 10069, 5, 2, 3480000, 3385000, 10257, 10257, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2068, 10069, 5, 3, -490000, -2235000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2069, 10069, 5, 4, -2685000, -7455000, 7664, 7664, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2070, 10069, 5, 5, 3230000, -7600000, 8999, 9003, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2071, 20034, 1, 1, 360000, -940000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2072, 20034, 2, 1, 55000, -15000, 11055, 11055, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2073, 20034, 2, 2, 175000, -9130000, 10912, 10912, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2074, 20034, 3, 1, 355000, 2050000, 9759, 9759, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2075, 20034, 3, 2, 620000, -4530000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2076, 20034, 3, 3, -20000, -9315000, 9197, 9197, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2077, 20034, 4, 1, -2770000, 205000, 10890, 10885, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2078, 20034, 4, 2, 2350000, 1160000, 10002, 10002, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2079, 20034, 4, 3, -3095000, -8835000, 9512, 9512, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2080, 20034, 4, 4, 2350000, -8410000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2081, 20034, 5, 1, -2770000, 1645000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2082, 20034, 5, 2, 2695000, 1645000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2083, 20034, 5, 3, 75000, -3550000, 9050, 9054, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2084, 20034, 5, 4, -2500000, -9210000, 8401, 8401, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2085, 20034, 5, 5, 2695000, -9215000, 9126, 9130, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2086, 30048, 1, 1, -690000, -10000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2087, 30048, 2, 1, -690000, 3050000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2088, 30048, 2, 2, -865000, -6025000, 10339, 10339, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2089, 30048, 3, 1, -325000, 5275000, 9545, 9545, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2090, 30048, 3, 2, -590000, -830000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2091, 30048, 3, 3, -150000, -6750000, 9333, 9333, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2092, 30048, 4, 1, -5965000, 2285000, 9879, 9875, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2093, 30048, 4, 2, -590000, 2420000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2094, 30048, 4, 3, -6060000, -6290000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2095, 30048, 4, 4, -690000, -5510000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2096, 30048, 5, 1, -5910000, 4600000, 8749, 8753, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2097, 30048, 5, 2, -180000, 4035000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2098, 30048, 5, 3, -80000, -560000, 9233, 9237, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2099, 30048, 5, 4, -5910000, -6505000, 9282, 9282, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2100, 30048, 5, 5, -590000, -6585000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2101, 30060, 1, 1, 600000, -700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2102, 30060, 2, 1, 600000, 1980000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2103, 30060, 2, 2, 600000, -5880000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2104, 30060, 3, 1, 980000, 2910000, 11820, 11820, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2105, 30060, 3, 2, 2035000, -3205000, 11903, 11903, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2106, 30060, 3, 3, 1400000, -8110000, 11300, 11300, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2107, 30060, 4, 1, 0, 1470000, 11803, 11797, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2108, 30060, 4, 2, 4870000, 2420000, 11735, 11735, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2109, 30060, 4, 3, -505000, -6990000, 11990, 11990, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2110, 30060, 4, 4, 4330000, -5815000, 11827, 11827, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2111, 30060, 5, 1, -1010000, 3910000, 11345, 11350, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2112, 30060, 5, 2, 4865000, 2275000, 12079, 12079, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2113, 30060, 5, 3, 1335000, -2580000, 10910, 10915, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2114, 30060, 5, 4, -705000, -8240000, 12483, 12483, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2115, 30060, 5, 5, 4820000, -8235000, 12417, 12422, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2116, 10072, 1, 1, 0, -730000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2117, 10072, 2, 1, 110000, 1450000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2118, 10072, 2, 2, 110000, -7230000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2119, 10072, 3, 1, 60000, 3725000, 9456, 9456, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2120, 10072, 3, 2, 620000, -2700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2121, 10072, 3, 3, -5000, -7680000, 9228, 9228, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2122, 10072, 4, 1, -2050000, 550000, 10703, 10698, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2123, 10072, 4, 2, 3505000, 1530000, 10343, 10343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2124, 10072, 4, 3, -2620000, -7290000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2125, 10072, 4, 4, 3020000, -6390000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2126, 10072, 5, 1, -2500000, 3555000, 9050, 9054, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2127, 10072, 5, 2, 3210000, 3485000, 9342, 9342, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2128, 10072, 5, 3, -310000, -1960000, 9458, 9463, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2129, 10072, 5, 4, -3020000, -7380000, 8261, 8261, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2130, 10072, 5, 5, 3105000, -7405000, 8235, 8239, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2131, 30044, 1, 1, -25000, -2725000, 11889, 11889, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2132, 30044, 2, 1, -380000, 690000, 10604, 10604, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2133, 30044, 2, 2, 110000, -8470000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2134, 30044, 3, 1, -290000, 2490000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2135, 30044, 3, 2, -180000, -4430000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2136, 30044, 3, 3, -180000, -9175000, 9616, 9616, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2137, 30044, 4, 1, -3785000, -355000, 11384, 11379, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2138, 30044, 4, 2, 1530000, 460000, 10816, 10816, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2139, 30044, 4, 3, -3590000, -9140000, 10000, 10000, 50649); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2140, 30044, 4, 4, 1530000, -8270000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2141, 30044, 5, 1, -4095000, 1805000, 10453, 10458, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2142, 30044, 5, 2, 1900000, 1580000, 10381, 10381, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2143, 30044, 5, 3, -490000, -3405000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2144, 30044, 5, 4, -4090000, -9020000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2145, 30044, 5, 5, 1910000, -9015000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2146, 30045, 1, 1, 110000, -580000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2147, 30045, 2, 1, 360000, 1230000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2148, 30045, 2, 2, 360000, -7770000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2149, 30045, 3, 1, -125000, 3690000, 9425, 9425, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2150, 30045, 3, 2, 95000, -2865000, 9329, 9329, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2151, 30045, 3, 3, -10000, -8025000, 9283, 9283, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2152, 30045, 4, 1, -2645000, 1985000, 9255, 9250, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2153, 30045, 4, 2, 2475000, 1760000, 9621, 9621, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2154, 30045, 4, 3, -2300000, -7250000, 8734, 8734, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2155, 30045, 4, 4, 2905000, -6920000, 8753, 8753, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2156, 30045, 5, 1, -3020000, 3210000, 8589, 8593, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2157, 30045, 5, 2, 2785000, 2500000, 9235, 9235, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2158, 30045, 5, 3, -320000, -2145000, 9779, 9784, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2159, 30045, 5, 4, -2130000, -7750000, 8523, 8523, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2160, 30045, 5, 5, 2690000, -7495000, 8598, 8602, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2161, 30046, 1, 1, -690000, 530000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2162, 30046, 2, 1, -870000, 7800000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2163, 30046, 2, 2, 110000, -1160000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2164, 30046, 3, 1, -200000, 9600000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2165, 30046, 3, 2, 500000, 4350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2166, 30046, 3, 3, -490000, -1260000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2167, 30046, 4, 1, -1755000, 7240000, 10475, 10470, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2168, 30046, 4, 2, 3485000, 8050000, 10578, 10578, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2169, 30046, 4, 3, -1810000, -775000, 10406, 10406, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2170, 30046, 4, 4, 3330000, -755000, 10386, 10386, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2171, 30046, 5, 1, -1825000, 9925000, 8832, 8836, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2172, 30046, 5, 2, 3490000, 9340000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2173, 30046, 5, 3, -510000, 3975000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2174, 30046, 5, 4, -1650000, -1350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2175, 30046, 5, 5, 3490000, -760000, 10386, 10391, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2176, 30047, 1, 1, 100000, -1220000, 10694, 10694, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2177, 30047, 2, 1, -130000, 2620000, 10297, 10297, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2178, 30047, 2, 2, -130000, -6160000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2179, 30047, 3, 1, -300000, 2685000, 10638, 10638, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2180, 30047, 3, 2, -460000, -3400000, 11374, 11374, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2181, 30047, 3, 3, -370000, -8665000, 10551, 10551, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2182, 30047, 4, 1, -2205000, 1970000, 10007, 10002, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2183, 30047, 4, 2, 3020000, 3415000, 10384, 10384, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2184, 30047, 4, 3, -2485000, -6020000, 10353, 10353, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2185, 30047, 4, 4, 2020000, -5775000, 10434, 10434, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2186, 30047, 5, 1, -2955000, 2805000, 10752, 10757, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2187, 30047, 5, 2, 2710000, 3125000, 10458, 10458, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2188, 30047, 5, 3, -310000, -2915000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2189, 30047, 5, 4, -1975000, -7135000, 10399, 10399, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2190, 30047, 5, 5, 3060000, -6460000, 10348, 10353, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2191, 30061, 1, 1, 805000, -975000, 10254, 10254, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2192, 30061, 2, 1, 1785000, -350000, 11468, 11468, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2193, 30061, 2, 2, 2255000, -10065000, 12050, 12050, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2194, 30061, 3, 1, 1240000, 280000, 10745, 10745, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2195, 30061, 3, 2, 1690000, -5515000, 11472, 11472, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2196, 30061, 3, 3, 1220000, -10285000, 10720, 10720, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2197, 30061, 4, 1, 1690000, -575000, 11858, 11852, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2198, 30061, 4, 2, 6980000, 345000, 11196, 11196, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2199, 30061, 4, 3, 1630000, -10550000, 11186, 11186, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2200, 30061, 4, 4, 6955000, -9605000, 11223, 11223, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2201, 30061, 5, 1, 1690000, 135000, 12026, 12031, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2202, 30061, 5, 2, 6765000, -255000, 11480, 11480, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2203, 30061, 5, 3, 1820000, -5400000, 11425, 11431, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2204, 30061, 5, 4, 1610000, -10820000, 11301, 11301, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2205, 30061, 5, 5, 7555000, -10680000, 11359, 11365, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2206, 10070, 1, 1, -455000, -1805000, 10703, 10703, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2207, 10070, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2208, 10070, 2, 2, -290000, -7295000, 9503, 9503, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2209, 10070, 3, 1, -80000, 3455000, 9393, 9393, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2210, 10070, 3, 2, 45000, -2915000, 9547, 9547, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2211, 10070, 3, 3, -85000, -7815000, 9400, 9400, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2212, 10070, 4, 1, -2490000, 890000, 10821, 10816, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2213, 10070, 4, 2, 3040000, 1505000, 10321, 10321, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2214, 10070, 4, 3, -1730000, -6975000, 10486, 10486, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2215, 10070, 4, 4, 2775000, -6800000, 10651, 10651, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2216, 10070, 5, 1, -2500000, 3485000, 9171, 9175, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2217, 10070, 5, 2, 3605000, 2760000, 9853, 9853, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2218, 10070, 5, 3, -360000, -2390000, 9576, 9581, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2219, 10070, 5, 4, -1725000, -7675000, 9697, 9697, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2220, 10070, 5, 5, 2160000, -7675000, 10132, 10136, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2221, 20035, 1, 1, 360000, -1050000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2222, 20035, 2, 1, 435000, 535000, 10542, 10542, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2223, 20035, 2, 2, 440000, -8760000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2224, 20035, 3, 1, 205000, 1560000, 9748, 9748, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2225, 20035, 3, 2, 360000, -4590000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2226, 20035, 3, 3, 175000, -9600000, 9425, 9425, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2227, 20035, 4, 1, -1750000, 380000, 10730, 10725, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2228, 20035, 4, 2, 3850000, 110000, 10977, 10977, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2229, 20035, 4, 3, -2050000, -9600000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2230, 20035, 4, 4, 3060000, -8340000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2231, 20035, 5, 1, -1320000, 1165000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2232, 20035, 5, 2, 3140000, 570000, 10560, 10560, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2233, 20035, 5, 3, 65000, -4205000, 9385, 9389, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2234, 20035, 5, 4, -1320000, -9870000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2235, 20035, 5, 5, 2710000, -8820000, 9133, 9137, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2236, 30054, 1, 1, 895000, -2635000, 11474, 11474, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2237, 30054, 2, 1, 955000, -50000, 11089, 11089, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2238, 30054, 2, 2, 955000, -9525000, 10738, 10738, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2239, 30054, 3, 1, 805000, 620000, 10539, 10539, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2240, 30054, 3, 2, 750000, -5130000, 10160, 10160, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2241, 30054, 3, 3, 640000, -11320000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2242, 30054, 4, 1, -1155000, -1055000, 12062, 12057, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2243, 30054, 4, 2, 4325000, -295000, 11355, 11351, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2244, 30054, 4, 3, -1265000, -10690000, 10640, 10640, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2245, 30054, 4, 4, 4595000, -10105000, 11572, 11572, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2246, 30054, 5, 1, -1860000, 315000, 10790, 10795, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2247, 30054, 5, 2, 4465000, 360000, 10752, 10752, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2248, 30054, 5, 3, 400000, -5300000, 9639, 9643, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2249, 30054, 5, 4, -1010000, -11510000, 10630, 10630, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2250, 30054, 5, 5, 4080000, -11415000, 10485, 10490, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2251, 30062, 1, 1, 310000, -1205000, 9755, 9755, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2252, 30062, 2, 1, 2905000, -1910000, 12855, 12855, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2253, 30062, 2, 2, 2590000, -11110000, 12464, 12464, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2254, 30062, 3, 1, 2260000, -560000, 12005, 12005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2255, 30062, 3, 2, 100000, -4580000, 9507, 9507, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2256, 30062, 3, 3, 110000, -11120000, 10337, 10337, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2257, 30062, 4, 1, 1670000, -1625000, 12575, 12570, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2258, 30062, 4, 2, 7625000, -1090000, 12265, 12265, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2259, 30062, 4, 3, 1030000, -11120000, 11515, 11515, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2260, 30062, 4, 4, 8785000, -10720000, 12504, 12504, 76290); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2261, 30062, 5, 1, 1220000, 175000, 10763, 10768, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2262, 30062, 5, 2, 6140000, 280000, 10706, 10706, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2263, 30062, 5, 3, 970000, -5600000, 10349, 10353, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2264, 30062, 5, 4, 810000, -10895000, 10387, 10387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2265, 30062, 5, 5, 6420000, -10725000, 10561, 10566, -343); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2266, 10060, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2267, 10060, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2268, 10060, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2269, 10060, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2270, 10060, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2271, 10060, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2272, 10060, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2273, 10060, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2274, 10060, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2275, 10060, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2276, 10060, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2277, 10060, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2278, 10060, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2279, 10060, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2280, 10060, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2281, 30034, 1, 1, 815000, -1785000, 11010, 11010, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2282, 30034, 2, 1, 530000, 390000, 10834, 10834, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2283, 30034, 2, 2, 1060000, -8390000, 10482, 10482, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2284, 30034, 3, 1, 620000, 3150000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2285, 30034, 3, 2, 525000, -3400000, 9819, 9819, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2286, 30034, 3, 3, 355000, -8375000, 9549, 9549, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2287, 30034, 4, 1, -540000, 545000, 10616, 10611, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2288, 30034, 4, 2, 4650000, 1040000, 10259, 10259, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2289, 30034, 4, 3, -1280000, -8275000, 9489, 9489, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2290, 30034, 4, 4, 4545000, -8275000, 10388, 10388, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2291, 30034, 5, 1, -1520000, 3090000, 9130, 9135, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2292, 30034, 5, 2, 4630000, 3555000, 8749, 8749, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2293, 30034, 5, 3, 125000, -2580000, 9411, 9416, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2294, 30034, 5, 4, -955000, -8180000, 9161, 9161, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2295, 30034, 5, 5, 4150000, -8380000, 9342, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2296, 30036, 1, 1, 0, 20000, 9408, 9408, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2297, 30036, 2, 1, -5000, 2480000, 9427, 9427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2298, 30036, 2, 2, 55000, -6390000, 9347, 9347, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2299, 30036, 3, 1, -10000, 4205000, 9380, 9380, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2300, 30036, 3, 2, 0, -2145000, 9481, 9481, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2301, 30036, 3, 3, -10000, -7550000, 9355, 9355, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2302, 30036, 4, 1, -2670000, 2015000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2303, 30036, 4, 2, 3420000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2304, 30036, 4, 3, -2670000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2305, 30036, 4, 4, 3020000, -6570000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2306, 30036, 5, 1, -2500000, 3915000, 8522, 8526, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2307, 30036, 5, 2, 3015000, 3555000, 8608, 8608, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2308, 30036, 5, 3, 60000, -1785000, 9789, 9794, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2309, 30036, 5, 4, -2500000, -7135000, 8382, 8382, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2310, 30036, 5, 5, 3230000, -7090000, 8339, 8343, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2311, 20037, 1, 1, -850000, -1155000, 10346, 10346, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2312, 20037, 2, 1, -1025000, 630000, 10587, 10587, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2313, 20037, 2, 2, -720000, -8360000, 10968, 10968, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2314, 20037, 3, 1, -495000, 3325000, 9857, 9857, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2315, 20037, 3, 2, -60000, -3205000, 9465, 9465, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2316, 20037, 3, 3, -575000, -8250000, 9954, 9954, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2317, 20037, 4, 1, -4435000, 1205000, 11123, 11118, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2318, 20037, 4, 2, 810000, 2420000, 10491, 10491, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2319, 20037, 4, 3, -4430000, -7770000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2320, 20037, 4, 4, 1030000, -7765000, 9502, 9502, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2321, 20037, 5, 1, -4455000, 3080000, 8852, 8856, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2322, 20037, 5, 2, 1205000, 2760000, 9154, 9154, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2323, 20037, 5, 3, -160000, -2160000, 9333, 9337, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2324, 20037, 5, 4, -4455000, -8030000, 9607, 9607, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2325, 20037, 5, 5, 1210000, -8010000, 9650, 9655, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2326, 30063, 1, 1, 5000, -1920000, 10984, 10984, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2327, 30063, 2, 1, 0, 1120000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2328, 30063, 2, 2, 0, -8760000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2329, 30063, 3, 1, -105000, 1835000, 9772, 9772, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2330, 30063, 3, 2, 1085000, -5020000, 10723, 10723, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2331, 30063, 3, 3, 290000, -9920000, 10261, 10261, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2332, 30063, 4, 1, -2355000, 480000, 10602, 10597, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2333, 30063, 4, 2, 3430000, 1040000, 10596, 10596, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2334, 30063, 4, 3, -2445000, -9600000, 10492, 10492, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2335, 30063, 4, 4, 3560000, -8810000, 10436, 10436, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2336, 30063, 5, 1, -1540000, 1395000, 9861, 9865, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2337, 30063, 5, 2, 3610000, 1160000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2338, 30063, 5, 3, -125000, -3900000, 9289, 9293, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2339, 30063, 5, 4, -2080000, -9690000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2340, 30063, 5, 5, 2780000, -9215000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2341, 30064, 1, 1, 15000, 1285000, 10462, 10462, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2342, 30064, 2, 1, 5000, 5525000, 10745, 10745, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2343, 30064, 2, 2, 0, -2810000, 9313, 9313, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2344, 30064, 3, 1, -10000, 8230000, 9496, 9496, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2345, 30064, 3, 2, 0, 2240000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2346, 30064, 3, 3, 45000, -3070000, 9286, 9286, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2347, 30064, 4, 1, -2395000, 5915000, 10937, 10932, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2348, 30064, 4, 2, 2730000, 6900000, 10807, 10807, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2349, 30064, 4, 3, -2400000, -1550000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2350, 30064, 4, 4, 2350000, -1445000, 10330, 10330, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2351, 30064, 5, 1, -2400000, 8210000, 10406, 10411, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2352, 30064, 5, 2, 2690000, 7620000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2353, 30064, 5, 3, -10000, 2765000, 9625, 9630, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2354, 30064, 5, 4, -2505000, -2680000, 10279, 10279, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2355, 30064, 5, 5, 2690000, -2680000, 10078, 10083, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2356, 30065, 1, 1, -1165000, -1685000, 10666, 10666, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2357, 30065, 2, 1, -445000, 155000, 11019, 11019, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2358, 30065, 2, 2, -440000, -8460000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2359, 30065, 3, 1, -1150000, 3050000, 10000, 10000, -112299); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2360, 30065, 3, 2, -620000, -4270000, 10000, 10000, -37848); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2361, 30065, 3, 3, -95000, -9110000, 9510, 9510, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2362, 30065, 4, 1, -4720000, 765000, 10401, 10396, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2363, 30065, 4, 2, 470000, 1405000, 10385, 10385, -41245); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2364, 30065, 4, 3, -5705000, -8055000, 10230, 10230, -86319); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2365, 30065, 4, 4, -120000, -7105000, 10000, 10000, -113553); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2366, 30065, 5, 1, -4240000, 2155000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2367, 30065, 5, 2, 675000, 2380000, 10116, 10116, -31971); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2368, 30065, 5, 3, -830000, -3470000, 10163, 10168, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2369, 30065, 5, 4, -4905000, -8805000, 9191, 9191, -66378); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2370, 30065, 5, 5, 500000, -8950000, 9734, 9738, -81265); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2371, 30066, 1, 1, -580000, -665000, 9866, 9866, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2372, 30066, 2, 1, -675000, 1610000, 10056, 10056, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2373, 30066, 2, 2, -725000, -7730000, 10180, 10177, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2374, 30066, 3, 1, -230000, 3880000, 9454, 9454, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2375, 30066, 3, 2, -275000, -2780000, 9619, 9619, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2376, 30066, 3, 3, -150000, -8025000, 9393, 9391, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2377, 30066, 4, 1, -4165000, 2345000, 9527, 9523, 46043); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2378, 30066, 4, 2, 1390000, 2000000, 9623, 9623, 33967); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2379, 30066, 4, 3, -4305000, -7740000, 10721, 10721, 63443); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2380, 30066, 4, 4, 1060000, -7765000, 10935, 10935, 46942); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2381, 30066, 5, 1, -4390000, 4010000, 7979, 7983, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2382, 30066, 5, 2, 1150000, 2960000, 9386, 9386, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2383, 30066, 5, 3, 0, -2045000, 9218, 9222, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2384, 30066, 5, 4, -4800000, -7800000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2385, 30066, 5, 5, 1150000, -7850000, 9831, 9836, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2386, 10067, 1, 1, 20000, -1525000, 10544, 10544, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2387, 10067, 2, 1, 0, 1975000, 9205, 9205, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2388, 10067, 2, 2, 5000, -7890000, 9473, 9470, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2389, 10067, 3, 1, 0, 3690000, 9387, 9387, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2390, 10067, 3, 2, 0, -2570000, 9229, 9229, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2391, 10067, 3, 3, 0, -7940000, 9191, 9191, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2392, 10067, 4, 1, -3005000, 905000, 10288, 10284, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2393, 10067, 4, 2, 2565000, 2155000, 9487, 9487, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2394, 10067, 4, 3, -3395000, -7760000, 9263, 9263, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2395, 10067, 4, 4, 2780000, -7170000, 9219, 9219, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2396, 10067, 5, 1, -3455000, 3410000, 9560, 9564, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2397, 10067, 5, 2, 2375000, 3420000, 8829, 8829, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2398, 10067, 5, 3, 0, -2110000, 9141, 9145, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2399, 10067, 5, 4, -2665000, -7700000, 8913, 8913, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2400, 10067, 5, 5, 3075000, -7695000, 9139, 9140, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2401, 10071, 1, 1, -15000, -520000, 9607, 9607, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2402, 10071, 2, 1, 0, 1160000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2403, 10071, 2, 2, 0, -7620000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2404, 10071, 3, 1, -40000, 3830000, 9514, 9514, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2405, 10071, 3, 2, 25000, -2665000, 9411, 9411, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2406, 10071, 3, 3, -5000, -7730000, 9411, 9414, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2407, 10071, 4, 1, -2640000, 1105000, 10214, 10209, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2408, 10071, 4, 2, 2685000, 1445000, 10265, 10265, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2409, 10071, 4, 3, -3105000, -7090000, 8956, 8956, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2410, 10071, 4, 4, 3020000, -7090000, 9431, 9431, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2411, 10071, 5, 1, -3130000, 3935000, 8390, 8394, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2412, 10071, 5, 2, 3235000, 3285000, 8784, 8784, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2413, 10071, 5, 3, 35000, -2035000, 9171, 9175, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2414, 10071, 5, 4, -3020000, -7420000, 8726, 8726, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2415, 10071, 5, 5, 2690000, -7425000, 8722, 8726, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2416, 20038, 1, 1, 20000, -940000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2417, 20038, 2, 1, 940000, -670000, 11662, 11662, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2418, 20038, 2, 2, 940000, -9600000, 11055, 11055, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2419, 20038, 3, 1, 1150000, 1385000, 10656, 10656, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2420, 20038, 3, 2, 1315000, -4920000, 10863, 10863, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2421, 20038, 3, 3, 825000, -10080000, 10401, 10401, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2422, 20038, 4, 1, -225000, -585000, 11618, 11612, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2423, 20038, 4, 2, 4735000, 620000, 10538, 10538, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2424, 20038, 4, 3, -870000, -9610000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2425, 20038, 4, 4, 5085000, -8765000, 10404, 10404, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2426, 20038, 5, 1, -420000, 1020000, 10134, 10138, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2427, 20038, 5, 2, 4985000, 1595000, 9607, 9607, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2428, 20038, 5, 3, 705000, -4420000, 10127, 10132, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2429, 20038, 5, 4, -310000, -10105000, 10323, 10323, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2430, 20038, 5, 5, 4900000, -10105000, 10109, 10114, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2431, 30043, 1, 1, -915000, -1250000, 10377, 10377, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2432, 30043, 2, 1, -845000, 850000, 10290, 10290, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2433, 30043, 2, 2, -955000, -9220000, 10427, 10427, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2434, 30043, 3, 1, -855000, 1470000, 10289, 10289, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2435, 30043, 3, 2, -1030000, -4895000, 10507, 10507, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2436, 30043, 3, 3, -875000, -10420000, 10316, 10316, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2437, 30043, 4, 1, -4860000, 435000, 10669, 10664, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2438, 30043, 4, 2, 1300000, 890000, 10840, 10840, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2439, 30043, 4, 3, -4550000, -9855000, 10211, 10211, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2440, 30043, 4, 4, 1325000, -9210000, 10811, 10811, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2441, 30043, 5, 1, -4460000, 1165000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2442, 30043, 5, 2, 630000, 1100000, 10336, 10336, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2443, 30043, 5, 3, -895000, -4395000, 10240, 10245, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2444, 30043, 5, 4, -4460000, -10150000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2445, 30043, 5, 5, 965000, -10150000, 10115, 10120, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2446, 10073, 1, 1, 0, -340000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2447, 10073, 2, 1, 110000, 1530000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2448, 10073, 2, 2, 0, -7500000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2449, 10073, 3, 1, 0, 3535000, 9391, 9391, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2450, 10073, 3, 2, 130000, -2870000, 9304, 9304, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2451, 10073, 3, 3, 110000, -8030000, 9378, 9378, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2452, 10073, 4, 1, -2615000, 1385000, 9806, 9801, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2453, 10073, 4, 2, 2535000, 1595000, 10165, 10165, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2454, 10073, 4, 3, -2650000, -7850000, 10149, 10149, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2455, 10073, 4, 4, 3020000, -7230000, 9572, 9572, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2456, 10073, 5, 1, -3020000, 3205000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2457, 10073, 5, 2, 2260000, 2515000, 10125, 10125, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2458, 10073, 5, 3, 0, -2180000, 9353, 9358, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2459, 10073, 5, 4, -3020000, -7745000, 8816, 8816, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2460, 10073, 5, 5, 2970000, -7560000, 8638, 8642, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2461, 30068, 1, 1, -270000, -1435000, 10601, 10599, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2462, 30068, 2, 1, 5000, 700000, 10613, 10613, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2463, 30068, 2, 2, 0, -7725000, 9791, 9791, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2464, 30068, 3, 1, -35000, 3570000, 9164, 9164, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2465, 30068, 3, 2, -25000, -2620000, 9275, 9275, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2466, 30068, 3, 3, -25000, -7675000, 9308, 9308, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2467, 30068, 4, 1, -2770000, 2165000, 10000, 9995, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2468, 30068, 4, 2, 3390000, 2470000, 9293, 9293, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2469, 30068, 4, 3, -2685000, -7315000, 9575, 9575, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2470, 30068, 4, 4, 3020000, -6540000, 8854, 8854, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2471, 30068, 5, 1, -2870000, 4240000, 8758, 8762, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2472, 30068, 5, 2, 3210000, 2565000, 8934, 8934, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2473, 30068, 5, 3, -120000, -2150000, 9315, 9320, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2474, 30068, 5, 4, -3020000, -7560000, 8579, 8579, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2475, 30068, 5, 5, 3535000, -7565000, 8913, 8917, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2476, 30069, 1, 1, -1365000, -1820000, 11022, 11022, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2477, 30069, 2, 1, -990000, 755000, 10620, 10620, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2478, 30069, 2, 2, -1025000, -8695000, 10659, 10659, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2479, 30069, 3, 1, -1815000, 1550000, 11639, 11639, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2480, 30069, 3, 2, -1335000, -3010000, 10908, 10908, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2481, 30069, 3, 3, -1120000, -10055000, 10783, 10783, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2482, 30069, 4, 1, -6955000, 1270000, 10000, 9995, 82241); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2483, 30069, 4, 2, -1010000, 1865000, 10657, 10657, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2484, 30069, 4, 3, -6335000, -9600000, 10000, 10000, 112005); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2485, 30069, 4, 4, -1295000, -9080000, 11010, 11010, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2486, 30069, 5, 1, -6580000, 2375000, 10000, 10005, 83679); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2487, 30069, 5, 2, -655000, 1175000, 10919, 10919, 49140); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2488, 30069, 5, 3, -1625000, -4705000, 12265, 12271, 62965); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2489, 30069, 5, 4, -6630000, -10430000, 10690, 10690, 100976); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2490, 30069, 5, 5, -1535000, -9250000, 11035, 11040, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2491, 30070, 1, 1, -300000, -940000, 11747, 11747, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2492, 30070, 2, 1, -240000, 2700000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2493, 30070, 2, 2, 360000, -6770000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2494, 30070, 3, 1, 155000, 5025000, 9447, 9447, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2495, 30070, 3, 2, -665000, -1375000, 10081, 10081, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2496, 30070, 3, 3, -665000, -6700000, 10083, 10083, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2497, 30070, 4, 1, -4195000, 2235000, 11062, 11057, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2498, 30070, 4, 2, 1225000, 2235000, 10553, 10553, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2499, 30070, 4, 3, -3660000, -6330000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2500, 30070, 4, 4, 1055000, -6330000, 9709, 9709, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2501, 30070, 5, 1, -4910000, 4490000, 10125, 10130, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2502, 30070, 5, 2, 820000, 3740000, 10828, 10828, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2503, 30070, 5, 3, -760000, -885000, 10335, 10339, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2504, 30070, 5, 4, -4460000, -6780000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2505, 30070, 5, 5, 840000, -6775000, 8945, 8949, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2506, 20039, 1, 1, 970000, -1430000, 10457, 10457, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2507, 20039, 2, 1, 980000, 710000, 10624, 10623, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2508, 20039, 2, 2, 970000, -9105000, 10459, 10459, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2509, 20039, 3, 1, 0, 1995000, 9568, 9568, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2510, 20039, 3, 2, 360000, -4530000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2511, 20039, 3, 3, -80000, -9605000, 9456, 9456, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2512, 20039, 4, 1, -2050000, 0, 11169, 11164, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2513, 20039, 4, 2, 3690000, 1345000, 10272, 10272, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2514, 20039, 4, 3, -2050000, -9420000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2515, 20039, 4, 4, 3775000, -8505000, 10376, 10376, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2516, 20039, 5, 1, -2500000, 1445000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2517, 20039, 5, 2, 3610000, 1450000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2518, 20039, 5, 3, -135000, -3645000, 9139, 9140, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2519, 20039, 5, 4, -2500000, -9600000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2520, 20039, 5, 5, 3300000, -9595000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2521, 30071, 1, 1, 0, -240000, 9247, 9247, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2522, 30071, 2, 1, -680000, 10420000, 11292, 11292, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2523, 30071, 2, 2, -680000, 450000, 12479, 12479, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2524, 30071, 3, 1, -545000, 11260000, 10761, 10761, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2525, 30071, 3, 2, 5000, 5100000, 11394, 11394, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2526, 30071, 3, 3, -545000, -560000, 10881, 10881, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2527, 30071, 4, 1, -3770000, 9710000, 11353, 11348, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2528, 30071, 4, 2, 3295000, 10650000, 11283, 11283, -68937); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2529, 30071, 4, 3, -3775000, 0, 11840, 11840, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2530, 30071, 4, 4, 3020000, 130000, 11459, 11459, -52732); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2531, 30071, 5, 1, -4000000, 11015000, 10000, 10005, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2532, 30071, 5, 2, 3080000, 10420000, 10000, 10000, -101371); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2533, 30071, 5, 3, -700000, 4560000, 10488, 10493, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2534, 30071, 5, 4, -2215000, -1940000, 10000, 10000, -102297); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2535, 30071, 5, 5, 3275000, -1385000, 10000, 10005, -89430); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2536, 30072, 1, 1, 0, -845000, 10033, 10033, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2537, 30072, 2, 1, 210000, 1995000, 9875, 9875, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2538, 30072, 2, 2, 285000, -6650000, 9611, 9611, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2539, 30072, 3, 1, 130000, 4035000, 9308, 9308, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2540, 30072, 3, 2, 220000, -2145000, 9480, 9480, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2541, 30072, 3, 3, 45000, -7515000, 9178, 9178, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2542, 30072, 4, 1, -1280000, 1955000, 9448, 9444, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2543, 30072, 4, 2, 3870000, 2680000, 9182, 9182, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2544, 30072, 4, 3, -1765000, -7200000, 9312, 9312, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2545, 30072, 4, 4, 3870000, -6640000, 9368, 9368, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2546, 30072, 5, 1, -1695000, 4385000, 8247, 8251, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2547, 30072, 5, 2, 4290000, 3955000, 9061, 9061, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2548, 30072, 5, 3, 0, -1750000, 9261, 9266, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2549, 30072, 5, 4, -1695000, -7270000, 8789, 8789, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2550, 30072, 5, 5, 3610000, -7280000, 9331, 9335, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2551, 30073, 1, 1, 1060000, -1385000, 10572, 10572, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2552, 30073, 2, 1, 1360000, 825000, 10942, 10942, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2553, 30073, 2, 2, 1145000, -7495000, 10676, 10676, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2554, 30073, 3, 1, 270000, 3645000, 9540, 9540, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2555, 30073, 3, 2, 1025000, -2550000, 10390, 10390, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2556, 30073, 3, 3, 525000, -7605000, 9772, 9772, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2557, 30073, 4, 1, -1275000, 1680000, 9721, 9717, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2558, 30073, 4, 2, 4550000, 2350000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2559, 30073, 4, 3, -905000, -6855000, 10376, 10376, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2560, 30073, 4, 4, 4930000, -6755000, 10469, 10469, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2561, 30073, 5, 1, -785000, 3555000, 9559, 9563, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2562, 30073, 5, 2, 4760000, 2920000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2563, 30073, 5, 3, 585000, -1955000, 9981, 9986, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2564, 30073, 5, 4, -1290000, -7415000, 8934, 8934, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2565, 30073, 5, 5, 4255000, -7325000, 9015, 9019, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2566, 30074, 1, 1, 225000, -565000, 9884, 9884, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2567, 30074, 2, 1, 0, 2000000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2568, 30074, 2, 2, 40000, -7950000, 9653, 9653, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2569, 30074, 3, 1, 890000, 2910000, 10335, 10335, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2570, 30074, 3, 2, 900000, -3040000, 10322, 10322, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2571, 30074, 3, 3, 240000, -8210000, 9415, 9415, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2572, 30074, 4, 1, -1115000, 1945000, 10203, 10198, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2573, 30074, 4, 2, 4115000, 2350000, 9647, 9647, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2574, 30074, 4, 3, -1280000, -6900000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2575, 30074, 4, 4, 4970000, -6900000, 10000, 10000, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2576, 30074, 5, 1, -1185000, 2865000, 10203, 10208, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2577, 30074, 5, 2, 5355000, 2800000, 10268, 10268, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2578, 30074, 5, 3, 1310000, -3015000, 10880, 10885, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2579, 30074, 5, 4, -1010000, -8255000, 9793, 9793, 0); INSERT INTO single_mode_tag_card_pos (id, support_card_id, pattern, pos_index, pos_x, pos_y, scale_x, scale_y, rot_z) VALUES (2580, 30074, 5, 5, 5140000, -8385000, 10000, 10005, 0); -- Table: single_mode_team_name CREATE TABLE 'single_mode_team_name' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_team_name (id, chara_id) VALUES (0, 1010); INSERT INTO single_mode_team_name (id, chara_id) VALUES (1, 1056); INSERT INTO single_mode_team_name (id, chara_id) VALUES (2, 1052); INSERT INTO single_mode_team_name (id, chara_id) VALUES (3, 1030); -- Table: single_mode_top_bg CREATE TABLE 'single_mode_top_bg' ('id' INTEGER NOT NULL, 'month' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub_id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'bg_progress' INTEGER NOT NULL, 'bg_effect' TEXT NOT NULL, 'bgm_cue_name' TEXT NOT NULL, 'bgm_cuesheet' TEXT NOT NULL, 'env_cue_name' TEXT NOT NULL, 'env_cuesheet_name' TEXT NOT NULL, 'max_placement' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (1, 1, 5, 4110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (2, 2, 5, 4110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (3, 3, 5, 5110, 1, 0, 'pfb_eff_single_scenario_01', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (4, 4, 5, 5110, 1, 0, 'pfb_eff_single_scenario_01', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (5, 5, 5, 110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (6, 6, 5, 110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (7, 7, 5, 110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (8, 8, 5, 110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (9, 9, 5, 110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (10, 10, 5, 3110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (11, 11, 5, 3110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (12, 12, 5, 4110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (13, 0, 42, 2110, 1, 0, '', '', '', '', '', 0); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (14, 1, 124, 4110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (15, 2, 124, 4110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (16, 3, 124, 1110, 2, 1, 'pfb_eff_single_scenario_01', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (17, 4, 124, 1110, 2, 1, 'pfb_eff_single_scenario_01', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (18, 5, 124, 2110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (19, 6, 124, 2110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (20, 7, 124, 2110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (21, 8, 124, 2110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (22, 9, 124, 2110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (23, 10, 124, 3110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (24, 11, 124, 3110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (25, 12, 124, 4110, 2, 1, '', 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (26, 1, 124, 4111, 2, 2, '', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (27, 2, 124, 4111, 2, 2, '', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (28, 3, 124, 1111, 2, 2, 'pfb_eff_single_scenario_01', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (29, 4, 124, 1111, 2, 2, 'pfb_eff_single_scenario_01', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (30, 5, 124, 2111, 2, 2, '', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (31, 6, 124, 2111, 2, 2, '', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (32, 7, 124, 2111, 2, 2, '', '', '', '', '', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (33, 8, 124, 2111, 2, 2, '', '', '', '', '', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (34, 9, 124, 2111, 2, 2, '', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (35, 10, 124, 3111, 2, 2, '', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (36, 11, 124, 3111, 2, 2, '', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (37, 12, 124, 4111, 2, 2, '', 'snd_bgm_GM124_single', 'snd_bgm_GM124', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (38, 1, 124, 4112, 2, 3, '', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (39, 2, 124, 4112, 2, 3, '', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (40, 3, 124, 1112, 2, 3, 'pfb_eff_single_scenario_01', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (41, 4, 124, 1112, 2, 3, 'pfb_eff_single_scenario_01', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (42, 5, 124, 2112, 2, 3, '', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (43, 6, 124, 2112, 2, 3, '', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (44, 7, 124, 2112, 2, 3, '', '', '', '', '', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (45, 8, 124, 2112, 2, 3, '', '', '', '', '', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (46, 9, 124, 2112, 2, 3, '', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (47, 10, 124, 3112, 2, 3, '', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (48, 11, 124, 3112, 2, 3, '', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); INSERT INTO single_mode_top_bg (id, month, bg_id, bg_sub_id, scenario_id, bg_progress, bg_effect, bgm_cue_name, bgm_cuesheet, env_cue_name, env_cuesheet_name, max_placement) VALUES (49, 12, 124, 4112, 2, 3, '', 'snd_bgm_GM125_single', 'snd_bgm_GM125', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d', 3); -- Table: single_mode_top_bg_chara CREATE TABLE 'single_mode_top_bg_chara' ('id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'pos_x' INTEGER NOT NULL, 'pos_z' INTEGER NOT NULL, 'rotation_y' INTEGER NOT NULL, 'motion_set_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212401, 2, 124, 1, -1306, 12672, 162631, 50010); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212402, 2, 124, 1, 857, 10615, 214429, 50007); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212403, 2, 124, 1, -830, 10670, 323703, 50009); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212404, 2, 124, 2, -760, 6040, 45970, 50017); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212405, 2, 124, 2, -850, 10590, 146711, 50012); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212406, 2, 124, 2, 853, 9614, 218841, 50006); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212407, 2, 124, 3, -820, 13870, 160840, 50016); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212408, 2, 124, 3, 990, 8320, 243910, 50013); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212409, 2, 124, 3, -830, 7820, 136003, 50014); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212410, 2, 124, 4, 710, 11080, 168404, 50008); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212411, 2, 124, 4, 833, 7196, 207169, 50018); INSERT INTO single_mode_top_bg_chara (id, scenario_id, bg_id, group_id, pos_x, pos_z, rotation_y, motion_set_id) VALUES (212412, 2, 124, 4, -820, 9630, 137432, 50020); -- Table: single_mode_training CREATE TABLE 'single_mode_training' ('id' INTEGER NOT NULL, 'command_id' INTEGER NOT NULL, 'base_command_id' INTEGER NOT NULL, 'command_level' INTEGER NOT NULL, 'command_type' INTEGER NOT NULL, 'cutin_file_id' INTEGER NOT NULL, 'max_chara_num' INTEGER NOT NULL, 'failure_rate' INTEGER NOT NULL, 'menu_bg_id' INTEGER NOT NULL, 'menu_bg_sub_id' INTEGER NOT NULL, 'env_cue_name' TEXT NOT NULL, 'env_cuesheet_name' TEXT NOT NULL, 'motion_set' INTEGER NOT NULL, 'sabori_type' INTEGER NOT NULL, 'dress_type' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (1, 101, 101, 1, 1, 101011, 2, 520, 70, 110, 'snd_sfx_atmos_01', 'snd_sfx_training_000', 19000, 1, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (2, 101, 101, 2, 1, 101012, 2, 524, 15, 110, 'snd_sfx_atmos_06', 'snd_sfx_training_000', 19000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (3, 101, 101, 3, 1, 101013, 2, 528, 15, 110, 'snd_sfx_atmos_06', 'snd_sfx_training_000', 19000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (4, 101, 101, 4, 1, 101014, 2, 532, 20, 110, 'snd_sfx_atmos_02', 'snd_sfx_training_000', 19000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (5, 101, 101, 5, 1, 101015, 2, 536, 71, 110, 'snd_sfx_atmos_01', 'snd_sfx_training_000', 19000, 1, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (6, 105, 105, 1, 1, 101031, 2, 507, 13, 110, 'snd_sfx_atmos_04', 'snd_sfx_training_000', 20000, 2, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (7, 105, 105, 2, 1, 101032, 2, 511, 13, 110, 'snd_sfx_atmos_04', 'snd_sfx_training_000', 20000, 2, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (8, 105, 105, 3, 1, 101033, 2, 515, 13, 110, 'snd_sfx_atmos_04', 'snd_sfx_training_000', 20000, 2, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (9, 105, 105, 4, 1, 101034, 2, 519, 13, 110, 'snd_sfx_atmos_04', 'snd_sfx_training_000', 20000, 2, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (10, 105, 105, 5, 1, 101035, 2, 523, 13, 110, 'snd_sfx_atmos_04', 'snd_sfx_training_000', 20000, 2, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (11, 102, 102, 1, 1, 101021, 2, 516, 71, 110, 'snd_sfx_atmos_01', 'snd_sfx_training_000', 21000, 1, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (12, 102, 102, 2, 1, 101022, 2, 520, 20, 110, 'snd_sfx_atmos_02', 'snd_sfx_training_000', 21000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (13, 102, 102, 3, 1, 101023, 2, 524, 20, 110, 'snd_sfx_atmos_02', 'snd_sfx_training_000', 21000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (14, 102, 102, 4, 1, 101024, 2, 528, 15, 110, 'snd_sfx_atmos_06', 'snd_sfx_training_000', 21000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (15, 102, 102, 5, 1, 101025, 2, 532, 70, 110, 'snd_sfx_atmos_01', 'snd_sfx_training_000', 21000, 1, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (16, 103, 103, 1, 1, 101041, 2, 532, 72, 110, 'snd_sfx_atmos_01', 'snd_sfx_training_000', 22000, 1, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (17, 103, 103, 2, 1, 101042, 2, 536, 72, 110, 'snd_sfx_atmos_01', 'snd_sfx_training_000', 22000, 1, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (18, 103, 103, 3, 1, 101043, 2, 540, 20, 110, 'snd_sfx_atmos_02', 'snd_sfx_training_000', 22000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (19, 103, 103, 4, 1, 101044, 2, 544, 39, 110, 'snd_sfx_atmos_01', 'snd_sfx_training_000', 22000, 1, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (20, 103, 103, 5, 1, 101045, 2, 548, 71, 110, 'snd_sfx_atmos_01', 'snd_sfx_training_000', 22000, 1, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (21, 106, 106, 1, 1, 101051, 2, 320, 6, 110, 'snd_sfx_atmos_03', 'snd_sfx_training_000', 23000, 2, 0, 2); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (22, 106, 106, 2, 1, 101052, 2, 321, 6, 110, 'snd_sfx_atmos_03', 'snd_sfx_training_000', 23000, 2, 0, 2); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (23, 106, 106, 3, 1, 101053, 2, 322, 6, 110, 'snd_sfx_atmos_03', 'snd_sfx_training_000', 23000, 2, 0, 2); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (24, 106, 106, 4, 1, 101054, 2, 323, 1, 1110, 'snd_sfx_atmos_03', 'snd_sfx_training_000', 23000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (25, 106, 106, 5, 1, 101055, 2, 324, 20, 110, 'snd_sfx_atmos_02', 'snd_sfx_training_000', 23000, 2, 0, 3); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (26, 301, 301, 0, 3, 103010, 1, 0, 0, 0, '0', '0', 0, 0, 0, 2); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (27, 302, 302, 0, 3, 103020, 1, 0, 0, 0, '0', '0', 0, 0, 0, 2); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (28, 303, 303, 0, 3, 103030, 1, 0, 0, 0, '0', '0', 0, 0, 0, 2); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (29, 601, 101, 5, 1, 102010, 2, 536, 42, 2111, 'snd_sfx_atmos_05', 'snd_sfx_training_000', 19000, 3, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (30, 602, 105, 5, 1, 102030, 2, 523, 42, 2113, 'snd_sfx_atmos_05', 'snd_sfx_training_000', 20000, 3, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (31, 603, 102, 5, 1, 102020, 2, 532, 42, 2112, 'snd_sfx_atmos_05', 'snd_sfx_training_000', 21000, 3, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (32, 604, 103, 5, 1, 102040, 2, 548, 42, 2111, 'snd_sfx_atmos_05', 'snd_sfx_training_000', 22000, 3, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (33, 605, 106, 5, 1, 102050, 2, 324, 42, 2112, 'snd_sfx_atmos_05', 'snd_sfx_training_000', 23000, 3, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (34, 304, 304, 0, 3, 103040, 1, 0, 0, 0, '0', '0', 0, 0, 0, 4); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (35, 305, 305, 0, 3, 103050, 1, 0, 0, 0, '0', '0', 0, 0, 0, 9); INSERT INTO single_mode_training (id, command_id, base_command_id, command_level, command_type, cutin_file_id, max_chara_num, failure_rate, menu_bg_id, menu_bg_sub_id, env_cue_name, env_cuesheet_name, motion_set, sabori_type, dress_type, dress_id) VALUES (36, 701, 701, 0, 7, 701, 1, 0, 0, 0, '0', '0', 0, 0, 0, 0); -- Table: single_mode_training_effect CREATE TABLE 'single_mode_training_effect' ('id' INTEGER NOT NULL, 'command_id' INTEGER NOT NULL, 'sub_id' INTEGER NOT NULL, 'result_state' INTEGER NOT NULL, 'target_type' INTEGER NOT NULL, 'effect_value' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (1, 101, 1, 2, 1, 10, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (2, 101, 1, 2, 3, 5, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (3, 101, 1, 2, 30, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (4, 101, 1, 2, 10, -21, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (5, 105, 1, 2, 2, 9, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (6, 105, 1, 2, 4, 4, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (7, 105, 1, 2, 30, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (8, 105, 1, 2, 10, -19, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (9, 102, 1, 2, 2, 5, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (10, 102, 1, 2, 3, 8, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (11, 102, 1, 2, 30, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (12, 102, 1, 2, 10, -20, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (13, 103, 1, 2, 1, 4, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (14, 103, 1, 2, 3, 4, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (15, 103, 1, 2, 4, 8, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (16, 103, 1, 2, 30, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (17, 103, 1, 2, 10, -22, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (18, 106, 1, 1, 10, 5, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (19, 106, 1, 2, 1, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (20, 106, 1, 2, 5, 9, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (21, 106, 1, 2, 30, 4, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (22, 106, 1, 2, 10, 5, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (23, 301, 1, 2, 10, 10, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (24, 301, 1, 2, 20, 1, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (25, 302, 1, 2, 20, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (26, 303, 1, 2, 10, 30, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (27, 303, 1, 2, 20, 1, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (28, 303, 2, 2, 10, 20, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (29, 303, 2, 2, 20, 1, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (30, 303, 3, 2, 10, 10, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (31, 303, 3, 2, 20, 1, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (32, 601, 1, 2, 1, 14, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (33, 601, 1, 2, 3, 7, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (34, 601, 1, 2, 30, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (35, 601, 1, 2, 10, -27, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (36, 602, 1, 2, 2, 13, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (37, 602, 1, 2, 4, 6, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (38, 602, 1, 2, 30, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (39, 602, 1, 2, 10, -25, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (40, 603, 1, 2, 2, 7, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (41, 603, 1, 2, 3, 12, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (42, 603, 1, 2, 30, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (43, 603, 1, 2, 10, -26, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (44, 604, 1, 2, 1, 5, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (45, 604, 1, 2, 3, 5, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (46, 604, 1, 2, 4, 12, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (47, 604, 1, 2, 30, 2, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (48, 604, 1, 2, 10, -28, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (49, 605, 1, 2, 10, 5, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (50, 605, 1, 2, 1, 4, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (51, 605, 1, 2, 5, 13, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (52, 605, 1, 2, 30, 4, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (54, 605, 1, 1, 10, 5, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (55, 304, 1, 2, 10, 40, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (56, 304, 1, 2, 20, 1, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (57, 101, 1, 2, 1, 8, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (58, 101, 1, 2, 3, 4, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (59, 101, 1, 2, 30, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (60, 101, 1, 2, 10, -19, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (61, 105, 1, 2, 2, 7, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (62, 105, 1, 2, 4, 3, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (63, 105, 1, 2, 30, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (64, 105, 1, 2, 10, -17, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (65, 102, 1, 2, 2, 4, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (66, 102, 1, 2, 3, 6, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (67, 102, 1, 2, 30, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (68, 102, 1, 2, 10, -18, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (69, 103, 1, 2, 1, 3, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (70, 103, 1, 2, 3, 3, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (71, 103, 1, 2, 4, 6, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (72, 103, 1, 2, 30, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (73, 103, 1, 2, 10, -20, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (74, 106, 1, 1, 10, 5, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (75, 106, 1, 2, 1, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (76, 106, 1, 2, 5, 6, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (77, 106, 1, 2, 30, 3, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (78, 106, 1, 2, 10, 5, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (79, 301, 1, 2, 10, 10, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (80, 301, 1, 2, 20, 1, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (81, 302, 1, 2, 20, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (82, 303, 1, 2, 10, 30, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (83, 303, 1, 2, 20, 1, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (84, 303, 2, 2, 10, 20, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (85, 303, 2, 2, 20, 1, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (86, 303, 3, 2, 10, 10, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (87, 303, 3, 2, 20, 1, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (88, 601, 1, 2, 1, 12, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (89, 601, 1, 2, 3, 6, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (90, 601, 1, 2, 30, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (91, 601, 1, 2, 10, -25, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (92, 602, 1, 2, 2, 11, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (93, 602, 1, 2, 4, 5, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (94, 602, 1, 2, 30, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (95, 602, 1, 2, 10, -23, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (96, 603, 1, 2, 2, 6, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (97, 603, 1, 2, 3, 10, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (98, 603, 1, 2, 30, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (99, 603, 1, 2, 10, -24, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (100, 604, 1, 2, 1, 4, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (101, 604, 1, 2, 3, 4, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (102, 604, 1, 2, 4, 10, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (103, 604, 1, 2, 30, 2, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (104, 604, 1, 2, 10, -26, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (105, 605, 1, 2, 10, 5, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (106, 605, 1, 2, 1, 4, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (107, 605, 1, 2, 5, 10, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (108, 605, 1, 2, 30, 3, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (109, 605, 1, 1, 10, 5, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (110, 304, 1, 2, 10, 40, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (111, 304, 1, 2, 20, 1, 2); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (112, 304, 1, 2, 101, 0, 1); INSERT INTO single_mode_training_effect (id, command_id, sub_id, result_state, target_type, effect_value, scenario_id) VALUES (113, 304, 1, 2, 101, 0, 2); -- Table: single_mode_training_se CREATE TABLE 'single_mode_training_se' ('id' INTEGER NOT NULL, 'sheet_id' TEXT NOT NULL, 'se_cue_name' TEXT NOT NULL, 'se_cuesheet_name' TEXT NOT NULL, 'skip_se_cue_name' TEXT NOT NULL, 'skip_se_cuesheet_name' TEXT NOT NULL, 'chara_index' INTEGER NOT NULL, 'voice_trigger_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (1, 'Bad01_101011_001_01_000', 'trc_101011_001_01_000_bad', 'snd_sfx_training_000', 'trc_101011', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (2, 'Suc01_101011_001_01_000', 'trc_101011_001_01_000_suc', 'snd_sfx_training_000', 'trc_101011', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (3, 'Bad01_101011_001_02_000', 'trc_101011_001_02_000_bad', 'snd_sfx_training_000', 'trc_101011', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (4, 'Suc01_101011_001_02_000', 'trc_101011_001_02_000_suc', 'snd_sfx_training_000', 'trc_101011', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (5, 'Bad01_101012_001_01_000', 'trc_101012_001_01_000_bad', 'snd_sfx_training_000', 'trc_101012', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (6, 'Suc01_101012_001_01_000', 'trc_101012_001_01_000_suc', 'snd_sfx_training_000', 'trc_101012', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (7, 'Bad01_101012_001_02_000', 'trc_101012_001_02_000_bad', 'snd_sfx_training_000', 'trc_101012', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (8, 'Suc01_101012_001_02_000', 'trc_101012_001_02_000_suc', 'snd_sfx_training_000', 'trc_101012', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (9, 'Bad01_101013_001_01_000', 'trc_101013_001_01_000_bad', 'snd_sfx_training_000', 'trc_101013', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (10, 'Suc01_101013_001_01_000', 'trc_101013_001_01_000_suc', 'snd_sfx_training_000', 'trc_101013', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (11, 'Bad01_101013_001_02_000', 'trc_101013_001_02_000_bad', 'snd_sfx_training_000', 'trc_101013', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (12, 'Suc01_101013_001_02_000', 'trc_101013_001_02_000_suc', 'snd_sfx_training_000', 'trc_101013', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (13, 'Bad01_101014_001_01_000', 'trc_101014_001_01_000_bad', 'snd_sfx_training_000', 'trc_101014', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (14, 'Suc01_101014_001_01_000', 'trc_101014_001_01_000_suc', 'snd_sfx_training_000', 'trc_101014', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (15, 'Bad01_101014_001_02_000', 'trc_101014_001_02_000_bad', 'snd_sfx_training_000', 'trc_101014', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (16, 'Suc01_101014_001_02_000', 'trc_101014_001_02_000_suc', 'snd_sfx_training_000', 'trc_101014', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (17, 'Bad01_101015_001_01_000', 'trc_101015_001_01_000_bad', 'snd_sfx_training_000', 'trc_101015', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (18, 'Suc01_101015_001_01_000', 'trc_101015_001_01_000_suc', 'snd_sfx_training_000', 'trc_101015', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (19, 'Bad01_101015_001_02_000', 'trc_101015_001_02_000_bad', 'snd_sfx_training_000', 'trc_101015', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (20, 'Suc01_101015_001_02_000', 'trc_101015_001_02_000_suc', 'snd_sfx_training_000', 'trc_101015', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (21, 'Bad01_101021_001_01_000', 'trc_101021_001_01_000_bad', 'snd_sfx_training_000', 'trc_101021', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (22, 'Suc01_101021_001_01_000', 'trc_101021_001_01_000_suc', 'snd_sfx_training_000', 'trc_101021', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (23, 'Bad01_101021_001_02_000', 'trc_101021_001_02_000_bad', 'snd_sfx_training_000', 'trc_101021', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (24, 'Suc01_101021_001_02_000', 'trc_101021_001_02_000_suc', 'snd_sfx_training_000', 'trc_101021', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (25, 'Bad01_101022_001_01_000', 'trc_101022_001_01_000_bad', 'snd_sfx_training_000', 'trc_101022', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (26, 'Suc01_101022_001_01_000', 'trc_101022_001_01_000_suc', 'snd_sfx_training_000', 'trc_101022', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (27, 'Bad01_101022_001_02_000', 'trc_101022_001_02_000_bad', 'snd_sfx_training_000', 'trc_101022', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (28, 'Suc01_101022_001_02_000', 'trc_101022_001_02_000_suc', 'snd_sfx_training_000', 'trc_101022', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (29, 'Bad01_101023_001_01_000', 'trc_101023_001_01_000_bad', 'snd_sfx_training_000', 'trc_101023', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (30, 'Suc01_101023_001_01_000', 'trc_101023_001_01_000_suc', 'snd_sfx_training_000', 'trc_101023', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (31, 'Bad01_101023_001_02_000', 'trc_101023_001_02_000_bad', 'snd_sfx_training_000', 'trc_101023', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (32, 'Suc01_101023_001_02_000', 'trc_101023_001_02_000_suc', 'snd_sfx_training_000', 'trc_101023', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (33, 'Bad01_101024_001_01_000', 'trc_101024_001_01_000_bad', 'snd_sfx_training_000', 'trc_101024', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (34, 'Suc01_101024_001_01_000', 'trc_101024_001_01_000_suc', 'snd_sfx_training_000', 'trc_101024', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (35, 'Bad01_101024_001_02_000', 'trc_101024_001_02_000_bad', 'snd_sfx_training_000', 'trc_101024', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (36, 'Suc01_101024_001_02_000', 'trc_101024_001_02_000_suc', 'snd_sfx_training_000', 'trc_101024', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (37, 'Bad01_101025_001_01_000', 'trc_101025_001_01_000_bad', 'snd_sfx_training_000', 'trc_101025', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (38, 'Suc01_101025_001_01_000', 'trc_101025_001_01_000_suc', 'snd_sfx_training_000', 'trc_101025', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (39, 'Bad01_101025_001_02_000', 'trc_101025_001_02_000_bad', 'snd_sfx_training_000', 'trc_101025', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (40, 'Suc01_101025_001_02_000', 'trc_101025_001_02_000_suc', 'snd_sfx_training_000', 'trc_101025', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (41, 'Bad01_101031_001_01_001', 'trc_101031_001_01_001_bad', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (42, 'Bad01_101031_001_01_002', 'trc_101031_001_01_002_bad', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (43, 'Suc01_101031_001_01_001', 'trc_101031_001_01_001_suc', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (44, 'Suc01_101031_001_01_002', 'trc_101031_001_01_002_suc', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (45, 'Bad01_101031_001_02_001', 'trc_101031_001_02_001_bad', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (46, 'Bad01_101031_001_02_002', 'trc_101031_001_02_002_bad', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (47, 'Suc01_101031_001_02_001', 'trc_101031_001_02_001_suc', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (48, 'Suc01_101031_001_02_002', 'trc_101031_001_02_002_suc', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (49, 'Suc01_101031_001_01_003', 'trc_101031_001_01_003_suc', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (50, 'Bad01_101031_001_01_003', 'trc_101031_001_01_003_bad', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (51, 'Suc01_101031_001_02_003', 'trc_101031_001_02_003_suc', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (52, 'Bad01_101031_001_02_003', 'trc_101031_001_02_003_bad', 'snd_sfx_training_000', 'trc_101031', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (53, 'Bad01_101032_001_01_001', 'trc_101032_001_01_001_bad', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (54, 'Bad01_101032_001_01_002', 'trc_101032_001_01_002_bad', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (55, 'Suc01_101032_001_01_001', 'trc_101032_001_01_001_suc', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (56, 'Suc01_101032_001_01_002', 'trc_101032_001_01_002_suc', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (57, 'Bad01_101032_001_02_001', 'trc_101032_001_02_001_bad', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (58, 'Bad01_101032_001_02_002', 'trc_101032_001_02_002_bad', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (59, 'Suc01_101032_001_02_001', 'trc_101032_001_02_001_suc', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (60, 'Suc01_101032_001_02_002', 'trc_101032_001_02_002_suc', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (61, 'Suc01_101032_001_01_003', 'trc_101032_001_01_003_suc', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (62, 'Bad01_101032_001_01_003', 'trc_101032_001_01_003_bad', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (63, 'Suc01_101032_001_02_003', 'trc_101032_001_02_001_suc', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (64, 'Bad01_101032_001_02_003', 'trc_101032_001_02_001_bad', 'snd_sfx_training_000', 'trc_101032', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (65, 'Bad01_101033_001_01_001', 'trc_101033_001_01_001_bad', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (66, 'Bad01_101033_001_01_002', 'trc_101033_001_01_002_bad', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (67, 'Suc01_101033_001_01_001', 'trc_101033_001_01_001_suc', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (68, 'Suc01_101033_001_01_002', 'trc_101033_001_01_002_suc', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (69, 'Bad01_101033_001_02_001', 'trc_101033_001_02_001_bad', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (70, 'Bad01_101033_001_02_002', 'trc_101033_001_02_002_bad', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (71, 'Suc01_101033_001_02_001', 'trc_101033_001_02_001_suc', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (72, 'Suc01_101033_001_02_002', 'trc_101033_001_02_002_suc', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (73, 'Suc01_101033_001_01_003', 'trc_101033_001_01_003_suc', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (74, 'Bad01_101033_001_01_003', 'trc_101033_001_01_003_bad', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (75, 'Suc01_101033_001_02_003', 'trc_101033_001_02_003_suc', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (76, 'Bad01_101033_001_02_003', 'trc_101033_001_02_003_bad', 'snd_sfx_training_000', 'trc_101033', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (77, 'Bad01_101034_001_01_001', 'trc_101034_001_01_001_bad', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (78, 'Bad01_101034_001_01_002', 'trc_101034_001_01_002_bad', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (79, 'Suc01_101034_001_01_001', 'trc_101034_001_01_001_suc', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (80, 'Suc01_101034_001_01_002', 'trc_101034_001_01_002_suc', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (81, 'Bad01_101034_001_02_001', 'trc_101034_001_02_001_bad', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (82, 'Bad01_101034_001_02_002', 'trc_101034_001_02_002_bad', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (83, 'Suc01_101034_001_02_001', 'trc_101034_001_02_001_suc', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (84, 'Suc01_101034_001_02_002', 'trc_101034_001_02_002_suc', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (85, 'Suc01_101034_001_01_003', 'trc_101034_001_01_003_suc', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (86, 'Bad01_101034_001_01_003', 'trc_101034_001_01_003_bad', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (87, 'Suc01_101034_001_02_003', 'trc_101034_001_02_003_suc', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (88, 'Bad01_101034_001_02_003', 'trc_101034_001_02_003_bad', 'snd_sfx_training_000', 'trc_101034', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (89, 'Bad01_101035_001_01_000', 'trc_101035_001_01_000_bad', 'snd_sfx_training_000', 'trc_101035', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (90, 'Suc01_101035_001_01_000', 'trc_101035_001_01_000_suc', 'snd_sfx_training_000', 'trc_101035', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (91, 'Bad01_101035_001_02_000', 'trc_101035_001_02_000_bad', 'snd_sfx_training_000', 'trc_101035', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (92, 'Suc01_101035_001_02_000', 'trc_101035_001_02_000_suc', 'snd_sfx_training_000', 'trc_101035', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (93, 'Bad01_101041_001_01_000', 'trc_101041_001_01_000_bad', 'snd_sfx_training_000', 'trc_101041', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (94, 'Suc01_101041_001_01_000', 'trc_101041_001_01_000_suc', 'snd_sfx_training_000', 'trc_101041', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (95, 'Bad01_101041_001_02_000', 'trc_101041_001_02_000_bad', 'snd_sfx_training_000', 'trc_101041', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (96, 'Suc01_101041_001_02_000', 'trc_101041_001_02_000_suc', 'snd_sfx_training_000', 'trc_101041', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (97, 'Bad01_101042_001_01_000', 'trc_101042_001_01_000_bad', 'snd_sfx_training_000', 'trc_101042', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (98, 'Suc01_101042_001_01_000', 'trc_101042_001_01_000_suc', 'snd_sfx_training_000', 'trc_101042', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (99, 'Bad01_101042_001_02_000', 'trc_101042_001_02_000_bad', 'snd_sfx_training_000', 'trc_101042', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (100, 'Suc01_101042_001_02_000', 'trc_101042_001_02_000_suc', 'snd_sfx_training_000', 'trc_101042', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (101, 'Bad01_101043_001_01_000', 'trc_101043_001_01_000_bad', 'snd_sfx_training_000', 'trc_101043', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (102, 'Suc01_101043_001_01_000', 'trc_101043_001_01_000_suc', 'snd_sfx_training_000', 'trc_101043', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (103, 'Bad01_101043_001_02_000', 'trc_101043_001_02_000_bad', 'snd_sfx_training_000', 'trc_101043', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (104, 'Suc01_101043_001_02_000', 'trc_101043_001_02_000_suc', 'snd_sfx_training_000', 'trc_101043', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (105, 'Bad01_101044_001_01_000', 'trc_101044_001_01_000_bad', 'snd_sfx_training_000', 'trc_101044', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (106, 'Suc01_101044_001_01_000', 'trc_101044_001_01_000_suc', 'snd_sfx_training_000', 'trc_101044', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (107, 'Bad01_101044_001_02_000', 'trc_101044_001_02_000_bad', 'snd_sfx_training_000', 'trc_101044', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (108, 'Suc01_101044_001_02_000', 'trc_101044_001_02_000_suc', 'snd_sfx_training_000', 'trc_101044', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (109, 'Bad01_101045_001_01_000', 'trc_101045_001_01_000_bad', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (110, 'Suc01_101045_001_01_000', 'trc_101045_001_01_000_suc', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (111, 'Bad01_101045_001_02_001', 'trc_101045_001_02_001_bad', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (112, 'Suc01_101045_001_02_001', 'trc_101045_001_02_001_suc', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (113, 'Bad01_101045_001_02_002', 'trc_101045_001_02_002_bad', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (114, 'Suc01_101045_001_02_002', 'trc_101045_001_02_002_suc', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (115, 'Bad01_101045_001_02_003', 'trc_101045_001_02_003_bad', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (116, 'Suc01_101045_001_02_003', 'trc_101045_001_02_003_suc', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (117, 'Bad01_101045_001_02_004', 'trc_101045_001_02_004_bad', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (118, 'Suc01_101045_001_02_004', 'trc_101045_001_02_004_suc', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (119, 'Bad01_101045_001_02_005', 'trc_101045_001_02_005_bad', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (120, 'Suc01_101045_001_02_005', 'trc_101045_001_02_005_suc', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (121, 'Bad01_101045_001_02_006', 'trc_101045_001_02_006_bad', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (122, 'Suc01_101045_001_02_006', 'trc_101045_001_02_006_suc', 'snd_sfx_training_000', 'trc_101045', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (123, 'Bad01_101051_001_01_000', 'trc_101051_001_01_000_bad', 'snd_sfx_training_000', 'trc_101051', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (124, 'Suc01_101051_001_01_000', 'trc_101051_001_01_000_suc', 'snd_sfx_training_000', 'trc_101051', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (125, 'Bad01_101051_001_02_000', 'trc_101051_001_02_000_bad', 'snd_sfx_training_000', 'trc_101051', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (126, 'Suc01_101051_001_02_000', 'trc_101051_001_02_000_suc', 'snd_sfx_training_000', 'trc_101051', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (127, 'Bad01_101052_001_01_000', 'trc_101052_001_01_000_bad', 'snd_sfx_training_000', 'trc_101052', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (128, 'Suc01_101052_001_01_000', 'trc_101052_001_01_000_suc', 'snd_sfx_training_000', 'trc_101052', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (129, 'Bad01_101052_001_02_000', 'trc_101052_001_02_000_bad', 'snd_sfx_training_000', 'trc_101052', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (130, 'Suc01_101052_001_02_000', 'trc_101052_001_02_000_suc', 'snd_sfx_training_000', 'trc_101052', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (131, 'Bad01_101053_001_01_000', 'trc_101053_001_01_000_bad', 'snd_sfx_training_000', 'trc_101053', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (132, 'Suc01_101053_001_01_000', 'trc_101053_001_01_000_suc', 'snd_sfx_training_000', 'trc_101053', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (133, 'Bad01_101053_001_02_000', 'trc_101053_001_02_000_bad', 'snd_sfx_training_000', 'trc_101053', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (134, 'Suc01_101053_001_02_000', 'trc_101053_001_02_000_suc', 'snd_sfx_training_000', 'trc_101053', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (135, 'Bad01_101054_001_01_000', 'trc_101054_001_01_000_bad', 'snd_sfx_training_000', 'trc_101054', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (136, 'Suc01_101054_001_01_000', 'trc_101054_001_01_000_suc', 'snd_sfx_training_000', 'trc_101054', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (137, 'Bad01_101054_001_02_000', 'trc_101054_001_02_000_bad', 'snd_sfx_training_000', 'trc_101054', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (138, 'Suc01_101054_001_02_000', 'trc_101054_001_02_000_suc', 'snd_sfx_training_000', 'trc_101054', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (139, 'Bad01_101055_001_01_000', 'trc_101055_001_01_000_bad', 'snd_sfx_training_000', 'trc_101055', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (140, 'Suc01_101055_001_01_000', 'trc_101055_001_01_000_suc', 'snd_sfx_training_000', 'trc_101055', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (141, 'Bad01_101055_001_02_000', 'trc_101055_001_02_000_bad', 'snd_sfx_training_000', 'trc_101055', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (142, 'Suc01_101055_001_02_000', 'trc_101055_001_02_000_suc', 'snd_sfx_training_000', 'trc_101055', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (143, 'Bad01_102010_001_01_000', 'trc_102010_001_01_000_bad', 'snd_sfx_training_000', 'trc_102010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (144, 'Suc01_102010_001_01_000', 'trc_102010_001_01_000_suc', 'snd_sfx_training_000', 'trc_102010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (145, 'Bad01_102010_001_02_000', 'trc_102010_001_02_000_bad', 'snd_sfx_training_000', 'trc_102010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (146, 'Suc01_102010_001_02_000', 'trc_102010_001_02_000_suc', 'snd_sfx_training_000', 'trc_102010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (147, 'Bad01_102020_001_01_000', 'trc_102020_001_01_000_bad', 'snd_sfx_training_000', 'trc_102020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (148, 'Suc01_102020_001_01_000', 'trc_102020_001_01_000_suc', 'snd_sfx_training_000', 'trc_102020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (149, 'Bad01_102020_001_02_000', 'trc_102020_001_02_000_bad', 'snd_sfx_training_000', 'trc_102020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (150, 'Suc01_102020_001_02_000', 'trc_102020_001_02_000_suc', 'snd_sfx_training_000', 'trc_102020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (151, 'Bad01_102030_001_01_001', 'trc_102030_001_01_001_bad', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (152, 'Bad01_102030_001_01_002', 'trc_102030_001_01_002_bad', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (153, 'Suc01_102030_001_01_001', 'trc_102030_001_01_001_suc', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (154, 'Suc01_102030_001_01_002', 'trc_102030_001_01_002_suc', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (155, 'Bad01_102030_001_02_001', 'trc_102030_001_02_001_bad', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (156, 'Bad01_102030_001_02_002', 'trc_102030_001_02_002_bad', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (157, 'Suc01_102030_001_02_001', 'trc_102030_001_02_001_suc', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (158, 'Suc01_102030_001_02_002', 'trc_102030_001_02_002_suc', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (159, 'Suc01_102030_001_01_003', 'trc_102030_001_01_003_suc', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (160, 'Bad01_102030_001_01_003', 'trc_102030_001_01_003_bad', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (161, 'Suc01_102030_001_02_003', 'trc_102030_001_02_003_suc', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (162, 'Bad01_102030_001_02_003', 'trc_102030_001_02_003_bad', 'snd_sfx_training_000', 'trc_102030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (163, 'Bad01_102040_001_01_000', 'trc_102040_001_01_000_bad', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (164, 'Suc01_102040_001_01_000', 'trc_102040_001_01_000_suc', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (165, 'Bad01_102040_001_02_001', 'trc_102040_001_02_001_bad', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (166, 'Suc01_102040_001_02_001', 'trc_102040_001_02_001_suc', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (167, 'Bad01_102040_001_02_002', 'trc_102040_001_02_002_bad', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (168, 'Suc01_102040_001_02_002', 'trc_102040_001_02_002_suc', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (169, 'Bad01_102040_001_02_003', 'trc_102040_001_02_003_bad', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (170, 'Suc01_102040_001_02_003', 'trc_102040_001_02_003_suc', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (171, 'Bad01_102040_001_02_004', 'trc_102040_001_02_004_bad', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (172, 'Suc01_102040_001_02_004', 'trc_102040_001_02_004_suc', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (173, 'Bad01_102040_001_02_005', 'trc_102040_001_02_005_bad', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (174, 'Suc01_102040_001_02_005', 'trc_102040_001_02_005_suc', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (175, 'Bad01_102040_001_02_006', 'trc_102040_001_02_006_bad', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (176, 'Suc01_102040_001_02_006', 'trc_102040_001_02_006_suc', 'snd_sfx_training_000', 'trc_102040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (177, 'Bad01_102050_001_01_000', 'trc_102050_001_01_000_bad', 'snd_sfx_training_000', 'trc_102050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (178, 'Suc01_102050_001_01_000', 'trc_102050_001_01_000_suc', 'snd_sfx_training_000', 'trc_102050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (179, 'Bad01_102050_001_02_000', 'trc_102050_001_02_000_bad', 'snd_sfx_training_000', 'trc_102050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (180, 'Suc01_102050_001_02_000', 'trc_102050_001_02_000_suc', 'snd_sfx_training_000', 'trc_102050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (181, 'Suc01_103010_001_01_001', 'trc_103010_001_01_001_suc', 'snd_sfx_training_000', 'trc_103010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (182, 'Suc01_103010_001_01_002', 'trc_103010_001_01_002_suc', 'snd_sfx_training_000', 'trc_103010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (183, 'Suc01_103010_001_01_003', 'trc_103010_001_01_003_suc', 'snd_sfx_training_000', 'trc_103010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (184, 'Suc01_103010_001_01_004', 'trc_103010_001_01_004_suc', 'snd_sfx_training_000', 'trc_103010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (185, 'Suc01_103010_001_01_005', 'trc_103010_001_01_005_suc', 'snd_sfx_training_000', 'trc_103010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (186, 'Suc01_103010_001_01_006', 'trc_103010_001_01_006_suc', 'snd_sfx_training_000', 'trc_103010', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (187, 'Suc01_103020_001_01_001', 'trc_103020_001_01_001_suc', 'snd_sfx_training_000', 'trc_103020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (188, 'Suc01_103020_001_01_002', 'trc_103020_001_01_002_suc', 'snd_sfx_training_000', 'trc_103020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (189, 'Suc01_103020_001_01_003', 'trc_103020_001_01_003_suc', 'snd_sfx_training_000', 'trc_103020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (190, 'Suc01_103020_001_01_004', 'trc_103020_001_01_004_suc', 'snd_sfx_training_000', 'trc_103020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (191, 'Suc01_103020_001_01_005', 'trc_103020_001_01_005_suc', 'snd_sfx_training_000', 'trc_103020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (192, 'Suc01_103020_001_01_006', 'trc_103020_001_01_006_suc', 'snd_sfx_training_000', 'trc_103020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (193, 'Suc01_103020_001_01_007', 'trc_103020_001_01_007_suc', 'snd_sfx_training_000', 'trc_103020', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (194, 'Suc01_103030_001_01_001', 'trc_103030_001_01_001_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (195, 'Suc01_103030_001_01_002', 'trc_103030_001_01_002_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (196, 'Suc01_103030_001_01_003', 'trc_103030_001_01_003_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (197, 'Suc01_103030_001_01_004', 'trc_103030_001_01_004_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (198, 'Suc01_103030_001_01_005', 'trc_103030_001_01_005_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (199, 'Suc01_103030_002_01_001', 'trc_103030_002_01_001_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (200, 'Suc01_103030_002_01_002', 'trc_103030_002_01_002_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (201, 'Suc01_103030_002_01_003', 'trc_103030_002_01_003_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (202, 'Suc01_103030_002_01_004', 'trc_103030_002_01_004_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (203, 'Suc01_103030_002_01_005', 'trc_103030_002_01_005_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (204, 'Suc01_103030_003_01_001', 'trc_103030_003_01_001_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (205, 'Suc01_103030_003_01_002', 'trc_103030_003_01_002_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (206, 'Suc01_103030_003_01_003', 'trc_103030_003_01_003_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (207, 'Suc01_103030_003_01_004', 'trc_103030_003_01_004_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (208, 'Suc01_103030_003_01_005', 'trc_103030_003_01_005_suc', 'snd_sfx_training_000', 'trc_103030', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (209, 'Suc01_103040_001_01_001', 'trc_103040_001_01_001_suc', 'snd_sfx_training_000', 'trc_103040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (210, 'Suc01_103040_001_01_002', 'trc_103040_001_01_002_suc', 'snd_sfx_training_000', 'trc_103040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (211, 'Suc01_103040_001_01_003', 'trc_103040_001_01_003_suc', 'snd_sfx_training_000', 'trc_103040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (212, 'Suc01_103040_001_01_004', 'trc_103040_001_01_004_suc', 'snd_sfx_training_000', 'trc_103040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (213, 'Suc01_103040_001_01_005', 'trc_103040_001_01_005_suc', 'snd_sfx_training_000', 'trc_103040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (214, 'Suc01_103040_001_01_006', 'trc_103040_001_01_006_suc', 'snd_sfx_training_000', 'trc_103040', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (215, 'Suc01_103050_001_01_001', 'trc_103050_001_01_001_suc', 'snd_sfx_training_000', 'trc_103050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (216, 'Suc01_103050_001_01_002', 'trc_103050_001_01_002_suc', 'snd_sfx_training_000', 'trc_103050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (217, 'Suc01_103050_001_01_003', 'trc_103050_001_01_003_suc', 'snd_sfx_training_000', 'trc_103050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (218, 'Suc01_103050_001_01_004', 'trc_103050_001_01_004_suc', 'snd_sfx_training_000', 'trc_103050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (219, 'Suc01_103050_001_01_005', 'trc_103050_001_01_005_suc', 'snd_sfx_training_000', 'trc_103050', 'snd_sfx_training_000', 0, 0); INSERT INTO single_mode_training_se (id, sheet_id, se_cue_name, se_cuesheet_name, skip_se_cue_name, skip_se_cuesheet_name, chara_index, voice_trigger_id) VALUES (220, 'Suc01_103050_001_01_006', 'trc_103050_001_01_006_suc', 'snd_sfx_training_000', 'trc_103050', 'snd_sfx_training_000', 0, 0); -- Table: single_mode_turn CREATE TABLE 'single_mode_turn' ('id' INTEGER NOT NULL, 'turn_set_id' INTEGER NOT NULL, 'turn' INTEGER NOT NULL, 'year' INTEGER NOT NULL, 'month' INTEGER NOT NULL, 'half' INTEGER NOT NULL, 'period' INTEGER NOT NULL, 'unique_command' INTEGER NOT NULL, 'training_set_id' INTEGER NOT NULL, 'outing_set_id' INTEGER NOT NULL, 'top_cloth_id' INTEGER NOT NULL, 'top_bg_id' INTEGER NOT NULL, 'bgm_cue_name' TEXT NOT NULL, 'bgm_cuesheet_name' TEXT NOT NULL, 'env_cue_name' TEXT NOT NULL, 'env_cuesheet_name' TEXT NOT NULL, 'rest_type' INTEGER NOT NULL, 'health_room_type' INTEGER NOT NULL, 'race_entry_type' INTEGER NOT NULL, 'story_cloth_id' INTEGER NOT NULL, 'story_bg_id' INTEGER NOT NULL, 'story_bg_sub_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (1, 1, 1, 1, 4, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (2, 1, 2, 1, 4, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (3, 1, 3, 1, 4, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (4, 1, 4, 1, 4, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (5, 1, 5, 1, 5, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (6, 1, 6, 1, 5, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (7, 1, 7, 1, 5, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (8, 1, 8, 1, 5, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (9, 1, 9, 1, 6, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (10, 1, 10, 1, 6, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (11, 1, 11, 1, 6, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (12, 1, 12, 1, 6, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (13, 1, 13, 1, 7, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (14, 1, 14, 1, 7, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (15, 1, 15, 1, 8, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (16, 1, 16, 1, 8, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (17, 1, 17, 1, 9, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (18, 1, 18, 1, 9, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (19, 1, 19, 1, 10, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (20, 1, 20, 1, 10, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (21, 1, 21, 1, 11, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (22, 1, 22, 1, 11, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (23, 1, 23, 1, 12, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (24, 1, 24, 1, 12, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (25, 1, 25, 2, 1, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (26, 1, 26, 2, 1, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (27, 1, 27, 2, 2, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (28, 1, 28, 2, 2, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (29, 1, 29, 2, 3, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (30, 1, 30, 2, 3, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (31, 1, 31, 2, 4, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (32, 1, 32, 2, 4, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (33, 1, 33, 2, 5, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (34, 1, 34, 2, 5, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (35, 1, 35, 2, 6, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (36, 1, 36, 2, 6, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (37, 1, 37, 2, 7, 1, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (38, 1, 38, 2, 7, 2, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (39, 1, 39, 2, 8, 1, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (40, 1, 40, 2, 8, 2, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (41, 1, 41, 2, 9, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (42, 1, 42, 2, 9, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (43, 1, 43, 2, 10, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (44, 1, 44, 2, 10, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (45, 1, 45, 2, 11, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (46, 1, 46, 2, 11, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (47, 1, 47, 2, 12, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (48, 1, 48, 2, 12, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM034_single', 'snd_bgm_GM034', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (49, 1, 49, 3, 1, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (50, 1, 50, 3, 1, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (51, 1, 51, 3, 2, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (52, 1, 52, 3, 2, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (53, 1, 53, 3, 3, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (54, 1, 54, 3, 3, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (55, 1, 55, 3, 4, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (56, 1, 56, 3, 4, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (57, 1, 57, 3, 5, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (58, 1, 58, 3, 5, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (59, 1, 59, 3, 6, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (60, 1, 60, 3, 6, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (61, 1, 61, 3, 7, 1, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (62, 1, 62, 3, 7, 2, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (63, 1, 63, 3, 8, 1, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (64, 1, 64, 3, 8, 2, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (65, 1, 65, 3, 9, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (66, 1, 66, 3, 9, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 3, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (67, 1, 67, 3, 10, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (68, 1, 68, 3, 10, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (69, 1, 69, 3, 11, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (70, 1, 70, 3, 11, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (71, 1, 71, 3, 12, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (72, 1, 72, 3, 12, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (73, 1, 73, 4, 1, 1, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (74, 1, 74, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (75, 1, 75, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (76, 1, 76, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (77, 1, 77, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (78, 1, 78, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM035_single', 'snd_bgm_GM035', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 6, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (79, 2, 1, 1, 4, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (80, 2, 2, 1, 4, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (81, 2, 3, 1, 4, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (82, 2, 4, 1, 4, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (83, 2, 5, 1, 5, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (84, 2, 6, 1, 5, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (85, 2, 7, 1, 5, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (86, 2, 8, 1, 5, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (87, 2, 9, 1, 6, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (88, 2, 10, 1, 6, 1, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (89, 2, 11, 1, 6, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (90, 2, 12, 1, 6, 2, 1, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (91, 2, 13, 1, 7, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (92, 2, 14, 1, 7, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (93, 2, 15, 1, 8, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (94, 2, 16, 1, 8, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (95, 2, 17, 1, 9, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (96, 2, 18, 1, 9, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (97, 2, 19, 1, 10, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (98, 2, 20, 1, 10, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (99, 2, 21, 1, 11, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (100, 2, 22, 1, 11, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (101, 2, 23, 1, 12, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (102, 2, 24, 1, 12, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (103, 2, 25, 2, 1, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (104, 2, 26, 2, 1, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (105, 2, 27, 2, 2, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (106, 2, 28, 2, 2, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (107, 2, 29, 2, 3, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (108, 2, 30, 2, 3, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (109, 2, 31, 2, 4, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (110, 2, 32, 2, 4, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (111, 2, 33, 2, 5, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (112, 2, 34, 2, 5, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (113, 2, 35, 2, 6, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (114, 2, 36, 2, 6, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (115, 2, 37, 2, 7, 1, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (116, 2, 38, 2, 7, 2, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (117, 2, 39, 2, 8, 1, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (118, 2, 40, 2, 8, 2, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (119, 2, 41, 2, 9, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (120, 2, 42, 2, 9, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (121, 2, 43, 2, 10, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (122, 2, 44, 2, 10, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (123, 2, 45, 2, 11, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (124, 2, 46, 2, 11, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (125, 2, 47, 2, 12, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (126, 2, 48, 2, 12, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (127, 2, 49, 3, 1, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (128, 2, 50, 3, 1, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (129, 2, 51, 3, 2, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (130, 2, 52, 3, 2, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (131, 2, 53, 3, 3, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (132, 2, 54, 3, 3, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (133, 2, 55, 3, 4, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (134, 2, 56, 3, 4, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (135, 2, 57, 3, 5, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (136, 2, 58, 3, 5, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (137, 2, 59, 3, 6, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (138, 2, 60, 3, 6, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (139, 2, 61, 3, 7, 1, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (140, 2, 62, 3, 7, 2, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (141, 2, 63, 3, 8, 1, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (142, 2, 64, 3, 8, 2, 2, 0, 2, 2, 4, 13, 'snd_bgm_DM018A_sys', 'snd_bgm_DM018', 'snd_sfx_atmos_05', 'snd_sfx_training_000', 0, 0, 1, 4, 42, 2121); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (143, 2, 65, 3, 9, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (144, 2, 66, 3, 9, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (145, 2, 67, 3, 10, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (146, 2, 68, 3, 10, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (147, 2, 69, 3, 11, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (148, 2, 70, 3, 11, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (149, 2, 71, 3, 12, 1, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (150, 2, 72, 3, 12, 2, 0, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (151, 2, 73, 4, 1, 1, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (152, 2, 74, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (153, 2, 75, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (154, 2, 76, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (155, 2, 77, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 0, 0, 9, 120); INSERT INTO single_mode_turn (id, turn_set_id, turn, year, month, half, period, unique_command, training_set_id, outing_set_id, top_cloth_id, top_bg_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name, rest_type, health_room_type, race_entry_type, story_cloth_id, story_bg_id, story_bg_sub_id) VALUES (156, 2, 78, 4, 1, 2, 3, 0, 1, 1, 0, 0, 'snd_bgm_GM123_single', 'snd_bgm_GM123', 'snd_sfx_atmos_01', 'snd_sfx_training_000', 1, 1, 1, 0, 9, 120); -- Table: single_mode_unique_chara CREATE TABLE 'single_mode_unique_chara' ('id' INTEGER NOT NULL, 'partner_id' INTEGER NOT NULL, 'scenario_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'period' INTEGER NOT NULL, 'training_placement' INTEGER NOT NULL, 'gain_flag_id' INTEGER NOT NULL, 'is_support_featured_stock' INTEGER NOT NULL, 'gain_role_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (1, 101, 1, 9001, 0, 1, 0, 0, 109001); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (2, 102, 1, 9002, 2, 0, 0, 0, 109002); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (3, 103, 1, 9003, 2, 0, 0, 0, 109003); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (4, 104, 1, 9004, 0, 0, 0, 0, 109004); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (5, 106, 1, 9006, 0, 1, 9006, 0, 109006); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (201, 101, 2, 9001, 0, 1, 0, 0, 209001); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (203, 103, 2, 9003, 2, 0, 0, 0, 209003); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (204, 104, 2, 9004, 0, 1, 9004, 0, 209004); INSERT INTO single_mode_unique_chara (id, partner_id, scenario_id, chara_id, period, training_placement, gain_flag_id, is_support_featured_stock, gain_role_id) VALUES (205, 106, 2, 9006, 2, 0, 0, 1, 209006); -- Table: single_mode_wins_saddle CREATE TABLE 'single_mode_wins_saddle' ('id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'condition' INTEGER NOT NULL, 'win_saddle_type' INTEGER NOT NULL, 'race_instance_id_1' INTEGER NOT NULL, 'race_instance_id_2' INTEGER NOT NULL, 'race_instance_id_3' INTEGER NOT NULL, 'race_instance_id_4' INTEGER NOT NULL, 'race_instance_id_5' INTEGER NOT NULL, 'race_instance_id_6' INTEGER NOT NULL, 'race_instance_id_7' INTEGER NOT NULL, 'race_instance_id_8' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (1, 1, 1, 0, 0, 100501, 101001, 101501, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (2, 3, 3, 0, 0, 101601, 101901, 102301, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (3, 4, 4, 0, 0, 100401, 100901, 101401, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (4, 5, 5, 0, 0, 100301, 100601, 101201, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (5, 7, 7, 1, 0, 100601, 101601, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (6, 8, 8, 0, 0, 101201, 102301, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (7, 10, 10, 0, 0, 101101, 101801, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (8, 11, 11, 0, 0, 101301, 100201, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (9, 12, 12, 0, 0, 100101, 102001, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (10, 13, 37, 0, 3, 102301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (11, 14, 33, 0, 3, 101901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (12, 15, 22, 0, 3, 101001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (13, 16, 18, 0, 3, 100601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (14, 17, 24, 0, 3, 101201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (15, 19, 30, 0, 3, 101601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (16, 20, 28, 0, 3, 101501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (17, 22, 15, 0, 3, 100301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (18, 23, 17, 0, 3, 100501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (19, 24, 21, 0, 3, 100901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (20, 25, 14, 0, 3, 100201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (21, 26, 23, 0, 3, 101101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (22, 27, 26, 0, 3, 101301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (23, 28, 32, 0, 3, 101801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (24, 29, 16, 0, 3, 100401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (25, 30, 20, 0, 3, 100801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (26, 31, 31, 0, 3, 101701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (27, 32, 19, 0, 3, 100701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (28, 33, 27, 0, 3, 101401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (29, 34, 34, 0, 3, 102001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (30, 35, 13, 0, 3, 100101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (31, 36, 43, 0, 3, 110501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (32, 37, 44, 0, 3, 110601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (33, 38, 36, 0, 3, 102201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (34, 39, 38, 0, 3, 102401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (35, 40, 35, 0, 3, 102101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (36, 41, 39, 0, 3, 110101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (37, 42, 42, 0, 3, 110401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (38, 43, 40, 0, 3, 110201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (39, 44, 41, 0, 3, 110301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (40, 45, 45, 0, 2, 200101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (41, 46, 46, 0, 2, 200201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (42, 47, 47, 0, 2, 200301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (43, 48, 48, 0, 2, 200401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (44, 49, 49, 0, 2, 200501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (45, 50, 50, 0, 2, 200601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (46, 51, 51, 0, 2, 200701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (47, 52, 52, 0, 2, 200801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (48, 53, 53, 0, 2, 200901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (49, 54, 54, 0, 2, 201001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (50, 56, 56, 0, 2, 201101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (51, 57, 57, 0, 2, 201201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (52, 58, 58, 0, 2, 201301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (53, 59, 59, 0, 2, 201401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (54, 60, 60, 0, 2, 201501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (55, 61, 61, 0, 2, 201601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (56, 62, 62, 0, 2, 201701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (57, 63, 63, 0, 2, 201801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (58, 64, 64, 0, 2, 201901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (59, 65, 65, 0, 2, 202001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (60, 66, 66, 0, 2, 202101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (61, 67, 67, 0, 2, 202201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (62, 68, 68, 0, 2, 202301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (63, 69, 69, 0, 2, 202401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (64, 70, 70, 0, 2, 202501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (65, 71, 71, 0, 2, 202601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (66, 72, 72, 0, 2, 202701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (67, 73, 73, 0, 2, 202801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (68, 74, 74, 0, 2, 202901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (69, 75, 75, 0, 2, 203001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (70, 76, 76, 0, 2, 203101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (71, 77, 77, 0, 2, 203201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (72, 78, 78, 0, 2, 203301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (73, 79, 79, 0, 2, 203401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (74, 80, 80, 0, 1, 300101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (75, 81, 81, 0, 1, 300201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (76, 82, 82, 0, 1, 300301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (77, 83, 83, 0, 1, 300401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (78, 84, 84, 0, 1, 300501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (79, 85, 85, 0, 1, 300601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (80, 86, 86, 0, 1, 300701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (81, 87, 87, 0, 1, 300801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (82, 88, 88, 0, 1, 300901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (83, 89, 89, 0, 1, 301001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (84, 90, 90, 0, 1, 301101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (85, 91, 91, 0, 1, 301201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (86, 92, 92, 0, 1, 301301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (87, 93, 93, 0, 1, 301401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (88, 94, 94, 0, 1, 301501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (89, 95, 95, 0, 1, 301601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (90, 96, 96, 0, 1, 301701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (91, 97, 97, 0, 2, 301801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (92, 98, 98, 0, 1, 301901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (93, 99, 99, 0, 1, 302001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (94, 100, 100, 0, 1, 302101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (95, 101, 101, 0, 1, 302201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (96, 102, 102, 0, 1, 302301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (97, 103, 103, 0, 1, 302401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (98, 104, 104, 0, 1, 302501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (99, 105, 105, 0, 1, 302601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (100, 106, 106, 0, 1, 302701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (101, 107, 107, 0, 1, 302801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (102, 108, 108, 0, 1, 302901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (103, 110, 110, 0, 1, 303001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (104, 111, 111, 0, 1, 303101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (105, 112, 112, 0, 1, 303201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (106, 113, 113, 0, 1, 303301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (107, 114, 114, 0, 1, 303401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (108, 115, 115, 0, 1, 303501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (109, 116, 116, 0, 1, 303601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (110, 117, 117, 0, 1, 303701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (111, 118, 118, 0, 1, 303801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (112, 119, 119, 0, 1, 303901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (113, 120, 120, 0, 1, 304001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (114, 121, 121, 0, 1, 304101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (115, 122, 122, 0, 1, 304201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (116, 123, 123, 0, 1, 304301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (117, 124, 124, 0, 1, 304401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (118, 125, 125, 0, 1, 304501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (119, 126, 126, 0, 1, 304601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (120, 127, 127, 0, 1, 304701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (121, 128, 128, 0, 1, 304801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (122, 129, 129, 0, 1, 304901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (123, 130, 130, 0, 1, 305001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (124, 131, 131, 0, 1, 305101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (125, 132, 132, 0, 1, 305201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (126, 133, 133, 0, 1, 305301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (127, 134, 134, 0, 1, 305401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (128, 135, 135, 0, 1, 305501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (129, 136, 136, 0, 1, 305601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (130, 137, 137, 0, 1, 305701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (131, 138, 138, 0, 2, 305801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (132, 139, 139, 0, 1, 305901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (133, 140, 140, 0, 1, 306001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (134, 141, 141, 0, 1, 306101, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (135, 142, 142, 0, 1, 306201, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (136, 143, 143, 0, 1, 306301, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (137, 144, 144, 0, 1, 306401, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (138, 145, 145, 0, 1, 306501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (139, 146, 146, 0, 1, 306601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (140, 147, 147, 0, 1, 306701, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (141, 148, 148, 0, 1, 306801, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (142, 149, 149, 0, 1, 306901, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (143, 150, 150, 0, 1, 307001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (144, 2, 1, 0, 0, 100501, 101001, 102601, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (145, 6, 5, 0, 0, 100301, 100601, 102501, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (146, 9, 8, 0, 0, 102501, 102301, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (147, 18, 24, 0, 3, 102501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (148, 21, 28, 0, 3, 102601, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (149, 55, 54, 0, 2, 203501, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (150, 109, 109, 0, 1, 405001, 0, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (151, 6, 5, 0, 0, 100301, 102701, 101201, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (152, 7, 7, 1, 0, 102701, 101601, 0, 0, 0, 0, 0, 0); INSERT INTO single_mode_wins_saddle (id, priority, group_id, condition, win_saddle_type, race_instance_id_1, race_instance_id_2, race_instance_id_3, race_instance_id_4, race_instance_id_5, race_instance_id_6, race_instance_id_7, race_instance_id_8) VALUES (153, 16, 18, 0, 3, 102701, 0, 0, 0, 0, 0, 0, 0); -- Table: skill_data CREATE TABLE 'skill_data' ('id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'group_id' INTEGER NOT NULL, 'group_rate' INTEGER NOT NULL, 'filter_switch' INTEGER NOT NULL, 'grade_value' INTEGER NOT NULL, 'skill_category' INTEGER NOT NULL, 'tag_id' TEXT NOT NULL, 'unique_skill_id_1' INTEGER NOT NULL, 'unique_skill_id_2' INTEGER NOT NULL, 'exp_type' INTEGER NOT NULL, 'potential_per_default' INTEGER NOT NULL, 'activate_lot' INTEGER NOT NULL, 'precondition_1' TEXT NOT NULL, 'condition_1' TEXT NOT NULL, 'float_ability_time_1' INTEGER NOT NULL, 'ability_time_usage_1' INTEGER NOT NULL, 'float_cooldown_time_1' INTEGER NOT NULL, 'ability_type_1_1' INTEGER NOT NULL, 'ability_value_usage_1_1' INTEGER NOT NULL, 'ability_value_level_usage_1_1' INTEGER NOT NULL, 'float_ability_value_1_1' INTEGER NOT NULL, 'target_type_1_1' INTEGER NOT NULL, 'target_value_1_1' INTEGER NOT NULL, 'ability_type_1_2' INTEGER NOT NULL, 'ability_value_usage_1_2' INTEGER NOT NULL, 'ability_value_level_usage_1_2' INTEGER NOT NULL, 'float_ability_value_1_2' INTEGER NOT NULL, 'target_type_1_2' INTEGER NOT NULL, 'target_value_1_2' INTEGER NOT NULL, 'ability_type_1_3' INTEGER NOT NULL, 'ability_value_usage_1_3' INTEGER NOT NULL, 'ability_value_level_usage_1_3' INTEGER NOT NULL, 'float_ability_value_1_3' INTEGER NOT NULL, 'target_type_1_3' INTEGER NOT NULL, 'target_value_1_3' INTEGER NOT NULL, 'precondition_2' TEXT NOT NULL, 'condition_2' TEXT NOT NULL, 'float_ability_time_2' INTEGER NOT NULL, 'ability_time_usage_2' INTEGER NOT NULL, 'float_cooldown_time_2' INTEGER NOT NULL, 'ability_type_2_1' INTEGER NOT NULL, 'ability_value_usage_2_1' INTEGER NOT NULL, 'ability_value_level_usage_2_1' INTEGER NOT NULL, 'float_ability_value_2_1' INTEGER NOT NULL, 'target_type_2_1' INTEGER NOT NULL, 'target_value_2_1' INTEGER NOT NULL, 'ability_type_2_2' INTEGER NOT NULL, 'ability_value_usage_2_2' INTEGER NOT NULL, 'ability_value_level_usage_2_2' INTEGER NOT NULL, 'float_ability_value_2_2' INTEGER NOT NULL, 'target_type_2_2' INTEGER NOT NULL, 'target_value_2_2' INTEGER NOT NULL, 'ability_type_2_3' INTEGER NOT NULL, 'ability_value_usage_2_3' INTEGER NOT NULL, 'ability_value_level_usage_2_3' INTEGER NOT NULL, 'float_ability_value_2_3' INTEGER NOT NULL, 'target_type_2_3' INTEGER NOT NULL, 'target_value_2_3' INTEGER NOT NULL, 'popularity_add_param_1' INTEGER NOT NULL, 'popularity_add_value_1' INTEGER NOT NULL, 'popularity_add_param_2' INTEGER NOT NULL, 'popularity_add_value_2' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'icon_id' INTEGER NOT NULL, 'plate_type' INTEGER NOT NULL, 'disable_singlemode' INTEGER NOT NULL, 'disable_count_condition' INTEGER NOT NULL, 'is_general_skill' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10071, 3, 1007, 1, 0, 240, 5, '401', 0, 0, 1, 0, 0, '', 'distance_rate>=50&distance_rate<=60&order_rate>50', 60000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10081, 3, 1008, 1, 0, 240, 5, '401', 0, 0, 1, 0, 0, '', 'order>=3&order_rate<=50&remain_distance<=200&bashin_diff_infront<=1@order>=3&order_rate<=50&remain_distance<=200&bashin_diff_behind<=1', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10091, 3, 1009, 1, 0, 240, 5, '401/403', 0, 0, 1, 0, 0, '', 'distance_rate>=50&order==1&bashin_diff_behind<=1@distance_rate>=50&order==2&is_overtake==1', 50000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 3, 15, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10111, 3, 1011, 1, 0, 240, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&change_order_onetime<0&order>=3', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10141, 3, 1014, 1, 0, 240, 5, '401/403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&hp_per>=30&order<=2', 50000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 3, 15, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10181, 3, 1018, 1, 0, 240, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner!=0&order>=3&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10241, 3, 1024, 1, 0, 240, 5, '401/403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&blocked_side_continuetime>=2&order<=3', 50000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 3, 15, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10271, 3, 1027, 1, 0, 240, 5, '403', 0, 0, 1, 0, 0, '', 'phase>=2&corner!=0&order_rate>=65&order_rate<=70', 40000, 1, 5000000, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 0, 0, 10, 20043, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10321, 3, 1032, 1, 0, 240, 5, '401/402', 0, 0, 1, 0, 0, '', 'distance_rate>=50&corner!=0&order>=3&order_rate<=40', 40000, 1, 5000000, 9, 1, 1, 350, 1, 0, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10351, 3, 1035, 1, 0, 240, 5, '401', 0, 0, 1, 0, 0, 'is_finalcorner==1&blocked_side_continuetime>=2', 'is_finalcorner==1&corner==0&order<=5', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10411, 3, 1041, 1, 0, 240, 5, '401', 0, 0, 1, 0, 0, '', 'distance_rate>=50&order<=3&blocked_side_continuetime>=2', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10451, 3, 1045, 1, 0, 240, 5, '402', 0, 0, 1, 0, 0, '', 'phase_random==1&order>=2&order_rate<=40', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10521, 3, 1052, 1, 0, 240, 5, '402', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner!=0&order_rate>50&near_count>=1', 0, 1, 5000000, 9, 1, 1, 350, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10561, 3, 1056, 1, 0, 240, 5, '401/403', 0, 0, 1, 0, 0, '', 'phase>=2&order>=3&blocked_front==1', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10601, 3, 1060, 1, 0, 240, 5, '401', 0, 0, 1, 0, 0, '', 'phase>=2&order==3&bashin_diff_behind<=1', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (10611, 3, 1061, 1, 0, 240, 5, '401', 0, 0, 1, 0, 0, '', 'temptation_count==0&remain_distance<=201&remain_distance>=199&order>=4&order_rate<=70', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100011, 5, 10001, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'phase>=2&order>=1&order_rate<=50&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100021, 5, 10002, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'distance_rate>=50&order==1&bashin_diff_behind>=1', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100031, 5, 10003, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&order<=3&bashin_diff_infront<=1&is_overtake==1', 50000, 1, 5000000, 27, 1, 1, 4500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100041, 5, 10004, 1, 0, 340, 5, '403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&order<=5&order_rate<=50', 40000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 10, 20043, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100051, 5, 10005, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&order_rate<=30&behind_near_lane_time_set1>=1', 50000, 1, 5000000, 27, 1, 1, 4500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100061, 5, 10006, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'order>=2&order<=5&order_rate<=50&remain_distance<=201&remain_distance>=199', 50000, 1, 5000000, 27, 1, 1, 4500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100071, 4, 10007, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'distance_rate>=50&distance_rate<=60&order_rate>50', 60000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100081, 4, 10008, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'order>=3&order_rate<=50&remain_distance<=200&bashin_diff_infront<=1@order>=3&order_rate<=50&remain_distance<=200&bashin_diff_behind<=1', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100091, 4, 10009, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'distance_rate>=50&order==1&bashin_diff_behind<=1@distance_rate>=50&order==2&is_overtake==1', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100101, 5, 10010, 1, 0, 340, 5, '403', 0, 0, 1, 0, 0, '', 'is_finalcorner_laterhalf==1&corner!=0&order>=3&order_rate<=40', 40000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 10, 20043, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100111, 4, 10011, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&change_order_onetime<0&order>=3', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100121, 5, 10012, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, 'is_finalcorner==1&is_behind_in==1&change_order_onetime<0&order_rate>=40', 'is_finalcorner==1&corner==0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100131, 5, 10013, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner!=0&distance_diff_rate<=30', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100141, 4, 10014, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&hp_per>=30&order<=2', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100151, 5, 10015, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&bashin_diff_behind<=1&order<=4@is_finalcorner==1&bashin_diff_infront<=1&order<=4', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100161, 5, 10016, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, 'phase==1&blocked_side_continuetime>=2', 'is_finalcorner==1&order>=2&order_rate<=75&is_behind_in==1&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 4500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', 'is_finalcorner==1&order>=2&order_rate<=75&is_behind_in==1&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100171, 5, 10017, 1, 0, 340, 5, '406', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&change_order_up_end_after>=3&corner==0', 50000, 1, 5000000, 27, 1, 1, 4500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100181, 4, 10018, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner!=0&order>=3&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100191, 5, 10019, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'change_order_up_end_after>=2', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 28, 1, 1, 350, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100201, 5, 10020, 1, 0, 340, 5, '403', 0, 0, 1, 0, 0, '', 'phase>=2&corner!=0&order==1', 40000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 10, 20043, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100231, 5, 10023, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&change_order_onetime<0&order<=4', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100241, 4, 10024, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&blocked_side_continuetime>=2&order<=3', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100251, 5, 10025, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'distance_rate>=50&order_rate>=40&order_rate<=70', 60000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 21, 1, 1, -500, 9, 5, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100261, 5, 10026, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_badstart==0&temptation_count==0&order<=3&is_finalcorner==1&corner==0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100271, 4, 10027, 1, 0, 340, 5, '403', 0, 0, 1, 0, 0, '', 'phase>=2&corner!=0&order_rate>=65&order_rate<=70', 40000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 10, 20043, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100281, 5, 10028, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'distance_rate>=45&distance_rate<=60&order>=3&order_rate<=50&hp_per<=70', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100301, 5, 10030, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, 'is_finalcorner==1&order<=4&change_order_onetime<0', 'is_finalcorner==1&corner==0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100321, 4, 10032, 1, 0, 340, 5, '401/402', 0, 0, 1, 0, 0, '', 'distance_rate>=50&corner!=0&order>=3&order_rate<=40', 40000, 1, 5000000, 9, 1, 1, 550, 1, 0, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100351, 4, 10035, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, 'is_finalcorner==1&blocked_side_continuetime>=2', 'is_finalcorner==1&corner==0&order<=5', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100371, 5, 10037, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_badstart==0&temptation_count==0&order>=3&is_finalcorner==1&corner==0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100381, 5, 10038, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'distance_rate>=50&distance_rate<=65&order>=2&order_rate<=40&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100391, 5, 10039, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&blocked_side_continuetime>=2', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100401, 5, 10040, 1, 0, 340, 5, '403', 0, 0, 1, 0, 0, '', 'distance_rate>=50&order_rate>=40&order_rate<=70&is_overtake==1', 60000, 1, 5000000, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 10, 20043, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100411, 4, 10041, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'distance_rate>=50&order<=3&blocked_side_continuetime>=2', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100451, 4, 10045, 1, 0, 340, 5, '402', 0, 0, 1, 0, 0, '', 'phase_random==1&order>=2&order_rate<=40', 0, 1, 5000000, 9, 1, 1, 750, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100461, 5, 10046, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'phase==1&corner==0&order<=2&bashin_diff_behind<=1', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100481, 5, 10048, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&order>=2&order_rate<=30&overtake_target_time>=2@is_finalcorner==1&corner==0&order_rate<=20&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100501, 5, 10050, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&order_rate>=40&order_rate<=75&is_overtake==1', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100521, 4, 10052, 1, 0, 340, 5, '402', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner!=0&order_rate>50&near_count>=1', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100561, 4, 10056, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'phase>=2&order>=3&blocked_front==1', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100581, 5, 10058, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'phase>=2&corner!=0&order>=3&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100591, 5, 10059, 1, 0, 340, 5, '403', 0, 0, 1, 0, 0, '', 'phase>=2&corner!=0&is_finalcorner==0&temptation_count==0&order_rate>=50&order_rate<=70@phase==1&corner!=0&is_finalcorner==1&temptation_count==0&order_rate>=50&order_rate<=70', 40000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 10, 20043, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100601, 4, 10060, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'phase>=2&order==3&bashin_diff_behind<=1', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (100611, 4, 10061, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'temptation_count==0&remain_distance<=201&remain_distance>=199&order>=4&order_rate<=70', 50000, 1, 5000000, 27, 1, 1, 4500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110011, 5, 11001, 1, 0, 340, 5, '402', 0, 0, 1, 0, 0, '', 'phase==1&order>=2&order_rate<=70&activate_count_middle>=2', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110031, 5, 11003, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, 'is_finalcorner==1&is_overtake==1&order<=5&order_rate<=50&overtake_target_no_order_up_time>=2', 'is_finalcorner==1&corner==0', 50000, 1, 5000000, 27, 1, 1, 4500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110041, 5, 11004, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'distance_rate>=50&activate_count_heal>=1&order<=3', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110061, 5, 11006, 1, 0, 340, 5, '401/402/403', 0, 0, 1, 0, 0, '', 'activate_count_heal>=3&distance_rate>=50', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 9, 1, 1, 350, 1, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110111, 5, 11011, 1, 0, 340, 5, '402', 0, 0, 1, 0, 0, '', 'phase==1&change_order_onetime>0&order_rate>=40', 0, 1, 5000000, 9, 1, 1, 750, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110131, 5, 11013, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&hp_per<=45&order<=3&order_rate<=50&bashin_diff_behind<=1&overtake_target_time>=1', 60000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110141, 5, 11014, 1, 0, 340, 5, '403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner!=0&is_overtake==1&order>=4&order_rate<=75', 40000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 10, 20043, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110171, 5, 11017, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&order_rate<=40&overtake_target_time>=2', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110181, 5, 11018, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'phase==1&order>=3&order_rate<=50&is_overtake==1', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110231, 5, 11023, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'order_rate_in40_continue==1&phase==1&distance_rate>=50&order>=2&order_rate<=40', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110241, 5, 11024, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner!=0&order_rate<=40&change_order_onetime<0', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', 'is_finalcorner==1&corner!=0&order_rate>=50&order_rate<=80&change_order_onetime<0', 40000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110301, 5, 11030, 1, 0, 340, 5, '402', 0, 0, 1, 0, 0, '', 'phase==1&order>=2&order_rate<=50&overtake_target_time>=1', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 9, 1, 1, -50, 9, 18, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 10, 20023, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110401, 5, 11040, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner!=0&order_rate>=30&order_rate<=70&blocked_side_continuetime>=2', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110451, 5, 11045, 1, 0, 340, 5, '401/403', 0, 0, 1, 0, 0, '', 'is_finalcorner==1&corner==0&order<=4&bashin_diff_infront<=1', 50000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (110561, 5, 11056, 1, 0, 340, 5, '401', 0, 0, 1, 0, 0, '', 'distance_rate>=50&order_rate>=40&overtake_target_time>=2', 50000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 10, 20013, 0, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200011, 1, 20001, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'rotation==1', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1005, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200012, 1, 20001, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'rotation==1', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1010, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200013, 1, 20001, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'rotation==1', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1020, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200021, 1, 20002, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'rotation==2', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1030, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200022, 1, 20002, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'rotation==2', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1040, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200023, 1, 20002, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'rotation==2', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1050, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200031, 1, 20003, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10006', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1060, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200032, 1, 20003, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10006', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1070, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200033, 1, 20003, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10006', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1080, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200041, 1, 20004, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10005', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1090, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200042, 1, 20004, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10005', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1100, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200043, 1, 20004, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10005', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1110, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200051, 1, 20005, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10009', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1120, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200052, 1, 20005, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10009', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1130, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200053, 1, 20005, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10009', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1140, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200061, 1, 20006, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10008', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1150, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200062, 1, 20006, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10008', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1160, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200063, 1, 20006, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10008', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1170, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200064, 2, 20006, 3, 0, 461, 0, '402/405', 0, 0, 0, 10, 0, '', 'track_id==10008', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 5, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 5, 30, 1145, 10022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200071, 1, 20007, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10007', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1180, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200072, 1, 20007, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10007', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1190, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200073, 1, 20007, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10007', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1200, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200081, 1, 20008, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10001', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1210, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200082, 1, 20008, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10001', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1220, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200083, 1, 20008, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10001', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1230, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200091, 1, 20009, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10002', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1240, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200092, 1, 20009, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10002', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1250, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200093, 1, 20009, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10002', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1260, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200101, 1, 20010, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10004', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1270, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200102, 1, 20010, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10004', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1280, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200103, 1, 20010, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10004', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1290, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200111, 1, 20011, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10003', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1300, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200112, 1, 20011, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10003', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1310, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200113, 1, 20011, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10003', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1320, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200121, 1, 20012, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10010', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1330, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200122, 1, 20012, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10010', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1340, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200123, 1, 20012, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10010', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1350, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200131, 1, 20013, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'is_basis_distance==1', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1390, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200132, 1, 20013, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'is_basis_distance==1', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1400, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200133, 1, 20013, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'is_basis_distance==1', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1410, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200141, 1, 20014, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'is_basis_distance==0', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1420, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200142, 1, 20014, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'is_basis_distance==0', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1430, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200143, 1, 20014, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'is_basis_distance==0', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1440, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200151, 1, 20015, 2, 0, 174, 0, '403', 0, 0, 0, 10, 0, '', 'ground_condition==1', -1, 1, 0, 3, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 45, 0, 0, 1450, 10031, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200152, 1, 20015, 1, 0, 129, 0, '403', 0, 0, 0, 10, 0, '', 'ground_condition==1', -1, 1, 0, 3, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 0, 0, 1460, 10031, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200153, 1, 20015, -1, 0, -129, 0, '403', 0, 0, 0, 10, 0, '', 'ground_condition==1', -1, 1, 0, 3, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, -30, 0, 0, 1470, 10034, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200161, 1, 20016, 2, 0, 174, 0, '403', 0, 0, 0, 10, 0, '', 'ground_condition==2@ground_condition==3@ground_condition==4', -1, 1, 0, 3, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 45, 0, 0, 1480, 10031, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200162, 1, 20016, 1, 0, 129, 0, '403', 0, 0, 0, 10, 0, '', 'ground_condition==2@ground_condition==3@ground_condition==4', -1, 1, 0, 3, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 0, 0, 1490, 10031, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200163, 1, 20016, -1, 0, -129, 0, '403', 0, 0, 0, 10, 0, '', 'ground_condition==2@ground_condition==3@ground_condition==4', -1, 1, 0, 3, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, -30, 0, 0, 1500, 10034, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200171, 1, 20017, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'season==1@season==5', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1510, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200172, 1, 20017, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'season==1@season==5', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1520, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200173, 1, 20017, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'season==1@season==5', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1530, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200181, 1, 20018, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'season==2', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1540, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200182, 1, 20018, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'season==2', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1550, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200183, 1, 20018, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'season==2', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1560, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200191, 1, 20019, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'season==3', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1570, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200192, 1, 20019, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'season==3', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1580, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200193, 1, 20019, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'season==3', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1590, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200194, 2, 20019, 3, 0, 461, 0, '401/403', 0, 0, 0, 10, 0, '', 'season==3', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 3, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 1565, 10012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200201, 1, 20020, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'season==4', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1600, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200202, 1, 20020, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'season==4', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1610, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200203, 1, 20020, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'season==4', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1620, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200211, 1, 20021, 2, 0, 174, 0, '404', 0, 0, 0, 10, 0, '', 'weather==1', -1, 1, 0, 4, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 45, 0, 0, 1630, 10041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200212, 1, 20021, 1, 0, 129, 0, '404', 0, 0, 0, 10, 0, '', 'weather==1', -1, 1, 0, 4, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 30, 0, 0, 1640, 10041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200221, 1, 20022, 2, 0, 174, 0, '404', 0, 0, 0, 10, 0, '', 'weather==2', -1, 1, 0, 4, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 45, 0, 0, 1650, 10041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200222, 1, 20022, 1, 0, 129, 0, '404', 0, 0, 0, 10, 0, '', 'weather==2', -1, 1, 0, 4, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 30, 0, 0, 1660, 10041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200231, 1, 20023, 2, 0, 174, 0, '404', 0, 0, 0, 10, 0, '', 'weather==3', -1, 1, 0, 4, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 45, 0, 0, 1670, 10041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200232, 1, 20023, 1, 0, 129, 0, '404', 0, 0, 0, 10, 0, '', 'weather==3', -1, 1, 0, 4, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 30, 0, 0, 1680, 10041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200233, 1, 20023, -1, 0, -129, 0, '404', 0, 0, 0, 10, 0, '', 'weather==3', -1, 1, 0, 4, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, -30, 0, 0, 1690, 10044, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200241, 1, 20024, 2, 0, 174, 0, '404', 0, 0, 0, 10, 0, '', 'weather==4', -1, 1, 0, 4, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 45, 0, 0, 1700, 10041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200242, 1, 20024, 1, 0, 129, 0, '404', 0, 0, 0, 10, 0, '', 'weather==4', -1, 1, 0, 4, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 30, 0, 0, 1710, 10041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200251, 1, 20025, 2, 0, 174, 0, '405', 0, 0, 0, 10, 0, '', 'post_number<=3', -1, 1, 0, 5, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 5, 45, 0, 0, 1720, 10051, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200252, 1, 20025, 1, 0, 129, 0, '405', 0, 0, 0, 10, 0, '', 'post_number<=3', -1, 1, 0, 5, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 5, 30, 0, 0, 1730, 10051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200253, 1, 20025, -1, 0, -129, 0, '405', 0, 0, 0, 10, 0, '', 'post_number<=3', -1, 1, 0, 5, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 5, -30, 0, 0, 1740, 10054, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200261, 1, 20026, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'post_number>=6', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1750, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200262, 1, 20026, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'post_number>=6', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1760, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200263, 1, 20026, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'post_number>=6', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1770, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200271, 1, 20027, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'running_style_count_same<=1', -1, 1, 0, 1, 1, 1, 800000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1780, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200272, 1, 20027, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'running_style_count_same<=1', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1790, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200281, 1, 20028, 2, 0, 174, 0, '403', 0, 0, 0, 10, 0, '', 'running_style_count_same_rate>=40', -1, 1, 0, 3, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 45, 0, 0, 1800, 10031, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200282, 1, 20028, 1, 0, 129, 0, '403', 0, 0, 0, 10, 0, '', 'running_style_count_same_rate>=40', -1, 1, 0, 3, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 0, 0, 1810, 10031, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200283, 1, 20028, -1, 0, -129, 0, '403', 0, 0, 0, 10, 0, '', 'running_style_count_same_rate>=40', -1, 1, 0, 3, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, -30, 0, 0, 1820, 10034, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200291, 1, 20029, 2, 0, 174, 0, '404', 0, 0, 0, 10, 0, '', 'running_style_equal_popularity_one==1', -1, 1, 0, 4, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 45, 0, 0, 1830, 10041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200292, 1, 20029, 1, 0, 129, 0, '404', 0, 0, 0, 10, 0, '', 'running_style_equal_popularity_one==1', -1, 1, 0, 4, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 4, 30, 0, 0, 1840, 10041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200301, 1, 20030, 2, 0, 174, 0, '401', 0, 0, 0, 10, 0, '', 'popularity>=4', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 45, 0, 0, 1850, 10011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200302, 1, 20030, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'popularity>=4', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 1860, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200311, 1, 20031, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'grade==100', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1870, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200321, 1, 20032, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'popularity==1', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1880, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200331, 2, 20033, 2, 0, 508, 4, '401', 0, 0, 0, 10, 1, '', 'all_corner_random==1', 24000, 1, 300000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 1890, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200332, 1, 20033, 1, 0, 217, 4, '401', 0, 0, 0, 10, 1, '', 'all_corner_random==1', 24000, 1, 300000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 1900, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200333, 1, 20033, -1, 0, -262, 4, '401', 0, 0, 0, 10, 1, '', 'all_corner_random==1', 24000, 1, 300000, 21, 1, 1, -2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 1910, 20014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200341, 2, 20034, 2, 0, 508, 4, '403', 0, 0, 0, 10, 1, '', 'all_corner_random==1', 30000, 1, 300000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 1920, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200342, 1, 20034, 1, 0, 217, 4, '403', 0, 0, 0, 10, 1, '', 'all_corner_random==1', 30000, 1, 300000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 1930, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200343, 1, 20034, -1, 0, -262, 4, '403', 0, 0, 0, 10, 1, '', 'all_corner_random==1', 30000, 1, 300000, 31, 1, 1, -2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, -30, 0, 0, 1940, 20044, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200351, 2, 20035, 2, 0, 508, 4, '402', 0, 0, 0, 10, 1, '', 'corner_random==1@corner_random==2@corner_random==3@corner_random==4', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 1950, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200352, 1, 20035, 1, 0, 217, 4, '402', 0, 0, 0, 10, 1, '', 'corner_random==1@corner_random==2@corner_random==3@corner_random==4', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 1960, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200353, 1, 20035, -1, 0, -262, 4, '402', 0, 0, 0, 10, 1, '', 'corner_random==1@corner_random==2@corner_random==3@corner_random==4', 0, 1, 5000000, 9, 1, 1, -200, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1970, 20024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200361, 2, 20036, 2, 0, 508, 4, '401', 0, 0, 0, 10, 1, '', 'straight_random==1', 24000, 1, 300000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 1980, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200362, 1, 20036, 1, 0, 217, 4, '401', 0, 0, 0, 10, 1, '', 'straight_random==1', 24000, 1, 300000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 1990, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200371, 2, 20037, 2, 0, 508, 4, '403', 0, 0, 0, 10, 1, '', 'straight_random==1', 30000, 1, 300000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2000, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200372, 1, 20037, 1, 0, 217, 4, '403', 0, 0, 0, 10, 1, '', 'straight_random==1', 30000, 1, 300000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 2010, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200381, 2, 20038, 2, 0, 508, 4, '402', 0, 0, 0, 10, 1, '', 'straight_random==1', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2020, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200382, 1, 20038, 1, 0, 217, 4, '402', 0, 0, 0, 10, 1, '', 'straight_random==1', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2030, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200391, 1, 20039, -1, 0, -262, 4, '402', 0, 0, 0, 10, 1, '', 'up_slope_random==1', 0, 1, 5000000, 9, 1, 1, -200, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 2040, 20024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200401, 1, 20040, -1, 0, -262, 4, '402', 0, 0, 0, 10, 1, '', 'accumulatetime>=2&is_surrounded==1', 0, 1, 5000000, 9, 1, 1, -200, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 2050, 20024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200411, 1, 20041, -1, 0, -262, 3, '401', 0, 0, 0, 10, 1, '', 'last_straight_random==1&distance_diff_rate>=75', 30000, 1, 300000, 21, 1, 1, -2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 2060, 20014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200421, 1, 20042, -1, 0, -262, 3, '401', 0, 0, 0, 10, 1, '', 'remain_distance==200&order==1&bashin_diff_behind>=1', 30000, 1, 300000, 21, 1, 1, -2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 2070, 20014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200431, 2, 20043, 2, 0, 394, 1, '301/407', 0, 0, 0, 10, 1, '', 'always==1', 0, 1, 5000000, 10, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2080, 20062, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200432, 1, 20043, 1, 0, 129, 1, '301/407', 0, 0, 0, 10, 1, '', 'always==1', 0, 1, 5000000, 10, 1, 1, 9000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2090, 20061, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200433, 1, 20043, -1, 0, -174, 1, '301/407', 0, 0, 0, 10, 1, '', 'always==1', 0, 1, 5000000, 10, 1, 1, 15000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 2100, 20064, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200441, 2, 20044, 2, 0, 508, 4, '301/302/402', 0, 0, 0, 10, 1, '', 'phase<=1&accumulatetime>=5&blocked_front_continuetime>=1', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2110, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200442, 1, 20044, 1, 0, 217, 4, '301/302/402', 0, 0, 0, 10, 1, '', 'phase<=1&accumulatetime>=5&blocked_front_continuetime>=1', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2120, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200451, 2, 20045, 2, 0, 334, 1, '301/403', 0, 0, 0, 10, 1, '', 'phase_random==0', 30000, 1, 5000000, 28, 1, 1, 450, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2130, 20052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200452, 1, 20045, 1, 0, 129, 1, '301/403', 0, 0, 0, 10, 1, '', 'phase_random==0', 30000, 1, 5000000, 28, 1, 1, 350, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 25, 0, 0, 2140, 20051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200461, 2, 20046, 2, 0, 508, 2, '302/401', 0, 0, 0, 10, 1, '', 'phase==1&change_order_onetime<0', 18000, 1, 300000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2150, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200462, 1, 20046, 1, 0, 217, 2, '302/401', 0, 0, 0, 10, 1, '', 'phase==1&change_order_onetime<0', 18000, 1, 300000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2160, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200471, 2, 20047, 2, 0, 508, 2, '302/402', 0, 0, 0, 10, 1, '', 'phase==1&change_order_onetime>0', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2170, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200472, 1, 20047, 1, 0, 217, 2, '302/402', 0, 0, 0, 10, 1, '', 'phase==1&change_order_onetime>0', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2180, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200481, 2, 20048, 2, 0, 508, 2, '302/402', 0, 0, 0, 10, 1, '', 'phase==1&is_surrounded==1', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2190, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200482, 1, 20048, 1, 0, 217, 2, '302/402', 0, 0, 0, 10, 1, '', 'phase==1&is_surrounded==1', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2200, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200491, 2, 20049, 2, 0, 394, 3, '303/403', 0, 0, 0, 10, 1, '', 'infront_near_lane_time>=1&is_lastspurt==1&hp_per>=1', 30000, 1, 300000, 31, 1, 1, 4000, 1, 0, 28, 1, 1, 250, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2210, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200492, 1, 20049, 1, 0, 174, 3, '303/403', 0, 0, 0, 10, 1, '', 'infront_near_lane_time>=1&is_lastspurt==1&hp_per>=1', 30000, 1, 300000, 31, 1, 1, 2000, 1, 0, 28, 1, 1, 50, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 2220, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200501, 2, 20050, 2, 0, 334, 3, '303/403', 0, 0, 0, 10, 1, '', 'phase_random==2', 30000, 1, 5000000, 28, 1, 1, 350, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2230, 20052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200502, 1, 20050, 1, 0, 129, 3, '303/403', 0, 0, 0, 10, 1, '', 'phase_random==2', 30000, 1, 5000000, 28, 1, 1, 250, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 25, 0, 0, 2240, 20051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200511, 2, 20051, 2, 0, 508, 3, '303/401', 0, 0, 0, 10, 1, '', 'is_lastspurt==1&phase_random==3', 24000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2250, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200512, 1, 20051, 1, 0, 217, 3, '303/401', 0, 0, 0, 10, 1, '', 'is_lastspurt==1&phase_random==3', 24000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2260, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200521, 1, 20052, -1, 0, -262, 4, '402', 0, 0, 0, 10, 1, '', 'accumulatetime>=2&order==1&bashin_diff_behind>=1', 0, 1, 5000000, 9, 1, 1, -200, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 2270, 20024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200531, 2, 20053, 2, 0, 334, 1, '101/301/403', 0, 0, 0, 10, 1, '', 'running_style==1&phase==0', 12000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2280, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200532, 1, 20053, 1, 0, 217, 1, '101/301/403', 0, 0, 0, 10, 1, '', 'running_style==1&phase==0', 12000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 2290, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200541, 2, 20054, 2, 0, 508, 2, '101/302/401', 0, 0, 0, 10, 1, '', 'running_style==1&phase_random==1&order_rate<=50', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2300, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200542, 1, 20054, 1, 0, 217, 2, '101/302/401', 0, 0, 0, 10, 1, '', 'running_style==1&phase_random==1&order_rate<=50', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2310, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200551, 2, 20055, 2, 0, 508, 3, '101/303/403', 0, 0, 0, 10, 1, '', 'running_style==1&is_finalcorner_random==1&order==1', 30000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2320, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200552, 1, 20055, 1, 0, 217, 3, '101/303/403', 0, 0, 0, 10, 1, '', 'running_style==1&is_finalcorner_random==1&order==1', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 2330, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200561, 2, 20056, 2, 0, 508, 1, '102/301/402', 0, 0, 0, 10, 1, '', 'running_style==2&phase_laterhalf_random==0&order_rate<=50', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2340, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200562, 1, 20056, 1, 0, 217, 1, '102/301/402', 0, 0, 0, 10, 1, '', 'running_style==2&phase_laterhalf_random==0&order_rate<=50', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2350, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200571, 2, 20057, 2, 0, 508, 2, '102/302/402', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==1&order_rate<=50', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2360, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200572, 1, 20057, 1, 0, 217, 2, '102/302/402', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==1&order_rate<=50', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2370, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200581, 2, 20058, 2, 0, 508, 3, '102/303/401', 0, 0, 0, 10, 1, '', 'running_style==2&is_finalcorner_random==1&order_rate<=50', 18000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2380, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200582, 1, 20058, 1, 0, 217, 3, '102/303/401', 0, 0, 0, 10, 1, '', 'running_style==2&is_finalcorner_random==1&order_rate<=50', 18000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2390, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200591, 2, 20059, 2, 0, 508, 2, '103/302/401', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==1&order_rate>50', 24000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2400, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200592, 1, 20059, 1, 0, 217, 2, '103/302/401', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==1&order_rate>50', 24000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2410, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200601, 2, 20060, 2, 0, 508, 3, '103/303/403', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==2&order_rate>50', 18000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2420, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200602, 1, 20060, 1, 0, 217, 3, '103/303/403', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==2&order_rate>50', 18000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 2430, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200611, 2, 20061, 2, 0, 508, 3, '103/303/401', 0, 0, 0, 10, 1, '', 'running_style==3&is_finalcorner==1&corner!=0&is_behind_in==1&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2440, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200612, 1, 20061, 1, 0, 217, 3, '103/303/401', 0, 0, 0, 10, 1, '', 'running_style==3&is_finalcorner==1&corner!=0&is_behind_in==1&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2450, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200621, 2, 20062, 2, 0, 508, 2, '104/302/402', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==1&distance_diff_rate>=75', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2460, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200622, 1, 20062, 1, 0, 217, 2, '104/302/402', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==1&distance_diff_rate>=75', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2470, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200631, 2, 20063, 2, 0, 508, 3, '104/303/401', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==2&distance_diff_rate>=50', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2480, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200632, 1, 20063, 1, 0, 217, 3, '104/303/401', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==2&distance_diff_rate>=50', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2490, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200641, 2, 20064, 2, 0, 508, 3, '104/303/403', 0, 0, 0, 10, 1, '', 'running_style==4&is_lastspurt==1&corner==0', 9000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2500, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200642, 1, 20064, 1, 0, 217, 3, '104/303/403', 0, 0, 0, 10, 1, '', 'running_style==4&is_lastspurt==1&corner==0', 9000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 2510, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200651, 2, 20065, 2, 0, 508, 4, '201/403', 0, 0, 0, 10, 1, '', 'distance_type==1&straight_random==1', 30000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2520, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200652, 1, 20065, 1, 0, 217, 4, '201/403', 0, 0, 0, 10, 1, '', 'distance_type==1&straight_random==1', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 2530, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200662, 1, 20066, 1, 0, 217, 2, '201/302/402/403', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==1&order_rate>50', 30000, 1, 5000000, 9, 1, 1, 150, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2550, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200671, 2, 20067, 2, 0, 508, 3, '201/303/401/403', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==2&order_rate>50', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2560, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200672, 1, 20067, 1, 0, 217, 3, '201/303/401/403', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==2&order_rate>50', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 31, 1, 1, 500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2570, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200681, 2, 20068, 2, 0, 508, 1, '202/301/401', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==0&accumulatetime>=5&order_rate<=50', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2580, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200682, 1, 20068, 1, 0, 217, 1, '202/301/401', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==0&accumulatetime>=5&order_rate<=50', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2590, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200691, 2, 20069, 2, 0, 508, 1, '202/301/402/406', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_laterhalf_random==0&order_rate>50', 30000, 1, 5000000, 9, 1, 1, 550, 1, 0, 21, 1, 1, -2000, 9, 18, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2600, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200692, 1, 20069, 1, 0, 217, 1, '202/301/402/406', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_laterhalf_random==0&order_rate>50', 30000, 1, 5000000, 9, 1, 1, 150, 1, 0, 21, 1, 1, -500, 9, 18, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2610, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200701, 2, 20070, 2, 0, 508, 3, '202/303/403', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==2&order_rate>50', 30000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 2620, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200702, 1, 20070, 1, 0, 217, 3, '202/303/403', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==2&order_rate>50', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 2630, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200711, 2, 20071, 2, 0, 508, 2, '203/302/402', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==1&order<=3', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2640, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200712, 1, 20071, 1, 0, 217, 2, '203/302/402', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==1&order<=3', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2650, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200721, 2, 20072, 2, 0, 508, 2, '203/302/401', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==1&order_rate<=50', 24000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2660, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200722, 1, 20072, 1, 0, 217, 2, '203/302/401', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==1&order_rate<=50', 24000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2670, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200731, 2, 20073, 2, 0, 508, 3, '203/303/401/403', 0, 0, 0, 10, 1, '', 'distance_type==3&is_finalcorner==1&corner!=0&change_order_onetime>0', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2680, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200732, 1, 20073, 1, 0, 217, 3, '203/303/401/403', 0, 0, 0, 10, 1, '', 'distance_type==3&is_finalcorner==1&corner!=0&change_order_onetime>0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 31, 1, 1, 500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2690, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200741, 2, 20074, 2, 0, 508, 4, '204/402', 0, 0, 0, 10, 1, '', 'distance_type==4&straight_random==1', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2700, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200742, 1, 20074, 1, 0, 217, 4, '204/402', 0, 0, 0, 10, 1, '', 'distance_type==4&straight_random==1', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2710, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200751, 2, 20075, 2, 0, 508, 3, '204/303/401', 0, 0, 0, 10, 1, '', 'distance_type==4&is_finalcorner==1&corner!=0&lane_type==0', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 2720, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200752, 1, 20075, 1, 0, 217, 3, '204/303/401', 0, 0, 0, 10, 1, '', 'distance_type==4&is_finalcorner==1&corner!=0&lane_type==0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 2730, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200761, 2, 20076, 2, 0, 508, 4, '204/402', 0, 0, 0, 10, 1, '', 'distance_type==4&hp_per<=30', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 2740, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200762, 1, 20076, 1, 0, 217, 4, '204/402', 0, 0, 0, 10, 1, '', 'distance_type==4&hp_per<=30', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 2750, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200771, 1, 20077, 1, 0, 217, 2, '302/406', 0, 0, 0, 10, 1, '', 'phase==1&order_rate<=50&temptation_count_behind>=1', 0, 1, 5000000, 9, 1, 1, -100, 20, 10, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2760, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200772, 2, 20077, 2, 0, 508, 2, '302/406', 0, 0, 0, 10, 1, '', 'phase==1&order_rate<=50&temptation_count_behind>=1', 0, 1, 5000000, 9, 1, 1, -300, 20, 10, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 5, 30, 2755, 30052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200781, 1, 20078, 1, 0, 217, 2, '302/406', 0, 0, 0, 10, 1, '', 'phase==1&order_rate>50&temptation_count_infront>=1', 0, 1, 5000000, 9, 1, 1, -100, 19, 10, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2770, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200791, 1, 20079, 1, 0, 174, 4, '406', 0, 0, 0, 10, 1, '', 'running_style_temptation_count_nige>=1&is_temptation==0', 0, 1, 5000000, 13, 1, 1, 50000, 21, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 5, 15, 2780, 30041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200801, 1, 20080, 1, 0, 174, 4, '406', 0, 0, 0, 10, 1, '', 'running_style_temptation_count_senko>=1&is_temptation==0', 0, 1, 5000000, 13, 1, 1, 50000, 21, 2, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 5, 15, 2790, 30041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200811, 1, 20081, 1, 0, 174, 4, '406', 0, 0, 0, 10, 1, '', 'running_style_temptation_count_sashi>=1&is_temptation==0', 0, 1, 5000000, 13, 1, 1, 50000, 21, 3, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 5, 15, 2800, 30041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200821, 1, 20082, 1, 0, 174, 4, '406', 0, 0, 0, 10, 1, '', 'running_style_temptation_count_oikomi>=1&is_temptation==0', 0, 1, 5000000, 13, 1, 1, 50000, 21, 4, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 5, 15, 2810, 30041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200831, 1, 20083, 1, 0, 217, 1, '301/406', 0, 0, 0, 10, 1, '', 'running_style_count_nige_otherself>=1&phase_random==0&accumulatetime>=5', 0, 1, 5000000, 9, 1, 1, -100, 18, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2820, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200841, 1, 20084, 1, 0, 217, 2, '302/406', 0, 0, 0, 10, 1, '', 'running_style_count_nige_otherself>=1&phase_random==1', 0, 1, 5000000, 9, 1, 1, -100, 18, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2830, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200851, 1, 20085, 1, 0, 217, 3, '303/406', 0, 0, 0, 10, 1, '', 'running_style_count_nige_otherself>=1&phase_random==2', 30000, 1, 5000000, 21, 1, 1, -1500, 18, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 10, 5, 10, 2840, 30011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200861, 1, 20086, 1, 0, 217, 1, '301/406', 0, 0, 0, 10, 1, '', 'running_style_count_senko_otherself>=1&phase_random==0&accumulatetime>=5', 0, 1, 5000000, 9, 1, 1, -100, 18, 2, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2850, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200871, 1, 20087, 1, 0, 217, 2, '302/406', 0, 0, 0, 10, 1, '', 'running_style_count_senko_otherself>=1&phase_random==1', 0, 1, 5000000, 9, 1, 1, -100, 18, 2, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2860, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200881, 1, 20088, 1, 0, 217, 3, '303/406', 0, 0, 0, 10, 1, '', 'running_style_count_senko_otherself>=1&phase_random==2', 30000, 1, 5000000, 21, 1, 1, -1500, 18, 2, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 10, 5, 10, 2870, 30011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200891, 1, 20089, 1, 0, 217, 1, '301/406', 0, 0, 0, 10, 1, '', 'running_style_count_sashi_otherself>=1&phase_random==0&accumulatetime>=5', 0, 1, 5000000, 9, 1, 1, -100, 18, 3, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2880, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200901, 1, 20090, 1, 0, 217, 2, '302/406', 0, 0, 0, 10, 1, '', 'running_style_count_sashi_otherself>=1&phase_random==1', 0, 1, 5000000, 9, 1, 1, -100, 18, 3, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2890, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200911, 1, 20091, 1, 0, 217, 3, '303/406', 0, 0, 0, 10, 1, '', 'running_style_count_sashi_otherself>=1&phase_random==2', 30000, 1, 5000000, 21, 1, 1, -1500, 18, 3, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 10, 5, 10, 2900, 30011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200921, 1, 20092, 1, 0, 217, 1, '301/406', 0, 0, 0, 10, 1, '', 'running_style_count_oikomi_otherself>=1&phase_random==0&accumulatetime>=5', 0, 1, 5000000, 9, 1, 1, -100, 18, 4, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2910, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200931, 1, 20093, 1, 0, 217, 2, '302/406', 0, 0, 0, 10, 1, '', 'running_style_count_oikomi_otherself>=1&phase_random==1', 0, 1, 5000000, 9, 1, 1, -100, 18, 4, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 2920, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200941, 1, 20094, 1, 0, 217, 3, '303/406', 0, 0, 0, 10, 1, '', 'running_style_count_oikomi_otherself>=1&phase_random==2', 30000, 1, 5000000, 21, 1, 1, -1500, 18, 4, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 10, 5, 10, 2930, 30011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200951, 1, 20095, 2, 0, 174, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10101', -1, 1, 0, 2, 1, 1, 600000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 45, 0, 0, 1360, 10021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200952, 1, 20095, 1, 0, 129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10101', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 1370, 10021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200953, 1, 20095, -1, 0, -129, 0, '402', 0, 0, 0, 10, 0, '', 'track_id==10101', -1, 1, 0, 2, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, -30, 0, 0, 1380, 10024, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200961, 1, 20096, 2, 0, 262, 4, '201/401', 0, 0, 0, 10, 1, '', 'distance_type==1&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20010, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200962, 1, 20096, 1, 0, 217, 4, '201/401', 0, 0, 0, 10, 1, '', 'distance_type==1&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20020, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200971, 1, 20097, 2, 0, 262, 4, '201/401', 0, 0, 0, 10, 1, '', 'distance_type==1&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20030, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200972, 1, 20097, 1, 0, 217, 4, '201/401', 0, 0, 0, 10, 1, '', 'distance_type==1&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20040, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200981, 2, 20098, 2, 0, 508, 2, '201/302/401', 0, 0, 0, 10, 1, '', 'distance_type==1&phase==1&bashin_diff_behind>=3&order==1', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 20050, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200982, 1, 20098, 1, 0, 262, 2, '201/302/401', 0, 0, 0, 10, 1, '', 'distance_type==1&phase==1&bashin_diff_behind>=3&order==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20060, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200991, 2, 20099, 2, 0, 508, 2, '201/302/403', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_laterhalf_random==1&order>=2&order_rate<=50', 30000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 20070, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (200992, 1, 20099, 1, 0, 217, 2, '201/302/403', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_laterhalf_random==1&order>=2&order_rate<=50', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 20080, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201001, 2, 20100, 2, 0, 394, 2, '201/302/403', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==1', 40000, 1, 5000000, 28, 1, 1, 350, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 20090, 20052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201002, 1, 20100, 1, 0, 174, 2, '201/302/403', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==1', 40000, 1, 5000000, 28, 1, 1, 250, 1, 0, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 35, 0, 0, 20100, 20051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201011, 2, 20101, 2, 0, 508, 1, '201/301/406', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==0&order_rate<=50&accumulatetime>=5', 30000, 1, 5000000, 21, 1, 1, -2500, 10, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 5, 30, 20110, 30012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201012, 1, 20101, 1, 0, 262, 1, '201/301/406', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==0&order_rate<=50&accumulatetime>=5', 30000, 1, 5000000, 21, 1, 1, -2000, 10, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 5, 15, 20120, 30011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201021, 2, 20102, 2, 0, 508, 1, '201/301/406', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==0&order_rate>50&accumulatetime>=5', 12000, 1, 5000000, 9, 1, 1, -300, 9, 18, 31, 1, 1, -2000, 9, 18, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 5, 30, 20130, 30052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201022, 1, 20102, 1, 0, 262, 1, '201/301/406', 0, 0, 0, 10, 1, '', 'distance_type==1&phase_random==0&order_rate>50&accumulatetime>=5', 12000, 1, 5000000, 9, 1, 1, -100, 9, 18, 31, 1, 1, -500, 9, 18, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 20140, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201031, 1, 20103, 2, 0, 262, 4, '202/401', 0, 0, 0, 10, 1, '', 'distance_type==2&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20150, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201032, 1, 20103, 1, 0, 217, 4, '202/401', 0, 0, 0, 10, 1, '', 'distance_type==2&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20160, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201041, 1, 20104, 2, 0, 262, 4, '202/401', 0, 0, 0, 10, 1, '', 'distance_type==2&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20170, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201042, 1, 20104, 1, 0, 217, 4, '202/401', 0, 0, 0, 10, 1, '', 'distance_type==2&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20180, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201051, 2, 20105, 2, 0, 508, 2, '202/302/401', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==1&order_rate<=50', 24000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 20190, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201052, 1, 20105, 1, 0, 217, 2, '202/302/401', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==1&order_rate<=50', 24000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20200, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201061, 2, 20106, 2, 0, 508, 2, '202/302/403', 0, 0, 0, 10, 1, '', 'distance_type==2&phase==1&change_order_onetime<0', 30000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 20210, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201062, 1, 20106, 1, 0, 217, 2, '202/302/403', 0, 0, 0, 10, 1, '', 'distance_type==2&phase==1&change_order_onetime<0', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 20220, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201071, 2, 20107, 2, 0, 334, 4, '202/401', 0, 0, 0, 10, 1, '', 'distance_type==2&is_overtake==1&accumulatetime>=5', 24000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 20230, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201072, 1, 20107, 1, 0, 217, 4, '202/401', 0, 0, 0, 10, 1, '', 'distance_type==2&is_overtake==1&accumulatetime>=5', 24000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20240, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201081, 2, 20108, 2, 0, 461, 2, '202/302/406', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==1&order<=3', 30000, 1, 5000000, 21, 1, 1, -2000, 10, 5, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 20250, 30012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201082, 1, 20108, 1, 0, 217, 2, '202/302/406', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==1&order<=3', 30000, 1, 5000000, 21, 1, 1, -1500, 10, 5, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20260, 30011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201091, 2, 20109, 2, 0, 508, 1, '202/301/406', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==0&order_rate>50&accumulatetime>=3', 30000, 1, 5000000, 31, 1, 1, -3000, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 5, 30, 20270, 30022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201092, 1, 20109, 1, 0, 217, 1, '202/301/406', 0, 0, 0, 10, 1, '', 'distance_type==2&phase_random==0&order_rate>50&accumulatetime>=3', 30000, 1, 5000000, 31, 1, 1, -1000, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 10, 5, 10, 20280, 30021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201101, 1, 20110, 2, 0, 262, 4, '203/401', 0, 0, 0, 10, 1, '', 'distance_type==3&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20300, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201102, 1, 20110, 1, 0, 217, 4, '203/401', 0, 0, 0, 10, 1, '', 'distance_type==3&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20310, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201111, 1, 20111, 2, 0, 262, 4, '203/401', 0, 0, 0, 10, 1, '', 'distance_type==3&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20320, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201112, 1, 20111, 1, 0, 217, 4, '203/401', 0, 0, 0, 10, 1, '', 'distance_type==3&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20330, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201121, 2, 20112, 2, 0, 334, 1, '203/301/405', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==0', 30000, 1, 5000000, 8, 1, 1, 150000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 20340, 20092, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201122, 1, 20112, 1, 0, 129, 1, '203/301/405', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==0', 30000, 1, 5000000, 8, 1, 1, 100000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 0, 0, 20350, 20091, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201131, 2, 20113, 2, 0, 394, 2, '203/302/403', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==1&order_rate>50', 40000, 1, 5000000, 28, 1, 1, 350, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 20360, 20052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201132, 1, 20113, 1, 0, 174, 2, '203/302/403', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==1&order_rate>50', 40000, 1, 5000000, 28, 1, 1, 250, 1, 0, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 35, 0, 0, 20370, 20051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201141, 2, 20114, 2, 0, 508, 4, '203/402', 0, 0, 0, 10, 1, '', 'distance_type==3&is_move_lane==1&accumulatetime>=10@distance_type==3&is_move_lane==2&accumulatetime>=10', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 20380, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201142, 1, 20114, 1, 0, 217, 4, '203/402', 0, 0, 0, 10, 1, '', 'distance_type==3&is_move_lane==1&accumulatetime>=10@distance_type==3&is_move_lane==2&accumulatetime>=10', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 20390, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201151, 2, 20115, 2, 0, 508, 3, '203/303/406', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==2&order_rate>50', 30000, 1, 5000000, 21, 1, 1, -2500, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 5, 30, 20400, 30012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201152, 1, 20115, 1, 0, 217, 3, '203/303/406', 0, 0, 0, 10, 1, '', 'distance_type==3&phase_random==2&order_rate>50', 30000, 1, 5000000, 21, 1, 1, -1500, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 10, 5, 10, 20410, 30011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201161, 2, 20116, 2, 0, 508, 2, '203/302/406', 0, 0, 0, 10, 1, '', 'distance_type==3&phase==1&blocked_front_continuetime>=1', 0, 1, 5000000, 9, 1, 1, -300, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 5, 30, 20420, 30052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201162, 1, 20116, 1, 0, 217, 2, '203/302/406', 0, 0, 0, 10, 1, '', 'distance_type==3&phase==1&blocked_front_continuetime>=1', 0, 1, 5000000, 9, 1, 1, -100, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 20430, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201171, 1, 20117, 2, 0, 262, 4, '204/401', 0, 0, 0, 10, 1, '', 'distance_type==4&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20440, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201172, 1, 20117, 1, 0, 217, 4, '204/401', 0, 0, 0, 10, 1, '', 'distance_type==4&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20450, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201181, 1, 20118, 2, 0, 262, 4, '204/401', 0, 0, 0, 10, 1, '', 'distance_type==4&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20460, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201182, 1, 20118, 1, 0, 217, 4, '204/401', 0, 0, 0, 10, 1, '', 'distance_type==4&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20470, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201191, 2, 20119, 2, 0, 508, 2, '204/302/401', 0, 0, 0, 10, 1, '', 'distance_type==4&phase_random==1&bashin_diff_behind>=1&order==1', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 20480, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201192, 1, 20119, 1, 0, 217, 2, '204/302/401', 0, 0, 0, 10, 1, '', 'distance_type==4&phase_random==1&bashin_diff_behind>=1&order==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20490, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201201, 2, 20120, 2, 0, 508, 4, '204/402', 0, 0, 0, 10, 1, '', 'distance_type==4&is_overtake==1&accumulatetime>=5', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 20500, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201202, 1, 20120, 1, 0, 217, 4, '204/402', 0, 0, 0, 10, 1, '', 'distance_type==4&is_overtake==1&accumulatetime>=5', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 20510, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201211, 2, 20121, 2, 0, 508, 3, '204/303/401', 0, 0, 0, 10, 1, '', 'distance_type==4&phase==2&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 20520, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201212, 1, 20121, 1, 0, 217, 3, '204/303/401', 0, 0, 0, 10, 1, '', 'distance_type==4&phase==2&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20530, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201221, 2, 20122, 2, 0, 461, 2, '204/302/406', 0, 0, 0, 10, 1, '', 'distance_type==4&phase_random==1&order>=5', 0, 1, 5000000, 9, 1, 1, -100, 9, 5, 9, 1, 1, 350, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 20540, 30052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201222, 1, 20122, 1, 0, 217, 2, '204/302/406', 0, 0, 0, 10, 1, '', 'distance_type==4&phase_random==1&order>=5', 0, 1, 5000000, 9, 1, 1, -50, 9, 5, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 25, 0, 0, 20550, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201231, 2, 20123, 2, 0, 334, 3, '204/303/406', 0, 0, 0, 10, 1, '', 'distance_type==4&phase_random==2', 30000, 1, 5000000, 8, 1, 1, -100000, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 5, 30, 20560, 30072, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201232, 1, 20123, 1, 0, 129, 3, '204/303/406', 0, 0, 0, 10, 1, '', 'distance_type==4&phase_random==2', 30000, 1, 5000000, 8, 1, 1, -50000, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 5, 15, 20570, 30071, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201241, 1, 20124, 2, 0, 262, 4, '101/401', 0, 0, 0, 10, 1, '', 'running_style==1&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20580, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201242, 1, 20124, 1, 0, 217, 4, '101/401', 0, 0, 0, 10, 1, '', 'running_style==1&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20590, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201251, 1, 20125, 2, 0, 262, 4, '101/401', 0, 0, 0, 10, 1, '', 'running_style==1&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20600, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201252, 1, 20125, 1, 0, 217, 4, '101/401', 0, 0, 0, 10, 1, '', 'running_style==1&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20610, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201261, 2, 20126, 2, 0, 334, 1, '101/301/403', 0, 0, 0, 10, 1, '', 'running_style==1&phase==0&blocked_front_continuetime>=1@running_style==1&phase==0&blocked_side_continuetime>=1', 30000, 1, 5000000, 28, 1, 1, 350, 1, 0, 35, 1, 1, 5000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 20620, 20052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201262, 1, 20126, 1, 0, 129, 1, '101/301/403', 0, 0, 0, 10, 1, '', 'running_style==1&phase==0&blocked_front_continuetime>=1@running_style==1&phase==0&blocked_side_continuetime>=1', 30000, 1, 5000000, 28, 1, 1, 250, 1, 0, 35, 1, 1, 5000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 25, 0, 0, 20630, 20051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201272, 1, 20127, 1, 0, 217, 4, '101/301/302/401', 0, 0, 0, 10, 1, '', 'running_style==1&phase<=1&change_order_onetime>0&accumulatetime>=5@running_style==1&phase<=1&blocked_side_continuetime>=2&accumulatetime>=5', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20650, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201281, 2, 20128, 2, 0, 508, 4, '101/402', 0, 0, 0, 10, 1, '', 'running_style==1&slope==1&accumulatetime>=10', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 20660, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201282, 1, 20128, 1, 0, 217, 4, '101/402', 0, 0, 0, 10, 1, '', 'running_style==1&slope==1&accumulatetime>=10', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 20670, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201291, 2, 20129, 2, 0, 508, 2, '101/302/403', 0, 0, 0, 10, 1, '', 'running_style==1&phase_random==1&order>=2', 30000, 1, 5000000, 31, 1, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 20680, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201292, 1, 20129, 1, 0, 217, 2, '101/302/403', 0, 0, 0, 10, 1, '', 'running_style==1&phase_random==1&order>=2', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 20690, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201302, 1, 20130, 1, 0, 217, 1, '101/301/406', 0, 0, 0, 10, 1, '', 'running_style==1&phase_random==0&order>=2&accumulatetime>=5', 30000, 1, 5000000, 31, 1, 1, -1000, 9, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 10, 5, 10, 20710, 30021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201311, 1, 20131, 2, 0, 262, 4, '102/401', 0, 0, 0, 10, 1, '', 'running_style==2&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20720, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201312, 1, 20131, 1, 0, 217, 4, '102/401', 0, 0, 0, 10, 1, '', 'running_style==2&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20730, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201321, 1, 20132, 2, 0, 262, 4, '102/401', 0, 0, 0, 10, 1, '', 'running_style==2&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20740, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201322, 1, 20132, 1, 0, 217, 4, '102/401', 0, 0, 0, 10, 1, '', 'running_style==2&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20750, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201331, 2, 20133, 2, 0, 334, 4, '102/403', 0, 0, 0, 10, 1, '', 'running_style==2&is_move_lane==1@running_style==2&is_move_lane==2', 30000, 1, 5000000, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 40, 0, 0, 20760, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201332, 1, 20133, 1, 0, 217, 4, '102/403', 0, 0, 0, 10, 1, '', 'running_style==2&is_move_lane==1@running_style==2&is_move_lane==2', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 20770, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201341, 2, 20134, 2, 0, 334, 4, '102/403', 0, 0, 0, 10, 1, '', 'running_style==2&down_slope_random==1', 30000, 1, 5000000, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 40, 0, 0, 20780, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201342, 1, 20134, 1, 0, 217, 4, '102/403', 0, 0, 0, 10, 1, '', 'running_style==2&down_slope_random==1', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 20790, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201351, 2, 20135, 2, 0, 508, 2, '102/302/402', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==1', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 20800, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201352, 1, 20135, 1, 0, 217, 2, '102/302/402', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==1', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 20810, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201361, 2, 20136, 2, 0, 334, 2, '102/302/403', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==1&order_rate>40', 30000, 1, 5000000, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 40, 0, 0, 20820, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201362, 1, 20136, 1, 0, 217, 2, '102/302/403', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==1&order_rate>40', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 20830, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201371, 2, 20137, 2, 0, 334, 3, '102/303/402', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==2&order_rate<=50', 30000, 1, 5000000, 8, 1, 1, -50000, 10, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 5, 30, 20840, 30072, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201372, 1, 20137, 1, 0, 85, 3, '102/303/402', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==2&order_rate<=50', 30000, 1, 5000000, 8, 1, 1, -30000, 10, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 10, 5, 10, 20850, 30071, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201381, 1, 20138, 2, 0, 262, 4, '103/401', 0, 0, 0, 10, 1, '', 'running_style==3&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20860, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201382, 1, 20138, 1, 0, 217, 4, '103/401', 0, 0, 0, 10, 1, '', 'running_style==3&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20870, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201391, 1, 20139, 2, 0, 262, 4, '103/401', 0, 0, 0, 10, 1, '', 'running_style==3&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 20880, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201392, 1, 20139, 1, 0, 217, 4, '103/401', 0, 0, 0, 10, 1, '', 'running_style==3&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20890, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201401, 2, 20140, 2, 0, 334, 4, '103/403', 0, 0, 0, 10, 1, '', 'running_style==3&is_overtake==1&accumulatetime>=5', 40000, 1, 5000000, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 40, 0, 0, 20900, 20042, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201402, 1, 20140, 1, 0, 217, 4, '103/403', 0, 0, 0, 10, 1, '', 'running_style==3&is_overtake==1&accumulatetime>=5', 40000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 20910, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201411, 2, 20141, 2, 0, 334, 4, '103/401', 0, 0, 0, 10, 1, '', 'running_style==3&up_slope_random==1', 24000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 20920, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201412, 1, 20141, 1, 0, 217, 4, '103/401', 0, 0, 0, 10, 1, '', 'running_style==3&up_slope_random==1', 24000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 20930, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201421, 2, 20142, 2, 0, 508, 3, '103/303/402', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==2', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 20940, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201422, 1, 20142, 1, 0, 217, 3, '103/303/402', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==2', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 20950, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201431, 2, 20143, 2, 0, 334, 2, '103/302/405', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==1', 30000, 1, 5000000, 8, 1, 1, 150000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 20960, 20092, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201432, 1, 20143, 1, 0, 85, 2, '103/302/405', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==1', 30000, 1, 5000000, 8, 1, 1, 50000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 20970, 20091, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201441, 2, 20144, 2, 0, 508, 3, '103/303/406', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==2&order_rate>50', 0, 1, 5000000, 9, 1, 1, -300, 4, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 5, 30, 20980, 30052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201442, 1, 20144, 1, 0, 217, 3, '103/303/406', 0, 0, 0, 10, 1, '', 'running_style==3&phase_random==2&order_rate>50', 0, 1, 5000000, 9, 1, 1, -100, 4, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 10, 5, 10, 20990, 30051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201451, 1, 20145, 2, 0, 262, 4, '104/401', 0, 0, 0, 10, 1, '', 'running_style==4&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 21000, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201452, 1, 20145, 1, 0, 217, 4, '104/401', 0, 0, 0, 10, 1, '', 'running_style==4&straight_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21010, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201461, 1, 20146, 2, 0, 262, 4, '104/401', 0, 0, 0, 10, 1, '', 'running_style==4&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 21020, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201462, 1, 20146, 1, 0, 217, 4, '104/401', 0, 0, 0, 10, 1, '', 'running_style==4&all_corner_random==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21030, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201471, 2, 20147, 2, 0, 334, 4, '104/405', 0, 0, 0, 10, 1, '', 'running_style==4&is_move_lane==1@running_style==4&is_move_lane==2', 30000, 1, 5000000, 8, 1, 1, 100000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 40, 0, 0, 21040, 20092, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201472, 1, 20147, 1, 0, 85, 4, '104/405', 0, 0, 0, 10, 1, '', 'running_style==4&is_move_lane==1@running_style==4&is_move_lane==2', 30000, 1, 5000000, 8, 1, 1, 50000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 21050, 20091, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201481, 2, 20148, 2, 0, 508, 4, '104/402', 0, 0, 0, 10, 1, '', 'running_style==4&slope==2&accumulatetime>=10', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 21060, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201482, 1, 20148, 1, 0, 217, 4, '104/402', 0, 0, 0, 10, 1, '', 'running_style==4&slope==2&accumulatetime>=10', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 21070, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201491, 2, 20149, 2, 0, 508, 4, '104/402', 0, 0, 0, 10, 1, '', 'running_style==4&blocked_front_continuetime>=1&accumulatetime>=10', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 21080, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201492, 1, 20149, 1, 0, 217, 4, '104/402', 0, 0, 0, 10, 1, '', 'running_style==4&blocked_front_continuetime>=1&accumulatetime>=10', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 21090, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201501, 2, 20150, 2, 0, 334, 3, '104/303/405', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==2&order_rate>50', 30000, 1, 5000000, 8, 1, 1, 150000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 21100, 20092, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201502, 1, 20150, 1, 0, 85, 3, '104/303/405', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==2&order_rate>50', 30000, 1, 5000000, 8, 1, 1, 50000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 21110, 20091, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201511, 2, 20151, 2, 0, 508, 3, '104/303/406', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==2&order>=2', 30000, 1, 5000000, 21, 1, 1, -2500, 4, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 5, 30, 21120, 30012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201512, 1, 20151, 1, 0, 217, 3, '104/303/406', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==2&order>=2', 30000, 1, 5000000, 21, 1, 1, -1500, 4, 18, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 10, 5, 10, 21130, 30011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201521, 1, 20152, 2, 0, 217, 0, '101/405', 0, 0, 0, 10, 0, '', 'running_style==1', -1, 1, 0, 5, 1, 1, 600000, 1, 0, 8, 1, 1, 100000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 5, 30, 21140, 10051, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201522, 1, 20152, 1, 0, 174, 0, '101/405', 0, 0, 0, 10, 0, '', 'running_style==1', -1, 1, 0, 5, 1, 1, 400000, 1, 0, 8, 1, 1, 50000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 10, 5, 20, 21150, 10051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201531, 1, 20153, 2, 0, 217, 0, '102/405', 0, 0, 0, 10, 0, '', 'running_style==2', -1, 1, 0, 5, 1, 1, 600000, 1, 0, 8, 1, 1, 100000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 5, 30, 21160, 10051, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201532, 1, 20153, 1, 0, 174, 0, '102/405', 0, 0, 0, 10, 0, '', 'running_style==2', -1, 1, 0, 5, 1, 1, 400000, 1, 0, 8, 1, 1, 50000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 10, 5, 20, 21170, 10051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201541, 1, 20154, 2, 0, 217, 0, '103/405', 0, 0, 0, 10, 0, '', 'running_style==3', -1, 1, 0, 5, 1, 1, 600000, 1, 0, 8, 1, 1, 100000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 5, 30, 21180, 10051, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201542, 1, 20154, 1, 0, 174, 0, '103/405', 0, 0, 0, 10, 0, '', 'running_style==3', -1, 1, 0, 5, 1, 1, 400000, 1, 0, 8, 1, 1, 50000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 10, 5, 20, 21190, 10051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201551, 1, 20155, 2, 0, 217, 0, '104/405', 0, 0, 0, 10, 0, '', 'running_style==4', -1, 1, 0, 5, 1, 1, 600000, 1, 0, 8, 1, 1, 100000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 5, 30, 21200, 10051, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201552, 1, 20155, 1, 0, 174, 0, '104/405', 0, 0, 0, 10, 0, '', 'running_style==4', -1, 1, 0, 5, 1, 1, 400000, 1, 0, 8, 1, 1, 50000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 10, 5, 20, 21210, 10051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201561, 2, 20156, 2, 0, 334, 0, '401', 0, 0, 0, 10, 1, '', 'random_lot==50&post_number==7', -1, 1, 0, 1, 1, 1, 600000, 1, 0, 2, 1, 1, 600000, 1, 0, 3, 1, 1, 600000, 1, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 2, 30, 21220, 10062, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201562, 1, 20156, 1, 0, 174, 0, '401', 0, 0, 0, 10, 1, '', 'random_lot==50&post_number==7', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 2, 1, 1, 400000, 1, 0, 3, 1, 1, 400000, 1, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 2, 15, 21230, 10061, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201571, 1, 20157, 1, 0, 217, 4, '402', 0, 0, 0, 10, 1, '', 'remain_distance<=778&remain_distance>=776', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 21240, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201581, 1, 20158, 1, 0, 217, 4, '403', 0, 0, 0, 10, 1, '', 'up_slope_random==1', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 21250, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201591, 1, 20159, 1, 0, 217, 4, '401', 0, 0, 0, 10, 1, '', 'near_count>=3&accumulatetime>=5', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21270, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201592, 2, 20159, 2, 0, 508, 4, '401', 0, 0, 0, 10, 1, '', 'near_count>=3&accumulatetime>=5', 30000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 21260, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201601, 1, 20160, 1, 0, 217, 1, '301/403', 0, 0, 0, 10, 1, '', 'activate_count_start>=3', 30000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 21280, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201611, 1, 20161, 1, 0, 217, 2, '302/401', 0, 0, 0, 10, 1, '', 'activate_count_middle>=3', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21300, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201621, 1, 20162, 1, 0, 217, 3, '303/402', 0, 0, 0, 10, 1, '', 'activate_count_end_after>=3', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 21310, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201631, 1, 20163, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'same_skill_horse_count>=5', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 21320, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201641, 1, 20164, 1, 0, 129, 0, '401', 0, 0, 0, 10, 0, '', 'same_skill_horse_count==1', -1, 1, 0, 1, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 21330, 10011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201651, 1, 20165, 1, 0, 217, 4, '401', 0, 0, 0, 10, 1, '', 'infront_near_lane_time>=3&accumulatetime>=10', 30000, 1, 300000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21340, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201661, 1, 20166, 1, 0, 217, 4, '401', 0, 0, 0, 10, 1, '', 'behind_near_lane_time>=3&accumulatetime>=10', 30000, 1, 300000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21350, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201671, 2, 20167, 2, 0, 508, 2, '302/401/502', 0, 0, 0, 10, 1, '', 'ground_type==2&phase==1&blocked_side_continuetime>=2', 24000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 21360, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201672, 1, 20167, 1, 0, 217, 2, '302/401/502', 0, 0, 0, 10, 1, '', 'ground_type==2&phase==1&blocked_side_continuetime>=2', 24000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21370, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201681, 2, 20168, 2, 0, 394, 3, '303/403/502', 0, 0, 0, 10, 1, '', 'ground_type==2&phase_random==2', 30000, 1, 5000000, 28, 1, 1, 350, 1, 0, 31, 1, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 21380, 20052, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201682, 1, 20168, 1, 0, 174, 3, '303/403/502', 0, 0, 0, 10, 1, '', 'ground_type==2&phase_random==2', 30000, 1, 5000000, 28, 1, 1, 250, 1, 0, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 35, 0, 0, 21390, 20051, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201691, 2, 20169, 2, 0, 508, 1, '103/301/402', 0, 0, 0, 10, 1, '', 'running_style==3&phase_laterhalf_random==0&order_rate>=50', 0, 1, 5000000, 9, 1, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 21400, 20022, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201692, 1, 20169, 1, 0, 217, 1, '103/301/402', 0, 0, 0, 10, 1, '', 'running_style==3&phase_laterhalf_random==0&order_rate>=50', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 20, 0, 0, 21410, 20021, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201701, 2, 20170, 2, 0, 508, 3, '203/303/401', 0, 0, 0, 10, 1, '', 'distance_type==3&is_lastspurt==1&corner==0&order_rate>=20&order_rate<=60', 24000, 1, 5000000, 27, 1, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 21420, 20012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201702, 1, 20170, 1, 0, 217, 3, '203/303/401', 0, 0, 0, 10, 1, '', 'distance_type==3&is_lastspurt==1&corner==0&order_rate>=20&order_rate<=60', 24000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21430, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201801, 1, 20180, -1, 0, -129, 0, '401', 0, 0, 0, 10, 0, '', 'ground_condition==1', -1, 1, 0, 1, 1, 1, -400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -30, 0, 0, 20, 10014, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (201902, 1, 20190, 1, 0, 217, 3, '102/303/403', 0, 0, 0, 10, 1, '', 'running_style==2&phase_random==2&order_rate<=50', 18000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 20, 0, 0, 21450, 20041, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (202022, 1, 20202, 1, 0, 217, 2, '104/302/401', 0, 0, 0, 10, 1, '', 'running_style==4&phase_random==1&order_rate>=50', 40000, 1, 5000000, 27, 1, 1, 500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21510, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (202032, 1, 20203, 1, 0, 129, 4, '401', 0, 0, 0, 10, 1, '', 'distance_rate_after_random==50', 18000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 9, 8, 1, -10000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 20, 0, 0, 21530, 20011, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (202051, 2, 20205, 2, 0, 370, 0, '101', 0, 0, 0, 0, 0, '', 'running_style==1', -1, 1, 0, 6, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 990, 40012, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210011, 2, 21001, 2, 0, 633, 2, '302/401/802', 0, 0, 0, 10, 1, '', 'phase_random==1', 18000, 1, 5000000, 27, 3, 1, 3500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 31000, 20102, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210012, 1, 21001, 1, 0, 263, 2, '302/401/802', 0, 0, 0, 10, 1, '', 'phase_random==1', 18000, 1, 5000000, 27, 3, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 0, 0, 31001, 20101, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210021, 2, 21002, 2, 0, 633, 2, '302/402/802', 0, 0, 0, 10, 1, '', 'phase_random==1', 0, 1, 5000000, 9, 4, 1, 550, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 60, 0, 0, 31002, 20112, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210022, 1, 21002, 1, 0, 263, 2, '302/402/802', 0, 0, 0, 10, 1, '', 'phase_random==1', 0, 1, 5000000, 9, 4, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 31003, 20111, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210031, 2, 21003, 2, 0, 633, 3, '303/403/802', 0, 0, 0, 10, 1, '', 'phase_random==2', 12000, 1, 5000000, 31, 5, 1, 4000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 60, 0, 0, 31004, 20122, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210032, 1, 21003, 1, 0, 263, 3, '303/403/802', 0, 0, 0, 10, 1, '', 'phase_random==2', 12000, 1, 5000000, 31, 5, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 30, 0, 0, 31005, 20121, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210041, 2, 21004, 2, 0, 633, 3, '303/401/403/802', 0, 0, 0, 10, 1, '', 'phase_random==2', 18000, 1, 5000000, 27, 6, 1, 2500, 1, 0, 31, 6, 1, 3000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 30, 3, 30, 31006, 20102, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210042, 1, 21004, 1, 0, 263, 3, '303/401/403/802', 0, 0, 0, 10, 1, '', 'phase_random==2', 18000, 1, 5000000, 27, 6, 1, 500, 1, 0, 31, 6, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 3, 15, 31007, 20101, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210051, 2, 21005, 2, 0, 633, 1, '301/403/405/802', 0, 0, 0, 10, 1, '', 'phase_random==0', 40000, 1, 5000000, 28, 7, 1, 350, 1, 0, 8, 7, 1, 150000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 5, 30, 3, 30, 31008, 20132, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (210052, 1, 21005, 1, 0, 263, 1, '301/403/405/802', 0, 0, 0, 10, 1, '', 'phase_random==0', 40000, 1, 5000000, 28, 7, 1, 150, 1, 0, 8, 7, 1, 50000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 5, 15, 3, 15, 31009, 20131, 0, 0, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (300011, 1, 30001, 1, 0, 0, 0, '402', 0, 0, 0, 0, 0, '', 'track_id==10008', -1, 1, 0, 2, 1, 1, 400000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 30, 0, 0, 70000, 10021, 1, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (300021, 2, 30002, 1, 0, 0, 0, '401', 0, 0, 0, 0, 0, '', 'season==4', -1, 1, 0, 1, 1, 1, 800000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 60, 0, 0, 70010, 10012, 1, 1, 0, 0, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900011, 1, 90001, 2, 0, 180, 5, '401/403', 100011, 0, 0, 0, 1, '', 'phase>=2&order>=1&order_rate<=50&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 31, 1, 1, 500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900021, 1, 90002, 2, 0, 180, 5, '401', 100021, 0, 0, 0, 1, '', 'distance_rate>=50&order==1&bashin_diff_behind>=1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900031, 1, 90003, 2, 0, 180, 5, '401', 100031, 0, 0, 0, 1, '', 'is_finalcorner==1&corner==0&order<=3&bashin_diff_infront<=1&is_overtake==1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900041, 1, 90004, 2, 0, 180, 5, '403', 100041, 0, 0, 0, 1, '', 'is_finalcorner==1&order<=5&order_rate<=50', 24000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 0, 0, 30, 20041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900051, 1, 90005, 2, 0, 180, 5, '401', 100051, 0, 0, 0, 1, '', 'is_finalcorner==1&corner==0&order_rate<=30&behind_near_lane_time_set1>=1', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900061, 1, 90006, 2, 0, 180, 5, '401', 100061, 0, 0, 0, 1, '', 'order>=2&order<=5&order_rate<=50&remain_distance<=201&remain_distance>=199', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900071, 1, 90007, 2, 0, 180, 5, '401', 100071, 10071, 0, 0, 1, '', 'distance_rate>=50&distance_rate<=60&order_rate>50', 36000, 1, 5000000, 27, 1, 1, 500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900081, 1, 90008, 2, 0, 180, 5, '401', 100081, 10081, 0, 0, 1, '', 'order>=3&order_rate<=50&remain_distance<=200&bashin_diff_infront<=1@order>=3&order_rate<=50&remain_distance<=200&bashin_diff_behind<=1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900091, 1, 90009, 2, 0, 180, 5, '401/403', 100091, 10091, 0, 0, 1, '', 'distance_rate>=50&order==1&bashin_diff_behind<=1@distance_rate>=50&order==2&is_overtake==1', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900101, 1, 90010, 2, 0, 180, 5, '403', 100101, 0, 0, 0, 1, '', 'is_finalcorner_laterhalf==1&corner!=0&order>=3&order_rate<=40', 24000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 0, 0, 30, 20041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900111, 1, 90011, 2, 0, 180, 5, '401', 100111, 10111, 0, 0, 1, '', 'is_finalcorner==1&corner==0&change_order_onetime<0&order>=3', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900121, 1, 90012, 2, 0, 180, 5, '401', 100121, 0, 0, 0, 1, 'is_finalcorner==1&is_behind_in==1&change_order_onetime<0&order_rate>=40', 'is_finalcorner==1&corner==0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900131, 1, 90013, 2, 0, 180, 5, '401', 100131, 0, 0, 0, 1, '', 'is_finalcorner==1&corner!=0&distance_diff_rate<=30', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900141, 1, 90014, 2, 0, 180, 5, '401/403', 100141, 10141, 0, 0, 1, '', 'is_finalcorner==1&corner==0&hp_per>=30&order<=2', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900151, 1, 90015, 2, 0, 180, 5, '401', 100151, 0, 0, 0, 1, '', 'is_finalcorner==1&bashin_diff_behind<=1&order<=4@is_finalcorner==1&bashin_diff_infront<=1&order<=4', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900161, 1, 90016, 2, 0, 180, 5, '401', 100161, 0, 0, 0, 1, 'phase==1&blocked_side_continuetime>=2', 'is_finalcorner==1&order>=2&order_rate<=75&is_behind_in==1&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', 'is_finalcorner==1&order>=2&order_rate<=75&is_behind_in==1&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900171, 1, 90017, 2, 0, 180, 5, '406', 100171, 0, 0, 0, 1, '', 'is_finalcorner==1&change_order_up_end_after>=3&corner==0', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900181, 1, 90018, 2, 0, 180, 5, '401', 100181, 10181, 0, 0, 1, '', 'is_finalcorner==1&corner!=0&order>=3&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900191, 1, 90019, 2, 0, 180, 5, '401/403', 100191, 0, 0, 0, 1, '', 'change_order_up_end_after>=2', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 28, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900201, 1, 90020, 2, 0, 180, 5, '403', 100201, 0, 0, 0, 1, '', 'phase>=2&corner!=0&order==1', 24000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 0, 0, 30, 20041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900231, 1, 90023, 2, 0, 180, 5, '401', 100231, 0, 0, 0, 1, '', 'is_finalcorner==1&change_order_onetime<0&order<=4', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900241, 1, 90024, 2, 0, 180, 5, '401/403', 100241, 10241, 0, 0, 1, '', 'is_finalcorner==1&blocked_side_continuetime>=2&order<=3', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900251, 1, 90025, 2, 0, 180, 5, '401', 100251, 0, 0, 0, 1, '', 'distance_rate>=50&order_rate>=40&order_rate<=70', 36000, 1, 5000000, 27, 1, 1, 500, 1, 0, 21, 1, 1, -250, 9, 5, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900261, 1, 90026, 2, 0, 180, 5, '401', 100261, 0, 0, 0, 1, '', 'is_badstart==0&temptation_count==0&order<=3&is_finalcorner==1&corner==0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900271, 1, 90027, 2, 0, 180, 5, '403', 100271, 10271, 0, 0, 1, '', 'phase>=2&corner!=0&order_rate>=65&order_rate<=70', 24000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 0, 0, 30, 20041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900281, 1, 90028, 2, 0, 180, 5, '401/403', 100281, 0, 0, 0, 1, '', 'distance_rate>=45&distance_rate<=60&order>=3&order_rate<=50&hp_per<=70', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900301, 1, 90030, 2, 0, 180, 5, '401', 100301, 0, 0, 0, 1, 'is_finalcorner==1&order<=4&change_order_onetime<0', 'is_finalcorner==1&corner==0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900321, 1, 90032, 2, 0, 180, 5, '401/402', 100321, 10321, 0, 0, 1, '', 'distance_rate>=50&corner!=0&order>=3&order_rate<=40', 24000, 1, 5000000, 9, 1, 1, 150, 1, 0, 27, 1, 1, 500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 0, 0, 30, 20021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900351, 1, 90035, 2, 0, 180, 5, '401', 100351, 10351, 0, 0, 1, 'is_finalcorner==1&blocked_side_continuetime>=2', 'is_finalcorner==1&corner==0&order<=5', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900371, 1, 90037, 2, 0, 180, 5, '401', 100371, 0, 0, 0, 1, '', 'is_badstart==0&temptation_count==0&order>=3&is_finalcorner==1&corner==0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900381, 1, 90038, 2, 0, 180, 5, '401/403', 100381, 0, 0, 0, 1, '', 'distance_rate>=50&distance_rate<=65&order>=2&order_rate<=40&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900391, 1, 90039, 2, 0, 180, 5, '401', 100391, 0, 0, 0, 1, '', 'is_finalcorner==1&corner==0&blocked_side_continuetime>=2', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900401, 1, 90040, 2, 0, 180, 5, '403', 100401, 0, 0, 0, 1, '', 'distance_rate>=50&order_rate>=40&order_rate<=70&is_overtake==1', 36000, 1, 5000000, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 0, 0, 30, 20041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900411, 1, 90041, 2, 0, 180, 5, '401', 100411, 10411, 0, 0, 1, '', 'distance_rate>=50&order<=3&blocked_side_continuetime>=2', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900451, 1, 90045, 2, 0, 180, 5, '402', 100451, 10451, 0, 0, 1, '', 'phase_random==1&order>=2&order_rate<=40', 0, 1, 5000000, 9, 1, 1, 350, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 0, 0, 30, 20021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900461, 1, 90046, 2, 0, 180, 5, '401/403', 100461, 0, 0, 0, 1, '', 'phase==1&corner==0&order<=2&bashin_diff_behind<=1', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900481, 1, 90048, 2, 0, 180, 5, '401', 100481, 0, 0, 0, 1, '', 'is_finalcorner==1&corner==0&order>=2&order_rate<=30&overtake_target_time>=2@is_finalcorner==1&corner==0&order_rate<=20&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900501, 1, 90050, 2, 0, 180, 5, '401', 100501, 0, 0, 0, 1, '', 'is_finalcorner==1&order_rate>=40&order_rate<=75&is_overtake==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900521, 1, 90052, 2, 0, 180, 5, '402', 100521, 10521, 0, 0, 1, '', 'is_finalcorner==1&corner!=0&order_rate>50&near_count>=1', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 0, 0, 30, 20021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900561, 1, 90056, 2, 0, 180, 5, '401/403', 100561, 10561, 0, 0, 1, '', 'phase>=2&order>=3&blocked_front==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 31, 1, 1, 500, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900581, 1, 90058, 2, 0, 180, 5, '401/403', 100581, 0, 0, 0, 1, '', 'phase>=2&corner!=0&order>=3&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900591, 1, 90059, 2, 0, 180, 5, '403', 100591, 0, 0, 0, 1, '', 'phase>=2&corner!=0&is_finalcorner==0&temptation_count==0&order_rate>=50&order_rate<=70@phase==1&corner!=0&is_finalcorner==1&temptation_count==0&order_rate>=50&order_rate<=70', 24000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 0, 0, 30, 20041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900601, 1, 90060, 2, 0, 180, 5, '401', 100601, 10601, 0, 0, 1, '', 'phase>=2&order==3&bashin_diff_behind<=1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (900611, 1, 90061, 2, 0, 180, 5, '401', 100611, 10611, 0, 0, 1, '', 'temptation_count==0&remain_distance<=201&remain_distance>=199&order>=4&order_rate<=70', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910011, 1, 91001, 2, 0, 180, 5, '402', 110011, 0, 0, 0, 1, '', 'phase==1&order>=2&order_rate<=70&activate_count_middle>=2', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 0, 0, 30, 20021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910031, 1, 91003, 2, 0, 180, 5, '401', 110031, 0, 0, 0, 1, 'is_finalcorner==1&is_overtake==1&order<=5&order_rate<=50&overtake_target_no_order_up_time>=2', 'is_finalcorner==1&corner==0', 30000, 1, 5000000, 27, 1, 1, 2500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910041, 1, 91004, 2, 0, 180, 5, '401', 110041, 0, 0, 0, 1, '', 'distance_rate>=50&activate_count_heal>=1&order<=3', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910061, 1, 91006, 2, 0, 180, 5, '401/402/403', 110061, 0, 0, 0, 1, '', 'activate_count_heal>=3&distance_rate>=50', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 9, 1, 1, 50, 1, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910111, 1, 91011, 2, 0, 180, 5, '402', 110111, 0, 0, 0, 1, '', 'phase==1&change_order_onetime>0&order_rate>=40', 0, 1, 5000000, 9, 1, 1, 350, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 0, 0, 30, 20021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910131, 1, 91013, 2, 0, 180, 5, '401', 110131, 0, 0, 0, 1, '', 'is_finalcorner==1&hp_per<=45&order<=3&order_rate<=50&bashin_diff_behind<=1&overtake_target_time>=1', 36000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910141, 1, 91014, 2, 0, 180, 5, '403', 110141, 0, 0, 0, 1, '', 'is_finalcorner==1&corner!=0&is_overtake==1&order>=4&order_rate<=75', 24000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 15, 0, 0, 30, 20041, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910171, 1, 91017, 2, 0, 180, 5, '401', 110171, 0, 0, 0, 1, '', 'is_finalcorner==1&order_rate<=40&overtake_target_time>=2', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910181, 1, 91018, 2, 0, 180, 5, '401', 110181, 0, 0, 0, 1, '', 'phase==1&order>=3&order_rate<=50&is_overtake==1', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910231, 1, 91023, 2, 0, 180, 5, '401', 110231, 0, 0, 0, 1, '', 'order_rate_in40_continue==1&phase==1&distance_rate>=50&order>=2&order_rate<=40', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910241, 1, 91024, 2, 0, 180, 5, '401/403', 110241, 0, 0, 0, 1, '', 'is_finalcorner==1&corner!=0&order_rate<=40&change_order_onetime<0', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', 'is_finalcorner==1&corner!=0&order_rate>=50&order_rate<=80&change_order_onetime<0', 24000, 1, 5000000, 31, 1, 1, 2000, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910301, 1, 91030, 2, 0, 180, 5, '402', 110301, 0, 0, 0, 1, '', 'phase==1&order>=2&order_rate<=50&overtake_target_time>=1', 0, 1, 5000000, 9, 1, 1, 150, 1, 0, 9, 1, 1, -25, 9, 18, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 15, 0, 0, 30, 20021, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910401, 1, 91040, 2, 0, 180, 5, '401/403', 110401, 0, 0, 0, 1, '', 'is_finalcorner==1&corner!=0&order_rate>=30&order_rate<=70&blocked_side_continuetime>=2', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910451, 1, 91045, 2, 0, 180, 5, '401/403', 110451, 0, 0, 0, 1, '', 'is_finalcorner==1&corner==0&order<=4&bashin_diff_infront<=1', 30000, 1, 5000000, 27, 1, 1, 500, 1, 0, 31, 1, 1, 1000, 1, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 7, 3, 7, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); INSERT INTO skill_data (id, rarity, group_id, group_rate, filter_switch, grade_value, skill_category, tag_id, unique_skill_id_1, unique_skill_id_2, exp_type, potential_per_default, activate_lot, precondition_1, condition_1, float_ability_time_1, ability_time_usage_1, float_cooldown_time_1, ability_type_1_1, ability_value_usage_1_1, ability_value_level_usage_1_1, float_ability_value_1_1, target_type_1_1, target_value_1_1, ability_type_1_2, ability_value_usage_1_2, ability_value_level_usage_1_2, float_ability_value_1_2, target_type_1_2, target_value_1_2, ability_type_1_3, ability_value_usage_1_3, ability_value_level_usage_1_3, float_ability_value_1_3, target_type_1_3, target_value_1_3, precondition_2, condition_2, float_ability_time_2, ability_time_usage_2, float_cooldown_time_2, ability_type_2_1, ability_value_usage_2_1, ability_value_level_usage_2_1, float_ability_value_2_1, target_type_2_1, target_value_2_1, ability_type_2_2, ability_value_usage_2_2, ability_value_level_usage_2_2, float_ability_value_2_2, target_type_2_2, target_value_2_2, ability_type_2_3, ability_value_usage_2_3, ability_value_level_usage_2_3, float_ability_value_2_3, target_type_2_3, target_value_2_3, popularity_add_param_1, popularity_add_value_1, popularity_add_param_2, popularity_add_value_2, disp_order, icon_id, plate_type, disable_singlemode, disable_count_condition, is_general_skill, start_date, end_date) VALUES (910561, 1, 91056, 2, 0, 180, 5, '401', 110561, 0, 0, 0, 1, '', 'distance_rate>=50&order_rate>=40&overtake_target_time>=2', 30000, 1, 5000000, 27, 1, 1, 1500, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 15, 0, 0, 30, 20011, 0, 1, 0, 1, 1483228800, 2524608000); -- Table: skill_exp CREATE TABLE 'skill_exp' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'level' INTEGER NOT NULL, 'scale' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO skill_exp (id, type, level, scale) VALUES (1, 1, 1, 50); INSERT INTO skill_exp (id, type, level, scale) VALUES (2, 1, 2, 100); INSERT INTO skill_exp (id, type, level, scale) VALUES (3, 1, 3, 150); INSERT INTO skill_exp (id, type, level, scale) VALUES (4, 1, 4, 200); INSERT INTO skill_exp (id, type, level, scale) VALUES (5, 1, 5, 250); INSERT INTO skill_exp (id, type, level, scale) VALUES (6, 1, 6, 300); INSERT INTO skill_exp (id, type, level, scale) VALUES (7, 1, 7, 350); INSERT INTO skill_exp (id, type, level, scale) VALUES (8, 1, 8, 400); INSERT INTO skill_exp (id, type, level, scale) VALUES (9, 1, 9, 450); INSERT INTO skill_exp (id, type, level, scale) VALUES (10, 1, 10, 500); -- Table: skill_level_value CREATE TABLE 'skill_level_value' ('id' INTEGER NOT NULL, 'ability_type' INTEGER NOT NULL, 'level' INTEGER NOT NULL, 'float_ability_value_coef' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (1, 1, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (2, 1, 2, 10100); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (3, 1, 3, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (4, 1, 4, 10300); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (5, 1, 5, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (6, 1, 6, 10500); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (7, 1, 7, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (8, 1, 8, 10700); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (9, 1, 9, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (10, 1, 10, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (11, 2, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (12, 2, 2, 10100); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (13, 2, 3, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (14, 2, 4, 10300); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (15, 2, 5, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (16, 2, 6, 10500); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (17, 2, 7, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (18, 2, 8, 10700); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (19, 2, 9, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (20, 2, 10, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (21, 3, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (22, 3, 2, 10100); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (23, 3, 3, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (24, 3, 4, 10300); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (25, 3, 5, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (26, 3, 6, 10500); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (27, 3, 7, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (28, 3, 8, 10700); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (29, 3, 9, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (30, 3, 10, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (31, 4, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (32, 4, 2, 10100); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (33, 4, 3, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (34, 4, 4, 10300); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (35, 4, 5, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (36, 4, 6, 10500); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (37, 4, 7, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (38, 4, 8, 10700); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (39, 4, 9, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (40, 4, 10, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (41, 5, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (42, 5, 2, 10100); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (43, 5, 3, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (44, 5, 4, 10300); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (45, 5, 5, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (46, 5, 6, 10500); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (47, 5, 7, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (48, 5, 8, 10700); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (49, 5, 9, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (50, 5, 10, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (51, 6, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (52, 6, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (53, 6, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (54, 6, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (55, 6, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (56, 6, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (57, 6, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (58, 6, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (59, 6, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (60, 6, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (61, 10, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (62, 10, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (63, 10, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (64, 10, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (65, 10, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (66, 10, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (67, 10, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (68, 10, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (69, 10, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (70, 10, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (71, 13, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (72, 13, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (73, 13, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (74, 13, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (75, 13, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (76, 13, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (77, 13, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (78, 13, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (79, 13, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (80, 13, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (81, 14, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (82, 14, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (83, 14, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (84, 14, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (85, 14, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (86, 14, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (87, 14, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (88, 14, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (89, 14, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (90, 14, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (91, 15, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (92, 15, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (93, 15, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (94, 15, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (95, 15, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (96, 15, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (97, 15, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (98, 15, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (99, 15, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (100, 15, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (101, 16, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (102, 16, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (103, 16, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (104, 16, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (105, 16, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (106, 16, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (107, 16, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (108, 16, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (109, 16, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (110, 16, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (111, 19, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (112, 19, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (113, 19, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (114, 19, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (115, 19, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (116, 19, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (117, 19, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (118, 19, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (119, 19, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (120, 19, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (121, 21, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (122, 21, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (123, 21, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (124, 21, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (125, 21, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (126, 21, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (127, 21, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (128, 21, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (129, 21, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (130, 21, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (131, 27, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (132, 27, 2, 10100); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (133, 27, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (134, 27, 4, 10700); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (135, 27, 5, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (136, 27, 6, 11300); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (137, 27, 7, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (138, 27, 8, 11900); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (139, 27, 9, 12200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (140, 27, 10, 12500); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (141, 28, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (142, 28, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (143, 28, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (144, 28, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (145, 28, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (146, 28, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (147, 28, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (148, 28, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (149, 28, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (150, 28, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (151, 29, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (152, 29, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (153, 29, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (154, 29, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (155, 29, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (156, 29, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (157, 29, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (158, 29, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (159, 29, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (160, 29, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (161, 30, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (162, 30, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (163, 30, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (164, 30, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (165, 30, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (166, 30, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (167, 30, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (168, 30, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (169, 30, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (170, 30, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (171, 31, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (172, 31, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (173, 31, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (174, 31, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (175, 31, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (176, 31, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (177, 31, 7, 11250); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (178, 31, 8, 11500); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (179, 31, 9, 11750); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (180, 31, 10, 12000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (181, 35, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (182, 35, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (183, 35, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (184, 35, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (185, 35, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (186, 35, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (187, 35, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (188, 35, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (189, 35, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (190, 35, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (191, 7, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (192, 7, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (193, 7, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (194, 7, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (195, 7, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (196, 7, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (197, 7, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (198, 7, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (199, 7, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (200, 7, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (201, 8, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (202, 8, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (203, 8, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (204, 8, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (205, 8, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (206, 8, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (207, 8, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (208, 8, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (209, 8, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (210, 8, 10, 11800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (211, 9, 1, 10000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (212, 9, 2, 10200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (213, 9, 3, 10400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (214, 9, 4, 10600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (215, 9, 5, 10800); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (216, 9, 6, 11000); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (217, 9, 7, 11200); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (218, 9, 8, 11400); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (219, 9, 9, 11600); INSERT INTO skill_level_value (id, ability_type, level, float_ability_value_coef) VALUES (220, 9, 10, 11800); -- Table: skill_rarity CREATE TABLE 'skill_rarity' ('id' INTEGER NOT NULL, 'value' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO skill_rarity (id, value) VALUES (1, 1); INSERT INTO skill_rarity (id, value) VALUES (2, 2); INSERT INTO skill_rarity (id, value) VALUES (3, 3); INSERT INTO skill_rarity (id, value) VALUES (4, 4); INSERT INTO skill_rarity (id, value) VALUES (5, 5); -- Table: skill_set CREATE TABLE 'skill_set' ('id' INTEGER NOT NULL, 'skill_id1' INTEGER NOT NULL, 'skill_level1' INTEGER NOT NULL, 'skill_id2' INTEGER NOT NULL, 'skill_level2' INTEGER NOT NULL, 'skill_id3' INTEGER NOT NULL, 'skill_level3' INTEGER NOT NULL, 'skill_id4' INTEGER NOT NULL, 'skill_level4' INTEGER NOT NULL, 'skill_id5' INTEGER NOT NULL, 'skill_level5' INTEGER NOT NULL, 'skill_id6' INTEGER NOT NULL, 'skill_level6' INTEGER NOT NULL, 'skill_id7' INTEGER NOT NULL, 'skill_level7' INTEGER NOT NULL, 'skill_id8' INTEGER NOT NULL, 'skill_level8' INTEGER NOT NULL, 'skill_id9' INTEGER NOT NULL, 'skill_level9' INTEGER NOT NULL, 'skill_id10' INTEGER NOT NULL, 'skill_level10' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8001, 200012, 1, 200433, 1, 200532, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8002, 200342, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8003, 200192, 1, 200382, 1, 200552, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8004, 200042, 1, 200542, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8005, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8006, 200352, 1, 200462, 1, 200652, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8007, 200022, 1, 200572, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8008, 200362, 1, 200562, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8009, 200192, 1, 200582, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8010, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8011, 200012, 1, 200592, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8012, 200391, 1, 200352, 1, 200602, 1, 200662, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8013, 200032, 1, 200612, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8014, 200372, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8015, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8016, 200022, 1, 200472, 1, 200502, 1, 200632, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8017, 200332, 1, 200452, 1, 200642, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8018, 200162, 1, 200622, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8019, 200442, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8020, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8021, 200382, 1, 200542, 1, 200682, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8022, 200042, 1, 200462, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8023, 200342, 1, 200532, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8024, 200232, 1, 200512, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8025, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8026, 200282, 1, 200562, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8027, 200032, 1, 200372, 1, 200582, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8028, 200012, 1, 200492, 1, 200572, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8029, 200321, 1, 200512, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8030, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8031, 200262, 1, 200362, 1, 200592, 1, 200692, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8032, 200052, 1, 200352, 1, 200202, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8033, 200411, 1, 200602, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8034, 200022, 1, 200612, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8035, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8036, 200302, 1, 200472, 1, 200622, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8037, 200362, 1, 200632, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8038, 200062, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8039, 200311, 1, 200702, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8040, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8041, 200332, 1, 200542, 1, 200732, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8042, 200452, 1, 200521, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8043, 200012, 1, 200401, 1, 200532, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8044, 200382, 1, 200552, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8045, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8046, 200372, 1, 200352, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8047, 200032, 1, 200562, 1, 200582, 1, 200722, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8048, 200462, 1, 200572, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8049, 200262, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8050, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8051, 200262, 1, 200492, 1, 200602, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8052, 200433, 1, 200592, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8053, 200362, 1, 200502, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8054, 200022, 1, 200352, 1, 200612, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8055, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8056, 200342, 1, 200472, 1, 200622, 1, 200632, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8057, 200012, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8058, 200391, 1, 200482, 1, 200642, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8059, 200252, 1, 200442, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8060, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8061, 200352, 1, 200552, 1, 200742, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8062, 200052, 1, 200372, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8063, 200401, 1, 200542, 1, 200762, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8064, 200282, 1, 200532, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8065, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8066, 200342, 1, 200202, 1, 200562, 1, 200752, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8067, 200372, 1, 200582, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8068, 200022, 1, 200572, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8069, 200462, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8070, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8071, 200142, 1, 200592, 1, 200602, 1, 200762, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8072, 200022, 1, 200612, 1, 200752, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8073, 200252, 1, 200512, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8074, 200332, 1, 200482, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8075, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8076, 200202, 1, 200362, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8077, 200332, 1, 200492, 1, 200632, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8078, 200012, 1, 200401, 1, 200202, 1, 200622, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8079, 200642, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8080, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8081, 200382, 1, 200472, 1, 200532, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8082, 200142, 1, 200552, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8083, 200022, 1, 200332, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8084, 200282, 1, 200542, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8085, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8086, 200352, 1, 200572, 1, 200652, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8087, 200062, 1, 200232, 1, 200582, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8088, 200372, 1, 200562, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8089, 200302, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8090, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8091, 200411, 1, 200592, 1, 200612, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8092, 200172, 1, 200433, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8093, 200382, 1, 200482, 1, 200602, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8094, 200032, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8095, 0, 1, 200042, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8096, 200252, 1, 200502, 1, 200632, 1, 200662, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8097, 200442, 1, 200672, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8098, 200132, 1, 200622, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8099, 200642, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8100, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8101, 200362, 1, 200352, 1, 200552, 1, 200682, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8102, 200452, 1, 200532, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8103, 200012, 1, 200052, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8104, 200342, 1, 200542, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8105, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8106, 200192, 1, 200562, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8107, 200012, 1, 200372, 1, 200582, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8108, 200032, 1, 200572, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8109, 200462, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8110, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8111, 200342, 1, 200592, 1, 200612, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8112, 200433, 1, 200602, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8113, 200071, 1, 200352, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8114, 200012, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8115, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8116, 200052, 1, 200622, 1, 200632, 1, 200692, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8117, 200022, 1, 200332, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8118, 200382, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8119, 200172, 1, 200642, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8120, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8121, 200391, 1, 200352, 1, 200552, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8122, 200162, 1, 200542, 1, 200732, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8123, 200362, 1, 200532, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8124, 200012, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8125, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8126, 200163, 1, 200562, 1, 200582, 1, 200722, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8127, 200382, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8128, 200071, 1, 200572, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8129, 200442, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8130, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8131, 200232, 1, 200592, 1, 200602, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8132, 200162, 1, 200482, 1, 200612, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8133, 200022, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8134, 200332, 1, 200512, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8135, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8136, 200372, 1, 200502, 1, 200622, 1, 200642, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8137, 200132, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8138, 200032, 1, 200442, 1, 200632, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8139, 200452, 1, 200492, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (8140, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100001, 100071, 1, 200622, 1, 200433, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100002, 100061, 1, 200162, 1, 200512, 1, 200761, 1, 200611, 1, 200342, 1, 200602, 1, 200362, 1, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100003, 200382, 1, 200432, 1, 200532, 1, 201521, 1, 200352, 1, 200452, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100004, 100131, 1, 200742, 1, 200582, 1, 200362, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100005, 100301, 1, 200741, 1, 200352, 1, 200572, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100006, 100261, 1, 200431, 1, 200531, 1, 201521, 1, 200352, 1, 200452, 1, 201262, 1, 200742, 1, 201192, 1, 200022, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100007, 100501, 1, 200642, 1, 200632, 1, 200382, 1, 201491, 1, 200622, 1, 200731, 1, 200592, 1, 200472, 1, 200452, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100008, 100231, 1, 200462, 1, 200562, 1, 200572, 1, 201531, 1, 200741, 1, 200582, 1, 200721, 1, 200352, 1, 200432, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100009, 200252, 1, 200371, 1, 201392, 1, 200602, 1, 200591, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100010, 201501, 1, 200632, 1, 201492, 1, 201112, 1, 200472, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100011, 100081, 1, 200512, 1, 200592, 1, 200491, 1, 201402, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100012, 200432, 1, 200532, 1, 200552, 1, 200541, 1, 200721, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100013, 100351, 1, 200591, 1, 201401, 1, 201392, 1, 201422, 1, 200492, 1, 200432, 1, 200612, 1, 200032, 1, 200732, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100014, 100131, 1, 200361, 1, 200561, 1, 200352, 1, 201331, 1, 200582, 1, 200432, 1, 200722, 1, 200062, 1, 200512, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100015, 100301, 1, 200581, 1, 200352, 1, 200372, 1, 200452, 1, 201342, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100016, 100071, 1, 200622, 1, 200433, 1, 201212, 1, 201472, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100017, 200531, 1, 200542, 1, 201272, 1, 200311, 1, 200521, 1, 200431, 1, 200282, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100018, 100121, 1, 200511, 1, 200502, 1, 200632, 1, 201472, 1, 200442, 1, 200331, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100019, 100601, 1, 200512, 1, 200302, 1, 200362, 1, 201422, 1, 201401, 1, 200592, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (100020, 100301, 1, 200741, 1, 200372, 1, 200752, 1, 200581, 1, 200342, 1, 201342, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200001, 200532, 1, 201252, 1, 200482, 1, 200382, 1, 200702, 1, 200032, 1, 200072, 1, 200112, 1, 200172, 1, 200182, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200002, 201262, 1, 201282, 1, 200362, 1, 201621, 1, 201052, 1, 200152, 1, 200162, 1, 200252, 1, 200262, 1, 200022, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200003, 200562, 1, 201312, 1, 200452, 1, 200472, 1, 201082, 1, 200042, 1, 200082, 1, 200122, 1, 200192, 1, 200202, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200004, 200572, 1, 201322, 1, 200492, 1, 200442, 1, 201092, 1, 200132, 1, 200142, 1, 200272, 1, 200282, 1, 200012, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200005, 200612, 1, 201392, 1, 201571, 1, 201631, 1, 201072, 1, 200052, 1, 200092, 1, 200952, 1, 200212, 1, 200242, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200006, 201412, 1, 201422, 1, 200352, 1, 200292, 1, 200732, 1, 200042, 1, 200072, 1, 200952, 1, 200262, 1, 200252, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200007, 200622, 1, 201492, 1, 200432, 1, 201631, 1, 201132, 1, 200062, 1, 200102, 1, 200032, 1, 200222, 1, 200232, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200008, 201482, 1, 201552, 1, 201591, 1, 201631, 1, 201162, 1, 200052, 1, 200102, 1, 200112, 1, 200152, 1, 200162, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200009, 201292, 1, 201522, 1, 200492, 1, 201621, 1, 200732, 1, 200052, 1, 200102, 1, 200112, 1, 200212, 1, 200232, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200010, 201262, 1, 200532, 1, 200472, 1, 201631, 1, 201132, 1, 200062, 1, 200092, 1, 200032, 1, 200152, 1, 200162, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200011, 201332, 1, 201342, 1, 200692, 1, 201571, 1, 201152, 1, 200042, 1, 200072, 1, 200952, 1, 200262, 1, 200252, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200012, 201352, 1, 200562, 1, 201062, 1, 200352, 1, 201162, 1, 200052, 1, 200102, 1, 200952, 1, 200222, 1, 200242, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200013, 201432, 1, 200602, 1, 200432, 1, 200472, 1, 200652, 1, 200132, 1, 200142, 1, 200272, 1, 200282, 1, 200022, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200014, 200592, 1, 200612, 1, 201591, 1, 200682, 1, 200662, 1, 200042, 1, 200072, 1, 200122, 1, 200172, 1, 200202, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200015, 201502, 1, 201462, 1, 200292, 1, 201631, 1, 200672, 1, 200152, 1, 200162, 1, 200252, 1, 200262, 1, 200012, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200016, 201472, 1, 201452, 1, 200352, 1, 201631, 1, 200992, 1, 200032, 1, 200082, 1, 200112, 1, 200192, 1, 200182, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200017, 200542, 1, 201522, 1, 201621, 1, 201631, 1, 201202, 1, 200032, 1, 200072, 1, 200112, 1, 200172, 1, 200182, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200018, 201252, 1, 201282, 1, 201122, 1, 201631, 1, 201212, 1, 200152, 1, 200162, 1, 200252, 1, 200262, 1, 200022, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200019, 200572, 1, 201312, 1, 200462, 1, 201581, 1, 201222, 1, 200042, 1, 200082, 1, 200122, 1, 200192, 1, 200202, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200020, 201352, 1, 201532, 1, 200482, 1, 201641, 1, 201232, 1, 200132, 1, 200142, 1, 200272, 1, 200282, 1, 200012, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200021, 201542, 1, 201402, 1, 200362, 1, 201641, 1, 200742, 1, 200052, 1, 200092, 1, 200952, 1, 200212, 1, 200242, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200022, 201422, 1, 201392, 1, 201182, 1, 201641, 1, 200752, 1, 200042, 1, 200072, 1, 200952, 1, 200262, 1, 200252, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200023, 201482, 1, 200622, 1, 200432, 1, 200722, 1, 201072, 1, 200062, 1, 200102, 1, 200032, 1, 200222, 1, 200232, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200024, 201492, 1, 201552, 1, 200712, 1, 201631, 1, 201082, 1, 200052, 1, 200102, 1, 200112, 1, 200152, 1, 200162, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200025, 200552, 1, 201272, 1, 200462, 1, 201631, 1, 201142, 1, 200052, 1, 200102, 1, 200112, 1, 200212, 1, 200232, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200026, 200542, 1, 200532, 1, 200762, 1, 201631, 1, 200712, 1, 200062, 1, 200092, 1, 200032, 1, 200152, 1, 200162, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200027, 201532, 1, 200582, 1, 200272, 1, 201631, 1, 200722, 1, 200042, 1, 200072, 1, 200952, 1, 200262, 1, 200252, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200028, 201332, 1, 201322, 1, 200742, 1, 201641, 1, 200682, 1, 200052, 1, 200102, 1, 200952, 1, 200222, 1, 200242, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200029, 201382, 1, 200612, 1, 200432, 1, 201571, 1, 200692, 1, 200132, 1, 200142, 1, 200272, 1, 200282, 1, 200022, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200030, 201432, 1, 201422, 1, 201591, 1, 200292, 1, 201062, 1, 200042, 1, 200072, 1, 200122, 1, 200172, 1, 200202, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200031, 201552, 1, 200622, 1, 200432, 1, 201641, 1, 201122, 1, 200152, 1, 200162, 1, 200252, 1, 200262, 1, 200012, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200032, 201472, 1, 201462, 1, 201192, 1, 201661, 1, 201052, 1, 200032, 1, 200082, 1, 200112, 1, 200192, 1, 200182, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200101, 200511, 1, 200612, 1, 200602, 1, 200032, 1, 201581, 1, 201332, 1, 200562, 1, 200162, 1, 200152, 1, 200082, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200201, 200531, 1, 200551, 1, 200352, 1, 201522, 1, 200162, 1, 200152, 1, 200692, 1, 201262, 1, 201302, 1, 200042, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200301, 200342, 1, 200582, 1, 200572, 1, 200371, 1, 200062, 1, 200762, 1, 201631, 1, 200272, 1, 201342, 1, 200052, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200401, 200432, 1, 200682, 1, 200532, 1, 201522, 1, 201242, 1, 201272, 1, 201072, 1, 201292, 1, 200092, 1, 200062, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200601, 200162, 1, 200512, 1, 200761, 1, 200611, 1, 200342, 1, 200572, 1, 200232, 1, 201402, 1, 201432, 1, 200072, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200701, 200622, 1, 200742, 1, 200352, 1, 200382, 1, 200433, 1, 200762, 1, 201482, 1, 201512, 1, 201122, 1, 200082, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200801, 200702, 1, 200512, 1, 200491, 1, 201402, 1, 200032, 1, 200592, 1, 200682, 1, 200232, 1, 201132, 1, 200092, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (200901, 200562, 1, 200352, 1, 200572, 1, 200732, 1, 200542, 1, 201631, 1, 200272, 1, 201292, 1, 201332, 1, 200102, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (201001, 200582, 1, 200132, 1, 200332, 1, 200162, 1, 200572, 1, 200672, 1, 200272, 1, 201342, 1, 201062, 1, 200112, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (201101, 200342, 1, 200611, 1, 200142, 1, 200512, 1, 201032, 1, 201352, 1, 201332, 1, 200062, 1, 201542, 1, 200122, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (201301, 200741, 1, 200582, 1, 200762, 1, 200752, 1, 200172, 1, 200182, 1, 201142, 1, 200722, 1, 200282, 1, 200952, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (201401, 200382, 1, 200572, 1, 200732, 1, 200582, 1, 200592, 1, 200682, 1, 200272, 1, 201352, 1, 201422, 1, 200082, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (201701, 200332, 1, 200512, 1, 200361, 1, 200582, 1, 200381, 1, 200112, 1, 200082, 1, 201342, 1, 200712, 1, 200042, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (201801, 200732, 1, 200572, 1, 200462, 1, 200712, 1, 200562, 1, 200592, 1, 201342, 1, 201581, 1, 201631, 1, 200052, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (202401, 200542, 1, 200582, 1, 200512, 1, 200142, 1, 201182, 1, 201332, 1, 200272, 1, 200132, 1, 200042, 1, 200062, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (202701, 200592, 1, 200352, 1, 201112, 1, 200162, 1, 200562, 1, 200602, 1, 200242, 1, 200182, 1, 201631, 1, 200072, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (203001, 200162, 1, 200741, 1, 200752, 1, 200572, 1, 201342, 1, 201192, 1, 200052, 1, 200272, 1, 201631, 1, 200082, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (203201, 200342, 1, 200132, 1, 200582, 1, 201112, 1, 200722, 1, 201372, 1, 200102, 1, 200252, 1, 200262, 1, 200092, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (203501, 200282, 1, 200612, 1, 200462, 1, 200732, 1, 201542, 1, 200712, 1, 200142, 1, 200132, 1, 200062, 1, 200102, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (204101, 200652, 1, 200432, 1, 200671, 1, 200962, 1, 200361, 1, 201002, 1, 200032, 1, 200252, 1, 200262, 1, 200112, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (204501, 200762, 1, 200482, 1, 200562, 1, 200162, 1, 201202, 1, 201332, 1, 200032, 1, 200282, 1, 201631, 1, 200122, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (205201, 200411, 1, 200171, 1, 200211, 1, 200142, 1, 200692, 1, 201562, 1, 200272, 1, 200282, 1, 201631, 1, 200952, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (205601, 200512, 1, 200612, 1, 201212, 1, 201232, 1, 201102, 1, 201412, 1, 200142, 1, 200132, 1, 200052, 1, 200082, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (206001, 200302, 1, 200592, 1, 201402, 1, 201122, 1, 201432, 1, 200722, 1, 200032, 1, 200282, 1, 201631, 1, 200042, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (206101, 200602, 1, 200652, 1, 200262, 1, 201002, 1, 201012, 1, 201571, 1, 200242, 1, 200192, 1, 200172, 1, 200052, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (300001, 200152, 1, 200212, 1, 200281, 1, 200342, 1, 200352, 1, 200532, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (300002, 100021, 1, 200132, 1, 200151, 1, 200272, 1, 200332, 1, 200372, 1, 200512, 1, 200531, 1, 200542, 1, 200712, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (300003, 100021, 1, 200071, 1, 200131, 1, 200151, 1, 200271, 1, 200341, 1, 200511, 1, 200531, 1, 200541, 1, 200711, 1); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400001, 200382, 1, 201022, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400002, 200042, 1, 200302, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400003, 200272, 1, 200502, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400004, 200982, 1, 200222, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400005, 201601, 1, 200562, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400006, 200032, 1, 200672, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400007, 200012, 1, 200492, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400008, 200321, 1, 201372, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400009, 200262, 1, 201402, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400010, 200052, 1, 200352, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400011, 200411, 1, 201442, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400012, 200022, 1, 200612, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400013, 200302, 1, 200472, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400014, 200851, 1, 200632, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400015, 200062, 1, 201472, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400016, 200311, 1, 201502, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400017, 200292, 1, 200162, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400018, 200452, 1, 200521, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400019, 200012, 1, 200401, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400020, 200382, 1, 201122, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400021, 201332, 1, 200352, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400022, 200032, 1, 200562, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400023, 200462, 1, 201631, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400024, 200262, 1, 201352, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400025, 200781, 1, 200492, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400026, 200433, 1, 200132, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400027, 200432, 1, 200502, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400028, 200022, 1, 200352, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400029, 201132, 1, 200472, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400030, 200012, 1, 200871, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400031, 200391, 1, 200482, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (400032, 200252, 1, 200442, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100101, 100011, 1, 200511, 1, 200612, 1, 200602, 1, 200032, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100102, 100011, 1, 200511, 1, 200491, 1, 200602, 1, 200032, 1, 200132, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100201, 100021, 1, 200531, 1, 200551, 1, 200352, 1, 201522, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100301, 100031, 1, 200342, 1, 200582, 1, 200572, 1, 200371, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100401, 100041, 1, 200432, 1, 200682, 1, 200532, 1, 201522, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100501, 100051, 1, 201071, 1, 200771, 1, 201042, 1, 201052, 1, 200222, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100502, 100051, 1, 201501, 1, 200781, 1, 201042, 1, 200462, 1, 200152, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100601, 100061, 1, 200162, 1, 200512, 1, 200761, 1, 200611, 1, 200342, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100701, 100071, 1, 200622, 1, 200742, 1, 200352, 1, 200382, 1, 200433, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100801, 100081, 1, 200702, 1, 200512, 1, 200491, 1, 201402, 1, 200032, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1100901, 100091, 1, 200562, 1, 200352, 1, 200572, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101001, 100101, 1, 200582, 1, 200132, 1, 200332, 1, 200162, 1, 200572, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101101, 100111, 1, 200342, 1, 200611, 1, 200142, 1, 200512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101102, 100111, 1, 200581, 1, 200342, 1, 200142, 1, 200512, 1, 201661, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101201, 200632, 1, 200642, 1, 200342, 1, 200511, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101301, 100131, 1, 200741, 1, 200582, 1, 200762, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101302, 100131, 1, 200741, 1, 201471, 1, 201182, 1, 200762, 1, 200642, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101401, 100141, 1, 200382, 1, 200572, 1, 200732, 1, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101501, 200562, 1, 200362, 1, 200432, 1, 200381, 1, 200331, 1, 200162, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101601, 200511, 1, 200342, 1, 200382, 1, 200362, 1, 200461, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101701, 100171, 1, 200332, 1, 200512, 1, 200361, 1, 200582, 1, 200381, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101801, 100181, 1, 200732, 1, 200572, 1, 200462, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101802, 100181, 1, 200732, 1, 200441, 1, 200462, 1, 201392, 1, 200433, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1101901, 200491, 1, 201032, 1, 201542, 1, 200442, 1, 201591, 1, 201631, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102001, 200531, 1, 200542, 1, 200771, 1, 200742, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102101, 200512, 1, 200642, 1, 200632, 1, 200762, 1, 201131, 1, 201212, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102301, 200462, 1, 200562, 1, 200572, 1, 201531, 1, 200741, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102401, 100241, 1, 200542, 1, 200582, 1, 200512, 1, 200142, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102501, 200592, 1, 200742, 1, 200382, 1, 200611, 1, 200012, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102502, 200592, 1, 200742, 1, 200382, 1, 200751, 1, 200012, 1, 200502, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102601, 200382, 1, 200432, 1, 200532, 1, 201521, 1, 200551, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102701, 100271, 1, 200592, 1, 200352, 1, 201112, 1, 200162, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102801, 201351, 1, 200582, 1, 200652, 1, 200972, 1, 200152, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1102901, 200731, 1, 200042, 1, 200202, 1, 200472, 1, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103001, 100301, 1, 200162, 1, 200741, 1, 200752, 1, 200572, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103101, 200432, 1, 200532, 1, 200382, 1, 200552, 1, 201281, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103201, 100321, 1, 200342, 1, 200132, 1, 200582, 1, 201112, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103301, 201501, 1, 200032, 1, 200632, 1, 201492, 1, 201112, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103501, 100351, 1, 200282, 1, 200612, 1, 200462, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103601, 200731, 1, 200751, 1, 200012, 1, 201502, 1, 200472, 1, 200632, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103701, 200302, 1, 200371, 1, 200362, 1, 200602, 1, 200032, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103801, 100381, 1, 201011, 1, 200462, 1, 201372, 1, 201002, 1, 200652, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1103901, 100391, 1, 200451, 1, 200132, 1, 201072, 1, 200612, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104001, 100401, 1, 200691, 1, 200602, 1, 200592, 1, 200052, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104101, 100411, 1, 200652, 1, 200432, 1, 200671, 1, 200962, 1, 200361, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104201, 201071, 1, 200152, 1, 200962, 1, 200362, 1, 201052, 1, 200472, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104401, 201501, 1, 200641, 1, 200062, 1, 200781, 1, 201162, 1, 201472, 1, 200433, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104501, 100451, 1, 200762, 1, 200482, 1, 200562, 1, 200162, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104601, 100461, 1, 200451, 1, 200552, 1, 200952, 1, 201272, 1, 201672, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104701, 201431, 1, 200371, 1, 200192, 1, 201402, 1, 200382, 1, 200492, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104702, 200032, 1, 201402, 1, 200382, 1, 200492, 1, 201382, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104801, 200722, 1, 200512, 1, 200612, 1, 200712, 1, 201331, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1104901, 201701, 1, 200511, 1, 200302, 1, 201562, 1, 201442, 1, 200612, 1, 201692, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1105001, 200512, 1, 200642, 1, 200632, 1, 200382, 1, 201491, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1105101, 200651, 1, 200372, 1, 200362, 1, 200342, 1, 201002, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1105201, 100521, 1, 200411, 1, 200171, 1, 200211, 1, 200142, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1105401, 200991, 1, 201402, 1, 200502, 1, 200442, 1, 200142, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1105501, 200461, 1, 201611, 1, 200362, 1, 200612, 1, 200052, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1105601, 100561, 1, 200512, 1, 200612, 1, 201212, 1, 201232, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1105801, 200731, 1, 200292, 1, 200722, 1, 201162, 1, 200572, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1105901, 201421, 1, 200722, 1, 200062, 1, 200602, 1, 200592, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106001, 100601, 1, 200302, 1, 200592, 1, 201402, 1, 201122, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106101, 100611, 1, 200602, 1, 200652, 1, 200262, 1, 201002, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106201, 200481, 1, 201402, 1, 200472, 1, 200732, 1, 200742, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106301, 201431, 1, 201122, 1, 201442, 1, 200442, 1, 200482, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106401, 201191, 1, 200542, 1, 200552, 1, 200871, 1, 200052, 1, 201631, 1, 200302, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106501, 201281, 1, 201052, 1, 200462, 1, 201631, 1, 201651, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106601, 200531, 1, 200542, 1, 200282, 1, 201272, 1, 200311, 1, 200521, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106701, 200361, 1, 201242, 1, 201262, 1, 201522, 1, 200352, 1, 200382, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1106801, 200441, 1, 201432, 1, 201422, 1, 201392, 1, 200841, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1107401, 200471, 1, 201211, 1, 200012, 1, 200502, 1, 201621, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1200101, 200332, 1, 200352, 1, 200372, 1, 200432, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1200201, 200381, 1, 201361, 1, 200582, 1, 200722, 1, 200371, 1, 210031, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (1200301, 200351, 1, 201441, 1, 201222, 1, 201232, 1, 200371, 1, 210021, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10010103, 100011, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10010104, 100011, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10010105, 100011, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10020103, 100021, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10020104, 100021, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10020105, 100021, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10030103, 100031, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10030104, 100031, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10030105, 100031, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10040103, 100041, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10040104, 100041, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10040105, 100041, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10050103, 100051, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10050104, 100051, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10050105, 100051, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10060103, 100061, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10060104, 100061, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10060105, 100061, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10070102, 10071, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10070103, 100071, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10070104, 100071, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10070105, 100071, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10080102, 10081, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10080103, 100081, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10080104, 100081, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10080105, 100081, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10090102, 10091, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10090103, 100091, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10090104, 100091, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10090105, 100091, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10100103, 100101, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10100104, 100101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10100105, 100101, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10110102, 10111, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10110103, 100111, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10110104, 100111, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10110105, 100111, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10120103, 100121, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10120104, 100121, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10120105, 100121, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10130103, 100131, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10130104, 100131, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10130105, 100131, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10140102, 10141, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10140103, 100141, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10140104, 100141, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10140105, 100141, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10150103, 100151, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10150104, 100151, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10150105, 100151, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10160103, 100161, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10160104, 100161, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10160105, 100161, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10170103, 100171, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10170104, 100171, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10170105, 100171, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10180102, 10181, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10180103, 100181, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10180104, 100181, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10180105, 100181, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10190103, 100191, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10190104, 100191, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10190105, 100191, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10200103, 100201, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10200104, 100201, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10200105, 100201, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10230103, 100231, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10230104, 100231, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10230105, 100231, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10240102, 10241, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10240103, 100241, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10240104, 100241, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10240105, 100241, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10250103, 100251, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10250104, 100251, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10250105, 100251, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10260103, 100261, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10260104, 100261, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10260105, 100261, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10270101, 10271, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10270102, 10271, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10270103, 100271, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10270104, 100271, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10270105, 100271, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10280103, 100281, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10280104, 100281, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10280105, 100281, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10300103, 100301, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10300104, 100301, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10300105, 100301, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10320101, 10321, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10320102, 10321, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10320103, 100321, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10320104, 100321, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10320105, 100321, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10350101, 10351, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10350102, 10351, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10350103, 100351, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10350104, 100351, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10350105, 100351, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10370103, 100371, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10370104, 100371, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10370105, 100371, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10380103, 100381, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10380104, 100381, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10380105, 100381, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10390103, 100391, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10390104, 100391, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10390105, 100391, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10400103, 100401, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10400104, 100401, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10400105, 100401, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10410101, 10411, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10410102, 10411, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10410103, 100411, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10410104, 100411, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10410105, 100411, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10450102, 10451, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10450103, 100451, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10450104, 100451, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10450105, 100451, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10460103, 100461, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10460104, 100461, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10460105, 100461, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10480103, 100481, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10480104, 100481, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10480105, 100481, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10500103, 100501, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10500104, 100501, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10500105, 100501, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10520101, 10521, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10520102, 10521, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10520103, 100521, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10520104, 100521, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10520105, 100521, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10560101, 10561, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10560102, 10561, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10560103, 100561, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10560104, 100561, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10560105, 100561, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10580103, 100581, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10580104, 100581, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10580105, 100581, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10590103, 100591, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10590104, 100591, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10590105, 100591, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10600101, 10601, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10600102, 10601, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10600103, 100601, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10600104, 100601, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10600105, 100601, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10610101, 10611, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10610102, 10611, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10610103, 100611, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10610104, 100611, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (10610105, 100611, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11010103, 110011, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11010104, 110011, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11010105, 110011, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11030103, 110031, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11030104, 110031, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11030105, 110031, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11040103, 110041, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11040104, 110041, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11040105, 110041, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11060103, 110061, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11060104, 110061, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11060105, 110061, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11110103, 110111, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11110104, 110111, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11110105, 110111, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11130103, 110131, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11130104, 110131, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11130105, 110131, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11140103, 110141, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11140104, 110141, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11140105, 110141, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11170103, 110171, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11170104, 110171, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11170105, 110171, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11180103, 110181, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11180104, 110181, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11180105, 110181, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11230103, 110231, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11230104, 110231, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11230105, 110231, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11240103, 110241, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11240104, 110241, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11240105, 110241, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11300103, 110301, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11300104, 110301, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11300105, 110301, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11400103, 110401, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11400104, 110401, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11400105, 110401, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11450103, 110451, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11450104, 110451, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11450105, 110451, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11560103, 110561, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11560104, 110561, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (11560105, 110561, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100101, 100011, 1, 200511, 1, 200612, 1, 201402, 1, 200592, 1, 200342, 1, 200562, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100102, 100011, 1, 200511, 1, 200611, 1, 201401, 1, 200592, 1, 200342, 1, 200332, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100103, 200761, 1, 200612, 1, 200742, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100104, 201351, 1, 200582, 1, 200512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100105, 200511, 1, 200592, 1, 200342, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100201, 100021, 1, 200531, 1, 200431, 1, 200542, 1, 200712, 1, 201262, 1, 201252, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100202, 200551, 1, 200431, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100301, 201331, 1, 200372, 1, 201352, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100302, 100031, 1, 201131, 1, 201331, 1, 200502, 1, 201342, 1, 200562, 1, 200492, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100304, 200371, 1, 200572, 1, 201312, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100401, 100041, 1, 200681, 1, 201051, 1, 201082, 1, 200532, 1, 201062, 1, 200362, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100501, 100051, 1, 201071, 1, 200581, 1, 201041, 1, 201052, 1, 200771, 1, 200562, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100601, 200341, 1, 200492, 1, 201352, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100603, 200341, 1, 200332, 1, 200512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100701, 201591, 1, 201472, 1, 201482, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100702, 100071, 1, 201481, 1, 201471, 1, 200642, 1, 201591, 1, 200051, 1, 200622, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100801, 200611, 1, 200602, 1, 200382, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100802, 100081, 1, 200381, 1, 200721, 1, 200602, 1, 200372, 1, 201412, 1, 201432, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32100901, 200722, 1, 200572, 1, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101001, 200432, 1, 200561, 1, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101002, 100101, 1, 201361, 1, 201341, 1, 200652, 1, 200492, 1, 200582, 1, 200432, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101101, 200601, 1, 200612, 1, 201152, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101301, 200361, 1, 200562, 1, 200462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101302, 100131, 1, 200741, 1, 200352, 1, 200362, 1, 201342, 1, 200562, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101402, 100141, 1, 201121, 1, 200721, 1, 200581, 1, 200492, 1, 200512, 1, 200732, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101403, 200721, 1, 201312, 1, 201122, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101501, 200721, 1, 200582, 1, 200562, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101502, 100151, 1, 200581, 1, 200362, 1, 200742, 1, 200381, 1, 200562, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101503, 200581, 1, 200722, 1, 200362, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101601, 200511, 1, 200572, 1, 201352, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101602, 200511, 1, 200612, 1, 200602, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101702, 100171, 1, 201151, 1, 200351, 1, 200431, 1, 200332, 1, 200512, 1, 200732, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101801, 100181, 1, 200471, 1, 200372, 1, 200362, 1, 200502, 1, 201601, 1, 200592, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101802, 200501, 1, 200722, 1, 201372, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101803, 100181, 1, 200501, 1, 201371, 1, 200722, 1, 201102, 1, 200472, 1, 201531, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101804, 201371, 1, 200372, 1, 200472, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32101901, 100191, 1, 201592, 1, 200491, 1, 200612, 1, 201382, 1, 200482, 1, 200161, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102001, 100201, 1, 200541, 1, 201191, 1, 200762, 1, 200532, 1, 200552, 1, 200351, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102101, 200591, 1, 201412, 1, 200352, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102301, 200562, 1, 200821, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102302, 201071, 1, 200562, 1, 200821, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102303, 100231, 1, 200741, 1, 200561, 1, 200752, 1, 201212, 1, 200221, 1, 200581, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102401, 200431, 1, 200332, 1, 200352, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102402, 100241, 1, 200631, 1, 200741, 1, 200382, 1, 200642, 1, 200622, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102501, 201421, 1, 201222, 1, 200742, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102601, 200542, 1, 201242, 1, 200531, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102602, 100261, 1, 200531, 1, 200431, 1, 200552, 1, 201252, 1, 201262, 1, 200542, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102701, 200611, 1, 200472, 1, 200462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102702, 100271, 1, 200611, 1, 200721, 1, 200592, 1, 200602, 1, 200492, 1, 201392, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32102801, 200652, 1, 200972, 1, 201351, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32103101, 201651, 1, 201282, 1, 201661, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32103102, 201281, 1, 201661, 1, 201082, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32103501, 200591, 1, 200602, 1, 201422, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32103502, 100351, 1, 200591, 1, 201401, 1, 201392, 1, 200732, 1, 201422, 1, 200492, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32103701, 100371, 1, 200511, 1, 200501, 1, 200432, 1, 200602, 1, 201402, 1, 201541, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32103801, 200992, 1, 200012, 1, 200572, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32103802, 100381, 1, 200451, 1, 201011, 1, 200562, 1, 200991, 1, 200672, 1, 201591, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32104001, 201421, 1, 201432, 1, 200592, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32104102, 100411, 1, 200991, 1, 200981, 1, 200652, 1, 200492, 1, 201362, 1, 201002, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32104502, 100451, 1, 201371, 1, 200352, 1, 200881, 1, 200441, 1, 200432, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32104801, 201331, 1, 200712, 1, 200512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32105001, 200642, 1, 200622, 1, 201641, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32105002, 200641, 1, 201212, 1, 200622, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32105101, 200132, 1, 200152, 1, 201322, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32105401, 200662, 1, 200672, 1, 201002, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32105601, 100561, 1, 201232, 1, 201211, 1, 201202, 1, 200741, 1, 200601, 1, 201402, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32105801, 200581, 1, 200382, 1, 200762, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32105802, 200581, 1, 201112, 1, 200472, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32106101, 201431, 1, 200512, 1, 200352, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32106102, 100611, 1, 200601, 1, 200611, 1, 200371, 1, 200502, 1, 201002, 1, 200492, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32800101, 200532, 1, 200452, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32800401, 201272, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32800701, 200342, 1, 200572, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32801001, 201342, 1, 200572, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32801301, 200012, 1, 201352, 1, 200432, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32802201, 200042, 1, 200212, 1, 200452, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32802501, 200192, 1, 200612, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32802801, 200362, 1, 200992, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32804001, 200362, 1, 200622, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32804901, 200532, 1, 201242, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32805201, 200542, 1, 201261, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32806101, 200582, 1, 200562, 1, 200052, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32806401, 201352, 1, 201342, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32808201, 201382, 1, 200592, 1, 200202, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32808501, 201412, 1, 201382, 1, 201571, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32808801, 201432, 1, 201392, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32811501, 200622, 1, 200642, 1, 200152, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32811801, 201472, 1, 201492, 1, 200302, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32812701, 200542, 1, 200052, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32813001, 200542, 1, 200062, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32813601, 200532, 1, 200152, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32814801, 200542, 1, 200032, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32816001, 200562, 1, 201591, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32817501, 200572, 1, 200142, 1, 201142, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32819001, 200572, 1, 200132, 1, 201142, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32820501, 201312, 1, 200252, 1, 201122, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32821401, 200602, 1, 201382, 1, 200192, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32821701, 200592, 1, 200482, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32823201, 201382, 1, 200302, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32824701, 201422, 1, 200462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32829501, 201472, 1, 200502, 1, 201102, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32829801, 201492, 1, 200172, 1, 201132, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32831001, 201502, 1, 200432, 1, 200722, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32831301, 201482, 1, 200502, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32831901, 201262, 1, 200342, 1, 200432, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32832201, 200542, 1, 200452, 1, 200132, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32832501, 200552, 1, 201292, 1, 201202, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32832801, 200562, 1, 201192, 1, 200172, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32833101, 200572, 1, 201581, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32833201, 200711, 1, 200542, 1, 200372, 1, 201631, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32833401, 201352, 1, 200452, 1, 200142, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32833501, 201331, 1, 200732, 1, 200332, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32833701, 201332, 1, 200372, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32833801, 200561, 1, 200722, 1, 200452, 1, 201631, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32834001, 201342, 1, 200442, 1, 200252, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32834101, 200731, 1, 201351, 1, 200512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32834301, 201362, 1, 200472, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32834701, 200581, 1, 200712, 1, 200442, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835001, 200721, 1, 201352, 1, 200462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835201, 200602, 1, 200482, 1, 200302, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835301, 201121, 1, 201402, 1, 200332, 1, 200502, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835501, 201411, 1, 201142, 1, 200362, 1, 200442, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835502, 200612, 1, 201172, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835601, 200591, 1, 201122, 1, 200342, 1, 201631, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835801, 200611, 1, 200602, 1, 200482, 1, 201631, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835802, 201402, 1, 201571, 1, 200062, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32835901, 200611, 1, 201101, 1, 200472, 1, 201631, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32836101, 201412, 1, 201591, 1, 200262, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32836201, 201141, 1, 201402, 1, 200602, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32836501, 201431, 1, 201542, 1, 200352, 1, 200452, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32836801, 200631, 1, 201111, 1, 200382, 1, 201631, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32837101, 200631, 1, 200642, 1, 200622, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32837401, 200621, 1, 200732, 1, 200382, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32837601, 200622, 1, 200462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32837901, 200632, 1, 200752, 1, 200212, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32838001, 201501, 1, 201491, 1, 200512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32838201, 200642, 1, 201212, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32838501, 200982, 1, 201522, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32838801, 200132, 1, 200482, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32839801, 200152, 1, 200462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32841101, 200652, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32841501, 201292, 1, 200552, 1, 200432, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32842101, 201362, 1, 200572, 1, 200292, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32842401, 201332, 1, 201532, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32843501, 200592, 1, 201402, 1, 200132, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32843901, 200612, 1, 201432, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32845501, 200632, 1, 201502, 1, 200492, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32847501, 201332, 1, 201581, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32849301, 201432, 1, 200262, 1, 201112, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (32850501, 200622, 1, 201571, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40100101, 200512, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40100201, 200532, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40100601, 201062, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40100901, 201052, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40101001, 200702, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40101601, 200592, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40101701, 201152, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40102001, 200771, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40102301, 200582, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40102601, 200532, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40102701, 200722, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40104101, 201062, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40106001, 201442, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40106101, 200692, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40800201, 201262, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40801101, 200272, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40801401, 200582, 1, 200253, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40802001, 201532, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40802301, 200452, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40802601, 200252, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40802901, 200502, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40803201, 200602, 1, 200263, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40803501, 200432, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40803801, 200781, 1, 200013, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40806701, 200702, 1, 200283, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40807001, 201352, 1, 200163, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40807101, 200262, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40807301, 200562, 1, 200133, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40808801, 200612, 1, 200163, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40808901, 200512, 1, 200253, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40821201, 200252, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40821401, 200502, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40821701, 200732, 1, 200133, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40822001, 200492, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40822101, 200582, 1, 200283, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40822301, 201442, 1, 200253, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40822401, 200452, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40822601, 200602, 1, 200163, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40822701, 201422, 1, 200163, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40822901, 201412, 1, 200013, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40823001, 200512, 1, 200283, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40823201, 200262, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40827101, 200272, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40827201, 200781, 1, 200263, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40832001, 201641, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (40832301, 200432, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41100101, 200512, 1, 200612, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41100201, 200532, 1, 200552, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41100601, 201062, 1, 201422, 1, 200332, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41100901, 201052, 1, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41101001, 200702, 1, 200682, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41101601, 200592, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41101701, 201152, 1, 201422, 1, 200861, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41102001, 200771, 1, 200301, 1, 200881, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41102301, 200582, 1, 200722, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41102601, 200532, 1, 200372, 1, 200552, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41102701, 200722, 1, 200492, 1, 200592, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41104101, 201062, 1, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41106001, 201442, 1, 201422, 1, 200442, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41106101, 200692, 1, 200702, 1, 200352, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41800201, 201262, 1, 200682, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41801101, 200272, 1, 200692, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41801401, 200582, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41802001, 201532, 1, 200771, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41802301, 200452, 1, 200342, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41802601, 200252, 1, 201382, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41802901, 200502, 1, 201402, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41803201, 200602, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41803501, 200432, 1, 201382, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41803801, 200781, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41806701, 200702, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41807001, 201352, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41807101, 200262, 1, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41807301, 200562, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41808801, 200612, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41808901, 200512, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41821201, 200252, 1, 200722, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41821401, 200502, 1, 201162, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41821701, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41822001, 200492, 1, 201641, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41822101, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41822301, 201442, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41822401, 200452, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41822601, 200602, 1, 200432, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41822701, 201422, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41822901, 201412, 1, 200502, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41823001, 200512, 1, 200162, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41823201, 200262, 1, 200342, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41827101, 200272, 1, 201152, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41827201, 200781, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41832001, 201641, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (41832301, 200432, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42100101, 200511, 1, 200611, 1, 201401, 1, 201391, 1, 201541, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42100201, 200531, 1, 200552, 1, 200541, 1, 201241, 1, 201251, 1, 200431, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42100601, 201061, 1, 201422, 1, 200331, 1, 200492, 1, 200682, 1, 200431, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42100901, 201051, 1, 200581, 1, 200572, 1, 201362, 1, 200562, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42101001, 200701, 1, 200681, 1, 201031, 1, 201052, 1, 200582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42101601, 200591, 1, 200731, 1, 201441, 1, 201152, 1, 200492, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42101701, 201151, 1, 201421, 1, 201601, 1, 200831, 1, 200861, 1, 200891, 1, 200921, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42102001, 200551, 1, 200431, 1, 200711, 1, 200771, 1, 200301, 1, 200881, 1, 200811, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42102301, 200581, 1, 200721, 1, 200731, 1, 200821, 1, 200161, 1, 200221, 1, 200261, 1, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42102601, 200531, 1, 200371, 1, 200551, 1, 201241, 1, 201251, 1, 200712, 1, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42102701, 200721, 1, 200491, 1, 200591, 1, 201101, 1, 200732, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42104101, 201061, 1, 200582, 1, 201051, 1, 201031, 1, 201311, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42106001, 201441, 1, 201421, 1, 200441, 1, 200502, 1, 200342, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42106101, 200691, 1, 200701, 1, 200351, 1, 200592, 1, 200602, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42809401, 201381, 1, 201422, 1, 201062, 1, 200472, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42809801, 201391, 1, 200592, 1, 201072, 1, 200462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42810001, 201411, 1, 201542, 1, 201031, 1, 200372, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42810301, 201431, 1, 200602, 1, 200702, 1, 200281, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42810601, 201442, 1, 200612, 1, 200682, 1, 200452, 1, 200262, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42810701, 200622, 1, 201512, 1, 201052, 1, 200512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42810901, 200632, 1, 201492, 1, 200692, 1, 200781, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42811001, 200642, 1, 201451, 1, 201092, 1, 200432, 1, 200152, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42812801, 200532, 1, 201272, 1, 201082, 1, 200271, 1, 200012, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42813101, 200552, 1, 201302, 1, 201071, 1, 200771, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42817601, 200562, 1, 201311, 1, 200692, 1, 200352, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42817901, 201332, 1, 201321, 1, 200702, 1, 200502, 1, 200162, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42818201, 200582, 1, 201362, 1, 201041, 1, 200342, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42818501, 201331, 1, 201531, 1, 200692, 1, 200332, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42832901, 200532, 1, 200552, 1, 200712, 1, 200271, 1, 200262, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42834701, 200582, 1, 201531, 1, 200722, 1, 200362, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42835001, 201331, 1, 201332, 1, 200732, 1, 200011, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42835601, 200612, 1, 201381, 1, 201162, 1, 200442, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42835901, 200592, 1, 201391, 1, 201142, 1, 200472, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42836201, 200612, 1, 200602, 1, 201101, 1, 200281, 1, 200292, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42836501, 201411, 1, 201381, 1, 201122, 1, 200452, 1, 200252, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42836801, 200632, 1, 200642, 1, 201102, 1, 200482, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42837101, 200622, 1, 201492, 1, 201112, 1, 200512, 1, 200012, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42843001, 201362, 1, 201311, 1, 200722, 1, 200462, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42843301, 200562, 1, 201321, 1, 201111, 1, 200342, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42844001, 201431, 1, 201542, 1, 201142, 1, 200512, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42844301, 200602, 1, 201442, 1, 201101, 1, 200382, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO skill_set (id, skill_id1, skill_level1, skill_id2, skill_level2, skill_id3, skill_level3, skill_id4, skill_level4, skill_id5, skill_level5, skill_id6, skill_level6, skill_id7, skill_level7, skill_id8, skill_level8, skill_id9, skill_level9, skill_id10, skill_level10) VALUES (42844601, 201422, 1, 201402, 1, 200732, 1, 200372, 1, 200162, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- Table: story_event_announce_detail CREATE TABLE 'story_event_announce_detail' ('id' INTEGER NOT NULL, 'announce_id' INTEGER NOT NULL, 'order' INTEGER NOT NULL, 'cue_name' TEXT NOT NULL, 'text_message' TEXT NOT NULL, PRIMARY KEY('id'), UNIQUE('announce_id','order')); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (1, 1, 1, 'snd_voi_event_090004_0100', 'That bride just now was so beautiful!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (2, 1, 2, 'snd_voi_event_090004_0101', 'Aw, I''m jealous! I wanna wear a dress like that!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (3, 1, 3, 'snd_voi_event_090004_0102', 'A wedding dress, huh? The elegant design is rather captivating...'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (4, 1, 4, 'snd_voi_event_090004_0103', 'Riiight? ♪ You would look so good in one, Air Groove!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (5, 1, 5, 'snd_voi_event_090004_0104', 'What do you say to bewitching everyone?'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (6, 1, 6, 'snd_voi_event_090004_0105', 'What kind of outfit are you planning on making me wear?'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (7, 1, 7, 'snd_voi_event_090004_0106', 'I''m sure there are others who would look good in a wedding dress too. For example, hm... how about Dober?'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (8, 1, 8, 'snd_voi_event_090004_0107', 'Yeah, true! But you know, I bet everyone would look good in one! ♪ There are so many different kinds of wedding dresses, after all!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (9, 1, 9, 'snd_voi_event_090004_0108', 'Some look fit for a princess, and some are biiiig and poofy. ♪ I wonder who from the academy they''d suit?'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (10, 1, 10, 'snd_voi_event_090004_0109', '...Stop letting your weird imagination run wild.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (11, 1, 11, 'snd_voi_event_090004_0110', 'Stay tuned for Umamusume: Pretty Derby''s newest story event—Racing Hearts Beauty in Bloom.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (12, 1, 12, 'snd_voi_event_090004_0111', 'Take off in a twinkly dress. ☆'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (13, 2, 1, 'snd_voi_event_090002_0100', 'Check out the world''s strongest racer! I''m peak! I''m power! I''m El—star of the Umamusume world!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (14, 2, 2, 'snd_voi_event_090002_0101', 'You appear to be in good spirits, El. But being the star of one world doesn''t necessarily mean you''d excel in others.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (15, 2, 3, 'snd_voi_event_090002_0102', 'Qué?! Other what? Are you sayin'' there are other worlds out there?!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (16, 2, 4, 'snd_voi_event_090002_0103', 'No, not quite. I''ve heard that Tracen Academy has new machines that let you experience games in virtual reality.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (17, 2, 5, 'snd_voi_event_090002_0104', 'For example... you could enter a kingdom of swords and sorcery.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (18, 2, 6, 'snd_voi_event_090002_0105', 'Imagine exploring a fantasy world, with your own Umamusume body and abilities...'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (19, 2, 7, 'snd_voi_event_090002_0106', 'Oooooh! Kinda like an Umamusume isekai!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (20, 2, 8, 'snd_voi_event_090002_0107', 'If I got isekai''d into a game world, I''d definitely be the Eternal Champion— the hero of the El-ell Saga!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (21, 2, 9, 'snd_voi_event_090002_0108', 'C''mon Grass, we''ve gotta go check it out! It''ll be like a mini vacation, and we can brawl our way to video game glory!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (22, 2, 10, 'snd_voi_event_090002_0109', 'Oh, fine. I guess I''ll have to go with you. I''d be too worried letting you go all on your own.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (23, 2, 11, 'snd_voi_event_090002_0110', 'Next time on Umamusume: Pretty Derby—"Uma Quest: Epic Odyssey"!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (24, 2, 12, 'snd_voi_event_090002_0111', 'Stay tuned for El''s Condor punches and my healing magic! ♪'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (25, 3, 1, 'snd_voi_event_090005_0100', 'Hmm. There are so many different kinds of swimsuits nowadays.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (26, 3, 2, 'snd_voi_event_090005_0101', 'No kidding! That orange one is so cute.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (27, 3, 3, 'snd_voi_event_090005_0102', 'They have everything from sporty ones to the classic two-piece designs.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (28, 3, 4, 'snd_voi_event_090005_0103', 'Ah, I love that one with the ribbons...'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (29, 3, 5, 'snd_voi_event_090005_0104', 'That one''s nice! I bet you would look great in it!'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (30, 3, 6, 'snd_voi_event_090005_0105', 'You know, I think I saw someone picking out a new swimsuit from a magazine the other day...'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (31, 3, 7, 'snd_voi_event_090005_0106', 'I guess it''s already swimsuit season, huh?'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (32, 3, 8, 'snd_voi_event_090005_0107', 'So it is. Come to think of it, I don''t have anything fun planned for the summer.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (33, 3, 9, 'snd_voi_event_090005_0108', 'Haha. Me neither. My training schedule is too packed for anything like that...'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (34, 3, 10, 'snd_voi_event_090005_0109', 'Next time on Umamusume: Pretty Derby—Beaches, Bathing Suits & Blazing Trails.'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (35, 3, 11, 'snd_voi_event_090005_0110', 'There''ll be swimsuits, pools, and disco fever! ...Wait, disco fever?'); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (36, 4, 1, 'snd_voi_event_090006_0100', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (37, 4, 2, 'snd_voi_event_090006_0101', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (38, 4, 3, 'snd_voi_event_090006_0102', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (39, 4, 4, 'snd_voi_event_090006_0103', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (40, 4, 5, 'snd_voi_event_090006_0104', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (41, 4, 6, 'snd_voi_event_090006_0105', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (42, 4, 7, 'snd_voi_event_090006_0106', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (43, 4, 8, 'snd_voi_event_090006_0107', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (44, 4, 9, 'snd_voi_event_090006_0108', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (45, 4, 10, 'snd_voi_event_090006_0109', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (46, 4, 11, 'snd_voi_event_090006_0110', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (47, 4, 12, 'snd_voi_event_090006_0111', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (48, 4, 13, 'snd_voi_event_090006_0112', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (49, 5, 1, 'snd_voi_event_090007_0100', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (50, 5, 2, 'snd_voi_event_090007_0101', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (51, 5, 3, 'snd_voi_event_090007_0102', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (52, 5, 4, 'snd_voi_event_090007_0103', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (53, 5, 5, 'snd_voi_event_090007_0104', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (54, 5, 6, 'snd_voi_event_090007_0105', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (55, 5, 7, 'snd_voi_event_090007_0106', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (56, 5, 8, 'snd_voi_event_090007_0107', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (57, 5, 9, 'snd_voi_event_090007_0108', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (58, 5, 10, 'snd_voi_event_090007_0109', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (59, 5, 11, 'snd_voi_event_090007_0110', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (60, 5, 12, 'snd_voi_event_090007_0111', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (61, 5, 13, 'snd_voi_event_090007_0112', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (62, 5, 14, 'snd_voi_event_090007_0113', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (63, 6, 1, 'snd_voi_event_090008_0100', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (64, 6, 2, 'snd_voi_event_090008_0101', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (65, 6, 3, 'snd_voi_event_090008_0102', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (66, 6, 4, 'snd_voi_event_090008_0103', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (67, 6, 5, 'snd_voi_event_090008_0104', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (68, 6, 6, 'snd_voi_event_090008_0105', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (69, 6, 7, 'snd_voi_event_090008_0106', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (70, 6, 8, 'snd_voi_event_090008_0107', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (71, 6, 9, 'snd_voi_event_090008_0108', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (72, 6, 10, 'snd_voi_event_090008_0109', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (73, 6, 11, 'snd_voi_event_090008_0110', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (74, 6, 12, 'snd_voi_event_090008_0111', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (75, 6, 13, 'snd_voi_event_090008_0112', ''); INSERT INTO story_event_announce_detail (id, announce_id, "order", cue_name, text_message) VALUES (76, 6, 14, 'snd_voi_event_090008_0113', ''); -- Table: story_event_bingo_reward CREATE TABLE 'story_event_bingo_reward' ('id' INTEGER NOT NULL, 'reward_set_id' INTEGER NOT NULL, 'line_num' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('reward_set_id','line_num')); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (1, 1, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (2, 1, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (3, 1, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (4, 1, 4, 150, 117, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (5, 1, 5, 34, 95, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (6, 1, 6, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (7, 1, 7, 90, 43, 100); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (8, 1, 8, 51, 30025, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (9, 2, 1, 150, 118, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (10, 2, 2, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (11, 2, 3, 34, 95, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (12, 2, 4, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (13, 2, 5, 91, 59, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (14, 2, 6, 103, 98, 100); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (15, 2, 7, 30, 110, 300); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (16, 2, 8, 97, 115, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (17, 3, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (18, 3, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (19, 3, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (20, 3, 4, 150, 117, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (21, 3, 5, 51, 20026, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (22, 3, 6, 34, 95, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (23, 3, 7, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (24, 3, 8, 51, 30030, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (25, 4, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (26, 4, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (27, 4, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (28, 4, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (29, 4, 5, 34, 95, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (30, 4, 6, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (31, 4, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (32, 4, 8, 51, 30041, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (33, 5, 1, 91, 59, 100); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (34, 5, 2, 103, 98, 100); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (35, 5, 3, 30, 110, 300); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (36, 5, 4, 91, 59, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (37, 5, 5, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (38, 5, 6, 34, 95, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (39, 5, 7, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (40, 5, 8, 97, 115, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (41, 6, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (42, 6, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (43, 6, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (44, 6, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (45, 6, 5, 34, 95, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (46, 6, 6, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (47, 6, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (48, 6, 8, 51, 30057, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (49, 7, 1, 91, 59, 100); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (50, 7, 2, 103, 98, 100); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (51, 7, 3, 30, 110, 300); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (52, 7, 4, 91, 59, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (53, 7, 5, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (54, 7, 6, 34, 95, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (55, 7, 7, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (56, 7, 8, 97, 115, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (57, 8, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (58, 8, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (59, 8, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (60, 8, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (61, 8, 5, 34, 95, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (62, 8, 6, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (63, 8, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (64, 8, 8, 51, 30047, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (65, 9, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (66, 9, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (67, 9, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (68, 9, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (69, 9, 5, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (70, 9, 6, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (71, 9, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (72, 9, 8, 51, 30066, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (73, 10, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (74, 10, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (75, 10, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (76, 10, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (77, 10, 5, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (78, 10, 6, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (79, 10, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (80, 10, 8, 51, 30066, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (81, 11, 1, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (82, 11, 2, 91, 59, 2000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (83, 11, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (84, 11, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (85, 11, 5, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (86, 11, 6, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (87, 11, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (88, 11, 8, 51, 30066, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (89, 12, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (90, 12, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (91, 12, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (92, 12, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (93, 12, 5, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (94, 12, 6, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (95, 12, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (96, 12, 8, 51, 30070, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (97, 13, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (98, 13, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (99, 13, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (100, 13, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (101, 13, 5, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (102, 13, 6, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (103, 13, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (104, 13, 8, 51, 30070, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (105, 14, 1, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (106, 14, 2, 91, 59, 2000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (107, 14, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (108, 14, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (109, 14, 5, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (110, 14, 6, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (111, 14, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (112, 14, 8, 51, 30070, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (113, 15, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (114, 15, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (115, 15, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (116, 15, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (117, 15, 5, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (118, 15, 6, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (119, 15, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (120, 15, 8, 51, 30074, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (121, 16, 1, 103, 98, 500); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (122, 16, 2, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (123, 16, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (124, 16, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (125, 16, 5, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (126, 16, 6, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (127, 16, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (128, 16, 8, 51, 30074, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (129, 17, 1, 30, 110, 1000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (130, 17, 2, 91, 59, 2000); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (131, 17, 3, 21, 34, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (132, 17, 4, 150, 116, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (133, 17, 5, 20, 32, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (134, 17, 6, 164, 150, 1); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (135, 17, 7, 90, 43, 150); INSERT INTO story_event_bingo_reward (id, reward_set_id, line_num, item_category, item_id, item_num) VALUES (136, 17, 8, 51, 30074, 1); -- Table: story_event_bonus_card CREATE TABLE 'story_event_bonus_card' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'card_id' INTEGER NOT NULL, 'rarity_1' INTEGER NOT NULL, 'rarity_2' INTEGER NOT NULL, 'rarity_3' INTEGER NOT NULL, 'rarity_4' INTEGER NOT NULL, 'rarity_5' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('story_event_id','chara_id','card_id')); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (1, 1001, 1001, 0, 0, 0, 10, 12, 15, 1750897800, 1752098399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (2, 1001, 1015, 0, 0, 0, 10, 12, 15, 1750897800, 1752098399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (3, 1001, 1002, 0, 0, 0, 5, 7, 10, 1750897800, 1752098399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (4, 1001, 1003, 0, 0, 0, 5, 7, 10, 1750897800, 1752098399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (5, 1001, 1026, 0, 0, 0, 10, 12, 15, 1751493600, 1752098399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (6, 1002, 1003, 100301, 0, 0, 5, 7, 10, 1752703200, 1754085599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (7, 1002, 1003, 100302, 0, 0, 10, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (8, 1002, 1013, 101301, 0, 0, 5, 7, 10, 1752703200, 1754085599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (9, 1002, 1013, 101302, 0, 0, 10, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (10, 1002, 1060, 106001, 1, 3, 5, 7, 10, 1752703200, 1754085599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (11, 1003, 1024, 102401, 0, 3, 5, 7, 10, 1756418400, 1757541599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (12, 1003, 1024, 102402, 0, 0, 10, 12, 15, 1756418400, 1757541599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (13, 1003, 1018, 101801, 0, 3, 5, 7, 10, 1756418400, 1757541599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (14, 1003, 1018, 101802, 0, 0, 10, 12, 15, 1756418400, 1757541599); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (15, 1004, 1014, 101402, 0, 0, 10, 12, 15, 1758492000, 1759615199); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (16, 1004, 1011, 101102, 0, 0, 10, 12, 15, 1758492000, 1759615199); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (17, 1004, 1014, 101401, 0, 3, 5, 7, 10, 1758492000, 1759615199); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (18, 1004, 1011, 101101, 0, 3, 5, 7, 10, 1758492000, 1759615199); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (19, 1004, 1007, 100701, 0, 3, 5, 7, 10, 1758492000, 1759615199); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (20, 1004, 1020, 102001, 0, 0, 5, 7, 10, 1758492000, 1759615199); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (21, 1004, 1061, 106101, 1, 3, 5, 7, 10, 1758492000, 1759615199); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (22, 1005, 1001, 100101, 0, 0, 5, 7, 10, 1760479200, 1761602399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (23, 1005, 1001, 100102, 0, 0, 10, 12, 15, 1760479200, 1761602399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (24, 1005, 1004, 100401, 0, 0, 5, 7, 10, 1760479200, 1761602399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (25, 1005, 1004, 100402, 0, 0, 10, 12, 15, 1760479200, 1761602399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (26, 1005, 1009, 100901, 0, 3, 5, 7, 10, 1760479200, 1761602399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (27, 1005, 1035, 103501, 1, 3, 5, 7, 10, 1760479200, 1761602399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (28, 1006, 1030, 103002, 0, 0, 10, 12, 15, 1764021600, 1765058399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (29, 1006, 1030, 103001, 0, 0, 5, 7, 10, 1764021600, 1765058399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (30, 1006, 1045, 104502, 0, 0, 10, 12, 15, 1764021600, 1765058399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (31, 1006, 1045, 104501, 0, 3, 5, 7, 10, 1764021600, 1765058399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (32, 1006, 1026, 102601, 0, 0, 5, 7, 10, 1764021600, 1765058399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (33, 1007, 1017, 101702, 0, 0, 10, 12, 15, 1765749600, 1766699999); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (34, 1007, 1017, 101701, 0, 0, 5, 7, 10, 1765749600, 1766699999); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (35, 1007, 1040, 104002, 0, 0, 10, 12, 15, 1765749600, 1766699999); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (36, 1007, 1040, 104001, 0, 0, 5, 7, 10, 1765749600, 1766699999); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (37, 1007, 1016, 101601, 0, 0, 5, 7, 10, 1765749600, 1766699999); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (38, 1007, 1038, 103801, 0, 0, 5, 7, 10, 1765749600, 1766699999); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (39, 1008, 1006, 100602, 0, 0, 10, 12, 15, 1767650400, 1768946399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (40, 1008, 1006, 100601, 0, 0, 5, 7, 10, 1767650400, 1768946399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (41, 1008, 1023, 102302, 0, 0, 10, 12, 15, 1767650400, 1768946399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (42, 1008, 1023, 102301, 0, 0, 5, 7, 10, 1767650400, 1768946399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (43, 1008, 1024, 102401, 0, 3, 5, 7, 10, 1767650400, 1768946399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (44, 1008, 1050, 105001, 0, 0, 5, 7, 10, 1767650400, 1768946399); INSERT INTO story_event_bonus_card (id, story_event_id, chara_id, card_id, rarity_1, rarity_2, rarity_3, rarity_4, rarity_5, start_date, end_date) VALUES (45, 1008, 1024, 102402, 0, 0, 5, 7, 10, 1767650400, 1768946399); -- Table: story_event_bonus_group_support_card CREATE TABLE 'story_event_bonus_group_support_card' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, 'limit_0' INTEGER NOT NULL, 'limit_1' INTEGER NOT NULL, 'limit_2' INTEGER NOT NULL, 'limit_3' INTEGER NOT NULL, 'limit_4' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('story_event_id','chara_id','support_card_id')); -- Table: story_event_bonus_support_card CREATE TABLE 'story_event_bonus_support_card' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, 'limit_0' INTEGER NOT NULL, 'limit_1' INTEGER NOT NULL, 'limit_2' INTEGER NOT NULL, 'limit_3' INTEGER NOT NULL, 'limit_4' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('story_event_id','chara_id','rarity','support_card_id')); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (1, 1001, 1001, 3, 30025, 15, 18, 21, 25, 30, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (2, 1001, 1006, 3, 30024, 25, 27, 30, 35, 40, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (3, 1001, 1001, 3, 30001, 5, 7, 9, 12, 15, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (4, 1001, 1002, 3, 30002, 5, 7, 9, 12, 15, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (5, 1001, 1003, 3, 30003, 5, 7, 9, 12, 15, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (6, 1001, 1044, 2, 0, 10, 13, 16, 20, 25, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (7, 1001, 1044, 1, 0, 3, 5, 7, 10, 12, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (8, 1001, 1001, 1, 10001, 2, 3, 5, 7, 10, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (9, 1001, 1002, 1, 10002, 2, 3, 5, 7, 10, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (10, 1001, 1003, 1, 10003, 2, 3, 5, 7, 10, 1750897800, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (11, 1001, 1066, 3, 0, 25, 27, 30, 35, 40, 1751493600, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (12, 1001, 1065, 2, 0, 10, 13, 16, 20, 25, 1751493600, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (13, 1001, 1066, 1, 0, 3, 5, 7, 10, 12, 1751493600, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (14, 1001, 1065, 1, 0, 3, 5, 7, 10, 12, 1751493600, 1752098399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (15, 1002, 1068, 3, 0, 30, 32, 35, 40, 45, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (16, 1002, 1067, 3, 0, 30, 32, 35, 40, 45, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (17, 1002, 1066, 3, 0, 10, 13, 16, 20, 25, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (18, 1002, 1064, 3, 0, 10, 13, 16, 20, 25, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (19, 1002, 1062, 3, 30030, 20, 23, 26, 30, 35, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (20, 1002, 1003, 3, 30003, 10, 13, 16, 20, 25, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (21, 1002, 1013, 3, 30022, 5, 7, 9, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (22, 1002, 1065, 2, 0, 5, 7, 9, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (23, 1002, 1063, 2, 0, 5, 7, 9, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (24, 1002, 1060, 2, 20019, 5, 7, 9, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (25, 1002, 1060, 2, 20026, 13, 16, 19, 23, 28, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (26, 1002, 1068, 1, 0, 5, 7, 9, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (27, 1002, 1067, 1, 0, 5, 7, 9, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (28, 1002, 1066, 1, 0, 3, 5, 7, 10, 12, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (29, 1002, 1064, 1, 0, 3, 5, 7, 10, 12, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (30, 1002, 1062, 1, 0, 5, 7, 9, 12, 15, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (31, 1002, 1003, 1, 0, 3, 5, 7, 10, 12, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (32, 1002, 1013, 1, 0, 3, 5, 7, 10, 12, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (33, 1002, 1065, 1, 0, 3, 5, 7, 10, 12, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (34, 1002, 1063, 1, 0, 3, 5, 7, 10, 12, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (35, 1002, 1060, 1, 0, 3, 5, 7, 10, 12, 1752703200, 1754085599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (36, 1003, 1039, 3, 30039, 30, 32, 35, 40, 45, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (37, 1003, 1028, 3, 30040, 30, 32, 35, 40, 45, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (38, 1003, 1059, 2, 20018, 7, 9, 12, 15, 18, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (39, 1003, 1024, 2, 20007, 7, 9, 12, 15, 18, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (40, 1003, 1018, 2, 20004, 7, 9, 12, 15, 18, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (41, 1003, 1039, 1, 10063, 5, 7, 9, 12, 15, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (42, 1003, 1028, 1, 10064, 5, 7, 9, 12, 15, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (43, 1003, 1059, 1, 10046, 3, 5, 7, 10, 12, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (44, 1003, 1024, 1, 10030, 3, 5, 7, 10, 12, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (45, 1003, 1018, 1, 10025, 3, 5, 7, 10, 12, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (46, 1003, 1059, 3, 30041, 20, 23, 26, 30, 35, 1756418400, 1757541599); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (47, 1004, 1020, 3, 30055, 30, 32, 35, 40, 45, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (48, 1004, 1061, 3, 30056, 30, 32, 35, 40, 45, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (49, 1004, 1014, 3, 30007, 10, 13, 16, 20, 25, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (50, 1004, 1011, 3, 30006, 10, 13, 16, 20, 25, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (51, 1004, 1007, 3, 30004, 10, 13, 16, 20, 25, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (52, 1004, 1020, 3, 30008, 10, 13, 16, 20, 25, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (53, 1004, 1061, 2, 20020, 5, 7, 9, 12, 15, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (54, 1004, 1014, 1, 10011, 3, 5, 7, 10, 12, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (55, 1004, 1011, 1, 10009, 3, 5, 7, 10, 12, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (56, 1004, 1007, 1, 10006, 3, 5, 7, 10, 12, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (57, 1004, 1020, 1, 10014, 3, 5, 7, 10, 12, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (58, 1004, 1061, 1, 10048, 3, 5, 7, 10, 12, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (59, 1004, 1007, 3, 30057, 20, 23, 26, 30, 35, 1758492000, 1759615199); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (60, 1005, 1044, 3, 30045, 30, 32, 35, 40, 45, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (61, 1005, 1035, 3, 30046, 30, 32, 35, 40, 45, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (62, 1005, 1001, 3, 0, 10, 13, 16, 20, 25, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (63, 1005, 1035, 3, 30012, 10, 13, 16, 20, 25, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (64, 1005, 1035, 3, 30033, 10, 13, 16, 20, 25, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (65, 1005, 1009, 2, 20002, 5, 7, 9, 12, 15, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (66, 1005, 1044, 2, 20023, 5, 7, 9, 12, 15, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (67, 1005, 1044, 1, 10050, 3, 5, 7, 10, 12, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (68, 1005, 1035, 1, 10016, 3, 5, 7, 10, 12, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (69, 1005, 1009, 1, 10023, 3, 5, 7, 10, 12, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (70, 1005, 1001, 1, 10001, 3, 5, 7, 10, 12, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (71, 1005, 1004, 1, 10004, 3, 5, 7, 10, 12, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (72, 1005, 1009, 3, 30047, 20, 23, 26, 30, 35, 1760479200, 1761602399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (73, 1006, 1021, 3, 30064, 30, 32, 35, 40, 45, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (74, 1006, 1047, 3, 30065, 30, 32, 35, 40, 45, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (75, 1006, 1021, 3, 30009, 10, 13, 16, 20, 25, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (76, 1006, 1045, 3, 30016, 10, 13, 16, 20, 25, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (77, 1006, 1030, 3, 30023, 10, 13, 16, 20, 25, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (78, 1006, 1030, 3, 30034, 10, 13, 16, 20, 25, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (80, 1006, 1026, 2, 20009, 5, 7, 9, 12, 15, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (81, 1006, 1047, 2, 20028, 5, 7, 9, 12, 15, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (82, 1006, 1030, 1, 10015, 3, 5, 7, 10, 12, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (83, 1006, 1045, 1, 10019, 3, 5, 7, 10, 12, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (84, 1006, 1021, 1, 10027, 3, 5, 7, 10, 12, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (85, 1006, 1026, 1, 10032, 3, 5, 7, 10, 12, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (86, 1006, 1047, 1, 10059, 3, 5, 7, 10, 12, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (87, 1006, 1026, 3, 30066, 20, 23, 26, 30, 35, 1764021600, 1765058399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (88, 1007, 1038, 3, 30068, 30, 32, 35, 40, 45, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (89, 1007, 1016, 3, 30069, 30, 32, 35, 40, 45, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (90, 1007, 1016, 3, 30044, 10, 13, 16, 20, 25, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (91, 1007, 1040, 3, 30014, 10, 13, 16, 20, 25, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (92, 1007, 1029, 3, 30031, 10, 13, 16, 20, 25, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (93, 1007, 1029, 2, 20011, 5, 7, 9, 12, 15, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (94, 1007, 1016, 1, 10072, 3, 5, 7, 10, 12, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (95, 1007, 1017, 1, 10013, 3, 5, 7, 10, 12, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (96, 1007, 1040, 1, 10017, 3, 5, 7, 10, 12, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (97, 1007, 1029, 1, 10034, 3, 5, 7, 10, 12, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (98, 1007, 1038, 1, 10073, 5, 7, 9, 12, 15, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (99, 1007, 1029, 3, 30070, 20, 23, 26, 30, 35, 1765749600, 1766699999); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (100, 1008, 1024, 3, 30072, 30, 32, 35, 40, 45, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (101, 1008, 1050, 3, 30073, 30, 32, 35, 40, 45, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (102, 1008, 1006, 3, 30024, 10, 13, 16, 20, 25, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (104, 1008, 1023, 2, 20006, 5, 7, 9, 12, 15, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (105, 1008, 1024, 2, 20007, 5, 7, 9, 12, 15, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (106, 1008, 1050, 2, 20014, 5, 7, 9, 12, 15, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (107, 1008, 1055, 2, 20015, 5, 7, 9, 12, 15, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (108, 1008, 1006, 1, 10005, 3, 5, 7, 10, 12, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (109, 1008, 1023, 1, 10029, 3, 5, 7, 10, 12, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (110, 1008, 1024, 1, 10030, 3, 5, 7, 10, 12, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (111, 1008, 1050, 1, 10040, 3, 5, 7, 10, 12, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (112, 1008, 1055, 1, 10043, 3, 5, 7, 10, 12, 1767650400, 1768946399); INSERT INTO story_event_bonus_support_card (id, story_event_id, chara_id, rarity, support_card_id, limit_0, limit_1, limit_2, limit_3, limit_4, start_date, end_date) VALUES (113, 1008, 1055, 3, 30074, 20, 23, 26, 30, 35, 1767650400, 1768946399); -- Table: story_event_data CREATE TABLE 'story_event_data' ('story_event_id' INTEGER NOT NULL, 'announce_id' INTEGER NOT NULL, 'consume_tp_ratio' INTEGER NOT NULL, 'bonus_reward_ratio' INTEGER NOT NULL, 'notice_date' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'middle_date_01' INTEGER NOT NULL, 'middle_date_02' INTEGER NOT NULL, 'ending_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('story_event_id')); INSERT INTO story_event_data (story_event_id, announce_id, consume_tp_ratio, bonus_reward_ratio, notice_date, start_date, middle_date_01, middle_date_02, ending_date, end_date) VALUES (1001, 0, 0, 0, 1610712000, 1750897800, 1751234400, 1751666400, 1752098399, 1752357599); INSERT INTO story_event_data (story_event_id, announce_id, consume_tp_ratio, bonus_reward_ratio, notice_date, start_date, middle_date_01, middle_date_02, ending_date, end_date) VALUES (1002, 0, 0, 0, 1752357600, 1752703200, 1753221600, 1753740000, 1754085599, 1754344799); INSERT INTO story_event_data (story_event_id, announce_id, consume_tp_ratio, bonus_reward_ratio, notice_date, start_date, middle_date_01, middle_date_02, ending_date, end_date) VALUES (1003, 1, 0, 0, 1756072800, 1756418400, 1756936800, 1757455200, 1757541599, 1757800799); INSERT INTO story_event_data (story_event_id, announce_id, consume_tp_ratio, bonus_reward_ratio, notice_date, start_date, middle_date_01, middle_date_02, ending_date, end_date) VALUES (1004, 2, 0, 0, 1758146400, 1758492000, 1759096800, 1759356000, 1759615199, 1759874399); INSERT INTO story_event_data (story_event_id, announce_id, consume_tp_ratio, bonus_reward_ratio, notice_date, start_date, middle_date_01, middle_date_02, ending_date, end_date) VALUES (1005, 3, 0, 0, 1760133600, 1760479200, 1761084000, 1761343200, 1761602399, 1761861599); INSERT INTO story_event_data (story_event_id, announce_id, consume_tp_ratio, bonus_reward_ratio, notice_date, start_date, middle_date_01, middle_date_02, ending_date, end_date) VALUES (1006, 4, 20000, 20000, 1763676000, 1764021600, 1764626400, 1764885600, 1765058399, 1765317599); INSERT INTO story_event_data (story_event_id, announce_id, consume_tp_ratio, bonus_reward_ratio, notice_date, start_date, middle_date_01, middle_date_02, ending_date, end_date) VALUES (1007, 5, 20000, 20000, 1765404000, 1765749600, 1766181600, 1766440800, 1766699999, 1766959199); INSERT INTO story_event_data (story_event_id, announce_id, consume_tp_ratio, bonus_reward_ratio, notice_date, start_date, middle_date_01, middle_date_02, ending_date, end_date) VALUES (1008, 6, 20000, 20000, 1767304800, 1767650400, 1767996000, 1768255200, 1768946399, 1769205599); -- Table: story_event_mission CREATE TABLE 'story_event_mission' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'mission_type' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'condition_value_3' INTEGER NOT NULL, 'condition_value_4' INTEGER NOT NULL, 'condition_num' INTEGER NOT NULL, 'step_group_id' INTEGER NOT NULL, 'step_order' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, 'transition_type' INTEGER NOT NULL, 'date_check_flg' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (1, 1001, 1, 100004, 0, 0, 0, 0, 1, 1, 1, 1, 94, 45, 3, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (2, 1001, 1, 200008, 0, 0, 0, 0, 1, 2, 1, 2, 94, 45, 3, 20003, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (3, 1001, 1, 200005, 0, 0, 0, 0, 1, 3, 1, 3, 94, 45, 3, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (4, 1001, 1, 600022, 0, 0, 0, 0, 1, 4, 1, 4, 94, 45, 3, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (5, 1001, 1, 900001, 1, 0, 0, 0, 4, 5, 1, 5, 94, 45, 10, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (6, 1001, 4, 100004, 1, 0, 0, 0, 3, 1, 1, 1, 100, 58, 200, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (7, 1001, 4, 100004, 1, 0, 0, 0, 5, 1, 2, 1, 94, 45, 10, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (8, 1001, 4, 100004, 1, 0, 0, 0, 10, 1, 3, 1, 100, 58, 500, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (9, 1001, 4, 100004, 1, 0, 0, 0, 20, 1, 5, 1, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (10, 1001, 4, 200005, 0, 0, 0, 0, 5, 2, 1, 2, 94, 45, 10, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (11, 1001, 4, 200005, 0, 0, 0, 0, 10, 2, 2, 2, 100, 58, 200, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (12, 1001, 4, 200005, 0, 0, 0, 0, 20, 2, 3, 2, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (13, 1001, 4, 200005, 0, 0, 0, 0, 30, 2, 4, 2, 100, 58, 500, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (14, 1001, 4, 200005, 0, 0, 0, 0, 50, 2, 5, 2, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (15, 1001, 4, 100003, 0, 0, 0, 0, 5, 3, 1, 3, 100, 58, 200, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (16, 1001, 4, 100003, 0, 0, 0, 0, 10, 3, 2, 3, 94, 45, 10, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (17, 1001, 4, 100003, 0, 0, 0, 0, 20, 3, 3, 3, 100, 58, 500, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (18, 1001, 4, 100003, 0, 0, 0, 0, 30, 3, 4, 3, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (19, 1001, 4, 100003, 0, 0, 0, 0, 40, 3, 5, 3, 100, 58, 1000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (20, 1001, 4, 100003, 0, 0, 0, 0, 50, 3, 6, 3, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (21, 1001, 4, 200003, 0, 0, 0, 0, 3, 4, 1, 4, 100, 58, 200, 20003, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (22, 1001, 4, 200003, 0, 0, 0, 0, 5, 4, 2, 4, 94, 45, 10, 20003, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (23, 1001, 4, 200003, 0, 0, 0, 0, 10, 4, 3, 4, 100, 58, 500, 20003, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (24, 1001, 4, 200003, 0, 0, 0, 0, 15, 4, 4, 4, 94, 45, 20, 20003, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (25, 1001, 4, 200003, 0, 0, 0, 0, 20, 4, 5, 4, 100, 58, 1000, 20003, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (26, 1001, 4, 200003, 0, 0, 0, 0, 25, 4, 6, 4, 94, 45, 30, 20003, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (27, 1001, 4, 100007, 100, 1, 0, 0, 3, 5, 1, 5, 94, 45, 10, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (28, 1001, 4, 100007, 100, 1, 0, 0, 5, 5, 2, 5, 100, 58, 200, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (29, 1001, 4, 100007, 100, 1, 0, 0, 10, 5, 3, 5, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (30, 1001, 4, 100007, 100, 1, 0, 0, 20, 5, 4, 5, 100, 58, 500, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (31, 1001, 4, 100007, 100, 1, 0, 0, 30, 5, 5, 5, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (32, 1001, 4, 100027, 0, 0, 0, 0, 100000, 6, 1, 6, 100, 58, 200, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (33, 1001, 4, 100027, 0, 0, 0, 0, 200000, 6, 2, 6, 94, 45, 10, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (34, 1001, 4, 100027, 0, 0, 0, 0, 300000, 6, 3, 6, 100, 58, 500, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (35, 1001, 4, 100027, 0, 0, 0, 0, 500000, 6, 4, 6, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (36, 1001, 4, 100027, 0, 0, 0, 0, 1000000, 6, 5, 6, 100, 58, 1000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (37, 1001, 4, 100027, 0, 0, 0, 0, 1500000, 6, 6, 6, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (39, 1001, 6, 900001, 4, 0, 0, 0, 32, 1, 1, 1, 55, 310101, 1, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (40, 1002, 1, 100004, 0, 0, 0, 0, 1, 1, 1, 1, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (41, 1002, 1, 100003, 0, 0, 0, 0, 1, 2, 1, 2, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (42, 1002, 1, 200005, 0, 0, 0, 0, 1, 3, 1, 3, 94, 45, 5, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (43, 1002, 1, 600022, 0, 0, 0, 0, 1, 4, 1, 4, 94, 45, 5, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (44, 1002, 1, 900001, 1, 0, 0, 0, 4, 5, 1, 5, 94, 45, 10, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (45, 1002, 4, 100004, 1, 0, 0, 0, 3, 1, 1, 1, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (46, 1002, 4, 100004, 1, 0, 0, 0, 5, 2, 1, 2, 100, 58, 2000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (47, 1002, 4, 100004, 1, 0, 0, 0, 10, 3, 1, 3, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (48, 1002, 4, 100004, 1, 0, 0, 0, 15, 4, 1, 4, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (49, 1002, 4, 100004, 1, 0, 0, 0, 20, 5, 1, 5, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (50, 1002, 4, 100004, 1, 0, 0, 0, 25, 6, 1, 6, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (51, 1002, 4, 100004, 1, 0, 0, 0, 30, 7, 1, 7, 94, 45, 50, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (52, 1002, 4, 100003, 0, 0, 0, 0, 5, 8, 1, 8, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (53, 1002, 4, 100003, 0, 0, 0, 0, 10, 9, 1, 9, 100, 58, 2000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (54, 1002, 4, 100003, 0, 0, 0, 0, 20, 10, 1, 10, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (55, 1002, 4, 100003, 0, 0, 0, 0, 30, 11, 1, 11, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (56, 1002, 4, 100003, 0, 0, 0, 0, 40, 12, 1, 12, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (57, 1002, 4, 100003, 0, 0, 0, 0, 50, 13, 1, 13, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (58, 1002, 4, 100007, 100, 1, 0, 0, 3, 14, 1, 14, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (59, 1002, 4, 100007, 100, 1, 0, 0, 10, 15, 1, 15, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (60, 1002, 4, 100007, 100, 1, 0, 0, 20, 16, 1, 16, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (61, 1002, 4, 100007, 100, 1, 0, 0, 30, 17, 1, 17, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (62, 1002, 4, 100027, 0, 0, 0, 0, 100000, 18, 1, 18, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (63, 1002, 4, 100027, 0, 0, 0, 0, 500000, 19, 1, 19, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (64, 1002, 4, 100027, 0, 0, 0, 0, 1000000, 20, 1, 20, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (65, 1002, 4, 100027, 0, 0, 0, 0, 1500000, 21, 1, 21, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (66, 1002, 4, 100025, 100501, 3, 0, 0, 1, 22, 1, 22, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (67, 1002, 4, 100025, 101001, 3, 0, 0, 1, 23, 1, 23, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (68, 1002, 4, 100025, 101501, 3, 0, 0, 1, 24, 1, 24, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (69, 1002, 4, 100025, 100301, 3, 0, 0, 1, 25, 1, 25, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (70, 1002, 4, 100025, 100601, 3, 0, 0, 1, 26, 1, 26, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (71, 1002, 4, 100025, 101201, 3, 0, 0, 1, 27, 1, 27, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (72, 1002, 4, 100025, 102301, 3, 0, 0, 1, 28, 1, 28, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (73, 1002, 4, 200005, 0, 0, 0, 0, 5, 29, 1, 29, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (74, 1002, 4, 200005, 0, 0, 0, 0, 10, 30, 1, 30, 100, 58, 2000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (75, 1002, 4, 200005, 0, 0, 0, 0, 20, 31, 1, 31, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (76, 1002, 4, 200005, 0, 0, 0, 0, 30, 32, 1, 32, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (77, 1002, 4, 200005, 0, 0, 0, 0, 40, 33, 1, 33, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (78, 1002, 4, 200005, 0, 0, 0, 0, 50, 34, 1, 34, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (79, 1002, 4, 200014, 0, 0, 0, 0, 200000, 35, 1, 35, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (80, 1002, 4, 200014, 0, 0, 0, 0, 500000, 36, 1, 36, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (81, 1002, 4, 200014, 0, 0, 0, 0, 1000000, 37, 1, 37, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (82, 1002, 4, 200014, 0, 0, 0, 0, 2000000, 38, 1, 38, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (83, 1002, 6, 900001, 4, 0, 0, 0, 38, 1, 1, 1, 55, 310102, 1, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (84, 1003, 1, 100004, 0, 0, 0, 0, 1, 1, 1, 1, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (85, 1003, 1, 100003, 0, 0, 0, 0, 1, 2, 1, 2, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (86, 1003, 1, 200005, 0, 0, 0, 0, 1, 3, 1, 3, 94, 45, 5, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (87, 1003, 1, 600022, 0, 0, 0, 0, 1, 4, 1, 4, 94, 45, 5, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (88, 1003, 1, 900001, 1, 0, 0, 0, 4, 5, 1, 5, 94, 45, 10, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (89, 1003, 4, 100004, 1, 0, 0, 0, 3, 1, 1, 1, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (90, 1003, 4, 100004, 1, 0, 0, 0, 5, 2, 1, 2, 100, 58, 2000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (91, 1003, 4, 100004, 1, 0, 0, 0, 10, 3, 1, 3, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (92, 1003, 4, 100004, 1, 0, 0, 0, 15, 4, 1, 4, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (93, 1003, 4, 100004, 1, 0, 0, 0, 20, 5, 1, 5, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (94, 1003, 4, 100004, 1, 0, 0, 0, 25, 6, 1, 6, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (95, 1003, 4, 100004, 1, 0, 0, 0, 30, 7, 1, 7, 94, 45, 50, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (96, 1003, 4, 100003, 0, 0, 0, 0, 5, 8, 1, 8, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (97, 1003, 4, 100003, 0, 0, 0, 0, 10, 9, 1, 9, 100, 58, 2000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (98, 1003, 4, 100003, 0, 0, 0, 0, 20, 10, 1, 10, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (99, 1003, 4, 100003, 0, 0, 0, 0, 30, 11, 1, 11, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (100, 1003, 4, 100003, 0, 0, 0, 0, 40, 12, 1, 12, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (101, 1003, 4, 100003, 0, 0, 0, 0, 50, 13, 1, 13, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (102, 1003, 4, 100007, 100, 1, 0, 0, 3, 14, 1, 14, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (103, 1003, 4, 100007, 100, 1, 0, 0, 10, 15, 1, 15, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (104, 1003, 4, 100007, 100, 1, 0, 0, 20, 16, 1, 16, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (105, 1003, 4, 100007, 100, 1, 0, 0, 30, 17, 1, 17, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (106, 1003, 4, 100027, 0, 0, 0, 0, 100000, 18, 1, 18, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (107, 1003, 4, 100027, 0, 0, 0, 0, 500000, 19, 1, 19, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (108, 1003, 4, 100027, 0, 0, 0, 0, 1000000, 20, 1, 20, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (109, 1003, 4, 100027, 0, 0, 0, 0, 1500000, 21, 1, 21, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (110, 1003, 4, 200005, 0, 0, 0, 0, 5, 29, 1, 29, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (111, 1003, 4, 200005, 0, 0, 0, 0, 10, 30, 1, 30, 100, 58, 2000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (112, 1003, 4, 200005, 0, 0, 0, 0, 20, 31, 1, 31, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (113, 1003, 4, 200005, 0, 0, 0, 0, 30, 32, 1, 32, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (114, 1003, 4, 200005, 0, 0, 0, 0, 40, 33, 1, 33, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (115, 1003, 4, 200005, 0, 0, 0, 0, 50, 34, 1, 34, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (116, 1003, 4, 200014, 0, 0, 0, 0, 200000, 35, 1, 35, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (117, 1003, 4, 200014, 0, 0, 0, 0, 500000, 36, 1, 36, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (118, 1003, 4, 200014, 0, 0, 0, 0, 1000000, 37, 1, 37, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (119, 1003, 4, 200014, 0, 0, 0, 0, 2000000, 38, 1, 38, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (120, 1003, 4, 100025, 101601, 3, 0, 0, 1, 39, 1, 39, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (121, 1003, 4, 100025, 100901, 3, 0, 0, 1, 40, 1, 40, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (122, 1003, 4, 100025, 100301, 3, 0, 0, 1, 41, 1, 41, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (123, 1003, 4, 100025, 101501, 3, 0, 0, 1, 42, 1, 42, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (124, 1003, 4, 100025, 102301, 3, 0, 0, 1, 43, 1, 43, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (125, 1003, 4, 100025, 100601, 3, 0, 0, 1, 44, 1, 44, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (126, 1003, 4, 100025, 101701, 3, 0, 0, 1, 45, 1, 45, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (127, 1003, 6, 900001, 4, 0, 0, 0, 38, 1, 1, 1, 55, 310103, 1, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (128, 1004, 1, 100004, 0, 0, 0, 0, 1, 1, 1, 1, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (129, 1004, 1, 100003, 0, 0, 0, 0, 1, 2, 1, 2, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (130, 1004, 1, 200005, 0, 0, 0, 0, 1, 3, 1, 3, 94, 45, 5, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (131, 1004, 1, 600022, 0, 0, 0, 0, 1, 4, 1, 4, 94, 45, 5, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (132, 1004, 1, 900001, 1, 0, 0, 0, 4, 5, 1, 5, 94, 45, 10, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (133, 1004, 4, 100004, 1, 0, 0, 0, 3, 1, 1, 1, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (134, 1004, 4, 100004, 1, 0, 0, 0, 5, 2, 1, 2, 100, 58, 2000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (135, 1004, 4, 100004, 1, 0, 0, 0, 10, 3, 1, 3, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (136, 1004, 4, 100004, 1, 0, 0, 0, 15, 4, 1, 4, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (137, 1004, 4, 100004, 1, 0, 0, 0, 20, 5, 1, 5, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (138, 1004, 4, 100004, 1, 0, 0, 0, 25, 6, 1, 6, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (139, 1004, 4, 100004, 1, 0, 0, 0, 30, 7, 1, 7, 94, 45, 50, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (140, 1004, 4, 100003, 0, 0, 0, 0, 5, 8, 1, 8, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (141, 1004, 4, 100003, 0, 0, 0, 0, 10, 9, 1, 9, 100, 58, 2000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (142, 1004, 4, 100003, 0, 0, 0, 0, 20, 10, 1, 10, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (143, 1004, 4, 100003, 0, 0, 0, 0, 30, 11, 1, 11, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (144, 1004, 4, 100003, 0, 0, 0, 0, 40, 12, 1, 12, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (145, 1004, 4, 100003, 0, 0, 0, 0, 50, 13, 1, 13, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (146, 1004, 4, 100007, 100, 1, 0, 0, 3, 14, 1, 14, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (147, 1004, 4, 100007, 100, 1, 0, 0, 10, 15, 1, 15, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (148, 1004, 4, 100007, 100, 1, 0, 0, 20, 16, 1, 16, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (149, 1004, 4, 100007, 100, 1, 0, 0, 30, 17, 1, 17, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (150, 1004, 4, 100027, 0, 0, 0, 0, 100000, 18, 1, 18, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (151, 1004, 4, 100027, 0, 0, 0, 0, 500000, 19, 1, 19, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (152, 1004, 4, 100027, 0, 0, 0, 0, 1000000, 20, 1, 20, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (153, 1004, 4, 100027, 0, 0, 0, 0, 1500000, 21, 1, 21, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (154, 1004, 4, 200005, 0, 0, 0, 0, 5, 29, 1, 29, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (155, 1004, 4, 200005, 0, 0, 0, 0, 10, 30, 1, 30, 100, 58, 2000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (156, 1004, 4, 200005, 0, 0, 0, 0, 20, 31, 1, 31, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (157, 1004, 4, 200005, 0, 0, 0, 0, 30, 32, 1, 32, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (158, 1004, 4, 200005, 0, 0, 0, 0, 40, 33, 1, 33, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (159, 1004, 4, 200005, 0, 0, 0, 0, 50, 34, 1, 34, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (160, 1004, 4, 200014, 0, 0, 0, 0, 200000, 35, 1, 35, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (161, 1004, 4, 200014, 0, 0, 0, 0, 500000, 36, 1, 36, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (162, 1004, 4, 200014, 0, 0, 0, 0, 1000000, 37, 1, 37, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (163, 1004, 4, 200014, 0, 0, 0, 0, 2000000, 38, 1, 38, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (164, 1004, 4, 100025, 100701, 3, 0, 0, 1, 39, 1, 39, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (165, 1004, 4, 100025, 101001, 3, 0, 0, 1, 40, 1, 40, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (166, 1004, 4, 100025, 101901, 3, 0, 0, 1, 41, 1, 41, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (167, 1004, 4, 100025, 102201, 3, 0, 0, 1, 42, 1, 42, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (168, 1004, 4, 100025, 101201, 3, 0, 0, 1, 43, 1, 43, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (169, 1004, 4, 100025, 202601, 3, 0, 0, 1, 44, 1, 44, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (170, 1004, 4, 100025, 102301, 3, 0, 0, 1, 45, 1, 45, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (171, 1004, 6, 900001, 4, 0, 0, 0, 38, 1, 1, 1, 55, 310104, 1, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (172, 1005, 1, 100004, 0, 0, 0, 0, 1, 1, 1, 1, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (173, 1005, 1, 100003, 0, 0, 0, 0, 1, 2, 1, 2, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (174, 1005, 1, 200005, 0, 0, 0, 0, 1, 3, 1, 3, 94, 45, 5, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (175, 1005, 1, 600022, 0, 0, 0, 0, 1, 4, 1, 4, 94, 45, 5, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (176, 1005, 1, 900001, 1, 0, 0, 0, 4, 5, 1, 5, 94, 45, 10, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (177, 1005, 4, 100004, 1, 0, 0, 0, 3, 1, 1, 1, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (178, 1005, 4, 100004, 1, 0, 0, 0, 5, 2, 1, 2, 100, 58, 2000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (179, 1005, 4, 100004, 1, 0, 0, 0, 10, 3, 1, 3, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (180, 1005, 4, 100004, 1, 0, 0, 0, 15, 4, 1, 4, 100, 58, 4000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (181, 1005, 4, 100004, 1, 0, 0, 0, 20, 5, 1, 5, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (182, 1005, 4, 100004, 1, 0, 0, 0, 25, 6, 1, 6, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (183, 1005, 4, 100004, 1, 0, 0, 0, 30, 7, 1, 7, 94, 45, 50, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (184, 1005, 4, 100003, 0, 0, 0, 0, 10, 8, 1, 8, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (185, 1005, 4, 100003, 0, 0, 0, 0, 20, 9, 1, 9, 100, 58, 3000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (186, 1005, 4, 100003, 0, 0, 0, 0, 30, 10, 1, 10, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (187, 1005, 4, 100003, 0, 0, 0, 0, 40, 11, 1, 11, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (188, 1005, 4, 100003, 0, 0, 0, 0, 50, 12, 1, 12, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (189, 1005, 4, 100003, 0, 0, 0, 0, 60, 13, 1, 13, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (190, 1005, 4, 100007, 100, 1, 0, 0, 10, 14, 1, 14, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (191, 1005, 4, 100007, 100, 1, 0, 0, 20, 15, 1, 15, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (192, 1005, 4, 100007, 100, 1, 0, 0, 30, 16, 1, 16, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (193, 1005, 4, 100007, 100, 1, 0, 0, 40, 17, 1, 17, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (194, 1005, 4, 100027, 0, 0, 0, 0, 500000, 18, 1, 18, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (195, 1005, 4, 100027, 0, 0, 0, 0, 1000000, 19, 1, 19, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (196, 1005, 4, 100027, 0, 0, 0, 0, 1500000, 20, 1, 20, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (197, 1005, 4, 100027, 0, 0, 0, 0, 2000000, 21, 1, 21, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (198, 1005, 4, 200005, 0, 0, 0, 0, 5, 29, 1, 29, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (199, 1005, 4, 200005, 0, 0, 0, 0, 10, 30, 1, 30, 100, 58, 2000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (200, 1005, 4, 200005, 0, 0, 0, 0, 20, 31, 1, 31, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (201, 1005, 4, 200005, 0, 0, 0, 0, 30, 32, 1, 32, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (202, 1005, 4, 200005, 0, 0, 0, 0, 40, 33, 1, 33, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (203, 1005, 4, 200005, 0, 0, 0, 0, 50, 34, 1, 34, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (204, 1005, 4, 200014, 0, 0, 0, 0, 500000, 35, 1, 35, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (205, 1005, 4, 200014, 0, 0, 0, 0, 1000000, 36, 1, 36, 100, 58, 5000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (206, 1005, 4, 200014, 0, 0, 0, 0, 2000000, 37, 1, 37, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (207, 1005, 4, 200014, 0, 0, 0, 0, 3000000, 38, 1, 38, 100, 58, 7000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (208, 1005, 4, 100025, 102201, 3, 0, 0, 1, 39, 1, 39, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (209, 1005, 4, 100025, 101001, 3, 0, 0, 1, 40, 1, 40, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (210, 1005, 4, 100025, 101901, 3, 0, 0, 1, 41, 1, 41, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (211, 1005, 4, 100025, 101601, 3, 0, 0, 1, 42, 1, 42, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (212, 1005, 4, 100025, 101101, 3, 0, 0, 1, 43, 1, 43, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (213, 1005, 4, 100025, 100601, 3, 0, 0, 1, 44, 1, 44, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (214, 1005, 4, 100025, 102301, 3, 0, 0, 1, 45, 1, 45, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (215, 1005, 6, 900001, 4, 0, 0, 0, 38, 1, 1, 1, 55, 310105, 1, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (216, 1006, 1, 100004, 0, 0, 0, 0, 1, 1, 1, 1, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (217, 1006, 1, 100003, 0, 0, 0, 0, 1, 2, 1, 2, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (218, 1006, 1, 200005, 0, 0, 0, 0, 1, 3, 1, 3, 94, 45, 5, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (219, 1006, 1, 600022, 0, 0, 0, 0, 1, 4, 1, 4, 94, 45, 5, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (220, 1006, 1, 900001, 1, 0, 0, 0, 4, 5, 1, 5, 94, 45, 10, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (221, 1006, 4, 100004, 1, 0, 0, 0, 3, 1, 1, 1, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (222, 1006, 4, 100004, 1, 0, 0, 0, 5, 2, 1, 2, 100, 58, 3000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (223, 1006, 4, 100004, 1, 0, 0, 0, 10, 3, 1, 3, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (224, 1006, 4, 100004, 1, 0, 0, 0, 15, 4, 1, 4, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (225, 1006, 4, 100004, 1, 2, 0, 0, 1, 5, 1, 5, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (226, 1006, 4, 100004, 1, 2, 0, 0, 3, 6, 1, 6, 100, 58, 3000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (227, 1006, 4, 100004, 1, 2, 0, 0, 5, 7, 1, 7, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (228, 1006, 4, 100003, 0, 0, 0, 0, 10, 8, 1, 8, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (229, 1006, 4, 100003, 0, 0, 0, 0, 20, 9, 1, 9, 100, 58, 3000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (230, 1006, 4, 100003, 0, 0, 0, 0, 30, 10, 1, 10, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (231, 1006, 4, 100003, 0, 0, 0, 0, 40, 11, 1, 11, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (232, 1006, 4, 100003, 0, 0, 0, 0, 50, 12, 1, 12, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (233, 1006, 4, 100003, 0, 0, 0, 0, 60, 13, 1, 13, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (234, 1006, 4, 100007, 100, 1, 0, 0, 10, 14, 1, 14, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (235, 1006, 4, 100007, 100, 1, 0, 0, 20, 15, 1, 15, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (236, 1006, 4, 100007, 100, 1, 0, 0, 30, 16, 1, 16, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (237, 1006, 4, 100007, 100, 1, 0, 0, 40, 17, 1, 17, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (238, 1006, 4, 100027, 0, 0, 0, 0, 500000, 18, 1, 18, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (239, 1006, 4, 100027, 0, 0, 0, 0, 1000000, 19, 1, 19, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (240, 1006, 4, 100027, 0, 0, 0, 0, 1500000, 20, 1, 20, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (241, 1006, 4, 100027, 0, 0, 0, 0, 2000000, 21, 1, 21, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (242, 1006, 4, 200005, 0, 0, 0, 0, 5, 29, 1, 29, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (243, 1006, 4, 200005, 0, 0, 0, 0, 10, 30, 1, 30, 100, 58, 2000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (244, 1006, 4, 200005, 0, 0, 0, 0, 20, 31, 1, 31, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (245, 1006, 4, 200005, 0, 0, 0, 0, 30, 32, 1, 32, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (246, 1006, 4, 200005, 0, 0, 0, 0, 40, 33, 1, 33, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (247, 1006, 4, 200005, 0, 0, 0, 0, 50, 34, 1, 34, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (248, 1006, 4, 200014, 0, 0, 0, 0, 500000, 35, 1, 35, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (249, 1006, 4, 200014, 0, 0, 0, 0, 1000000, 36, 1, 36, 100, 58, 5000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (250, 1006, 4, 200014, 0, 0, 0, 0, 2000000, 37, 1, 37, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (251, 1006, 4, 200014, 0, 0, 0, 0, 3000000, 38, 1, 38, 100, 58, 7000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (252, 1006, 4, 100025, 100301, 3, 0, 0, 1, 39, 1, 39, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (253, 1006, 4, 100025, 100601, 3, 0, 0, 1, 40, 1, 40, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (254, 1006, 4, 100025, 101001, 3, 0, 0, 1, 41, 1, 41, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (255, 1006, 4, 100025, 101201, 3, 0, 0, 1, 42, 1, 42, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (256, 1006, 4, 100025, 101501, 3, 0, 0, 1, 43, 1, 43, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (257, 1006, 4, 100025, 101601, 3, 0, 0, 1, 44, 1, 44, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (258, 1006, 4, 100025, 101901, 3, 0, 0, 1, 45, 1, 45, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (259, 1006, 6, 900001, 4, 0, 0, 0, 38, 1, 1, 1, 55, 310106, 1, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (260, 1007, 1, 100004, 0, 0, 0, 0, 1, 1, 1, 1, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (261, 1007, 1, 100003, 0, 0, 0, 0, 1, 2, 1, 2, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (262, 1007, 1, 200005, 0, 0, 0, 0, 1, 3, 1, 3, 94, 45, 5, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (263, 1007, 1, 600022, 0, 0, 0, 0, 1, 4, 1, 4, 94, 45, 5, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (264, 1007, 1, 900001, 1, 0, 0, 0, 4, 5, 1, 5, 94, 45, 10, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (265, 1007, 4, 100004, 1, 0, 0, 0, 3, 1, 1, 1, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (266, 1007, 4, 100004, 1, 0, 0, 0, 5, 2, 1, 2, 100, 58, 3000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (267, 1007, 4, 100004, 1, 0, 0, 0, 10, 3, 1, 3, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (268, 1007, 4, 100004, 1, 0, 0, 0, 15, 4, 1, 4, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (269, 1007, 4, 100004, 1, 2, 0, 0, 1, 5, 1, 5, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (270, 1007, 4, 100004, 1, 2, 0, 0, 3, 6, 1, 6, 100, 58, 3000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (271, 1007, 4, 100004, 1, 2, 0, 0, 5, 7, 1, 7, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (272, 1007, 4, 100003, 0, 0, 0, 0, 10, 8, 1, 8, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (273, 1007, 4, 100003, 0, 0, 0, 0, 20, 9, 1, 9, 100, 58, 3000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (274, 1007, 4, 100003, 0, 0, 0, 0, 30, 10, 1, 10, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (275, 1007, 4, 100003, 0, 0, 0, 0, 40, 11, 1, 11, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (276, 1007, 4, 100003, 0, 0, 0, 0, 50, 12, 1, 12, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (277, 1007, 4, 100003, 0, 0, 0, 0, 60, 13, 1, 13, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (278, 1007, 4, 100007, 100, 1, 0, 0, 10, 14, 1, 14, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (279, 1007, 4, 100007, 100, 1, 0, 0, 20, 15, 1, 15, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (280, 1007, 4, 100007, 100, 1, 0, 0, 30, 16, 1, 16, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (281, 1007, 4, 100007, 100, 1, 0, 0, 40, 17, 1, 17, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (282, 1007, 4, 100027, 0, 0, 0, 0, 500000, 18, 1, 18, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (283, 1007, 4, 100027, 0, 0, 0, 0, 1000000, 19, 1, 19, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (284, 1007, 4, 100027, 0, 0, 0, 0, 1500000, 20, 1, 20, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (285, 1007, 4, 100027, 0, 0, 0, 0, 2000000, 21, 1, 21, 100, 58, 7000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (286, 1007, 4, 200005, 0, 0, 0, 0, 5, 29, 1, 29, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (287, 1007, 4, 200005, 0, 0, 0, 0, 10, 30, 1, 30, 100, 58, 2000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (288, 1007, 4, 200005, 0, 0, 0, 0, 20, 31, 1, 31, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (289, 1007, 4, 200005, 0, 0, 0, 0, 30, 32, 1, 32, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (290, 1007, 4, 200005, 0, 0, 0, 0, 40, 33, 1, 33, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (291, 1007, 4, 200005, 0, 0, 0, 0, 50, 34, 1, 34, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (292, 1007, 4, 200014, 0, 0, 0, 0, 500000, 35, 1, 35, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (293, 1007, 4, 200014, 0, 0, 0, 0, 1000000, 36, 1, 36, 100, 58, 5000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (294, 1007, 4, 200014, 0, 0, 0, 0, 2000000, 37, 1, 37, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (295, 1007, 4, 200014, 0, 0, 0, 0, 3000000, 38, 1, 38, 100, 58, 7000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (296, 1007, 4, 100025, 102101, 3, 0, 0, 1, 39, 1, 39, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (297, 1007, 4, 100025, 100501, 3, 0, 0, 1, 40, 1, 40, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (298, 1007, 4, 100025, 101001, 3, 0, 0, 1, 41, 1, 41, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (299, 1007, 4, 100025, 101501, 3, 0, 0, 1, 42, 1, 42, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (300, 1007, 4, 100025, 100301, 3, 0, 0, 1, 43, 1, 43, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (301, 1007, 4, 100025, 101201, 3, 0, 0, 1, 44, 1, 44, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (302, 1007, 4, 100025, 101901, 3, 0, 0, 1, 45, 1, 45, 100, 58, 5000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (303, 1007, 6, 900001, 4, 0, 0, 0, 38, 1, 1, 1, 55, 310107, 1, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (304, 1008, 1, 100004, 0, 0, 0, 0, 1, 1, 1, 1, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (305, 1008, 1, 100003, 0, 0, 0, 0, 1, 2, 1, 2, 94, 45, 5, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (306, 1008, 1, 200005, 0, 0, 0, 0, 1, 3, 1, 3, 94, 45, 5, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (307, 1008, 1, 600022, 0, 0, 0, 0, 1, 4, 1, 4, 94, 45, 5, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (308, 1008, 1, 900001, 1, 0, 0, 0, 4, 5, 1, 5, 94, 45, 10, 0, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (309, 1008, 4, 100004, 1, 0, 0, 0, 3, 1, 1, 1, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (310, 1008, 4, 100004, 1, 0, 0, 0, 5, 2, 1, 2, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (311, 1008, 4, 100004, 1, 0, 0, 0, 8, 3, 1, 3, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (312, 1008, 4, 100004, 1, 0, 0, 0, 12, 4, 1, 4, 100, 58, 9000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (313, 1008, 4, 100004, 1, 2, 0, 0, 1, 5, 1, 5, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (314, 1008, 4, 100004, 1, 2, 0, 0, 3, 6, 1, 6, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (315, 1008, 4, 100004, 1, 2, 0, 0, 5, 7, 1, 7, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (316, 1008, 4, 100003, 0, 0, 0, 0, 10, 8, 1, 8, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (317, 1008, 4, 100003, 0, 0, 0, 0, 20, 9, 1, 9, 100, 58, 6000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (318, 1008, 4, 100003, 0, 0, 0, 0, 30, 10, 1, 10, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (319, 1008, 4, 100003, 0, 0, 0, 0, 40, 11, 1, 11, 100, 58, 8000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (320, 1008, 4, 100003, 0, 0, 0, 0, 50, 12, 1, 12, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (321, 1008, 4, 100003, 0, 0, 0, 0, 60, 13, 1, 13, 100, 58, 10000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (322, 1008, 4, 100007, 100, 1, 0, 0, 10, 14, 1, 14, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (323, 1008, 4, 100007, 100, 1, 0, 0, 20, 15, 1, 15, 100, 58, 10000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (324, 1008, 4, 100007, 100, 1, 0, 0, 30, 16, 1, 16, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (325, 1008, 4, 100007, 100, 1, 0, 0, 40, 17, 1, 17, 100, 58, 10000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (326, 1008, 4, 100027, 0, 0, 0, 0, 500000, 18, 1, 18, 94, 45, 30, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (327, 1008, 4, 100027, 0, 0, 0, 0, 1000000, 19, 1, 19, 100, 58, 10000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (328, 1008, 4, 100027, 0, 0, 0, 0, 1500000, 20, 1, 20, 94, 45, 40, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (329, 1008, 4, 100027, 0, 0, 0, 0, 2000000, 21, 1, 21, 100, 58, 10000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (330, 1008, 4, 200005, 0, 0, 0, 0, 5, 29, 1, 29, 94, 45, 20, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (331, 1008, 4, 200005, 0, 0, 0, 0, 10, 30, 1, 30, 100, 58, 4000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (332, 1008, 4, 200005, 0, 0, 0, 0, 15, 31, 1, 31, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (333, 1008, 4, 200005, 0, 0, 0, 0, 20, 32, 1, 32, 100, 58, 6000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (334, 1008, 4, 200005, 0, 0, 0, 0, 30, 33, 1, 33, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (335, 1008, 4, 200005, 0, 0, 0, 0, 40, 34, 1, 34, 100, 58, 8000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (336, 1008, 4, 200014, 0, 0, 0, 0, 500000, 35, 1, 35, 94, 45, 30, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (337, 1008, 4, 200014, 0, 0, 0, 0, 1000000, 36, 1, 36, 100, 58, 10000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (338, 1008, 4, 200014, 0, 0, 0, 0, 2000000, 37, 1, 37, 94, 45, 40, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (339, 1008, 4, 200014, 0, 0, 0, 0, 3000000, 38, 1, 38, 100, 58, 10000, 20001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (340, 1008, 4, 100025, 100601, 3, 0, 0, 1, 39, 1, 39, 100, 58, 8000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (341, 1008, 4, 100025, 100701, 3, 0, 0, 1, 40, 1, 40, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (342, 1008, 4, 100025, 101501, 3, 0, 0, 1, 41, 1, 41, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (343, 1008, 4, 100025, 101601, 3, 0, 0, 1, 42, 1, 42, 100, 58, 8000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (344, 1008, 4, 100025, 101801, 3, 0, 0, 1, 43, 1, 43, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (345, 1008, 4, 100025, 102201, 3, 0, 0, 1, 44, 1, 44, 94, 45, 20, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (346, 1008, 4, 100025, 102301, 3, 0, 0, 1, 45, 1, 45, 100, 58, 8000, 10001, 0, ''); INSERT INTO story_event_mission (id, story_event_id, mission_type, condition_type, condition_value_1, condition_value_2, condition_value_3, condition_value_4, condition_num, step_group_id, step_order, disp_order, item_category, item_id, item_num, transition_type, date_check_flg, start_date) VALUES (347, 1008, 6, 900001, 4, 0, 0, 0, 38, 1, 1, 1, 55, 310108, 1, 0, 0, ''); -- Table: story_event_mission_top_chara CREATE TABLE 'story_event_mission_top_chara' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'ending_flag' INTEGER NOT NULL, 'character_id' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'menu_bg_id' INTEGER NOT NULL, 'menu_bg_sub_id' INTEGER NOT NULL, 'bgm_cue_name' TEXT NOT NULL, 'bgm_cuesheet_name' TEXT NOT NULL, 'env_cue_name' TEXT NOT NULL, 'env_cuesheet_name' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (1, 1001, 0, 9001, 900101, 1, 1110, 'snd_bgm_GM029_sys_02', 'snd_bgm_GM029', 'snd_sfx_atmos_tokubetu_d', 'snd_sfx_atmos_tokubetu_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (2, 1001, 1, 9001, 900101, 1, 1110, 'snd_bgm_GM029_sys_02', 'snd_bgm_GM029', 'snd_sfx_atmos_tokubetu_d', 'snd_sfx_atmos_tokubetu_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (3, 1002, 0, 1062, 5, 1, 1110, 'snd_bgm_GM029_sys_02', 'snd_bgm_GM029', 'snd_sfx_atmos_tokubetu_d', 'snd_sfx_atmos_tokubetu_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (4, 1002, 1, 1062, 5, 1, 1110, 'snd_bgm_GM029_sys_02', 'snd_bgm_GM029', 'snd_sfx_atmos_tokubetu_d', 'snd_sfx_atmos_tokubetu_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (5, 1003, 0, 1059, 3, 51, 110, 'snd_bgm_AM028_sys_02', 'snd_bgm_AM028', 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (6, 1003, 1, 1059, 3, 126, 110, 'snd_bgm_AM028_sys_02', 'snd_bgm_AM028', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (7, 1004, 0, 1007, 100701, 113, 110, 'snd_bgm_GM095_Lp01_sys', 'snd_bgm_GM095_Lp01', 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (8, 1004, 1, 1007, 100701, 113, 110, 'snd_bgm_GM095_Lp01_sys', 'snd_bgm_GM095_Lp01', 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (9, 1005, 0, 1004, 100430, 132, 1, 'snd_bgm_GM116_sys', 'snd_bgm_GM116', 'snd_sfx_atmos_zawazawa_e', 'snd_sfx_atmos_zawazawa_e'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (10, 1005, 1, 1004, 901004, 135, 111, 'snd_bgm_AM028_sys_02', 'snd_bgm_AM028', 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (11, 1006, 0, 1045, 104540, 146, 130, 'snd_bgm_GM129_sys_02', 'snd_bgm_GM129', 'snd_sfx_atmos_aozora_n', 'snd_sfx_atmos_aozora_n'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (12, 1006, 1, 1045, 104540, 34, 7131, 'snd_bgm_GM129_sys_02', 'snd_bgm_GM129', 'snd_sfx_atmos_yuuenti_n', 'snd_sfx_atmos_yuuenti_n'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (13, 1007, 0, 1029, 5, 67, 110, 'snd_bgm_GM138_sys', 'snd_bgm_GM138', 'snd_sfx_atmos_inn_d', 'snd_sfx_atmos_inn_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (14, 1007, 1, 1029, 5, 67, 110, 'snd_bgm_GM138_sys', 'snd_bgm_GM138', 'snd_sfx_atmos_inn_d', 'snd_sfx_atmos_inn_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (15, 1008, 0, 1055, 901055, 157, 6310, 'snd_bgm_DM014_Winter_Short_sys', 'snd_bgm_DM014_Winter_Short', 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d'); INSERT INTO story_event_mission_top_chara (id, story_event_id, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (16, 1008, 1, 1055, 901055, 51, 310, 'snd_bgm_DM014_Winter_Short_sys', 'snd_bgm_DM014_Winter_Short', 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d'); -- Table: story_event_nickname_bonus CREATE TABLE 'story_event_nickname_bonus' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'nickname_rank' INTEGER NOT NULL, 'bonus_point' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('story_event_id','nickname_rank')); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (1, 1001, 1, 10); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (2, 1001, 2, 30); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (3, 1001, 3, 50); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (4, 1002, 1, 10); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (5, 1002, 2, 30); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (6, 1002, 3, 50); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (7, 1003, 1, 10); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (8, 1003, 2, 30); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (9, 1003, 3, 50); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (10, 1004, 1, 10); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (11, 1004, 2, 30); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (12, 1004, 3, 50); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (13, 1005, 1, 10); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (14, 1005, 2, 30); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (15, 1005, 3, 50); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (16, 1006, 1, 10); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (17, 1006, 2, 30); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (18, 1006, 3, 50); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (19, 1007, 1, 10); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (20, 1007, 2, 30); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (21, 1007, 3, 50); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (22, 1008, 1, 10); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (23, 1008, 2, 30); INSERT INTO story_event_nickname_bonus (id, story_event_id, nickname_rank, bonus_point) VALUES (24, 1008, 3, 50); -- Table: story_event_point_reward CREATE TABLE 'story_event_point_reward' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, 'point' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (1, 1001, 11, 1, 5, 2000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (2, 1001, 94, 45, 10, 4000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (3, 1001, 91, 59, 2000, 6000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (4, 1001, 30, 110, 1000, 8000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (5, 1001, 11, 4, 5, 12000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (6, 1001, 103, 98, 200, 14000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (7, 1001, 11, 7, 5, 16000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (8, 1001, 94, 45, 10, 18000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (9, 1001, 91, 59, 3000, 22000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (10, 1001, 30, 110, 1000, 24000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (11, 1001, 11, 10, 5, 26000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (12, 1001, 103, 98, 200, 28000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (13, 1001, 94, 45, 10, 32000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (14, 1001, 11, 13, 5, 34000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (15, 1001, 91, 59, 4000, 36000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (16, 1001, 30, 110, 1000, 38000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (17, 1001, 94, 45, 10, 42000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (18, 1001, 11, 1, 5, 44000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (19, 1001, 11, 4, 5, 46000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (20, 1001, 34, 95, 1, 48000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (21, 1001, 94, 45, 10, 52000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (22, 1001, 11, 7, 5, 54000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (23, 1001, 91, 59, 5000, 56000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (24, 1001, 30, 110, 1500, 58000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (25, 1001, 94, 45, 20, 62000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (26, 1001, 11, 10, 5, 64000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (27, 1001, 11, 13, 5, 66000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (28, 1001, 93, 44, 1, 68000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (29, 1001, 103, 98, 300, 72000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (30, 1001, 21, 34, 1, 74000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (31, 1001, 34, 95, 2, 76000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (32, 1001, 91, 59, 6000, 78000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (33, 1001, 94, 45, 20, 80000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (34, 1001, 150, 116, 1, 85000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (35, 1001, 34, 95, 1, 90000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (36, 1001, 40, 111, 1, 95000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (37, 1001, 93, 44, 1, 100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (38, 1001, 30, 110, 2000, 110000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (39, 1001, 150, 118, 1, 120000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (40, 1001, 21, 34, 1, 130000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (41, 1001, 103, 98, 400, 140000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (42, 1001, 90, 43, 100, 150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (43, 1001, 34, 95, 2, 160000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (44, 1001, 20, 32, 1, 170000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (45, 1001, 94, 45, 20, 180000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (46, 1001, 91, 59, 7000, 190000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (47, 1001, 30, 110, 2000, 200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (48, 1001, 40, 41, 1, 210000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (49, 1001, 34, 95, 2, 220000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (50, 1001, 150, 117, 1, 230000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (51, 1001, 91, 59, 8000, 240000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (52, 1001, 103, 98, 500, 250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (53, 1001, 30, 110, 4000, 260000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (54, 1001, 34, 95, 2, 270000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (55, 1001, 51, 30025, 1, 290000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (56, 1001, 94, 45, 20, 310000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (57, 1001, 90, 43, 100, 330000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (58, 1001, 91, 59, 10000, 350000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (59, 1001, 34, 95, 2, 370000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (60, 1001, 30, 110, 4000, 390000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (61, 1001, 94, 45, 20, 410000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (62, 1001, 103, 98, 500, 430000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (63, 1001, 20, 32, 1, 450000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (64, 1001, 94, 45, 30, 480000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (65, 1001, 90, 43, 100, 510000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (66, 1001, 91, 59, 12000, 540000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (67, 1001, 20, 32, 2, 570000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (68, 1001, 94, 45, 30, 600000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (69, 1001, 30, 110, 5000, 640000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (70, 1001, 20, 32, 2, 680000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (71, 1001, 21, 34, 2, 720000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (72, 1001, 97, 115, 10, 760000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (73, 1001, 94, 45, 30, 800000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (74, 1001, 40, 111, 1, 850000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (75, 1001, 150, 118, 1, 900000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (76, 1001, 94, 45, 50, 950000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (77, 1001, 93, 44, 1, 1000000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (78, 1001, 20, 32, 2, 1050000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (79, 1001, 90, 43, 100, 1100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (80, 1001, 94, 45, 50, 1150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (81, 1001, 40, 41, 1, 1200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (82, 1001, 150, 116, 2, 1250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (83, 1001, 94, 45, 50, 1300000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (84, 1001, 150, 118, 2, 1350000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (85, 1001, 97, 115, 10, 1400000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (86, 1001, 90, 43, 100, 1450000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (87, 1002, 103, 98, 300, 2000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (88, 1002, 91, 59, 1000, 4000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (89, 1002, 30, 110, 500, 6000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (90, 1002, 34, 95, 2, 8000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (91, 1002, 103, 98, 300, 12000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (92, 1002, 91, 59, 1000, 14000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (93, 1002, 30, 110, 500, 16000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (94, 1002, 34, 95, 2, 18000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (95, 1002, 103, 98, 300, 22000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (96, 1002, 91, 59, 1000, 24000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (97, 1002, 30, 110, 500, 26000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (98, 1002, 34, 95, 2, 28000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (99, 1002, 103, 98, 300, 32000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (100, 1002, 91, 59, 2000, 34000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (101, 1002, 30, 110, 1000, 36000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (102, 1002, 90, 43, 30, 38000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (103, 1002, 103, 98, 300, 42000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (104, 1002, 91, 59, 2000, 44000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (105, 1002, 30, 110, 1000, 46000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (106, 1002, 34, 95, 2, 48000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (107, 1002, 103, 98, 300, 52000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (108, 1002, 91, 59, 2000, 54000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (109, 1002, 30, 110, 1000, 56000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (110, 1002, 34, 95, 2, 58000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (111, 1002, 103, 98, 300, 62000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (112, 1002, 91, 59, 2000, 64000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (113, 1002, 30, 110, 1000, 66000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (114, 1002, 90, 43, 30, 68000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (115, 1002, 20, 32, 1, 72000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (116, 1002, 91, 59, 4000, 74000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (117, 1002, 30, 110, 2000, 76000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (118, 1002, 34, 95, 2, 78000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (119, 1002, 90, 43, 100, 80000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (120, 1002, 21, 34, 1, 85000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (121, 1002, 91, 59, 4000, 90000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (122, 1002, 30, 110, 2000, 95000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (123, 1002, 150, 116, 1, 100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (124, 1002, 40, 111, 1, 105000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (125, 1002, 20, 32, 1, 110000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (126, 1002, 91, 59, 4000, 115000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (127, 1002, 30, 110, 2000, 120000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (128, 1002, 93, 44, 1, 125000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (129, 1002, 21, 34, 1, 130000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (130, 1002, 91, 59, 4000, 135000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (131, 1002, 30, 110, 2000, 140000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (132, 1002, 150, 116, 1, 145000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (133, 1002, 51, 20026, 1, 150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (134, 1002, 20, 32, 1, 155000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (135, 1002, 91, 59, 6000, 160000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (136, 1002, 30, 110, 3000, 165000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (137, 1002, 97, 115, 5, 170000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (138, 1002, 90, 43, 100, 175000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (139, 1002, 21, 34, 1, 180000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (140, 1002, 91, 59, 6000, 185000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (141, 1002, 30, 110, 3000, 190000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (142, 1002, 150, 116, 1, 195000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (143, 1002, 40, 41, 1, 200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (144, 1002, 20, 32, 1, 210000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (145, 1002, 91, 59, 6000, 220000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (146, 1002, 30, 110, 3000, 230000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (147, 1002, 93, 44, 1, 240000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (148, 1002, 97, 115, 5, 250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (149, 1002, 21, 34, 1, 260000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (150, 1002, 11, 78, 2, 270000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (151, 1002, 91, 59, 6000, 280000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (152, 1002, 30, 110, 3000, 290000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (153, 1002, 51, 30030, 1, 300000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (154, 1002, 20, 32, 2, 320000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (155, 1002, 97, 115, 5, 340000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (156, 1002, 11, 71, 2, 360000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (157, 1002, 90, 43, 150, 380000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (158, 1002, 91, 59, 8000, 400000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (159, 1002, 30, 110, 4000, 420000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (160, 1002, 20, 32, 2, 440000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (161, 1002, 40, 111, 1, 460000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (162, 1002, 91, 59, 8000, 480000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (163, 1002, 30, 110, 4000, 500000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (164, 1002, 11, 74, 2, 520000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (165, 1002, 90, 43, 150, 540000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (166, 1002, 91, 59, 8000, 560000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (167, 1002, 30, 110, 4000, 580000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (168, 1002, 40, 41, 1, 600000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (169, 1002, 93, 44, 1, 625000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (170, 1002, 11, 91, 2, 650000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (171, 1002, 97, 115, 5, 675000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (172, 1002, 90, 43, 150, 700000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (173, 1003, 103, 98, 300, 2000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (174, 1003, 91, 59, 1000, 4000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (175, 1003, 30, 110, 500, 6000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (176, 1003, 34, 95, 1, 8000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (177, 1003, 103, 98, 300, 12000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (178, 1003, 91, 59, 1000, 14000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (179, 1003, 30, 110, 500, 16000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (180, 1003, 34, 95, 1, 18000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (181, 1003, 103, 98, 300, 22000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (182, 1003, 91, 59, 1000, 24000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (183, 1003, 30, 110, 500, 26000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (184, 1003, 34, 95, 1, 28000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (185, 1003, 103, 98, 300, 32000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (186, 1003, 91, 59, 2000, 34000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (187, 1003, 30, 110, 1000, 36000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (188, 1003, 34, 95, 1, 38000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (189, 1003, 103, 98, 300, 42000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (190, 1003, 91, 59, 2000, 44000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (191, 1003, 30, 110, 1000, 46000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (192, 1003, 34, 95, 2, 48000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (193, 1003, 103, 98, 300, 52000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (194, 1003, 91, 59, 2000, 54000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (195, 1003, 30, 110, 1000, 56000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (196, 1003, 34, 95, 2, 58000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (197, 1003, 103, 98, 300, 62000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (198, 1003, 91, 59, 2000, 64000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (199, 1003, 30, 110, 1000, 66000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (200, 1003, 34, 95, 2, 68000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (201, 1003, 20, 32, 1, 72000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (202, 1003, 91, 59, 4000, 74000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (203, 1003, 30, 110, 2000, 76000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (204, 1003, 34, 95, 2, 78000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (205, 1003, 150, 116, 1, 80000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (206, 1003, 21, 34, 1, 85000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (207, 1003, 91, 59, 4000, 90000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (208, 1003, 30, 110, 2000, 95000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (209, 1003, 90, 43, 50, 100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (210, 1003, 40, 111, 1, 105000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (211, 1003, 20, 32, 1, 110000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (212, 1003, 91, 59, 4000, 115000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (213, 1003, 30, 110, 2000, 120000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (214, 1003, 93, 44, 1, 125000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (215, 1003, 21, 34, 1, 130000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (216, 1003, 91, 59, 4000, 135000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (217, 1003, 30, 110, 2000, 140000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (218, 1003, 150, 116, 1, 145000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (219, 1003, 11, 82, 2, 150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (220, 1003, 20, 32, 1, 155000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (221, 1003, 91, 59, 6000, 160000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (222, 1003, 30, 110, 3000, 165000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (223, 1003, 97, 115, 5, 170000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (224, 1003, 90, 43, 50, 175000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (225, 1003, 150, 116, 1, 180000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (226, 1003, 91, 59, 6000, 185000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (227, 1003, 30, 110, 3000, 190000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (228, 1003, 40, 41, 1, 195000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (229, 1003, 11, 74, 2, 200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (230, 1003, 20, 32, 1, 210000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (231, 1003, 91, 59, 6000, 220000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (232, 1003, 30, 110, 3000, 230000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (233, 1003, 93, 44, 1, 240000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (234, 1003, 97, 115, 5, 250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (235, 1003, 11, 77, 2, 260000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (236, 1003, 11, 84, 2, 270000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (237, 1003, 91, 59, 6000, 280000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (238, 1003, 30, 110, 3000, 290000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (239, 1003, 90, 43, 50, 300000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (240, 1003, 20, 32, 2, 320000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (241, 1003, 97, 115, 5, 340000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (242, 1003, 11, 83, 2, 360000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (243, 1003, 91, 59, 8000, 380000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (244, 1003, 51, 30041, 1, 400000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (245, 1003, 30, 110, 4000, 420000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (246, 1003, 20, 32, 2, 440000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (247, 1003, 40, 111, 1, 460000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (248, 1003, 91, 59, 8000, 480000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (249, 1003, 30, 110, 4000, 500000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (250, 1003, 11, 77, 2, 520000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (251, 1003, 90, 43, 100, 540000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (252, 1003, 91, 59, 8000, 560000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (253, 1003, 30, 110, 4000, 580000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (254, 1003, 40, 41, 1, 600000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (255, 1003, 93, 44, 1, 625000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (256, 1003, 11, 91, 2, 650000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (257, 1003, 97, 115, 5, 675000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (258, 1003, 90, 43, 100, 700000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (259, 1004, 103, 98, 300, 2000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (260, 1004, 91, 59, 1000, 4000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (261, 1004, 30, 110, 500, 6000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (262, 1004, 34, 95, 1, 8000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (263, 1004, 103, 98, 300, 12000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (264, 1004, 91, 59, 1000, 14000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (265, 1004, 30, 110, 500, 16000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (266, 1004, 34, 95, 1, 18000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (267, 1004, 103, 98, 300, 22000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (268, 1004, 91, 59, 1000, 24000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (269, 1004, 30, 110, 500, 26000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (270, 1004, 34, 95, 1, 28000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (271, 1004, 103, 98, 300, 32000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (272, 1004, 91, 59, 2000, 34000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (273, 1004, 30, 110, 1000, 36000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (274, 1004, 34, 95, 1, 38000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (275, 1004, 103, 98, 300, 42000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (276, 1004, 91, 59, 2000, 44000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (277, 1004, 30, 110, 1000, 46000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (278, 1004, 34, 95, 2, 48000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (279, 1004, 103, 98, 300, 52000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (280, 1004, 91, 59, 2000, 54000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (281, 1004, 30, 110, 1000, 56000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (282, 1004, 34, 95, 2, 58000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (283, 1004, 103, 98, 300, 62000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (284, 1004, 91, 59, 2000, 64000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (285, 1004, 30, 110, 1000, 66000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (286, 1004, 34, 95, 2, 68000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (287, 1004, 20, 32, 1, 72000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (288, 1004, 91, 59, 4000, 74000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (289, 1004, 30, 110, 2000, 76000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (290, 1004, 34, 95, 2, 78000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (291, 1004, 150, 116, 1, 80000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (292, 1004, 21, 34, 1, 85000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (293, 1004, 91, 59, 4000, 90000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (294, 1004, 30, 110, 2000, 95000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (295, 1004, 90, 43, 100, 100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (296, 1004, 40, 111, 1, 105000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (297, 1004, 20, 32, 1, 110000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (298, 1004, 91, 59, 4000, 115000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (299, 1004, 30, 110, 2000, 120000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (300, 1004, 93, 44, 1, 125000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (301, 1004, 21, 34, 1, 130000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (302, 1004, 91, 59, 4000, 135000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (303, 1004, 30, 110, 2000, 140000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (304, 1004, 150, 116, 1, 145000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (305, 1004, 11, 80, 2, 150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (306, 1004, 20, 32, 1, 155000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (307, 1004, 91, 59, 6000, 160000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (308, 1004, 30, 110, 3000, 165000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (309, 1004, 97, 115, 5, 170000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (310, 1004, 90, 43, 100, 175000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (311, 1004, 150, 116, 1, 180000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (312, 1004, 91, 59, 6000, 185000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (313, 1004, 30, 110, 3000, 190000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (314, 1004, 40, 41, 1, 195000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (315, 1004, 11, 79, 2, 200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (316, 1004, 20, 32, 1, 210000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (317, 1004, 91, 59, 6000, 220000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (318, 1004, 30, 110, 3000, 230000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (319, 1004, 93, 44, 1, 240000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (320, 1004, 97, 115, 5, 250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (321, 1004, 11, 90, 2, 260000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (322, 1004, 11, 75, 2, 270000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (323, 1004, 91, 59, 6000, 280000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (324, 1004, 30, 110, 3000, 290000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (325, 1004, 90, 43, 100, 300000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (326, 1004, 20, 32, 2, 320000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (327, 1004, 97, 115, 5, 340000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (328, 1004, 11, 78, 2, 360000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (329, 1004, 91, 59, 8000, 380000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (330, 1004, 51, 30057, 1, 400000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (331, 1004, 30, 110, 4000, 420000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (332, 1004, 20, 32, 2, 440000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (333, 1004, 40, 111, 1, 460000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (334, 1004, 91, 59, 8000, 480000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (335, 1004, 30, 110, 4000, 500000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (336, 1004, 11, 87, 2, 520000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (337, 1004, 90, 43, 150, 540000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (338, 1004, 91, 59, 8000, 560000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (339, 1004, 30, 110, 4000, 580000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (340, 1004, 40, 41, 1, 600000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (341, 1004, 93, 44, 1, 625000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (342, 1004, 11, 91, 2, 650000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (343, 1004, 97, 115, 5, 675000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (344, 1004, 90, 43, 150, 700000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (345, 1005, 103, 98, 300, 2000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (346, 1005, 91, 59, 1000, 4000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (347, 1005, 30, 110, 500, 6000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (348, 1005, 34, 95, 1, 8000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (349, 1005, 103, 98, 300, 12000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (350, 1005, 91, 59, 1000, 14000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (351, 1005, 30, 110, 500, 16000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (352, 1005, 34, 95, 1, 18000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (353, 1005, 103, 98, 300, 22000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (354, 1005, 91, 59, 1000, 24000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (355, 1005, 30, 110, 500, 26000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (356, 1005, 34, 95, 1, 28000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (357, 1005, 103, 98, 300, 32000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (358, 1005, 91, 59, 2000, 34000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (359, 1005, 30, 110, 1000, 36000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (360, 1005, 34, 95, 1, 38000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (361, 1005, 103, 98, 300, 42000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (362, 1005, 91, 59, 2000, 44000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (363, 1005, 30, 110, 1000, 46000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (364, 1005, 34, 95, 2, 48000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (365, 1005, 103, 98, 300, 52000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (366, 1005, 91, 59, 2000, 54000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (367, 1005, 30, 110, 1000, 56000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (368, 1005, 34, 95, 2, 58000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (369, 1005, 103, 98, 300, 62000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (370, 1005, 91, 59, 2000, 64000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (371, 1005, 30, 110, 1000, 66000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (372, 1005, 34, 95, 2, 68000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (373, 1005, 20, 32, 1, 72000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (374, 1005, 91, 59, 4000, 74000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (375, 1005, 30, 110, 2000, 76000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (376, 1005, 34, 95, 2, 78000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (377, 1005, 150, 116, 1, 80000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (378, 1005, 21, 34, 1, 85000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (379, 1005, 91, 59, 4000, 90000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (380, 1005, 30, 110, 2000, 95000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (381, 1005, 90, 43, 100, 100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (382, 1005, 40, 111, 1, 105000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (383, 1005, 20, 32, 1, 110000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (384, 1005, 91, 59, 4000, 115000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (385, 1005, 30, 110, 2000, 120000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (386, 1005, 93, 44, 1, 125000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (387, 1005, 21, 34, 1, 130000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (388, 1005, 91, 59, 4000, 135000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (389, 1005, 30, 110, 2000, 140000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (390, 1005, 150, 116, 1, 145000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (391, 1005, 11, 79, 2, 150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (392, 1005, 20, 32, 1, 155000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (393, 1005, 91, 59, 6000, 160000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (394, 1005, 30, 110, 3000, 165000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (395, 1005, 97, 115, 5, 170000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (396, 1005, 90, 43, 100, 175000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (397, 1005, 150, 116, 1, 180000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (398, 1005, 91, 59, 6000, 185000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (399, 1005, 30, 110, 3000, 190000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (400, 1005, 40, 41, 1, 195000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (401, 1005, 11, 83, 2, 200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (402, 1005, 20, 32, 1, 210000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (403, 1005, 91, 59, 6000, 220000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (404, 1005, 30, 110, 3000, 230000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (405, 1005, 93, 44, 1, 240000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (406, 1005, 97, 115, 5, 250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (407, 1005, 11, 90, 2, 260000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (408, 1005, 11, 71, 2, 270000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (409, 1005, 91, 59, 6000, 280000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (410, 1005, 30, 110, 3000, 290000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (411, 1005, 90, 43, 100, 300000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (412, 1005, 20, 32, 2, 320000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (413, 1005, 97, 115, 5, 340000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (414, 1005, 11, 78, 2, 360000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (415, 1005, 91, 59, 8000, 380000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (416, 1005, 51, 30047, 1, 400000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (417, 1005, 30, 110, 4000, 420000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (418, 1005, 20, 32, 2, 440000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (419, 1005, 40, 111, 1, 460000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (420, 1005, 91, 59, 8000, 480000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (421, 1005, 30, 110, 4000, 500000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (422, 1005, 11, 87, 2, 520000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (423, 1005, 90, 43, 150, 540000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (424, 1005, 91, 59, 8000, 560000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (425, 1005, 30, 110, 4000, 580000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (426, 1005, 40, 41, 1, 600000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (427, 1005, 93, 44, 1, 625000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (428, 1005, 11, 74, 2, 650000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (429, 1005, 97, 115, 5, 675000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (430, 1005, 90, 43, 150, 700000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (431, 1006, 103, 98, 300, 2000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (432, 1006, 91, 59, 2000, 4000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (433, 1006, 30, 110, 1000, 6000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (434, 1006, 34, 95, 1, 8000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (435, 1006, 103, 98, 300, 12000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (436, 1006, 91, 59, 2000, 14000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (437, 1006, 30, 110, 1000, 16000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (438, 1006, 34, 95, 1, 18000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (439, 1006, 103, 98, 300, 22000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (440, 1006, 91, 59, 2000, 24000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (441, 1006, 30, 110, 1000, 26000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (442, 1006, 34, 95, 1, 28000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (443, 1006, 103, 98, 300, 32000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (444, 1006, 91, 59, 4000, 34000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (445, 1006, 30, 110, 2000, 36000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (446, 1006, 34, 95, 1, 38000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (447, 1006, 103, 98, 300, 42000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (448, 1006, 91, 59, 4000, 44000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (449, 1006, 30, 110, 2000, 46000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (450, 1006, 34, 95, 2, 48000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (451, 1006, 103, 98, 300, 52000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (452, 1006, 91, 59, 4000, 54000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (453, 1006, 30, 110, 2000, 56000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (454, 1006, 34, 95, 2, 58000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (455, 1006, 103, 98, 300, 62000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (456, 1006, 91, 59, 4000, 64000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (457, 1006, 30, 110, 2000, 66000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (458, 1006, 34, 95, 2, 68000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (459, 1006, 20, 32, 1, 72000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (460, 1006, 91, 59, 6000, 74000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (461, 1006, 30, 110, 3000, 76000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (462, 1006, 34, 95, 2, 78000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (463, 1006, 150, 116, 1, 80000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (464, 1006, 21, 34, 1, 85000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (465, 1006, 91, 59, 6000, 90000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (466, 1006, 30, 110, 3000, 95000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (467, 1006, 90, 43, 100, 100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (468, 1006, 40, 111, 1, 105000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (469, 1006, 20, 32, 1, 110000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (470, 1006, 91, 59, 6000, 115000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (471, 1006, 30, 110, 3000, 120000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (472, 1006, 93, 44, 1, 125000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (473, 1006, 21, 34, 1, 130000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (474, 1006, 91, 59, 6000, 135000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (475, 1006, 30, 110, 3000, 140000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (476, 1006, 150, 116, 1, 145000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (477, 1006, 90, 43, 100, 150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (478, 1006, 20, 32, 1, 155000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (479, 1006, 91, 59, 8000, 160000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (480, 1006, 30, 110, 4000, 165000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (481, 1006, 97, 115, 5, 170000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (482, 1006, 11, 83, 2, 175000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (483, 1006, 150, 116, 1, 180000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (484, 1006, 91, 59, 8000, 185000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (485, 1006, 30, 110, 4000, 190000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (486, 1006, 40, 41, 1, 195000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (487, 1006, 90, 43, 150, 200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (488, 1006, 20, 32, 1, 210000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (489, 1006, 91, 59, 8000, 220000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (490, 1006, 30, 110, 4000, 230000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (491, 1006, 93, 44, 1, 240000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (492, 1006, 97, 115, 5, 250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (493, 1006, 11, 80, 2, 260000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (494, 1006, 11, 71, 2, 270000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (495, 1006, 91, 59, 8000, 280000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (496, 1006, 30, 110, 4000, 290000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (497, 1006, 164, 149, 1, 300000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (498, 1006, 90, 43, 150, 310000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (499, 1006, 91, 59, 8000, 320000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (500, 1006, 30, 110, 4000, 330000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (501, 1006, 97, 115, 5, 340000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (502, 1006, 91, 59, 8000, 350000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (503, 1006, 30, 110, 4000, 360000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (504, 1006, 11, 78, 2, 370000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (505, 1006, 91, 59, 8000, 380000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (506, 1006, 30, 110, 4000, 390000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (507, 1006, 51, 30066, 1, 400000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (508, 1006, 91, 59, 10000, 420000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (509, 1006, 30, 110, 5000, 440000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (510, 1006, 90, 43, 200, 460000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (511, 1006, 91, 59, 10000, 480000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (512, 1006, 30, 110, 5000, 500000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (513, 1006, 40, 111, 1, 520000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (514, 1006, 91, 59, 10000, 540000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (515, 1006, 30, 110, 5000, 560000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (516, 1006, 11, 87, 2, 580000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (517, 1006, 164, 149, 1, 600000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (518, 1006, 91, 59, 10000, 620000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (519, 1006, 30, 110, 5000, 640000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (520, 1006, 90, 43, 300, 660000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (521, 1006, 91, 59, 10000, 680000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (522, 1006, 30, 110, 5000, 700000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (523, 1006, 40, 41, 1, 720000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (524, 1006, 91, 59, 20000, 740000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (525, 1006, 30, 110, 10000, 760000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (526, 1006, 11, 84, 2, 780000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (527, 1006, 97, 115, 5, 800000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (528, 1006, 91, 59, 20000, 820000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (529, 1006, 30, 110, 10000, 840000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (530, 1006, 93, 44, 1, 860000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (531, 1006, 91, 59, 20000, 880000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (532, 1006, 30, 110, 10000, 900000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (533, 1006, 164, 149, 1, 920000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (534, 1006, 11, 74, 2, 940000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (535, 1006, 91, 59, 20000, 960000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (536, 1006, 30, 110, 10000, 980000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (537, 1006, 90, 43, 500, 1000000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (538, 1007, 103, 98, 300, 2000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (539, 1007, 91, 59, 2000, 4000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (540, 1007, 30, 110, 1000, 6000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (541, 1007, 34, 95, 1, 8000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (542, 1007, 103, 98, 300, 12000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (543, 1007, 91, 59, 2000, 14000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (544, 1007, 30, 110, 1000, 16000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (545, 1007, 34, 95, 1, 18000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (546, 1007, 103, 98, 300, 22000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (547, 1007, 91, 59, 2000, 24000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (548, 1007, 30, 110, 1000, 26000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (549, 1007, 34, 95, 1, 28000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (550, 1007, 103, 98, 300, 32000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (551, 1007, 91, 59, 4000, 34000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (552, 1007, 30, 110, 2000, 36000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (553, 1007, 34, 95, 1, 38000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (554, 1007, 103, 98, 300, 42000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (555, 1007, 91, 59, 4000, 44000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (556, 1007, 30, 110, 2000, 46000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (557, 1007, 34, 95, 2, 48000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (558, 1007, 103, 98, 300, 52000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (559, 1007, 91, 59, 4000, 54000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (560, 1007, 30, 110, 2000, 56000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (561, 1007, 34, 95, 2, 58000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (562, 1007, 103, 98, 300, 62000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (563, 1007, 91, 59, 4000, 64000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (564, 1007, 30, 110, 2000, 66000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (565, 1007, 34, 95, 2, 68000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (566, 1007, 20, 32, 1, 72000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (567, 1007, 91, 59, 6000, 74000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (568, 1007, 30, 110, 3000, 76000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (569, 1007, 34, 95, 2, 78000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (570, 1007, 150, 116, 1, 80000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (571, 1007, 21, 34, 1, 85000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (572, 1007, 91, 59, 6000, 90000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (573, 1007, 30, 110, 3000, 95000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (574, 1007, 90, 43, 100, 100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (575, 1007, 40, 111, 1, 105000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (576, 1007, 20, 32, 1, 110000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (577, 1007, 91, 59, 6000, 115000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (578, 1007, 30, 110, 3000, 120000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (579, 1007, 93, 44, 1, 125000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (580, 1007, 21, 34, 1, 130000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (581, 1007, 91, 59, 6000, 135000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (582, 1007, 30, 110, 3000, 140000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (583, 1007, 150, 116, 1, 145000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (584, 1007, 90, 43, 100, 150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (585, 1007, 20, 32, 1, 155000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (586, 1007, 91, 59, 8000, 160000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (587, 1007, 30, 110, 4000, 165000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (588, 1007, 97, 115, 5, 170000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (589, 1007, 11, 89, 2, 175000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (590, 1007, 150, 116, 1, 180000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (591, 1007, 91, 59, 8000, 185000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (592, 1007, 30, 110, 4000, 190000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (593, 1007, 40, 41, 1, 195000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (594, 1007, 90, 43, 150, 200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (595, 1007, 20, 32, 1, 210000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (596, 1007, 91, 59, 8000, 220000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (597, 1007, 30, 110, 4000, 230000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (598, 1007, 93, 44, 1, 240000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (599, 1007, 97, 115, 5, 250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (600, 1007, 11, 73, 2, 260000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (601, 1007, 11, 78, 2, 270000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (602, 1007, 91, 59, 8000, 280000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (603, 1007, 30, 110, 4000, 290000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (604, 1007, 164, 149, 1, 300000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (605, 1007, 90, 43, 150, 310000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (606, 1007, 91, 59, 8000, 320000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (607, 1007, 30, 110, 4000, 330000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (608, 1007, 97, 115, 5, 340000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (609, 1007, 91, 59, 8000, 350000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (610, 1007, 30, 110, 4000, 360000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (611, 1007, 11, 83, 2, 370000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (612, 1007, 91, 59, 8000, 380000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (613, 1007, 30, 110, 4000, 390000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (614, 1007, 51, 30070, 1, 400000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (615, 1007, 91, 59, 10000, 420000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (616, 1007, 30, 110, 5000, 440000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (617, 1007, 90, 43, 200, 460000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (618, 1007, 91, 59, 10000, 480000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (619, 1007, 30, 110, 5000, 500000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (620, 1007, 40, 111, 1, 520000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (621, 1007, 91, 59, 10000, 540000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (622, 1007, 30, 110, 5000, 560000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (623, 1007, 11, 71, 2, 580000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (624, 1007, 164, 149, 1, 600000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (625, 1007, 91, 59, 10000, 620000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (626, 1007, 30, 110, 5000, 640000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (627, 1007, 90, 43, 300, 660000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (628, 1007, 91, 59, 10000, 680000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (629, 1007, 30, 110, 5000, 700000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (630, 1007, 40, 41, 1, 720000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (631, 1007, 91, 59, 20000, 740000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (632, 1007, 30, 110, 10000, 760000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (633, 1007, 11, 80, 2, 780000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (634, 1007, 97, 115, 5, 800000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (635, 1007, 91, 59, 20000, 820000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (636, 1007, 30, 110, 10000, 840000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (637, 1007, 93, 44, 1, 860000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (638, 1007, 91, 59, 20000, 880000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (639, 1007, 30, 110, 10000, 900000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (640, 1007, 164, 149, 1, 920000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (641, 1007, 11, 87, 2, 940000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (642, 1007, 91, 59, 20000, 960000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (643, 1007, 30, 110, 10000, 980000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (644, 1007, 90, 43, 500, 1000000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (645, 1008, 103, 98, 300, 2000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (646, 1008, 91, 59, 2000, 4000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (647, 1008, 30, 110, 1000, 6000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (648, 1008, 34, 95, 1, 8000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (649, 1008, 103, 98, 300, 12000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (650, 1008, 91, 59, 2000, 14000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (651, 1008, 30, 110, 1000, 16000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (652, 1008, 34, 95, 1, 18000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (653, 1008, 103, 98, 300, 22000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (654, 1008, 91, 59, 2000, 24000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (655, 1008, 30, 110, 1000, 26000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (656, 1008, 34, 95, 1, 28000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (657, 1008, 103, 98, 300, 32000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (658, 1008, 91, 59, 4000, 34000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (659, 1008, 30, 110, 2000, 36000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (660, 1008, 34, 95, 1, 38000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (661, 1008, 103, 98, 300, 42000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (662, 1008, 91, 59, 4000, 44000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (663, 1008, 30, 110, 2000, 46000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (664, 1008, 34, 95, 2, 48000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (665, 1008, 103, 98, 300, 52000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (666, 1008, 91, 59, 4000, 54000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (667, 1008, 30, 110, 2000, 56000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (668, 1008, 34, 95, 2, 58000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (669, 1008, 103, 98, 300, 62000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (670, 1008, 91, 59, 4000, 64000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (671, 1008, 30, 110, 2000, 66000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (672, 1008, 34, 95, 2, 68000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (673, 1008, 20, 32, 1, 72000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (674, 1008, 91, 59, 6000, 74000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (675, 1008, 30, 110, 3000, 76000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (676, 1008, 34, 95, 2, 78000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (677, 1008, 150, 116, 1, 80000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (678, 1008, 21, 34, 1, 85000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (679, 1008, 91, 59, 6000, 90000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (680, 1008, 30, 110, 3000, 95000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (681, 1008, 90, 43, 100, 100000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (682, 1008, 40, 111, 1, 105000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (683, 1008, 20, 32, 1, 110000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (684, 1008, 91, 59, 6000, 115000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (685, 1008, 30, 110, 3000, 120000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (686, 1008, 93, 44, 1, 125000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (687, 1008, 21, 34, 1, 130000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (688, 1008, 91, 59, 6000, 135000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (689, 1008, 30, 110, 3000, 140000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (690, 1008, 150, 116, 1, 145000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (691, 1008, 90, 43, 100, 150000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (692, 1008, 20, 32, 1, 155000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (693, 1008, 91, 59, 8000, 160000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (694, 1008, 30, 110, 4000, 165000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (695, 1008, 97, 115, 5, 170000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (696, 1008, 11, 74, 2, 175000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (697, 1008, 150, 116, 1, 180000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (698, 1008, 91, 59, 8000, 185000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (699, 1008, 30, 110, 4000, 190000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (700, 1008, 40, 41, 1, 195000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (701, 1008, 90, 43, 150, 200000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (702, 1008, 20, 32, 1, 210000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (703, 1008, 91, 59, 8000, 220000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (704, 1008, 30, 110, 4000, 230000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (705, 1008, 93, 44, 1, 240000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (706, 1008, 97, 115, 5, 250000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (707, 1008, 11, 75, 2, 260000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (708, 1008, 11, 83, 2, 270000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (709, 1008, 91, 59, 8000, 280000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (710, 1008, 30, 110, 4000, 290000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (711, 1008, 164, 149, 1, 300000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (712, 1008, 90, 43, 150, 310000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (713, 1008, 91, 59, 8000, 320000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (714, 1008, 30, 110, 4000, 330000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (715, 1008, 97, 115, 5, 340000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (716, 1008, 91, 59, 8000, 350000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (717, 1008, 30, 110, 4000, 360000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (718, 1008, 11, 84, 2, 370000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (719, 1008, 91, 59, 8000, 380000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (720, 1008, 30, 110, 4000, 390000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (721, 1008, 51, 30074, 1, 400000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (722, 1008, 91, 59, 10000, 420000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (723, 1008, 30, 110, 5000, 440000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (724, 1008, 90, 43, 200, 460000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (725, 1008, 91, 59, 10000, 480000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (726, 1008, 30, 110, 5000, 500000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (727, 1008, 40, 111, 1, 520000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (728, 1008, 91, 59, 10000, 540000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (729, 1008, 30, 110, 5000, 560000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (730, 1008, 11, 85, 2, 580000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (731, 1008, 164, 149, 1, 600000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (732, 1008, 91, 59, 10000, 620000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (733, 1008, 30, 110, 5000, 640000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (734, 1008, 90, 43, 300, 660000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (735, 1008, 91, 59, 10000, 680000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (736, 1008, 30, 110, 5000, 700000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (737, 1008, 40, 41, 1, 720000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (738, 1008, 91, 59, 20000, 740000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (739, 1008, 30, 110, 10000, 760000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (740, 1008, 11, 90, 2, 780000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (741, 1008, 97, 115, 5, 800000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (742, 1008, 91, 59, 20000, 820000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (743, 1008, 30, 110, 10000, 840000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (744, 1008, 93, 44, 1, 860000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (745, 1008, 91, 59, 20000, 880000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (746, 1008, 30, 110, 10000, 900000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (747, 1008, 164, 149, 1, 920000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (748, 1008, 11, 91, 2, 940000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (749, 1008, 91, 59, 20000, 960000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (750, 1008, 30, 110, 10000, 980000); INSERT INTO story_event_point_reward (id, story_event_id, item_category, item_id, item_num, point) VALUES (751, 1008, 90, 43, 500, 1000000); -- Table: story_event_roulette_bingo CREATE TABLE 'story_event_roulette_bingo' ('id' INTEGER NOT NULL, 'roulette_id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'sheet_num' INTEGER NOT NULL, 'can_loop' INTEGER NOT NULL, 'use_item_category' INTEGER NOT NULL, 'use_item_id' INTEGER NOT NULL, 'use_item_num' INTEGER NOT NULL, 'character_id' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'reset_line' INTEGER NOT NULL, 'reward_set_id' INTEGER NOT NULL, 'roulette_max_num' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('roulette_id','story_event_id','sheet_num')); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (1, 1001, 1001, 1, 0, 94, 45, 10, 1001, 100101, 8, 1, 25, 1750897800, 1752357599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (2, 1001, 1001, 2, 0, 94, 45, 10, 1001, 100101, 8, 1, 25, 1750897800, 1752357599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (3, 1001, 1001, 3, 0, 94, 45, 10, 1001, 100101, 8, 1, 25, 1750897800, 1752357599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (4, 1001, 1001, 4, 1, 94, 45, 10, 1001, 100101, 1, 2, 25, 1750897800, 1752357599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (5, 1002, 1002, 1, 0, 94, 45, 10, 1060, 106001, 8, 3, 25, 1752703200, 1754344799); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (6, 1002, 1002, 2, 0, 94, 45, 10, 1060, 106001, 8, 3, 25, 1752703200, 1754344799); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (7, 1002, 1002, 3, 0, 94, 45, 10, 1060, 106001, 8, 3, 25, 1752703200, 1754344799); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (8, 1002, 1002, 4, 1, 94, 45, 10, 1060, 106001, 1, 2, 25, 1752703200, 1754344799); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (9, 1003, 1003, 1, 0, 94, 45, 10, 1024, 102426, 8, 4, 25, 1756418400, 1757800799); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (10, 1003, 1003, 2, 0, 94, 45, 10, 1024, 102426, 8, 4, 25, 1756418400, 1757800799); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (11, 1003, 1003, 3, 0, 94, 45, 10, 1024, 102426, 8, 4, 25, 1756418400, 1757800799); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (12, 1003, 1003, 4, 1, 94, 45, 10, 1024, 102426, 1, 5, 25, 1756418400, 1757800799); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (13, 1004, 1004, 1, 0, 94, 45, 10, 1007, 100701, 8, 6, 25, 1758492000, 1759874399); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (14, 1004, 1004, 2, 0, 94, 45, 10, 1007, 100701, 8, 6, 25, 1758492000, 1759874399); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (15, 1004, 1004, 3, 0, 94, 45, 10, 1007, 100701, 8, 6, 25, 1758492000, 1759874399); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (16, 1004, 1004, 4, 1, 94, 45, 10, 1007, 100701, 1, 7, 25, 1758492000, 1759874399); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (17, 1005, 1005, 1, 0, 94, 45, 10, 1009, 100901, 8, 8, 25, 1760479200, 1761861599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (18, 1005, 1005, 2, 0, 94, 45, 10, 1009, 100901, 8, 8, 25, 1760479200, 1761861599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (19, 1005, 1005, 3, 0, 94, 45, 10, 1009, 100901, 8, 8, 25, 1760479200, 1761861599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (20, 1005, 1005, 4, 1, 94, 45, 10, 1009, 100901, 1, 7, 25, 1760479200, 1761861599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (21, 1006, 1006, 1, 0, 94, 45, 10, 1026, 102601, 8, 9, 25, 1764021600, 1765317599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (22, 1006, 1006, 2, 0, 94, 45, 10, 1026, 102601, 8, 10, 25, 1764021600, 1765317599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (23, 1006, 1006, 3, 0, 94, 45, 10, 1026, 102601, 8, 11, 25, 1764021600, 1765317599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (24, 1006, 1006, 4, 1, 94, 45, 10, 1026, 102601, 1, 7, 25, 1764021600, 1765317599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (25, 1007, 1007, 1, 0, 94, 45, 10, 1017, 101743, 8, 12, 25, 1765749600, 1766959199); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (26, 1007, 1007, 2, 0, 94, 45, 10, 1017, 101743, 8, 13, 25, 1765749600, 1766959199); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (27, 1007, 1007, 3, 0, 94, 45, 10, 1017, 101743, 8, 14, 25, 1765749600, 1766959199); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (28, 1007, 1007, 4, 1, 94, 45, 10, 1017, 101743, 1, 7, 25, 1765749600, 1766959199); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (29, 1008, 1008, 1, 0, 94, 45, 10, 1006, 100646, 8, 15, 25, 1767650400, 1769205599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (30, 1008, 1008, 2, 0, 94, 45, 10, 1006, 100646, 8, 16, 25, 1767650400, 1769205599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (31, 1008, 1008, 3, 0, 94, 45, 10, 1006, 100646, 8, 17, 25, 1767650400, 1769205599); INSERT INTO story_event_roulette_bingo (id, roulette_id, story_event_id, sheet_num, can_loop, use_item_category, use_item_id, use_item_num, character_id, dress_id, reset_line, reward_set_id, roulette_max_num, start_date, end_date) VALUES (32, 1008, 1008, 4, 1, 94, 45, 10, 1006, 100646, 1, 7, 25, 1767650400, 1769205599); -- Table: story_event_story_data CREATE TABLE 'story_event_story_data' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'episode_index_id' INTEGER NOT NULL, 'story_condition_type' INTEGER NOT NULL, 'story_type_1' INTEGER NOT NULL, 'story_id_1' INTEGER NOT NULL, 'story_type_2' INTEGER NOT NULL, 'story_id_2' INTEGER NOT NULL, 'story_type_3' INTEGER NOT NULL, 'story_id_3' INTEGER NOT NULL, 'story_type_4' INTEGER NOT NULL, 'story_id_4' INTEGER NOT NULL, 'story_type_5' INTEGER NOT NULL, 'story_id_5' INTEGER NOT NULL, 'need_point' INTEGER NOT NULL, 'add_reward_category_1' INTEGER NOT NULL, 'add_reward_id_1' INTEGER NOT NULL, 'add_reward_num_1' INTEGER NOT NULL, 'add_reward_category_2' INTEGER NOT NULL, 'add_reward_id_2' INTEGER NOT NULL, 'add_reward_num_2' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (1, 1001, 1, 1, 1, 90001001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30, 0, 0, 0, 1750897800); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (2, 1001, 2, 0, 1, 90001002, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 90, 43, 30, 0, 0, 0, 1750897800); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (3, 1001, 3, 0, 1, 90001003, 0, 0, 0, 0, 0, 0, 0, 0, 20000, 90, 43, 30, 0, 0, 0, 1750897800); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (4, 1001, 4, 0, 1, 90001004, 0, 0, 0, 0, 0, 0, 0, 0, 30000, 90, 43, 30, 0, 0, 0, 1750897800); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (5, 1001, 5, 0, 1, 90001005, 0, 0, 0, 0, 0, 0, 0, 0, 40000, 90, 43, 30, 0, 0, 0, 1751234400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (6, 1001, 6, 0, 1, 90001006, 0, 0, 0, 0, 0, 0, 0, 0, 50000, 90, 43, 30, 0, 0, 0, 1751234400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (7, 1001, 7, 0, 1, 90001007, 0, 0, 0, 0, 0, 0, 0, 0, 60000, 90, 43, 30, 0, 0, 0, 1751234400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (8, 1001, 8, 0, 1, 90001008, 0, 0, 0, 0, 0, 0, 0, 0, 70000, 90, 43, 30, 51, 30025, 1, 1751234400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (9, 1002, 1, 1, 1, 90003001, 2, 5, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30, 0, 0, 0, 1752703200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (10, 1002, 2, 0, 1, 90003002, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 90, 43, 30, 0, 0, 0, 1752703200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (11, 1002, 3, 0, 1, 90003003, 0, 0, 0, 0, 0, 0, 0, 0, 20000, 90, 43, 30, 0, 0, 0, 1752703200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (12, 1002, 4, 0, 1, 90003004, 0, 0, 0, 0, 0, 0, 0, 0, 30000, 90, 43, 30, 0, 0, 0, 1752703200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (13, 1002, 5, 0, 1, 90003005, 0, 0, 0, 0, 0, 0, 0, 0, 40000, 51, 20026, 1, 0, 0, 0, 1752703200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (14, 1002, 6, 0, 1, 90003006, 0, 0, 0, 0, 0, 0, 0, 0, 50000, 90, 43, 30, 0, 0, 0, 1752703200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (15, 1002, 7, 0, 1, 90003007, 0, 0, 0, 0, 0, 0, 0, 0, 60000, 90, 43, 30, 0, 0, 0, 1752703200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (16, 1002, 8, 0, 1, 90003008, 0, 0, 0, 0, 0, 0, 0, 0, 70000, 51, 30030, 1, 0, 0, 0, 1752703200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (17, 1003, 1, 1, 1, 90004001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30, 0, 0, 0, 1756418400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (18, 1003, 2, 0, 1, 90004002, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 90, 43, 30, 0, 0, 0, 1756418400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (19, 1003, 3, 0, 1, 90004003, 0, 0, 0, 0, 0, 0, 0, 0, 20000, 90, 43, 30, 0, 0, 0, 1756418400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (20, 1003, 4, 0, 1, 90004004, 0, 0, 0, 0, 0, 0, 0, 0, 30000, 90, 43, 30, 0, 0, 0, 1756418400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (21, 1003, 5, 0, 1, 90004005, 0, 0, 0, 0, 0, 0, 0, 0, 40000, 90, 43, 30, 0, 0, 0, 1756418400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (22, 1003, 6, 0, 1, 90004006, 0, 0, 0, 0, 0, 0, 0, 0, 50000, 90, 43, 30, 0, 0, 0, 1756418400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (23, 1003, 7, 0, 1, 90004007, 0, 0, 0, 0, 0, 0, 0, 0, 60000, 90, 43, 30, 0, 0, 0, 1756418400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (24, 1003, 8, 0, 1, 90004008, 0, 0, 0, 0, 0, 0, 0, 0, 70000, 51, 30041, 1, 0, 0, 0, 1756418400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (25, 1004, 1, 1, 1, 90002001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30, 0, 0, 0, 1758492000); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (26, 1004, 2, 0, 1, 90002002, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 90, 43, 30, 0, 0, 0, 1758492000); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (27, 1004, 3, 0, 1, 90002003, 0, 0, 0, 0, 0, 0, 0, 0, 20000, 90, 43, 30, 0, 0, 0, 1758492000); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (28, 1004, 4, 0, 1, 90002004, 0, 0, 0, 0, 0, 0, 0, 0, 30000, 90, 43, 30, 0, 0, 0, 1758492000); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (29, 1004, 5, 0, 1, 90002005, 0, 0, 0, 0, 0, 0, 0, 0, 40000, 90, 43, 30, 0, 0, 0, 1758492000); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (30, 1004, 6, 0, 1, 90002006, 0, 0, 0, 0, 0, 0, 0, 0, 50000, 90, 43, 30, 0, 0, 0, 1758492000); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (31, 1004, 7, 0, 1, 90002007, 0, 0, 0, 0, 0, 0, 0, 0, 60000, 90, 43, 30, 0, 0, 0, 1758492000); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (32, 1004, 8, 0, 1, 90002008, 0, 0, 0, 0, 0, 0, 0, 0, 70000, 51, 30057, 1, 0, 0, 0, 1758492000); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (33, 1005, 1, 1, 1, 90005001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30, 0, 0, 0, 1760479200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (34, 1005, 2, 0, 1, 90005002, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 90, 43, 30, 0, 0, 0, 1760479200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (35, 1005, 3, 0, 1, 90005003, 0, 0, 0, 0, 0, 0, 0, 0, 20000, 90, 43, 30, 0, 0, 0, 1760479200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (36, 1005, 4, 0, 1, 90005004, 0, 0, 0, 0, 0, 0, 0, 0, 30000, 90, 43, 30, 0, 0, 0, 1760479200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (37, 1005, 5, 0, 1, 90005005, 0, 0, 0, 0, 0, 0, 0, 0, 40000, 90, 43, 30, 0, 0, 0, 1760479200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (38, 1005, 6, 0, 1, 90005006, 0, 0, 0, 0, 0, 0, 0, 0, 50000, 90, 43, 30, 0, 0, 0, 1760479200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (39, 1005, 7, 0, 1, 90005007, 0, 0, 0, 0, 0, 0, 0, 0, 60000, 90, 43, 30, 0, 0, 0, 1760479200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (40, 1005, 8, 0, 1, 90005008, 0, 0, 0, 0, 0, 0, 0, 0, 70000, 51, 30047, 1, 0, 0, 0, 1760479200); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (41, 1006, 1, 1, 1, 90006001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30, 0, 0, 0, 1764021600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (42, 1006, 2, 0, 1, 90006002, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 90, 43, 30, 0, 0, 0, 1764021600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (43, 1006, 3, 0, 1, 90006003, 0, 0, 0, 0, 0, 0, 0, 0, 20000, 90, 43, 30, 0, 0, 0, 1764021600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (44, 1006, 4, 0, 1, 90006004, 0, 0, 0, 0, 0, 0, 0, 0, 30000, 90, 43, 30, 0, 0, 0, 1764021600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (45, 1006, 5, 0, 1, 90006005, 0, 0, 0, 0, 0, 0, 0, 0, 40000, 90, 43, 30, 0, 0, 0, 1764021600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (46, 1006, 6, 0, 1, 90006006, 0, 0, 0, 0, 0, 0, 0, 0, 50000, 90, 43, 30, 0, 0, 0, 1764021600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (47, 1006, 7, 0, 1, 90006007, 0, 0, 0, 0, 0, 0, 0, 0, 60000, 90, 43, 30, 0, 0, 0, 1764021600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (48, 1006, 8, 0, 1, 90006008, 0, 0, 0, 0, 0, 0, 0, 0, 70000, 51, 30066, 1, 0, 0, 0, 1764021600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (49, 1007, 1, 1, 1, 90007001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30, 0, 0, 0, 1765749600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (50, 1007, 2, 0, 1, 90007002, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 90, 43, 30, 0, 0, 0, 1765749600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (51, 1007, 3, 0, 1, 90007003, 0, 0, 0, 0, 0, 0, 0, 0, 20000, 90, 43, 30, 0, 0, 0, 1765749600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (52, 1007, 4, 0, 1, 90007004, 0, 0, 0, 0, 0, 0, 0, 0, 30000, 90, 43, 30, 0, 0, 0, 1765749600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (53, 1007, 5, 0, 1, 90007005, 0, 0, 0, 0, 0, 0, 0, 0, 40000, 90, 43, 30, 0, 0, 0, 1765749600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (54, 1007, 6, 0, 1, 90007006, 0, 0, 0, 0, 0, 0, 0, 0, 50000, 90, 43, 30, 0, 0, 0, 1765749600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (55, 1007, 7, 0, 1, 90007007, 0, 0, 0, 0, 0, 0, 0, 0, 60000, 90, 43, 30, 0, 0, 0, 1765749600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (56, 1007, 8, 0, 1, 90007008, 0, 0, 0, 0, 0, 0, 0, 0, 70000, 51, 30070, 1, 0, 0, 0, 1765749600); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (57, 1008, 1, 1, 1, 90008001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 30, 0, 0, 0, 1767650400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (58, 1008, 2, 0, 1, 90008002, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 90, 43, 30, 0, 0, 0, 1767650400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (59, 1008, 3, 0, 1, 90008003, 0, 0, 0, 0, 0, 0, 0, 0, 20000, 90, 43, 30, 0, 0, 0, 1767650400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (60, 1008, 4, 0, 1, 90008004, 0, 0, 0, 0, 0, 0, 0, 0, 30000, 90, 43, 30, 0, 0, 0, 1767650400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (61, 1008, 5, 0, 1, 90008005, 0, 0, 0, 0, 0, 0, 0, 0, 40000, 90, 43, 30, 0, 0, 0, 1767650400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (62, 1008, 6, 0, 1, 90008006, 0, 0, 0, 0, 0, 0, 0, 0, 50000, 90, 43, 30, 0, 0, 0, 1767650400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (63, 1008, 7, 0, 1, 90008007, 0, 0, 0, 0, 0, 0, 0, 0, 60000, 90, 43, 30, 0, 0, 0, 1767650400); INSERT INTO story_event_story_data (id, story_event_id, episode_index_id, story_condition_type, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, need_point, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date) VALUES (64, 1008, 8, 0, 1, 90008008, 0, 0, 0, 0, 0, 0, 0, 0, 70000, 51, 30074, 1, 0, 0, 0, 1767650400); -- Table: story_event_top_chara CREATE TABLE 'story_event_top_chara' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'min_episode_index' INTEGER NOT NULL, 'max_episode_index' INTEGER NOT NULL, 'ending_flag' INTEGER NOT NULL, 'character_id' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'menu_bg_id' INTEGER NOT NULL, 'menu_bg_sub_id' INTEGER NOT NULL, 'bgm_cue_name' TEXT NOT NULL, 'bgm_cuesheet_name' TEXT NOT NULL, 'env_cue_name' TEXT NOT NULL, 'env_cuesheet_name' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (1, 1001, 1, 2, 0, 1001, 5, 2, 110, 'snd_bgm_GM032_sys_02', 'snd_bgm_GM032', 'snd_sfx_atmos_hiroba_d', 'snd_sfx_atmos_hiroba_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (2, 1001, 3, 5, 0, 1001, 5, 2, 110, 'snd_bgm_GM032_sys_02', 'snd_bgm_GM032', 'snd_sfx_atmos_hiroba_d', 'snd_sfx_atmos_hiroba_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (3, 1001, 6, 7, 0, 1001, 5, 2, 110, 'snd_bgm_GM032_sys_02', 'snd_bgm_GM032', 'snd_sfx_atmos_hiroba_d', 'snd_sfx_atmos_hiroba_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (4, 1001, 8, 8, 0, 1001, 5, 2, 110, 'snd_bgm_GM032_sys_02', 'snd_bgm_GM032', 'snd_sfx_atmos_hiroba_d', 'snd_sfx_atmos_hiroba_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (5, 1001, 0, 0, 1, 1001, 5, 2, 110, 'snd_bgm_GM032_sys_02', 'snd_bgm_GM032', 'snd_sfx_atmos_hiroba_d', 'snd_sfx_atmos_hiroba_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (6, 1002, 1, 2, 0, 1003, 100302, 76, 110, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_race_track_d', 'snd_sfx_atmos_race_track_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (7, 1002, 1, 2, 0, 1013, 101302, 76, 110, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_race_track_d', 'snd_sfx_atmos_race_track_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (8, 1002, 3, 5, 0, 1068, 5, 11, 110, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (9, 1002, 3, 5, 0, 1067, 5, 11, 110, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_cafe_d', 'snd_sfx_atmos_cafe_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (10, 1002, 6, 7, 0, 1068, 5, 74, 110, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_training_stand_d', 'snd_sfx_atmos_training_stand_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (11, 1002, 6, 7, 0, 1067, 5, 74, 110, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_training_stand_d', 'snd_sfx_atmos_training_stand_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (12, 1002, 8, 8, 0, 1068, 5, 33, 120, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_kasenjiki_e', 'snd_sfx_atmos_kasenjiki_e'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (13, 1002, 8, 8, 0, 1067, 5, 33, 120, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_kasenjiki_e', 'snd_sfx_atmos_kasenjiki_e'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (14, 1002, 0, 0, 1, 1068, 5, 33, 120, 'snd_bgm_GM085_sys', 'snd_bgm_GM085', 'snd_sfx_atmos_kasenjiki_e', 'snd_sfx_atmos_kasenjiki_e'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (15, 1003, 1, 2, 0, 1024, 2, 7, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_rouka_d', 'snd_sfx_atmos_rouka_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (16, 1003, 1, 2, 0, 1018, 2, 7, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_rouka_d', 'snd_sfx_atmos_rouka_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (17, 1003, 3, 5, 0, 1018, 3, 123, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (18, 1003, 3, 5, 0, 1059, 3, 123, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (19, 1003, 3, 5, 0, 1039, 3, 123, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (20, 1003, 6, 7, 0, 1024, 3, 128, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (21, 1003, 6, 7, 0, 1028, 3, 128, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_mori_d', 'snd_sfx_atmos_mori_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (22, 1003, 8, 8, 0, 1018, 101826, 127, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (23, 1003, 8, 8, 0, 1024, 102426, 127, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (24, 1003, 0, 0, 1, 1018, 101826, 127, 110, 'snd_bgm_DM014_sys', 'snd_bgm_DM014', 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (25, 1004, 1, 2, 0, 1014, 101416, 112, 110, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (26, 1004, 1, 2, 0, 1011, 101116, 112, 110, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (27, 1004, 3, 5, 0, 1014, 101416, 112, 410, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_aozora_c', 'snd_sfx_atmos_aozora_c'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (28, 1004, 3, 5, 0, 1011, 101116, 112, 410, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_aozora_c', 'snd_sfx_atmos_aozora_c'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (29, 1004, 6, 7, 0, 1014, 101416, 76, 110, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_race_track_d', 'snd_sfx_atmos_race_track_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (30, 1004, 6, 7, 0, 1011, 101116, 76, 110, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_race_track_d', 'snd_sfx_atmos_race_track_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (31, 1004, 8, 8, 0, 1014, 101416, 112, 110, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (32, 1004, 8, 8, 0, 1011, 101116, 112, 110, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_aozora_d', 'snd_sfx_atmos_aozora_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (33, 1004, 0, 0, 1, 1014, 101416, 20, 110, 'snd_bgm_GM093_sys', 'snd_bgm_GM093', 'snd_sfx_atmos_gymnasium_d', 'snd_sfx_atmos_gymnasium_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (34, 1005, 1, 2, 0, 1001, 3, 9, 110, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_training_d', 'snd_sfx_atmos_training_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (35, 1005, 1, 2, 0, 1004, 3, 9, 110, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_training_d', 'snd_sfx_atmos_training_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (36, 1005, 1, 2, 0, 1009, 3, 9, 110, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_training_d', 'snd_sfx_atmos_training_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (37, 1005, 3, 5, 0, 1009, 3, 131, 111, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_pool_d', 'snd_sfx_atmos_pool_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (38, 1005, 3, 5, 0, 1035, 901035, 131, 111, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_pool_d', 'snd_sfx_atmos_pool_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (39, 1005, 3, 5, 0, 1044, 901044, 131, 111, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_pool_d', 'snd_sfx_atmos_pool_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (40, 1005, 6, 7, 0, 1009, 3, 131, 130, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_pool_n', 'snd_sfx_atmos_pool_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (41, 1005, 6, 7, 0, 1001, 901001, 131, 130, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_pool_n', 'snd_sfx_atmos_pool_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (42, 1005, 6, 7, 0, 1004, 901004, 131, 130, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_pool_n', 'snd_sfx_atmos_pool_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (43, 1005, 8, 8, 0, 1004, 100430, 42, 2111, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_beach_d', 'snd_sfx_atmos_beach_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (44, 1005, 8, 8, 0, 1009, 3, 42, 2111, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_beach_d', 'snd_sfx_atmos_beach_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (45, 1005, 8, 8, 0, 1001, 100130, 42, 2111, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_beach_d', 'snd_sfx_atmos_beach_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (46, 1005, 0, 0, 1, 1035, 901035, 135, 111, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (47, 1005, 0, 0, 1, 1044, 901044, 135, 111, 'snd_bgm_GM117_sys', 'snd_bgm_GM117', 'snd_sfx_atmos_room_d_noext', 'snd_sfx_atmos_room_d_noext'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (48, 1006, 1, 2, 0, 1030, 5, 4, 110, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (49, 1006, 1, 2, 0, 1026, 5, 4, 110, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (50, 1006, 1, 2, 0, 1047, 5, 4, 110, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (51, 1006, 3, 5, 0, 1026, 901026, 34, 7111, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_yuuenti_d', 'snd_sfx_atmos_yuuenti_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (52, 1006, 3, 5, 0, 1021, 5, 34, 7111, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_yuuenti_d', 'snd_sfx_atmos_yuuenti_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (53, 1006, 3, 5, 0, 1047, 901047, 34, 7111, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_yuuenti_d', 'snd_sfx_atmos_yuuenti_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (54, 1006, 6, 7, 0, 1030, 901030, 146, 130, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_aozora_n', 'snd_sfx_atmos_aozora_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (55, 1006, 6, 7, 0, 1045, 104540, 146, 130, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_aozora_n', 'snd_sfx_atmos_aozora_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (56, 1006, 6, 7, 0, 1026, 901026, 146, 130, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_aozora_n', 'snd_sfx_atmos_aozora_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (57, 1006, 8, 8, 0, 1030, 103040, 4, 7110, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (58, 1006, 8, 8, 0, 1026, 5, 4, 7110, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (59, 1006, 8, 8, 0, 1021, 5, 4, 7110, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (60, 1006, 0, 0, 1, 1030, 103040, 4, 7110, 'snd_bgm_GM129_sys', 'snd_bgm_GM129', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (61, 1007, 1, 2, 0, 1029, 5, 59, 110, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_ryokan_d', 'snd_sfx_atmos_ryokan_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (62, 1007, 1, 2, 0, 1038, 5, 59, 110, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (63, 1007, 1, 2, 0, 1016, 5, 59, 110, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_namiki_d', 'snd_sfx_atmos_namiki_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (64, 1007, 3, 5, 0, 1017, 5, 150, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (65, 1007, 3, 5, 0, 1040, 5, 150, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (66, 1007, 3, 5, 0, 1038, 5, 150, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (67, 1007, 6, 7, 0, 1029, 6, 152, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (68, 1007, 6, 7, 0, 1016, 6, 152, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (69, 1007, 6, 7, 0, 1017, 5, 152, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_namiki_n', 'snd_sfx_atmos_namiki_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (70, 1007, 8, 8, 0, 1017, 101743, 150, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (71, 1007, 8, 8, 0, 1040, 104043, 150, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (72, 1007, 8, 8, 0, 1029, 5, 150, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (73, 1007, 0, 0, 1, 1029, 5, 150, 130, 'snd_bgm_GM135_sys', 'snd_bgm_GM135', 'snd_sfx_atmos_maturi_n', 'snd_sfx_atmos_maturi_n'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (74, 1008, 1, 2, 0, 1006, 100646, 29, 6111, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_street_d', 'snd_sfx_atmos_street_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (75, 1008, 1, 2, 0, 1023, 901023, 29, 6111, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_street_d', 'snd_sfx_atmos_street_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (76, 1008, 1, 2, 0, 1050, 901050, 29, 6111, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_street_d', 'snd_sfx_atmos_street_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (77, 1008, 3, 5, 0, 1024, 901024, 157, 6310, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (78, 1008, 3, 5, 0, 1050, 901050, 157, 6310, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (79, 1008, 3, 5, 0, 1055, 901055, 157, 6310, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (80, 1008, 6, 7, 0, 1006, 100646, 51, 310, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (81, 1008, 6, 7, 0, 1023, 102346, 51, 310, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (82, 1008, 6, 7, 0, 1024, 901024, 51, 310, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_namiki_winter_d', 'snd_sfx_atmos_namiki_winter_d'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (83, 1008, 8, 8, 0, 1006, 100646, 155, 6000, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_room_winter_stove', 'snd_sfx_atmos_room_winter_stove'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (84, 1008, 8, 8, 0, 1023, 102346, 155, 6000, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_room_winter_stove', 'snd_sfx_atmos_room_winter_stove'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (85, 1008, 8, 8, 0, 1024, 901024, 155, 6000, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_room_winter_stove', 'snd_sfx_atmos_room_winter_stove'); INSERT INTO story_event_top_chara (id, story_event_id, min_episode_index, max_episode_index, ending_flag, character_id, dress_id, menu_bg_id, menu_bg_sub_id, bgm_cue_name, bgm_cuesheet_name, env_cue_name, env_cuesheet_name) VALUES (86, 1008, 0, 0, 1, 1006, 100646, 155, 6000, 'snd_bgm_GM143_sys', 'snd_bgm_GM143', 'snd_sfx_atmos_room_winter_stove', 'snd_sfx_atmos_room_winter_stove'); -- Table: story_event_win_bonus CREATE TABLE 'story_event_win_bonus' ('id' INTEGER NOT NULL, 'story_event_id' INTEGER NOT NULL, 'min_win_count' INTEGER NOT NULL, 'max_win_count' INTEGER NOT NULL, 'bonus_point' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (1, 1001, 1, 2, 100); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (2, 1001, 3, 4, 200); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (3, 1001, 5, 9, 300); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (4, 1001, 10, 99, 500); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (5, 1002, 1, 2, 100); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (6, 1002, 3, 4, 200); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (7, 1002, 5, 9, 300); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (8, 1002, 10, 99, 500); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (9, 1003, 1, 1, 100); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (10, 1003, 2, 2, 150); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (11, 1003, 3, 3, 200); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (12, 1003, 4, 4, 250); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (13, 1003, 5, 5, 300); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (14, 1003, 6, 6, 340); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (15, 1003, 7, 7, 380); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (16, 1003, 8, 8, 420); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (17, 1003, 9, 9, 460); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (18, 1003, 10, 10, 500); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (19, 1003, 11, 11, 530); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (20, 1003, 12, 12, 560); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (21, 1003, 13, 13, 590); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (22, 1003, 14, 14, 620); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (23, 1003, 15, 15, 650); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (24, 1003, 16, 16, 680); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (25, 1003, 17, 17, 710); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (26, 1003, 18, 18, 740); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (27, 1003, 19, 19, 770); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (28, 1003, 20, 20, 800); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (29, 1003, 21, 21, 820); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (30, 1003, 22, 22, 840); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (31, 1003, 23, 23, 860); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (32, 1003, 24, 24, 880); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (33, 1003, 25, 25, 900); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (34, 1003, 26, 26, 920); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (35, 1003, 27, 27, 940); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (36, 1003, 28, 28, 960); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (37, 1003, 29, 29, 980); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (38, 1003, 30, 99, 1000); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (39, 1004, 1, 1, 100); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (40, 1004, 2, 2, 150); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (41, 1004, 3, 3, 200); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (42, 1004, 4, 4, 250); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (43, 1004, 5, 5, 300); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (44, 1004, 6, 6, 340); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (45, 1004, 7, 7, 380); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (46, 1004, 8, 8, 420); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (47, 1004, 9, 9, 460); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (48, 1004, 10, 10, 500); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (49, 1004, 11, 11, 530); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (50, 1004, 12, 12, 560); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (51, 1004, 13, 13, 590); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (52, 1004, 14, 14, 620); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (53, 1004, 15, 15, 650); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (54, 1004, 16, 16, 680); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (55, 1004, 17, 17, 710); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (56, 1004, 18, 18, 740); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (57, 1004, 19, 19, 770); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (58, 1004, 20, 20, 800); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (59, 1004, 21, 21, 820); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (60, 1004, 22, 22, 840); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (61, 1004, 23, 23, 860); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (62, 1004, 24, 24, 880); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (63, 1004, 25, 25, 900); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (64, 1004, 26, 26, 920); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (65, 1004, 27, 27, 940); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (66, 1004, 28, 28, 960); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (67, 1004, 29, 29, 980); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (68, 1004, 30, 99, 1000); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (69, 1005, 1, 1, 100); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (70, 1005, 2, 2, 150); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (71, 1005, 3, 3, 200); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (72, 1005, 4, 4, 250); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (73, 1005, 5, 5, 300); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (74, 1005, 6, 6, 340); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (75, 1005, 7, 7, 380); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (76, 1005, 8, 8, 420); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (77, 1005, 9, 9, 460); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (78, 1005, 10, 10, 500); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (79, 1005, 11, 11, 530); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (80, 1005, 12, 12, 560); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (81, 1005, 13, 13, 590); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (82, 1005, 14, 14, 620); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (83, 1005, 15, 15, 650); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (84, 1005, 16, 16, 680); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (85, 1005, 17, 17, 710); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (86, 1005, 18, 18, 740); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (87, 1005, 19, 19, 770); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (88, 1005, 20, 20, 800); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (89, 1005, 21, 21, 820); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (90, 1005, 22, 22, 840); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (91, 1005, 23, 23, 860); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (92, 1005, 24, 24, 880); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (93, 1005, 25, 25, 900); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (94, 1005, 26, 26, 920); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (95, 1005, 27, 27, 940); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (96, 1005, 28, 28, 960); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (97, 1005, 29, 29, 980); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (98, 1005, 30, 99, 1000); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (99, 1006, 1, 1, 100); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (100, 1006, 2, 2, 150); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (101, 1006, 3, 3, 200); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (102, 1006, 4, 4, 250); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (103, 1006, 5, 5, 300); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (104, 1006, 6, 6, 340); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (105, 1006, 7, 7, 380); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (106, 1006, 8, 8, 420); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (107, 1006, 9, 9, 460); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (108, 1006, 10, 10, 500); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (109, 1006, 11, 11, 530); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (110, 1006, 12, 12, 560); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (111, 1006, 13, 13, 590); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (112, 1006, 14, 14, 620); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (113, 1006, 15, 15, 650); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (114, 1006, 16, 16, 680); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (115, 1006, 17, 17, 710); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (116, 1006, 18, 18, 740); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (117, 1006, 19, 19, 770); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (118, 1006, 20, 20, 800); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (119, 1006, 21, 21, 820); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (120, 1006, 22, 22, 840); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (121, 1006, 23, 23, 860); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (122, 1006, 24, 24, 880); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (123, 1006, 25, 25, 900); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (124, 1006, 26, 26, 920); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (125, 1006, 27, 27, 940); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (126, 1006, 28, 28, 960); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (127, 1006, 29, 29, 980); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (128, 1006, 30, 99, 1000); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (129, 1007, 1, 1, 100); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (130, 1007, 2, 2, 150); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (131, 1007, 3, 3, 200); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (132, 1007, 4, 4, 250); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (133, 1007, 5, 5, 300); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (134, 1007, 6, 6, 340); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (135, 1007, 7, 7, 380); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (136, 1007, 8, 8, 420); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (137, 1007, 9, 9, 460); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (138, 1007, 10, 10, 500); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (139, 1007, 11, 11, 530); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (140, 1007, 12, 12, 560); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (141, 1007, 13, 13, 590); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (142, 1007, 14, 14, 620); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (143, 1007, 15, 15, 650); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (144, 1007, 16, 16, 680); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (145, 1007, 17, 17, 710); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (146, 1007, 18, 18, 740); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (147, 1007, 19, 19, 770); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (148, 1007, 20, 20, 800); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (149, 1007, 21, 21, 820); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (150, 1007, 22, 22, 840); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (151, 1007, 23, 23, 860); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (152, 1007, 24, 24, 880); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (153, 1007, 25, 25, 900); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (154, 1007, 26, 26, 920); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (155, 1007, 27, 27, 940); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (156, 1007, 28, 28, 960); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (157, 1007, 29, 29, 980); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (158, 1007, 30, 99, 1000); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (159, 1008, 1, 1, 100); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (160, 1008, 2, 2, 150); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (161, 1008, 3, 3, 200); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (162, 1008, 4, 4, 250); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (163, 1008, 5, 5, 300); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (164, 1008, 6, 6, 340); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (165, 1008, 7, 7, 380); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (166, 1008, 8, 8, 420); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (167, 1008, 9, 9, 460); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (168, 1008, 10, 10, 500); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (169, 1008, 11, 11, 530); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (170, 1008, 12, 12, 560); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (171, 1008, 13, 13, 590); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (172, 1008, 14, 14, 620); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (173, 1008, 15, 15, 650); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (174, 1008, 16, 16, 680); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (175, 1008, 17, 17, 710); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (176, 1008, 18, 18, 740); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (177, 1008, 19, 19, 770); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (178, 1008, 20, 20, 800); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (179, 1008, 21, 21, 820); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (180, 1008, 22, 22, 840); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (181, 1008, 23, 23, 860); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (182, 1008, 24, 24, 880); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (183, 1008, 25, 25, 900); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (184, 1008, 26, 26, 920); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (185, 1008, 27, 27, 940); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (186, 1008, 28, 28, 960); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (187, 1008, 29, 29, 980); INSERT INTO story_event_win_bonus (id, story_event_id, min_win_count, max_win_count, bonus_point) VALUES (188, 1008, 30, 99, 1000); -- Table: story_extra_data CREATE TABLE 'story_extra_data' ('story_extra_id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('story_extra_id')); INSERT INTO story_extra_data (story_extra_id, start_date, end_date) VALUES (1001, 1761516000, 2556100799); -- Table: story_extra_story_data CREATE TABLE 'story_extra_story_data' ('id' INTEGER NOT NULL, 'story_extra_id' INTEGER NOT NULL, 'episode_index_id' INTEGER NOT NULL, 'story_type_1' INTEGER NOT NULL, 'story_id_1' INTEGER NOT NULL, 'story_type_2' INTEGER NOT NULL, 'story_id_2' INTEGER NOT NULL, 'story_type_3' INTEGER NOT NULL, 'story_id_3' INTEGER NOT NULL, 'story_type_4' INTEGER NOT NULL, 'story_id_4' INTEGER NOT NULL, 'story_type_5' INTEGER NOT NULL, 'story_id_5' INTEGER NOT NULL, 'add_reward_category_1' INTEGER NOT NULL, 'add_reward_id_1' INTEGER NOT NULL, 'add_reward_num_1' INTEGER NOT NULL, 'add_reward_category_2' INTEGER NOT NULL, 'add_reward_id_2' INTEGER NOT NULL, 'add_reward_num_2' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'notice_end_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (1, 1001, 1, 1, 100000001, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1761516000, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (2, 1001, 2, 1, 100000002, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1761688800, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (3, 1001, 3, 1, 100000004, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1761861600, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (4, 1001, 4, 1, 100000005, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1762034400, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (5, 1001, 5, 1, 100000006, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1762120800, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (6, 1001, 6, 1, 100000007, 2, 8, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1762207200, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (7, 1001, 7, 1, 100000008, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1762466400, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (8, 1001, 8, 1, 100000010, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1762466400, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (9, 1001, 9, 1, 100000011, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1762466400, 1765281599, 2556100799); INSERT INTO story_extra_story_data (id, story_extra_id, episode_index_id, story_type_1, story_id_1, story_type_2, story_id_2, story_type_3, story_id_3, story_type_4, story_id_4, story_type_5, story_id_5, add_reward_category_1, add_reward_id_1, add_reward_num_1, add_reward_category_2, add_reward_id_2, add_reward_num_2, start_date, notice_end_date, end_date) VALUES (10, 1001, 10, 1, 100000012, 0, 0, 0, 0, 0, 0, 0, 0, 90, 43, 20, 0, 0, 0, 1762466400, 1765281599, 2556100799); -- Table: story_hip_offset CREATE TABLE 'story_hip_offset' ('category_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'offset' INTEGER NOT NULL, PRIMARY KEY('category_id','chara_id')); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1038, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1033, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1069, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1071, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1037, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1072, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1047, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1015, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1050, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1063, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1067, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1013, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1030, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1074, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1051, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1020, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1078, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1031, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1034, 100); INSERT INTO story_hip_offset (category_id, chara_id, offset) VALUES (50, 1052, 100); -- Table: story_live_position CREATE TABLE 'story_live_position' ('id' INTEGER NOT NULL, 'set_id' INTEGER NOT NULL, 'music_id' INTEGER NOT NULL, 'position_id' INTEGER NOT NULL, 'chara_type' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'dress_id' INTEGER NOT NULL, 'dress_color' INTEGER NOT NULL, 'second_dress_id' INTEGER NOT NULL, 'second_dress_color' INTEGER NOT NULL, 'vocal_chara_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (1, 1, 1025, 1, 1, 1013, 101301, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (2, 2, 1008, 1, 1, 1013, 101301, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (3, 2, 1008, 2, 2, 10008, 8, 0, 0, 0, 1045); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (4, 2, 1008, 3, 2, 10009, 8, 0, 0, 0, 1011); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (5, 2, 1008, 4, 1, 1027, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (6, 2, 1008, 5, 2, 10013, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (7, 2, 1008, 6, 2, 10007, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (8, 2, 1008, 7, 2, 10016, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (9, 2, 1008, 8, 2, 10011, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (10, 2, 1008, 9, 2, 10015, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (11, 2, 1008, 10, 2, 10004, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (12, 2, 1008, 11, 2, 10012, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (13, 2, 1008, 12, 2, 10014, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (14, 2, 1008, 13, 2, 10010, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (15, 2, 1008, 14, 2, 10006, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (16, 2, 1008, 15, 2, 10005, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (17, 2, 1008, 16, 2, 10003, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (18, 2, 1008, 17, 2, 10002, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (19, 2, 1008, 18, 2, 10001, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (20, 3, 1026, 1, 1, 1030, 103001, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (21, 4, 1030, 1, 1, 1035, 103501, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (22, 4, 1030, 2, 1, 1023, 102301, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (23, 4, 1030, 3, 1, 1050, 105001, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (24, 5, 1032, 1, 1, 1003, 100301, 0, 100302, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (25, 5, 1032, 2, 1, 1013, 101301, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (26, 5, 1032, 3, 1, 1060, 106001, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (27, 5, 1032, 4, 1, 1062, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (28, 5, 1032, 5, 1, 1001, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (29, 5, 1032, 6, 1, 1063, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (30, 5, 1032, 7, 1, 1002, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (31, 5, 1032, 8, 1, 1066, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (32, 5, 1032, 9, 1, 1009, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (33, 5, 1032, 10, 1, 1064, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (34, 5, 1032, 11, 1, 1008, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (35, 5, 1032, 12, 1, 1065, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (36, 5, 1032, 13, 1, 1007, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (37, 5, 1032, 14, 1, 1030, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (38, 5, 1032, 15, 1, 1026, 7, 1, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (39, 6, 1028, 1, 1, 1016, 101601, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (40, 6, 1028, 2, 2, 8001, 7, 0, 0, 0, 1032); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (41, 6, 1028, 3, 2, 8002, 7, 0, 0, 0, 1056); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (42, 6, 1028, 4, 2, 8003, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (43, 6, 1028, 5, 2, 8004, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (44, 6, 1028, 6, 2, 8005, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (45, 6, 1028, 7, 2, 8006, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (46, 6, 1028, 8, 2, 8007, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (47, 6, 1028, 9, 2, 8008, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (48, 6, 1028, 10, 2, 8009, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (49, 6, 1028, 11, 2, 8010, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (50, 6, 1028, 12, 2, 8011, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (51, 6, 1028, 13, 2, 8012, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (52, 6, 1028, 14, 2, 8013, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (53, 6, 1028, 15, 2, 8014, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (54, 6, 1028, 16, 2, 8015, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (55, 6, 1028, 17, 2, 8016, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (56, 6, 1028, 18, 2, 8017, 7, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (57, 7, 1031, 1, 1, 1016, 101602, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (58, 8, 1004, 1, 1, 1001, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (59, 8, 1004, 2, 1, 1002, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (60, 8, 1004, 3, 1, 1003, 102, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (61, 8, 1004, 4, 1, 1007, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (62, 8, 1004, 5, 1, 1013, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (63, 8, 1004, 6, 1, 1009, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (64, 8, 1004, 7, 1, 1008, 102, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (65, 8, 1004, 8, 1, 1018, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (66, 8, 1004, 9, 1, 1017, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (67, 8, 1004, 10, 1, 1024, 102, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (68, 8, 1004, 11, 1, 1016, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (69, 8, 1004, 12, 1, 1068, 102, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (70, 8, 1004, 13, 1, 1067, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (71, 8, 1004, 14, 1, 1066, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (72, 8, 1004, 15, 1, 1060, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (73, 8, 1004, 16, 1, 1023, 103, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (74, 8, 1004, 17, 1, 1050, 102, 0, 0, 0, 0); INSERT INTO story_live_position (id, set_id, music_id, position_id, chara_type, chara_id, dress_id, dress_color, second_dress_id, second_dress_color, vocal_chara_id) VALUES (75, 8, 1004, 18, 1, 1035, 102, 0, 0, 0, 0); -- Table: story_still CREATE TABLE 'story_still' ('id' INTEGER NOT NULL, 'still_id' INTEGER NOT NULL, 'page_id' INTEGER NOT NULL, 'order_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (0, 20001011, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (1, 20001011, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (2, 20001011, 0, 2); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (3, 20001011, 0, 3); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (4, 20001041, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (5, 20001041, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (6, 20001041, 0, 2); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (7, 20001071, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (8, 20001121, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (9, 20001131, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (10, 20002011, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (11, 20002011, 1, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (12, 20002011, 1, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (13, 20002011, 1, 2); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (14, 20002011, 1, 3); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (15, 20002011, 1, 4); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (16, 20002031, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (17, 20002071, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (18, 20002071, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (19, 20002091, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (20, 20002111, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (21, 20002111, 1, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (22, 20002131, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (23, 20002133, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (24, 20002133, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (25, 90001008, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (26, 20003011, 1, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (27, 20003051, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (28, 20003051, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (29, 20003051, 0, 2); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (30, 90003005, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (31, 90003007, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (32, 90003008, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (33, 20003081, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (34, 20003081, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (35, 20003121, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (36, 20003121, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (37, 20003133, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (38, 90002004, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (39, 90002004, 1, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (40, 90002004, 2, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (41, 20004021, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (42, 20004041, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (43, 20004041, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (44, 20004061, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (45, 20004061, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (46, 20004061, 0, 2); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (47, 20004111, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (48, 20004111, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (49, 20004134, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (50, 20004134, 0, 1); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (51, 20004134, 0, 2); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (52, 90006003, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (53, 90007005, 0, 0); INSERT INTO story_still (id, still_id, page_id, order_id) VALUES (54, 90008003, 0, 0); -- Table: succession_factor CREATE TABLE 'succession_factor' ('factor_id' INTEGER NOT NULL, 'factor_group_id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'grade' INTEGER NOT NULL, 'factor_type' INTEGER NOT NULL, 'effect_group_id' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('factor_id')); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (101, 1, 1, 1, 1, 11, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (102, 1, 2, 1, 1, 12, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (103, 1, 3, 1, 1, 13, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (201, 2, 1, 1, 1, 11, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (202, 2, 2, 1, 1, 12, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (203, 2, 3, 1, 1, 13, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (301, 3, 1, 1, 1, 11, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (302, 3, 2, 1, 1, 12, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (303, 3, 3, 1, 1, 13, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (401, 4, 1, 1, 1, 11, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (402, 4, 2, 1, 1, 12, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (403, 4, 3, 1, 1, 13, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (501, 5, 1, 1, 1, 11, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (502, 5, 2, 1, 1, 12, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (503, 5, 3, 1, 1, 13, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1101, 11, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1102, 11, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1103, 11, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1201, 12, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1202, 12, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1203, 12, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2101, 21, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2102, 21, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2103, 21, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2201, 22, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2202, 22, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2203, 22, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2301, 23, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2302, 23, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2303, 23, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2401, 24, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2402, 24, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2403, 24, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3101, 31, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3102, 31, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3103, 31, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3201, 32, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3202, 32, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3203, 32, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3301, 33, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3302, 33, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3303, 33, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3401, 34, 1, 1, 2, 21, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3402, 34, 2, 1, 2, 22, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3403, 34, 3, 1, 2, 23, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000101, 10001, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000102, 10001, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000103, 10001, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000201, 10002, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000202, 10002, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000203, 10002, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000301, 10003, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000302, 10003, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000303, 10003, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000401, 10004, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000402, 10004, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000403, 10004, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000501, 10005, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000502, 10005, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000503, 10005, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000601, 10006, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000602, 10006, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000603, 10006, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000701, 10007, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000702, 10007, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000703, 10007, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000801, 10008, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000802, 10008, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000803, 10008, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000901, 10009, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000902, 10009, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1000903, 10009, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001001, 10010, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001002, 10010, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001003, 10010, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001101, 10011, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001102, 10011, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001103, 10011, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001201, 10012, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001202, 10012, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001203, 10012, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001301, 10013, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001302, 10013, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001303, 10013, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001401, 10014, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001402, 10014, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001403, 10014, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001501, 10015, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001502, 10015, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001503, 10015, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001601, 10016, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001602, 10016, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001603, 10016, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001701, 10017, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001702, 10017, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001703, 10017, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001801, 10018, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001802, 10018, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001803, 10018, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001901, 10019, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001902, 10019, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1001903, 10019, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002001, 10020, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002002, 10020, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002003, 10020, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002101, 10021, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002102, 10021, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002103, 10021, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002201, 10022, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002202, 10022, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002203, 10022, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002301, 10023, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002302, 10023, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002303, 10023, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002401, 10024, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002402, 10024, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002403, 10024, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002501, 10025, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002502, 10025, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002503, 10025, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002601, 10026, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002602, 10026, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002603, 10026, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002701, 10027, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002702, 10027, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002703, 10027, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002801, 10028, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002802, 10028, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002803, 10028, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002901, 10029, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002902, 10029, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1002903, 10029, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1003001, 10030, 1, 1, 5, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1003002, 10030, 2, 1, 5, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (1003003, 10030, 3, 1, 5, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000101, 20001, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000102, 20001, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000103, 20001, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000201, 20002, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000202, 20002, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000203, 20002, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000301, 20003, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000302, 20003, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000303, 20003, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000401, 20004, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000402, 20004, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000403, 20004, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000501, 20005, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000502, 20005, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000503, 20005, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000601, 20006, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000602, 20006, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000603, 20006, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000701, 20007, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000702, 20007, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000703, 20007, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000801, 20008, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000802, 20008, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000803, 20008, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000901, 20009, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000902, 20009, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2000903, 20009, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001001, 20010, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001002, 20010, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001003, 20010, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001101, 20011, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001102, 20011, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001103, 20011, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001201, 20012, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001202, 20012, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001203, 20012, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001301, 20013, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001302, 20013, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001303, 20013, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001401, 20014, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001402, 20014, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001403, 20014, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001501, 20015, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001502, 20015, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001503, 20015, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001601, 20016, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001602, 20016, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001603, 20016, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001701, 20017, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001702, 20017, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001703, 20017, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001801, 20018, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001802, 20018, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001803, 20018, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001901, 20019, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001902, 20019, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2001903, 20019, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002001, 20020, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002002, 20020, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002003, 20020, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002101, 20021, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002102, 20021, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002103, 20021, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002201, 20022, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002202, 20022, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002203, 20022, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002301, 20023, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002302, 20023, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002303, 20023, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002401, 20024, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002402, 20024, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002403, 20024, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002501, 20025, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002502, 20025, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002503, 20025, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002601, 20026, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002602, 20026, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002603, 20026, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002701, 20027, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002702, 20027, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002703, 20027, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002801, 20028, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002802, 20028, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002803, 20028, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002901, 20029, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002902, 20029, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2002903, 20029, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003001, 20030, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003002, 20030, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003003, 20030, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003301, 20033, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003302, 20033, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003303, 20033, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003401, 20034, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003402, 20034, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003403, 20034, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003501, 20035, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003502, 20035, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003503, 20035, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003601, 20036, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003602, 20036, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003603, 20036, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003701, 20037, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003702, 20037, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003703, 20037, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003801, 20038, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003802, 20038, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2003803, 20038, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004301, 20043, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004302, 20043, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004303, 20043, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004401, 20044, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004402, 20044, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004403, 20044, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004501, 20045, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004502, 20045, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004503, 20045, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004601, 20046, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004602, 20046, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004603, 20046, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004701, 20047, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004702, 20047, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004703, 20047, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004801, 20048, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004802, 20048, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004803, 20048, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004901, 20049, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004902, 20049, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2004903, 20049, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005001, 20050, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005002, 20050, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005003, 20050, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005101, 20051, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005102, 20051, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005103, 20051, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005301, 20053, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005302, 20053, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005303, 20053, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005401, 20054, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005402, 20054, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005403, 20054, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005501, 20055, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005502, 20055, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005503, 20055, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005601, 20056, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005602, 20056, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005603, 20056, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005701, 20057, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005702, 20057, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005703, 20057, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005801, 20058, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005802, 20058, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005803, 20058, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005901, 20059, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005902, 20059, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2005903, 20059, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006001, 20060, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006002, 20060, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006003, 20060, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006101, 20061, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006102, 20061, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006103, 20061, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006201, 20062, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006202, 20062, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006203, 20062, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006301, 20063, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006302, 20063, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006303, 20063, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006401, 20064, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006402, 20064, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006403, 20064, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006501, 20065, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006502, 20065, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006503, 20065, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006601, 20066, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006602, 20066, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006603, 20066, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006701, 20067, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006702, 20067, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006703, 20067, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006801, 20068, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006802, 20068, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006803, 20068, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006901, 20069, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006902, 20069, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2006903, 20069, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007001, 20070, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007002, 20070, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007003, 20070, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007101, 20071, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007102, 20071, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007103, 20071, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007201, 20072, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007202, 20072, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007203, 20072, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007301, 20073, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007302, 20073, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007303, 20073, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007401, 20074, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007402, 20074, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007403, 20074, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007501, 20075, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007502, 20075, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007503, 20075, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007601, 20076, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007602, 20076, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007603, 20076, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007701, 20077, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007702, 20077, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007703, 20077, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007801, 20078, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007802, 20078, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007803, 20078, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007901, 20079, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007902, 20079, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2007903, 20079, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008001, 20080, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008002, 20080, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008003, 20080, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008101, 20081, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008102, 20081, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008103, 20081, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008201, 20082, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008202, 20082, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008203, 20082, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008301, 20083, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008302, 20083, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008303, 20083, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008401, 20084, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008402, 20084, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008403, 20084, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008501, 20085, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008502, 20085, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008503, 20085, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008601, 20086, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008602, 20086, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008603, 20086, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008701, 20087, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008702, 20087, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008703, 20087, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008801, 20088, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008802, 20088, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008803, 20088, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008901, 20089, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008902, 20089, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2008903, 20089, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009001, 20090, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009002, 20090, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009003, 20090, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009101, 20091, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009102, 20091, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009103, 20091, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009201, 20092, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009202, 20092, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009203, 20092, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009301, 20093, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009302, 20093, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009303, 20093, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009401, 20094, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009402, 20094, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009403, 20094, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009501, 20095, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009502, 20095, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009503, 20095, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009601, 20096, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009602, 20096, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009603, 20096, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009701, 20097, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009702, 20097, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009703, 20097, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009801, 20098, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009802, 20098, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009803, 20098, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009901, 20099, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009902, 20099, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2009903, 20099, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010001, 20100, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010002, 20100, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010003, 20100, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010101, 20101, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010102, 20101, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010103, 20101, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010201, 20102, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010202, 20102, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010203, 20102, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010301, 20103, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010302, 20103, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010303, 20103, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010401, 20104, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010402, 20104, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010403, 20104, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010501, 20105, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010502, 20105, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010503, 20105, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010601, 20106, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010602, 20106, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010603, 20106, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010701, 20107, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010702, 20107, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010703, 20107, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010801, 20108, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010802, 20108, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010803, 20108, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010901, 20109, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010902, 20109, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2010903, 20109, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011001, 20110, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011002, 20110, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011003, 20110, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011101, 20111, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011102, 20111, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011103, 20111, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011201, 20112, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011202, 20112, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011203, 20112, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011301, 20113, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011302, 20113, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011303, 20113, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011401, 20114, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011402, 20114, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011403, 20114, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011501, 20115, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011502, 20115, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011503, 20115, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011601, 20116, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011602, 20116, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011603, 20116, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011701, 20117, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011702, 20117, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011703, 20117, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011801, 20118, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011802, 20118, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011803, 20118, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011901, 20119, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011902, 20119, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2011903, 20119, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012001, 20120, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012002, 20120, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012003, 20120, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012101, 20121, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012102, 20121, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012103, 20121, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012201, 20122, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012202, 20122, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012203, 20122, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012301, 20123, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012302, 20123, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012303, 20123, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012401, 20124, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012402, 20124, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012403, 20124, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012501, 20125, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012502, 20125, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012503, 20125, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012601, 20126, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012602, 20126, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012603, 20126, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012701, 20127, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012702, 20127, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012703, 20127, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012801, 20128, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012802, 20128, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012803, 20128, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012901, 20129, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012902, 20129, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2012903, 20129, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013001, 20130, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013002, 20130, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013003, 20130, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013101, 20131, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013102, 20131, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013103, 20131, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013201, 20132, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013202, 20132, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013203, 20132, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013301, 20133, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013302, 20133, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013303, 20133, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013401, 20134, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013402, 20134, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013403, 20134, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013501, 20135, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013502, 20135, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013503, 20135, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013601, 20136, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013602, 20136, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013603, 20136, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013701, 20137, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013702, 20137, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013703, 20137, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013801, 20138, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013802, 20138, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013803, 20138, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013901, 20139, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013902, 20139, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2013903, 20139, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014001, 20140, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014002, 20140, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014003, 20140, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014101, 20141, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014102, 20141, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014103, 20141, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014201, 20142, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014202, 20142, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014203, 20142, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014301, 20143, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014302, 20143, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014303, 20143, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014401, 20144, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014402, 20144, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014403, 20144, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014501, 20145, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014502, 20145, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014503, 20145, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014601, 20146, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014602, 20146, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014603, 20146, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014701, 20147, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014702, 20147, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014703, 20147, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014801, 20148, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014802, 20148, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014803, 20148, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014901, 20149, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014902, 20149, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2014903, 20149, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015001, 20150, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015002, 20150, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015003, 20150, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015101, 20151, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015102, 20151, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015103, 20151, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015201, 20152, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015202, 20152, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015203, 20152, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015301, 20153, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015302, 20153, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015303, 20153, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015401, 20154, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015402, 20154, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015403, 20154, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015501, 20155, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015502, 20155, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015503, 20155, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015601, 20156, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015602, 20156, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015603, 20156, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015701, 20157, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015702, 20157, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015703, 20157, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015801, 20158, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015802, 20158, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015803, 20158, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015901, 20159, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015902, 20159, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2015903, 20159, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016001, 20160, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016002, 20160, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016003, 20160, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016101, 20161, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016102, 20161, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016103, 20161, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016201, 20162, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016202, 20162, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016203, 20162, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016301, 20163, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016302, 20163, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016303, 20163, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016401, 20164, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016402, 20164, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016403, 20164, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016501, 20165, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016502, 20165, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016503, 20165, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016601, 20166, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016602, 20166, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016603, 20166, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016701, 20167, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016702, 20167, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016703, 20167, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016801, 20168, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016802, 20168, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016803, 20168, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016901, 20169, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016902, 20169, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2016903, 20169, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2017001, 20170, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2017002, 20170, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2017003, 20170, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2019001, 20190, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2019002, 20190, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2019003, 20190, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2020201, 20202, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2020202, 20202, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2020203, 20202, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2020301, 20203, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2020302, 20203, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2020303, 20203, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100101, 21001, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100102, 21001, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100103, 21001, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100201, 21002, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100202, 21002, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100203, 21002, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100301, 21003, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100302, 21003, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100303, 21003, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100401, 21004, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100402, 21004, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100403, 21004, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100501, 21005, 1, 1, 4, 41, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100502, 21005, 2, 1, 4, 42, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (2100503, 21005, 3, 1, 4, 43, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3000101, 30001, 1, 1, 6, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3000102, 30001, 2, 1, 6, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3000103, 30001, 3, 1, 6, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3000201, 30002, 1, 1, 6, 51, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3000202, 30002, 2, 1, 6, 52, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (3000203, 30002, 3, 1, 6, 53, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10010101, 100101, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10010102, 100101, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10010103, 100101, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10010201, 100102, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10010202, 100102, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10010203, 100102, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10020101, 100201, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10020102, 100201, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10020103, 100201, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10030101, 100301, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10030102, 100301, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10030103, 100301, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10030201, 100302, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10030202, 100302, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10030203, 100302, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10040101, 100401, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10040102, 100401, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10040103, 100401, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10040201, 100402, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10040202, 100402, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10040203, 100402, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10050101, 100501, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10050102, 100501, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10050103, 100501, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10060101, 100601, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10060102, 100601, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10060103, 100601, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10060201, 100602, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10060202, 100602, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10060203, 100602, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10070101, 100701, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10070102, 100701, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10070103, 100701, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10080101, 100801, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10080102, 100801, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10080103, 100801, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10090101, 100901, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10090102, 100901, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10090103, 100901, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10100101, 101001, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10100102, 101001, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10100103, 101001, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10110101, 101101, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10110102, 101101, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10110103, 101101, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10110201, 101102, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10110202, 101102, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10110203, 101102, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10120101, 101201, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10120102, 101201, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10120103, 101201, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10130101, 101301, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10130102, 101301, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10130103, 101301, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10130201, 101302, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10130202, 101302, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10130203, 101302, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10140101, 101401, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10140102, 101401, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10140103, 101401, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10140201, 101402, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10140202, 101402, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10140203, 101402, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10150101, 101501, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10150102, 101501, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10150103, 101501, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10160101, 101601, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10160102, 101601, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10160103, 101601, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10170101, 101701, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10170102, 101701, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10170103, 101701, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10170201, 101702, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10170202, 101702, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10170203, 101702, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10180101, 101801, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10180102, 101801, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10180103, 101801, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10180201, 101802, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10180202, 101802, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10180203, 101802, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10190101, 101901, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10190102, 101901, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10190103, 101901, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10200101, 102001, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10200102, 102001, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10200103, 102001, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10230101, 102301, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10230102, 102301, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10230103, 102301, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10230201, 102302, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10230202, 102302, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10230203, 102302, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10240101, 102401, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10240102, 102401, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10240103, 102401, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10240201, 102402, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10240202, 102402, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10240203, 102402, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10250101, 102501, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10250102, 102501, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10250103, 102501, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10260101, 102601, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10260102, 102601, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10260103, 102601, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10270101, 102701, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10270102, 102701, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10270103, 102701, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10280101, 102801, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10280102, 102801, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10280103, 102801, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10300101, 103001, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10300102, 103001, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10300103, 103001, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10300201, 103002, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10300202, 103002, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10300203, 103002, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10320101, 103201, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10320102, 103201, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10320103, 103201, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10350101, 103501, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10350102, 103501, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10350103, 103501, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10370101, 103701, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10370102, 103701, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10370103, 103701, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10380101, 103801, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10380102, 103801, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10380103, 103801, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10390101, 103901, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10390102, 103901, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10390103, 103901, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10400101, 104001, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10400102, 104001, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10400103, 104001, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10400201, 104002, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10400202, 104002, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10400203, 104002, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10410101, 104101, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10410102, 104101, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10410103, 104101, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10450101, 104501, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10450102, 104501, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10450103, 104501, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10450201, 104502, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10450202, 104502, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10450203, 104502, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10460101, 104601, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10460102, 104601, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10460103, 104601, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10480101, 104801, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10480102, 104801, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10480103, 104801, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10500101, 105001, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10500102, 105001, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10500103, 105001, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10520101, 105201, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10520102, 105201, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10520103, 105201, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10560101, 105601, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10560102, 105601, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10560103, 105601, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10560201, 105602, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10560202, 105602, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10560203, 105602, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10580101, 105801, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10580102, 105801, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10580103, 105801, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10590101, 105901, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10590102, 105901, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10590103, 105901, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10600101, 106001, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10600102, 106001, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10600103, 106001, 3, 2, 3, 33, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10610101, 106101, 1, 2, 3, 31, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10610102, 106101, 2, 2, 3, 32, 1483228800, 2524608000); INSERT INTO succession_factor (factor_id, factor_group_id, rarity, grade, factor_type, effect_group_id, start_date, end_date) VALUES (10610103, 106101, 3, 2, 3, 33, 1483228800, 2524608000); -- Table: succession_factor_effect CREATE TABLE 'succession_factor_effect' ('id' INTEGER NOT NULL, 'factor_group_id' INTEGER NOT NULL, 'effect_id' INTEGER NOT NULL, 'target_type' INTEGER NOT NULL, 'value_1' INTEGER NOT NULL, 'value_2' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1, 1, 1, 1, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (2, 1, 2, 1, 4, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (3, 1, 3, 1, 7, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (4, 1, 4, 1, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (5, 1, 5, 1, 13, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (6, 1, 6, 1, 16, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (7, 1, 7, 1, 19, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (8, 1, 8, 1, 22, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (9, 1, 9, 1, 25, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (10, 1, 10, 1, 28, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (11, 2, 1, 2, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (12, 2, 2, 2, 4, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (13, 2, 3, 2, 7, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (14, 2, 4, 2, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (15, 2, 5, 2, 13, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (16, 2, 6, 2, 16, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (17, 2, 7, 2, 19, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (18, 2, 8, 2, 22, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (19, 2, 9, 2, 25, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (20, 2, 10, 2, 28, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (21, 3, 1, 3, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (22, 3, 2, 3, 4, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (23, 3, 3, 3, 7, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (24, 3, 4, 3, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (25, 3, 5, 3, 13, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (26, 3, 6, 3, 16, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (27, 3, 7, 3, 19, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (28, 3, 8, 3, 22, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (29, 3, 9, 3, 25, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (30, 3, 10, 3, 28, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (31, 4, 1, 4, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (32, 4, 2, 4, 4, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (33, 4, 3, 4, 7, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (34, 4, 4, 4, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (35, 4, 5, 4, 13, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (36, 4, 6, 4, 16, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (37, 4, 7, 4, 19, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (38, 4, 8, 4, 22, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (39, 4, 9, 4, 25, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (40, 4, 10, 4, 28, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (41, 5, 1, 5, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (42, 5, 2, 5, 4, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (43, 5, 3, 5, 7, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (44, 5, 4, 5, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (45, 5, 5, 5, 13, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (46, 5, 6, 5, 16, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (47, 5, 7, 5, 19, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (48, 5, 8, 5, 22, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (49, 5, 9, 5, 25, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (50, 5, 10, 5, 28, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (51, 11, 1, 11, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (52, 11, 2, 11, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (53, 12, 1, 12, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (54, 12, 2, 12, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (55, 21, 1, 21, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (56, 21, 2, 21, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (57, 22, 1, 22, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (58, 22, 2, 22, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (59, 23, 1, 23, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (60, 23, 2, 23, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (61, 24, 1, 24, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (62, 24, 2, 24, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (63, 31, 1, 31, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (64, 31, 2, 31, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (65, 32, 1, 32, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (66, 32, 2, 32, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (67, 33, 1, 33, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (68, 33, 2, 33, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (69, 34, 1, 34, 1, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (70, 34, 2, 34, 2, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (71, 100101, 1, 41, 900011, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (72, 100102, 1, 41, 910011, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (73, 100101, 2, 41, 900011, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (74, 100102, 2, 41, 910011, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (75, 100101, 3, 41, 900011, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (76, 100102, 3, 41, 910011, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (77, 100201, 1, 41, 900021, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (79, 100201, 2, 41, 900021, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (81, 100201, 3, 41, 900021, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (83, 100301, 1, 41, 900031, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (84, 100302, 1, 41, 910031, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (85, 100301, 2, 41, 900031, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (86, 100302, 2, 41, 910031, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (87, 100301, 3, 41, 900031, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (88, 100302, 3, 41, 910031, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (89, 100401, 1, 41, 900041, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (90, 100402, 1, 41, 910041, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (91, 100401, 2, 41, 900041, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (92, 100402, 2, 41, 910041, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (93, 100401, 3, 41, 900041, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (94, 100402, 3, 41, 910041, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (95, 100501, 1, 41, 900051, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (97, 100501, 2, 41, 900051, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (99, 100501, 3, 41, 900051, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (101, 100601, 1, 41, 900061, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (102, 100602, 1, 41, 910061, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (103, 100601, 2, 41, 900061, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (104, 100602, 2, 41, 910061, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (105, 100601, 3, 41, 900061, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (106, 100602, 3, 41, 910061, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (107, 100701, 1, 41, 900071, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (109, 100701, 2, 41, 900071, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (111, 100701, 3, 41, 900071, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (113, 100801, 1, 41, 900081, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (115, 100801, 2, 41, 900081, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (117, 100801, 3, 41, 900081, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (119, 100901, 1, 41, 900091, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (121, 100901, 2, 41, 900091, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (123, 100901, 3, 41, 900091, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (125, 101001, 1, 41, 900101, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (127, 101001, 2, 41, 900101, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (129, 101001, 3, 41, 900101, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (131, 101101, 1, 41, 900111, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (132, 101102, 1, 41, 910111, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (133, 101101, 2, 41, 900111, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (134, 101102, 2, 41, 910111, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (135, 101101, 3, 41, 900111, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (136, 101102, 3, 41, 910111, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (137, 101201, 1, 41, 900121, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (139, 101201, 2, 41, 900121, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (141, 101201, 3, 41, 900121, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (143, 101301, 1, 41, 900131, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (144, 101302, 1, 41, 910131, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (145, 101301, 2, 41, 900131, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (146, 101302, 2, 41, 910131, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (147, 101301, 3, 41, 900131, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (148, 101302, 3, 41, 910131, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (149, 101401, 1, 41, 900141, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (150, 101402, 1, 41, 910141, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (151, 101401, 2, 41, 900141, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (152, 101402, 2, 41, 910141, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (153, 101401, 3, 41, 900141, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (154, 101402, 3, 41, 910141, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (155, 101501, 1, 41, 900151, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (157, 101501, 2, 41, 900151, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (159, 101501, 3, 41, 900151, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (161, 101601, 1, 41, 900161, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (162, 101601, 2, 41, 900161, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (163, 101601, 3, 41, 900161, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (164, 101701, 1, 41, 900171, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (165, 101702, 1, 41, 910171, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (166, 101701, 2, 41, 900171, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (167, 101702, 2, 41, 910171, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (168, 101701, 3, 41, 900171, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (169, 101702, 3, 41, 910171, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (170, 101801, 1, 41, 900181, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (172, 101801, 2, 41, 900181, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (174, 101801, 3, 41, 900181, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (176, 101901, 1, 41, 900191, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (177, 101901, 2, 41, 900191, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (178, 101901, 3, 41, 900191, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (179, 102001, 1, 41, 900201, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (181, 102001, 2, 41, 900201, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (183, 102001, 3, 41, 900201, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (191, 102301, 1, 41, 900231, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (192, 102301, 2, 41, 900231, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (193, 102301, 3, 41, 900231, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (194, 102401, 1, 41, 900241, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (196, 102401, 2, 41, 900241, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (198, 102401, 3, 41, 900241, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (200, 102501, 1, 41, 900251, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (201, 102501, 2, 41, 900251, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (202, 102501, 3, 41, 900251, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (203, 102601, 1, 41, 900261, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (204, 102601, 2, 41, 900261, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (205, 102601, 3, 41, 900261, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (206, 102701, 1, 41, 900271, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (208, 102701, 2, 41, 900271, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (210, 102701, 3, 41, 900271, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (212, 102801, 1, 41, 900281, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (213, 102801, 2, 41, 900281, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (214, 102801, 3, 41, 900281, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (218, 103001, 1, 41, 900301, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (219, 103002, 1, 41, 910301, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (220, 103001, 2, 41, 900301, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (221, 103002, 2, 41, 910301, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (222, 103001, 3, 41, 900301, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (223, 103002, 3, 41, 910301, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (227, 103201, 1, 41, 900321, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (229, 103201, 2, 41, 900321, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (231, 103201, 3, 41, 900321, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (239, 103501, 1, 41, 900351, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (241, 103501, 2, 41, 900351, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (243, 103501, 3, 41, 900351, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (248, 103701, 1, 41, 900371, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (249, 103701, 2, 41, 900371, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (250, 103701, 3, 41, 900371, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (251, 103801, 1, 41, 900381, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (252, 103801, 2, 41, 900381, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (253, 103801, 3, 41, 900381, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (254, 103901, 1, 41, 900391, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (255, 103901, 2, 41, 900391, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (256, 103901, 3, 41, 900391, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (257, 104001, 1, 41, 900401, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (258, 104002, 1, 41, 910401, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (259, 104001, 2, 41, 900401, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (260, 104002, 2, 41, 910401, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (261, 104001, 3, 41, 900401, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (262, 104002, 3, 41, 910401, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (263, 104101, 1, 41, 900411, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (265, 104101, 2, 41, 900411, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (267, 104101, 3, 41, 900411, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (278, 104501, 1, 41, 900451, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (279, 104502, 1, 41, 910451, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (280, 104501, 2, 41, 900451, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (281, 104502, 2, 41, 910451, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (282, 104501, 3, 41, 900451, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (283, 104502, 3, 41, 910451, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (284, 104601, 1, 41, 900461, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (285, 104601, 2, 41, 900461, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (286, 104601, 3, 41, 900461, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (290, 104801, 1, 41, 900481, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (291, 104801, 2, 41, 900481, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (292, 104801, 3, 41, 900481, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (296, 105001, 1, 41, 900501, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (297, 105001, 2, 41, 900501, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (298, 105001, 3, 41, 900501, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (302, 105201, 1, 41, 900521, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (304, 105201, 2, 41, 900521, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (306, 105201, 3, 41, 900521, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (317, 105601, 1, 41, 900561, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (318, 105602, 1, 41, 910561, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (319, 105601, 2, 41, 900561, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (320, 105602, 2, 41, 910561, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (321, 105601, 3, 41, 900561, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (322, 105602, 3, 41, 910561, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (326, 105801, 1, 41, 900581, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (327, 105801, 2, 41, 900581, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (328, 105801, 3, 41, 900581, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (329, 105901, 1, 41, 900591, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (330, 105901, 2, 41, 900591, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (331, 105901, 3, 41, 900591, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (332, 106001, 1, 41, 900601, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (334, 106001, 2, 41, 900601, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (336, 106001, 3, 41, 900601, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (338, 106101, 1, 41, 900611, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (340, 106101, 2, 41, 900611, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (342, 106101, 3, 41, 900611, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (344, 20001, 1, 41, 200012, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (345, 20001, 2, 41, 200012, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (346, 20001, 3, 41, 200012, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (347, 20001, 4, 41, 200012, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (348, 20001, 5, 41, 200012, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (349, 20002, 1, 41, 200022, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (350, 20002, 2, 41, 200022, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (351, 20002, 3, 41, 200022, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (352, 20002, 4, 41, 200022, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (353, 20002, 5, 41, 200022, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (354, 20003, 1, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (355, 20003, 2, 41, 200032, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (356, 20003, 3, 41, 200032, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (357, 20003, 4, 41, 200032, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (358, 20003, 5, 41, 200032, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (359, 20004, 1, 41, 200042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (360, 20004, 2, 41, 200042, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (361, 20004, 3, 41, 200042, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (362, 20004, 4, 41, 200042, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (363, 20004, 5, 41, 200042, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (364, 20005, 1, 41, 200052, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (365, 20005, 2, 41, 200052, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (366, 20005, 3, 41, 200052, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (367, 20005, 4, 41, 200052, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (368, 20005, 5, 41, 200052, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (369, 20006, 1, 41, 200062, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (370, 20006, 2, 41, 200062, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (371, 20006, 3, 41, 200062, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (372, 20006, 4, 41, 200062, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (373, 20006, 5, 41, 200062, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (374, 20007, 1, 41, 200072, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (375, 20007, 2, 41, 200072, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (376, 20007, 3, 41, 200072, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (377, 20007, 4, 41, 200072, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (378, 20007, 5, 41, 200072, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (379, 20008, 1, 41, 200082, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (380, 20008, 2, 41, 200082, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (381, 20008, 3, 41, 200082, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (382, 20008, 4, 41, 200082, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (383, 20008, 5, 41, 200082, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (384, 20009, 1, 41, 200092, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (385, 20009, 2, 41, 200092, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (386, 20009, 3, 41, 200092, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (387, 20009, 4, 41, 200092, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (388, 20009, 5, 41, 200092, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (389, 20010, 1, 41, 200102, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (390, 20010, 2, 41, 200102, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (391, 20010, 3, 41, 200102, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (392, 20010, 4, 41, 200102, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (393, 20010, 5, 41, 200102, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (394, 20011, 1, 41, 200112, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (395, 20011, 2, 41, 200112, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (396, 20011, 3, 41, 200112, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (397, 20011, 4, 41, 200112, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (398, 20011, 5, 41, 200112, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (399, 20012, 1, 41, 200122, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (400, 20012, 2, 41, 200122, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (401, 20012, 3, 41, 200122, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (402, 20012, 4, 41, 200122, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (403, 20012, 5, 41, 200122, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (404, 20013, 1, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (405, 20013, 2, 41, 200132, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (406, 20013, 3, 41, 200132, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (407, 20013, 4, 41, 200132, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (408, 20013, 5, 41, 200132, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (409, 20014, 1, 41, 200142, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (410, 20014, 2, 41, 200142, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (411, 20014, 3, 41, 200142, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (412, 20014, 4, 41, 200142, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (413, 20014, 5, 41, 200142, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (414, 20015, 1, 41, 200152, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (415, 20015, 2, 41, 200152, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (416, 20015, 3, 41, 200152, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (417, 20015, 4, 41, 200152, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (418, 20015, 5, 41, 200152, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (419, 20016, 1, 41, 200162, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (420, 20016, 2, 41, 200162, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (421, 20016, 3, 41, 200162, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (422, 20016, 4, 41, 200162, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (423, 20016, 5, 41, 200162, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (424, 20017, 1, 41, 200172, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (425, 20017, 2, 41, 200172, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (426, 20017, 3, 41, 200172, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (427, 20017, 4, 41, 200172, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (428, 20017, 5, 41, 200172, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (429, 20018, 1, 41, 200182, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (430, 20018, 2, 41, 200182, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (431, 20018, 3, 41, 200182, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (432, 20018, 4, 41, 200182, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (433, 20018, 5, 41, 200182, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (434, 20019, 1, 41, 200192, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (435, 20019, 2, 41, 200192, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (436, 20019, 3, 41, 200192, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (437, 20019, 4, 41, 200192, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (438, 20019, 5, 41, 200192, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (439, 20020, 1, 41, 200202, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (440, 20020, 2, 41, 200202, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (441, 20020, 3, 41, 200202, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (442, 20020, 4, 41, 200202, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (443, 20020, 5, 41, 200202, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (444, 20021, 1, 41, 200212, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (445, 20021, 2, 41, 200212, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (446, 20021, 3, 41, 200212, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (447, 20021, 4, 41, 200212, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (448, 20021, 5, 41, 200212, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (449, 20022, 1, 41, 200222, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (450, 20022, 2, 41, 200222, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (451, 20022, 3, 41, 200222, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (452, 20022, 4, 41, 200222, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (453, 20022, 5, 41, 200222, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (454, 20023, 1, 41, 200232, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (455, 20023, 2, 41, 200232, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (456, 20023, 3, 41, 200232, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (457, 20023, 4, 41, 200232, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (458, 20023, 5, 41, 200232, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (459, 20024, 1, 41, 200242, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (460, 20024, 2, 41, 200242, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (461, 20024, 3, 41, 200242, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (462, 20024, 4, 41, 200242, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (463, 20024, 5, 41, 200242, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (464, 20025, 1, 41, 200252, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (465, 20025, 2, 41, 200252, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (466, 20025, 3, 41, 200252, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (467, 20025, 4, 41, 200252, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (468, 20025, 5, 41, 200252, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (469, 20026, 1, 41, 200262, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (470, 20026, 2, 41, 200262, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (471, 20026, 3, 41, 200262, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (472, 20026, 4, 41, 200262, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (473, 20026, 5, 41, 200262, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (474, 20027, 1, 41, 200272, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (475, 20027, 2, 41, 200272, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (476, 20027, 3, 41, 200272, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (477, 20027, 4, 41, 200272, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (478, 20027, 5, 41, 200272, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (479, 20028, 1, 41, 200282, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (480, 20028, 2, 41, 200282, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (481, 20028, 3, 41, 200282, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (482, 20028, 4, 41, 200282, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (483, 20028, 5, 41, 200282, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (484, 20029, 1, 41, 200292, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (485, 20029, 2, 41, 200292, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (486, 20029, 3, 41, 200292, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (487, 20029, 4, 41, 200292, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (488, 20029, 5, 41, 200292, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (489, 20030, 1, 41, 200302, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (490, 20030, 2, 41, 200302, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (491, 20030, 3, 41, 200302, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (492, 20030, 4, 41, 200302, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (493, 20030, 5, 41, 200302, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (494, 20033, 1, 41, 200332, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (495, 20033, 2, 41, 200332, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (496, 20033, 3, 41, 200332, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (497, 20033, 4, 41, 200332, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (498, 20033, 5, 41, 200332, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (499, 20034, 1, 41, 200342, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (500, 20034, 2, 41, 200342, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (501, 20034, 3, 41, 200342, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (502, 20034, 4, 41, 200342, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (503, 20034, 5, 41, 200342, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (504, 20035, 1, 41, 200352, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (505, 20035, 2, 41, 200352, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (506, 20035, 3, 41, 200352, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (507, 20035, 4, 41, 200352, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (508, 20035, 5, 41, 200352, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (509, 20036, 1, 41, 200362, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (510, 20036, 2, 41, 200362, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (511, 20036, 3, 41, 200362, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (512, 20036, 4, 41, 200362, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (513, 20036, 5, 41, 200362, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (514, 20037, 1, 41, 200372, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (515, 20037, 2, 41, 200372, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (516, 20037, 3, 41, 200372, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (517, 20037, 4, 41, 200372, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (518, 20037, 5, 41, 200372, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (519, 20038, 1, 41, 200382, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (520, 20038, 2, 41, 200382, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (521, 20038, 3, 41, 200382, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (522, 20038, 4, 41, 200382, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (523, 20038, 5, 41, 200382, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (524, 20043, 1, 41, 200432, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (525, 20043, 2, 41, 200432, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (526, 20043, 3, 41, 200432, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (527, 20043, 4, 41, 200432, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (528, 20043, 5, 41, 200432, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (529, 20044, 1, 41, 200442, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (530, 20044, 2, 41, 200442, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (531, 20044, 3, 41, 200442, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (532, 20044, 4, 41, 200442, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (533, 20044, 5, 41, 200442, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (534, 20045, 1, 41, 200452, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (535, 20045, 2, 41, 200452, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (536, 20045, 3, 41, 200452, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (537, 20045, 4, 41, 200452, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (538, 20045, 5, 41, 200452, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (539, 20046, 1, 41, 200462, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (540, 20046, 2, 41, 200462, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (541, 20046, 3, 41, 200462, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (542, 20046, 4, 41, 200462, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (543, 20046, 5, 41, 200462, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (544, 20047, 1, 41, 200472, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (545, 20047, 2, 41, 200472, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (546, 20047, 3, 41, 200472, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (547, 20047, 4, 41, 200472, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (548, 20047, 5, 41, 200472, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (549, 20048, 1, 41, 200482, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (550, 20048, 2, 41, 200482, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (551, 20048, 3, 41, 200482, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (552, 20048, 4, 41, 200482, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (553, 20048, 5, 41, 200482, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (554, 20049, 1, 41, 200492, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (555, 20049, 2, 41, 200492, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (556, 20049, 3, 41, 200492, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (557, 20049, 4, 41, 200492, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (558, 20049, 5, 41, 200492, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (559, 20050, 1, 41, 200502, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (560, 20050, 2, 41, 200502, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (561, 20050, 3, 41, 200502, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (562, 20050, 4, 41, 200502, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (563, 20050, 5, 41, 200502, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (564, 20051, 1, 41, 200512, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (565, 20051, 2, 41, 200512, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (566, 20051, 3, 41, 200512, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (567, 20051, 4, 41, 200512, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (568, 20051, 5, 41, 200512, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (569, 20053, 1, 41, 200532, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (570, 20053, 2, 41, 200532, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (571, 20053, 3, 41, 200532, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (572, 20053, 4, 41, 200532, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (573, 20053, 5, 41, 200532, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (574, 20054, 1, 41, 200542, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (575, 20054, 2, 41, 200542, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (576, 20054, 3, 41, 200542, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (577, 20054, 4, 41, 200542, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (578, 20054, 5, 41, 200542, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (579, 20055, 1, 41, 200552, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (580, 20055, 2, 41, 200552, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (581, 20055, 3, 41, 200552, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (582, 20055, 4, 41, 200552, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (583, 20055, 5, 41, 200552, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (584, 20056, 1, 41, 200562, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (585, 20056, 2, 41, 200562, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (586, 20056, 3, 41, 200562, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (587, 20056, 4, 41, 200562, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (588, 20056, 5, 41, 200562, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (589, 20057, 1, 41, 200572, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (590, 20057, 2, 41, 200572, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (591, 20057, 3, 41, 200572, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (592, 20057, 4, 41, 200572, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (593, 20057, 5, 41, 200572, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (594, 20058, 1, 41, 200582, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (595, 20058, 2, 41, 200582, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (596, 20058, 3, 41, 200582, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (597, 20058, 4, 41, 200582, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (598, 20058, 5, 41, 200582, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (599, 20059, 1, 41, 200592, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (600, 20059, 2, 41, 200592, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (601, 20059, 3, 41, 200592, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (602, 20059, 4, 41, 200592, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (603, 20059, 5, 41, 200592, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (604, 20060, 1, 41, 200602, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (605, 20060, 2, 41, 200602, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (606, 20060, 3, 41, 200602, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (607, 20060, 4, 41, 200602, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (608, 20060, 5, 41, 200602, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (609, 20061, 1, 41, 200612, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (610, 20061, 2, 41, 200612, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (611, 20061, 3, 41, 200612, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (612, 20061, 4, 41, 200612, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (613, 20061, 5, 41, 200612, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (614, 20062, 1, 41, 200622, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (615, 20062, 2, 41, 200622, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (616, 20062, 3, 41, 200622, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (617, 20062, 4, 41, 200622, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (618, 20062, 5, 41, 200622, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (619, 20063, 1, 41, 200632, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (620, 20063, 2, 41, 200632, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (621, 20063, 3, 41, 200632, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (622, 20063, 4, 41, 200632, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (623, 20063, 5, 41, 200632, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (624, 20064, 1, 41, 200642, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (625, 20064, 2, 41, 200642, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (626, 20064, 3, 41, 200642, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (627, 20064, 4, 41, 200642, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (628, 20064, 5, 41, 200642, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (629, 20065, 1, 41, 200652, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (630, 20065, 2, 41, 200652, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (631, 20065, 3, 41, 200652, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (632, 20065, 4, 41, 200652, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (633, 20065, 5, 41, 200652, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (634, 20066, 1, 41, 200662, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (635, 20066, 2, 41, 200662, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (636, 20066, 3, 41, 200662, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (637, 20066, 4, 41, 200662, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (638, 20066, 5, 41, 200662, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (639, 20067, 1, 41, 200672, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (640, 20067, 2, 41, 200672, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (641, 20067, 3, 41, 200672, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (642, 20067, 4, 41, 200672, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (643, 20067, 5, 41, 200672, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (644, 20068, 1, 41, 200682, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (645, 20068, 2, 41, 200682, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (646, 20068, 3, 41, 200682, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (647, 20068, 4, 41, 200682, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (648, 20068, 5, 41, 200682, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (649, 20069, 1, 41, 200692, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (650, 20069, 2, 41, 200692, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (651, 20069, 3, 41, 200692, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (652, 20069, 4, 41, 200692, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (653, 20069, 5, 41, 200692, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (654, 20070, 1, 41, 200702, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (655, 20070, 2, 41, 200702, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (656, 20070, 3, 41, 200702, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (657, 20070, 4, 41, 200702, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (658, 20070, 5, 41, 200702, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (659, 20071, 1, 41, 200712, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (660, 20071, 2, 41, 200712, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (661, 20071, 3, 41, 200712, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (662, 20071, 4, 41, 200712, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (663, 20071, 5, 41, 200712, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (664, 20072, 1, 41, 200722, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (665, 20072, 2, 41, 200722, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (666, 20072, 3, 41, 200722, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (667, 20072, 4, 41, 200722, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (668, 20072, 5, 41, 200722, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (669, 20073, 1, 41, 200732, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (670, 20073, 2, 41, 200732, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (671, 20073, 3, 41, 200732, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (672, 20073, 4, 41, 200732, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (673, 20073, 5, 41, 200732, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (674, 20074, 1, 41, 200742, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (675, 20074, 2, 41, 200742, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (676, 20074, 3, 41, 200742, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (677, 20074, 4, 41, 200742, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (678, 20074, 5, 41, 200742, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (679, 20075, 1, 41, 200752, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (680, 20075, 2, 41, 200752, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (681, 20075, 3, 41, 200752, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (682, 20075, 4, 41, 200752, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (683, 20075, 5, 41, 200752, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (684, 20076, 1, 41, 200762, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (685, 20076, 2, 41, 200762, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (686, 20076, 3, 41, 200762, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (687, 20076, 4, 41, 200762, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (688, 20076, 5, 41, 200762, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (689, 20077, 1, 41, 200771, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (690, 20077, 2, 41, 200771, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (691, 20077, 3, 41, 200771, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (692, 20077, 4, 41, 200771, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (693, 20077, 5, 41, 200771, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (694, 20078, 1, 41, 200781, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (695, 20078, 2, 41, 200781, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (696, 20078, 3, 41, 200781, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (697, 20078, 4, 41, 200781, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (698, 20078, 5, 41, 200781, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (699, 20079, 1, 41, 200791, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (700, 20079, 2, 41, 200791, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (701, 20079, 3, 41, 200791, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (702, 20079, 4, 41, 200791, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (703, 20079, 5, 41, 200791, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (704, 20080, 1, 41, 200801, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (705, 20080, 2, 41, 200801, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (706, 20080, 3, 41, 200801, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (707, 20080, 4, 41, 200801, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (708, 20080, 5, 41, 200801, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (709, 20081, 1, 41, 200811, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (710, 20081, 2, 41, 200811, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (711, 20081, 3, 41, 200811, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (712, 20081, 4, 41, 200811, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (713, 20081, 5, 41, 200811, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (714, 20082, 1, 41, 200821, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (715, 20082, 2, 41, 200821, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (716, 20082, 3, 41, 200821, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (717, 20082, 4, 41, 200821, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (718, 20082, 5, 41, 200821, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (719, 20083, 1, 41, 200831, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (720, 20083, 2, 41, 200831, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (721, 20083, 3, 41, 200831, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (722, 20083, 4, 41, 200831, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (723, 20083, 5, 41, 200831, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (724, 20084, 1, 41, 200841, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (725, 20084, 2, 41, 200841, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (726, 20084, 3, 41, 200841, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (727, 20084, 4, 41, 200841, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (728, 20084, 5, 41, 200841, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (729, 20085, 1, 41, 200851, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (730, 20085, 2, 41, 200851, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (731, 20085, 3, 41, 200851, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (732, 20085, 4, 41, 200851, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (733, 20085, 5, 41, 200851, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (734, 20086, 1, 41, 200861, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (735, 20086, 2, 41, 200861, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (736, 20086, 3, 41, 200861, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (737, 20086, 4, 41, 200861, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (738, 20086, 5, 41, 200861, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (739, 20087, 1, 41, 200871, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (740, 20087, 2, 41, 200871, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (741, 20087, 3, 41, 200871, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (742, 20087, 4, 41, 200871, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (743, 20087, 5, 41, 200871, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (744, 20088, 1, 41, 200881, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (745, 20088, 2, 41, 200881, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (746, 20088, 3, 41, 200881, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (747, 20088, 4, 41, 200881, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (748, 20088, 5, 41, 200881, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (749, 20089, 1, 41, 200891, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (750, 20089, 2, 41, 200891, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (751, 20089, 3, 41, 200891, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (752, 20089, 4, 41, 200891, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (753, 20089, 5, 41, 200891, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (754, 20090, 1, 41, 200901, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (755, 20090, 2, 41, 200901, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (756, 20090, 3, 41, 200901, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (757, 20090, 4, 41, 200901, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (758, 20090, 5, 41, 200901, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (759, 20091, 1, 41, 200911, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (760, 20091, 2, 41, 200911, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (761, 20091, 3, 41, 200911, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (762, 20091, 4, 41, 200911, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (763, 20091, 5, 41, 200911, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (764, 20092, 1, 41, 200921, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (765, 20092, 2, 41, 200921, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (766, 20092, 3, 41, 200921, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (767, 20092, 4, 41, 200921, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (768, 20092, 5, 41, 200921, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (769, 20093, 1, 41, 200931, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (770, 20093, 2, 41, 200931, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (771, 20093, 3, 41, 200931, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (772, 20093, 4, 41, 200931, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (773, 20093, 5, 41, 200931, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (774, 20094, 1, 41, 200941, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (775, 20094, 2, 41, 200941, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (776, 20094, 3, 41, 200941, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (777, 20094, 4, 41, 200941, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (778, 20094, 5, 41, 200941, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (779, 20095, 1, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (780, 20095, 2, 41, 200952, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (781, 20095, 3, 41, 200952, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (782, 20095, 4, 41, 200952, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (783, 20095, 5, 41, 200952, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (784, 20096, 1, 41, 200962, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (785, 20096, 2, 41, 200962, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (786, 20096, 3, 41, 200962, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (787, 20096, 4, 41, 200962, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (788, 20096, 5, 41, 200962, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (789, 20097, 1, 41, 200972, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (790, 20097, 2, 41, 200972, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (791, 20097, 3, 41, 200972, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (792, 20097, 4, 41, 200972, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (793, 20097, 5, 41, 200972, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (794, 20098, 1, 41, 200982, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (795, 20098, 2, 41, 200982, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (796, 20098, 3, 41, 200982, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (797, 20098, 4, 41, 200982, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (798, 20098, 5, 41, 200982, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (799, 20099, 1, 41, 200992, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (800, 20099, 2, 41, 200992, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (801, 20099, 3, 41, 200992, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (802, 20099, 4, 41, 200992, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (803, 20099, 5, 41, 200992, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (804, 20100, 1, 41, 201002, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (805, 20100, 2, 41, 201002, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (806, 20100, 3, 41, 201002, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (807, 20100, 4, 41, 201002, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (808, 20100, 5, 41, 201002, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (809, 20101, 1, 41, 201012, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (810, 20101, 2, 41, 201012, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (811, 20101, 3, 41, 201012, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (812, 20101, 4, 41, 201012, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (813, 20101, 5, 41, 201012, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (814, 20102, 1, 41, 201022, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (815, 20102, 2, 41, 201022, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (816, 20102, 3, 41, 201022, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (817, 20102, 4, 41, 201022, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (818, 20102, 5, 41, 201022, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (819, 20103, 1, 41, 201032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (820, 20103, 2, 41, 201032, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (821, 20103, 3, 41, 201032, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (822, 20103, 4, 41, 201032, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (823, 20103, 5, 41, 201032, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (824, 20104, 1, 41, 201042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (825, 20104, 2, 41, 201042, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (826, 20104, 3, 41, 201042, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (827, 20104, 4, 41, 201042, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (828, 20104, 5, 41, 201042, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (829, 20105, 1, 41, 201052, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (830, 20105, 2, 41, 201052, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (831, 20105, 3, 41, 201052, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (832, 20105, 4, 41, 201052, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (833, 20105, 5, 41, 201052, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (834, 20106, 1, 41, 201062, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (835, 20106, 2, 41, 201062, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (836, 20106, 3, 41, 201062, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (837, 20106, 4, 41, 201062, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (838, 20106, 5, 41, 201062, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (839, 20107, 1, 41, 201072, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (840, 20107, 2, 41, 201072, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (841, 20107, 3, 41, 201072, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (842, 20107, 4, 41, 201072, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (843, 20107, 5, 41, 201072, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (844, 20108, 1, 41, 201082, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (845, 20108, 2, 41, 201082, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (846, 20108, 3, 41, 201082, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (847, 20108, 4, 41, 201082, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (848, 20108, 5, 41, 201082, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (849, 20109, 1, 41, 201092, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (850, 20109, 2, 41, 201092, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (851, 20109, 3, 41, 201092, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (852, 20109, 4, 41, 201092, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (853, 20109, 5, 41, 201092, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (854, 20110, 1, 41, 201102, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (855, 20110, 2, 41, 201102, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (856, 20110, 3, 41, 201102, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (857, 20110, 4, 41, 201102, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (858, 20110, 5, 41, 201102, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (859, 20111, 1, 41, 201112, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (860, 20111, 2, 41, 201112, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (861, 20111, 3, 41, 201112, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (862, 20111, 4, 41, 201112, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (863, 20111, 5, 41, 201112, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (864, 20112, 1, 41, 201122, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (865, 20112, 2, 41, 201122, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (866, 20112, 3, 41, 201122, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (867, 20112, 4, 41, 201122, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (868, 20112, 5, 41, 201122, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (869, 20113, 1, 41, 201132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (870, 20113, 2, 41, 201132, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (871, 20113, 3, 41, 201132, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (872, 20113, 4, 41, 201132, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (873, 20113, 5, 41, 201132, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (874, 20114, 1, 41, 201142, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (875, 20114, 2, 41, 201142, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (876, 20114, 3, 41, 201142, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (877, 20114, 4, 41, 201142, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (878, 20114, 5, 41, 201142, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (879, 20115, 1, 41, 201152, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (880, 20115, 2, 41, 201152, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (881, 20115, 3, 41, 201152, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (882, 20115, 4, 41, 201152, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (883, 20115, 5, 41, 201152, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (884, 20116, 1, 41, 201162, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (885, 20116, 2, 41, 201162, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (886, 20116, 3, 41, 201162, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (887, 20116, 4, 41, 201162, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (888, 20116, 5, 41, 201162, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (889, 20117, 1, 41, 201172, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (890, 20117, 2, 41, 201172, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (891, 20117, 3, 41, 201172, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (892, 20117, 4, 41, 201172, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (893, 20117, 5, 41, 201172, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (894, 20118, 1, 41, 201182, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (895, 20118, 2, 41, 201182, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (896, 20118, 3, 41, 201182, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (897, 20118, 4, 41, 201182, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (898, 20118, 5, 41, 201182, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (899, 20119, 1, 41, 201192, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (900, 20119, 2, 41, 201192, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (901, 20119, 3, 41, 201192, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (902, 20119, 4, 41, 201192, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (903, 20119, 5, 41, 201192, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (904, 20120, 1, 41, 201202, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (905, 20120, 2, 41, 201202, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (906, 20120, 3, 41, 201202, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (907, 20120, 4, 41, 201202, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (908, 20120, 5, 41, 201202, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (909, 20121, 1, 41, 201212, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (910, 20121, 2, 41, 201212, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (911, 20121, 3, 41, 201212, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (912, 20121, 4, 41, 201212, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (913, 20121, 5, 41, 201212, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (914, 20122, 1, 41, 201222, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (915, 20122, 2, 41, 201222, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (916, 20122, 3, 41, 201222, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (917, 20122, 4, 41, 201222, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (918, 20122, 5, 41, 201222, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (919, 20123, 1, 41, 201232, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (920, 20123, 2, 41, 201232, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (921, 20123, 3, 41, 201232, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (922, 20123, 4, 41, 201232, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (923, 20123, 5, 41, 201232, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (924, 20124, 1, 41, 201242, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (925, 20124, 2, 41, 201242, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (926, 20124, 3, 41, 201242, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (927, 20124, 4, 41, 201242, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (928, 20124, 5, 41, 201242, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (929, 20125, 1, 41, 201252, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (930, 20125, 2, 41, 201252, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (931, 20125, 3, 41, 201252, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (932, 20125, 4, 41, 201252, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (933, 20125, 5, 41, 201252, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (934, 20126, 1, 41, 201262, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (935, 20126, 2, 41, 201262, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (936, 20126, 3, 41, 201262, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (937, 20126, 4, 41, 201262, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (938, 20126, 5, 41, 201262, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (939, 20127, 1, 41, 201272, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (940, 20127, 2, 41, 201272, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (941, 20127, 3, 41, 201272, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (942, 20127, 4, 41, 201272, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (943, 20127, 5, 41, 201272, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (944, 20128, 1, 41, 201282, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (945, 20128, 2, 41, 201282, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (946, 20128, 3, 41, 201282, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (947, 20128, 4, 41, 201282, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (948, 20128, 5, 41, 201282, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (949, 20129, 1, 41, 201292, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (950, 20129, 2, 41, 201292, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (951, 20129, 3, 41, 201292, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (952, 20129, 4, 41, 201292, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (953, 20129, 5, 41, 201292, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (954, 20130, 1, 41, 201302, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (955, 20130, 2, 41, 201302, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (956, 20130, 3, 41, 201302, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (957, 20130, 4, 41, 201302, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (958, 20130, 5, 41, 201302, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (959, 20131, 1, 41, 201312, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (960, 20131, 2, 41, 201312, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (961, 20131, 3, 41, 201312, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (962, 20131, 4, 41, 201312, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (963, 20131, 5, 41, 201312, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (964, 20132, 1, 41, 201322, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (965, 20132, 2, 41, 201322, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (966, 20132, 3, 41, 201322, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (967, 20132, 4, 41, 201322, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (968, 20132, 5, 41, 201322, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (969, 20133, 1, 41, 201332, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (970, 20133, 2, 41, 201332, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (971, 20133, 3, 41, 201332, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (972, 20133, 4, 41, 201332, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (973, 20133, 5, 41, 201332, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (974, 20134, 1, 41, 201342, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (975, 20134, 2, 41, 201342, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (976, 20134, 3, 41, 201342, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (977, 20134, 4, 41, 201342, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (978, 20134, 5, 41, 201342, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (979, 20135, 1, 41, 201352, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (980, 20135, 2, 41, 201352, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (981, 20135, 3, 41, 201352, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (982, 20135, 4, 41, 201352, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (983, 20135, 5, 41, 201352, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (984, 20136, 1, 41, 201362, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (985, 20136, 2, 41, 201362, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (986, 20136, 3, 41, 201362, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (987, 20136, 4, 41, 201362, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (988, 20136, 5, 41, 201362, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (989, 20137, 1, 41, 201372, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (990, 20137, 2, 41, 201372, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (991, 20137, 3, 41, 201372, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (992, 20137, 4, 41, 201372, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (993, 20137, 5, 41, 201372, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (994, 20138, 1, 41, 201382, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (995, 20138, 2, 41, 201382, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (996, 20138, 3, 41, 201382, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (997, 20138, 4, 41, 201382, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (998, 20138, 5, 41, 201382, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (999, 20139, 1, 41, 201392, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1000, 20139, 2, 41, 201392, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1001, 20139, 3, 41, 201392, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1002, 20139, 4, 41, 201392, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1003, 20139, 5, 41, 201392, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1004, 20140, 1, 41, 201402, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1005, 20140, 2, 41, 201402, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1006, 20140, 3, 41, 201402, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1007, 20140, 4, 41, 201402, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1008, 20140, 5, 41, 201402, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1009, 20141, 1, 41, 201412, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1010, 20141, 2, 41, 201412, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1011, 20141, 3, 41, 201412, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1012, 20141, 4, 41, 201412, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1013, 20141, 5, 41, 201412, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1014, 20142, 1, 41, 201422, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1015, 20142, 2, 41, 201422, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1016, 20142, 3, 41, 201422, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1017, 20142, 4, 41, 201422, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1018, 20142, 5, 41, 201422, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1019, 20143, 1, 41, 201432, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1020, 20143, 2, 41, 201432, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1021, 20143, 3, 41, 201432, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1022, 20143, 4, 41, 201432, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1023, 20143, 5, 41, 201432, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1024, 20144, 1, 41, 201442, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1025, 20144, 2, 41, 201442, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1026, 20144, 3, 41, 201442, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1027, 20144, 4, 41, 201442, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1028, 20144, 5, 41, 201442, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1029, 20145, 1, 41, 201452, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1030, 20145, 2, 41, 201452, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1031, 20145, 3, 41, 201452, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1032, 20145, 4, 41, 201452, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1033, 20145, 5, 41, 201452, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1034, 20146, 1, 41, 201462, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1035, 20146, 2, 41, 201462, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1036, 20146, 3, 41, 201462, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1037, 20146, 4, 41, 201462, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1038, 20146, 5, 41, 201462, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1039, 20147, 1, 41, 201472, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1040, 20147, 2, 41, 201472, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1041, 20147, 3, 41, 201472, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1042, 20147, 4, 41, 201472, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1043, 20147, 5, 41, 201472, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1044, 20148, 1, 41, 201482, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1045, 20148, 2, 41, 201482, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1046, 20148, 3, 41, 201482, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1047, 20148, 4, 41, 201482, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1048, 20148, 5, 41, 201482, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1049, 20149, 1, 41, 201492, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1050, 20149, 2, 41, 201492, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1051, 20149, 3, 41, 201492, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1052, 20149, 4, 41, 201492, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1053, 20149, 5, 41, 201492, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1054, 20150, 1, 41, 201502, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1055, 20150, 2, 41, 201502, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1056, 20150, 3, 41, 201502, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1057, 20150, 4, 41, 201502, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1058, 20150, 5, 41, 201502, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1059, 20151, 1, 41, 201512, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1060, 20151, 2, 41, 201512, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1061, 20151, 3, 41, 201512, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1062, 20151, 4, 41, 201512, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1063, 20151, 5, 41, 201512, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1064, 20152, 1, 41, 201522, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1065, 20152, 2, 41, 201522, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1066, 20152, 3, 41, 201522, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1067, 20152, 4, 41, 201522, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1068, 20152, 5, 41, 201522, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1069, 20153, 1, 41, 201532, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1070, 20153, 2, 41, 201532, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1071, 20153, 3, 41, 201532, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1072, 20153, 4, 41, 201532, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1073, 20153, 5, 41, 201532, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1074, 20154, 1, 41, 201542, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1075, 20154, 2, 41, 201542, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1076, 20154, 3, 41, 201542, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1077, 20154, 4, 41, 201542, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1078, 20154, 5, 41, 201542, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1079, 20155, 1, 41, 201552, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1080, 20155, 2, 41, 201552, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1081, 20155, 3, 41, 201552, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1082, 20155, 4, 41, 201552, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1083, 20155, 5, 41, 201552, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1084, 20156, 1, 41, 201562, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1085, 20156, 2, 41, 201562, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1086, 20156, 3, 41, 201562, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1087, 20156, 4, 41, 201562, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1088, 20156, 5, 41, 201562, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1089, 20157, 1, 41, 201571, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1090, 20157, 2, 41, 201571, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1091, 20157, 3, 41, 201571, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1092, 20157, 4, 41, 201571, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1093, 20157, 5, 41, 201571, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1094, 20158, 1, 41, 201581, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1095, 20158, 2, 41, 201581, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1096, 20158, 3, 41, 201581, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1097, 20158, 4, 41, 201581, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1098, 20158, 5, 41, 201581, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1099, 20159, 1, 41, 201591, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1100, 20159, 2, 41, 201591, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1101, 20159, 3, 41, 201591, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1102, 20159, 4, 41, 201591, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1103, 20159, 5, 41, 201591, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1104, 20160, 1, 41, 201601, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1105, 20160, 2, 41, 201601, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1106, 20160, 3, 41, 201601, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1107, 20160, 4, 41, 201601, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1108, 20160, 5, 41, 201601, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1109, 20161, 1, 41, 201611, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1110, 20161, 2, 41, 201611, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1111, 20161, 3, 41, 201611, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1112, 20161, 4, 41, 201611, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1113, 20161, 5, 41, 201611, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1114, 20162, 1, 41, 201621, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1115, 20162, 2, 41, 201621, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1116, 20162, 3, 41, 201621, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1117, 20162, 4, 41, 201621, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1118, 20162, 5, 41, 201621, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1119, 20163, 1, 41, 201631, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1120, 20163, 2, 41, 201631, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1121, 20163, 3, 41, 201631, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1122, 20163, 4, 41, 201631, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1123, 20163, 5, 41, 201631, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1124, 20164, 1, 41, 201641, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1125, 20164, 2, 41, 201641, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1126, 20164, 3, 41, 201641, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1127, 20164, 4, 41, 201641, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1128, 20164, 5, 41, 201641, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1129, 20165, 1, 41, 201651, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1130, 20165, 2, 41, 201651, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1131, 20165, 3, 41, 201651, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1132, 20165, 4, 41, 201651, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1133, 20165, 5, 41, 201651, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1134, 20166, 1, 41, 201661, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1135, 20166, 2, 41, 201661, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1136, 20166, 3, 41, 201661, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1137, 20166, 4, 41, 201661, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1138, 20166, 5, 41, 201661, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1139, 20167, 1, 41, 201672, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1140, 20167, 2, 41, 201672, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1141, 20167, 3, 41, 201672, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1142, 20167, 4, 41, 201672, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1143, 20167, 5, 41, 201672, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1144, 10001, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1145, 10001, 1, 41, 200202, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1146, 10001, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1147, 10001, 2, 41, 200202, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1148, 10001, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1149, 10001, 3, 41, 200202, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1150, 10002, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1151, 10002, 1, 41, 200072, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1152, 10002, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1153, 10002, 2, 41, 200072, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1154, 10002, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1155, 10002, 3, 41, 200072, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1156, 10003, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1157, 10003, 1, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1158, 10003, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1159, 10003, 2, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1160, 10003, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1161, 10003, 3, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1162, 10004, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1163, 10004, 1, 41, 200052, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1164, 10004, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1165, 10004, 2, 41, 200052, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1166, 10004, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1167, 10004, 3, 41, 200052, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1168, 10005, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1169, 10005, 1, 41, 200042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1170, 10005, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1171, 10005, 2, 41, 200042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1172, 10005, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1173, 10005, 3, 41, 200042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1174, 10006, 1, 2, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1175, 10006, 1, 41, 200172, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1176, 10006, 2, 2, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1177, 10006, 2, 41, 200172, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1178, 10006, 3, 2, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1179, 10006, 3, 41, 200172, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1180, 10007, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1181, 10007, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1182, 10007, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1183, 10007, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1184, 10007, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1185, 10007, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1186, 10008, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1187, 10008, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1188, 10008, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1189, 10008, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1190, 10008, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1191, 10008, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1192, 10009, 1, 2, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1193, 10009, 1, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1194, 10009, 2, 2, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1195, 10009, 2, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1196, 10009, 3, 2, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1197, 10009, 3, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1198, 10010, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1199, 10010, 1, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1200, 10010, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1201, 10010, 2, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1202, 10010, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1203, 10010, 3, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1204, 10011, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1205, 10011, 1, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1206, 10011, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1207, 10011, 2, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1208, 10011, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1209, 10011, 3, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1210, 10012, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1211, 10012, 1, 41, 200182, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1212, 10012, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1213, 10012, 2, 41, 200182, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1214, 10012, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1215, 10012, 3, 41, 200182, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1216, 10013, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1217, 10013, 1, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1218, 10013, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1219, 10013, 2, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1220, 10013, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1221, 10013, 3, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1222, 10014, 1, 5, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1223, 10014, 1, 41, 200062, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1224, 10014, 2, 5, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1225, 10014, 2, 41, 200062, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1226, 10014, 3, 5, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1227, 10014, 3, 41, 200062, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1228, 10015, 1, 2, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1229, 10015, 1, 41, 200062, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1230, 10015, 2, 2, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1231, 10015, 2, 41, 200062, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1232, 10015, 3, 2, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1233, 10015, 3, 41, 200062, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1234, 10016, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1235, 10016, 1, 41, 200192, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1236, 10016, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1237, 10016, 2, 41, 200192, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1238, 10016, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1239, 10016, 3, 41, 200192, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1240, 10017, 1, 2, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1241, 10017, 1, 41, 200142, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1242, 10017, 2, 2, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1243, 10017, 2, 41, 200142, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1244, 10017, 3, 2, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1245, 10017, 3, 41, 200142, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1246, 10018, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1247, 10018, 1, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1248, 10018, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1249, 10018, 2, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1250, 10018, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1251, 10018, 3, 41, 200132, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1252, 10019, 1, 2, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1253, 10019, 1, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1254, 10019, 2, 2, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1255, 10019, 2, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1256, 10019, 3, 2, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1257, 10019, 3, 41, 200032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1258, 10020, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1259, 10020, 1, 41, 200072, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1260, 10020, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1261, 10020, 2, 41, 200072, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1262, 10020, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1263, 10020, 3, 41, 200072, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1264, 10021, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1265, 10021, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1266, 10021, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1267, 10021, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1268, 10021, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1269, 10021, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1270, 10022, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1271, 10022, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1272, 10022, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1273, 10022, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1274, 10022, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1275, 10022, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1276, 10023, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1277, 10023, 1, 41, 200042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1278, 10023, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1279, 10023, 2, 41, 200042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1280, 10023, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1281, 10023, 3, 41, 200042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1282, 10024, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1283, 10024, 1, 2, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1284, 10024, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1285, 10024, 2, 2, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1286, 10024, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1287, 10024, 3, 2, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1288, 10025, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1289, 10025, 1, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1290, 10025, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1291, 10025, 2, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1292, 10025, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1293, 10025, 3, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1294, 10026, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1295, 10026, 1, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1296, 10026, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1297, 10026, 2, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1298, 10026, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1299, 10026, 3, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1300, 10027, 1, 1, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1301, 10027, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1302, 10027, 2, 1, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1303, 10027, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1304, 10027, 3, 1, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1305, 10027, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1306, 10028, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1307, 10028, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1308, 10028, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1309, 10028, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1310, 10028, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1311, 10028, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1312, 10029, 1, 4, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1313, 10029, 1, 2, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1314, 10029, 2, 4, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1315, 10029, 2, 2, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1316, 10029, 3, 4, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1317, 10029, 3, 2, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1318, 10030, 1, 3, 3, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1319, 10030, 1, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1320, 10030, 2, 3, 6, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1321, 10030, 2, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1322, 10030, 3, 3, 9, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1323, 10030, 3, 41, 200952, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1324, 30001, 1, 1, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1325, 30001, 1, 2, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1326, 30001, 2, 1, 20, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1327, 30001, 2, 2, 20, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1328, 30001, 3, 1, 30, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1329, 30001, 3, 2, 30, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1330, 30002, 1, 3, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1331, 30002, 1, 5, 10, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1332, 30002, 2, 3, 20, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1333, 30002, 2, 5, 20, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1334, 30002, 3, 3, 30, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1335, 30002, 3, 5, 30, 0); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1336, 101802, 1, 41, 910181, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1337, 101802, 2, 41, 910181, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1338, 101802, 3, 41, 910181, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1339, 102402, 1, 41, 910241, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1340, 102402, 2, 41, 910241, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1341, 102402, 3, 41, 910241, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1342, 21001, 1, 41, 210012, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1343, 21001, 2, 41, 210012, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1344, 21001, 3, 41, 210012, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1345, 21001, 4, 41, 210012, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1346, 21001, 5, 41, 210012, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1347, 21002, 1, 41, 210022, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1348, 21002, 2, 41, 210022, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1349, 21002, 3, 41, 210022, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1350, 21002, 4, 41, 210022, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1351, 21002, 5, 41, 210022, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1352, 21003, 1, 41, 210032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1353, 21003, 2, 41, 210032, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1354, 21003, 3, 41, 210032, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1355, 21003, 4, 41, 210032, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1356, 21003, 5, 41, 210032, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1357, 21004, 1, 41, 210042, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1358, 21004, 2, 41, 210042, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1359, 21004, 3, 41, 210042, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1360, 21004, 4, 41, 210042, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1361, 21004, 5, 41, 210042, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1362, 21005, 1, 41, 210052, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1363, 21005, 2, 41, 210052, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1364, 21005, 3, 41, 210052, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1365, 21005, 4, 41, 210052, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1366, 21005, 5, 41, 210052, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1367, 20168, 1, 41, 201682, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1368, 20168, 2, 41, 201682, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1369, 20168, 3, 41, 201682, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1370, 20168, 4, 41, 201682, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1371, 20168, 5, 41, 201682, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1372, 20169, 1, 41, 201692, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1373, 20169, 2, 41, 201692, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1374, 20169, 3, 41, 201692, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1375, 20169, 4, 41, 201692, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1376, 20169, 5, 41, 201692, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1377, 20170, 1, 41, 201702, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1378, 20170, 2, 41, 201702, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1379, 20170, 3, 41, 201702, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1380, 20170, 4, 41, 201702, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1381, 20170, 5, 41, 201702, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1382, 102302, 1, 41, 910231, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1383, 102302, 2, 41, 910231, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1384, 102302, 3, 41, 910231, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1391, 20190, 1, 41, 201902, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1392, 20190, 2, 41, 201902, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1393, 20190, 3, 41, 201902, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1394, 20190, 4, 41, 201902, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1395, 20190, 5, 41, 201902, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1407, 20202, 1, 41, 202022, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1408, 20202, 2, 41, 202022, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1409, 20202, 3, 41, 202022, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1410, 20202, 4, 41, 202022, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1411, 20202, 5, 41, 202022, 5); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1415, 20203, 1, 41, 202032, 1); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1416, 20203, 2, 41, 202032, 2); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1417, 20203, 3, 41, 202032, 3); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1418, 20203, 4, 41, 202032, 4); INSERT INTO succession_factor_effect (id, factor_group_id, effect_id, target_type, value_1, value_2) VALUES (1419, 20203, 5, 41, 202032, 5); -- Table: succession_initial_factor CREATE TABLE 'succession_initial_factor' ('id' INTEGER NOT NULL, 'factor_type' INTEGER NOT NULL, 'value_1' INTEGER NOT NULL, 'value_2' INTEGER NOT NULL, 'add_point' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO succession_initial_factor (id, factor_type, value_1, value_2, add_point) VALUES (1, 1, 1, 0, 5); INSERT INTO succession_initial_factor (id, factor_type, value_1, value_2, add_point) VALUES (2, 1, 2, 0, 12); INSERT INTO succession_initial_factor (id, factor_type, value_1, value_2, add_point) VALUES (3, 1, 3, 0, 21); INSERT INTO succession_initial_factor (id, factor_type, value_1, value_2, add_point) VALUES (4, 2, 1, 3, 1); INSERT INTO succession_initial_factor (id, factor_type, value_1, value_2, add_point) VALUES (5, 2, 4, 6, 2); INSERT INTO succession_initial_factor (id, factor_type, value_1, value_2, add_point) VALUES (6, 2, 7, 9, 3); INSERT INTO succession_initial_factor (id, factor_type, value_1, value_2, add_point) VALUES (7, 2, 10, 999, 4); -- Table: succession_relation CREATE TABLE 'succession_relation' ('relation_type' INTEGER NOT NULL, 'relation_point' INTEGER NOT NULL, PRIMARY KEY('relation_type')); INSERT INTO succession_relation (relation_type, relation_point) VALUES (101, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (102, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (103, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (104, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (105, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (106, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (107, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (201, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (202, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (203, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (204, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (301, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (302, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (303, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (304, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (305, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (306, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (307, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (308, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (309, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (310, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (311, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (312, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (313, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (314, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (315, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (316, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (317, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (318, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (319, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (320, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (321, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (322, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (323, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (401, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (402, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (403, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (404, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (501, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (502, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (503, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (504, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (505, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (506, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (507, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (508, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (509, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (510, 2); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2001, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2002, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2003, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2101, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2102, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2103, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2104, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2105, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2106, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2107, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2201, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2301, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2302, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2303, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2401, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2402, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2403, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2404, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2405, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2406, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2407, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2408, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2409, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2501, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2502, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2503, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2504, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2505, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2506, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2507, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2508, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2509, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2510, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2511, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2512, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2513, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2514, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2515, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2516, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2517, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2518, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2519, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2520, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2521, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2522, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2523, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2524, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2525, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2526, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2527, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2528, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2529, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2530, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2531, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2601, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2602, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2603, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2604, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2701, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2702, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2703, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2704, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2705, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2706, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2801, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2802, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2803, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2804, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2805, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2806, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2807, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2808, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2809, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2810, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2811, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2812, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2813, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2814, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2815, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2816, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2817, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2901, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2902, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2903, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (2904, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3001, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3002, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3003, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3004, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3101, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3102, 7); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3201, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3202, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3203, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3204, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3205, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (3206, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (5001, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (5002, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7000, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7001, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7002, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7003, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7004, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7005, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7006, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7007, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7008, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7009, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7010, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7011, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7012, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7013, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7014, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7015, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7016, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7017, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7018, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7019, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7020, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7021, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7022, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7023, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (7024, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8001, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8002, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8003, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8004, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8005, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8006, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8007, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8008, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8009, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8010, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8011, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8012, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8013, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8014, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8015, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8016, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8017, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8018, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8019, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8020, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8021, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8022, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8023, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8024, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8025, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8026, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8027, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8028, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8029, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8030, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8031, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8032, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8033, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8034, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8035, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8036, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8037, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8038, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8039, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8040, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8041, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8042, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8043, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8044, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8045, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8046, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8047, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8048, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8049, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8050, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8051, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8052, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8053, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8054, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8055, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8056, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8057, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8058, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8059, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8060, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8061, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8062, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8063, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8064, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8065, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8066, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8067, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8068, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8069, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8070, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8071, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8072, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8073, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8074, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8075, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8076, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8077, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8078, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8079, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8080, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8081, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8082, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8083, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8084, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8085, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8086, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8087, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8088, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8089, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8090, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8091, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8092, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8093, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8094, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8095, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8096, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8097, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8098, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8099, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8100, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8101, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8102, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8103, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8104, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8105, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8106, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8107, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8108, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8109, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8110, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8111, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8112, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8113, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8114, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8115, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8116, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8117, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8118, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8119, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8120, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8121, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8122, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8123, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8124, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8125, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8126, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8127, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8128, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8129, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8130, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8131, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8132, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8133, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8134, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8135, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8136, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8137, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8138, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8139, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8140, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8141, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8142, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8143, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8144, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8145, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8146, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8147, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8148, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8149, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8150, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8151, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8152, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8153, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8154, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8155, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8156, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8157, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8158, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8159, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8160, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8161, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8162, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8163, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8164, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8165, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8166, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8167, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8168, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8169, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8170, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8171, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8172, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8173, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8174, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8175, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8176, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8177, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8178, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8179, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8180, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8181, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8182, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8183, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8184, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8185, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8186, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8187, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8188, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8189, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8190, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8191, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8192, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8193, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8194, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8195, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8196, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8197, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8198, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8199, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8200, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8201, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8202, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8203, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8204, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8205, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8206, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8207, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8208, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8209, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8210, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8211, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8212, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8213, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8214, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8215, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8216, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8217, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8218, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8219, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8220, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8221, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8222, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8223, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8224, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8225, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8226, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8227, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8228, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8229, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8230, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8231, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8232, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8233, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8234, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8235, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8236, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8237, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8238, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8239, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8240, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8241, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8242, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8243, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8244, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8245, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8246, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8247, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8248, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8249, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8250, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8251, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8252, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8253, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8254, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8255, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8256, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8257, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8258, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8259, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8260, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8261, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8262, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8263, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8264, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8265, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8266, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8267, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8268, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8269, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8270, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8271, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8272, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8273, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8274, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8275, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8276, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8277, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8278, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8279, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8280, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8281, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8282, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8283, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8284, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8285, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8286, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8287, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8288, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8289, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8290, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8291, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8292, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8293, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8294, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8295, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8296, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8297, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8298, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8299, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8300, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8301, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8302, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8303, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8304, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8305, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8306, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8307, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8308, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8309, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8310, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8311, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8312, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8313, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8314, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8315, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8316, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8317, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8318, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8319, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8320, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8321, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8322, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8323, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8324, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8325, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8326, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8327, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8328, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8329, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8330, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8331, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8332, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8333, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8334, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8335, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8336, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8337, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8338, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8339, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8340, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8341, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8342, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8343, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8344, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8345, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8346, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8347, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8348, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8349, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8350, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8351, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8352, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8353, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8354, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8355, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8356, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8357, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8358, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8359, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8360, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8361, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8362, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8363, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8364, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8365, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8366, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8367, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8368, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8369, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8370, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8371, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8372, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8373, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8374, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8375, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8376, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8377, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8378, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8379, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8380, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8381, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8382, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8383, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8384, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8385, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8386, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8387, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8388, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8389, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8390, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8391, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8392, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8393, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8394, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8395, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8396, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8397, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8398, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8399, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8400, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8401, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8402, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8403, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8404, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8405, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8406, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8407, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8408, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8409, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8410, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8411, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8412, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8413, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8414, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8415, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8416, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8417, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8418, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8419, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8420, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8421, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8422, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8423, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8424, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8425, 1); INSERT INTO succession_relation (relation_type, relation_point) VALUES (8426, 1); -- Table: succession_relation_member CREATE TABLE 'succession_relation_member' ('id' INTEGER NOT NULL, 'relation_type' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1, 101, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (7, 102, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (8, 102, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (9, 102, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (10, 102, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (11, 102, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (12, 102, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (14, 103, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (15, 103, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (16, 103, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (17, 103, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (18, 103, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (19, 103, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (20, 103, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (21, 103, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (22, 103, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (23, 103, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (24, 103, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (25, 104, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (26, 104, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (27, 104, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (28, 104, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (30, 104, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (31, 104, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (33, 104, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (34, 104, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (36, 104, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (37, 104, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (38, 104, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (39, 105, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (40, 105, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (43, 105, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (44, 105, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (45, 105, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (46, 105, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (47, 105, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (49, 105, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (50, 105, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (51, 105, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (52, 105, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (54, 106, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (55, 106, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (57, 106, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (60, 106, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (62, 201, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (63, 201, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (64, 201, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (65, 201, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (66, 201, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (67, 201, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (68, 201, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (69, 201, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (71, 201, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (74, 201, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (79, 201, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (80, 202, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (81, 202, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (82, 202, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (83, 202, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (84, 202, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (85, 202, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (86, 202, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (87, 202, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (88, 202, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (89, 202, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (90, 202, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (91, 202, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (92, 202, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (95, 202, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (96, 202, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (97, 202, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (98, 202, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (99, 202, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (101, 202, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (103, 202, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (104, 202, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (105, 202, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (106, 202, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (109, 202, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (110, 202, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (111, 202, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (112, 202, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (117, 202, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (118, 202, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (119, 202, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (120, 202, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (121, 203, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (122, 202, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (123, 301, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (124, 301, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (125, 302, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (127, 303, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (128, 303, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (129, 304, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (130, 304, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (131, 305, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (132, 305, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (133, 306, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (134, 306, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (135, 307, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (137, 308, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (138, 308, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (139, 309, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (141, 310, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (143, 311, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (145, 312, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (147, 313, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (149, 314, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (150, 314, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (152, 315, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (153, 316, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (154, 316, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (156, 317, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (157, 318, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (158, 318, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (159, 319, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (161, 320, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (163, 321, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (164, 321, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (165, 322, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (166, 322, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (168, 323, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (169, 401, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (170, 401, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (171, 401, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (172, 401, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (173, 401, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (174, 402, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (175, 402, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (176, 402, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (177, 402, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (178, 403, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (179, 403, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (180, 403, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (181, 403, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (182, 404, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (183, 404, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (184, 404, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (185, 501, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (186, 501, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (187, 501, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (188, 502, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (189, 502, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (190, 502, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (191, 502, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (192, 503, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (193, 503, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (194, 503, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (195, 504, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (196, 504, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (198, 505, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (199, 505, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (200, 506, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (202, 506, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (204, 507, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (205, 507, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (206, 507, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (207, 2001, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (208, 2001, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (209, 2001, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (210, 2001, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (212, 2001, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (213, 2002, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (214, 2002, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (215, 2003, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (217, 2101, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (218, 2101, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (219, 2101, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (220, 2102, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (221, 2102, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (222, 2103, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (223, 2103, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (224, 2104, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (225, 2104, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (227, 2105, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (228, 2106, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (229, 2106, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (230, 2106, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (231, 2107, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (233, 2201, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (234, 2201, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (235, 2301, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (236, 2301, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (237, 2302, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (238, 2302, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (239, 2303, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (240, 2303, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (241, 2601, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (242, 2601, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (243, 2601, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (244, 2601, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (245, 2601, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (246, 2601, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (247, 2601, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (248, 2601, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (249, 2601, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (250, 2601, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (251, 2601, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (252, 2601, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (253, 2601, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (254, 2601, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (255, 2601, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (256, 2601, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (258, 2601, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (259, 2601, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (260, 2601, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (261, 2601, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (262, 2601, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (263, 2601, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (264, 2601, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (266, 2601, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (269, 2601, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (271, 2601, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (272, 2601, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (273, 2601, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (275, 2601, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (276, 2601, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (278, 2601, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (280, 2601, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (284, 2601, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (286, 2601, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (287, 2601, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (288, 2601, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (289, 2602, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (290, 2602, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (291, 2602, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (292, 2602, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (295, 2602, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (296, 2602, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (300, 2602, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (301, 2602, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (302, 7000, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (303, 7000, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (304, 7001, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (305, 7001, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (306, 7002, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (307, 7002, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (308, 7003, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (309, 7003, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (310, 7004, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (311, 7004, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (312, 7005, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (313, 7005, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (314, 7006, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (315, 7006, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (316, 7007, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (317, 7007, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (318, 7008, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (319, 7008, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (320, 7009, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (322, 7010, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (323, 7010, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (324, 7011, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (325, 7011, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (326, 7012, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (327, 7012, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (328, 7013, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (329, 7013, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (330, 7014, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (332, 7015, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (333, 7015, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (334, 7016, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (335, 7016, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (337, 7017, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (338, 7018, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (339, 7018, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (340, 7019, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (341, 7019, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (342, 7020, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (344, 7021, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (345, 7021, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (346, 7022, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (347, 7022, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (348, 7023, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (349, 7023, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (350, 7024, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (351, 7024, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (352, 2701, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (353, 2701, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (354, 2702, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (355, 2702, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (356, 2703, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (358, 2704, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (359, 2704, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (360, 2705, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (361, 2705, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (362, 2706, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (363, 2706, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (366, 2801, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (367, 2802, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (368, 2802, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (370, 2803, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (371, 2803, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (373, 2804, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (374, 2804, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (375, 2805, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (376, 2805, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (377, 2805, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (379, 2806, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (381, 2806, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (382, 2806, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (383, 2807, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (384, 2807, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (386, 2808, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (387, 2808, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (388, 2808, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (390, 2809, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (392, 2810, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (393, 2810, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (395, 2810, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (396, 2810, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (397, 2811, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (398, 2811, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (399, 2811, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (400, 2811, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (401, 2811, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (402, 2812, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (404, 2812, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (405, 2812, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (406, 2813, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (408, 2814, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (409, 2814, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (410, 2815, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (411, 2815, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (412, 2816, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (414, 2817, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (415, 2817, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (416, 2901, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (417, 2901, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (418, 2901, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (419, 2901, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (420, 2901, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (422, 2901, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (423, 2902, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (424, 2902, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (425, 2902, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (426, 2902, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (427, 2902, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (428, 2902, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (429, 2902, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (430, 2902, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (431, 2902, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (432, 2902, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (434, 2902, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (435, 2902, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (437, 2902, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (438, 2902, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (439, 2902, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (440, 2902, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (442, 2902, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (444, 2902, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (447, 2902, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (448, 2903, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (449, 2903, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (450, 2903, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (451, 2903, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (452, 2903, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (453, 2903, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (454, 2903, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (455, 2903, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (457, 2903, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (458, 2903, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (459, 2903, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (464, 2903, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (465, 2903, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (466, 2903, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (467, 2903, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (468, 2904, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (469, 2904, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (474, 2904, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (475, 2904, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (477, 3001, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (478, 3001, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (479, 3001, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (480, 3001, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (481, 3001, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (482, 3001, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (483, 3001, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (484, 3001, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (489, 3002, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (490, 3002, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (491, 3002, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (492, 3002, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (493, 3002, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (494, 3002, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (495, 3002, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (496, 3002, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (497, 3002, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (498, 3002, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (499, 3002, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (502, 3002, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (505, 3002, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (508, 3002, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (509, 3003, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (510, 3003, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (511, 3003, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (512, 3003, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (513, 3003, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (514, 3003, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (515, 3003, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (516, 3003, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (517, 3003, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (518, 3003, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (519, 3003, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (520, 3003, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (521, 3003, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (522, 3003, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (523, 3003, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (524, 3003, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (525, 3003, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (526, 3003, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (527, 3003, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (528, 3003, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (529, 3003, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (530, 3003, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (531, 3003, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (532, 3003, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (533, 3003, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (536, 3003, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (537, 3003, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (543, 3003, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (544, 3003, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (546, 3003, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (548, 3003, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (550, 3003, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (553, 3003, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (554, 3003, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (555, 3004, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (556, 3004, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (557, 3004, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (558, 3004, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (559, 3004, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (560, 3004, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (561, 3004, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (562, 3004, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (563, 3004, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (564, 3004, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (565, 3004, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (567, 3004, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (568, 3004, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (570, 3101, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (571, 3101, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (572, 3101, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (573, 3101, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (574, 3101, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (575, 3101, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (576, 3101, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (577, 3101, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (578, 3101, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (579, 3101, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (580, 3101, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (581, 3101, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (582, 3101, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (583, 3101, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (584, 3101, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (585, 3101, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (586, 3101, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (587, 3101, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (588, 3101, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (589, 3101, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (590, 3101, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (591, 3101, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (592, 3101, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (593, 3101, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (594, 3101, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (595, 3101, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (596, 3101, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (597, 3101, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (598, 3101, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (599, 3101, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (600, 3101, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (603, 3101, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (604, 3101, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (605, 3101, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (606, 3101, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (612, 3101, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (613, 3101, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (614, 3101, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (618, 3101, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (620, 3101, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (626, 3101, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (627, 3101, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (628, 3102, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (629, 3102, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (632, 3102, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (633, 2523, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (634, 2523, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (635, 2523, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (636, 2523, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (637, 2523, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (638, 2523, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (639, 2523, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (640, 2523, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (641, 2523, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (644, 2523, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (645, 2509, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (646, 2509, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (647, 2509, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (648, 2512, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (649, 2512, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (650, 2512, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (651, 2512, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (652, 2512, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (654, 2512, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (655, 2512, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (656, 2512, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (661, 2512, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (662, 2510, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (663, 2510, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (664, 2510, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (665, 2510, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (666, 2510, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (669, 2510, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (670, 2510, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (671, 2510, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (673, 2530, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (674, 2506, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (675, 2506, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (676, 2506, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (677, 2506, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (679, 2506, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (680, 2506, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (681, 2506, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (682, 2506, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (684, 2506, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (685, 2506, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (686, 2516, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (687, 2516, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (688, 2516, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (689, 2516, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (690, 2516, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (692, 2516, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (693, 2516, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (695, 2516, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (697, 2525, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (698, 2522, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (699, 2522, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (700, 2522, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (701, 2522, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (703, 2522, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (704, 2531, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (705, 2514, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (707, 2514, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (709, 2514, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (710, 2505, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (711, 2505, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (712, 2505, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (713, 2505, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (714, 2505, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (715, 2505, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (716, 2505, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (718, 2505, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (719, 2505, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (721, 2504, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (723, 2521, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (724, 2521, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (726, 2521, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (727, 2502, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (728, 2502, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (729, 2515, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (730, 2515, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (731, 2515, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (732, 2515, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (733, 2515, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (734, 2515, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (735, 2515, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (736, 2515, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (738, 2515, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (739, 2515, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (740, 2515, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (742, 2511, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (743, 2511, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (744, 2511, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (745, 2511, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (747, 2518, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (748, 2518, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (749, 2518, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (750, 2501, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (752, 2513, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (753, 2513, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (754, 2513, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (755, 2513, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (758, 2519, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (759, 2519, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (760, 2519, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (761, 2519, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (762, 2519, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (764, 2519, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (765, 2517, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (766, 2517, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (769, 2517, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (770, 2508, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (771, 2507, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (773, 2529, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (775, 3201, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (776, 3201, 1033); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (777, 3201, 1034); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (778, 3201, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (779, 3201, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (782, 3201, 1044); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (784, 3201, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (786, 3201, 1051); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (789, 3201, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (790, 3201, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (791, 3202, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (793, 3202, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (795, 3203, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (796, 3203, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (797, 3203, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (798, 3203, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (799, 3203, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (800, 3203, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (801, 3203, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (802, 3203, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (803, 3203, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (804, 3203, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (806, 3203, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (807, 3203, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (808, 3203, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (809, 3204, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (810, 3204, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (811, 3204, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (812, 3204, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (813, 3204, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (814, 3204, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (815, 3204, 1026); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (816, 3204, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (818, 3204, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (819, 3204, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (820, 3204, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (821, 3204, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (823, 3204, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (824, 3204, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (825, 3205, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (826, 3205, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (827, 3205, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (828, 3205, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (829, 3205, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (830, 3205, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (832, 3205, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (833, 3205, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (834, 3206, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (835, 8001, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (836, 8001, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (837, 8002, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (838, 8002, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (839, 8003, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (840, 8003, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (841, 8004, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (842, 8004, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (843, 8005, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (844, 8005, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (845, 8006, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (847, 8007, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (848, 8007, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (849, 8008, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (850, 8008, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (851, 8009, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (852, 8009, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (853, 8010, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (855, 8011, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (856, 8011, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (857, 8012, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (859, 8013, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (860, 8013, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (861, 8014, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (862, 8014, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (863, 8015, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (864, 8015, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (865, 8016, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (866, 8016, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (867, 8017, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (868, 8017, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (869, 8018, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (870, 8018, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (871, 8019, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (872, 8019, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (873, 8020, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (874, 8020, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (875, 8021, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (876, 8021, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (877, 8022, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (879, 8023, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (880, 8023, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (881, 8024, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (882, 8024, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (883, 8025, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (884, 8025, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (885, 8026, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (887, 8027, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (888, 8027, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (889, 8028, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (891, 8029, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (892, 8029, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (893, 8030, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (894, 8030, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (895, 8031, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (896, 8031, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (897, 8032, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (898, 8032, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (899, 8033, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (900, 8033, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (901, 8034, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (902, 8034, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (903, 8035, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (904, 8035, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (905, 8036, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (907, 8037, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (908, 8037, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (909, 8038, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (910, 8038, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (911, 8039, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (912, 8039, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (913, 8040, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (914, 8040, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (915, 8041, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (917, 8042, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (918, 8042, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (919, 8043, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (920, 8043, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (921, 8044, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (922, 8044, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (923, 8045, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (924, 8045, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (925, 8046, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (927, 8047, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (928, 8047, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (929, 8048, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (930, 8048, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (931, 8049, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (932, 8049, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (933, 8050, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (934, 8050, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (935, 8051, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (937, 8052, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (938, 8052, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (939, 8053, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (940, 8053, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (941, 8054, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (942, 8054, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (943, 8055, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (944, 8055, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (945, 8056, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (946, 8056, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (947, 8057, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (949, 8058, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (950, 8058, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (951, 8059, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (952, 8059, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (953, 8060, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (954, 8060, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (955, 8061, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (957, 8062, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (958, 8062, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (959, 8063, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (961, 8064, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (962, 8064, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (963, 8065, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (964, 8065, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (965, 8066, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (966, 8066, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (967, 8067, 1005); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (968, 8067, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (969, 8068, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (970, 8068, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (971, 8069, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (973, 8070, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (974, 8070, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (975, 8071, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (977, 8072, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (978, 8072, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (979, 8073, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (981, 8074, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (982, 8074, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (983, 8075, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (984, 8075, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (985, 8076, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (986, 8076, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (987, 8077, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (988, 8077, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (989, 8078, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (991, 8079, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (992, 8079, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (993, 8080, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (994, 8080, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (995, 8081, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (996, 8081, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (997, 8082, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (998, 8082, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (999, 8083, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1000, 8083, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1001, 8084, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1002, 8084, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1003, 8085, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1004, 8085, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1005, 8086, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1006, 8086, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1007, 8087, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1009, 8088, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1010, 8088, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1011, 8089, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1012, 8089, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1013, 8090, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1014, 8090, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1015, 8091, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1017, 8092, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1018, 8092, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1019, 8093, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1021, 8094, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1022, 8094, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1023, 8095, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1024, 8095, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1025, 8096, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1026, 8096, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1027, 8097, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1028, 8097, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1029, 8098, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1030, 8098, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1031, 8099, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1032, 8099, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1033, 8100, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1034, 8100, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1035, 8101, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1037, 8102, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1038, 8102, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1039, 8103, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1040, 8103, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1041, 8104, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1042, 8104, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1043, 8105, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1044, 8105, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1045, 8106, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1047, 8107, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1048, 8107, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1049, 8108, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1050, 8108, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1051, 8109, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1052, 8109, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1053, 8110, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1054, 8110, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1055, 8111, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1057, 8112, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1058, 8112, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1059, 8113, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1060, 8113, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1061, 8114, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1063, 8115, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1065, 8116, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1066, 8116, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1067, 8117, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1068, 8117, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1069, 8118, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1070, 8118, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1071, 8119, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1072, 8119, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1073, 8120, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1074, 8120, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1075, 8121, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1076, 8121, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1077, 8122, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1078, 8122, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1079, 8123, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1081, 8124, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1082, 8124, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1083, 8125, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1084, 8125, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1085, 8126, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1086, 8126, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1087, 8127, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1089, 8128, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1090, 8128, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1091, 8129, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1093, 8130, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1094, 8130, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1095, 8131, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1096, 8131, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1097, 8132, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1098, 8132, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1099, 8133, 1016); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1100, 8133, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1101, 8134, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1102, 8134, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1103, 8135, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1104, 8135, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1105, 8136, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1106, 8136, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1107, 8137, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1109, 8138, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1110, 8138, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1111, 8139, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1112, 8139, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1113, 8140, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1114, 8140, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1115, 8141, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1116, 8141, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1117, 8142, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1119, 8143, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1120, 8143, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1121, 8144, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1122, 8144, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1123, 8145, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1124, 8145, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1125, 8146, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1126, 8146, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1127, 8147, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1129, 8148, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1130, 8148, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1131, 8149, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1132, 8149, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1133, 8150, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1135, 8151, 1019); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1137, 8152, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1138, 8152, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1139, 8153, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1140, 8153, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1141, 8154, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1142, 8154, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1143, 8155, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1144, 8155, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1145, 8156, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1146, 8156, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1147, 8157, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1149, 8158, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1150, 8158, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1151, 8159, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1152, 8159, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1153, 8160, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1154, 8160, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1155, 8161, 1020); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1156, 8161, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1157, 8162, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1158, 8162, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1159, 8163, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1160, 8163, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1161, 8164, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1162, 8164, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1163, 8165, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1164, 8165, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1165, 8166, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1166, 8166, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1167, 8167, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1169, 8168, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1170, 8168, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1171, 8169, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1172, 8169, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1173, 8170, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1174, 8170, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1175, 8171, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1177, 8172, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1178, 8172, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1179, 8173, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1181, 8174, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1182, 8174, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1183, 8175, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1184, 8175, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1185, 8176, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1186, 8176, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1187, 8177, 1025); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1188, 8177, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1189, 8178, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1190, 8178, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1191, 8179, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1192, 8179, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1193, 8180, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1194, 8180, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1195, 8181, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1196, 8181, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1197, 8182, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1198, 8182, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1199, 8183, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1201, 8184, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1202, 8184, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1203, 8185, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1204, 8185, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1205, 8186, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1207, 8187, 1028); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1210, 8188, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1212, 8189, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1214, 8190, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1218, 8192, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1220, 8193, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1222, 8194, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1224, 8195, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1226, 8196, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1230, 8198, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1232, 8199, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1234, 8200, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1236, 8201, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1238, 8202, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1239, 8203, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1240, 8203, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1241, 8204, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1242, 8204, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1243, 8205, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1244, 8205, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1245, 8206, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1246, 8206, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1247, 8207, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1248, 8207, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1249, 8208, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1251, 8209, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1252, 8209, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1253, 8210, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1254, 8210, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1255, 8211, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1256, 8211, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1257, 8212, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1259, 8213, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1260, 8213, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1261, 8214, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1263, 8215, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1264, 8215, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1265, 8216, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1266, 8216, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1267, 8217, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1268, 8217, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1269, 8218, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1270, 8218, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1271, 8219, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1272, 8219, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1273, 8220, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1274, 8220, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1275, 8221, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1276, 8221, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1277, 8222, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1278, 8222, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1279, 8223, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1280, 8223, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1281, 8224, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1283, 8225, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1284, 8225, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1285, 8226, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1286, 8226, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1287, 8227, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1288, 8227, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1289, 8228, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1291, 8229, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1292, 8229, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1293, 8230, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1295, 8231, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1296, 8231, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1297, 8232, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1298, 8232, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1299, 8233, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1300, 8233, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1301, 8234, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1302, 8234, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1304, 8235, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1306, 8236, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1308, 8237, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1310, 8238, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1312, 8239, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1316, 8241, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1318, 8242, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1320, 8243, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1324, 8245, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1328, 8247, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1330, 8248, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1332, 8249, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1334, 8250, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1336, 8251, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1338, 8252, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1340, 8253, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1342, 8254, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1344, 8255, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1348, 8257, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1350, 8258, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1352, 8259, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1356, 8261, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1360, 8263, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1362, 8264, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1364, 8265, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1366, 8266, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1367, 8267, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1368, 8267, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1369, 8268, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1370, 8268, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1371, 8269, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1372, 8269, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1373, 8270, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1375, 8271, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1376, 8271, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1378, 8272, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1379, 8273, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1381, 8274, 1037); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1383, 8275, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1384, 8275, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1385, 8276, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1386, 8276, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1387, 8277, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1388, 8277, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1389, 8278, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1390, 8278, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1391, 8279, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1392, 8279, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1393, 8280, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1394, 8280, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1395, 8281, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1396, 8281, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1397, 8282, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1398, 8282, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1399, 8283, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1401, 8284, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1402, 8284, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1403, 8285, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1404, 8285, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1405, 8286, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1406, 8286, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1407, 8287, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1408, 8287, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1409, 8288, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1410, 8288, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1411, 8289, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1412, 8289, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1413, 8290, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1415, 8291, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1416, 8291, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1417, 8292, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1418, 8292, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1419, 8293, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1420, 8293, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1421, 8294, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1422, 8294, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1423, 8295, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1424, 8295, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1425, 8296, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1427, 8297, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1428, 8297, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1429, 8298, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1430, 8298, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1431, 8299, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1432, 8299, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1433, 8300, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1434, 8300, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1435, 8301, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1436, 8301, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1438, 8302, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1440, 8303, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1442, 8304, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1446, 8306, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1448, 8307, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1454, 8310, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1456, 8311, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1458, 8312, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1460, 8313, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1462, 8314, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1466, 8316, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1468, 8317, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1473, 8320, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1474, 8320, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1475, 8321, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1476, 8321, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1477, 8322, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1478, 8322, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1479, 8323, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1481, 8324, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1482, 8324, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1483, 8325, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1484, 8325, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1485, 8326, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1486, 8326, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1487, 8327, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1488, 8327, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1489, 8328, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1491, 8329, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1492, 8329, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1493, 8330, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1495, 8331, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1496, 8331, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1497, 8332, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1498, 8332, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1499, 8333, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1500, 8333, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1502, 8334, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1504, 8335, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1506, 8336, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1508, 8337, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1510, 8338, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1514, 8340, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1516, 8341, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1518, 8342, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1522, 8344, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1526, 8346, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1528, 8347, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1530, 8348, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1532, 8349, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1534, 8350, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1538, 8352, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1540, 8353, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1542, 8354, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1543, 8355, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1544, 8355, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1545, 8356, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1546, 8356, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1548, 8357, 1012); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1550, 8358, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1552, 8359, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1556, 8361, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1558, 8362, 1039); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1560, 8363, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1564, 8365, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1566, 8366, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1570, 8368, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1572, 8369, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1574, 8370, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1576, 8371, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1577, 8372, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1578, 8372, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1579, 8373, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1580, 8373, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1581, 8374, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1582, 8374, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1583, 8375, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1584, 8375, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1585, 8376, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1586, 8376, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1587, 8377, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1588, 8377, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1589, 8378, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1591, 8379, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1592, 8379, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1594, 8380, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1596, 8381, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1598, 8382, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1600, 8383, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1602, 8384, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1606, 8386, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1608, 8387, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1610, 8388, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1614, 8390, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1618, 8392, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1620, 8393, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1622, 8394, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1624, 8395, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1625, 8396, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1626, 8396, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1627, 8397, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1628, 8397, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1630, 8398, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1632, 8399, 1015); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1634, 8400, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1638, 8402, 1023); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1640, 8403, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1642, 8404, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1644, 8405, 1038); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1646, 8406, 1040); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1650, 8408, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1652, 8409, 1048); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1654, 8410, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1656, 8411, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1658, 8412, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1659, 8413, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1660, 8413, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1661, 8414, 1058); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1662, 8414, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1663, 8415, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1664, 8415, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1665, 8416, 1059); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1666, 8416, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1667, 8417, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1668, 8417, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1669, 8418, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1670, 8418, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1671, 8419, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1672, 8419, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1673, 8420, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1674, 8420, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1675, 8421, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1676, 8421, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1677, 8422, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1678, 8422, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1679, 8423, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1680, 8423, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1681, 8424, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1682, 8424, 1046); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1683, 8425, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1685, 8426, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1686, 8426, 1050); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1687, 508, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1688, 508, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1689, 509, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1690, 509, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1691, 2401, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1692, 2402, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1693, 2403, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1694, 2403, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1695, 2404, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1696, 2404, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1697, 2404, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1698, 2404, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1699, 2404, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1700, 2404, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1701, 2405, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1702, 2405, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1703, 2406, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1704, 2406, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1705, 2406, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1706, 2406, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1707, 2406, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1708, 2406, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1709, 2406, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1710, 2406, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1711, 2407, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1712, 2407, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1713, 2409, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1714, 2409, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1715, 2603, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1716, 2603, 1002); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1717, 2603, 1006); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1718, 2603, 1007); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1719, 2603, 1013); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1720, 2603, 1024); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1721, 2603, 1027); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1722, 2603, 1035); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1723, 2603, 1041); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1724, 2603, 1045); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1725, 2603, 1052); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1726, 2603, 1056); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1727, 2603, 1060); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1728, 2604, 1003); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1729, 2604, 1004); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1730, 2604, 1008); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1731, 2604, 1009); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1732, 2604, 1010); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1733, 2604, 1011); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1734, 2604, 1014); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1735, 2604, 1017); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1736, 2604, 1018); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1737, 2604, 1030); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1738, 2604, 1032); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1739, 2604, 1061); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1740, 510, 1001); INSERT INTO succession_relation_member (id, relation_type, chara_id) VALUES (1741, 510, 1052); -- Table: succession_relation_rank CREATE TABLE 'succession_relation_rank' ('relation_rank' INTEGER NOT NULL, 'rank_value_min' INTEGER NOT NULL, 'rank_value_max' INTEGER NOT NULL, PRIMARY KEY('relation_rank')); INSERT INTO succession_relation_rank (relation_rank, rank_value_min, rank_value_max) VALUES (1, 0, 50); INSERT INTO succession_relation_rank (relation_rank, rank_value_min, rank_value_max) VALUES (2, 51, 150); INSERT INTO succession_relation_rank (relation_rank, rank_value_min, rank_value_max) VALUES (3, 151, 9999); -- Table: succession_rental CREATE TABLE 'succession_rental' ('id' INTEGER NOT NULL, 'rental_rank' INTEGER NOT NULL, 'rental_num' INTEGER NOT NULL, 'use_value1' INTEGER NOT NULL, 'use_value2' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (1, 1, 1, 20, 10); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (2, 1, 2, 20, 10); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (3, 1, 3, 20, 10); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (4, 1, 4, 20, 10); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (5, 1, 5, 20, 10); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (6, 2, 1, 50, 30); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (7, 2, 2, 50, 30); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (8, 2, 3, 50, 30); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (9, 2, 4, 50, 30); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (10, 2, 5, 50, 30); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (11, 3, 1, 100, 60); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (12, 3, 2, 100, 60); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (13, 3, 3, 100, 60); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (14, 3, 4, 100, 60); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (15, 3, 5, 100, 60); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (16, 4, 1, 170, 100); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (17, 4, 2, 170, 100); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (18, 4, 3, 170, 100); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (19, 4, 4, 170, 100); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (20, 4, 5, 170, 100); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (21, 5, 1, 260, 150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (22, 5, 2, 260, 150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (23, 5, 3, 260, 150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (24, 5, 4, 260, 150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (25, 5, 5, 260, 150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (26, 6, 1, 380, 220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (27, 6, 2, 380, 220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (28, 6, 3, 380, 220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (29, 6, 4, 380, 220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (30, 6, 5, 380, 220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (31, 7, 1, 530, 310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (32, 7, 2, 530, 310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (33, 7, 3, 530, 310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (34, 7, 4, 530, 310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (35, 7, 5, 530, 310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (36, 8, 1, 710, 410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (37, 8, 2, 710, 410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (38, 8, 3, 710, 410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (39, 8, 4, 710, 410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (40, 8, 5, 710, 410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (41, 9, 1, 920, 520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (42, 9, 2, 920, 520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (43, 9, 3, 920, 520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (44, 9, 4, 920, 520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (45, 9, 5, 920, 520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (46, 10, 1, 1170, 660); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (47, 10, 2, 1170, 660); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (48, 10, 3, 1170, 660); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (49, 10, 4, 1170, 660); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (50, 10, 5, 1170, 660); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (51, 11, 1, 1460, 820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (52, 11, 2, 1460, 820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (53, 11, 3, 1460, 820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (54, 11, 4, 1460, 820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (55, 11, 5, 1460, 820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (56, 12, 1, 1790, 1000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (57, 12, 2, 1790, 1000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (58, 12, 3, 1790, 1000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (59, 12, 4, 1790, 1000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (60, 12, 5, 1790, 1000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (61, 13, 1, 2480, 1380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (62, 13, 2, 2480, 1380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (63, 13, 3, 2480, 1380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (64, 13, 4, 2480, 1380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (65, 13, 5, 2480, 1380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (66, 14, 1, 3370, 1860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (67, 14, 2, 3370, 1860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (68, 14, 3, 3370, 1860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (69, 14, 4, 3370, 1860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (70, 14, 5, 3370, 1860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (71, 15, 1, 4940, 2720); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (72, 15, 2, 4940, 2720); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (73, 15, 3, 4940, 2720); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (74, 15, 4, 4940, 2720); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (75, 15, 5, 4940, 2720); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (76, 16, 1, 7100, 3880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (77, 16, 2, 7100, 3880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (78, 16, 3, 7100, 3880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (79, 16, 4, 7100, 3880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (80, 16, 5, 7100, 3880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (81, 17, 1, 10020, 5440); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (82, 17, 2, 10020, 5440); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (83, 17, 3, 10020, 5440); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (84, 17, 4, 10020, 5440); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (85, 17, 5, 10020, 5440); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (86, 18, 1, 13920, 7520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (87, 18, 2, 13920, 7520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (88, 18, 3, 13920, 7520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (89, 18, 4, 13920, 7520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (90, 18, 5, 13920, 7520); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (91, 19, 1, 14650, 7860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (92, 19, 2, 14650, 7860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (93, 19, 3, 14650, 7860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (94, 19, 4, 14650, 7860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (95, 19, 5, 14650, 7860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (96, 20, 1, 15240, 8130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (97, 20, 2, 15240, 8130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (98, 20, 3, 15240, 8130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (99, 20, 4, 15240, 8130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (100, 20, 5, 15240, 8130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (101, 21, 1, 15820, 8380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (102, 21, 2, 15820, 8380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (103, 21, 3, 15820, 8380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (104, 21, 4, 15820, 8380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (105, 21, 5, 15820, 8380); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (106, 22, 1, 16400, 8640); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (107, 22, 2, 16400, 8640); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (108, 22, 3, 16400, 8640); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (109, 22, 4, 16400, 8640); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (110, 22, 5, 16400, 8640); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (111, 23, 1, 16970, 8880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (112, 23, 2, 16970, 8880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (113, 23, 3, 16970, 8880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (114, 23, 4, 16970, 8880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (115, 23, 5, 16970, 8880); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (116, 24, 1, 17540, 9120); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (117, 24, 2, 17540, 9120); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (118, 24, 3, 17540, 9120); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (119, 24, 4, 17540, 9120); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (120, 24, 5, 17540, 9120); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (121, 25, 1, 18100, 9350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (122, 25, 2, 18100, 9350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (123, 25, 3, 18100, 9350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (124, 25, 4, 18100, 9350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (125, 25, 5, 18100, 9350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (126, 26, 1, 18660, 9580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (127, 26, 2, 18660, 9580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (128, 26, 3, 18660, 9580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (129, 26, 4, 18660, 9580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (130, 26, 5, 18660, 9580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (131, 27, 1, 19210, 9800); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (132, 27, 2, 19210, 9800); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (133, 27, 3, 19210, 9800); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (134, 27, 4, 19210, 9800); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (135, 27, 5, 19210, 9800); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (136, 28, 1, 19760, 10010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (137, 28, 2, 19760, 10010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (138, 28, 3, 19760, 10010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (139, 28, 4, 19760, 10010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (140, 28, 5, 19760, 10010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (141, 29, 1, 20310, 10220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (142, 29, 2, 20310, 10220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (143, 29, 3, 20310, 10220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (144, 29, 4, 20310, 10220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (145, 29, 5, 20310, 10220); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (146, 30, 1, 20850, 10430); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (147, 30, 2, 20850, 10430); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (148, 30, 3, 20850, 10430); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (149, 30, 4, 20850, 10430); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (150, 30, 5, 20850, 10430); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (151, 31, 1, 21390, 10620); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (152, 31, 2, 21390, 10620); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (153, 31, 3, 21390, 10620); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (154, 31, 4, 21390, 10620); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (155, 31, 5, 21390, 10620); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (156, 32, 1, 21920, 10810); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (157, 32, 2, 21920, 10810); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (158, 32, 3, 21920, 10810); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (159, 32, 4, 21920, 10810); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (160, 32, 5, 21920, 10810); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (161, 33, 1, 22450, 11000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (162, 33, 2, 22450, 11000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (163, 33, 3, 22450, 11000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (164, 33, 4, 22450, 11000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (165, 33, 5, 22450, 11000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (166, 34, 1, 22980, 11180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (167, 34, 2, 22980, 11180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (168, 34, 3, 22980, 11180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (169, 34, 4, 22980, 11180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (170, 34, 5, 22980, 11180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (171, 35, 1, 23510, 11360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (172, 35, 2, 23510, 11360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (173, 35, 3, 23510, 11360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (174, 35, 4, 23510, 11360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (175, 35, 5, 23510, 11360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (176, 36, 1, 24030, 11530); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (177, 36, 2, 24030, 11530); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (178, 36, 3, 24030, 11530); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (179, 36, 4, 24030, 11530); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (180, 36, 5, 24030, 11530); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (181, 37, 1, 24550, 11700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (182, 37, 2, 24550, 11700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (183, 37, 3, 24550, 11700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (184, 37, 4, 24550, 11700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (185, 37, 5, 24550, 11700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (186, 38, 1, 25070, 11870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (187, 38, 2, 25070, 11870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (188, 38, 3, 25070, 11870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (189, 38, 4, 25070, 11870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (190, 38, 5, 25070, 11870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (191, 39, 1, 25580, 12020); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (192, 39, 2, 25580, 12020); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (193, 39, 3, 25580, 12020); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (194, 39, 4, 25580, 12020); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (195, 39, 5, 25580, 12020); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (196, 40, 1, 26090, 12180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (197, 40, 2, 26090, 12180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (198, 40, 3, 26090, 12180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (199, 40, 4, 26090, 12180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (200, 40, 5, 26090, 12180); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (201, 41, 1, 26600, 12320); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (202, 41, 2, 26600, 12320); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (203, 41, 3, 26600, 12320); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (204, 41, 4, 26600, 12320); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (205, 41, 5, 26600, 12320); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (206, 42, 1, 27110, 12470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (207, 42, 2, 27110, 12470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (208, 42, 3, 27110, 12470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (209, 42, 4, 27110, 12470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (210, 42, 5, 27110, 12470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (211, 43, 1, 27610, 12610); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (212, 43, 2, 27610, 12610); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (213, 43, 3, 27610, 12610); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (214, 43, 4, 27610, 12610); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (215, 43, 5, 27610, 12610); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (216, 44, 1, 28110, 12740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (217, 44, 2, 28110, 12740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (218, 44, 3, 28110, 12740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (219, 44, 4, 28110, 12740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (220, 44, 5, 28110, 12740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (221, 45, 1, 28610, 12870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (222, 45, 2, 28610, 12870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (223, 45, 3, 28610, 12870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (224, 45, 4, 28610, 12870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (225, 45, 5, 28610, 12870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (226, 46, 1, 29110, 13000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (227, 46, 2, 29110, 13000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (228, 46, 3, 29110, 13000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (229, 46, 4, 29110, 13000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (230, 46, 5, 29110, 13000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (231, 47, 1, 29610, 13130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (232, 47, 2, 29610, 13130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (233, 47, 3, 29610, 13130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (234, 47, 4, 29610, 13130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (235, 47, 5, 29610, 13130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (236, 48, 1, 30100, 13240); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (237, 48, 2, 30100, 13240); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (238, 48, 3, 30100, 13240); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (239, 48, 4, 30100, 13240); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (240, 48, 5, 30100, 13240); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (241, 49, 1, 30590, 13360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (242, 49, 2, 30590, 13360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (243, 49, 3, 30590, 13360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (244, 49, 4, 30590, 13360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (245, 49, 5, 30590, 13360); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (246, 50, 1, 31080, 13470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (247, 50, 2, 31080, 13470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (248, 50, 3, 31080, 13470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (249, 50, 4, 31080, 13470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (250, 50, 5, 31080, 13470); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (251, 51, 1, 31570, 13580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (252, 51, 2, 31570, 13580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (253, 51, 3, 31570, 13580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (254, 51, 4, 31570, 13580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (255, 51, 5, 31570, 13580); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (256, 52, 1, 32060, 13680); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (257, 52, 2, 32060, 13680); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (258, 52, 3, 32060, 13680); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (259, 52, 4, 32060, 13680); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (260, 52, 5, 32060, 13680); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (261, 53, 1, 32540, 13780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (262, 53, 2, 32540, 13780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (263, 53, 3, 32540, 13780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (264, 53, 4, 32540, 13780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (265, 53, 5, 32540, 13780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (266, 54, 1, 33020, 13870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (267, 54, 2, 33020, 13870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (268, 54, 3, 33020, 13870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (269, 54, 4, 33020, 13870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (270, 54, 5, 33020, 13870); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (271, 55, 1, 33500, 13960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (272, 55, 2, 33500, 13960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (273, 55, 3, 33500, 13960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (274, 55, 4, 33500, 13960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (275, 55, 5, 33500, 13960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (276, 56, 1, 33980, 14050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (277, 56, 2, 33980, 14050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (278, 56, 3, 33980, 14050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (279, 56, 4, 33980, 14050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (280, 56, 5, 33980, 14050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (281, 57, 1, 34460, 14130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (282, 57, 2, 34460, 14130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (283, 57, 3, 34460, 14130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (284, 57, 4, 34460, 14130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (285, 57, 5, 34460, 14130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (286, 58, 1, 34940, 14210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (287, 58, 2, 34940, 14210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (288, 58, 3, 34940, 14210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (289, 58, 4, 34940, 14210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (290, 58, 5, 34940, 14210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (291, 59, 1, 35410, 14280); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (292, 59, 2, 35410, 14280); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (293, 59, 3, 35410, 14280); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (294, 59, 4, 35410, 14280); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (295, 59, 5, 35410, 14280); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (296, 60, 1, 35880, 14350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (297, 60, 2, 35880, 14350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (298, 60, 3, 35880, 14350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (299, 60, 4, 35880, 14350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (300, 60, 5, 35880, 14350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (301, 61, 1, 36350, 14420); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (302, 61, 2, 36350, 14420); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (303, 61, 3, 36350, 14420); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (304, 61, 4, 36350, 14420); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (305, 61, 5, 36350, 14420); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (306, 62, 1, 36820, 14480); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (307, 62, 2, 36820, 14480); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (308, 62, 3, 36820, 14480); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (309, 62, 4, 36820, 14480); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (310, 62, 5, 36820, 14480); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (311, 63, 1, 37290, 14540); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (312, 63, 2, 37290, 14540); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (313, 63, 3, 37290, 14540); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (314, 63, 4, 37290, 14540); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (315, 63, 5, 37290, 14540); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (316, 64, 1, 37760, 14600); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (317, 64, 2, 37760, 14600); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (318, 64, 3, 37760, 14600); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (319, 64, 4, 37760, 14600); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (320, 64, 5, 37760, 14600); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (321, 65, 1, 38220, 14650); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (322, 65, 2, 38220, 14650); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (323, 65, 3, 38220, 14650); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (324, 65, 4, 38220, 14650); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (325, 65, 5, 38220, 14650); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (326, 66, 1, 38680, 14700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (327, 66, 2, 38680, 14700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (328, 66, 3, 38680, 14700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (329, 66, 4, 38680, 14700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (330, 66, 5, 38680, 14700); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (331, 67, 1, 39140, 14740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (332, 67, 2, 39140, 14740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (333, 67, 3, 39140, 14740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (334, 67, 4, 39140, 14740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (335, 67, 5, 39140, 14740); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (336, 68, 1, 39600, 14780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (337, 68, 2, 39600, 14780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (338, 68, 3, 39600, 14780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (339, 68, 4, 39600, 14780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (340, 68, 5, 39600, 14780); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (341, 69, 1, 40060, 14820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (342, 69, 2, 40060, 14820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (343, 69, 3, 40060, 14820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (344, 69, 4, 40060, 14820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (345, 69, 5, 40060, 14820); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (346, 70, 1, 40520, 14860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (347, 70, 2, 40520, 14860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (348, 70, 3, 40520, 14860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (349, 70, 4, 40520, 14860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (350, 70, 5, 40520, 14860); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (351, 71, 1, 40980, 14890); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (352, 71, 2, 40980, 14890); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (353, 71, 3, 40980, 14890); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (354, 71, 4, 40980, 14890); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (355, 71, 5, 40980, 14890); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (356, 72, 1, 41440, 14920); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (357, 72, 2, 41440, 14920); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (358, 72, 3, 41440, 14920); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (359, 72, 4, 41440, 14920); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (360, 72, 5, 41440, 14920); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (361, 73, 1, 41890, 14940); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (362, 73, 2, 41890, 14940); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (363, 73, 3, 41890, 14940); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (364, 73, 4, 41890, 14940); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (365, 73, 5, 41890, 14940); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (366, 74, 1, 42340, 14960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (367, 74, 2, 42340, 14960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (368, 74, 3, 42340, 14960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (369, 74, 4, 42340, 14960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (370, 74, 5, 42340, 14960); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (371, 75, 1, 42790, 14980); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (372, 75, 2, 42790, 14980); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (373, 75, 3, 42790, 14980); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (374, 75, 4, 42790, 14980); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (375, 75, 5, 42790, 14980); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (376, 76, 1, 43240, 14990); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (377, 76, 2, 43240, 14990); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (378, 76, 3, 43240, 14990); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (379, 76, 4, 43240, 14990); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (380, 76, 5, 43240, 14990); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (381, 77, 1, 43690, 15000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (382, 77, 2, 43690, 15000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (383, 77, 3, 43690, 15000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (384, 77, 4, 43690, 15000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (385, 77, 5, 43690, 15000); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (386, 78, 1, 44140, 15010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (387, 78, 2, 44140, 15010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (388, 78, 3, 44140, 15010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (389, 78, 4, 44140, 15010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (390, 78, 5, 44140, 15010); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (391, 79, 1, 44590, 15030); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (392, 79, 2, 44590, 15030); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (393, 79, 3, 44590, 15030); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (394, 79, 4, 44590, 15030); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (395, 79, 5, 44590, 15030); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (396, 80, 1, 45040, 15050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (397, 80, 2, 45040, 15050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (398, 80, 3, 45040, 15050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (399, 80, 4, 45040, 15050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (400, 80, 5, 45040, 15050); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (401, 81, 1, 45480, 15070); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (402, 81, 2, 45480, 15070); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (403, 81, 3, 45480, 15070); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (404, 81, 4, 45480, 15070); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (405, 81, 5, 45480, 15070); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (406, 82, 1, 45920, 15090); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (407, 82, 2, 45920, 15090); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (408, 82, 3, 45920, 15090); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (409, 82, 4, 45920, 15090); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (410, 82, 5, 45920, 15090); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (411, 83, 1, 46360, 15110); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (412, 83, 2, 46360, 15110); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (413, 83, 3, 46360, 15110); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (414, 83, 4, 46360, 15110); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (415, 83, 5, 46360, 15110); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (416, 84, 1, 46800, 15130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (417, 84, 2, 46800, 15130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (418, 84, 3, 46800, 15130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (419, 84, 4, 46800, 15130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (420, 84, 5, 46800, 15130); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (421, 85, 1, 47240, 15150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (422, 85, 2, 47240, 15150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (423, 85, 3, 47240, 15150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (424, 85, 4, 47240, 15150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (425, 85, 5, 47240, 15150); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (426, 86, 1, 47680, 15170); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (427, 86, 2, 47680, 15170); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (428, 86, 3, 47680, 15170); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (429, 86, 4, 47680, 15170); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (430, 86, 5, 47680, 15170); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (431, 87, 1, 48120, 15190); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (432, 87, 2, 48120, 15190); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (433, 87, 3, 48120, 15190); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (434, 87, 4, 48120, 15190); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (435, 87, 5, 48120, 15190); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (436, 88, 1, 48560, 15210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (437, 88, 2, 48560, 15210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (438, 88, 3, 48560, 15210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (439, 88, 4, 48560, 15210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (440, 88, 5, 48560, 15210); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (441, 89, 1, 49000, 15230); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (442, 89, 2, 49000, 15230); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (443, 89, 3, 49000, 15230); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (444, 89, 4, 49000, 15230); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (445, 89, 5, 49000, 15230); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (446, 90, 1, 49440, 15250); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (447, 90, 2, 49440, 15250); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (448, 90, 3, 49440, 15250); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (449, 90, 4, 49440, 15250); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (450, 90, 5, 49440, 15250); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (451, 91, 1, 49870, 15270); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (452, 91, 2, 49870, 15270); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (453, 91, 3, 49870, 15270); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (454, 91, 4, 49870, 15270); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (455, 91, 5, 49870, 15270); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (456, 92, 1, 50300, 15290); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (457, 92, 2, 50300, 15290); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (458, 92, 3, 50300, 15290); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (459, 92, 4, 50300, 15290); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (460, 92, 5, 50300, 15290); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (461, 93, 1, 50730, 15310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (462, 93, 2, 50730, 15310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (463, 93, 3, 50730, 15310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (464, 93, 4, 50730, 15310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (465, 93, 5, 50730, 15310); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (466, 94, 1, 51160, 15330); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (467, 94, 2, 51160, 15330); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (468, 94, 3, 51160, 15330); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (469, 94, 4, 51160, 15330); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (470, 94, 5, 51160, 15330); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (471, 95, 1, 51590, 15350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (472, 95, 2, 51590, 15350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (473, 95, 3, 51590, 15350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (474, 95, 4, 51590, 15350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (475, 95, 5, 51590, 15350); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (476, 96, 1, 52020, 15370); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (477, 96, 2, 52020, 15370); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (478, 96, 3, 52020, 15370); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (479, 96, 4, 52020, 15370); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (480, 96, 5, 52020, 15370); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (481, 97, 1, 52450, 15390); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (482, 97, 2, 52450, 15390); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (483, 97, 3, 52450, 15390); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (484, 97, 4, 52450, 15390); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (485, 97, 5, 52450, 15390); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (486, 98, 1, 52880, 15410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (487, 98, 2, 52880, 15410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (488, 98, 3, 52880, 15410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (489, 98, 4, 52880, 15410); INSERT INTO succession_rental (id, rental_rank, rental_num, use_value1, use_value2) VALUES (490, 98, 5, 52880, 15410); -- Table: support_card_data CREATE TABLE 'support_card_data' ('id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'exchange_item_id' INTEGER NOT NULL, 'effect_table_id' INTEGER NOT NULL, 'unique_effect_id' INTEGER NOT NULL, 'command_type' INTEGER NOT NULL, 'command_id' INTEGER NOT NULL, 'support_card_type' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, 'detail_pos_x' INTEGER NOT NULL, 'detail_pos_y' INTEGER NOT NULL, 'detail_scale' INTEGER NOT NULL, 'detail_rot_z' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'outing_max' INTEGER NOT NULL, 'effect_id' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10001, 1001, 1, 48, 10001, 0, 1, 103, 1, 9081001, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10002, 1002, 1, 48, 10002, 0, 1, 101, 1, 9081002, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10003, 1003, 1, 48, 10003, 0, 1, 101, 1, 9081003, 0, -900000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10004, 1004, 1, 48, 10004, 0, 1, 101, 1, 9081004, 0, -1000000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10005, 1006, 1, 48, 10005, 0, 1, 102, 1, 9081006, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10006, 1007, 1, 48, 10006, 0, 1, 105, 1, 9081007, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10007, 1008, 1, 48, 10007, 0, 1, 102, 1, 9081008, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10008, 1010, 1, 48, 10008, 0, 1, 101, 1, 9081010, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10009, 1011, 1, 48, 10009, 0, 1, 103, 1, 9081011, 0, -10000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10010, 1013, 1, 48, 10010, 0, 1, 105, 1, 9081013, 0, -850000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10011, 1014, 1, 48, 10011, 0, 1, 102, 1, 9081014, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10012, 1015, 1, 48, 10012, 0, 1, 105, 1, 9081015, 0, -1000000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10013, 1017, 1, 48, 10013, 0, 1, 106, 1, 9081017, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10014, 1020, 1, 48, 10014, 0, 1, 105, 1, 9081020, 0, -500000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10015, 1030, 1, 48, 10015, 0, 1, 105, 1, 9081030, 0, 10000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10016, 1035, 1, 48, 10016, 0, 1, 103, 1, 9081035, 0, -300000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10017, 1040, 1, 48, 10017, 0, 1, 101, 1, 9081040, 0, -600000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10018, 1041, 1, 48, 10018, 0, 1, 101, 1, 9081041, 0, -300000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10019, 1045, 1, 48, 10019, 0, 1, 105, 1, 9081045, 0, -600000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10020, 1052, 1, 48, 10020, 0, 1, 103, 1, 9081052, 0, 0, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10021, 9001, 1, 48, 10021, 0, 0, 0, 2, 9089001, 0, -1250000, 10000, 0, 1614124800, 5, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10022, 9004, 1, 48, 10022, 0, 0, 0, 2, 9089004, 0, -600000, 10000, 0, 1614124800, 5, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10023, 1009, 1, 48, 10023, 0, 1, 106, 1, 9081009, 0, -50000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10024, 1012, 1, 48, 10024, 0, 1, 102, 1, 9081012, 0, 450000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10025, 1018, 1, 48, 10025, 0, 1, 103, 1, 9081018, 0, -200000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10026, 1019, 1, 48, 10026, 0, 1, 102, 1, 9081019, 50000, 200000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10027, 1021, 1, 48, 10027, 0, 1, 105, 1, 9081021, 0, 0, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10028, 1022, 1, 48, 10028, 0, 1, 106, 1, 9081022, 0, -900000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10029, 1023, 1, 48, 10029, 0, 1, 102, 1, 9081023, 0, 0, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10030, 1024, 1, 48, 10030, 0, 1, 105, 1, 9081024, 0, -100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10031, 1025, 1, 48, 10031, 0, 1, 105, 1, 9081025, 0, -50000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10032, 1026, 1, 48, 10032, 0, 1, 102, 1, 9081026, 0, -550000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10033, 1027, 1, 48, 10033, 0, 1, 102, 1, 9081027, 0, -500000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10034, 1029, 1, 48, 10034, 0, 1, 103, 1, 9081029, 0, -400000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10035, 1031, 1, 48, 10035, 0, 1, 103, 1, 9081031, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10036, 1032, 1, 48, 10036, 0, 1, 106, 1, 9081032, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10037, 1036, 1, 48, 10037, 0, 1, 106, 1, 9081036, 0, -600000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10038, 1037, 1, 48, 10038, 0, 1, 101, 1, 9081037, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10039, 1046, 1, 48, 10039, 0, 1, 102, 1, 9081046, 0, 0, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10040, 1050, 1, 48, 10040, 0, 1, 101, 1, 9081050, 0, -300000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10041, 1051, 1, 48, 10041, 0, 1, 101, 1, 9081051, 0, 40000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10042, 1054, 1, 48, 10042, 0, 1, 101, 1, 9081054, 0, -300000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10043, 1055, 1, 48, 10043, 0, 1, 106, 1, 9081055, 0, -600000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10044, 1056, 1, 48, 10044, 0, 1, 106, 1, 9081056, 0, -1100000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10045, 1058, 1, 48, 10045, 0, 1, 103, 1, 9081058, 0, -800000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10046, 1059, 1, 48, 10046, 0, 1, 106, 1, 9081059, 0, -900000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10047, 1060, 1, 48, 10047, 0, 1, 103, 1, 9081060, 0, -600000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10048, 1061, 1, 48, 10048, 0, 1, 101, 1, 9081061, 0, -900000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10049, 1005, 1, 48, 10049, 0, 1, 106, 1, 9081005, 0, -950000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10050, 1044, 1, 48, 10050, 0, 1, 101, 1, 9081044, 0, -900000, 10000, 0, 1750897800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10051, 1066, 1, 48, 10051, 0, 1, 101, 1, 9081066, 0, -1000000, 10000, 0, 1751493600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10052, 1065, 1, 48, 10052, 0, 1, 102, 1, 9081065, 0, -650000, 10000, 0, 1751493600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10053, 1063, 1, 48, 10053, 0, 1, 106, 1, 9081063, 0, -650000, 10000, 0, 1752184800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10054, 1064, 1, 48, 10054, 0, 1, 103, 1, 9081064, 0, -650000, 10000, 0, 1752184800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10055, 1068, 1, 48, 10055, 0, 1, 101, 1, 9081068, 0, -650000, 10000, 0, 1752703200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10056, 1067, 1, 48, 10056, 0, 1, 105, 1, 9081067, 0, -650000, 10000, 0, 1752703200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10057, 1062, 1, 48, 10057, 0, 1, 103, 1, 9081062, 0, -650000, 10000, 0, 1752703200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10058, 1072, 1, 48, 10058, 0, 1, 102, 1, 9081072, 0, -650000, 10000, 0, 1754258400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10059, 1047, 1, 48, 10059, 0, 1, 105, 1, 9081047, 0, -650000, 10000, 0, 1754258400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10060, 9006, 1, 48, 10060, 0, 0, 0, 2, 9089006, 0, -650000, 10000, 0, 1762466400, 5, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10061, 1042, 1, 48, 10061, 0, 1, 103, 1, 9081042, 0, -650000, 10000, 0, 1755727200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10062, 1069, 1, 48, 10062, 0, 1, 105, 1, 9081069, 0, -650000, 10000, 0, 1755727200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10063, 1039, 1, 48, 10063, 0, 1, 101, 1, 9081039, 0, -650000, 10000, 0, 1756418400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10064, 1028, 1, 48, 10064, 0, 1, 103, 1, 9081028, 0, -650000, 10000, 0, 1756418400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10065, 1053, 1, 48, 10065, 0, 1, 102, 1, 9081053, 0, -650000, 10000, 0, 1758146400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10066, 1043, 1, 48, 10066, 0, 1, 101, 1, 9081043, 0, -650000, 10000, 0, 1758146400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10067, 1049, 1, 48, 10067, 0, 1, 105, 1, 9081049, 0, -650000, 10000, 0, 1765231200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10069, 1071, 1, 48, 10069, 0, 1, 106, 1, 9081071, 0, -650000, 10000, 0, 1759442400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10070, 1048, 1, 48, 10070, 0, 1, 105, 1, 9081048, 0, -650000, 10000, 0, 1761861600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10071, 1070, 1, 48, 10071, 0, 1, 103, 1, 9081070, 0, -650000, 10000, 0, 1765231200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10072, 1016, 1, 48, 10072, 0, 1, 101, 1, 9081016, 0, -650000, 10000, 0, 1759874400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (10073, 1038, 1, 48, 10073, 0, 1, 106, 1, 9081038, 0, -650000, 10000, 0, 1765749600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20001, 1005, 2, 49, 20001, 20001, 1, 106, 1, 9081005, 2150000, -1380000, 14000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20002, 1009, 2, 49, 20002, 20002, 1, 106, 1, 9081009, 0, -220000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20003, 1012, 2, 49, 20003, 20003, 1, 102, 1, 9081012, 0, -670000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20004, 1018, 2, 49, 20004, 20004, 1, 103, 1, 9081018, -220000, -1610000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20005, 1019, 2, 49, 20005, 20005, 1, 102, 1, 9081019, 0, 150000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20006, 1023, 2, 49, 20006, 20006, 1, 102, 1, 9081023, 0, -1020000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20007, 1024, 2, 49, 20007, 20007, 1, 105, 1, 9081024, 0, 1240000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20008, 1025, 2, 49, 20008, 20008, 1, 105, 1, 9081025, 2090000, -1010000, 14100, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20009, 1026, 2, 49, 20009, 20009, 1, 102, 1, 9081026, 0, -3140000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20010, 1027, 2, 49, 20010, 20010, 1, 102, 1, 9081027, -140000, -740000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20011, 1029, 2, 49, 20011, 20011, 1, 103, 1, 9081029, 980000, -1270000, 11700, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20012, 1032, 2, 49, 20012, 20012, 1, 106, 1, 9081032, 0, -550000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20013, 1037, 2, 49, 20013, 20013, 1, 101, 1, 9081037, 1890000, -2030000, 13400, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20014, 1050, 2, 49, 20014, 20014, 1, 101, 1, 9081050, 0, -800000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20015, 1055, 2, 49, 20015, 20015, 1, 106, 1, 9081055, 0, 270000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20016, 1056, 2, 49, 20016, 20016, 1, 106, 1, 9081056, 0, -1090000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20017, 1058, 2, 49, 20017, 20017, 1, 103, 1, 9081058, 0, -2350000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20018, 1059, 2, 49, 20018, 20018, 1, 106, 1, 9081059, 0, -290000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20019, 1060, 2, 49, 20019, 20019, 1, 103, 1, 9081060, 0, 570000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20020, 1061, 2, 49, 20020, 20020, 1, 101, 1, 9081061, 100000, -1710000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20021, 9004, 2, 49, 20021, 20021, 0, 0, 2, 9089004, 1270000, -2750000, 12200, 0, 1614124800, 5, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20023, 1044, 2, 49, 20023, 20023, 1, 101, 1, 9081044, 125000, 970000, 10000, 0, 1750897800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20024, 1065, 2, 49, 20024, 20024, 1, 102, 1, 9081065, -980000, -270000, 11700, 0, 1751493600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20025, 1063, 2, 49, 20025, 20025, 1, 106, 1, 9081063, 0, -2340000, 10000, 0, 1752184800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20026, 1060, 2, 49, 20026, 20026, 1, 106, 1, 9081060, 0, -1640000, 10000, 0, 1752703200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20027, 1051, 2, 49, 20027, 20027, 1, 102, 1, 9081051, 0, -670000, 10000, 0, 1753653600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20028, 1047, 2, 49, 20028, 20028, 1, 105, 1, 9081047, 0, -220000, 10000, 0, 1754258400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20029, 1042, 2, 49, 20029, 20029, 1, 103, 1, 9081042, 0, -1570000, 10000, 0, 1755727200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20031, 1043, 2, 49, 20031, 20031, 1, 101, 1, 9081043, 1100000, -300000, 13000, 0, 1758146400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20034, 1071, 2, 49, 20034, 20034, 1, 106, 1, 9081071, 0, -1500000, 10000, 0, 1759442400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20035, 1048, 2, 49, 20035, 20035, 1, 105, 1, 9081048, 0, -3780000, 14000, 0, 1761861600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20037, 1022, 2, 49, 20037, 20037, 1, 102, 1, 9081022, 200000, -650000, 10000, 0, 1763589600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20038, 1070, 2, 49, 20038, 20038, 1, 103, 1, 9081070, 0, -2350000, 11500, 0, 1765231200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (20039, 1008, 2, 49, 20039, 20039, 1, 101, 1, 9081008, 0, -2750000, 11500, 0, 1766959200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30001, 1001, 3, 50, 30001, 30001, 1, 103, 1, 9081001, 0, -890000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30002, 1002, 3, 50, 30002, 30002, 1, 101, 1, 9081002, 0, -2340000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30003, 1003, 3, 50, 30003, 30003, 1, 101, 1, 9081003, 680000, -250000, 11000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30004, 1007, 3, 50, 30004, 30004, 1, 105, 1, 9081007, 1800000, -3110000, 13500, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30005, 1008, 3, 50, 30005, 30005, 1, 102, 1, 9081008, 0, -470000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30006, 1011, 3, 50, 30006, 30006, 1, 103, 1, 9081011, 0, -910000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30007, 1014, 3, 50, 30007, 30007, 1, 102, 1, 9081014, 0, -190000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30008, 1020, 3, 50, 30008, 30008, 1, 105, 1, 9081020, 2150000, -2630000, 14000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30009, 1021, 3, 50, 30009, 30009, 1, 105, 1, 9081021, 0, -1710000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30010, 1022, 3, 50, 30010, 30010, 1, 106, 1, 9081022, 0, -1380000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30011, 1031, 3, 50, 30011, 30011, 1, 103, 1, 9081031, 0, -1740000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30012, 1035, 3, 50, 30012, 30012, 1, 103, 1, 9081035, 0, -1260000, 12000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30013, 1036, 3, 50, 30013, 30013, 1, 106, 1, 9081036, 0, 1950000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30014, 1040, 3, 50, 30014, 30014, 1, 101, 1, 9081040, 1360000, -1950000, 12700, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30015, 1041, 3, 50, 30015, 30015, 1, 101, 1, 9081041, 0, -1530000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30016, 1045, 3, 50, 30016, 30016, 1, 105, 1, 9081045, 0, -770000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30017, 1046, 3, 50, 30017, 30017, 1, 102, 1, 9081046, 0, -1240000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30018, 1051, 3, 50, 30018, 30018, 1, 101, 1, 9081051, 0, -1410000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30019, 1052, 3, 50, 30019, 30019, 1, 103, 1, 9081052, 0, -1250000, 10000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30020, 1054, 3, 50, 30020, 30020, 1, 101, 1, 9081054, 3480000, -2190000, 16250, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30021, 9001, 3, 50, 30021, 30021, 0, 0, 2, 9089001, 0, -1840000, 10000, 0, 1614124800, 5, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30022, 1013, 3, 50, 30022, 30022, 1, 105, 1, 9081013, -1140000, -2380000, 12000, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30023, 1030, 3, 50, 30023, 30023, 1, 105, 1, 9081030, 1800000, -190000, 13300, 0, 1614124800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30024, 1006, 3, 50, 30024, 30024, 1, 102, 1, 9081006, 0, -1950000, 10000, 0, 1750897800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30025, 1001, 3, 50, 30025, 30025, 1, 101, 1, 9081001, -20000, -890000, 10000, 0, 1750897800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30026, 1066, 3, 50, 30026, 30026, 1, 101, 1, 9081066, 40000, 0, 10000, 0, 1751493600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30027, 1064, 3, 50, 30027, 30027, 1, 103, 1, 9081064, 680000, -200000, 11000, 0, 1752184800, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30028, 1068, 3, 50, 30028, 30028, 1, 101, 1, 9081068, 0, -2340000, 10000, 0, 1752703200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30029, 1067, 3, 50, 30029, 30029, 1, 105, 1, 9081067, 0, -2340000, 10000, 0, 1752703200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30030, 1062, 3, 50, 30030, 30030, 1, 103, 1, 9081062, 0, -1740000, 10000, 0, 1752703200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30031, 1029, 3, 50, 30031, 30031, 1, 106, 1, 9081029, 0, -1470000, 10000, 0, 1753653600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30032, 1072, 3, 50, 30032, 30032, 1, 102, 1, 9081072, -220000, -2010000, 10000, 0, 1754258400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30033, 1035, 3, 50, 30033, 30033, 1, 102, 1, 9081035, 100000, -1510000, 10000, 0, 1754258400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30034, 1030, 3, 50, 30034, 30034, 1, 102, 1, 9081030, 0, -1710000, 10000, 0, 1762466400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30036, 9006, 3, 50, 30036, 30036, 0, 0, 2, 9089006, 0, -1710000, 10000, 0, 1762466400, 5, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30038, 1069, 3, 50, 30038, 30038, 1, 105, 1, 9081069, 0, -570000, 10000, 0, 1755727200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30039, 1039, 3, 50, 30039, 30039, 1, 101, 1, 9081039, 0, -450000, 10000, 0, 1756418400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30040, 1028, 3, 50, 30040, 30040, 1, 103, 1, 9081028, 2150000, -1480000, 14000, 0, 1756418400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30041, 1059, 3, 50, 30041, 30041, 1, 106, 1, 9081059, -1600000, -1480000, 11000, 0, 1756418400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30042, 1053, 3, 50, 30042, 30042, 1, 102, 1, 9081053, -130000, 0, 10000, 0, 1758146400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30043, 1049, 3, 50, 30043, 30043, 1, 105, 1, 9081049, -1000000, -2740000, 12000, 0, 1765231200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30044, 1016, 3, 50, 30044, 30044, 1, 101, 1, 9081016, 0, -1240000, 10000, 0, 1759874400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30045, 1044, 3, 50, 30045, 30045, 1, 101, 1, 9081044, 0, -1210000, 10000, 0, 1760479200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30046, 1035, 3, 50, 30046, 30046, 1, 105, 1, 9081035, 0, 1050000, 12000, 0, 1760479200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30047, 1009, 3, 50, 30047, 30047, 1, 102, 1, 9081009, 0, -1050000, 12000, 0, 1760479200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30048, 1027, 3, 50, 30048, 30048, 1, 103, 1, 9081027, -130000, 0, 10000, 0, 1759442400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30054, 1060, 3, 50, 30054, 30054, 1, 106, 1, 9081060, 550000, -5080000, 14500, 0, 1761861600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30055, 1020, 3, 50, 30055, 30055, 1, 106, 1, 9081020, 0, -650000, 11000, 0, 1758492000, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30056, 1061, 3, 50, 30056, 30056, 1, 102, 1, 9081061, 0, -750000, 10000, 0, 1758492000, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30057, 1007, 3, 50, 30057, 30057, 1, 101, 1, 9081007, 2150000, -2780000, 14000, 0, 1758492000, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30058, 1003, 3, 50, 30058, 30058, 1, 102, 1, 9081003, 3480000, -1790000, 16250, 0, 4070988000, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30059, 1026, 3, 50, 30059, 30059, 1, 105, 1, 9081026, -2480000, 0, 16250, 0, 4070988000, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30060, 1066, 3, 50, 30060, 30060, 1, 103, 1, 9081066, 3480000, -3300000, 16250, 0, 4070988000, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30061, 1023, 3, 50, 30061, 30061, 1, 106, 1, 9081023, 3780000, -4300000, 17250, 0, 4070988000, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30062, 1002, 3, 50, 30062, 30062, 1, 105, 1, 9081002, 3780000, -5500000, 17250, 0, 1762207200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30063, 1063, 3, 50, 30063, 30063, 1, 103, 1, 9081063, 0, -2240000, 12000, 0, 1763589600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30064, 1021, 3, 50, 30064, 30064, 1, 102, 1, 9081021, 0, 3300000, 16250, 0, 1764021600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30065, 1047, 3, 50, 30065, 30065, 1, 101, 1, 9081047, -1000000, -2240000, 12000, 0, 1764021600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30066, 1026, 3, 50, 30066, 30066, 1, 106, 1, 9081026, 0, -1740000, 10000, 0, 1764021600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30068, 1038, 3, 50, 30068, 30068, 1, 106, 1, 9081038, 0, -650000, 10000, 0, 1765749600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30069, 1016, 3, 50, 30069, 30069, 1, 105, 1, 9081016, 0, -1740000, 10000, 0, 1765749600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30070, 1029, 3, 50, 30070, 30070, 1, 103, 1, 9081029, 0, -550000, 10000, 0, 1765749600, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30071, 1065, 3, 50, 30071, 30071, 1, 102, 1, 9081065, -300000, 5500000, 17250, 0, 1766959200, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30072, 1024, 3, 50, 30072, 30072, 1, 101, 1, 9081024, -200000, -850000, 10000, 0, 1767650400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30073, 1050, 3, 50, 30073, 30073, 1, 106, 1, 9081050, 200000, -850000, 10000, 0, 1767650400, 0, 0); INSERT INTO support_card_data (id, chara_id, rarity, exchange_item_id, effect_table_id, unique_effect_id, command_type, command_id, support_card_type, skill_set_id, detail_pos_x, detail_pos_y, detail_scale, detail_rot_z, start_date, outing_max, effect_id) VALUES (30074, 1055, 3, 50, 30074, 30074, 1, 102, 1, 9081055, 0, -550000, 10000, 0, 1767650400, 0, 0); -- Table: support_card_effect_table CREATE TABLE 'support_card_effect_table' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'init' INTEGER NOT NULL, 'limit_lv5' INTEGER NOT NULL, 'limit_lv10' INTEGER NOT NULL, 'limit_lv15' INTEGER NOT NULL, 'limit_lv20' INTEGER NOT NULL, 'limit_lv25' INTEGER NOT NULL, 'limit_lv30' INTEGER NOT NULL, 'limit_lv35' INTEGER NOT NULL, 'limit_lv40' INTEGER NOT NULL, 'limit_lv45' INTEGER NOT NULL, 'limit_lv50' INTEGER NOT NULL, PRIMARY KEY('id','type')); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10001, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10001, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10001, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10001, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10001, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10001, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10001, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10002, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10002, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10002, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10002, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10002, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10002, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10002, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10003, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10003, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10003, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10003, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10003, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10003, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10003, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10004, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10004, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10004, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10004, 9, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10004, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10004, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10004, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10005, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10005, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10005, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10005, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10005, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10005, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10005, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10006, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10006, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10006, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10006, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10006, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10006, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10006, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10007, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10007, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10007, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10007, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10007, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10007, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10007, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10008, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10008, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10008, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10008, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10008, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10008, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10008, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10009, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10009, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10009, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10009, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10009, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10009, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10009, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10010, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10010, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10010, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10010, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10010, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10010, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10010, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10011, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10011, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10011, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10011, 11, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10011, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10011, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10011, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10011, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10012, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10012, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10012, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10012, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10012, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10012, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10012, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 13, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10013, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10014, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10014, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10014, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10014, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10014, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10014, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10014, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10015, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10015, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10015, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10015, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10015, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10015, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10015, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10016, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10016, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10016, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10016, 12, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10016, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10016, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10016, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10016, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10017, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10017, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10017, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10017, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10017, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10017, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10017, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10018, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10018, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10018, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10018, 9, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10018, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10018, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10018, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10018, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10019, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10019, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10019, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10019, 10, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10019, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10019, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10019, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10020, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10020, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10020, 12, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10020, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10020, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10020, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10020, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10021, 8, -1, -1, -1, -1, -1, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10021, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10021, 25, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10021, 26, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10021, 27, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10021, 28, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10022, 8, -1, -1, -1, -1, -1, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10022, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10022, 25, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10022, 26, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10022, 27, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10022, 28, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10023, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10023, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10023, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10023, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10023, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10023, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10023, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10023, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10024, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10024, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10024, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10024, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10024, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10024, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10024, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10025, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10026, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10027, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10028, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10028, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10028, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10028, 13, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10028, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10028, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10028, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10028, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10029, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10030, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10030, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10030, 10, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10030, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10030, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10030, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10030, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10031, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10031, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10031, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10031, 10, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10031, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10031, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10031, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10031, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10032, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10032, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10032, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10032, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10032, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10032, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10032, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10033, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10033, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10033, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10033, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10033, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10033, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10033, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10034, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10034, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10034, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10034, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10034, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10034, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10034, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10035, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 13, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10036, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10037, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10037, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10037, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10037, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10037, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10037, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10037, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10037, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10038, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10038, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10038, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10038, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10038, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10038, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10038, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10039, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10039, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10039, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10039, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10039, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10039, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10039, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10040, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10041, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10042, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10042, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10042, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10042, 9, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10042, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10042, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10042, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 13, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10043, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10044, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10044, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10044, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10044, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10044, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10044, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10044, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10044, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10045, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10045, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10045, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10045, 12, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10045, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10045, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10045, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10046, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10047, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10047, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10047, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10047, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10047, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10047, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10047, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10048, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10048, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10048, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10048, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10048, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10048, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10048, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10049, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10049, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10049, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10049, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10049, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10049, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10049, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10049, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10050, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10050, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10050, 13, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10050, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10050, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10050, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10050, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10050, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10051, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10051, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10051, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10051, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10051, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10051, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10051, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10052, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10052, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10052, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10052, 11, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10052, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10052, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10052, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10052, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10053, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10053, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10053, 13, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10053, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10053, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10053, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10053, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10054, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10054, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10054, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10054, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10054, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10054, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10054, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10055, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10056, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10056, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10056, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10056, 10, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10056, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10056, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10056, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10056, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10057, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10057, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10057, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10057, 12, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10057, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10057, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10057, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10058, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10058, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10058, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10058, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10058, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10058, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10058, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10059, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10059, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10059, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10059, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10059, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10059, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10059, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10060, 8, -1, -1, -1, -1, -1, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10060, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10060, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10060, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10060, 25, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10060, 26, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10060, 27, -1, 5, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10060, 28, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10061, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10061, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10061, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10061, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10061, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10061, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10061, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10062, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10062, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10062, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10062, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10062, 17, -1, 1, -1, 1, 1, -1, -1, 2, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10062, 18, -1, 5, -1, 20, 20, -1, -1, 30, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10062, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10063, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10063, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10063, 5, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10063, 9, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10063, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10063, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10063, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10064, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10064, 6, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10064, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10064, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10064, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10064, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10064, 19, -1, -1, 1, -1, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10065, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10065, 8, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10065, 11, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10065, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10065, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10065, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10065, 30, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10066, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10066, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10066, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10066, 9, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10066, 15, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10066, 16, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10066, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10067, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10067, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10067, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10067, 10, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10067, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10067, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10067, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10067, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10069, 1, 5, -1, -1, 10, 10, -1, -1, 15, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10069, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10069, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10069, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10069, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10069, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10069, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10069, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10070, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10070, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10070, 4, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10070, 10, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10070, 14, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10070, 19, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10071, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10071, 2, 10, -1, -1, -1, 25, -1, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10071, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10071, 12, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10071, 14, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10071, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10071, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10072, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10072, 3, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10072, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10072, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10072, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10072, 17, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10072, 18, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10072, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10073, 1, 5, -1, -1, -1, 15, -1, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10073, 2, -1, 10, -1, 15, 15, -1, -1, 25, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10073, 7, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10073, 8, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10073, 15, -1, 1, -1, 1, 1, -1, -1, 5, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10073, 16, -1, 1, -1, 5, 5, -1, -1, 10, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10073, 19, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (10073, 31, 1, -1, -1, -1, 2, -1, -1, -1, 3, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 2, 10, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 7, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 15, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 16, -1, -1, -1, -1, -1, -1, 5, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 17, -1, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 18, -1, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20001, 31, 1, -1, -1, -1, -1, 3, -1, -1, -1, 4, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 1, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 7, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 17, -1, -1, -1, -1, -1, -1, 1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 18, -1, -1, -1, -1, -1, -1, 20, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 19, 5, -1, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20002, 31, 1, -1, -1, -1, -1, 3, -1, -1, -1, 4, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20003, 1, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20003, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20003, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20003, 11, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20003, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20003, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20003, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20003, 19, 5, -1, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 6, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 8, -1, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 14, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 18, 5, -1, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20004, 19, -1, -1, -1, -1, -1, -1, 30, -1, 60, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 8, -1, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 11, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 14, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 18, 5, -1, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20005, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 8, -1, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 14, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 18, 5, -1, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20006, 19, -1, -1, -1, -1, -1, -1, 30, -1, 60, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20007, 1, 10, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20007, 2, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20007, 8, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20007, 10, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20007, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20007, 16, 1, -1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20007, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20007, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 10, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 16, 1, -1, -1, -1, -1, 15, -1, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 17, -1, -1, -1, -1, -1, -1, 1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 18, -1, -1, -1, -1, -1, -1, 20, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20008, 19, -1, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20009, 1, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20009, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20009, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20009, 11, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20009, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20009, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20009, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20009, 19, 5, -1, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 8, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 15, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 16, -1, -1, -1, -1, -1, -1, 5, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 3, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20010, 18, 5, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20011, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20011, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20011, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20011, 8, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20011, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20011, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 3, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20011, 18, 5, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20011, 19, -1, -1, -1, -1, -1, -1, 30, -1, 60, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 7, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 8, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 13, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 16, 1, -1, -1, -1, -1, 15, -1, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 19, -1, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20012, 31, 1, -1, -1, -1, -1, 3, -1, -1, -1, 4, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20013, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20013, 2, 10, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20013, 3, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20013, 8, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20013, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20013, 17, -1, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20013, 18, -1, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20013, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 3, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 8, -1, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 9, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 14, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20014, 18, 5, -1, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 7, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 13, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 16, 1, -1, -1, -1, -1, 15, -1, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 17, -1, -1, -1, -1, -1, -1, 1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 18, -1, -1, -1, -1, -1, -1, 20, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 19, -1, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20015, 31, 1, -1, -1, -1, -1, 3, -1, -1, -1, 4, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 2, 10, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 7, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 8, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 17, -1, 1, -1, -1, -1, 2, -1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 18, -1, 5, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20016, 31, 1, -1, -1, -1, -1, 3, -1, -1, -1, 4, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20017, 1, 10, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20017, 6, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20017, 8, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20017, 12, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20017, 14, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20017, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20017, 16, 1, -1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20017, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 7, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 8, -1, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 13, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 14, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 18, 5, -1, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20018, 31, 1, -1, -1, -1, -1, 3, -1, -1, -1, 4, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 8, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 15, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 16, -1, -1, -1, -1, -1, -1, 5, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 3, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 18, 5, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20019, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20020, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20020, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20020, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20020, 8, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20020, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20020, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 3, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20020, 18, 5, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20020, 19, -1, -1, -1, -1, -1, -1, 30, -1, 60, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20021, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20021, 13, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20021, 14, 10, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20021, 25, 10, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20021, 26, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20021, 27, 5, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20021, 28, 1, -1, -1, -1, -1, 15, -1, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20023, 1, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20023, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20023, 8, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20023, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20023, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20023, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20023, 19, 5, -1, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20023, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 11, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 16, 1, -1, -1, -1, -1, 15, -1, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 17, -1, -1, -1, -1, -1, -1, 1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 18, -1, -1, -1, -1, -1, -1, 20, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20024, 19, -1, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20025, 1, 10, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20025, 8, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20025, 13, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20025, 14, -1, -1, -1, -1, -1, -1, 10, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20025, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20025, 16, 1, -1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20025, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20025, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20026, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20026, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20026, 7, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20026, 8, -1, 1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20026, 14, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20026, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20026, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20026, 31, -1, -1, -1, -1, -1, -1, 1, 3, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 11, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 16, 1, -1, -1, -1, -1, 15, -1, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 17, -1, -1, -1, -1, -1, -1, 1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 18, -1, -1, -1, -1, -1, -1, 20, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20027, 19, -1, 5, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20028, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20028, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20028, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20028, 8, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20028, 14, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20028, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 3, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20028, 18, 5, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20028, 19, -1, -1, -1, -1, -1, -1, 30, -1, 60, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 1, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 17, -1, -1, -1, -1, -1, -1, 1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 18, -1, -1, -1, -1, -1, -1, 20, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 19, 5, -1, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20029, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20031, 1, 10, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20031, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20031, 3, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20031, 8, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20031, 9, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20031, 15, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20031, 16, 1, -1, -1, -1, -1, 15, -1, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20031, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 1, 10, -1, -1, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 2, -1, 10, -1, -1, -1, 30, -1, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 7, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 8, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 14, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 17, 1, -1, -1, -1, -1, 2, -1, -1, -1, 3, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 18, 5, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20034, 31, 1, -1, -1, -1, -1, 3, -1, -1, -1, 4, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20035, 1, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20035, 2, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20035, 4, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20035, 10, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20035, 14, 10, -1, -1, -1, -1, 25, -1, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20035, 17, -1, -1, -1, -1, -1, -1, 1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20035, 18, -1, -1, -1, -1, -1, -1, 20, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20035, 19, 5, -1, -1, -1, -1, 35, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20037, 1, 10, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20037, 8, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20037, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20037, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20037, 17, -1, -1, -1, -1, -1, -1, 1, -1, 2, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20037, 18, -1, -1, -1, -1, -1, -1, 20, -1, 30, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20037, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20037, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20038, 1, 10, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20038, 2, 10, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20038, 3, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20038, 12, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20038, 14, -1, 10, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20038, 15, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20038, 16, -1, 1, -1, -1, -1, 10, -1, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20038, 19, -1, -1, -1, -1, -1, -1, 30, -1, 60, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 1, 10, -1, -1, -1, -1, 20, -1, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 2, 10, -1, -1, -1, -1, 40, -1, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 14, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 15, -1, -1, -1, -1, -1, -1, 1, -1, 5, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 16, -1, -1, -1, -1, -1, -1, 5, -1, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 17, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 18, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (20039, 19, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30001, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30001, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30001, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30001, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30001, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30001, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30001, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30001, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30002, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30002, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30002, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30002, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30002, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30002, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30002, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30002, 30, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30003, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30004, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30004, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30004, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30004, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30004, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30004, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30004, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 4); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30004, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30005, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30006, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30006, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30006, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30006, 12, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30006, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30006, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30006, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30006, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 11, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30007, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30008, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 8, -1, -1, 1, -1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 14, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30009, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 7, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 8, 1, -1, -1, -1, -1, -1, 10, -1, -1, -1, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 13, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30010, 31, 1, -1, -1, -1, -1, -1, 3, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 8, -1, -1, 1, -1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 14, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30011, 19, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, 80); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 12, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30012, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 13, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 4); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 30, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30013, 31, 1, -1, -1, -1, -1, -1, 3, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 4); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30014, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 9, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30015, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30016, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30016, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30016, 8, 1, -1, -1, -1, -1, -1, 10, -1, -1, -1, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30016, 10, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30016, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30016, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30016, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30016, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30017, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 8, -1, -1, 1, -1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 14, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30018, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30019, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30019, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30019, 8, 1, -1, -1, -1, -1, -1, 10, -1, -1, -1, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30019, 12, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30019, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30019, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30019, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30019, 30, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30020, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30020, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30020, 8, 1, -1, -1, -1, -1, -1, 10, -1, -1, -1, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30020, 9, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30020, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30020, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30020, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30020, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30021, 8, -1, -1, -1, -1, -1, -1, -1, 5, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30021, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30021, 14, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30021, 25, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30021, 26, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30021, 27, 5, -1, -1, -1, -1, -1, 20, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30021, 28, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 25); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 2); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30022, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 14, -1, 5, -1, -1, 10, -1, -1, -1, 15, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30023, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30024, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30024, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30024, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30024, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30024, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30024, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30024, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30024, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30025, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30025, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30025, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30025, 14, -1, -1, 1, -1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30025, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30025, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30025, 19, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30026, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30026, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30026, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30026, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30026, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30026, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30026, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30026, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30027, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 8, -1, -1, 1, -1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 14, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 17, -1, -1, -1, 1, -1, 1, 1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 18, -1, -1, -1, 5, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30028, 19, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, 80); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 10, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30029, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30030, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30030, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30030, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30030, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30030, 12, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30030, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30030, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30030, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 7, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 13, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30031, 31, 1, -1, -1, -1, -1, -1, 3, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 4); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30032, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30033, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30033, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30033, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30033, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30033, 14, 5, -1, -1, -1, -1, -1, 20, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30033, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30033, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30033, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 17, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 18, -1, -1, -1, -1, -1, 20, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30034, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 8, -1, -1, -1, -1, -1, -1, -1, 5, 10, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 14, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 25, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 26, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 27, -1, -1, 5, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30036, 28, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 17, -1, -1, 1, -1, -1, 2, 2, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 18, -1, -1, 5, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30038, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30039, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30039, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30039, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30039, 9, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30039, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30039, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30039, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30039, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30040, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30040, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30040, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30040, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30040, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30040, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 4); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30040, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30040, 19, -1, -1, -1, 5, -1, 10, 10, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30041, 1, 10, -1, -1, -1, -1, -1, 20, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30041, 2, -1, -1, 1, -1, -1, -1, 15, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30041, 7, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30041, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30041, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30041, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30041, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30041, 31, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 8, 1, -1, -1, -1, -1, -1, 10, -1, -1, -1, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 11, -1, -1, 5, -1, -1, -1, 15, -1, -1, -1, 25); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 14, 5, -1, -1, -1, -1, -1, 20, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30042, 30, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 10, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30043, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30044, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30044, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30044, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30044, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30044, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30044, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30044, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30044, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30045, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30045, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30045, 9, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30045, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30045, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30045, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30045, 30, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30046, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30046, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30046, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30046, 14, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30046, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30046, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30046, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30046, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30047, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30047, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30047, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30047, 11, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30047, 14, -1, -1, -1, 5, -1, -1, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30047, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30047, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30047, 19, -1, -1, 10, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 17, -1, -1, -1, 1, -1, 1, 1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 18, -1, -1, -1, 5, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30048, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 7, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 8, 1, -1, -1, -1, -1, -1, 10, -1, -1, -1, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 17, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 18, -1, -1, -1, -1, -1, 20, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30054, 31, 1, -1, -1, -1, -1, -1, 3, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30055, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30055, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30055, 8, -1, -1, 1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30055, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30055, 17, -1, -1, -1, 1, -1, 1, 1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30055, 18, -1, -1, -1, 5, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30055, 19, -1, 5, -1, -1, -1, -1, 10, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30055, 31, 1, -1, -1, -1, -1, -1, 3, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30056, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30056, 8, -1, -1, 1, -1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30056, 5, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30056, 11, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30056, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30056, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30056, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30056, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30057, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30057, 2, -1, 10, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30057, 8, -1, 1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30057, 14, -1, 1, -1, -1, -1, -1, 10, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30057, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30057, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30057, 30, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30058, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30058, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30058, 11, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30058, 14, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30058, 17, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30058, 18, -1, -1, -1, -1, 40, -1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30058, 19, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30059, 1, 10, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30059, 2, -1, -1, 10, -1, -1, -1, 20, -1, -1, -1, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30059, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30059, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30059, 15, -1, -1, 1, -1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30059, 16, -1, -1, 1, -1, -1, 10, 10, -1, -1, 15, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30059, 17, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30059, 18, -1, -1, -1, -1, 40, -1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30060, 1, 10, -1, -1, -1, -1, -1, 20, -1, -1, -1, 25); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30060, 8, -1, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30060, 12, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30060, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30060, 17, -1, -1, -1, 1, -1, 1, 1, -1, -1, 2, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30060, 18, -1, -1, -1, 5, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30060, 19, 10, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30061, 1, 10, -1, -1, -1, -1, -1, 20, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30061, 2, -1, -1, 5, -1, -1, -1, 10, -1, -1, -1, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30061, 8, -1, -1, 1, -1, -1, -1, 5, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30061, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30061, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30061, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30061, 19, 10, -1, -1, -1, -1, -1, 20, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30061, 31, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30062, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30062, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30062, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30062, 10, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30062, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30062, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30062, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30062, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30063, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30064, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30064, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 60); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30064, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30064, 11, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30064, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30064, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30064, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30064, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30065, 1, 10, -1, -1, -1, -1, -1, 15, -1, -1, 15, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30065, 2, -1, -1, -1, -1, 1, -1, 20, -1, 25, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30065, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30065, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30065, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30065, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30065, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30065, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 2, -1, -1, 10, -1, -1, 30, 30, -1, -1, 40, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 13, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 19, -1, 5, -1, -1, -1, -1, 10, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30066, 31, 1, -1, -1, -1, -1, -1, 3, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 7, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 14, -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 19, 5, -1, -1, -1, -1, -1, 50, -1, -1, -1, 65); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30068, 31, 1, -1, -1, -1, -1, -1, 3, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 2, -1, -1, -1, 10, -1, 20, 20, -1, -1, 30, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 16, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 15); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 17, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 18, -1, -1, -1, -1, -1, 20, -1, -1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30069, 30, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30070, 1, 10, -1, -1, -1, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30070, 6, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30070, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30070, 12, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30070, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30070, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30070, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30070, 19, -1, -1, 5, -1, -1, 35, 35, -1, -1, 50, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 30); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 17, -1, -1, -1, -1, -1, -1, -1, -1, -1, 2, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, 40); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 19, -1, -1, -1, 5, -1, 20, 20, -1, -1, 35, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30071, 30, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 2, 10, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 3, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 8, -1, -1, -1, 1, -1, 5, 5, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 15, -1, -1, -1, 1, -1, 1, 1, -1, -1, 5, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 16, -1, -1, -1, 1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 17, 1, -1, -1, -1, -1, -1, 2, -1, -1, -1, 3); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 18, 5, -1, -1, -1, -1, -1, 40, -1, -1, -1, 50); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30072, 19, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, 80); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30073, 1, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30073, 7, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30073, 8, -1, -1, 1, -1, -1, 5, 5, -1, -1, 10, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30073, 14, -1, -1, 10, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30073, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30073, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30073, 31, 1, -1, -1, -1, -1, -1, 3, -1, -1, -1, 5); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30074, 1, 10, -1, -1, -1, -1, 20, 20, -1, -1, 25, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30074, 4, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30074, 10, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30074, 11, 10, -1, -1, -1, -1, -1, 25, -1, -1, -1, 35); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30074, 14, -1, -1, -1, 10, -1, 15, 15, -1, -1, 20, -1); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30074, 15, 1, -1, -1, -1, -1, -1, 5, -1, -1, -1, 10); INSERT INTO support_card_effect_table (id, type, init, limit_lv5, limit_lv10, limit_lv15, limit_lv20, limit_lv25, limit_lv30, limit_lv35, limit_lv40, limit_lv45, limit_lv50) VALUES (30074, 16, 1, -1, -1, -1, -1, -1, 15, -1, -1, -1, 20); -- Table: support_card_group CREATE TABLE 'support_card_group' ('id' INTEGER NOT NULL, 'support_card_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'outing_max' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: support_card_level CREATE TABLE 'support_card_level' ('id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'level' INTEGER NOT NULL, 'total_exp' INTEGER NOT NULL, PRIMARY KEY('id'), UNIQUE('rarity','level')); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1001, 1, 1, 0); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1002, 1, 2, 5); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1003, 1, 3, 15); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1004, 1, 4, 30); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1005, 1, 5, 50); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1006, 1, 6, 80); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1007, 1, 7, 120); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1008, 1, 8, 170); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1009, 1, 9, 230); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1010, 1, 10, 310); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1011, 1, 11, 410); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1012, 1, 12, 530); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1013, 1, 13, 680); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1014, 1, 14, 860); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1015, 1, 15, 1080); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1016, 1, 16, 1340); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1017, 1, 17, 1650); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1018, 1, 18, 2010); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1019, 1, 19, 2430); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1020, 1, 20, 2910); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1021, 1, 21, 3460); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1022, 1, 22, 4090); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1023, 1, 23, 4810); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1024, 1, 24, 5630); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1025, 1, 25, 6560); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1026, 1, 26, 7610); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1027, 1, 27, 8790); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1028, 1, 28, 10110); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1029, 1, 29, 11580); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1030, 1, 30, 13210); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1031, 1, 31, 15010); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1032, 1, 32, 16990); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1033, 1, 33, 19160); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1034, 1, 34, 21530); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1035, 1, 35, 24110); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1036, 1, 36, 26910); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1037, 1, 37, 29940); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1038, 1, 38, 33210); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1039, 1, 39, 36730); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (1040, 1, 40, 40510); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2001, 2, 1, 0); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2002, 2, 2, 10); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2003, 2, 3, 30); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2004, 2, 4, 60); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2005, 2, 5, 110); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2006, 2, 6, 180); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2007, 2, 7, 270); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2008, 2, 8, 390); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2009, 2, 9, 540); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2010, 2, 10, 720); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2011, 2, 11, 940); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2012, 2, 12, 1200); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2013, 2, 13, 1510); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2014, 2, 14, 1870); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2015, 2, 15, 2290); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2016, 2, 16, 2770); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2017, 2, 17, 3320); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2018, 2, 18, 3940); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2019, 2, 19, 4640); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2020, 2, 20, 5420); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2021, 2, 21, 6290); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2022, 2, 22, 7250); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2023, 2, 23, 8310); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2024, 2, 24, 9470); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2025, 2, 25, 10740); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2026, 2, 26, 12130); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2027, 2, 27, 13650); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2028, 2, 28, 15310); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2029, 2, 29, 17120); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2030, 2, 30, 19090); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2031, 2, 31, 21230); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2032, 2, 32, 23550); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2033, 2, 33, 26060); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2034, 2, 34, 28770); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2035, 2, 35, 31690); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2036, 2, 36, 34830); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2037, 2, 37, 38200); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2038, 2, 38, 41810); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2039, 2, 39, 45670); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2040, 2, 40, 49790); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2041, 2, 41, 54190); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2042, 2, 42, 58890); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2043, 2, 43, 63910); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2044, 2, 44, 69270); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (2045, 2, 45, 74990); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3001, 3, 1, 0); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3002, 3, 2, 15); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3003, 3, 3, 45); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3004, 3, 4, 95); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3005, 3, 5, 165); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3006, 3, 6, 265); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3007, 3, 7, 395); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3008, 3, 8, 565); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3009, 3, 9, 775); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3010, 3, 10, 1035); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3011, 3, 11, 1345); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3012, 3, 12, 1715); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3013, 3, 13, 2145); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3014, 3, 14, 2645); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3015, 3, 15, 3215); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3016, 3, 16, 3865); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3017, 3, 17, 4595); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3018, 3, 18, 5415); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3019, 3, 19, 6325); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3020, 3, 20, 7335); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3021, 3, 21, 8445); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3022, 3, 22, 9665); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3023, 3, 23, 10995); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3024, 3, 24, 12445); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3025, 3, 25, 14015); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3026, 3, 26, 15715); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3027, 3, 27, 17545); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3028, 3, 28, 19515); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3029, 3, 29, 21625); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3030, 3, 30, 23885); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3031, 3, 31, 26305); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3032, 3, 32, 28895); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3033, 3, 33, 31665); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3034, 3, 34, 34625); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3035, 3, 35, 37785); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3036, 3, 36, 41155); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3037, 3, 37, 44745); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3038, 3, 38, 48565); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3039, 3, 39, 52625); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3040, 3, 40, 56935); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3041, 3, 41, 61515); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3042, 3, 42, 66385); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3043, 3, 43, 71565); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3044, 3, 44, 77075); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3045, 3, 45, 82935); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3046, 3, 46, 89165); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3047, 3, 47, 95785); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3048, 3, 48, 102815); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3049, 3, 49, 110275); INSERT INTO support_card_level (id, rarity, level, total_exp) VALUES (3050, 3, 50, 118185); -- Table: support_card_limit CREATE TABLE 'support_card_limit' ('rarity' INTEGER NOT NULL, 'limit_0' INTEGER NOT NULL, 'limit_1' INTEGER NOT NULL, 'limit_2' INTEGER NOT NULL, 'limit_3' INTEGER NOT NULL, 'limit_4' INTEGER NOT NULL, PRIMARY KEY('rarity')); INSERT INTO support_card_limit (rarity, limit_0, limit_1, limit_2, limit_3, limit_4) VALUES (1, 20, 25, 30, 35, 40); INSERT INTO support_card_limit (rarity, limit_0, limit_1, limit_2, limit_3, limit_4) VALUES (2, 25, 30, 35, 40, 45); INSERT INTO support_card_limit (rarity, limit_0, limit_1, limit_2, limit_3, limit_4) VALUES (3, 30, 35, 40, 45, 50); -- Table: support_card_limit_break CREATE TABLE 'support_card_limit_break' ('id' INTEGER NOT NULL, 'rarity' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, 'disp_order' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO support_card_limit_break (id, rarity, item_id, item_num, disp_order) VALUES (2020, 2, 145, 1, 2010); INSERT INTO support_card_limit_break (id, rarity, item_id, item_num, disp_order) VALUES (3033, 3, 144, 1, 3010); -- Table: support_card_team_score_bonus CREATE TABLE 'support_card_team_score_bonus' ('id' INTEGER NOT NULL, 'level' INTEGER NOT NULL, 'score_rate' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO support_card_team_score_bonus (id, level, score_rate) VALUES (1, 20, 1); INSERT INTO support_card_team_score_bonus (id, level, score_rate) VALUES (2, 25, 2); INSERT INTO support_card_team_score_bonus (id, level, score_rate) VALUES (3, 30, 2); INSERT INTO support_card_team_score_bonus (id, level, score_rate) VALUES (4, 35, 2); INSERT INTO support_card_team_score_bonus (id, level, score_rate) VALUES (5, 40, 3); INSERT INTO support_card_team_score_bonus (id, level, score_rate) VALUES (6, 45, 5); INSERT INTO support_card_team_score_bonus (id, level, score_rate) VALUES (7, 50, 5); -- Table: support_card_unique_effect CREATE TABLE 'support_card_unique_effect' ('id' INTEGER NOT NULL, 'lv' INTEGER NOT NULL, 'type_0' INTEGER NOT NULL, 'value_0' INTEGER NOT NULL, 'value_0_1' INTEGER NOT NULL, 'value_0_2' INTEGER NOT NULL, 'value_0_3' INTEGER NOT NULL, 'value_0_4' INTEGER NOT NULL, 'type_1' INTEGER NOT NULL, 'value_1' INTEGER NOT NULL, 'value_1_1' INTEGER NOT NULL, 'value_1_2' INTEGER NOT NULL, 'value_1_3' INTEGER NOT NULL, 'value_1_4' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20001, 25, 30, 1, 0, 0, 0, 0, 13, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20002, 25, 2, 15, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20003, 25, 1, 10, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20004, 25, 2, 15, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20005, 25, 1, 10, 0, 0, 0, 0, 11, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20006, 25, 8, 5, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20007, 25, 1, 10, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20008, 25, 8, 5, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20009, 25, 1, 10, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20010, 25, 2, 15, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20011, 25, 6, 1, 0, 0, 0, 0, 12, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20012, 25, 30, 1, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20013, 25, 2, 15, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20014, 25, 2, 15, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20015, 25, 2, 15, 0, 0, 0, 0, 13, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20016, 25, 1, 10, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20017, 25, 8, 5, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20018, 25, 8, 5, 0, 0, 0, 0, 13, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20019, 25, 2, 15, 0, 0, 0, 0, 12, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20020, 25, 3, 1, 0, 0, 0, 0, 9, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20021, 25, 27, 10, 0, 0, 0, 0, 28, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20023, 25, 8, 5, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20024, 25, 2, 15, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20025, 25, 7, 1, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20026, 35, 8, 5, 0, 0, 0, 0, 13, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20027, 25, 2, 15, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20028, 25, 1, 10, 0, 0, 0, 0, 10, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20029, 25, 1, 10, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20031, 25, 1, 10, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20034, 25, 2, 15, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20035, 25, 2, 15, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20037, 25, 5, 1, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20038, 25, 8, 5, 0, 0, 0, 0, 9, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (20039, 25, 8, 5, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30001, 30, 6, 1, 0, 0, 0, 0, 12, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30002, 30, 2, 15, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30003, 30, 1, 10, 0, 0, 0, 0, 9, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30004, 30, 8, 5, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30005, 30, 1, 10, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30006, 30, 2, 15, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30007, 30, 1, 10, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30008, 30, 2, 15, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30009, 30, 8, 5, 0, 0, 0, 0, 10, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30010, 30, 1, 10, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30011, 30, 8, 5, 0, 0, 0, 0, 12, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30012, 30, 1, 10, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30013, 30, 2, 15, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30014, 30, 3, 1, 0, 0, 0, 0, 9, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30015, 30, 1, 10, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30016, 30, 1, 10, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30017, 30, 5, 1, 0, 0, 0, 0, 11, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30018, 30, 2, 15, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30019, 40, 1, 10, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30020, 30, 8, 5, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30021, 30, 27, 10, 0, 0, 0, 0, 28, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30022, 40, 4, 1, 0, 0, 0, 0, 10, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30023, 40, 1, 10, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30024, 30, 5, 1, 0, 0, 0, 0, 11, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30025, 40, 8, 5, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30026, 30, 2, 15, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30027, 30, 8, 5, 0, 0, 0, 0, 12, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30028, 30, 8, 5, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30029, 30, 2, 15, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30030, 40, 1, 10, 0, 0, 0, 0, 12, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30031, 30, 8, 5, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30032, 30, 8, 5, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30033, 40, 1, 10, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30034, 30, 4, 1, 0, 0, 0, 0, 8, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30036, 30, 27, 10, 0, 0, 0, 0, 28, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30038, 30, 8, 5, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30039, 30, 3, 1, 0, 0, 0, 0, 9, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30040, 30, 2, 15, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30041, 40, 8, 5, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30042, 30, 5, 1, 0, 0, 0, 0, 11, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30043, 30, 1, 10, 0, 0, 0, 0, 6, 1, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30044, 40, 3, 1, 0, 0, 0, 0, 9, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30045, 30, 1, 10, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30046, 30, 2, 15, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30047, 40, 8, 5, 0, 0, 0, 0, 11, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30048, 30, 5, 1, 0, 0, 0, 0, 30, 1, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30054, 30, 7, 1, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30055, 30, 3, 1, 0, 0, 0, 0, 13, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30056, 30, 1, 10, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30057, 40, 5, 1, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30058, 30, 5, 1, 0, 0, 0, 0, 11, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30059, 30, 4, 1, 0, 0, 0, 0, 18, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30060, 30, 6, 1, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30061, 30, 7, 1, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30062, 40, 8, 5, 0, 0, 0, 0, 10, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30063, 30, 8, 5, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30064, 30, 1, 10, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30065, 30, 1, 10, 0, 0, 0, 0, 8, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30066, 40, 8, 5, 0, 0, 0, 0, 9, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30068, 30, 2, 15, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30069, 30, 8, 5, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30070, 40, 1, 10, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30071, 30, 5, 1, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30072, 30, 5, 1, 0, 0, 0, 0, 14, 15, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30073, 30, 3, 1, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0); INSERT INTO support_card_unique_effect (id, lv, type_0, value_0, value_0_1, value_0_2, value_0_3, value_0_4, type_1, value_1, value_1_1, value_1_2, value_1_3, value_1_4) VALUES (30074, 40, 1, 10, 0, 0, 0, 0, 15, 5, 0, 0, 0, 0); -- Table: team_building_basic_reward CREATE TABLE 'team_building_basic_reward' ('id' INTEGER NOT NULL, 'reward_value' INTEGER NOT NULL, 'team_rank_min' INTEGER NOT NULL, 'team_rank_max' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_chara_count CREATE TABLE 'team_building_chara_count' ('id' INTEGER NOT NULL, 'collection_chara_min' INTEGER NOT NULL, 'collection_chara_max' INTEGER NOT NULL, 'bonus_value' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_chara_group CREATE TABLE 'team_building_chara_group' ('id' INTEGER NOT NULL, 'chara_group_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_collection_chara CREATE TABLE 'team_building_collection_chara' ('id' INTEGER NOT NULL, 'team_building_event_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'condition_type_1' INTEGER NOT NULL, 'bonus_type_1' INTEGER NOT NULL, 'bonus_value_1' INTEGER NOT NULL, 'condition_type_2' INTEGER NOT NULL, 'bonus_type_2' INTEGER NOT NULL, 'bonus_value_2' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_collection_set CREATE TABLE 'team_building_collection_set' ('id' INTEGER NOT NULL, 'team_building_event_id' INTEGER NOT NULL, 'chara_group_id' INTEGER NOT NULL, 'skill_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_consecutive_wins CREATE TABLE 'team_building_consecutive_wins' ('id' INTEGER NOT NULL, 'consecutive_wins_num' INTEGER NOT NULL, 'bonus_value' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_data CREATE TABLE 'team_building_data' ('team_building_event_id' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub_id' INTEGER NOT NULL, 'stamina_default' INTEGER NOT NULL, 'stamina_max' INTEGER NOT NULL, 'stamina_add' INTEGER NOT NULL, 'stamina_add_time' TEXT NOT NULL, 'start_add_scout_point' INTEGER NOT NULL, 'notice_date' INTEGER NOT NULL, 'start_date' INTEGER NOT NULL, 'ending_date' INTEGER NOT NULL, 'end_date' INTEGER NOT NULL, PRIMARY KEY('team_building_event_id')); -- Table: team_building_discount_point CREATE TABLE 'team_building_discount_point' ('id' INTEGER NOT NULL, 'team_rank' INTEGER NOT NULL, 'discount_value' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_race CREATE TABLE 'team_building_race' ('id' INTEGER NOT NULL, 'team_building_event_id' INTEGER NOT NULL, 'rotation_order' INTEGER NOT NULL, 'bg_id' INTEGER NOT NULL, 'bg_sub_id' INTEGER NOT NULL, 'race_instance_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_race_npc CREATE TABLE 'team_building_race_npc' ('id' INTEGER NOT NULL, 'npc_group_id' INTEGER NOT NULL, 'chara_id' INTEGER NOT NULL, 'mob_id' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'speed' INTEGER NOT NULL, 'stamina' INTEGER NOT NULL, 'pow' INTEGER NOT NULL, 'guts' INTEGER NOT NULL, 'wiz' INTEGER NOT NULL, 'proper_distance_short' INTEGER NOT NULL, 'proper_distance_mile' INTEGER NOT NULL, 'proper_distance_middle' INTEGER NOT NULL, 'proper_distance_long' INTEGER NOT NULL, 'proper_running_style_nige' INTEGER NOT NULL, 'proper_running_style_senko' INTEGER NOT NULL, 'proper_running_style_sashi' INTEGER NOT NULL, 'proper_running_style_oikomi' INTEGER NOT NULL, 'proper_ground_turf' INTEGER NOT NULL, 'proper_ground_dirt' INTEGER NOT NULL, 'skill_set_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_rank CREATE TABLE 'team_building_rank' ('id' INTEGER NOT NULL, 'team_rank' INTEGER NOT NULL, 'team_min_value' INTEGER NOT NULL, 'team_max_value' INTEGER NOT NULL, 'reward_group_id' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_rank_reward_group CREATE TABLE 'team_building_rank_reward_group' ('id' INTEGER NOT NULL, 'reward_group_id' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_retry_bonus CREATE TABLE 'team_building_retry_bonus' ('id' INTEGER NOT NULL, 'retry_min' INTEGER NOT NULL, 'retry_max' INTEGER NOT NULL, 'bonus_rate' INTEGER NOT NULL, 'resimulate_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_scout_point CREATE TABLE 'team_building_scout_point' ('id' INTEGER NOT NULL, 'chara_rank' INTEGER NOT NULL, 'scout_value' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_building_win_reward CREATE TABLE 'team_building_win_reward' ('id' INTEGER NOT NULL, 'win_loop_num' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('id')); -- Table: team_stadium CREATE TABLE 'team_stadium' ('id' INTEGER NOT NULL, 'race_start_date' INTEGER NOT NULL, 'race_start_time' TEXT NOT NULL, 'race_end_date' INTEGER NOT NULL, 'race_end_time' TEXT NOT NULL, 'interval_start_date' INTEGER NOT NULL, 'interval_start_time' TEXT NOT NULL, 'interval_end_date' INTEGER NOT NULL, 'interval_end_time' TEXT NOT NULL, 'calc_start_date' INTEGER NOT NULL, 'calc_start_time' TEXT NOT NULL, 'calc_end_date' INTEGER NOT NULL, 'calc_end_time' TEXT NOT NULL, 'start_date' TEXT NOT NULL, 'end_date' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO team_stadium (id, race_start_date, race_start_time, race_end_date, race_end_time, interval_start_date, interval_start_time, interval_end_date, interval_end_time, calc_start_date, calc_start_time, calc_end_date, calc_end_time, start_date, end_date) VALUES (1, 2, '15:00:00', 2, '09:59:59', 2, '10:00:00', 2, '10:04:59', 2, '10:05:00', 2, '14:59:59', '2017/1/1 0:00:00', '2050/1/1 0:00:00'); -- Table: team_stadium_bgm CREATE TABLE 'team_stadium_bgm' ('id' INTEGER NOT NULL, 'scene_type' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'cue_name' TEXT NOT NULL, 'cuesheet_name' TEXT NOT NULL, PRIMARY KEY('id')); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (1, 1, 100, 'snd_bgm_CS007_team', 'snd_bgm_CS007'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (2, 1, 100, 'snd_bgm_CS008_team', 'snd_bgm_CS008'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (3, 1, 100, 'snd_bgm_CS009_team', 'snd_bgm_CS009'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (4, 1, 100, 'snd_bgm_CS010_team', 'snd_bgm_CS010'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (5, 1, 100, 'snd_bgm_CS011_team', 'snd_bgm_CS011'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (6, 2, 100, 'snd_bgm_GM037_result', 'snd_bgm_GM037'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (7, 3, 100, 'snd_bgm_GM061_result', 'snd_bgm_GM061'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (8, 4, 100, 'snd_bgm_GM036_result', 'snd_bgm_GM036'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (9, 5, 100, 'snd_bgm_GM037_loop', 'snd_bgm_GM037'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (10, 6, 100, 'snd_bgm_GM061_loop', 'snd_bgm_GM061'); INSERT INTO team_stadium_bgm (id, scene_type, priority, cue_name, cuesheet_name) VALUES (11, 7, 100, 'snd_bgm_GM036_loop', 'snd_bgm_GM036'); -- Table: team_stadium_class CREATE TABLE 'team_stadium_class' ('id' INTEGER NOT NULL, 'team_stadium_id' INTEGER NOT NULL, 'team_class' INTEGER NOT NULL, 'unit_max_num' INTEGER NOT NULL, 'class_up_range' INTEGER NOT NULL, 'class_down_range' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO team_stadium_class (id, team_stadium_id, team_class, unit_max_num, class_up_range, class_down_range) VALUES (1, 1, 1, 1, 100, 0); INSERT INTO team_stadium_class (id, team_stadium_id, team_class, unit_max_num, class_up_range, class_down_range) VALUES (2, 1, 2, 2, 90, 0); INSERT INTO team_stadium_class (id, team_stadium_id, team_class, unit_max_num, class_up_range, class_down_range) VALUES (3, 1, 3, 3, 80, 0); INSERT INTO team_stadium_class (id, team_stadium_id, team_class, unit_max_num, class_up_range, class_down_range) VALUES (4, 1, 4, 3, 60, 15); INSERT INTO team_stadium_class (id, team_stadium_id, team_class, unit_max_num, class_up_range, class_down_range) VALUES (5, 1, 5, 3, 30, 30); INSERT INTO team_stadium_class (id, team_stadium_id, team_class, unit_max_num, class_up_range, class_down_range) VALUES (6, 1, 6, 3, 0, 60); -- Table: team_stadium_class_reward CREATE TABLE 'team_stadium_class_reward' ('id' INTEGER NOT NULL, 'team_stadium_id' INTEGER NOT NULL, 'team_class' INTEGER NOT NULL, 'class_reward_type' INTEGER NOT NULL, 'item_category_1' INTEGER NOT NULL, 'item_id_1' INTEGER NOT NULL, 'item_num_1' INTEGER NOT NULL, 'item_category_2' INTEGER NOT NULL, 'item_id_2' INTEGER NOT NULL, 'item_num_2' INTEGER NOT NULL, 'item_category_3' INTEGER NOT NULL, 'item_id_3' INTEGER NOT NULL, 'item_num_3' INTEGER NOT NULL, 'item_category_4' INTEGER NOT NULL, 'item_id_4' INTEGER NOT NULL, 'item_num_4' INTEGER NOT NULL, 'item_category_5' INTEGER NOT NULL, 'item_id_5' INTEGER NOT NULL, 'item_num_5' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (1, 1, 1, 3, 103, 98, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (2, 1, 2, 1, 90, 43, 300, 103, 98, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (3, 1, 2, 3, 90, 43, 35, 103, 98, 1500, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (4, 1, 3, 1, 90, 43, 500, 103, 98, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (5, 1, 3, 3, 90, 43, 75, 103, 98, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (6, 1, 3, 4, 90, 43, 75, 103, 98, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (7, 1, 4, 1, 90, 43, 700, 103, 98, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (8, 1, 4, 2, 90, 43, 150, 103, 98, 4500, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (9, 1, 4, 3, 90, 43, 150, 103, 98, 4500, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (10, 1, 4, 4, 90, 43, 150, 103, 98, 4500, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (11, 1, 5, 1, 90, 43, 1000, 103, 98, 4000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (12, 1, 5, 2, 90, 43, 225, 103, 98, 6000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (13, 1, 5, 3, 90, 43, 225, 103, 98, 6000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (14, 1, 5, 4, 90, 43, 225, 103, 98, 6000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (15, 1, 6, 1, 90, 43, 1500, 103, 98, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (16, 1, 6, 2, 90, 43, 300, 103, 98, 7500, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO team_stadium_class_reward (id, team_stadium_id, team_class, class_reward_type, item_category_1, item_id_1, item_num_1, item_category_2, item_id_2, item_num_2, item_category_3, item_id_3, item_num_3, item_category_4, item_id_4, item_num_4, item_category_5, item_id_5, item_num_5) VALUES (17, 1, 6, 3, 90, 43, 375, 103, 98, 7500, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- Table: team_stadium_evaluation_rate CREATE TABLE 'team_stadium_evaluation_rate' ('id' INTEGER NOT NULL, 'proper_type' INTEGER NOT NULL, 'proper_rank' INTEGER NOT NULL, 'rate' INTEGER NOT NULL, PRIMARY KEY('proper_type','proper_rank')); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (1, 1, 1, 3000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (2, 1, 2, 4000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (3, 1, 3, 5000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (4, 1, 4, 6000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (5, 1, 5, 7000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (6, 1, 6, 9000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (7, 1, 7, 10000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (8, 1, 8, 10200); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (9, 2, 1, 3000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (10, 2, 2, 4000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (11, 2, 3, 5000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (12, 2, 4, 6000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (13, 2, 5, 7000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (14, 2, 6, 9000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (15, 2, 7, 10000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (16, 2, 8, 10200); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (17, 3, 1, 7000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (18, 3, 2, 7500); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (19, 3, 3, 8000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (20, 3, 4, 8500); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (21, 3, 5, 9000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (22, 3, 6, 9500); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (23, 3, 7, 10000); INSERT INTO team_stadium_evaluation_rate (id, proper_type, proper_rank, rate) VALUES (24, 3, 8, 10200); -- Table: team_stadium_race_result_motion CREATE TABLE 'team_stadium_race_result_motion' ('character_id' INTEGER NOT NULL, 'win_1' INTEGER NOT NULL, 'win_2' INTEGER NOT NULL, 'win_2_position_y' INTEGER NOT NULL, 'win_3' INTEGER NOT NULL, 'win_3_position_y' INTEGER NOT NULL, 'win_4' INTEGER NOT NULL, 'win_4_position_y' INTEGER NOT NULL, 'win_5' INTEGER NOT NULL, 'lose_1' INTEGER NOT NULL, 'lose_2' INTEGER NOT NULL, 'lose_3' INTEGER NOT NULL, 'lose_4' INTEGER NOT NULL, 'lose_5' INTEGER NOT NULL, 'draw_1' INTEGER NOT NULL, 'draw_2' INTEGER NOT NULL, 'draw_3' INTEGER NOT NULL, 'draw_4' INTEGER NOT NULL, 'draw_5' INTEGER NOT NULL, 'position_y' INTEGER NOT NULL); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1001, 1001002, 1001002, 0, 1001002, 0, 1001002, 0, 1001002, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1002, 1002001, 1002001, 0, 1002001, 0, 1002001, 0, 1002001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1003, 1003000, 1003000, 0, 1003000, 0, 1003000, 0, 1003000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1004, 1004000, 1004000, 0, 1004000, 0, 1004000, 0, 1004000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1005, 1005001, 1005001, 0, 1005001, 0, 1005001, 0, 1005001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1006, 1006001, 1006001, 0, 1006001, 0, 1006001, 0, 1006001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1007, 1007000, 1007000, 0, 1007000, 0, 1007000, 0, 1007000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1008, 1008001, 1008001, 0, 1008001, 0, 1008001, 0, 1008001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1009, 1009000, 1009000, 0, 1009001, 0, 1009000, 0, 1009000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1010, 1010000, 1010000, 0, 1010000, 0, 1010000, 0, 1010000, 5, 5, 5, 5, 5, 1009, 1009, 1009, 1009, 1009, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1011, 1011000, 1011000, 0, 1011001, 0, 1011000, 0, 1011000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1012, 1012000, 1012000, 0, 1012000, 0, 1012000, 0, 1012000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1013, 1013001, 1013001, 0, 1013001, 0, 1013001, 0, 1013001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1014, 1014001, 1014001, 0, 1014001, 0, 1014001, 0, 1014001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1015, 1015001, 1015001, 0, 1015001, 0, 1015001, 0, 1015001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1016, 1016001, 1016001, 0, 1016001, 0, 1016001, 0, 1016001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1017, 1017000, 1017000, 0, 1017001, 0, 1017000, 0, 1017000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1018, 1018000, 1018000, 0, 1018001, 0, 1018000, 0, 1018000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1019, 1018000, 1018000, 0, 1018001, 0, 1018000, 0, 1018000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1020, 1020001, 1020001, 0, 1020001, 0, 1020001, 0, 1020001, 1005, 1005, 1005, 1005, 1005, 1009, 1009, 1009, 1009, 1009, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1021, 1021001, 1021001, 0, 1021001, 0, 1021001, 0, 1021001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1022, 1022001, 1022001, 0, 1022001, 0, 1022001, 0, 1022001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1023, 1023001, 1023001, 0, 1023001, 0, 1023001, 0, 1023001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1024, 1024000, 1024000, 0, 1024000, 0, 1024000, 0, 1024000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1025, 1025000, 1025000, 0, 1025000, 0, 1025000, 0, 1025000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1026, 8001, 8001, 0, 8001, 0, 8001, 0, 8001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1027, 1027000, 1027000, 0, 1027001, 0, 1027000, 0, 1027000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1028, 1028001, 1028001, 0, 1028001, 0, 1028001, 0, 1028001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1029, 1029001, 1029001, 0, 1029001, 0, 1029001, 0, 1029001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1030, 1030000, 1030000, 0, 1030000, 0, 1030000, 0, 1030000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1031, 1031001, 1031001, 0, 1031001, 0, 1031001, 0, 1031001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1032, 1032001, 1032001, 0, 1032001, 0, 1032001, 0, 1032001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1035, 1035000, 1035000, 0, 1035001, 0, 1035000, 0, 1035000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1036, 1036001, 1036001, 0, 1036001, 0, 1036001, 0, 1036001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1037, 1037000, 1037000, 0, 1037000, 0, 1037000, 0, 1037000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1038, 1038001, 1038001, 0, 1038001, 0, 1038001, 0, 1038001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1039, 1039000, 1039000, 0, 1039000, 0, 1039000, 0, 1039000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1040, 1040000, 1040000, 0, 1040000, 0, 1040000, 0, 1040000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1041, 1041000, 1041000, 0, 1041001, 0, 1041000, 0, 1041000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1042, 1042001, 1042001, 0, 1042001, 0, 1042001, 0, 1042001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1044, 1044000, 1044000, 0, 1044000, 0, 1044000, 0, 1044000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1045, 1045000, 1045000, 0, 1045001, 0, 1045000, 0, 1045000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1046, 1046001, 1046001, 0, 1046001, 0, 1046001, 0, 1046001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1047, 1047001, 1047001, 0, 1047001, 0, 1047001, 0, 1047001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1048, 1048001, 1048001, 0, 1048001, 0, 1048001, 0, 1048001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1049, 1049001, 1049001, 0, 1049001, 0, 1049001, 0, 1049001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1050, 1050001, 1050001, 0, 1050001, 0, 1050001, 0, 1050001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1051, 1051001, 1051001, 0, 1051001, 0, 1051001, 0, 1051001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1052, 1052000, 1052000, 0, 1052000, 0, 1052000, 0, 1052000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1054, 1054001, 1054001, 0, 1054001, 0, 1054001, 0, 1054001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1055, 1055000, 1055000, 0, 1055000, 0, 1055000, 0, 1055000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1056, 1056000, 1056000, 0, 1056000, 0, 1056000, 0, 1056000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1058, 1058001, 1058001, 0, 1058001, 0, 1058001, 0, 1058001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1059, 1059001, 1059001, 0, 1059001, 0, 1059001, 0, 1059001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1060, 1060000, 1060000, 0, 1060000, 0, 1060000, 0, 1060000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1061, 1061000, 1061000, 0, 1061000, 0, 1061000, 0, 1061000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1062, 1062000, 1062000, 0, 1062000, 0, 1062000, 0, 1062000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1063, 1063001, 1063001, 0, 1063001, 0, 1063001, 0, 1063001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1064, 1064001, 1064001, 0, 1064001, 0, 1064001, 0, 1064001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1065, 1065000, 1065000, 0, 1065000, 0, 1065000, 0, 1065000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1066, 1066000, 1066000, 0, 1066000, 0, 1066000, 0, 1066000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1067, 1067001, 1067001, 0, 1067001, 0, 1067001, 0, 1067001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1068, 1068000, 1068000, 0, 1068000, 0, 1068000, 0, 1068000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1069, 1069000, 1069000, 0, 1069000, 0, 1069000, 0, 1069000, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1070, 1070001, 1070001, 0, 1070001, 0, 1070001, 0, 1070001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); INSERT INTO team_stadium_race_result_motion (character_id, win_1, win_2, win_2_position_y, win_3, win_3_position_y, win_4, win_4_position_y, win_5, lose_1, lose_2, lose_3, lose_4, lose_5, draw_1, draw_2, draw_3, draw_4, draw_5, position_y) VALUES (1072, 1072001, 1072001, 0, 1072001, 0, 1072001, 0, 1072001, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 0); -- Table: team_stadium_rank CREATE TABLE 'team_stadium_rank' ('id' INTEGER NOT NULL, 'team_rank' INTEGER NOT NULL, 'team_rank_group' INTEGER NOT NULL, 'team_min_value' INTEGER NOT NULL, 'team_max_value' INTEGER NOT NULL, 'item_category' INTEGER NOT NULL, 'item_id' INTEGER NOT NULL, 'item_num' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (1, 1, 1, 1, 2999, 0, 0, 0); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (2, 2, 2, 3000, 6999, 90, 43, 50); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (3, 3, 2, 7000, 12499, 90, 43, 50); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (4, 4, 2, 12500, 19999, 90, 43, 50); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (5, 5, 2, 20000, 27499, 90, 43, 50); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (6, 6, 3, 27500, 34999, 90, 43, 100); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (7, 7, 3, 35000, 42499, 90, 43, 100); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (8, 8, 3, 42500, 49999, 90, 43, 100); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (9, 9, 3, 50000, 59999, 90, 43, 100); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (10, 10, 4, 60000, 69999, 90, 43, 150); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (11, 11, 4, 70000, 79999, 90, 43, 150); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (12, 12, 4, 80000, 89999, 90, 43, 150); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (13, 13, 4, 90000, 99999, 90, 43, 150); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (14, 14, 5, 100000, 114999, 90, 43, 200); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (15, 15, 5, 115000, 129999, 90, 43, 200); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (16, 16, 5, 130000, 144999, 90, 43, 200); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (17, 17, 5, 145000, 159999, 90, 43, 200); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (18, 18, 6, 160000, 169999, 90, 43, 250); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (19, 19, 6, 170000, 179999, 90, 43, 250); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (20, 20, 6, 180000, 189999, 90, 43, 250); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (21, 21, 6, 190000, 199999, 90, 43, 250); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (22, 22, 6, 200000, 209999, 90, 43, 250); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (23, 23, 6, 210000, 219999, 90, 43, 250); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (24, 24, 7, 220000, 229999, 90, 43, 300); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (25, 25, 7, 230000, 239999, 90, 43, 300); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (26, 26, 7, 240000, 249999, 90, 43, 300); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (27, 27, 7, 250000, 254999, 90, 43, 300); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (28, 28, 7, 255000, 259999, 90, 43, 300); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (29, 29, 7, 260000, 264999, 90, 43, 300); INSERT INTO team_stadium_rank (id, team_rank, team_rank_group, team_min_value, team_max_value, item_category, item_id, item_num) VALUES (30, 30, 8, 265000, 99999999, 90, 43, 500); -- Table: team_stadium_raw_score CREATE TABLE 'team_stadium_raw_score' ('id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'score' INTEGER NOT NULL, 'race_score_name_id' INTEGER NOT NULL, 'sort_order' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (1, 1, 1, 20, 0, 3000, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (2, 1, 1, 19, 0, 2600, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (3, 1, 1, 18, 0, 2500, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (4, 1, 1, 17, 0, 2400, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (5, 1, 1, 16, 0, 2300, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (6, 1, 1, 15, 0, 2200, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (7, 1, 1, 14, 0, 2100, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (8, 1, 1, 13, 0, 2000, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (9, 1, 1, 12, 0, 1900, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (10, 1, 1, 11, 0, 1800, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (11, 1, 1, 10, 0, 1700, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (12, 1, 1, 9, 0, 1600, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (13, 1, 1, 8, 0, 1500, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (14, 1, 1, 7, 0, 1400, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (15, 1, 1, 6, 0, 1300, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (16, 1, 1, 5, 0, 1200, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (17, 1, 1, 4, 0, 1100, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (18, 1, 1, 3, 0, 1000, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (19, 1, 1, 0, 0, 5000, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (20, 1, 1, 1, 0, 3000, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (21, 1, 1, 2, 0, 2000, 0, 13); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (22, 1, 2, 3, 8, 4000, 0, 14); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (23, 1, 5, 0, 0, -500, 0, 22); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (24, 1, 6, 0, 0, -100, 0, 23); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (25, 1, 7, 1, 0, 1000, 1, 16); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (26, 1, 8, 3, 10, 2500, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (27, 1, 8, 3, 9, 2400, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (28, 1, 8, 3, 8, 2300, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (29, 1, 8, 3, 7, 2200, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (30, 1, 8, 3, 6, 2100, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (31, 1, 8, 3, 5, 2000, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (32, 1, 8, 3, 4, 1900, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (33, 1, 8, 3, 3, 1800, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (34, 1, 8, 3, 2, 1700, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (35, 1, 8, 3, 1, 1500, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (36, 1, 8, 4, 10, 3000, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (37, 1, 8, 4, 9, 2900, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (38, 1, 8, 4, 8, 2800, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (39, 1, 8, 4, 7, 2700, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (40, 1, 8, 4, 6, 2600, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (41, 1, 8, 4, 5, 2500, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (42, 1, 8, 4, 4, 2400, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (43, 1, 8, 4, 3, 2300, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (44, 1, 8, 4, 2, 2200, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (45, 1, 8, 4, 1, 2000, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (46, 1, 8, 5, 10, 3000, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (47, 1, 8, 5, 9, 2900, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (48, 1, 8, 5, 8, 2800, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (49, 1, 8, 5, 7, 2700, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (50, 1, 8, 5, 6, 2600, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (51, 1, 8, 5, 5, 2500, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (52, 1, 8, 5, 4, 2400, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (53, 1, 8, 5, 3, 2300, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (54, 1, 8, 5, 2, 2200, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (55, 1, 8, 5, 1, 2000, 2, 17); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (56, 1, 8, 2, 0, 1200, 2, 18); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (57, 1, 8, 1, 0, 500, 2, 19); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (58, 1, 9, 1, 0, 1000, 3, 20); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (59, 1, 9, 2, 0, 1000, 3, 21); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (60, 1, 3, 1, 0, 10000, 0, 1); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (61, 1, 3, 2, 0, 8000, 0, 2); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (62, 1, 3, 3, 0, 7000, 0, 3); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (63, 1, 3, 4, 0, 6000, 0, 4); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (64, 1, 3, 5, 0, 5000, 0, 5); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (65, 1, 3, 6, 0, 4000, 0, 6); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (66, 1, 3, 7, 0, 4000, 0, 7); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (67, 1, 3, 8, 0, 3000, 0, 8); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (68, 1, 3, 9, 0, 3000, 0, 9); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (69, 1, 3, 10, 0, 2000, 0, 10); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (70, 1, 3, 11, 0, 2000, 0, 11); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (71, 1, 3, 12, 0, 2000, 0, 12); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (72, 1, 4, 20, 99999999, 2000, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (73, 1, 4, 19, 20, 1900, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (74, 1, 4, 18, 19, 1800, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (75, 1, 4, 17, 18, 1700, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (76, 1, 4, 16, 17, 1600, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (77, 1, 4, 15, 16, 1500, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (78, 1, 4, 14, 15, 1400, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (79, 1, 4, 13, 14, 1300, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (80, 1, 4, 12, 13, 1200, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (81, 1, 4, 11, 12, 1100, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (82, 1, 4, 10, 11, 1000, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (83, 1, 4, 9, 10, 900, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (84, 1, 4, 8, 9, 800, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (85, 1, 4, 7, 8, 700, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (86, 1, 4, 6, 7, 600, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (87, 1, 4, 5, 6, 500, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (88, 1, 4, 4, 5, 400, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (89, 1, 4, 3, 4, 300, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (90, 1, 4, 2, 3, 200, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (91, 1, 4, 1, 2, 100, 0, 15); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (93, 2, 10, 1, 1, 10000, 0, 1000); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (94, 1, 11, 3, 3, 5000, 102, 100); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (95, 2, 11, 3, 5, 4000, 100, 100); INSERT INTO team_stadium_raw_score (id, priority, condition_type, condition_value_1, condition_value_2, score, race_score_name_id, sort_order) VALUES (96, 3, 11, 2, 2, 3000, 101, 100); -- Table: team_stadium_score_bonus CREATE TABLE 'team_stadium_score_bonus' ('id' INTEGER NOT NULL, 'priority' INTEGER NOT NULL, 'condition_type' INTEGER NOT NULL, 'condition_value_1' INTEGER NOT NULL, 'condition_value_2' INTEGER NOT NULL, 'score_rate' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO team_stadium_score_bonus (id, priority, condition_type, condition_value_1, condition_value_2, score_rate) VALUES (1, 1, 1, 1, 0, 1000); INSERT INTO team_stadium_score_bonus (id, priority, condition_type, condition_value_1, condition_value_2, score_rate) VALUES (2, 2, 3, 0, 0, 200000); INSERT INTO team_stadium_score_bonus (id, priority, condition_type, condition_value_1, condition_value_2, score_rate) VALUES (4, 4, 4, 2, 0, 200); INSERT INTO team_stadium_score_bonus (id, priority, condition_type, condition_value_1, condition_value_2, score_rate) VALUES (5, 4, 4, 3, 0, 300); INSERT INTO team_stadium_score_bonus (id, priority, condition_type, condition_value_1, condition_value_2, score_rate) VALUES (6, 4, 4, 4, 0, 400); INSERT INTO team_stadium_score_bonus (id, priority, condition_type, condition_value_1, condition_value_2, score_rate) VALUES (7, 4, 4, 5, 0, 500); INSERT INTO team_stadium_score_bonus (id, priority, condition_type, condition_value_1, condition_value_2, score_rate) VALUES (8, 3, 5, 0, 0, 0); -- Table: team_stadium_stand_motion CREATE TABLE 'team_stadium_stand_motion' ('character_id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'race_dress_id' INTEGER NOT NULL, 'position' INTEGER NOT NULL, 'motion_set' INTEGER NOT NULL, 'rotation' INTEGER NOT NULL, 'position_x' INTEGER NOT NULL); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1010, 2, 0, 1, 1001, 135, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1010, 2, 0, 2, 1001, 135, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1010, 2, 0, 3, 1001, 135, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1010, 2, 0, 4, 1001, 225, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1010, 2, 0, 5, 1001, 225, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1010, 2, 0, 6, 1001, 225, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1020, 2, 0, 1, 1001, 135, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1020, 2, 0, 2, 1001, 135, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1020, 2, 0, 3, 1001, 135, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1020, 2, 0, 4, 1001, 225, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1020, 2, 0, 5, 1001, 225, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1020, 2, 0, 6, 1001, 225, 0); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1041, 2, 0, 3, 1, 135, -200); INSERT INTO team_stadium_stand_motion (character_id, type, race_dress_id, position, motion_set, rotation, position_x) VALUES (1041, 2, 0, 6, 1, 225, 200); -- Table: team_stadium_support_text CREATE TABLE 'team_stadium_support_text' ('id' INTEGER NOT NULL, 'type' INTEGER NOT NULL, 'min_bonus' INTEGER NOT NULL, 'max_bonus' INTEGER NOT NULL, PRIMARY KEY('id')); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (1, 1, 0, 10000); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (2, 1, 0, 10000); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (3, 1, 0, 99); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (4, 1, 100, 499); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (5, 1, 500, 999); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (6, 1, 1000, 1999); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (7, 1, 2000, 4999); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (8, 1, 5000, 10000); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (9, 2, 0, 10000); INSERT INTO team_stadium_support_text (id, type, min_bonus, max_bonus) VALUES (10, 2, 0, 10000); -- Table: text_data CREATE TABLE 'text_data' ('id' INTEGER NOT NULL, 'category' INTEGER NOT NULL, 'index' INTEGER NOT NULL, 'text' TEXT NOT NULL, PRIMARY KEY('category','index')); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 3, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 4, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 5, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 6, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 9, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 10, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 11, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 12, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 13, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 14, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 15, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (211, 211, 16, 'Story Event Coming Soon!'); INSERT INTO text_data (id, category, "index", text) VALUES (212, 212, 3, '